Mega Code Archive
Categories
/
MySQL
/
Key
Add Foreign Key Rules
ALTER TABLE tblname ADD FOREIGN KEY [idxname] (column1) REFERENCES table2 (column2)