Home | Submit an interview question | Filter by category | Filter by job function | Filter by company
 
Member Information
User Id
Password
 
Forgot Password
Technology Category
.NET (1202)
Languages (103)
Database (146)
Operating System (48)
Reporting (5)
Third-Party Tools (2)
Testing (91)
OOP (75)
Web Development (40)
Design Patterns (89)
General (9)
Networking (88)
Hardware (63)
Brain Exercise (2)
Others (37)
 Our Network
.NET Heaven
C# Corner
Interview Corner
Longhorn Corner
Mindcracker
VB.NET Heaven
Home » .NET » .NET
how many type of indexing in database?
Posted by Praveen Moosad Jul 17, 2009
Viewed : 1148 times
Major Category : .NET
Minor Category : ADO.NET
Total Replies : 4
Become a Sponsor
 EDITORIAL ANSWER  
Praveen Moosad
Jul 17, 2009
thier are two type of indexing in dtabase cluster or noncluster indexing in database
1
 ANSWERS BY USERS  
Purushottam Rathore
Jul 24, 2009
http://technet.microsoft.com/en-us/library/ms175049.aspx
Naresh Kanth
Jul 20, 2009

There are five types of indexes: unique and non-unique indexes, and clustered and non-clustered indexes, and system generated block indexes for multidimensional clustered (MDC) tables .

PEEYUSH MISHRA
Jul 20, 2009

A database Index is a data structure that improves the speed of operation on a database.

Index  can be classified as clustered or non-clustered.

1.Clustered Index

  1. The leaf level of a clustered index is the actual
    data
  2. the logical order of the index matches the physical stored
    order of the rows on disk.
  3. There can be only one Clustered index for a table.
  4. usually made on the primary key.

 2.Non-clustered Index

  1. the leaf level is actually a pointer to the data in rows
  2. the logical order of the index does not match the physical
    stored order of the rows on disk
  3. There can be only 249 Clustered index for a table
  4. usually made on the any key(Unique Key or any other)
  
1

 

 Hosted by MaximumASP  |  Found a broken link?  |  Contact Us  |  Terms & conditions  |  Privacy Policy  |  Advertise with us
Current Version: 2.2009.3.2
 © 1999 - 2009  Mindcracker LLC. All Rights Reserved