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

Posted cnblogs5359

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2019年8月版本OCP 071认证考试最新版本的考试原题-第2题相关的知识,希望对你有一定的参考价值。

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题的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

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

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

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