PL/SQL Control Statements in Oracle.
Control Statements,
• Control statements are very important in PL/SQL.
• Control Statements are elements in a program that control the flow of program execution.
• The syntax of control statements are similar to regular English and are very similar to choices that we make every day.
• Branching statements are as follows:
o If statement
o If - THEN - ELSE o Nested IF
o Branching with logical connectivity
o While
o For Loop