码迷,mamicode.com
首页 > 其他好文 > 详细

OCP最新题库052新题解析-带答案-第37题

时间:2018-08-09 14:52:27      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:term   command   insert   log   rev   select   proc   grants   ges   

37、USER1 grants SELECT, INSERT, and UPDATE privileges on USER1. EMP to USER2.

SYS executes this command:

SQL> REVOKE UPDATE ON user1.emp FROM user1;

What will be the outcome?

A) It will succeed and only USER2 will be unable to perform SELECT,INSERT, Or UPDATE on USER1. EMU.

B) It will succeed and only USER1 will be unable to perform SELECT,INSERT, Or UPDATE on USER1. EMP.

C) It will succeed but neither USER1 nor USER2 will be able to perform SELECT, INSERT, or UPDATE on USER1. EMP. 0

D) It will fall because USER1 Is the owner of USER1. EMP.

E) It will succeed and neither USER1 nor USER2 will be able to perform INSERT or UPDATE on USER1. EMP, but both will be able to query USER1.EMP).

Answer:D

技术分享图片

OCP最新题库052新题解析-带答案-第37题

标签:term   command   insert   log   rev   select   proc   grants   ges   

原文地址:http://blog.51cto.com/13854012/2156713

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!