Multiple Choice
Which statement is true about the view created with the following command?
CREATE VIEW outstanding
AS SELECT customer#,order#,orderdate,shipdate
FROM orders
WHERE shipdate IS NULL
WITH CHECK OPTION;
A) The order# of an order cannot be changed through the view.
B) The shipping date of an order cannot be changed through the view.
C) No DML operations are permitted through the view.
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q108: A(n)_ view can contain grouped data.
Q109: Which of the following statements about performing
Q110: When a view includes columns from more
Q111: How does a materialized view differ from
Q112: What is the definition of an inline
Q114: How do the following three types of
Q115: Rows can be updated through a simple
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