InterviewSolution
Saved Bookmarks
| 1. |
What Is Clustered Index? |
|
Answer» In an indexed CLUSTER, ROWS are STORED together based on their cluster key VALUES . Can not APPLIED for HASH. In an indexed cluster, rows are stored together based on their cluster key values . Can not applied for HASH. |
|