Which operation typically requires a Share (S) lock?
Answer : B
Which DB2 product required to allow connections from DB2 LUW to DB2 on z/OS?
Answer : A
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
Which of the following commands can undo the work done by the current unit of work executing UPDATE statements on a table?
Answer : C
Which of the following statements about stored procedures is TRUE?
Answer : B
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
Which optional NPS compatibility features will be activated by executing the following? (Choose two.)
SET SQL_COMPAT='NPS'
Answer : C, E