
SQL Aggregate Functions
This tutorial introduces you to the most commonly used SQL aggregate functions including AVG, COUNT, MAX, MIN and SUM functions.
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.
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.
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.
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.
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.
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 …
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.
SQL SQRT Function
This tutorial introduces you to the SQL SQRT function that returns the square root