Your browser does not support JavaScript!

Which of the following is the correct example of modifying a view where salary manager_id is null?

  • CREATE OR REPLACE VIEW WORKERS (EMPLOYEE_ID, SURNAME, FIRSTNAME, MANAGER_ID)AS (EMPLOYEE_ID, LASTNAME, FIRSTNAME, MANAGER_ID)FROM EMPLOYEES WHERE MANAGER_ID IS NULL); Correct
Similar IT-6203 questions