what is physical sort data and logical sort data in index?
Answers were Sorted based on User's Feedback
Answer / rajesh b patil
As it is explained in the Answer #1, The Clustered Index
uses the Physical Sorting, just like the Page Index at the
Beginning of your book, but The Logical sorting means it
will be done with the Non Clustered Indices, as you all know
the data in the server stored on the multi page files,
because the amount of data stored on the database is huge,
So in case of the logical sorting depending upon say query
results the records are at your disposal which you have got
after filtering using a where clause, then the data is
coming from different pages and there is no continuation
like SNO column in case case of select *, So the pages where
the desired data is found are actually will hold the
references, means the record say #3, from page #3, will hold
the address of the Previous record address as well as the
next record address just like your Double Linked List Nodes,
I hope now logical sorting is explained by me here.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?
How will you fine tune a stored procedure or what are the steps that should be taken to fine tune or optimize a stored procedure?
How is sql server used?
What are the different editions available in sql server 2000?
Can we have more than one NULL in a column having unique constraint?
What is the difference between TRUNCATE and DROP?
What is normalization?
What are the main differences between #temp tables and @table variables and which one is preferred?
How to access the deleted record of an event?
Please get the 4 th maximum salary from a table without using any sql keyword (TOP,MAX are mot allowed)
What are binary string data types in ms sql server?
what is syntex second or third highest salary. thanks & Regards Dhirendra sinha
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)