LOOP statements execute sequence of statements multiple times - PL/SQL Elements
Q. Which statements execute a sequence of statements multiple times?- Published on 07 Jul 15a. LOOP statement
b. NULL statement
c. MERGE statement
d. None of the above
ANSWER: LOOP statement
A loop helps us in executing a statement or a group of statement multiple times depending on the block of code.