1:n Relation

This tutorial section is based on the code that is created in the previous sections. We will add a new class Travel and change the class Employee, so that it will have a relation to the new class. It is a 1:n relation (in other words: it has a cardinality of n) since an Employee will probably take more than one business trip in his life.