Multiple Choice
What loop control structure uses an automatically incremented numeric counter?
A) Numeric FOR
B) WHILE ...LOOP
C) LOOP ...EXIT
D) LOOP ...EXIT WHEN
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: What is a disadvantage of using a
Q10: A(n)_ loop evaluates the exit condition before
Q11: An explicit cursor must be opened before
Q12: What loop is a pretest only loop?<br>A)Numeric
Q13: To convert a string to all uppercase,use
Q15: When using logical operators,AND is always evaluated
Q16: What are the three sections that make
Q17: A(n)_ is a program that enables software
Q18: DDL queries may be used in PL/SQL
Q19: A PL/SQL program usually begins with the