What does it mean to say that a database displays both entity integrity and referential integrity?
Referential integrity requires that a foreign key must have a matching primary key or it must be null. This constraint is specified between two tables (p...