1,592 views
0 votes
0 votes
Design a database for a worldwide package delivery company (e.g., DHL
or FedEx). The database must be able to keep track of customers (who ship
items) and customers (who receive items); some customers may do both. Each package must be identifiable and trackable, so the database must
be able to store the location of the package and its history of locations.
Locations include trucks, planes, airports, and warehouses.
Your design should include an E-R diagram, a set of relational schemas,
and a list of constraints, including primary-key and foreign-key constraints.

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
4
ajaysoni1924 asked Mar 28, 2019
435 views
We can convert any weak entity set to a strong entity set by simply addingappropriate attributes. Why, then, do we have weak entity sets?