PL/SQL:-
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:
- If statement
- If - THEN - ELSE
- Nested IF
- Branching with logical connectivity
- While
- For Loop