LOOP statement-iterative processing in PL/SQL
Hi Everyone, Today's topic is Iterative Processing with(LOOP,WHILE LOOP,CONTINUE).
The PL/SQL loops are used to repeat the execution of one or more statements for specified number of times.
These are also known as iterative control statements.
Types of Loop in PL/SQL:
Basic Loop
While Loop