What is db2 connect?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between spufi and qmf?
When is the results table for the query in a DECLARE CURSOR statement created?
Is the primary key a clustered index?
What is RUNSTATS?
What type of database is db2?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
What is isolation level in db2?
what is the role of the cursor in db2?
What is declare cursor?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How is deadlock resolved?
How can you classify the locks in db2?