adspace


Explain different types of index?

Answer Posted / Deepak Kumar Pathak

In SQL Server, there are several types of indexes: Clustered Indexes (which determine the physical order of data in a table), Non-Clustered Indexes (which have a separate structure that stores the indexed columns and a pointer to the actual data), Composite Indexes (which are created using multiple columns), Primary Key Indexes (which are a type of clustered index used to uniquely identify each row), Unique Indexes (which ensure that no two rows have duplicate values for the specified columns), and Full-Text Indexes (which are used for text search queries).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a view in sql?

1048


How to connect php with different port numbers?

1197


What is in place upgrade in sql server?

1137


What is sql or structured query language?

1235


What is acid mean in sql server?

1257


List out the different types of locks available in sql server?

1058


How to convert character strings into numeric values?

1196


How to remove duplicate rows from table except one?

1096


Where can you add custom error messages to sql server?

1220


What is an indexed view?

1030


Why use identity in sql server?

1210


Disadvantages of the indexes?

1232


How can we solve concurrency problems?

1130


How efficient you are in oracle and SQL server?

1269


Can you index views?

958