Add a foreign key constraint on the column named column_2 in table_1:
ALTER TABLE table_1 ADD FOREIGN KEY (column_2) REFERENCES table_3;
Add a foreign key constraint on the column named column_2 in table_1:
ALTER TABLE table_1 ADD FOREIGN KEY (column_2) REFERENCES table_3;