【OCP最新题库解析(052)--题3】Which two are true about external tables?

【OCP最新题库解析(052)--题3】Which two are true about external tables?

【OCP最新题库解析(052)--题3】Which two are true about external tables?

【OCP最新题库解析(052)--题3】Which two are true about external tables?【OCP最新题库解析(052)--题3】Which two are true about external tables?       

    该系列专题为2018年4月OCP-052考题变革后的最新题库。题库为小麦苗解答,若解答有不对之处,可留言,也可联系小麦苗进行修改。

注:OCP-052最新题库完整详细解答版请联系小麦苗私聊。解题不易,请大家尊重原创。

QQ:646634621

QQ群:547200174、618766405

微信号:lhrbestxh


小麦苗课堂现有课程:

课程名称

课时

上课时间(可根据情况调整)

价格

OCP(从入门到专家)

每年1-2期,35课时左右/期

每周一、周三、周四、周六

1600

OCM认证

每年N期,9课时/期

每周二、周五

23000

高可用课程(rac+dg+ogg)

未定

未定

2000

Oracle初级入门

每年1期,15课时左右/期

每周一、周三、周四、周六

800

Oracle健康检查脚本

可微信或微店购买。

100

小麦苗提供Oracle入门、OCP、OCM、高可用方面的课程,详情请加小麦苗私聊。


Q          题目


Which two are true about external tables?

A. They support all DML operations.

B. They support the ORACLE_DATAPUMP access driver.

C. They have extents.

D. They can be stored in an ASM Cluster File System(ACFS).

E. They can always be updated using SQL.

Answer:BD 



     
A          答案          



外部表是指不存在于数据库中的表。通过向Oracle提供描述外部表的元数据,可以把一个操作系统文件当成一个只读的数据库表,就像这些数据存储在一个普通数据库表中一样来进行访问。外部表是对数据库表的延伸。外部表只能在Oracle 9i之后的版本来使用。

Oracle外部表用来存取数据库以外的文本文件(Text File)Oracle专属格式文件。因此,建立外部表时不会产生段、区、数据块等存储结构,只有与表相关的定义放在数据字典中。外部表仅供查询,不能对外部表的内容进行修改(例如INSERT、UPDATE、DELETE等操作)。不能在外部表上建立索引。因为创建索引就意味着要存在对应的索引记录,而其实外部表的数据没有存储在数据库中,故在外部表上是无法建立索引的。

 

【OCP最新题库解析(052)--题3】Which two are true about external tables?


OCP最新题库解析历史连接(052)  

http://mp.weixin.qq.com/s/bUgn4-uciSndji_pUbLZfA

【OCP最新题库解析(052)--题3】Which two are true about external tables?


DB笔试面试历史连接  

http://mp.weixin.qq.com/s/Vm5PqNcDcITkOr9cQg6T7w

【OCP最新题库解析(052)--题3】Which two are true about external tables?


小麦苗课堂培训认证  

OCP培训说明连接:https://mp.weixin.qq.com/s/2cymJ4xiBPtTaHu16HkiuA

OCM培训说明连接:https://mp.weixin.qq.com/s/7-R6Cz8RcJKduVv6YlAxJA

高可用(RAC+DG+OGG)培训说明连接:https://mp.weixin.qq.com/s/4vf042CnOdAD8zDyjUueiw

【OCP最新题库解析(052)--题3】Which two are true about external tables?


DBA宝典小程序  

  DBA宝典小程序

【OCP最新题库解析(052)--题3】Which two are true about external tables?

About Me:小麦苗      

● 本文作者:小麦苗,只专注于数据库的技术,更注重技术的运用

● 作者博客地址:http://blog.itpub.net/26736162/abstract/1/

● 本系列题目来源于作者的学习笔记,部分整理自网络,若有侵权或不当之处还请谅解

● 版权所有,欢迎分享本文,转载请保留出处

● QQ:646634621  QQ群:618766405

● 题目解答若有不当之处,还望各位朋友批评指正,共同进步

【OCP最新题库解析(052)--题3】Which two are true about external tables?

长按下图识别二维码或微信扫描下图二维码来关注小麦苗的微信公众号:xiaomaimiaolhr,学习最实用的数据库技术。

【OCP最新题库解析(052)--题3】Which two are true about external tables?

【OCP最新题库解析(052)--题3】Which two are true about external tables?

【OCP最新题库解析(052)--题3】Which two are true about external tables?




本文分享自微信公众号 - DB宝(lhrdba)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。

上一篇:【OCP最新题库解析(052)--题3】Which two are true about external tables?


下一篇:使用prerender-spa-plugin实现vue预渲染