Solved

Which of the Following Is True of PL/SQL Iteration Statements

Question 67

Multiple Choice

Which of the following is true of PL/SQL iteration statements?


A) The FOR LOOP iterates until a stopping condition is false.
B) The WHILE LOOP iterates over a range of integer values.
C) The LOOP statement iterates until an EXIT statement ceases termination.
D) All of the above.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions