what is cluster and nin-cluster index?
Answers were Sorted based on User's Feedback
Answer / vikram
Clustered index hold data at the leaf node.
non clustered hold data location (pointer) at the leaf node.
when we create primary key Clustered index automatically
created
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rajkumar
There can be only 1 Clustered index in a table
where as nonclustered index can be upto 249
Clustered is physical sorted index..
non clustered is logical stored index is faster than
clustered index
thats all i know
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / manisha
cluster index sorts the data ,so its affects the physical
arragement,while non clustered does not sorts the data.
a table can have max of 1 clustered index but can have upto
249 non clustered index.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain the difference between HTTP and HTTPS in database?
write sql program to get the detail of student in a class?
What is the use of SCOPE_IDENTITY() function?
What is difference between TRUNCATE and DELETE statement
what is Archive old data?
Explain Geography datatype in SQL Server
What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?
Does group by or order by come first?
can you instantiate a com object by using t-sql? : Sql server database administration
How to find tables without indexes?
What samples and sample databases are provided by microsoft?
What does it mean to have quoted_identifier on? What are the implications of having it off?
Oracle (3253)
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)