The EXPLAIN STMTCACHE ALL statement provides information about SQL tuning. Which information is part of the DSN_STATEMENT_CACHE_TABLE?
Answer : D
When converting a multiple table segmented table space to partition-by-growth table spaces, which statement is correct?
Answer : A
What is the DSNZPARM thatdetermines the maximum amount of temporary storage in the work file data base for a single user at any given time?
Answer : D
You have to design a table and application layout, in which automatic number generationis used. The application also wants to assign database generated numbers in an SQL
UPDATE statement. Which statement is true?
Answer : C
What is a consideration when specifying DATA CAPTURE CHANGES?
Answer : D
A unique index (IX1) currently exists on COL1, COL2 and COL3 of the table. There is a request to be able to have an index on these three columns and COL4 to achieve the optimal access path. The addition of COL4 will not support the uniqueness requirement of the index. In order to add this column to the index while still preserving the unique constraint of the first three columns, which option should be taken?
Answer : D
Thefollowing DDL statements are executed to create the following objects: CREATE
TABLESPACE TS1 BUFFERPOOL BP0 IN DB1; CREATE TABLE USER1.TB1 ( COL1
INTEGER, COL2 VARCHAR(10) ) IN DB1.TS1; CREATE INDEX USER1.IX1 ON
USER1.TB1 ( COL2 ) BUFFERPOOL BP0 COPY YES;Next, the following ALTER statements are done (in order): 1) ALTER TABLESPACE DB1.TS1 BUFFERPOOL BP8K0
MAXPARTITIONS 20; 2) ALTER TABLESPACE DB1.TS1 SEGSIZE 64; 3) ALTER INDEX
USER1.IX1 BUFFERPOOL BP16K0; Which of the following will materialize all of thechanges with the least amount of work?
Answer : C
The billing application has a DB2 referential integrity setof three tables. TABA, TABB and
TABC. Daily, Full Image copies are done for the three table spaces related to the three tables. There is a requirement to recover the three table spaces to noon time, which is about 8 hours after the full image copies were run. Which one of the following statements is true about this recovery situation?
Answer : D
Which statement is NOT true?
Answer : B
A table space is in AREO*. What does this status mean?
Answer : B
If a single row of the PLAN_TABLE has a 'Y' value in more than one of the sort composite columns, what is indicated?
Answer : C
What START TRACE command provides detailed lock suspend and lock contention trace information?
Answer : C
For which table type could you specify ALTERTABLE tb1 DATA CAPTURE CHANGES?
Answer : A
Given that the following table (TB1) has been created with this statement: CREATE TABLE
TB1 (COLA SMALLINT NOT NULL WITH DEFAULT ,COLB CHAR(5) NOT NULL WITH
DEFAULT) IN DB1.TS1; Which of the following statements, which alter a table (TB1), will
NOT invalidate all the plans, packages and dynamic cache statements associated with the table TB1?
Answer : B
For monitoring space growth over time, which statistics should NOT be considered?
Answer : C
Have any questions or issues ? Please dont hesitate to contact us