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

2018OCP最新题库052新加考题及答案整理-27

时间:2018-07-30 15:38:35      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:term   分享图片   size   RoCE   quota   answer   space   cte   create   

27、Examine these facts about a database:

  1. USERS is the database default tablespace.

  2. USER1, USER2, AND USER3 have the CREATE SESSION privilege.

  3. They also have UNLIMITED QUOTA on the default tablespace USERS.

  4. They have no other privileges.

Examine these commands:

SQL> conn / as sysdba

Connected.

SQL> GRANT CREATE TABLE TO user1 WITH ADMIN OPTION;

Grant succeeded.

SQL> conn user1/oracle_4U

Connected.

SQL> GRANT CREATE TABLE TO user2;

Grant succeeded.

SQL> GRANT CREATE TABLE TO user3 WITH ADMIN OPTION;

Grant succeeded.

12、 Which two are true?

A. Any user with create table with admin option can revoke create table from user1.

B. If SYS revokes create table from user1, it is revoked from user2 but not from user3.

C. Only SYS and USER1 can revoke CREATE TABLE from USER3.

D. Only SYS CAN REVOKE CREATE TABLE FROM USER1.

E. If SYS revokes create table from user1, it is not revoked from USER2 and USER3.

Correct Answer: AE

技术分享图片

2018OCP最新题库052新加考题及答案整理-27

标签:term   分享图片   size   RoCE   quota   answer   space   cte   create   

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

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