Google News
logo
PL/SQL - Quiz(MCQ)
IF-THEN-ELSIF syntax is used_________
A)
Depending on whether the condition is TRUE or FALSE, you may want to execute one set of statements or another set.
B)
If the condition is TRUE, then you want statements to be executed
C)
As long as condition1 is TRUE, then one set of statements will be executed, and when condition2 is TRUE, another set will be executed.
D)
When condition1 is TRUE, one set of statements will be executed, and when both conditions are FALSE, a different set of statements will be executed.

Correct Answer :   As long as condition1 is TRUE, then one set of statements will be executed, and when condition2 is TRUE, another set will be executed.

Advertisement