IBM DB2 11.1 Fundamentals for LUW C2090-616 Exam Practice Test

Page: 1 / 14
Total 63 questions
Question 1

Which operation typically requires a Share (S) lock?



Answer : B


Question 2

Which DB2 product required to allow connections from DB2 LUW to DB2 on z/OS?



Answer : A


Question 3

Which isolation level will allow application A to immediately read the committed value of a row that is exclusively locked by application B?



Answer : A

Read stability (RS) locks only those rows that an application retrieves within a unit of work. It ensures that any qualifying row read during a unit of work is not changed by other application processes until the unit of work completes, and that any row changed by another application process is not read until the change is committed by that process


Question 4

Which of the following commands can undo the work done by the current unit of work executing UPDATE statements on a table?



Answer : C


Question 5

Which of the following statements about stored procedures is TRUE?



Answer : B


Question 6

Given the following statement:

DECLARE GLOBAL TEMPORARY TABLE TEMP1 (

ID INTEGER NOT NULL,

ITEM CHAR(30),

AMOUNT DECIMAL (10,2)

ON COMMIT DELETE ROWS NOT LOGGED;

Which of the following statements are TRUE? (Choose two.)



Answer : A, C


Question 7

Which optional NPS compatibility features will be activated by executing the following? (Choose two.)

SET SQL_COMPAT='NPS'



Answer : C, E


Page:    1 / 14   
Total 63 questions