What are some examples of aggregate functions?
count(),sum(),avg() (many more functions available)
What is the purpose of a group by clause?
when you want to isolate rows into a separate group and perform aggregate functions on those group of rows you can use group by clause