首页 > 其他 > 详细

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

时间:2019-10-25 15:16:51      阅读:132      评论:0      收藏:0      [点我收藏+]
Choose two.

Examine this partial command:

CREATE TABLE cust (

cust_id NUMBER(2),

credit_ limit NUMBER(10)

)

ORGANIZATION EXTERNAL

Which two clauses are required for this command to execute successfully?

A) the DEFAULT DIRECTORY clause

B) the REJECT LIMIT clause

C) the LOCATION clause

D) the ACCESS PARAMETERS clause

E) the access driver TYPE clause

Answer:AD

(解析:外部表建表语句,上面 Answer:看起来都对。但是通过测试,发现 E Answer:可以不需要指定,但是 directory 必须要制定,还有访问参数也必须要指定,访问参数里面位置参数必须要指定,其它访问参数可以忽略,这道题考试的意义在哪儿?)

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

原文:https://blog.51cto.com/13854012/2445415

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!