What is the difference between oracle and db2?
What is the use of reorg in db2?
what is cursor stability?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is a Database Request Module(DBRM)?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
what's the best lock size that you could use when you create a tablespace?
What do you need to do before you do EXPLAIN?
how to resolve -811 error. give clear explination
how to check the table is empty or not?
How to access db2 tables in mainframe?
Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?
What is a cursor?