SQL - GROUP BY and HAVING
Identify the error in this query:
SELECT department, role, COUNT(*) FROM employees GROUP BY department;
SELECT department, role, COUNT(*) FROM employees GROUP BY department;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions