Answer Posted / 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 |
Post New Answer View All Answers
What are different type of Collation Sensitivity?
What is the difference between for xml raw and for xml auto?
What is an example of a foreign key?
How to get the number of affected rows?
What are parameterized reports?
Explain following error properties?
Which is the latest version of sql server and when it is released?
What is the order by used for?
How do you debug a procedure in sql server?
How to skip remaining statements in a loop block using continue statements?
What are triggers? How do you invoke a trigger on demand?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
Define tempdb database?
Do you have any idea about the tcl commands?
What is a self join in sql server?