OCP题库变了,2018新版052考题及答案整理-29题

前端之家收集整理的这篇文章主要介绍了OCP题库变了,2018新版052考题及答案整理-29题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
29、In one of your databases:

  • The database default tablespace is EXAMPLE.

  • Deferred_segment_creation is false.

Examine these commands:

sql> create user user1 identified by oracle_4u password expire;

User created.

sql> alter user user1 account unlock;

User altered.

sql>grant create session to user1;

Grant succeeded.

sql> grant create table to user1 with admin option;

Grant succeeded.

14、Which three are true?

A. user1 can log in to the database instance.

B. user1 can grant the create table privilege to other users.

C. user1 can create tables in the example tablespace.

D. user1 must change it’s password at first login.

E. user1 can create indexes in example tablespace.

Correct Answer: ABD

OCP题库变了,2018新版052考题及答案整理-29题

猜你在找的Oracle相关文章