Using MySQL GROUP BY with HAVING clause example
To filter the groups returned by GROUP BY clause, you use a HAVING clause. The following query uses the HAVING clause to select the total sales of the years after 2003.
a) True
b) False

Respuesta :