What is universal database?
No Answer is Posted For this Question
Be the First to Post Answer
Explain db2.
What is Reorg Recovery? when will you run it?
Is there any advantage to denormalizing DB2 tables?
What is the function of logging in the db2 database?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Mention and explain the contention situations caused by locks?
How can you find out the # of rows updated after an update statement?
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?
Is the primary key a clustered index?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What do you mean by between and in? Is between inclusive of specified range values?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?