Solved

If a Cursor Is Named Location_cursor,and You Are Using a LOOP

Question 84

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:

verifed

Verified

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

Related Questions