Answer Posted / guest
A cursor is a programming device that is used to handle the
rows that are returned by the query as the host language
(cobol) can handle only one row at a time. its also a small
file that has the result set. The cursor has to be
declared,opened, fetched and closed to access the data
returnee by the query.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of db2?
How is deadlock resolved?
What is buffer pool in the db2 database?
What is a dbrm in db2?
What is reorg and runstats in db2?
Is db2 a programming language?
What type of database is db2?
Is it possible using max on a char column?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
what is the role of the cursor in db2?
How can record locking be achieved in those DB2 versions which do not support it?
What is the difference between cursor and select statement?
What is cursor stability in db2?
Explain package in db2 and its advantages?
What is the maximum number of columns in a db2 table?