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 |
What is full outer join in sql server joins?
Explain the flow of creating a cube? : sql server analysis services, ssas
What is the difference between a Local temporary table and a Global temporary table? How is each one used?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
Differnce between sel server 2000 and 2005
What is the use of tempdb? What values does it hold?
What are all new concepts in SQL Server 2008? That is Exactly Difference between 2005 to 2008
What is spid in sql server profiler?
Please give me queries for the following 1. To get the count of duplicate records. 2. A query to delete the duplicate records.
List the different index configurations possible for a table?
What is table-valued sub query?
What is subquery explain with example?
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)