Nick Kewney
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)
This site uses Akismet to reduce spam. Learn how your comment data is processed.