database DSNDB01 means
a.db2 catalog
b.db2 directory
c.BSDS
d.active logs
answer with reason please
Answer Posted / 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 |
Post New Answer View All Answers
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is cloudant database?
How to get the ddl of a table in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Can you use max on a char column?
is it compulsory commitment control in journal?
How can we read records for specific member in CL? AND rpg?
How is a typical db2 batch pgm executed?
What is a cursor in programming?
What is db2 catalog database?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is database reorganization?
What is phantom read in db2?
If I have a view which is a join of two or more tables, can this view be updateable?
What is the use of predicate?