AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6203
Which of the following is the...
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
Which of the following is not true about complex view when using UPDATE statement?
Which of the following is not part of multiple row subqueries?
Which of the following is the correct example of create a default constraint.
Which of the following is the correct example of disabling an integrity constraint?
Which of the following is the correct query that will create a report that will display the followin...
Which of the following is not part of single to subqueries?