what type of indexes physically sort data?

Answers were Sorted based on User's Feedback



what type of indexes physically sort data?..

Answer / raghunath shinde

Clustered Index

Is This Answer Correct ?    12 Yes 0 No

what type of indexes physically sort data?..

Answer / vikas kant

Clustered Index---It Reorders the way in which the data is
physically stored.

Is This Answer Correct ?    6 Yes 0 No

what type of indexes physically sort data?..

Answer / brajesh kumar srivastava

Clustered index

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is checkpoint process in the sql server?

0 Answers  


Difference between LEN() and DATALENGTH() in sql server ?

0 Answers   HCL,


You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?

0 Answers  


How to write a query with an inner join in ms sql server?

0 Answers  


what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?

0 Answers  






Which is the latest version of sql server and when it is released?

0 Answers  


How can I create a new template for import ? : sql server management studio

0 Answers  


What is the Difference Between Primary and Foreign Key?

0 Answers   Accenture, Deloitte, JPMorgan Chase, Maveric,


I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30

13 Answers   DELL,


How to list all schemas in a database?

0 Answers  


Can we write ddl in trigger?

0 Answers  


What is one of the first things you would do to increase performance of a query? For example, a boss tells you that ?a query that ran yesterday took 30 seconds, but today it takes 6 minutes?

2 Answers   Accenture, Merrill Lynch, Wipro,


Categories