Is it possible to create an Instance in DB2 using DB2 Control Center ?
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?
Explain about rct.
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
What is a buffer pool?
How to resolve -407 sql code in DB2?
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
When is the skeleton cursor table created?
What is db2 isolation?
Is db2 a mainframe database?
How do I import data from excel to db2?
What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?
What is the cascade rule and how does it relate to deletions made with a subselect?