Hi,
Let's say I have a table with size of 10GB
Consider,we created clustered index on one column
and non clustered index on one column
So that clustered index only stores one column all data into leaf pages? and what would be size of index?
Does non clustered index have the same size like clustered index?
How non clustered index redirect to clustered index
NA