Difference between revisions of "Creating tables in SQL Server"
From MyWiki
(Created page with "Alter table table1 add constraint <name of constraint> <br> FOREIGN KEY (<column>) references table2 (<primary key column>)<br>") |
(No difference)
|
Revision as of 00:39, 3 September 2015
Alter table table1 add constraint <name of constraint>
FOREIGN KEY (<column>) references table2 (<primary key column>)