Which of the following statements about triggers are TRUE? (Choose two.)
B,D
Which of the following is TRUE about indexes on column organized tables?
C
How can you tell what privileges on a table or view have been granted to a user? (Choose two.)
C,E
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;
D
Consider the following sequence of events:
Eddie grants SELECT WITH GRANT OPTION privilege to Mike.
Mike grants SELECT privilege to Jeff.
Eddie revokes SELECT privilege from Mike.
What will happen to Jeffs SELECT privilege?
A
Which locking event occurs when two applications lock rows that are needed by the other, such that
neither application can continue executing?
A
BLU Acceleration is included in which of the following edition of DB2 LUW? (Choose two.)
B,C
Which of the following commands can undo the work done by the current unit of work executing
UPDATE statements on a table?
C
Which of the following authorities are sufficient for creating a database? (Choose two.)
B,D
Which operation typically requires a Share (S) lock?
B