Multiple choice

Variables and constants should be declared in the _______ part of 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

A PL/SQL block is divided into three sections: the declarative part (for variables/constants), the executable part, and the exception handling part.