InterviewSolution
Saved Bookmarks
| 1. |
What Is A Cursor In Cics Sql Processing? |
|
Answer» A CURSOR is a POINTER that identifies one row in a SQL RESULTS table as the CURRENT row. A cursor is a pointer that identifies one row in a SQL results table as the current row. |
|