Multiple Choice
The following scenario applies to the next several questions:
Consider relations A and B. Relation A represents the entity on the "one side" of a one-to-many relationship; Relation B represents the entity on the "many side" of the one-to-many relationship.
-The delete rule between relations A and B is restrict. If an attempt is made to delete a record in relation A and its primary key value appears as a foreign key value in one or more records of relation B ____.
A) the record in relation A will be the only record deleted and no other changes will occur
B) the record in relation A will be the only record deleted and the foreign key values in relation B that match the primary key value of the record in relation A will be updated to null
C) the record in relation A and all of the records in relation B with foreign key values that match the primary key value of the record in relation A will be deleted
D) only the records in relation B with foreign key values that match the primary key value of the record in relation A will be deleted
E) no records will be deleted
Correct Answer:

Verified
Correct Answer:
Verified
Q29: If the referential integrity delete rule between
Q30: A ternary relationship involves relations for two
Q31: A ternary relationship is the equivalent of
Q32: A ternary relationship is the functional equivalent
Q33: Consider the following ANIMAL and ENCLOSURE
Q34: Consider the following relational database for
Q35: Storing a ternary relationship in a relational
Q36: Representing a ternary relationship in a relational
Q37: Consider the following AIRPLANE and FLIGHT
Q38: Representing a unary one-to-many relationship in a