I got stuck on one project of mine. My table looks sort of like this but I think I'm just going circles and going crazy.
The issue is on how to "separate" attributes under the categories. Do I need to make entities for each category? Then, how would we declare keys and which table will be adopting a foreign key? Or, alternatively, there is no point in normalizing this?
I was also thinking about somehow enumerating the attributes to make categories into attributes?? Is this even a thing...
Appreciating any suggestions!