1.
Which product replaced the Control Center used in versions prior to DB2 v10?
2.
Which SQL statement would be used to retrieve only salaries that are greater than $100,000.00 from a table named EMPLOYEE?
3.
Which SQL statement will retrieve the department number (WORKDEPT) and average departmental salary (SALARY) for all departments in a table named EMPLOYEE and arrange the result set in ascending order by average departmental salary?
4.
A table named DEPARTMENT contains the following data: What will happen?
5.
What takes place when a process accesses a data object on which it already holds a lock, and the access mode requires a more restrictive lock than the one currently held?
6.
What is the act of releasing a large number of row-level locks that an application holds on a single table to acquire a table-level lock known as?
7.
When is an INTENT EXCLUSIVE (IX) lock required?
8.
The EXCLUSIVE MODE option of the LOCK TABLE statement is used to prevent which of the following?
9.
What factor influences lock conversion/promotion?
10.
Application APP_A is performing updates to table TAB1 using the read stability (RS) isolation level. Which isolation level will allow application APP_B to retrieve all rows from table TAB1 immediately, rather than have to wait until application APP_A has finished making updates?