Foriegn Key

You could refer to this guide:

Here’s a sample:How to create Foreign Key to establish table relationship

ALTER TABLE ObjectiveFeedback ADD CONSTRAINT FK_Objective_ObjectiveFeedback FOREIGN KEY (Objective_ID) REFERENCES Objectives(Objective_ID)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.