Google News
logo
PL/SQL - Quiz(MCQ)
A/An _______ loop in PL/SQL ensures that at least one statement is executed before the loop terminates.
A)
For
B)
Cursor For
C)
While
D)
Exit

Correct Answer :   Exit


Explanation : An exit loop in PL/SQL ensures that at least one statement is executed before the loop terminates.

Advertisement