Multiple choice technology databases

IS IT POSSIBLE TO SPECIFY THE EXECUTION ORDER OF TRIGGERS IN ORACLE 10G

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Oracle 10g does not allow manual specification of trigger execution order. Triggers fire in a predetermined sequence: first statement-level triggers, then row-level triggers, and within those categories, the order is based on trigger creation time. The FOLLOWS clause for ordering triggers was introduced in Oracle 11g, not 10g.