|
||
|
Lesson 1
Writing control structures
|
||
|
Now that you know how to build your first PL/SQL block, let us learn how to write control structures.
Module objectivesControl structures allow you to program your logic based on a certain condition or while a particular condition is satisfied. In this module, you will learn about conditional control statements such as IF-THEN, as well as iterative control statements such as LOOP and WHILE-LOOP. By the end of this module, you will know how to:
|
||
|
|
||