Maximum number of ELSE clauses included in an IF clause that is not nested - PL/SQL Control Structures
Q. What is the maximum number of ELSE clauses that can be included in an IF clause that is not nested?- Published on 01 Jul 15a. 1
b. 0
c. 15
d. Any number
ANSWER: 1
We can have else clause for every IF clause. But if the IF clause is not nested there is only one else.