sql-aggregates Flashcards
1
Q
What are some examples of aggregate functions?
A
sum() count() average() json_agg()
2
Q
What is the purpose of a group by clause?
A
to separate groups of rows to perform aggregate functions on the groups of rows