What is sorting and what is the difference between sorting
and clustered indexes?
Answer Posted / 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 View All Answers
how to control the amount of free space in your index pages? : Sql server database administration
List some case manipulation functions in sql?
Where the sql logs gets stored? : sql server database administration
What does it mean to normalize a database and why would you do it?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
What are the mathematical functions supported by sql server 2005?
What is table valued function and scalar valued functions?
How much memory that we are using in Logshipping Concept?
What are the differences between user defined functions and stored procedures?
Which sql server table is used to hold the stored procedure scripts?
Delete duplicate rows without using rowid.
What to check if a User database is locked?
Why do we use functions?
What is the difference between stored procedure and functions?
How do I view a procedure in sql server?