Question: Q 2 : Create a view named ITEM _ ORDER. It consists of the item number, description, price, order number, order date, number ordered, and

Q2: Create a view named ITEM_ORDER. 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 ITEM_ORDER view.
b) Write and execute the command to retrieve the item number, description, order number, and coated price for all orders in the ITEM_ORDER view for items with coated prices that exceed $100.
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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!