I have:
Product (prod_id, prodName, prodAge , [price_band_id])
PriceBand (price_band_id, price, rarity, region)
Then I have a form that allows the user to enter a new product. I only want to store the price_band_id next to the product, to prevent me storing the same combination of region...