I am trying to understand how do we model and define the cardinality of two entities when the relationship is of exact nature. Lets say 1 to 2.
For an example, if I have entities Journey and Location. Now each journey has 2 locations, a starting location and an ending location.
So how do we model this relationship and put the cardinality on each entity (Journey and Location).
Simple google search results in simple 1-1, 1-m, and m-n relationship explanations. But how do we limit them to be exactly 1-2 ?