Primary key, foreign key, and unique key using dedicated SQL pool in Azure Synapse Analytics
Table constraints
Dedicated SQL pool supports these table constraints:
PRIMARY KEY is only supported when NONCLUSTERED and NOT ENFORCED are both used.
UNIQUE constraint is only supported with NOT ENFORCED is used.
For syntax, check ALTER TABLE an...
ievsantillan.hashnode.dev3 min read