I have Billing Table and CashFlow Table
Each billingID might have several CashFlowID and each CashflowID might be assigned to several BillingIDs.
I need to create many-to-many relationship.
Do I need to create intermediate table or its possible to create this relationship with 2 tables?
Each billingID might have several CashFlowID and each CashflowID might be assigned to several BillingIDs.
I need to create many-to-many relationship.
Do I need to create intermediate table or its possible to create this relationship with 2 tables?