IBM DB2 10.1 Advanced DBA for Linux UNIX and Windows - 000-614 Exam Practice Test
Which category must be enabled before db2audit will record the creation of new buffer pools?
Correct Answer: A
Vote an answer
A query against the system catalog revealed that data for a table named SALES in a partitioned database is distributed as follows:

What can be done to improve the performance of a query that joins SALES and DATE_DIM tables (where SALES is a fact table and DATE_DIM is a dimension table) using the DATE_ID column?

What can be done to improve the performance of a query that joins SALES and DATE_DIM tables (where SALES is a fact table and DATE_DIM is a dimension table) using the DATE_ID column?
Correct Answer: D
Vote an answer
Which statement about compression dictionaries is FALSE?
Correct Answer: A
Vote an answer
The following query is executed frequently against the EMPLOYEE table: SELECT empid, salary, bonus FROM employee ORDER BY bonus, salary; Which statement will create an index for optimal query performance?
Correct Answer: C
Vote an answer
What statement regarding Asynchronous index cleanup (AIC) is correct?
Correct Answer: A
Vote an answer
The following message is frequently seen in the DB2 Diagnostics Log file (db2diag.log): MESSAGE : ADM5502W The escalation of "28581" locks on table "TEST.TABLE1" to lock intent "X" was successful. Which two database configuration parameter settings should be checked? (Choose two.)
Correct Answer: A,B
Vote an answer
The following statement was used to create a table space named TBSP1 in a non-partitioned database:

Which statement(s) will successfully lower the high water mark in table space TBSP1 and return unused storage space to the operating system?

Which statement(s) will successfully lower the high water mark in table space TBSP1 and return unused storage space to the operating system?
Correct Answer: D
Vote an answer
The following query is executed frequently against the SALES table: SELECT sales_id, sales_date, sales_person FROM sales; If data in the SALES_ID column is unique, which statement will create an index for optimal query performance and ensure uniqueness of the SALES_ID column?
Correct Answer: A
Vote an answer