You are tasked to develop a database design for a retail company that involves s
ID: 3683847 • Letter: Y
Question
You are tasked to develop a database design for a retail company that involves shipping orders to customers. Order data includes an order date, a ship date, and one or more items on each order should be identified by a unique ID. The quantities of each item in the order, the order amount (total per item and per order), and the customer to whom the order is shipped should be added. Customer data includes a unique customer ID, customer name, and address. Items in the inventory have a unique item ID, description, and unit cost. Identify entity and develop relationship sentence pairs for each pair of related entities.
Identify and describe each entity for this application and develop relationship sentence pairs for each pair of related entities.
Explanation / Answer
As per given data relations are identified:
Order
Customer
Item
Order relation have the following attributes..
Order (Order_Id, Order_date, ship_date,Item_count, Order_Amount)
Customer(Customer_Id, Name, Address )
Item(Item_Id, description, unit_cost)
These below are relations are identified among
observed
Order and Customer have the relation between them.
Customer_Order(Customer_Id, Order_Id, Order_date, Name);
Relation between Order and Item
Item_Order(Item_Id, Order_Id, unit_cost, Order_Amount)
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.