aggregate function of aggregate in sql code example

Example 1: SQL Aggregate Functions

MAX – To find the number of the maximum values in the SQL table.

MIN – Number of the minimum values in the table.

COUNT – Get the number of count values in the SQL table.

AVG – Find average values in the SQL table.

SUM –  Return the summation of all non-null values in the SQL table.

Example 2: what are the aggregate function in sql

--- GROUP FUNCTION | MULTI ROW FUNCTION | AGGREGATE FUNCTION 
--- COUNT , MAX , MIN , SUM , AVG

Tags:

Sql Example