What is sorting and what is the difference between sorting
and clustered indexes?



What is sorting and what is the difference between sorting and clustered indexes?..

Answer / saravakumar

The ORDER BY clause sorts query results by one or more
columns up to 8,060 bytes. This will happen by the time when
we retrieve data from database. Clustered indexes physically
sorting data, while inserting/updating the table.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is not null constraint?

0 Answers  


Is there any difference between primary key and unique with the not null condition?

0 Answers  


What is the difference between locking and multi-versioning?

0 Answers  


Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...

0 Answers   Crown Solutions,


What is difference between materialized view and view?

0 Answers  






What is the difference between cross join and Full outer join?

1 Answers   HP, Standard Bank,


What is blocking in SQL Server? If this situation occurs how to troubleshoot this issue

2 Answers   IBM,


Write a program to fetch first 10 records from a file?

0 Answers   Amdocs,


What is difference between line feed ( ) and carriage return ( )?

0 Answers  


What is an indice?

0 Answers  


What are scalar functions?

0 Answers  


How to list all user names in a database?

0 Answers  


Categories