Multiple Choice
Which command will delete a view?
A) ALTER TABLE...DROP VIEW
B) DROP VIEW
C) ALTER TABLE...DELETE VIEW
D) DELETE VIEW
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q63: A view can be modified using the
Q64: Views are not database objects.
Q65: A(n)<u>UPDATE </u>operation can be performed on a
Q66: The <u>OR REPLACE</u> clause is only necessary
Q67: You cannot create a view if the
Q69: What is the procedure for assigning new
Q70: A simple view cannot contain a simple
Q71: A(n)_ can be created to simplify the
Q72: Which statement about the view created from
Q73: An inline view is created by a