The non-clustered index key structure would be as follows:
Case 1: If a table has a unique clustered index index and non-unique non-clusterd index index
then its root level will have non-clustered key + clustered key
And at leaf level, non-clustered key + clustered key
Case 2: If a table has a u......