Can someone please explain the relationship

1
I am going through Rapid developer certiofication learning path and I was stuck here. I cannot understand why there is One to many relationship with registration to trainne event and Trainnee. Please can someone help me to understand this relationship in detail please?
asked
3 answers
2

Hello Harsh,
One trainee can register for multiple courses.
e.g. Harsh can register for Rapid Developer Learning Path as well as for Intermediate Learning Path.

answered
2

This is because a trainee can register for multiple courses, but you can also have multiple registrations for a course. This way you can also get a list of all registrations if you wanted. This also avoids many-to-many relationships between entities.

answered
0

There can be multiple registrations for one specific event 

answered