What is read-only cursor?
Answer / 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 |
Can SQL statements/queries be included in a copybook?
How can you compare table column after update and before update?
What is read-only cursor?
What parameters are used to control the free space in DB2?
which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM
How would you print the output of an SQL statement from SPUFI?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
cursor with hold explain ?
How can the duplicate values be eliminated from db2 select?
Is it possible to precompile if db2 goes down?
what is the input to PLAN? what is the input to DBRM?
List down the types of triggers in the db2 database?