What does CURRENTDATA option in bind indicate
Answer / s
CURRENTDATA tells DB2 whether data upon which the cursor is
positioned should remain current with the data in the base
table.
| Is This Answer Correct ? | 8 Yes | 0 No |
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
select distinct(empid),distinct(dept),name from EMP will the above query work?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
Are view updateable?
What is runstats db2?
When do you specify the isolation level?
Where do you specify them?
Give some example of statistics collected during RUNSTATS?
What is the use of db2?
what is the difference between normal select query and currosor
When Can you be sure that a query will return only one row?
What is declare cursor?