What is difference between *omit and *nopass?
What is cursor in dbms?
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
What is a db2 collection?
what is the use of bind parameter, Replace?
Explain packages.
What is the database descriptor?
Which components manage deadlocks in db2?
What action db2 takes when a program aborts in the middle of a transaction?
How to find the number of rows in a db2 table?
What is the connection string to connect to the DB2 Database ?
What is the purpose of rollback and commit?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?