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 index cardinality?
What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 Answers Cap Gemini, Verizon,
What is a trigger in the db2 database?
How to see the structure of db2 table??
How to find the number of rows in db2 tables?
Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?
Comment whether the cursor is closed during commit or not.
difference between group clause and order clause
Explain about dbrm.
when does the SQL statement gets executed when you use cursor in the application programming ?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.
How can you find out the # of rows updated after an update statement?