True/False
A referential integrity constraint policy that insures that all rows containing a particular foreign key value in a table are eliminated from the table when the row containing the corresponding primary key value in a parent table is eliminated from the database is called cascading deletes.
Correct Answer:

Verified
Correct Answer:
Verified
Q74: Like all ID-dependent relationships,the parents of an
Q75: When placing a foreign key for a
Q76: The design transformation for all IS-A relationships
Q77: One of the important properties of a
Q78: It is easy to enforce the referential
Q80: An intersection table can have additional attributes
Q81: A key of an intersection table is
Q82: What are MUST NOT and MUST COVER
Q83: In relational database design,ID-dependent entities are not
Q84: For the M-O (parent mandatory,child optional)case,what action(s)should