What is the database descriptor?
Answers were Sorted based on User's Feedback
Answer / abhisek
Database Descriptor is a DB2 component that limits access
to the database whenever objects are created,altered or
dropped.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / deepika
A DBD also contains other information about accessing tables in the database. DB2 creates and updates DBDs whenever their corresponding databases are created or updated.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is an instance database?
When do you use the IMAGECOPY?
what is SPUFI ?
how to resolve -811 sqlcode .give clear explaination
pls explain the precompilation process of cobol-db2 pgm
how to get duplicate records from tables?write qurey for this?
How to check sequence on a table in db2?
What is db2 plan table?
if suppose i am having an ACCOUNT table with 3 coloumns ACC. NO,ACC. NAME,ACC. AMOUNT . If a unique index is also defined on ACC.NO and ACC.NAME then write a query to retrieve account holders records who have more than 1 ACC.
There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
What is a db2 package?
can i code union in cobol-db2 pgm ?