Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The HW 2 Start File contains data imported into Excel from Microsoft s Northwind database. There are worksheets for the company s customers, products, product
The HW Start File contains data imported into Excel from Microsofts Northwind database. There are worksheets for the companys customers, products, product categories, and transactions. Each transaction is for a product purchased by a customer, but when a customer purchases multiple products at the same time, there are several corresponding rows in the Transactions table, one for each product purchased.
The ID columns the first four columns allow you to look up names of customers, products, and product categories. However, some of the IDs in the Transactions may have error. There are three types of errors.
a First, an ID in the Transactions sheet might not correspond to any customer, product, or product category.
b Second, because each order is by a single customer, a given OrderID should correspond to only one CustomerID, but there may be some OrderIDs that have two or more CustomerIDs associated with them.
c Third, a given product ID should always correspond to the same product CategoryID, but there may be some productIDs that are associated with more than one CategoryID.
Besides the corrupted IDs, there is one other potential type of error, concerning dates. Shipping dates can be blank for orders that havent yet shipped but they shouldnt be before the corresponding order dates.
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