What is phantom read in db2?
What is host variable in db2 cobol?
What is a page in db2?
What is node in db2?
How does a cursor work?
Return code 100 means?
What is null in db2?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
What is an intent lock?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
What is null indicator in cobol db2?
What is a db2 table?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th