How do indexes help, types?



How do indexes help, types?..

Answer / Kamal Kihsor

Indexes can significantly improve the performance of SQL queries by reducing the amount of data that needs to be read from the disk. In SQL Server, there are different types of indexes such as clustered and non-clustered, which have their own uses.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to find the second largest salary in the emp database and also How to find 3rd,4th and so on ........ in the emp database plz mail the answer @ mak2786@gmail.com

35 Answers   Oracle, Scend, TechInfini,


What is change data capture (cdc) feature?

1 Answers  


Explain transaction isolation levels in sql server?

1 Answers  


What is indexing?

0 Answers   AOL,


write the query for taking database backup in sql

10 Answers   ABC, IBM, Logica CMG, MA,


What is Stored Procedure? What is Views in sql server? Difference between a User Defined Function and a Stored Procedure Difference between a primary key and a unique key? What is a join and explain different types of joins. Difference between temp table and table variable Difference between Triggers and Stored Procedures Difference between UNION ALL Statement and UNION What is COALESCE / Why do we use COALESCE? Why we use SET ROWCOUNT in Sql How many clustered index can have a table How many types of local tables in SQL SERVER Difference between DELETE and TRUNCATE What is Aggregate Functions? What is Row_Number()? What are Ranking Functions? What is NOLOCK? What is CTE? What are the Advantages of using CTE? What is the STUFF function and how does it differ from the REPLACE function? What are the difference between clustered and a non-clustered index? What are the different index configurations a table can have? Difference between a HAVING CLAUSE and a WHERE CLAUSE? Difference between SET and SELECT Provide all the built in string function of SQL SERVER Difference between char and varchar data types Define candidate key, alternate key, composite key. What are constraints? Explain different types of constraints. What is a self join? Explain it with an example. How will you convert table row to a column comma separated value

4 Answers   ACS,


What is correlated subquery in sql server?

1 Answers  


What is failover clustering overview?

1 Answers  


‘Order by’ is not allowed in a view how can you sort information from a view?

1 Answers  


What is the difference between a primary key and a unique key? Are they the same?

1 Answers  


Different types of keys in SQL?

1 Answers   Infosys,


what is the Enterprise manager(2000) and management studio (2005)?

2 Answers  


Categories