Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLGROUP BY and HAVINGSingle-choice MCQ

What is wrong with this query?

SELECT department, name, COUNT(*) FROM employees GROUP BY department;