Multiple Choice
If a cursor is named location_cursor,and you are using a LOOP ...EXIT WHEN loop to process the cursor,what is the exit condition for the loop?
A) location_cursor.DONE
B) location_cursor%DONE
C) location_cursor.NOTFOUND
D) location_cursor%NOTFOUND
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q79: The LOOP...EXIT Loop can be a pretest
Q80: A(n)_ error occurs when a command does
Q81: The _ of a PL/SQL block starts
Q82: In an IF/THEN/ELSE statement,the logic that comes
Q83: The VARCHAR2 variable data type is exactly
Q85: What clause is added to the SELECT
Q86: A data structure is a data object
Q87: What designates a one-line comment in
Q88: What is the best way to debug
Q89: What command is used differently in PL/SQL