IBM DB2 9.7 DBA for Linux UNIX and Windows - C2090-541 Exam Practice Test
You want to estimate the potential index compression savings for existing indexes on a table What do you use to obtain this information?
Correct Answer: D
Which method may be used to collect deadlock information in DB2 9.7?
Correct Answer: C
Given the DDL shown below:
CREATE TABLE tab1 (coll SMALLINT );
CREATE VIEW v1 AS SELECT coll FROMtabl WHERE coll > 25 ;
CREATE VIEW V2 AS SELECT COI1 FROM v1 WITH CASCADED CHECK
OPTION
CREATE VIEW v3 AS SELECT coll FROM v2 WHERE coll < 100 ;
Which statement will fail?
CREATE TABLE tab1 (coll SMALLINT );
CREATE VIEW v1 AS SELECT coll FROMtabl WHERE coll > 25 ;
CREATE VIEW V2 AS SELECT COI1 FROM v1 WITH CASCADED CHECK
OPTION
CREATE VIEW v3 AS SELECT coll FROM v2 WHERE coll < 100 ;
Which statement will fail?
Correct Answer: D
Which group of memory consumers can be adjusted by the Self-Tuning Memory Manager (STMM)?
Correct Answer: A
You have a UTIL_IMPACT_LIM of 50 and a UTIL_IMPACT_PRIORITY of 60 for the backup utility. What are the maximum amount of system resources that the backup utility can use?
Correct Answer: D
What are two valid protocols that can be used with the CATALOG NODE command to establish communication with a server named SERVER1? (Choose two.)
Correct Answer: A,B
The SELF_TUNING_MEM database configuration (db cfg) parameter is set to ON.
Which three statements will cause the memory tuner to actively tune memory within the database? (Choose three.)
Which three statements will cause the memory tuner to actively tune memory within the database? (Choose three.)
Correct Answer: A,B,E
Index TAB 1X1 was created as shown below:
CREATE INDEX tablxl ON tab1(col_1)
Which modification to index TAB 1X1 can be performed with an ALTER INDEX statement?
CREATE INDEX tablxl ON tab1(col_1)
Which modification to index TAB 1X1 can be performed with an ALTER INDEX statement?
Correct Answer: A
Click the Exhibit button.

What does the SQL in the exhibit show?

What does the SQL in the exhibit show?
Correct Answer: D
Which two data types can be in-lined to enhance compression? (Choose two.)
Correct Answer: B,C