Index is the mechanism for searching data from database table. Indexes are used to find data from table quickly. Indexes are applied on table or view.
There are different type of indexes are there
1. Cluster Index
2. Non-Cluster Index
3. Unique Index
4. Filtered Index