Q. What is the maximum number of triggers that can apply to a single table?

  • (A) 14
  • (B) 10
  • (C) 12
  • (D) 16
πŸ’¬ Discuss
βœ… 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
Explanation by: Akshay Kulkarni
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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
202
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
81%
Success Rate