what is physical sort data and logical sort data in index?
Answer Posted / monal
When you create Clustered Index data is physically sorted
based on the column used in clustered index.
don't know what is logical sort data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I trace a query in sql server?
Does partitioning help performance?
What is the difference between primary key and unique constraints?
What is the difference between mysql and sql server?
What are the tools available in market as an alternative to sql server reporting services?
What is report snapshot?
What is proper subset of candidate key?
What is sharding?
Explain about extended stored procedure?
What you can do to delete a table without the delete trigger firing?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
Why we use functions in sql server?
Is truncate autocommit?
What is the difference between a stored procedure and a user defined function?
How to update a field in SQL after ALTERING a row?