Question 74:
Which statement is true about Data Manipulation Language (DML)?
Answer options:
A. DML automatically disables foreign ley constraints when modifying primary key values in the parent table. B. Each DML statement forms a transaction by default. C. A transaction can consist of one or more DML statements. D. DML disables foreign key constraints when deleting primary key values in the parent table, only when the ON DELETE CASCADE option is set for the foreign key constraint.