Google News
logo
PL/SQL - Quiz(MCQ)
______ executes the corresponding code whenever a TRUE condition is found. Otherwise, the condition cannot be checked again.
A)
IF-THEN statement
B)
IF-THEN-ELSE statement
C)
IF-THEN-ELSIF statement
D)
IF-THEN-ELSIF-ELSE statement

Correct Answer :   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.

Advertisement