Google News
logo
PL/SQL - Quiz(MCQ)
A _______ statement in PL/SQL allows you to jump from this statement to a specific statement label within the same subprogram within a PL/SQL block.
A)
GOTO
B)
BLINK
C)
JUMP
D)
CONTINUE

Correct Answer :   GOTO


Explanation : A GOTO statement in PL/SQL allows you to jump from this statement to a specific statement label within the same subprogram within a PL/SQL block.

Advertisement