InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. If False, explain why.The %NOTFOUND attribute returns true when the cursor is not created explicitly. |
|
Answer» False. The %NOTFOUND attribute returns true when the last row of the cursor is processed and no other row is available. |
|