Multiple choice technology databases

Which section of a PL/SQL block commences with the BEGIN keyword?

  1. Exception

  2. Executable

  3. Declarative

  4. Anonymous

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

The Executable section of a PL/SQL block contains the procedural code and starts with the BEGIN keyword. The Exception section (EXCEPTION) handles errors, the Declarative section (DECLARE) defines variables and types, and Anonymous is not a section name but a block type.