Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
IF « PL SQL « Oracle PL / SQL
Oracle PL / SQL
PL SQL
IF
1.
IF...ELSIF...ELSE... END IF
2.
The IF statement contains more than one statement per condition.
3.
IF THEN and END IF
4.
Adding ELSE to the IF block
5.
IF, ELSIF ELSE and END IF
6.
Using nested IF statements
7.
Using IF...ELSIF to determine a grade
8.
if then else
9.
A conditional statement
10.
Check number value in if statement
11.
Exit a loop with condition
12.
If ladder
13.
Compare three variables with if statement
14.
If count() is 0, insert data
15.
If condition meets, throw exception
16.
Nested if statement
17.
If...then...Else
18.
Using a Boolean variable instead of the comparison operation
19.
An if-then-elsif-then-else statement where the first two comparisons are true and the third false
20.
Create a function and call it in an if statement