📝 Question
#1473
In _______________ index instead of storing all the columns for a record together, each column is stored separately with all other rows in an index.
✓
Correct Answer
A. Clustered
💡
Explanation
A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of additional writes.
⌨️ Press
A
B
C
D
to select