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 maximum length of sqlca?
How can you do the explain of a dynamic sql statement?
What is null in db2?
How do you eliminate duplicate values in db2?
Are view updateable?
What does sqlcabc has?
List down the types of triggers in the db2 database?
What is package in db2 mainframe?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is clone table?
What is access path in db2?
What is database alias db2?
What action db2 takes when a program aborts in the middle of a transaction?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
How does a cursor work?