Skip to content

Commit 426ee2d

Browse files
authored
Merge pull request #88753 from Jaffacakes82/patch-2
Update sql-data-warehouse-table-constraints.md
2 parents 33f3335 + 90dcff4 commit 426ee2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Learn about table constraints in dedicated SQL pool, including primary key, fore
2020

2121
Dedicated SQL pool supports these table constraints:
2222
- PRIMARY KEY is only supported when NONCLUSTERED and NOT ENFORCED are both used.
23-
- UNIQUE constraint is only supported with NOT ENFORCED is used.
23+
- UNIQUE constraint is only supported when NOT ENFORCED is used.
2424

2525
For syntax, check [ALTER TABLE](/sql/t-sql/statements/alter-table-transact-sql) and [CREATE TABLE](/sql/t-sql/statements/create-table-azure-sql-data-warehouse).
2626

@@ -172,4 +172,4 @@ CREATE TABLE t6 (c1 INT UNIQUE NOT ENFORCED, c2 INT);
172172

173173
## Next steps
174174

175-
After creating the tables for your dedicated SQL pool, the next step is to load data into the table. For a loading tutorial, see [Loading data to dedicated SQL pool](load-data-wideworldimportersdw.md).
175+
After creating the tables for your dedicated SQL pool, the next step is to load data into the table. For a loading tutorial, see [Loading data to dedicated SQL pool](load-data-wideworldimportersdw.md).

0 commit comments

Comments
 (0)