Home »
PL/SQL MCQs
The PL/SQL ____ loop runs a series of statements as long as a condition is true, so it can be used in a series of statements
47. The PL/SQL ____ loop runs a series of statements as long as a condition is true, so it can be used in a series of statements.
- While
- Cursor For
- Basic
- For
Answer: A) While
Explanation:
The PL/SQL While loop runs a series of statements as long as a condition is true, so it can be used in a series of statements.