Which option is used to delete data from both parent and child tables?
Answer options
A
CASCADE
B
RESTRICT
C
SET NULL
D
NO ACTION
Correct answer: CASCADE
Explanation
Quick AnswerThe correct answer is CASCADE because it directly addresses the core logic of Database Management.
ON DELETE CASCADE automatically deletes child records when the parent is deleted.