PostGres > SQL Aggregates > Flashcards
What are some examples of aggregate functions?
sum()count()avg()max()min()every()
What is the purpose of a group by clause?
you want to separate rows into groups and perform aggregate functions on those groups of rows