The HR teаm wаnts а cоmplete list оf all departments, including any that currently have nо employees assigned — to flag understaffed areas for hiring planning. Write a query displaying all departments and their employee information (if any): department_name, location, annual_budget, first_name, last_name, job_title Include ALL departments, even those with no employees. Sorted by department_name ascending. Tables: employees, department