CASE statement chooses from sequence of conditions & executes corresponding statement - PL/SQL Elements
Q. Which statement chooses from a sequence of conditions, and executes a corresponding statement?- Published on 03 Jul 15a. CASE Statement
b. CLOSE Statement
c. COMMIT Statement
d. None of the above
ANSWER: CASE Statement
The CASE statement selects one sequence of statements to execute. To select a sequence it uses a selector. It is an expression, whose value is used to select one of the several alternative.