mysql reference example Example: mysql change foreign key ALTER TABLE Orders ADD FOREIGN KEY (PersonID) REFERENCES Persons(PersonID);