Examine this schema information:
1. EMPLOYEES.DEPARTMENT_ID has a foreign key referencing DEPARTMENTS.DEPARTMENT_ID.
2. EMP_VIEW is based on the EMPLOYEES and DEPARTMENTS tables.
3. EMP_VIEW has columns EMPLOYEE_ID, EMPLOYEE_NAME and DEPARTMENT_NAME.
You must add a new column, MANAGER_ID, from the EMPLOYEES table, to the view, showing each employee’s manager.
Which statement will do this?