Which of the following editions of DB2 include support for Federation with Oracle database?
Answer : C
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
The following statements are executed:
GRANT CREATETAB, DATAACCESS, ON DATABASE TO ROLE role A;
GRANT CREATETAB, BINDADD ON DATABASE TO ROLE role B;
GRANT ROLE role A to USER db2inst3;
GRANT ROLE role B to USER db2inst3;
Which of the following is TRUE if this statement is executed later?
REVOKE ROLE roleB FROM USER db2inst3;
Answer : D
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 features can provide significant benefits in storage savings, performance of analytic workloads, and time to value?
Answer : C
What is the maximum length allowed for a VARCHAR2 data type when the VARCHAR2_COMPAT database configuration parameter is set to ON?
Answer : A