What I'm trying to do is the following: suppose you have a 3 step manufacturing process:
ore ----> ingot -----> I-Beam
Of course, every I-Beam is made out of more than one ingot. If I have a table of ingots and a table of I-Beams, it can be made of of two, three (all the way up to let's say 6)
How do I go about making that relationship?
I'm relatively new to RDMS and MySQL, so I apologize ahead of time if the question is misplaced, not clear, or does not make any sense