Solved

Which Statement About the View Created from the Following SQL

Question 99

Multiple Choice

Which statement about the view created from the following SQL command is correct,assuming ISBN from the BOOKS table is the primary key used by the view?
CREATE OR REPLACE VIEW prices
AS SELECT isbn,title,cost,retail,retail-cost profit,name
FROM books NATURAL JOIN publisher;


A) ​DML operations can only be performed on the columns belonging to the PUBLISHER table.
B) No DML operations are allowed.​
C) ​DML operations are allowed on both the BOOKS and PUBLISHER tables.
D) ​DML operations can only be performed on the columns belonging to the BOOKS table.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents