AThe ALTER INDEX REBUILD command is used to change the storage characteristics of an index
BUsing the ALTER INDEX REBUILD is usually faster than dropping and recreating an index because it uses the fast full scan feature
COracle8i allows for the creation of an index or re-creation of an existing index while allowing concurrent operations on the base table
DWhen building an index, the NOLOGGING and UNRECOVERABLE keywords can be used concurrently to reduce the time it takes to rebuild itself