Multiple choice technology databases

maximum of triggers in sybase

  1. 3

  2. 12

  3. 6

  4. 9

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

Sybase ASE allows a maximum of three triggers per table: one each for INSERT, UPDATE, and DELETE operations. This is a fundamental design limit in Sybase, distinguishing it from systems that allow multiple triggers per operation type.