Iteration structure executes sequence of statements repeatedly - PL/SQL
Q. Which structure executes a sequence of statements repeatedly as long as a condition holds true?- Published on 01 Jul 15a. Selection structure
b. Iteration structure
c. Sequence structure
d. None of the above
ANSWER: Iteration structure
The iteration structure is obtained by the use of loop constructs.