Write a query to display all employees with the total number of projects they work on, including employees with no assignment. Display six columns—Employee Name, department number and name, # of projects, the total actual hours, total planned hours and the difference. List the employee name as first and last name with a space in between. Sort the results by the department in ascending order, then # of projects in ascending order. Your name should be in the result list. See sample output below. (25 pts)