About 21 results
Open links in new tab
  1. SQL Aggregate Functions

    This tutorial introduces you to the most commonly used SQL aggregate functions including AVG, COUNT, MAX, MIN and SUM functions.

  2. SQL MAX Aggregate Function

    In this tutorial, you will learn how to find the maximum value in a group using the SQL MAX aggregate function.

  3. SQL Tutorial: Learn SQL from Scratch for Beginners

    This SQL Tutorial helps you master SQL quickly and effectively through many hands-on and practical examples with quizzes.

  4. SQL Cheat Sheet in PDF and PNG Formats

    This page offers printable SQL Cheat Sheet with the most commonly used SQL statements for your convenience.

  5. SQL CURRENT_DATE Function

    Jan 20, 2025 · This tutorial shows you how to use the SQL CURRENT_DATE function to get the current date of the database server.

  6. SQL CONCAT Function

    Summary: in this tutorial, you will learn how to use the SQL CONCAT function to concatenate two or more strings into a single string.

  7. SQL AGGREGATE FUNCTIONS AVG returns the average of a list COUNT returns the number of elements of a list SUM returns the total of a list MAX returns the maximum value in a list MIN …

  8. SQL RTRIM Function

    Summary: in this tutorial, you’ll learn how to use the SQL RTRIM function to return a new with specified characters removed from the end of a string.

  9. SQL SQRT Function

    This tutorial introduces you to the SQL SQRT function that returns the square root