What are the type of Indexes? which one is best, why?

Answers were Sorted based on User's Feedback



What are the type of Indexes? which one is best, why?..

Answer / arun pandey

Hi

1)Clustered Index
2)NON-Clustered INdex

But Clustered index is better than non-clusted
becoz the searching in clusterd is faster than non-clustered

Arun Pandey
A1Technology

Is This Answer Correct ?    3 Yes 0 No

What are the type of Indexes? which one is best, why?..

Answer / s. sundar

1. Clustered Index
2. Non-Clustered Index

Is This Answer Correct ?    1 Yes 0 No

What are the type of Indexes? which one is best, why?..

Answer / jeff jordan

1) Clustered Index
2) Non-Clustered Index

I'm assuming by "which one is best" we mean which has the
faster look ups. This would be the clustered index since it
is the physical ordering of the rows and the non-clustered
index is like a lookup table. With the clustered index one
you've found the index you've found your row...

Is This Answer Correct ?    1 Yes 0 No

What are the type of Indexes? which one is best, why?..

Answer / amit choubey

clusterd and non clusterd

Is This Answer Correct ?    0 Yes 0 No

What are the type of Indexes? which one is best, why?..

Answer / jay vardhan singh

Cluster is faster then non cluster index.We can use only
one cluster index on one table and we can use more then one
non cluster index on one table.

Is This Answer Correct ?    0 Yes 0 No

What are the type of Indexes? which one is best, why?..

Answer / a.ganesh

not only two type, more type of indexes there
such as Clustered Index with Primary And Index with Uniqu

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is scrollable cursor?

0 Answers  


What extended events?

0 Answers  


How to generate the Reports for the Database? I need an Example for it.Will we manually do this or else any script is there? Please let me know ASAP...

1 Answers   Cognizant,


What do you understand by recursive stored procedure?

0 Answers  


List the different types of joins?

0 Answers  






Does order by actually change the order of the data in the tables or does it just change the output?

0 Answers  


What are scalar functions in sql?

0 Answers  


What is transact-sql ddl trigger?

0 Answers  


What is the purpose of indexing?

0 Answers  


Can you create a logon trigger in sql server 2005 express edition?

0 Answers  


Difference between drill down and drill through report.

0 Answers  


Is port 1433 secure?

0 Answers  


Categories