Customer

idfirstNamelastNameemail
1JohnDoejohn.doe@example.com
2JaneSmithjane.smith@example.com

Account

idcustomerIdbalance
(→ Customer.id)
111000.0
222000.0

PaymentPlan

idaccountIdpaymentFrequency
(→ Account.id)
11Monthly
22Quarterly

PetInsurance

idcustomerIdpetNamecoverageAmountpolicyStartDatepolicyEndDate
(→ Customer.id)
11Max3000.02023-01-012026-01-01
22Bella4000.02023-07-012026-07-01

DisabilityInsurance

idcustomerIdinsuranceTypecoverageAmountpolicyStartDatepolicyEndDate
(→ Customer.id)
11Total5000.02023-01-012028-01-01
22Partial3000.02023-07-012029-07-01