OCP 1Z0 053 155

来源:互联网 发布:企业整站源码 编辑:程序博客网 时间:2024/06/07 13:27
155.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 
Answer: B

内存不够,要占用临时表空间,话说这是哈破电脑啊,1W条都不能放入内存
0 0
原创粉丝点击