Hi everyone,
I’ve got a many-to-many relationship. I have a Clients table and a Plans table. Clients have many Plans, and each Plan could be assigned to many Clients.
I have a join table called Clients-Plans, so I can see all the possible combination...