SQL Aggregate keywords
A
AVG
The SQL AVG() function returns the average value of a numeric column.
C
COUNT
The SQL COUNT() function returns the number of rows that match a condition.
M
MAX
The SQL MAX() function returns the largest value in a column.
MIN
The SQL MIN() function returns the smallest value in a column.
S
SUM
The SQL SUM() function returns the total of a numeric column.