Types of Relationships

The type of relationship one record establishes with another can be different based on the requirement.

For example, Customer and TaxData can be related to each other by the PayTax relationship. In this case, PayTax will be the relationship type between Customer and TaxData. Customer can also be related to BankDetails by DepositStatus relationship. In which case, the relationship type between Customer and BankDetails is DepositStatus.

Based on these facts, relationships can be divided into two categories, homogenous and heterogeneous.