ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
What is an index?
 Question Submitted By :: Honeysukumar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is an index?
Answer
# 1
index allows to search record in a table making the search 
meachnism faster and effective
 
Is This Answer Correct ?    2 Yes 1 No
Krishna Chaithanya
 
  Re: What is an index?
Answer
# 2
index is a physical address of the data.Index having 2 
types.
1) cluster index
2)nonclustered index
 
Is This Answer Correct ?    0 Yes 2 No
Nalini
 
 
 
  Re: What is an index?
Answer
# 3
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 ?    1 Yes 2 No
Dharmendra K Dixit
 
  Re: What is an index?
Answer
# 4
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 ?    1 Yes 2 No
Shrikant Kalwade
 
  Re: What is an index?
Answer
# 5
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 ?    2 Yes 2 No
Sanjay Mukati
 
  Re: What is an index?
Answer
# 6
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 ?    0 Yes 1 No
Sovan Guha
 
  Re: What is an index?
Answer
# 7
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 ?    1 Yes 2 No
Aman Popli
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
How to handle errors in Stored Procedures. I want to display a message to the user in the .aspx page that is calling a stored procedure in it's code behind. please help me. 247Customer1
what is extended StoreProcedure ? Satyam3
What is database replicaion? What are the different types of replication you can set up in SQL Server?  2
What is Trigger? Misys2
What is transcation?Plz give One example?  2
How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?  1
What is Report Server,Report Manager and Report Builder in SSRS 2005?  1
UPDATE statement can on a single table or on the multiple table? iGate5
What is Deadlock? Satyam3
what is hash table Teledata2
what is the difference between group and having give an example with query and sample output  2
What are user defined datatypes and when you should go for them?  1
Write a query to delete duplicate records in SQL SERVER Infosys19
write query for fourth maximum salary from employee table Mind-Tree5
Difference between Cluster and Non-cluster index? Oracle9
any one can explain Self mapping Delegation Remote Credentials  1
How to display n-1 columns from n number of columns, from a single table in MS SQL server 2005?  1
What is deadlock and how to avoid the deadlocks. Wipro3
WHAT IS DIFFRENCE BETWEEN TRUNCATE AND DELETE STATEMENT CTS10
What is a deadlock and what is a live lock? How will you go about resolving deadlocks? Microsoft1
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com