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 |
What does db2 mean?
What parameters are used to control the free space in DB2?
What will the DB2 optimizer do?
What is a Resource Control Table(RCT)? Describe its characteristics.
How can you display the current date & current time ?
Is there any advantage to denormalizing DB2 tables?
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
List down the types of triggers in the db2 database?
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 dynamic cursor?gives syntax for this?
Suppose if I need to update a column, how you do that using cursor?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time