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

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. 外部表可以加載和卸載數據泵格式的數據

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章