Multiple choice

User-defined exceptions should be declared in the ________ part of the PL/SQL block.

  1. declarative

  2. executable

  3. exception handling

  4. none of above

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

All variables, constants, and user-defined exceptions must be declared in the declarative section of the PL/SQL block.