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