You configure a 1:N relationship between two entities and set the cascade rule for deletion to
Referential
.
What effect does deleting the parent record
have on any child records?
A. The child records remain but the link to the parent record is removed.
B. The parent record cannot be deleted until all of the child records are first deleted.
C. The child records are deleted and the link to the parent recor
d shows as deleted.
D. The child records are deleted along with the parent record.