+-------------------+ +------------------+ +-----------------+
| Customer | | Order | | Product |
+-------------------+ +------------------+ +-----------------+
| Customer_ID (PK) | <---- | Order_ID (PK) | +--> | Product_ID (PK) |
| Name | | Order_Date | | | Product_Name |
| Contact | | Order_Status | | | Product_Category|
| Online_Shop_Site | | Customer_ID (FK) | | | Product_Guide |
+-------------------+ +------------------+ | +-----------------+
| Tracking_ID (FK) |
+------------------+ |
| |
+-----------------+ |
| Tracking | |
+-----------------+ |
| Tracking_ID (PK)| |
| Tracking_Number | |
| Tracking_Site | |
+-----------------+ |
|
|
+----------------------+
| Order_Product |
+----------------------+
| Order_ID (FK) |
| Product_ID (FK) |
| Quantity (optional) |
| Price (optional) |
+----------------------+