InterviewSolution
Saved Bookmarks
| 1. |
Cursors are used to handle single row selections at a time. They are data structure which hold all the results of a query. State whether true or false? |
|
Answer» This statement is incorrect as cursors are used to handle multiple row selections at a time. |
|