Multiple Choice
Which of the following statements about complex views is incorrect?
A) It is created with the same CREATE VIEW command as a simple view.
B) It retrieves or derives data from one or more tables.
C) All DML operations can be performed on complex views,just like simple views.
D) It may contain functions or grouped data.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q40: A(n)_ view is used to replicate data
Q41: The <u>DELETE </u>operation can be performed through
Q42: Which of the following statements about performing
Q43: A(n)_ table is a table that does
Q44: Which of the following statements about views