You have already completed these exercises!
Do you want to take them again?
You completed the MySQL GROUP BY Exercises from W3Schools.com
Share on:
Which aggregate functions are commonly used with the GROUP BY statement?
GROUP BY
COUNT(), MAX(), MIN(), SUM(), AVG()
SELECT(), INSERT(), UPDATE(), DELETE()
JOIN(), UNION(), INTERSECT(), EXCEPT()
HAVING(), WHERE(), ORDER BY(), DISTINCT()