Easy
GROUP BY
Count Employees Per Department
Count the number of employees in each department. Return columns: department_id, employee_count. Order results by: department_id.
Preparing the interactive SQL workspace...
Count the number of employees in each department. Return columns: department_id, employee_count. Order results by: department_id.
Preparing the interactive SQL workspace...