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 role in db2?
What is the difference between drop table and delete table?
What is db2?
How do I import data from excel to db2?
Explain the function of data manager.
What is a db2 schema?
What is the use of commit in db2?
Which is faster delete or truncate?
What is performance tuning db2?
What is the difference between bind and rebind in db2?
What's The Percentage Free Space ?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
What is the syntax for creating a table in the db2 database?
What is a cursor in programming?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?