Question
Problem 4-8 [LO 4-2] The database contains three tables containing information about this companys sales process: Inventory, Sales, and SalesItems. Use the Relationships window to
Problem 4-8 [LO 4-2] The database contains three tables containing information about this companys sales process: Inventory, Sales, and SalesItems. Use the Relationships window to link the tables together. The SalesItems table records the quantity and price of each item sold on each sale (sales may include more than one item).
Calculate the extended amount of sale (call it Amt) for each item (Quantity * UnitPrice). Include InvoiceID, InventoryID, Quantity, and UnitPrice in the query. Name the query Item_Extension_Calculation. Calculate the total dollar amount of each sale. Include InvoiceID, InvoiceDate, CustomerID, and EmployeeID from the Sales table and the Amt from the Item_Extension_Calculation query. Name the query Sale_Amount_Calculation. Calculate total sales for each inventory item. Calculate total sales. Calculate the month in which each sale occurred. Include InvoiceID and InvoiceDate from the Sales table. Name the query Sales_Months. (Hint: Look for the Month function in the expression builder.) Calculate the sum of sales for each month.
https://mdbviewer.herokuapp.com/?state=%7B%22ids%22:%5B%221Baehyvnv0N3IUJE7AYSniDBOJ5W8NF7q%22%5D,%22action%22:%22open%22,%22userId%22:%22{userId}%22%7D
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