What type of functions can you use with GROUP BY and HAVING clauses ?
Aggregate functions are used with the GROUP BY and HAVING clauses to apply conditions on grouped data.
GROUP BY
HAVING