IBM DB2 9.7 Advanced DBA for LUW (C2090-544) Free Practice Test
Question 1
At which two levels can events be audited? (Choose two.)
Correct Answer: C,E
Question 2
A database and a table space were created using the following commands:

Afterwards, two tables were created in table space TBSP1 and both tables were populated with 100,000 rows. If a DBA decides that database MYDB should use automatic storage, which command(s) are needed to convert both the database and table space TBSP1?

Afterwards, two tables were created in table space TBSP1 and both tables were populated with 100,000 rows. If a DBA decides that database MYDB should use automatic storage, which command(s) are needed to convert both the database and table space TBSP1?
Correct Answer: D
Question 3
Which option of the ALTER TABLE statement tells the DB2 optimizer to use an index scan on a table that might vary in size at run time from being empty to containing a large number of rows?
Correct Answer: B
Question 4
Setting the DB2_FMP_COMM_HEAPSZ=0 will result in which the following?
Correct Answer: C
Question 5
If table space TBSP1 is using automatic storage, and the existing storage paths are full, which command would increase the available storage?
Correct Answer: A
Question 6
Click the Exhibit button.

Refer to the table definition shown in the exhibit.
Which will improve performance based on the query SELECT c6, c9 FROM tab3 WHERE c9 = 123456?

Refer to the table definition shown in the exhibit.
Which will improve performance based on the query SELECT c6, c9 FROM tab3 WHERE c9 = 123456?
Correct Answer: A
Question 7
What is the minimum authority required to execute the RUNSTATS command against a table?
Correct Answer: C
Question 8
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?
Correct Answer: A