Multiple Choice
Which statement about the view created from the following command is correct,assuming no constraints exist on the underlying table?
CREATE VIEW prices
AS SELECT isbn,title,cost,retail,retail-cost profit
FROM books;
A) The retail price of a book can be changed.
B) The profit generated by a book can be changed.
C) The profit generated by a book can be added.
D) Values for a new book can be added for all five columns displayed by the view.
Correct Answer:

Verified
Correct Answer:
Verified
Q67: You cannot create a view if the
Q68: Which command will delete a view?<br>A) ALTER
Q69: What is the procedure for assigning new
Q70: A simple view cannot contain a simple
Q71: A(n)_ can be created to simplify the
Q73: An inline view is created by a
Q74: DML operations can be performed through a
Q75: Which of the following types of views
Q76: A(n)_ view cannot contain grouped data.
Q77: Which of the following types of views