Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an index?

Answers were Sorted based on User's Feedback



What is an index?..

Answer / krishna chaithanya

index allows to search record in a table making the search
meachnism faster and effective

Is This Answer Correct ?    14 Yes 1 No

What is an index?..

Answer / sanjay mukati

Index is a such type of mechanism in which records are
searched and fetched efficiently and fastly in a table. It
is physical address of data.

Two type of index :
A. Cluster Index
B. Noncluster Index

Is This Answer Correct ?    8 Yes 2 No

What is an index?..

Answer / dharmendra k dixit

INDEX are physical address of data, its is same just we
Have indexes in our Book..through this we can make our
search much faster.
in Idle way always try to make Indexes on that Column which
have Integer Value(i.e. Not on text type).
There are two types of Indexes in SQL SEREVR
1. Clusterd Index.(Create automatically if there is a
Primary key on Table)
2. Non Clusterd Index.

Is This Answer Correct ?    7 Yes 2 No

What is an index?..

Answer / mandar kavishwar

Indexes in databases are similar to indexes in books. In a
database,an index allows the database program to find data
in a table without
scanning the entire table.
There are two types of Index in MS-SQL.
1.Clustered
2.Non-Clustered
In MS-SQL Server 2005,
Only 1 Clustered & 249 Non-Clustered Possible.So (Total 250)
But in MS-SQL Server 2008,
Only 1 Clustered & 999 Non-Clustered Possible.(Total 1000)

Is This Answer Correct ?    3 Yes 0 No

What is an index?..

Answer / shrikant kalwade

Index means we create unique id to record in to the table.

primary key is example of index; using proper index we
search perticular record from database fast and accurate.

Is This Answer Correct ?    4 Yes 3 No

What is an index?..

Answer / sovan guha

An index is a physical structure containing pointer to the
data.Index are created in an existing table to locate rows
more efficiently and quickly.

Is This Answer Correct ?    2 Yes 1 No

What is an index?..

Answer / aman popli

Indexes in SQL Server are similar to the indexes in books.
They help SQL Server retrieve
the data quickly.

There are clustered and nonclustered indexes.
A clustered index is a special type of index
that reorders the way in which 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.
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 node of a
nonclustered index does not consist of the data pages.
Instead, the leaf nodes contain
index rows.

Is This Answer Correct ?    3 Yes 2 No

What is an index?..

Answer / nalini

index is a physical address of the data.Index having 2
types.
1) cluster index
2)nonclustered index

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More SQL Server Interview Questions

What is sql server transaction log file?

0 Answers  


How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that

9 Answers   TCS,


How do you debug a procedure in sql server?

0 Answers  


How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?

0 Answers  


How to create a simple table to test triggers in ms sql server?

0 Answers  


What is mean by candidate key?

0 Answers  


Will the writetext statement activate a trigger?

0 Answers  


Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?

0 Answers  


What is sub-query in sql server? Explain its properties.

0 Answers  


can we have a nested transaction? : Sql server database administration

0 Answers  


What is referential integrity and how is it achieved?

1 Answers   Adea Solutions,


Which is the best place or learning center for MS SQL?????In Bangladesh?????

0 Answers   TCL, Wipro,


Categories