Question: Q 2 : Create a view named ITEM _ ORDER. It consists of the item number, description, price, order number, order date, number ordered, and
Q: Create a view named ITEMORDER. It consists of the item number, description, price, order number, order date, number ordered, and coated price for all order lines currently on file.
a Write and execute the CREATE VIEW command to create the ITEMORDER view.
b Write and execute the command to retrieve the item number, description, order number, and coated price for all orders in the ITEMORDER view for items with coated prices that exceed $
c Write and execute the query that DBMS actually executes.
d Does updating the database through this view create any problems? If so what are they? If not, why not?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
