Tag : table
Questions ·
Mes marque-pages
1 élément taggé table.
juil. 2014
En adaptant et exécutant ce code SQL, vous pourrez insérer une clé étrangère :ALTER <span class="highlight">TABLE</span> `<nom_<span class="highlight">table</span>>` ADD CONSTRAINT fk_nom<span class="highlight">table</span>_id FOREIGN KEY (`<nom_champ>`) REFERENCES `<nom_<span class="highlight">table</span>_a_lier` (`<nom_champ_a_lier>` );