Define buffer pool.
No Answer is Posted For this Question
Be the First to Post Answer
What is with ur in db2?
Parm value passed is PARM=(10,20). how do code linkage section and how would you add these two passes values and show result in cobol program.
List out the data types available.
What is an instance database?
What is ibm db2 client?
What is EXPLAIN?
What is explain in db2?
Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..
What is the default page size of buffer pools?
What is the difference between primary key & unique index ?
What is a page?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?