Task 3
Task 3
[Product]
- ProductID (PK)
- Name
- Category
- ManufacturerID (FK)
- Weight
- Flavor
- TargetHealthCondition
- Material
- Durability
- Color
- Size
- CareInstructions
[Animal]
- AnimalID (PK)
- Name
[Manufacturer]
- ManufacturerID (PK)
- Name
[Customer]
- CustomerID (PK)
- Name
- Email
[Transaction]
- TransactionID (PK)
- CustomerID (FK)
- Date
[TransactionProduct]
[Location]
- LocationID (PK)
- Name
- ZipCode
[Shipment]
- ShipmentID (PK)
- OriginLocationID (FK)
- DestinationLocationID (FK)
- Date
[ShipmentProduct]
- Quantity
[ProductAnimal]
| |
|-----| Manufacturer
|-----| Customer
|-----| Product