LFZ JS Flash Cards > sql-aggregates > Flashcards
What are some examples of aggregate functions?
sum(), min(), max(), count(), avg(), every()
What is the purpose of a group by clause?
To separate rows into groups and perform aggregate functions on those groups of rows.