Saved Bookmarks
| 1. |
IFTHEN statement is used for making |
Answer» ANSWER:The IF-THEN STATEMENT is mainly used to execute a PARTICULAR section of codes only when the condition is satisfied. The condition should yield Boolean (True/False). It is a BASIC conditional statement which will allow the ORACLE to execute/skip a particular piece of code based on the pre-defined conditions. Hope this helps ! |
|