Multiple Choice
Which type of view is created from the following command?
CREATE VIEW prices
AS SELECT isbn,title,cost,retail,retail-cost profit
FROM books;
A) simple
B) inline
C) complex
D) derived
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q116: The <u>WITH CHECK OPTION</u> can be used
Q117: Rows cannot be added to a table
Q118: The _ keywords can be used to
Q119: Which statement is true about the view
Q120: DML operations are not allowed on views
Q122: DML operations are not allowed on a
Q123: Views are database objects that store data.
Q124: DML operations are not allowed on a
Q125: Which SQL statement can be executed based
Q126: The subquery used to create a(n)_ view