Which one is the level of index in the below list
-
Intermediate level
-
Header level
-
Data level
-
Binary level
A
Correct answer
Explanation
SQL Server indexes use a B-tree structure with multiple levels: the root level at the top, intermediate levels that branch between root and leaves, and the leaf level containing actual data or data pointers. 'Intermediate level' is the correct structural term for non-leaf levels between root and leaf.