-
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
I/O operations are usually most critical for DB2 performance (or any other database for that matter).
-
Is there any advantage to denormalizing DB2 tables?
Denormalizing DB2 tables reduces the need for processing intensive relational joins and reduces the number of foreign keys.
-
What is lock contention?
To maintain the integrity of DB2 objects the DBD permits access to only on object at a time. Lock contention happens if several objects are required by contending application processes simultaneously.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Which of the environments cannot access DB2
a.TSOb.CICSc.IMSd.BATCHe.All the above can access DB2.
All the above can access DB2. -
What is DBD ?
a.Database definitionb.Database descriptorc.Data buffer definitiond.Database dependencee.Direct buffer definitionDatabase descriptor
DB2 Interview Questions
Ans