单选题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 tom appgrpB
GRANT INSERT TO USER tom, GROUP appgrp ON TABLE tab1C
GRANT INSERT ON TA
题目
单选题
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 tom appgrp
B
GRANT INSERT TO USER tom, GROUP appgrp ON TABLE tab1
C
GRANT INSERT ON TABLE tab1 TO USER tom, GROUP appgrp
D
GRANT ADD DATA ON TABLE tab1 TO USER appgrp, GROUP tom