Multiple choice technology databases

Maximum nesting levels in triggers.

  1. 32

  2. 16

  3. Can't nest triggers inside others.

  4. 2

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

Sybase ASE allows trigger nesting up to 16 levels deep by default. When a trigger fires another trigger (possibly on another table), the nesting increments. This depth is configurable via server settings, with 16 being the standard default limit.