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 |
Where are stored procedures in sql server?
Can I delete event logs?
Explain the ways to controlling cursor behavior?
How to delete existing rows in a table?
How to retrieve data from log files in SQL SERVER ?????
how many no of arguments can be passed in procedures and functions
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
How do I create a trace in sql server?
How to choose all records from the table?
Explain a join?
List all types of constraints in sql server?
What is coalesce in sql server?
Oracle (3253)
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)