C2090-730 | A Review Of Practical C2090-730 exam
Q151. Which two of the following privileges is required in order to use a package? A. BINDADD B. BIND C. CONNECT D. EXECUTE E. USE Answer: C,D Explanation: Q152. Which of the following will allow user USER1 to change the comment associated with a table named TABLE1? A. GRANT UPDATE ON TABLE table1 TO user1 B. GRANT CONTROL ON TABLE table1 TO user1 C. GRANT ALTER ON TABLE table1 TO use