Which two statements about this index are true?

Examine the output:
SQL> SELECT index_name, status FROM dba_indexes WHEREstatus=’UNUSABLE’;
INDEX_NAME STATUS
——————— —————–EINDUNUSABLE
Which two statements about this index are true?

Examine the output:
SQL> SELECT index_name, status FROM dba_indexes WHEREstatus=’UNUSABLE’;
INDEX_NAME STATUS
——————— —————–EINDUNUSABLE
Which two statements about this index are true?

A.
It is ignored by the query optimizer.

B.
It is not used while the index is being rebuilt.

C.
The index cannot be rebuilt, and has to be re-created.

D.
The index is automatically rebuilt when used the next time.



Leave a Reply 6

Your email address will not be published. Required fields are marked *