Multiple choice technology

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

  1. 12

  2. 13

  3. 15

  4. 11

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

A single table can have a maximum of 12 triggers: 3 triggers (INSERT, UPDATE, DELETE) × 2 timing options (BEFORE, AFTER) × 2 levels (statement-level, row-level). This provides comprehensive automation for data integrity and business rule enforcement at different execution stages.