Which SQL statement can be executed based upon the view created from the following command,assuming no constraints exist on the underlying table?
CREATE VIEW prices
AS SELECT isbn,title,cost,retail,retail-cost profit
FROM books;
A) INSERT INTO prices (title,cost,retail,profit)
VALUES ('A NEW BOOK',49.99,69.99,20) ;
B) INSERT INTO prices (title,cost,retail,profit)
VALUES ('A SECOND BOOK',49.99,39.99,-10) ;
C) INSERT INTO prices (title,cost,retail)
VALUES ('A NEW BOOK',49.99,69.99) ;
D) none of the above
Correct Answer:
Verified
Q85: If a view was created with the
Q86: Which statement is true about the view
Q87: Which of the following statements about performing
Q88: Which statement about the view created from
Q89: DML operations are not allowed on a
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
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