adspace
what is the difference between cluster and non cluster index? : Sql dba
Answer Posted / Jitendra Kumar Srivastava
A cluster index, also known as a clustered index, reorders the data physically in the database according to the index key. A non-cluster index organizes the data independently of the physical order in the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
how to use regular expression in pattern match conditions? : Sql dba
what is dbms? : Sql dba
define sql insert statement ? : Sql dba
what are the advantages of sql ? : Sql dba
Can we rollback truncate?
how many tables will create when we create table, what are they? : Sql dba
what are all the common sql function? : Sql dba
what is collation? : Sql dba
Is inner join faster than left join?
how to start mysql server? : Sql dba
Is primary key clustered index?
What is the current version of sql?
what is bcp? When does it used? : Sql dba
Is primary key always clustered index?