PL/SQL FOR Loop tips - Oracle Consulting, Oracle Support and Oracle Training by BC Or
The PL/SQL FOR Loop The FOR loop executes for a specified number of times, defined in the loop definition. Because the number of loops is specified, the overhead of checking a condition to exit is eliminated. The number of executions is defined in the loo...