PL/SQL Loop - Basic Structure
PL/SQL loops provide a mechanism for repeating a sequence of statements for a
specified number of iterations. These loops are often referred to as iterative
control statements.
Types of PL/SQL Loops:
There are 4 types of PL/SQL LOOP
- FOR Loop
- WHILE Loop
- LOOP...EXIT WHEN
- NESTED Loop
More topic in PL/SQL