Which operation best describes the purpose of the SET INTEGRITY PRUNE operation?
Answer : A
Which data types are only valid when DB2_COMPATIBILITY_VECTOR=ORA? (Choose two.)
Answer : C, E
The DBA has observed that queries executed against SALES table have poor performance. SALES is a compressed table and recently there have been a lot of rows inserted and modified in that table. The DBA has detected that lower performance may be the result of sub-optimal compression dictionary for that table.
Which of the following commands should be used to resolve the problem without preventing users from changing data in the SALES table
Answer : C
Which statement about label-based access control (LBAC) is TRUE?
Answer : D
A production database has the following daily midnight backup schedule which includes all table spaces. The database incurs the same volume of daily activity (inserts, updates, and deletes).
Sunday -- Delta
Monday -- Incremental
Tuesday -- Delta
Wednesday -- Delta
Thursday -- Incremental
Friday -- Delta
Saturday -- Full
Which day would you expect a RECOVER DATABASE following that day's backup to take the longest time to complete?
Answer : A
If the following SQL statements are executed:
CREATE DATABASE testdb AUTOMATIC STORAGE NO;
CONNECT TO testdb;
CREATE STOGROUP sg1 ON '/data1';
CREATE STOGROUP ibmstogroup ON '/data2';
CREATE STOGROUP sg2 ON '/data3';
Which storage group is the default storage group for the TESTDB database?
Answer : C
Which of the following are valid Explain operators? (Choose two.)
Answer : B, C