Pet Food
Pet Food
+-----------------+ +------------------------+
| |
| |
+-----------------+ +---------------------------+
| Manufacturer | | Animal |
+-----------------+ +---------------------------+
| name | | name |
+-----------------+ +---------------------------+
| |
| |
+-------------------+ |
| Customer | |
+-------------------+ |
| PK: customerID | |
| name | |
| email | |
+-------------------+ |
| |
| |
+-------------------+ |
| Transaction | |
+-------------------+ |
| PK: transactionID | |
| customerID | ----------< |
| date | |
+-------------------+ |
| |
| |
+-------------------+ |
| WalmartLocation | |
+-------------------+ |
| PK: locationID | |
| name | |
| zipCode | |
+-------------------+ |
| |
| |
+-----------------------+ |
| Shipment | |
+-----------------------+ |
| PK: shipmentID | |
| originLocationID | ---------------------------< |
| destinationLocationID| |
+-----------------------+ |
| |
| |
+-----------------------+ |
| ShipmentProduct | |
+-----------------------+ |
| shipmentID | ---------------------------< |
| productID | |
| quantity | |
+-----------------------+ |
Explanation: