填空题
发出如下命令:
(a)grant select on hr.regions to jon;
(b)grant all on hr.regions to jon;
(c)grant dba to jon;
(d)grant select on hr.regions to public;
哪些授权可以撤销以阻止JON看到HR.REGIONS的内容(选择所有正确的答案)?
A、
(a)、(b)、(c)和(d)
B、
(a)、(c)和(d)
C、
(b)、(c)和(d)
D、
(c)和(d)
E、
(a)、(b)和(c)
【正确答案】
A、B、C
【答案解析】
其中的任一个都会阻止访问。D是错误的,因为(a)和(b)中的授权依然有效。E是错误的,因为(d)中对PUBLIC的授权依然有效。
提交答案
关闭