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