Answers

Question and Answer:

  Home  Oracle Database Optimization

⟩ Tell me what are the types of Indexes?

Indexes can be clustered and non-clustered indexes.

Clustered index keeps all the records in the database in the order of clustered index key.

There can be only one clustered index per table.

Non-clustered indexes are stored as B-tree structure in their own storage separate from data storage in the table.

 181 views

More Questions for you: