Google News
logo
PL/SQL - Quiz(MCQ)
How many types of PL/SQL Loops are there?
A)
3
B)
6
C)
5
D)
4

Correct Answer :   4


Explanation : PL/SQL provides four kinds of loop statements :

* basic loop
* WHILE loop
* FOR loop
* cursor FOR loop.

Advertisement