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: