4.8 Identify the foreign keys in this schema. Explain how the entity and referential integrity rules
apply to these relations.
For each relation, the primary key must not contain any nulls.
4.9 Produce some sample tables for these relations that observe the relational integrity rules.
Suggest some general constraints that would be appropriate for this schema.
Some general constraints may be:
4.10 Analyze the RDBMSs that you are currently using. Determine the support the system provides for
primary keys, alternate keys, foreign keys, relational integrity, and views.
4.11 Implement the above schema in one of the RDBMSs you currently use. Implement, where
possible, the primary, alternate, and foreign keys, and appropriate relational integrity
constraints.