Observe the structure of the table employees:<br /> <img src="https://img.ppkao.com/2018-08/yuanhao/2018080117264495504.jpg" /><br /> The table contains 8475 records.<br /> One of the employees wants to know the names of all employees of the company. For this, he fires the following query:<br /> SELECT * FROM EMPLOYEES ORDER BY emp_fname;<br /> Since the operation performed on executing the query cannot fit into memory, it requires disk space to complete the operation.<br /> Which of the following types of segments will Oracle allocate to complete the operation and to provide the required result?()<p> Observe the structure of the table employees:<br /> <img src="https://img.ppkao.com/2018-08/yuanhao/2018080117264495504.jpg" /><br /> The table contains 8475 records.<br /> One of the employees wants to know the names of all employees of the company. For this, he fires the following query:<br /> SELECT * FROM EMPLOYEES ORDER BY emp_fname;<br /> Since the operation performed on executing t
A、A. Rollback segment
B、B. Temporary segment
C、C. Data segment
D、D. Index segment