SQL Tutorial

SQL Aggregate Functions

SQL AVG Function

The SQL AVG function calculates the arithmetic average of the series of numbers of its argument.

SQL COUNT Function

The SQL COUNT function is used to count a number of records of each database table.

SQL MAX and MIN Functions

The SQL MAX and MIN functions allow you to display maximum and minimum values in a set.

SQL SUM Function

SQL SUM Function uses to sum the values.