C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
PL/SQL LoopThe 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. Syntax for a basic loop: LOOP Sequence of statements; END LOOP; Types of PL/SQL LoopsThere are 4 types of PL/SQL Loops.
Next TopicPL/SQL Exit Loop
|