1.
When an agent that is connected to the database finishes its work of successfully processing a query, what happens to the agent?
2.
A table named TAB_A was created with the COMPRESS YES option specified and populated with 100,000 rows. If a DBA wants to create an index on table TAB_A, which statement is true?
3.
Table TAB1 was created using the following statement: CREATE TABLE tab1 (c1 INT, c2 INT, c3 INT, c4 INT, c5 INT); If column C1 is unique and queries typically access columns C1, C2, C3 and C4 together, which statement(s) will create index(es) that will provide optimal query performance?
4.
Which description is correct when discussing the DB2_MEM_TUNING_RANGE registry variable?
5.
Given a database with Self-Tuning Memory Manager (STMM) enabled, what will DB2 do when a new buffer pool is created using the IMMEDIATE option?
6.
A batch application updates a large number of rows within a single transaction. What is one way to help the application complete quickly?
7.
Which database configuration parameters can be used to limit the amount of memory allocated for the LOAD utility?
8.
Assuming table TAB_A resides in a DB2 9.7 database, what is one way to obtain an estimate of how much space could be saved if this table were compressed?
9.
What is the minimum authority required to execute the RUNSTATS command against a table?
10.
What new security authorities have been introduced in DB2 V9.7?