Which SQL statement would you use to remove a view called EM

题目
单选题
Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?()
A

DROP emp_dept_uv;

B

DELETE emp_dept_uv;

C

REMOVE emp_dept_uv;

D

DROP VIEW emp_dept_uv;

E

DELETE VIEW emp_dept_uv;

F

REMOVE VIEW emp_dept_uv;

更多“Which SQL statement would you use to remove a view called EM”相关问题