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
CONTROL Table, View, Index, Package, Alias, Distinct
Type, User Defined function, Sequence
Provides full authority on the object. Users
with this privilege can also grant or revoke
privileges on the object to other users.
ALTER Table Allows users to alter the object definition using
the alter statement.
0
0