Multiple choice technology databases

Limitation for level of nesting in a PL/SQL program

  1. 10

  2. 32

  3. 23

  4. No limitations

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

PL/SQL program blocks can be nested up to 32 levels deep. This structural limit ensures reasonable program complexity and prevents stack overflow issues.