Multiple choice

Loops can be broadly classified into _____ types.

  1. two

  2. three

  3. four

  4. five

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

PL/SQL loops are generally classified into three types: basic loops, WHILE loops, and FOR loops.