Thank you for your excellant suggestion regarding the use of phone numbers as a key! I had never thought of that, obviously. Fortunately, I had already created a 2nd key field, using a random number generator, so I can use that as my primary key!
It’s really hard to think about everything, being a design team of only one, me. lol
As far as the first part of your mge regarding Many to Many relationships, I understand the concept, and I think that I need another table to resolve this; a “resolution” table. What I don’t understand is:
-
how depict a many to many recursive relationship in the ERD,
-
what fields from my Garment Table would the key field(s) need to be in the “resolution” table?
I know that the primary key of Garmaent table would be one of the two fields. And if there were a 2nd table involved then the key from that table would be the 2nd field defined in this “resolution” table.
But, since I only have one table, Garment, what is the the 2nd key field that should be defined in the “resolution” table?