返回数说广场
4
在pg数据库中,下面哪个语句可以撤销test用户对test schema下所有表的查询权限? A
A
revoke select on all tables in schema test from test;
B
revoke delete on all tables in schema test from test;
C
revoke insert on all tables in schema test from test;
D
revoke update on all tables in schema test from test;
2
4 328
分享
评论
热门数说


