Multiple Choice
The SQL statement used to modify a view is ________.
A) ALTER EXISTING VIEW ViewName AS
B) ALTER VIEW ViewName AS
C) DROP EXISTING VIEW ViewName
D) DROP VIEW ViewName
E) MODIFY VIEW ViewName AS
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: SQL views are constructed from SELECT statements.
Q17: SQL views contain their own data.
Q19: Since an SQL view is essentially a
Q21: Microsoft Access _.<br>A) supports standard SQL view
Q23: You can add columns to a preexisting
Q24: One of the limitations of Microsoft Access
Q25: SQL triggers use the SQL keywords BEFORE,INSTEAD
Q26: SQL views can be used to display
Q27: The SQL keyword ORDER BY can be
Q40: Unlike application code,stored procedures are never distributed