Home »
PL/SQL MCQs
Which of the following is correct type of PL/SQL Loop?
44. Which of the following is correct type of PL/SQL Loop?
- While
- For
- Cursor For
- All of the above
Answer: D) All of the above
Explanation:
Types of PL/SQL Loops are –
- Basic Loop / Exit Loop
- While Loop
- For Loop
- Cursor For Loop