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                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
In clustered and non clustered indexes which one is faster 
while executing a query ?
 Question Submitted By :: Venkat
I also faced this Question!!     Rank Answer Posted By  
 
  Re: In clustered and non clustered indexes which one is faster while executing a query ?
Answer
# 1
Clustered Index. 
Because the leaf level of a clustered index is the actual 
data and the data is resorted in case of clustered index. 
In case of non-clustered index the leaf level is actually a 
pointer to the data in rows. The data is stored in one 
place, the index in another, with pointers to the storage 
location of the data. The items in the index are stored in 
the order of the index key values, but the information in 
the table is stored in a different order.

Thanks,

Arun
 
Is This Answer Correct ?    3 Yes 1 No
Arunyadav007
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What does it mean to have quoted_identifier on? What are the implications of having it off?  2
Can we have more than one NULL in a column having unique constraint? 247Customer7
What is the appropriate number of test cases that you can write on a database? Microsoft1
how many types of store procedre in sqlserver 2000? ATI2
What is the difference between HAVING clause and the WHERE clause?  4
what is the Surrogate key?and wt is the diff between Primary key and Surrogate Key?  2
what is the output for this query select * from employee where 1=1;  4
if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes.. Rolta5
How to retrieve duplicate rows in a table? How to delete the duplicate entries in a table? Leo-Technologies12
What is the STUFF function and how does it differ from the REPLACE function?  2
what is the difference between Delete and Truncate Geo-Research-Centre3
How do SQL server 2000 and XML linked?  2
Table student containing 2 columns,Join date,Employee name. Under join date 4 rows r ter =1-jan-2008,2-feb-2008,3-mar- 2008,4-feb-2008.Under Employee name 4 difeerent names jaison,robin,binoy,rahul Result set is, Table containing 4-column name=jan,feb,mar,april,,beneath these months count is given as 1,2,1,0 means these counts representing number of emplooyees joined in a month(january 1employee,february 2 employee,march 1 employee,april 0 employee) Can you give me the required sql query Wipro3
Can you explain the role of each service?  1
1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........  1
what is the difference between sql query and google query? TCS7
Explain fundamentals of Data ware housing & OLAP?  1
Explain some DBCC commands?  4
Is it possible to delete duplicate rows in a table without using a temporary table ?  6
Which virtual table does a trigger use? TCS6
 
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