sql-aggregates Flashcards
1
Q
What are some examples of aggregate functions?
A
The max(), avg(), count(), min(), sum(), and every() functions are examples of aggregate functions
2
Q
What is the purpose of a group by clause?
A
To separate rows into groups and perform aggregate functions on those groups of rows.