PL/SQL Control Flow 🚦¶ Control flow statements allow you to add logic to your PL/SQL programs. IF Statements CASE Statements Basic LOOP WHILE Loop FOR LOOP CONTINUE Statement GOTO & Labels NULL Statement