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 does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
Which is faster delete or truncate?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
How does db2 sample database connect?
What is sqlca?
What kind of database is db2?
Explain about mirror activator disk mirroring?
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.
db2 restart logic ?
Compare a subselect to a join?
What are the rules for db2 programming?