So far I have one table that contains inventory from five different stores. There is a field called stores that holds and integer value, this value is used to distinguish between the stores. The problem is that there are certain items in the inventory that are in more than one store. For example, item x may be in stores 1,2, and 3....So that means there are 3 entries for the same item, only pointing to a different store. I've been trying to figure out how to normalize this but it is late and my mind is not working, any help would be appreciated. Thank you.