Question 11
Which isolation level will allow application A to immediately read the committed value of a row that is exclusively locked by application B?
Question 12
Which of the following DB2 objects in an efficient way of representing data without the need to maintain it and requires no permanent storage?
Question 13
Which of the following is TRUE regarding user switching in a trusted context?
Question 14
What of the following is TRUE about triggers?
Question 15
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.)
