SQL - Views
Consider the view:
Which of the following update statements will succeed?
CREATE VIEW v_dept AS SELECT department_id, employee_id FROM employees;
Which of the following update statements will succeed?
