shipment_id
(Primary Key)
order_id
(Foreign Key referencing Orders)
origin
(Origin location)
destination
(Destination location)
ship_date
(Date of shipment)
actual_delivery_date
(Date shipment was delivered)
order_id
(Primary Key)
customer_id
(Foreign Key referencing Customers)
order_date
(Order placement date)
total_amount
(Total order value)
priority
(High, Medium, Low)
customer_id
(Primary Key)
location_id
(Primary Key)
location_name
address
city
, state
, zip_code
event_id
(Primary Key)
shipment_id
(Foreign Key referencing Shipments)
event_date
(Event timestamp)
event_type
(Event status: Picked up, In transit, Delayed, etc.)
event_value
(Details, including delay duration)
location_id
(Foreign Key referencing Locations)