Answer Posted / s
Read-only cursor is a cursor that is defined with FOR FETCH
ONLY clause. The curosor is defined with SELECT, SELECT
INTO.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are packages in db2?
What is bufferpool in db2?
What is node in db2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
List down the data types in the db2 database.
What are concurrency issues?
What is difference between rollback and commit?
How do you concatenate the firstname and lastname from emp table to give a complete name?
How to create db2 table in mainframe?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
Define sqlca.
What is the connection string to connect to the DB2 Database ?
What is temporal table in db2?
How to connect to db2 database from windows command line?
Explain how can you do the explain of a dynamic sql statement?