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 : Explanation
Reference: https://www.ibm.com/developerworks/data/library/techarticle/dm-1304whatsnewdb2105/index.html
Which of the following editions of DB2 include support for Federation with Oracle database?
Answer : C
Reference: https://www.ibm.com/developerworks/data/library/techarticle/dm-1311db2compare/index.html
Which three facilities are used to control authorization in DB2?
Answer : D
Reference: https://www.ibm.com/support/knowledgecenter/zh/SSEPGG_9.5.0/com.ibm.db2.luw.admin.sec.doc/doc/c0006307.html
Which database object can be locked explicitly?
Answer : D
Reference: https://www.ibm.com/support/knowledgecenter/hr/SSEPGG_9.7.0/com.ibm.db2.luw.admin.perf.doc/doc/c0005270.html
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 : Explanation