Write a query to print the respective department name and number of employees in each department for all departments in the Department table (even ones with no current employees) code example
Example: Write a query to print every Department Name and the count of employees in that department.
Write a query to print every Department Name and the count of employees in that department.