Define a view named PartOrder. It consists of the part number, description, price, order
number, order date, number ordered and quoted price for all order lines currently on file.
a. Type in your view construct here:
b. Write a query to display the contents of the PartOrder view. Insert your query and
results here.
c. Write a query to retrieve the part number, description, order number, and quoted
price for all orders in the PartOrder view for parts with quoted prices that exceed $100.
Insert your query and results here.