What is reorg and runstats in db2?
Answer / Prashant Mishra
REORG and RUNSTATS are two important DB2 maintenance utilities. REORG reorganizes data within a table or index to maintain performance and consistency, while RUNSTATS collects statistics about tables and indexes to help the optimizer make better decisions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain transactions, commits and rollbacks in DB2.
what is the difference between join and union?
How will you delete duplicate records from a table?
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?
What is DCLGEN?
How is a typical DB2 batch program executed ?
What are the functions of Bind?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What kind of database is db2?
where can we use index and subscript ? with example ?