July 16th, 2010

You are currently browsing the articles from Techno Oracle written on July 16th, 2010.

Oracle PL/SQL:IF-THEN-ELSE Statment

IF-THEN The most basic conditional evaluation is an IF-THEN statement. IF a condition is satisfied, THEN do the action. Implicit with this logic is IF a condition is not met, skip the code that follows and continue with the rest of the program. The syntax for an IF-THEN statement is IF condition THEN action; END [...]

Written by admin on July 16th, 2010 with 4 comments.
Read more articles on Home.