Tables client and product. It is many to many
1. Approach I
Unique Client table and Unique Product table and Junction Client/Product table
2. Approach II
Client with product FK, and Product with Client FK and the junction table.
The nature of the project is; Clients will grow, but products...