IBM Exam Questions

Which of the following deletion rules on CREATE TABLE will allow parent table rows to be deleted if

Which of the following deletion rules on CREATE TABLE will allow parent table rows to be deleted
if a dependent row exists?

A.
ON DELETE RESTRICT

B.
ON DELETE NO ACTION

C.
ON DELETE SET NO VALUE

D.
ON DELETE CASCADE