Coding Bootcamp LFZ > sql-aggregates > Flashcards
What are some examples of aggregate functions?
max(), min(), avg(), count(), sum(), every()
What is the purpose of a group by clause?
For when you want to separate rows into groups and perform aggregate functions on those groups of rows