I have two tables - one that describes items that you can buy, and one that stores 'required items' to buy other items. There are some items in the first table that require other items as a form of trade. And sometimes you need a certain quantity of the required items. Here is the schema of the two tables:I have two tables - one that describes items th