A rule that states that each foreign key value must match a primary key value in the other relation is called the:
A) referential integrity constraint.
B) key match rule.
C) entity key group rule.
D) foreign/primary match rule.
Question 2
When a regular entity type contains a multivalued attribute, one must:
A) create a single relation with multiple lines for each instance of the multivalued attribute.
B) create two new relations, one containing the multivalued attribute.
C) create two new relations, both containing the multivalued attribute.
D) delete the relation and start over.