InterviewSolution
Saved Bookmarks
| 1. |
What is the role of the cursor in DB2? |
|
Answer» A cursor is a programming device which allows the SELECT statement to FIND a set of ROWS but it returns one ROW at a time, and the cursor plays a VITAL role because the host language needs only one row at a time. |
|