Google News
logo
PL/SQL - Quiz(MCQ)
PL/SQL ____________ statement initiates the next iteration of a loop, skipping any code in between, by exiting the loop from the reminder in its body either conditionally or unconditionally.
A)
Check
B)
Cursor
C)
Continue
D)
Condition

Correct Answer :   Continue


Explanation : PL/SQL Continue statement initiates the next iteration of a loop, skipping any code in between, by exiting the loop from the reminder in its body either conditionally or unconditionally.

Advertisement