Multiple choice

___________ statement allows you to change the flow of control within a PL/SQL block.

  1. GOTO

  2. EXIT

  3. FOR

  4. CONTINUE

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

GOTO statement allows you to change the flow of control within a PL/SQL block.