Home »
PL/SQL MCQs
____ executes the corresponding code whenever a TRUE condition is found. Otherwise, the condition cannot be checked again
34. ____ executes the corresponding code whenever a TRUE condition is found. Otherwise, the condition cannot be checked again.
- IF-THEN statement
- IF-THEN-ELSE statement
- IF-THEN-ELSIF statement
- IF-THEN-ELSIF-ELSE statement
Answer: B) IF-THEN-ELSE statement
Explanation:
IF-THEN-ELSE executes the corresponding code whenever a TRUE condition is found. Otherwise, the condition cannot be checked again.