LFZ Web Dev 08/22 Senior Side > sql-aggregates > Flashcards
What are some examples of aggregate functions?
sum() count() average() json_agg()
What is the purpose of a group by clause?
to separate groups of rows to perform aggregate functions on the groups of rows