Explain about dbrm.
No Answer is Posted For this Question
Be the First to Post Answer
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
what is check point and restart Logic ? why do we go for that ??
What is the difference between drop table and delete table?
What's the difference between DB2 active log and archive log? Thanks a lot...
What is db2 and what is the use of db2 optimizer?
When do you use the IMAGECOPY?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
Mention the downsides of page level lock.
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is RUNSTATS?
What is a page in db2?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.