Multiple Choice
Which statement is true about the view created with the following command?
CREATE VIEW inventory AS SELECT isbn,title,retail price
FROM books
WITH READ ONLY;
A) The command creates a simple view.
B) DML operations are NOT allowed on the data displayed by the view.
C) A view named INVENTORY did not previously exist.
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q74: DML operations can be performed through a
Q75: Which of the following types of views
Q76: A(n)_ view cannot contain grouped data.
Q77: Which of the following types of views
Q78: The <u>NOFORCE</u> keyword can be used to
Q80: A view can be thought of as
Q81: The _ keyword can be used to
Q82: How is a "TOP-N" analysis performed?
Q83: An inline view is a temporary table
Q84: The pseudo column <u>ROW</u> can be used