Assuming PUBLIC has been granted all privileges on table T1, which of the following statements would continue to permit any user to add rows to table T1, but not remove them?()

A . REVOKE DROP ON t1 FROM PUBLIC B . REVOKE UPDATE ON t1 FROM PUBLIC C . REVOKE DELETE ON t1 FROM PUBLIC D . REVOKE CONTROL ON t1 FROM PUBLIC

时间:2022-09-09 20:26:48 所属题库:IBM(000-730)题库

相似题目