IBM Exam Questions

Which of the following will allow user USER1 to change the comment associated with a table named TAB

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 user1

D.
GRANT REFERENCES ON TABLE table1 TO user1