sql-aggregates Flashcards
1
Q
What are some examples of aggregate functions?
A
min(), sum(), and every()
2
Q
What is the purpose of a group by clause?
A
But sometimes you don’t want to ask a question about every row in a table altogether. Instead, you want to separate rows into groups and perform aggregate functions on those groups of rows.