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 |
What do you mean by sql server 2005 express management tools?
What is the difference between a stored procedure and a user defined function in sql server?
How does stuff differ from the replace function?
what is difference between NULL and ISNULL in SQL Server 2008?
What are the pros and cons of creating extended stored procedures?
Explain ranking functions?
how to know Who Is Blocking Your SQL Server?
How do I start sql server?
How do indexes help, types?
What is create statement?
what is difference between Enterprise Manager and Query Analyer
Explain difference between control flow and data flow?