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

What of the following is TRUE about triggers?

Answer options

Correct answer: A

Explanation

Option A is correct because triggers are indeed activated by INSERT, UPDATE, DELETE, and SELECT statements. Options B and C are incorrect as triggers cannot perform operations on views and can execute logic at various points. Option D is also false since multiple triggers can be created for different events on the same table.