1MAX – To find the number of the maximum values in the SQL table.
2
3MIN – Number of the minimum values in the table.
4
5COUNT – Get the number of count values in the SQL table.
6
7AVG – Find average values in the SQL table.
8
9SUM – Return the summation of all non-null values in the SQL table.
1--- GROUP FUNCTION | MULTI ROW FUNCTION | AGGREGATE FUNCTION
2--- COUNT , MAX , MIN , SUM , AVG