database DSNDB01 means
a.db2 catalog
b.db2 directory
c.BSDS
d.active logs
answer with reason please
Answer / dogniuniu
B, DB2 directory. DSNDB01 is a DB2 system database that
contains DB2's directory. The directory contains table
spaces that hold DBDs(DBD01), Plans(SCT02), Packages
(SPT01), information about utilities(SYSUTILX) and system
log range records (SYSLGRNX). This data cannot be queried
through SQL, only through DB2 commands.
| Is This Answer Correct ? | 4 Yes | 0 No |
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
What is reorg in database?
What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?
What is an access path?
What is normalization and what are the five normal forms?
What is sqlcode -811?
7 Answers Accenture, CTS, TCS,
Why do we bind in db2?
What is cursor?
What is the role of schema in the db2 database?
What are the Isolation levels possible ?
Can DB2 be accessed by TSO users? If yes, which command is used to invoke DB2?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?