IBM Exam Questions

What is a potential consideration when using triggers?

What is a potential consideration when using triggers?

A.
They are not invoked by the LOAD REPLACE utility.

B.
When using views, the underlying tables cannot have a trigger defined.

C.
RI and check constraints are evaluated prior to any trigger invocation.

D.
They run in a WLM managed address space, so invoking them frequently (e.g. when using a
row level trigger) can be costly.

Explanation: