Multiple Choice
Which type of view is created with the following command?
CREATE VIEW inventory AS SELECT isbn,title,retail price
FROM books
WITH READ ONLY;
A) simple
B) complex
C) derived
D) inline
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q98: Which statement is true about the view
Q99: Which type of view is created by
Q100: The <u>WITHOUT UPDATE</u> keywords prevent DML operations
Q101: Rows cannot be added to a simple
Q102: If a view was created with the