3
Good morning before everything, let’s imagine that my products table would have the fields (product code, name, gender, price , size), by having the size field in this table would involve that by having the codproduct1 repeated n times how many sizes I had, how should I circumvent this, it was in doubt whether it would be correct to create new table with (cod_product, size) as composite key... thank you.
or else, I have the 2FN poorly made and the size field is not dependent on the product code, and should I make them the 2 composite key ? Hmmm have no experience, I have no idea of the right way out of this problem.. Whelp
– PKyoshi