adspace


What is index, cluster index and nonclustered index?

Answer Posted / Vinay Kumar Sahu

1. Index: A database object that improves the speed of data retrieval by organizing data in a specific order.
2. Clustered Index: A type of index that sorts data physically, with only one clustered index per table. It is used as the primary key.
3. Nonclustered Index: A secondary index that does not sort data physically. It can be created for multiple columns and has a separate data structure.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How efficient you are in oracle and SQL server?

1257


What is a view in sql?

1040


How can we solve concurrency problems?

1122


What are different types of constraints?

1001


What is a coalesce function?

1283


What is temporary table in sql server? Why we use temp table?

1021


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1213


What are wait types?

1249


Explain “row_number()” in sql server with an example?

1079


What is in place upgrade in sql server?

1126


Can sql servers link to other servers like oracle?

916


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1299


Where can you add custom error messages to sql server?

1210


How can I check that whether automatic statistic update is enabled or not?

1112


How to connect php with different port numbers?

1189