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.1 Fundamentals (C2090-610) Free Practice Test

Question 1
User USER1 wants to define a required relationship between two tables named TAB1 and TAB2 in such a way that whenever a record is deleted from table TAB1, any related records are deleted from table TAB2. What must user USER1 do to accomplish this?

Correct Answer: B
Question 2
Which statement about a deadlock is true?

Correct Answer: B
Question 3
What is a function of a table check constraint?

Correct Answer: A
Question 4
Application APP_A is performing updates to table TAB1 using the cursor stability (CS) isolation level. If application APP_B wants to retrieve all rows from table TAB1 without waiting for application APP_A to finish making updates, what isolation level must application APP_B use?

Correct Answer: B
Question 5
User USER1 wants to store part numbers and part descriptions in a table named PARTS; user USER1 also wants to ensure that any comparisons of part descriptions that are made will be done so in binary, regardless of the database collating sequence used. Which statement should user USER1 execute to create the desired table?

Correct Answer: A
Question 6
If a user has been granted SYSCTRL authority, which activities can they perform?

Correct Answer: A
Question 7
Which of the following privileges allow a user to update the comment on a sequence?

Correct Answer: C
Question 8
Which SQL statement should be used to retrieve the minimum and maximum salaries (SALARY) for each job code (JOB), sorted by job code, from a table named EMPLOYEE?

Correct Answer: C