Write the SQL to create a view called ManagerEmployeeCount to display the number of employees a manager manages. Your results should include the following details: ⋅ EMPLOYEE ID ⋅ LAST NAME ⋅ FIRST NAME ⋅ DEPARTMENT_NAME ⋅ JOB_TITLE ⋅ EMPLOYEE_COUNT Sort your results by the manager details and employee count (descending).