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
Which catalog table stores referential constraints?
What techniques will be used to avoid deadlock??
What is the maximum length of sqlca?
Can i insert bulk records into a db2 table using qmf of spufi only............!!!
How to compare data between two tables in db2?
Why db2 is called db2?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
i have a table like this : Name ADDRESS Toto 123 ... Toto 456 ToTo 678 I would like to delete 2 last row...please tell me how to delete its
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is reorg in database?
Which command is used to connect to a database in DB2 ? Give the Syntax.
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?