IBM Exam Questions

Which two of the following statements is user USER1 allowed to execute?

User USER1 holds CONTROL privilege on table TABLE1. Which two of the following statements
is user USER1 allowed to execute?

A.
GRANT CONTROL ON table1 TO user2

B.
GRANT LOAD ON table1 TO user2

C.
GRANT INSERT,UPDATE ON table1 TO user2 WITH GRANT OPTION

D.
GRANT BINDADD ON table1 TO PUBLIC

E.
GRANT ALL PRIVILEGES ON table1 TO PUBLIC