What Cascade Delete option is used for?
-
A.
It is used to delete all the records of all tables in a database
-
B.
It repeats the recent delete operation on all the records of the current table
-
C.
It ensures that all the related records will be deleted automatically when the record from the parent table is deleted
-
D.
None of these
Explanation:
Cascade Delete automatically removes related child records when a parent record is deleted, maintaining referential integrity.