next up previous contents
Next: Accessing Oracle Database Up: Control Structures Previous: Iterative Control

Sequential Control

PL/SQL provides GOTO and NULL statements for the sequence control. These are not that used in common PL/SQL programming. GOTO allows user to change the flow of control unconditionally and NULL statement explicitly specifies inaction. Code for both are given below:



Punit Bhargava
Wed Mar 11 18:50:53 PST 1998