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 |
What is a db2 package?
What does reorg do in db2?
wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?
What is a storage group (stogroup)?
What is phantom read in db2?
What is a collection in db2?
How could one combine a set of incremental image copies into a single copy?
How to retrieve rows from a db2 table in embedded sql?
Why use RUNSTAT Utility?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
What is copy book?