Hi, just had few design questions about a database im working on.
1. The coffee and tea tables both have product_upc as a primary key, but this seems to be a problem when trying to use them both as a foreign key for inventory.
2. I was wondering if there are going to be possibly thousands of users per group, around 10 stores per group and around 300 inventory entries per store if i should make a seperate db for each group. The reason in had them in one db was because i wanted to keep the detailed product info together so it would be easy to update.