Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
SQL
easy
SQL
GROUP BY and HAVING
Single-choice MCQ
What is wrong with this query?
SELECT department, name, COUNT(*) FROM employees GROUP BY department;