InterviewSolution
Saved Bookmarks
| 1. |
What Is The Equivalent Of Decode Function In The Procedural Statements? |
|
Answer» The if...then...ELSE statement is the equivalent of DECODE FUNCTION within the procedural STATEMENTS. The if...then...else statement is the equivalent of DECODE function within the procedural statements. |
|