Question

The SQL statement used to delete a view from a database is:
A) ALTER EXISTING VIEW ViewName AS.
B) ALTER VIEW ViewName AS.
C) DELETE VIEW ViewName.
D) DROP EXISTING VIEW ViewName.
E) DROP VIEW ViewName.

Answer

This answer is hidden. It contains 1 characters.