Medium
INNER JOIN
Department Payroll Summary
Show each department name, employee count, and total payroll. Return columns: total_payroll, employee_count, department_name. Order results by: d.id.
Preparing the interactive SQL workspace...
Show each department name, employee count, and total payroll. Return columns: total_payroll, employee_count, department_name. Order results by: d.id.
Preparing the interactive SQL workspace...