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;
出自:Oracle认证