IBM Assessment: DB2 9.7 DBA for Linux UNIX and Windows - A2090-541 Exam Practice Test

If this command is executed:
db2advis -d sample -g
What is the Design Advisor using to perform its analysis?
Correct Answer: B
If a non-recoverable database crashes, how can a DBA successfully restart the database if a table space is damaged and cannot complete crash recovery?
Correct Answer: D
Which command is used to configure the administrative task scheduler to execute tasks?
Correct Answer: A
Which three commands will apply the specified action to all objects in schema PAY1 in database PRODDB? (Choose three.)
Correct Answer: C,D
Which command will reorg all indexes for a table named TABA?
Correct Answer: D
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?
Correct Answer: D
Tables TABLE_A and TABLE_B in database TESTDB have the same data structure (same columns with the same definitions). You wish to unload the data from the two tables into a single file In PC/IXF format.
Which command(s) can be used to do this?
Correct Answer: D
A database named FINANCE must be available to users 24x7x365. Which command should be used to create a backup image of the FINANCE database without having a significant impact on running applications?
Correct Answer: B
0
0
0
0