Which of the following statements is used to grant user TOM and
Application team APPGRP the ability to add data to table TAB1?
A.
GRANT ADD DATA ON TABLE tab1 TO GROUP tomappgrp
B.
GRANT INSERT TO USER tom, GROUPappgrp ON TABLE tab1
C.
GRANT INSERT ON TABLE tab1 TO USER tom, GROUPappgrp
D.
GRANT ADD DATA ON TABLE tab1 TO USERappgrp, GROUP tom