You can now add control structures to your PL/SQL block. In this module, you learned about conditional control statements such as
IF-THEN
, as well as iterative control statements such as
LOOP
and
WHILE-LOOP
. You also learned about the use of labels and the
GOTO
statement.
In this module, you learned how to:
- Build logic by using the
IF-THEN-ELSE
and ELSIF
statements
- Determine how to begin and end a simple loop in a PL/SQL block
- Observe the structure of
FOR
and WHILE
loops
- Define uses for labels and
GOTO
statements