ALTER TABLE Table_Name ADD column_name Data_Type, CONSTRAINT FK_Name FOREIGN KEY(column_name) REFERENCES PK_Table_Name(PK_Column_Name);