首页 > 其他 > 详细

053-155

时间:2017-11-16 15:11:22      阅读:214      评论:0      收藏:0      [点我收藏+]

Observe the structure of the table employees: The table contains 8475 records. 技术分享

One of the employees wants to know the names of all employees of the company. For this, he fires the following query:
SELECT * FROM EMPLOYEES ORDER BY emp_fname;
Since the operation performed on executing the query cannot fit into memory, it requires disk space to complete the operation. Which of the following types of segments will Oracle allocate to complete the operation and to provide the required result?
A. Rollback segment
B. Temporary segment
C. Data segment
D. Index segment

053-155

原文:http://www.cnblogs.com/Babylon/p/7844379.html

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