Google News
logo
PL/SQL - Quiz(MCQ)
Which of the following is TRUE while using PL/SQL FOR Loop?
A)
FOR loops can use EXIT WHEN and EXIT statements, but it isn't often used.
B)
It is not necessary to explicitly increment the counter variable since it is incremented by 1.
C)
The counter variable is implicitly declared in the declaration section, so you do not need to declare it explicitly.
D)
All of the above

Correct Answer :   All of the above

Advertisement