Medium
LEFT JOIN
Department Employee Coverage
Show all departments and their employee count, including departments with no employees. Return columns: employee_count, department_name. Order results by: d.id.
Preparing the interactive SQL workspace...
Show all departments and their employee count, including departments with no employees. Return columns: employee_count, department_name. Order results by: d.id.
Preparing the interactive SQL workspace...