What happens when you run the following statement if MYUSER holds no privileges on table MYTABLE?
REVOKE SELECT ON TABLE mytable FROM USER myuser
Answer : C
What is the purpose of a role?
Answer : A
You are asked to provide a recommendation for the appropriate DB2 edition for a new application. The application is characterized by long, complex queries that select a subset of columns and often perform grouping and aggregation. The initial database size is estimated at 5 TB, with growth of about 100 GB per year. Keep data size on disk to a minimum is a priority?
Which of the following editions would be best meet the described needs?
Answer : D
Which of the following isolation levels most reduces concurrency and is most likely to cause lock escalations?
Answer : C
Which locking event occurs when two applications lock rows that are needed by the other, such that neither application can continue executing?
Answer : A
Which of the following authorities is sufficient for connecting to a database?
Answer : B
If you are already connected to a database, what does running the following statement do?
Db2 CONNECT
Answer : B