Multiple choice technology databases

What is the maximum number of triggers, can apply to a single table?

  1. 11

  2. 14

  3. 10

  4. 12

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

In database management systems like Oracle, there are twelve basic trigger types defined by the combination of timing (before, after, instead of) and action (insert, update, delete) at statement and row levels. Thus, the maximum number of triggers applicable to a single table is twelve.