Evaluate the following command and its output:  <br /> SQL>SELECT * FROM dba_temp_free_space; <br /> TABLESPACE_NAME TABLESPACE_SIZE ALLOCATED_SPACE FREE_SPACE <br /> LMTEMP 250609664 101048576 149561088<br /> Which two statements correctly interpret the output?()  <p> Evaluate the following command and its output:  <br /> SQL>SELECT * FROM dba_temp_free_space; <br /> TABLESPACE_NAME TABLESPACE_SIZE ALLOCATED_SPACE FREE_SPACE <br /> LMTEMP 250609664 101048576 149561088<br /> Which two statements correctly interpret the output?()  </p>
A、A. FREE_SPACE indicates only the space that is currently unallocated.
B、B. ALLOCATED_SPACE indicates only the space currently allocated and in use.
C、C. FREE_SPACE indicates only the space that is currently allocated and available for reuse.
D、D. ALLOCATED_SPACE indicates both the space currently allocated and used,and the space that is available for reuse.
E、E. FREE_SPACE indicates both the space that is currently allocated and available for reuse,and the space that is currently unallocated.