Is schema the same as database?
No Answer is Posted For this Question
Be the First to Post Answer
Which components manage deadlocks in db2?
how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)none
Which isolation level provides maximum concurrency?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
What is db2 isolation?
What is index in db2?
Explain transactions, commits and rollbacks in DB2.
wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is cursor stability?
For Null indicator we have 3 values 0,-1,-2. 0->Not nulll -1->Null -2->Value truncated If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?