PL/SQL - Loops

We can use LOOP or GOTO statements to repeat or skip sections of a block.

There are three forms of the LOOP.
  • LOOP
  • WHILE-LOOP
  • FOR-LOOP

Complete Tutorial

*/

No comments:

Post a Comment