What is Index ? Explain its Types?
Answers were Sorted based on User's Feedback
Answer / sajjan singh
Indexes are data structures that help SQL Server to find
particular rows of data fastly.
In a database, an index allows the database program to find
data in a table without scanning the entire table.
An index in a database is a list of values in a table with
the storage locations of rows in the table that contain each
value.
Indexes can be created on either a single column or a
combination of columns in a table and are implemented in the
form of B-trees.
Clustered Index: "A clustered index is a special type of
index that reorders the way records in the table are
physically stored.
Therefore table can have only one clustered index. The leaf
nodes of a clustered index contain the data pages."
Non Clustered Index: "A nonclustered index is a special type
of index in which the logical order of the index does not
match the physical stored order of the rows on disk.
The leaf nodes of a nonclustered index does not consist of
the data pages. Instead, the leaf nodes contain index rows."
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dinesh rathod
Index is a one important concept in .Net. So you should know the basic idea about index in .Net.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between truncate and delete commands?
What is blocking and how would you troubleshoot it? : sql server database administration
How to Install SQL SERVER 2005 remotely?
What are the 2 types of classifications of constraints in the sql server?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
What is the bookmark lookup and rid lookup?
What are the characteristics of modern DBMS?
What is the main purpose of having conversation group?
Does a server store data?
what is the maximum size of a row? : Sql server database administration
What are the restrictions applicable while creating views? : SQL Server Architecture
What are the common performance issues in sql server?
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)