sql-aggregates Flashcards
1
Q
What are some examples of aggregate functions?
A
avg( ), count( ), max( )
2
Q
What is the purpose of a group by clause?
A
to separate rows intro groups and perform aggregate functions on those groups of rows.