Home »
PL/SQL MCQs
By using PL/SQL ____, you can repeatedly execute one or more statements over and over again
40. By using PL/SQL ____, you can repeatedly execute one or more statements over and over again.
- Loops
- Cursor
- Variables
- Case
Answer: A) Loops
Explanation:
By using PL/SQL loops, you can repeatedly execute one or more statements over and over again.