InterviewSolution
Saved Bookmarks
| 1. |
What is returned by the cursor attribute SQL%FOUND? |
|
Answer» It returns the Boolean value TRUE if at least one row was processed. |
|