Multiple Choice
Which type of view is created from the following SQL command?
CREATE OR REPLACE VIEW prices
AS SELECT isbn,title,cost,retail,retail-cost profit,name
FROM books NATURAL JOIN publisher;
A) complex
B) simple
C) inline
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which of the following types of views
Q11: Which statement about the view created from
Q12: Which of the following describes a type
Q13: Views can be used to restrict a
Q14: A(n)_ table is a table that contains
Q16: Update operations cannot be performed through a
Q17: Rows can be added through a complex
Q18: A view can be dropped or deleted
Q19: A complex view can retrieve data from
Q20: A(n)_ view cannot be created using a