08 Dcl & Database Objects
Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?
DROP VIEW emp_dept_vu;
DELETE VIEW emp_dept_vu;
REMOVE VIEW emp_dept_vu;
ALTER VIEW emp_dept_vu DROP;