ERD5
ERD5
Left Column:
1. **Product**
- ProductID (PK)
- Name
- ManufacturerID (FK)
2. **PetFood**
- Weight
- Flavor
- TargetHealthCondition
3. **PetToy**
- Material
- Durability
4. **PetApparel**
- Color
- Size
- CareInstructions
5. **Animal**
- AnimalID (PK)
- Name
- Species
Right Column:
7. **Manufacturer**
- ManufacturerID (PK)
- Name
- ContactInfo
8. **Customer**
- CustomerID (PK)
- Name
9. **Transaction**
- TransactionID (PK)
- CustomerID (FK)
- TransactionDate
- Quantity
11. **Location**
- LocationID (PK)
- Name
- ZipCode
12. **Shipment**
- ShipmentID (PK)
- OriginLocationID (FK)
- DestinationLocationID (FK)
- Quantity
```