An index needs to be created on the EMP_ID column of the EMPLOYEE table which satisfies the following conditions:
- The index will be called EMP_PK.
- The index should be sorted in ascending order.
- The index should be created in the INDEX01 tablespace, which is a dictionary managed tablespace.
- All extents of the index should be 1 MB in size.
- The index should be unique.
- No redo information should be generated when the index is created.
- 20% of each data block should be left free for future index entries.
Which of the following commands create the index and meets all the requirements?
Reveal answer
Fill a bubble to check yourself