Aggregate Functions

Average Rating
0 out of 5 stars. 0 votes.

Aggregate Functions

MIN returns the smallest value in a given columnMAX returns the largest value in a given columnSUM returns the sum of the numeric values in a given columnAVG returns the average value of a given columnCOUNT returns the total number of values in a given columnCOUNT(*) returns the number of rows in a table