Ok, here is the situation: I have 2 tables : "Events" and "Participants". The Participants are the persons who attend the "Events". What I want to do is when I creat a new record in the "Events" table, the name of the participants would be update in the "Participants" table. I'm not sure what kind of relationship in this case I should create?