Multiple Choice
What is a disadvantage of using a Cursor FOR loop over processing a cursor with a LOOP ...EXIT WHEN loop?
A) It is slower
B) It is more error-prone
C) Cursor variables can not be used outside loop
D) It is not supported in previous versions of Oracle
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A(n)_ variable references a data structure that
Q5: A(n)_ exception must be declared and associated
Q6: When declaring a variable that has the
Q7: An IF statement is always followed by
Q8: If the value of a conditional statement
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
Q14: What loop control structure uses an automatically