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

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

时间:2019-10-16 11:35:22      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:str   creat   under   锁表   ring   eaton   UNC   最新版本   exec   

choose three

Which three statements are true about indexes and their administration in an Orade database?

A) An INVISIBLE index is not maintained when Data Manipulation Language (DML) is performed on its underlying table.

B) An index can be created as part of a CREATE TABLE statement.

C) A DROP INDEX statement always prevents updates to the table during the drop opeaton

D) A UNIQUE and non-unique index can be ceated on the same table colunn

E) A descending index is a type of funcion-based index

F) If a query filters on an indexed column then it will always be used during execution of the query

Answer:BCE

(解析:建表的时候就可以创建索引;做 drop index 时会锁表;

创建降序排列的索引:

create index idx_emp_ename on emp(ename DESC) ;

创建了索引,在查询的时候不一定都会用到,涉及的因素很多。

)

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

标签:str   creat   under   锁表   ring   eaton   UNC   最新版本   exec   

原文地址:https://blog.51cto.com/13854012/2442781

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