Construction and use of an IF statement should include
- considering a program that will have alternative courses of action
- writing a program in PL/SQL that contains alternative courses of action within a block, based on a condition
- executing the PL/SQL program that contains alternative courses of action.