Multiple Choice
Which type of view is created by the following command?
CREATE VIEW OR REPLACE outstanding
AS SELECT customer#,order#,orderdate,shipdate
FROM orders
WHERE shipdate IS NULL;
A) simple
B) complex
C) inline
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q97: Which type of view is created with
Q98: Which statement is true about the view
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
Q103: Which statement is true about the view
Q104: The WITH READ ONLY option can be