Saved Bookmarks
| 1. |
What Is A Cursor? Why Should It Be Used? |
|
Answer» Cursor is a programming DEVICE that ALLOWS the SELECT to find a set of ROWS but return them one at a time. Cursor is a programming device that allows the SELECT to find a set of rows but return them one at a time. |
|