Q. What is the maximum number of triggers that can apply to a single table?
β
Correct Answer: (C)
12
Explanation: We can have N number of triggers on a table but the maximum type of triggers on a single table can be 3*2*2=12 that is the division is done as
Insert/Update/Delete= 3
Before/After= 2
Row Level/Statement Level=2
Insert/Update/Delete= 3
Before/After= 2
Row Level/Statement Level=2