Well, the two values I'm storing in this table are indices from two other tables. If a user(the first index being stored) has more than just one of something out of the storage(second index), and I'm selecting/fetching by the user index, what should I do? I'm not sure what exactly would happen if I used the fetch method I've got above.