Question: 5.14 DataBase Consider the following six relations for an order-processing database application in a company: CUSTOMER(Cust# Cname, City) ORDER(order#, Odate, Cust#, Ord_amt) ORDER_ITEM(Order#, Item# Qty)

5.14 DataBase

5.14 DataBase Consider the following six relations for an order-processing database application

Consider the following six relations for an order-processing database application in a company: CUSTOMER(Cust# Cname, City) ORDER(order#, Odate, Cust#, Ord_amt) ORDER_ITEM(Order#, Item# Qty) ITEM(Item#, Unit_price) SHIPMENT (Order#, Warehouse# ship_date) WAREHOUSE (Warehouse#, City) Here Ord_amt refers to total dollar amount of an order, Odate is the date the order was placed, and Ship_date is the date an order (or part of an order) is shipped from the warehouse. Assume that an order can be shipped from several warehouses. Specify the foreign keys for this schema, stating any assumptions you make What other constraints can you think of for this database

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!