Example - Constraints
•
Primary keys
–
InStore: (prodID, storeID)
–
Product: prodID
–
Order: orderId
–
etc
•
Foreign keys
–
Instore.prodID references Product.prodID
–
etc