IBM DB2 10.1 Fundamentals (000-610) Free Practice Test
Question 1
What is a function of a table check constraint?
Correct Answer: A
Question 2
Which object can be enabled for compression?
Correct Answer: B
Question 3
Which SQL statement should be used to select the minimum and maximum salaries (SALARY), by job code (JOB), from a table EMPLOYEE?
Correct Answer: C
Question 4
Given the SQL statement: CREATE ALIAS total_sales FOR sales Which statement is valid?
Correct Answer: D
Question 5
When an application using a temporary table terminates or disconnects from the database unexpectedly, what happens to the temporary table and any data stored in it?
Correct Answer: B
Question 6
What is the primary purpose for using the INCLUDE clause with a CREATE UNIQUE INDEX statement?
Correct Answer: D
Question 7
Which statement regarding referential integrity constraints is true?
Correct Answer: A