InterviewSolution
Saved Bookmarks
| 1. |
Explain Cursor As Data Base Object? |
|
Answer» Cursor is a database object used by applications to manipulate data in a SET on a row-by- row basis, instead of the TYPICAL SQL COMMANDS that OPERATE on all the rows in the set at ONE time. Cursor is a database object used by applications to manipulate data in a set on a row-by- row basis, instead of the typical SQL commands that operate on all the rows in the set at one time. |
|