This question is based on successful execution of the following statement: CREATE VIEW changeaddress AS SELECT customer#,

Question:

This question is based on successful execution of the following statement:

CREATE VIEW changeaddress

AS SELECT customer#, lastname, firstname, order#,

shipstreet, shipcity, shipstate, shipzip

FROM customers JOIN orders USING (customer#)

WHERE shipdate IS NULL

WITH CHECK OPTION;


Which of the following statements is correct?

a. No DML operations can be performed on the CHANGEADDRESS view.

b. The CHANGEADDRESS view is a simple view.

c. The CHANGEADDRESS view is a complex view.

d. The CHANGEADDRESS view is an inline view.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: