Skip to navigation
Add a foreing key when create a mssql table
29.05.19
CREATE TABLE Orders ( OrderID int NOT NULL PRIMARY KEY, OrderNumber int NOT NULL, PersonID int FOREIGN KEY REFERENCES Persons(PersonID) );
https://www.w3schools.com/sql/sql_foreignkey.asp
Reply
Anonymous
Information Epoch 1746034518
Looking for the ninety percent solution.
Home
Notebook
Contact us