How Index affect table access in Oracle?
How Index affect table access in Oracle?
Index in brief:
- Index is a schema object.
- Its created based on a table or cluster column.
- It contains an entry for each value that appears in the indexed column of the table