0
I wonder if I can put a foreign key in more than one table, for example, where the entity "competitors" in the image is a table and the attribute "id_competitor" is a primary key, and the other entities "competitors" document, "competitors", "competitions_contact" and "competitions_placement" have as a foreign key the "id_competitor", would it be possible to do so? If not what better option to do?
Each of them should have a FK (Foreign Key) related to the competitor. There’s nothing wrong with that.
– Gustavo Cinque