What is a cursor in programming?
No Answer is Posted For this Question
Be the First to Post Answer
The only place of VSAM KSDS in DB2 is?
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
Can there be more than one cursor open for any program?
How and when does the db2 enforces the unique key?
What is a collection?
what needs to be done if a table is in copy pending / check pending status?
how we will do null data selection in cobol-db2 program
Outputs of explain are with matchcols = 0. What does this signify?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE
Where besides the DB2 catalog is database object information stored by DB2?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?