Skip to content

Commit 8bd671c

Browse files
committed
Remove sql content link.
1 parent 6d6e2e1 commit 8bd671c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/relational-databases/indexes/clustered-and-nonclustered-indexes-described.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversio
1919
# Clustered and Nonclustered Indexes Described
2020
[!INCLUDE[appliesto-ss-asdb-xxxx-xxx-md](../../includes/appliesto-ss-asdb-xxxx-xxx-md.md)]
2121

22-
> For content related to previous versions of SQL Server, see [Clustered and Nonclustered Indexes Described](clustered-and-nonclustered-indexes-described.md).
23-
2422
An index is an on-disk structure associated with a table or view that speeds retrieval of rows from the table or view. An index contains keys built from one or more columns in the table or view. These keys are stored in a structure (B-tree) that enables [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to find the row or rows associated with the key values quickly and efficiently.
2523

2624
A table or view can contain the following types of indexes:

0 commit comments

Comments
 (0)