InterviewSolution
Saved Bookmarks
| 1. |
Why Cluster Key Used? |
|
Answer» The CLUSTER key is the COLUMN, or group of COLUMNS, that the clustered tables have in common. You specify the columns of the cluster key when CREATING the cluster. You subsequently specify the same columns when creating every table added to the cluster. The cluster key is the column, or group of columns, that the clustered tables have in common. You specify the columns of the cluster key when creating the cluster. You subsequently specify the same columns when creating every table added to the cluster. |
|