Difference b/w Clustered & non-clustered index? Not the
bookish definition, but how they internally works in SQL Server?
Answer / anand vanam
•In clustered Index leaf node contains the actual data pages
where as in Non clustered index leaf node contains index
pages.
•You can have only one clustered index per table but you can
have 249 Non clustered indexes per table as per SQL 2005
(999 in SQL 2008)
•The row locator in clustered index is the Clustered Index
Key where as in Non clustered index row locator is a pointer
to the row.
| Is This Answer Correct ? | 10 Yes | 1 No |
What is meant by referential integrity?
How to transfer a table from one schema to another?
What are different types of subquery?
What are views in ms sql server?
Can we do dml on views?
Where do you think the users names and passwords will be stored in sql server?
What is resource db in sql server?
What is difference between getdate and sysdatetime in sql server 2008?
What is a synonym for manipulation?
what are the joins,primary key,foriegn key, candidate key, super key and expain them?
What is Service Broker in sql server 2012?
What is reference section?
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)