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

【2019年8月版本】OCP 071认证考试最新版本的考试原题-第2题

时间:2019-10-14 13:00:11      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:exec   index   actions   空间   最新版   ORC   enforce   must   user   

choose three

Which three are true about the CREATE TABLE command?

A) It can include the CREATE...INDEX statement for creating an index to enforce the primary key constraint.

B) The owner of the table should have space quota available on the tablespace where the table is defined.

C) It implicitly executes a commit.

D) It implicitly rolls back any pending transactions.

E) A user must have the CREATE ANY TABLE privilege to create tables,

F) The owner of the table must have the UNLIMITED TABLESPACE system privilege

Answer:ABC

 

(解析:建表的要求有两个:1、要有表空间的 quota;2、要有 create table 的权限。ddl语句执行后自动提交。)

【2019年8月版本】OCP 071认证考试最新版本的考试原题-第2题

标签:exec   index   actions   空间   最新版   ORC   enforce   must   user   

原文地址:https://www.cnblogs.com/cnblogs5359/p/11670548.html

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