Multiple Choice
Which of the following statements is incorrect?
A) A view can be created with the CREATE VIEW command.
B) Views can be modified by using the ALTER VIEW...MODIFY command.
C) A view cannot be modified; if you need to change it,you must use the CREATE OR REPLACE VIEW keywords.
D) A view cannot be given the same name as another database object in the same schema.
Correct Answer:

Verified
Correct Answer:
Verified
Q28: <u>DML</u> operations cannot be performed on non
Q29: A(n)<u>view</u> is a database object,but it does
Q30: Which type of view is created from
Q31: Rows can be deleted through a simple
Q32: Which of the following types of views
Q34: A(n)_ table is the table that contains
Q35: <u>Rows</u> cannot be deleted from a table
Q36: Which constraint ensures that the data in
Q37: DML operations can be performed on a
Q38: A(n)<u>simple</u> view can contain a GROUP BY