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
What is table valued function and scalar valued functions?
Difference between Sql server reporting services and Crystal reports?
How can I change procedure name in sql server?
What is scan table/view and seek table/view when its occurs? : sql server database administration
What is the difference between Stored Procedures and triggers?
What is 4nf in normalization form?
What methods do you follow to protect from sql injection attack?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
What is updatable resultset?
How to find index size for each index on table?
How to connect to a sql server using odbc_connect()?
Why we use trigger in sql server with example?
Do you know what is a linked server in sql server?
What is federation member?
What are the restrictions applicable while creating views? : SQL Server Architecture