Writing Control Structures
0
Writing Control Structures:
- PL/SQL can also process data using flow of control statements.
- PL/SQL helps us manipulates and process oracle data using control statements.
- The flow of control statements can be classified under the following categories:
i). Conditional control.
ii). Iterative control.
iii). Sequential control.
ii). Iterative control.
iii). Sequential control.
- IF-THEN-ELSE
- END IF
- ELSIF
- CASE
- END CASE
- LOOP
- FOR-LOOP
- WHILE-LOOP
- END LOOP
- EXIT-WHEN and
- GOTO
0 comments: