Oracle
1Z0-061 · Question #225
Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?
The correct answer is D. DROP VIEW emp_dept_vu. See the full explanation below for the reasoning.
Question
Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?
Options
- ADROP emp_dept_vu;
- BDELETE emp_dept_vu;
- CREMOVE emp_dept_vu;
- DDROP VIEW emp_dept_vu;
- EDELETE VIEW emp_dept_vu;
- FREMOVE VIEW emp_dept_vu;
How the community answered
(34 responses)- A9% (3)
- B3% (1)
- D82% (28)
- F6% (2)
Community Discussion
No community discussion yet for this question.