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

Distinguish between nested subquery and correlated subquery?

1 Answers  


what is mean by constraints in sql?

5 Answers   Granada, IBM,


What is the security principal at the database level that represents your session?

1 Answers  


can you any body tell me while running BCP Out in instance in sql server 2000 is getting error. Error = [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.?

1 Answers  


What is database replicaion? What are the different types of replication you can set up in SQL Server?

3 Answers  


What is the full form of dql?

1 Answers  


What do you mean by table and field in sql?

1 Answers  


What is resource governor?

1 Answers  


How to end a stored procedure properly in ms sql server?

1 Answers  


What does it mean to have quoted_identifier on? What are the implications of having it off?

2 Answers  


Define views.

1 Answers  


What is a sql join?

1 Answers  


Categories