SQL Aggregate Functions Flashcards
(5 cards)
1
Q
The number of rows containing non-null values
A
COUNT
2
Q
The minimum attribute value encountered in a given column
A
MIN
3
Q
The maximum attribute value encountered in a given column
A
MAX
4
Q
The sum of all values for a given column
A
SUM
5
Q
The arithmetic mean (average) for a specified column
A
AVG