Skip to content

Commit 466e296

Browse files
committed
syntax links
1 parent 9be2994 commit 466e296

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-table-constraints.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ Synapse SQL pool supports these table constraints:
2323
- PRIMARY KEY is only supported when NONCLUSTERED and NOT ENFORCED are both used.
2424
- UNIQUE constraint is only supported with NOT ENFORCED is used.
2525

26+
For syntax, check [ALTER TABLE](https://docs.microsoft.com/sql/t-sql/statements/alter-table-transact-sql) and [CREATE TABLE](https://docs.microsoft.com/sql/t-sql/statements/create-table-azure-sql-data-warehouse).
27+
2628
FOREIGN KEY constraint is not supported in Synapse SQL pool.
2729

30+
2831
## Remarks
2932

3033
Having primary key and/or unique key allows Synapse SQL pool engine to generate an optimal execution plan for a query. All values in a primary key column or a unique constraint column should be unique.

0 commit comments

Comments
 (0)