ALTER TABLE daughter ADD CONSTRAINT fk_mother_id FOREIGN KEY (mother_id) REFERENCES mother (id);. With this query we say to the database: add a ...
確定! 回上一頁