I will simplify my question to the essential issues:
In principle I have a very simple case. Three tables: Category, Subcategory ans Items (each item belongs to a unique Category+Subcategory). The relationship between these table seems to be obvious.
BUT... I have a particular condition that confuses me. The Subcategories are not unique. That means certain Subcategory can belong to more than one Category.
How should I build the relationship in this case? I am struggling with this for a few days and still could not find the answer. I read tens of examples but couldn't find anything similar with my case.
Thank you in advance for any advice you can give.