Learningfuze Bootcamp > sql-aggregates > Flashcards
What are some examples of aggregate functions?
avg() sum() count(*) count() max, min
What is the purpose of a group by clause?
The GROUP BY statement groups rows that have the same values into summary rows