Home »
PL/SQL MCQs
A/An ____ loop in PL/SQL ensures that at least one statement is executed before the loop terminates
45. A/An _______ loop in PL/SQL ensures that at least one statement is executed before the loop terminates.
- While
- For
- Cursor For
- Exit
Answer: D) Exit
Explanation:
An exit loop in PL/SQL ensures that at least one statement is executed before the loop terminates.