The PL/SQL Loop allows you to iterative sequence of statements repeatedly for a specified number of times. It works like any programing language loop works.
To iterative sequence of statements repeatedly for a specified number of times, use the following syntax:
Let's understand how it works: