Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?()
A、A. DROP emp_dept_uv;
B、B. DELETE emp_dept_uv;
C、C. REMOVE emp_dept_uv;
D、D. DROP VIEW emp_dept_uv;
E、E. DELETE VIEW emp_dept_uv;
F、F. REMOVE VIEW emp_dept_uv;