Which of the following features can provide significant benefits in storage savings, performance of analytic workloads, and time to value?
Answer : C
A user executes the following statements:
REATE TABLE t1 (c1 INT, c2 INT);
CREATE ALIAS a1 FOR t1;
What will be the result if the user executes the following statement?
DROP ALIAS a1;
Answer : A
Your manager has asked you to review cloud service offering for hosting a DB2 database. As the DBA, you still want to maintain control over all maintenance and patching operations. Which of the following Cloud offerings best suits your needs?
Answer : B
What is the purpose of a role?
Answer : A
What of the following is TRUE about triggers?
Answer : A
Which of the following SQL statements will remove all rows from the table T1? (Choose two.)
Answer : A, D
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