how many type of indexing in database?
Praveen Kumar
Select an image from your device to upload
There are mainly Two Types of Indexing present over , Clustered Index and Non-Clustered Index
There are five types of indexes: unique and non-unique indexes, and clustered and non-clustered indexes, and system generated block indexes for multidimensional clustered (MDC) tables .
A database Index is a data structure that improves the speed of operation on a database.
Index can be classified as clustered or non-clustered.
1.Clustered Index
2.Non-clustered Index