What are the type of Indexes? which one is best, why?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
internal language used in sql server 2000?
How to use old values to define new values in update statements in ms sql server?
What are window functions in sql server?
How to receive output values from stored procedures?
Do you know what is user defined datatypes and when you should go for them?
Can we rewrite subqueries into simple select statements or with joins? Example?
What is normalization? What number of normalization shapes are there?
What are the built in functions in sql server?
What is transaction server explicit transaction?
Explain in brief about Microsoft SQL server?
What is 'Join' and explain its various types.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)