Multiple choice

Which of the following loops does not exist in PL/SQL?

  1. While loop

  2. Loop-Endloop

  3. For loop

  4. Do-while loop

  5. Goto statement.

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

This loop does not exist in PL/SQL. This statement allows one to change the flow of control within a PL/SQL block