Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?

Which SQL statement would you use to remove a view called EMP_DEPT_VU from your
schema?

Which SQL statement would you use to remove a view called EMP_DEPT_VU from your
schema?

A.
DROP VIEW emp_dept_vu;

B.
REMOVE VIEW emp_dept_vu;

C.
REMOVE emp_dept_vu;

D.
DELETE emp_dept_vu;

E.
DROP emp_dept_vu;

F.
DELETE VIEW emp_dept_vu;



Leave a Reply 0

Your email address will not be published. Required fields are marked *