Reference no: EM133569212
Assignment: Lab Exercise- Database Entry, Queries and Reports
Use the Coke database to perform the following steps:
Question A. Enter the data in the tables in the specified order:
1. Customer
2. Distributor
3. Category
4. Product
5. Order
6. OrderLine
Question B. Create a query with fields Customers name and phone whose orders were supplied by the distributor Van Distributors.
Question C. Create a query to show the number of orders that contains Coca-Cola.
Question D. Create a query to show the total amount of items ordered by category (Note: you would want to use the category name instead of the CategoryId).
Question E. Create a query to show the distributor that distributed the most orders.
Question F. Create a query to show the customer, his order and the total quantity of products in each order.
Question G. Create a report to show the total fee due to each distributor.
Question H. Create a report to show the daily invoice for each customer (prices for products and their totals).