IBM DB2 9.7 Advanced DBA for LUW (000-544) Free Practice Test
Question 1
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?
Correct Answer: C
Question 2
Which conditions must be met to implement HADR?
Correct Answer: B
Question 3
If LOGSECOND=-1 then which of the following statements is true?
Correct Answer: A
Question 4
When the DBA chooses the dimensions for a multi-dimensional clustering (MDC) table, which two characteristics should be considered? (Choose two.)
Correct Answer: C,E
Question 5
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
Question 6
Which factor should influence your selection of distribution key(s)?
Correct Answer: A
Question 7
In which two environments would intra-partition parallelism be used? (Choose two.)
Correct Answer: B,C
Question 8
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