🎴 Flashcard Mode

PL/SQL Programming Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Maximum nesting levels in triggers.

AnswerClick to flip back
A
16
💡 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.

Change Mode