Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following four tables in a given database CUSTOMER: [CustID, Name. Address, City, State, ZIPcode] PRODUCT: [ProdID, Name, Prod_Finish, Unit Price. Qt ORDER: [OrderNo,
Consider the following four tables in a given database CUSTOMER: [CustID, Name. Address, City, State, ZIPcode] PRODUCT: [ProdID, Name, Prod_Finish, Unit Price. Qt ORDER: [OrderNo, Date, CustID] OrderItem: [OrderNo. Item No. Oty, Prodlpj y in Stock, Description] For each of the following, write an SOL, statement to retrieve data as addressed in each question. [Note: your SQL syntax shall be compatible with Microsoft Access List CustID, Name, OrderNo, purchase after January 15. 2006, 15% 1. and Date for all customers who have made a 2. List ProdID and Name for all products which were not ordered by any customers [596] List CustID. OrderNo, total #Of items, and total order amount for each customer's order with a total order amount greater than $150 dollars. [500] 3
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started