What is the significance of the CURSOR WITH HOLD clause in
a cursor declaration?
Answer Posted / ss
To remain cursor open after commit statement execution
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
What is host variable?
How does a cursor work?
What is null in db2?
How to resolve deadlock issue
What is the physical storage length of timestamp data type?
How is a typical db2 batch pgm executed?
How to view db2 table structure?
Can there be more than one cursor open for any program?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What language is db2 written in?
What are the various isolation levels possible?
When reorg is used?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
How can you do the explain of a dynamic sql statement?
Is it possible using max on a char column?