Which optional NPS compatibility features will be activated by executing the following? (Choose two.)
SET SQL_COMPAT='NPS'
Answer : C, E
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 of the following isolation levels most reduces concurrency and is most likely to cause lock escalations?
Answer : C
Which of the following authorities is sufficient for connecting to a database?
Answer : B
Which of the following is fundamental to BLU acceleration?
Answer : B
Which of the following compatibility features is always active, regardless of the settings for the DB2_COMPATIBILITY_VECTOR registry variable or the SQL_COMPAT global variable?
Answer : D
A multi-partition database environment using BLU acceleration is designed to meet which of the following requirements? (Choose two.)
Answer : B, E