Which statement about the view created from the following SQL statement is correct?
CREATE VIEW balancedue
AS SELECT customer#,order#,SUM(quantity*retail) amtdue
FROM customers NATURAL JOIN orders NATURAL JOIN
Orderitems NATURAL JOIN books
GROUP BY customer#,order#;
A) No DML operations can be performed through the view.
B) DML operations can only be performed on the CUSTOMERS table since it is the primary key for the view.
C) Only rows can be added through the view - no other DML operations are allowed.
D) none of the above
Correct Answer:
Verified
Q91: A(n)_ table is a table that does
Q92: Which type of view is created from
Q93: Which of the following statements about performing
Q94: Which statement is true about the view
Q95: If a view was created with the
Q97: Which of the following statements about complex
Q98: Which type of view is created with
Q99: Which statement about the view created from
Q100: A(n)_ table is the table that contains
Q101: A(n)_ can be created to simplify the
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents