EXIT « PL SQL « Oracle PL / SQL






1.Impact of EXIT in a function
2.Using EXIT with a simple LOOP
3.Using EXIT with a WHILE loop
4.Using EXIT with a FOR loop
5.Unconstrained loop: exit
6.Exit outer loop with 'EXIT LabelName When' statement
7.EXIT WHEN clause.
8.Exit to a label
9.Exit loop since last index value is read.