Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

IBM DB2 10 DBA for z/OS (C2090-612) Free Practice Test

Question 1
Which of the following statements is NOT correct?

Correct Answer: C
Question 2
For which table type could you specify ALTERTABLE tb1 DATA CAPTURE CHANGES?

Correct Answer: D
Question 3
In order to retain an access path across a rebind which of the following commands could be used?

Correct Answer: C
Question 4
When these two commands are issued in sequence, one after the other: STOP FUNCTION SPECIFIC(A.B) ACTION(REJECT) STOP FUNCTION SPECIFIC(A.B) ACTION(QUEUE) What will occur?

Correct Answer: D
Question 5
The following SQL statement is issued: SELECT col1 FROM tb1 ORDER BY col1 ASC The following results are received: 1111 AAAA Which statement is true?

Correct Answer: C
Question 6
Which two parameters would reduce the impact of availability from a REORG with SHRLEVEL CHANGE for a partitioned table space with 16 parts? (Choose two.)

Correct Answer: A,C
Question 7
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?

Correct Answer: D