comp., MS |
кластеризованный индекс (A B-tree-based index in which the logical order of the key values determines the physical order of the corresponding rows in a table • Кластеризованный индекс – это индекс, для которого совпадают физический порядок следования записей в таблице и логический порядок индекса. В таблице может существовать только один кластеризованный индекс. — A clustered index is an index in which the physical order of rows in the table matches the logical order defined by the index.
A table can have only one clustered index.) |