Multiple Choice
Which statement is not true about the view created with the following command?
CREATE VIEW inventory
AS SELECT isbn,title,retail price
FROM books;
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
Q86: <u>Rows</u> cannot be added to a table
Q87: Which statement about the view created from
Q88: Values cannot be inserted through a view
Q89: Which of the following describes a type
Q90: Any DDL operation can be performed on
Q92: "TOP-N" analysis can be used to find
Q93: A simple view is based upon a
Q94: _ analysis could be used to find
Q95: A(n)<u>complex</u> view can contain data from more
Q96: Any DML operation can be performed on