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 authorities are sufficient for creating a database? (Choose two.)
Answer : B, D
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 operation typically requires a Share (S) lock?
Answer : B
BLU Acceleration is included in which of the following edition of DB2 LUW? (Choose two.)
Answer : B, C
Which of the following statements about triggers are TRUE? (Choose two.)
Answer : B, D
What is the primary use case for creating an index with the RANDOM option on a table?
Answer : C