Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi Experts,
I have one question Regrading Cluster Index on P.K Column.
Suppose we have data in my table

Col1(P.K Cluster Index)
101
102
103
104
105
106

Now I run Two Command
1)Delete the Record 3rd position
Delete From tbl where Col=103
2)I insert the record like 10 value in Col.
Insert into tbl values('109')

First Question when we delete the record index rearrange the order of
record Internally in B-Tree or Left the Blank space as it is.

Second when we insert the record it always add at the end of
the B-Tree or in Blank space.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900