Multiple choice technology databases

PL/SQL blocks may be nested within exception block.

  1. True

  2. False

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

PL/SQL blocks can indeed be nested within exception handlers. This allows you to handle specific exceptions with their own dedicated blocks, including additional declarations and nested exception handling. This is a common pattern for granular error management.