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 B ____.
A) the record in relation B will be the only record deleted and no other changes will occur
B) the record in relation B will be the only record deleted and any matching field values in relation A will be updated to null
C) the record in relation B and all of the records in relation A with field values that match the primary key value of the record in relation B will be deleted
D) only the records in relation A with field values that match the primary key value of the record in relation B will be deleted
E) no records will be deleted
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Representing a unary many-to-many relationship in a
Q16: Referential integrity _.<br>A) is only an issue
Q17: A unary many-to-many relationship involves two entities.
Q18: Consider the following relational database for
Q19: If the referential integrity delete rule between
Q21: If the referential integrity delete rule between
Q22: A ternary relationship _.<br>A) cannot have intersection
Q23: If the referential integrity delete rule between
Q24: Referential integrity is an issue in record
Q25: If the referential integrity delete rule between