Google News
logo
Database Testing - Interview Questions
What are indexes and mention different types of indexes?
Indexes are database objects and they are created on columns. To fetch data quickly they are frequently accessed. Different types of indexes are :
 
* B-Tree index
* Bitmap index
* Clustered index
* Covering index
* Non-unique index
* Unique index
Advertisement