An inter-table path defines the relationship between records in two different base objects. In many cases, this relationship can be defined simply by configuring a foreign key relationship: a key column in the child base object points to the primary key of the parent base object.
In some cases, however, the relationship between records can be more complex, requiring an intermediary base object that defines the relationship between records in the two tables.