diffrence between Cluster Index and non Cluster Index
Answers were Sorted based on User's Feedback
Answer / naren
Only one clustered Index and 249 non clustered index
data is Physically order in CI and
The physical order of the rows is not same as the index order in NCI.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kumar.t
Index means to sort the data.
Cluster index is physical order of the data.
Non Cluster index is logical order of the data.
| Is This Answer Correct ? | 2 Yes | 0 No |
The difference is that, Clustered index is unique for any
given table and we can have only one clustered index on a
table. The leaf level of a clustered index is the actual data
and the data is resorted in case of clustered index. Whereas
in case of non-clustered index the leaf level is actually a
pointer to the data in rows so we can have as many non-
clustered indexes as we can on the db.
| Is This Answer Correct ? | 2 Yes | 0 No |
Can we call a function that has out parameter in select statement
Which tcl commands are available on the sql server?
How will you hide an attribute? : sql server analysis services, ssas
What is data source in connection string?
What is replication with database mirroring? : sql server database administration
What is the difference between update lock and exclusive lock?
Explain left outer join and right outer join?
What are constraints? Explain different types of constraints?
26 Answers Emsang, Kendriya Vidyalaya(Kvs), Polaris, Wipro,
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How do I install only the client tools of sql server 2000?
whate is advantages of sql server 2000
How to set database to be read_only in ms sql server?
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)