IBM DB2 11.1 Advanced DBA for Linux, UNIX, and Windows — Question 34

Which of the following statements about triggers are TRUE? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because triggers can indeed be activated by referential constraint enforcement. Option D is also correct as constraints are applied during the execution phase of triggers. Options A, C, and E are incorrect since they contain inaccuracies regarding cascading triggers, the allowance of INSTEAD OF triggers, and the order of trigger activation.