InterviewSolution
Saved Bookmarks
| 1. |
What is a CURSOR and What is the use of it? |
|
Answer» CURSOR is a PROGRAMMING DEVICE that is used to FIND a set of rows CORRESPONDING to a SELECT STATEMENT. However, the rows are displayed one at a time. |
|