how many type of indexing in database?
Praveen Moosad
There are Two Types of Indexing present over , Clustered Index and Non-Clustered Index
http://technet.microsoft.com/en-us/library/ms175049.aspx
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
thier are two type of indexing in dtabase cluster or noncluster indexing in database