You moved the index EMP_NO_INDX from one tablespace to another and then issued the following command to rebuild the index EMP_NO_INDX:
SQL> ALTER INDEX EMP_NO_INDX REBUILD ONLINE;
Which table allows the users to access the EMP_NO_INDX index while performing the rebuild operation?()
A. Index-organized table
B. Mapping Table
C. Clustered Table
D. Journal Table