6-4
11. The delete rule between relations A and B is set-to-null. 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
12. 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
13. 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