温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

1Z0-052 中英文解析(3)

发布时间:2020-06-24 09:29:28 来源:网络 阅读:625 作者:Big_zhujiao 栏目:数据库

Which two operations can be performed on an external table? (Choose two.)  

A. Create a view on the table 

B. Create an index on the table 

C. Create a synonym on the table 

D. Add a virtual column to the table 

E. Update the table using the UPDATE statement 

F. Delete rows in the table using the DELETE command  


哪两种操作可以在外部表执行?(选择两个)

A. 在表上创建视图 

B. 在表上创建索引 

C. 在表上创建同义词 

D. 在表上增加一个虚拟列 

E. 使用UPDATE语句更新表 

F. 使用 DELETE命令删除行


AC正确


知识点:

外部表(external table)  

  1. 是操作系统文件,改其数据只能通过修改数据文件

  2. 只读文件,可以查询操作和连接

  3. 不可以在上面运行任何 DML 操作,不能使用insert、update、delete等操作,不能建立索引

  4. 外部表可以加载和卸载数据泵格式的数据

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI