2011-06-14 14:44:29 UTC
"User1" "yahoo.com" "news"
"User1" "yahoo.com" "finance"
"User1" "yahoo.com" "sports"
I'm thinking the first step into tackling this is to give each user a numerical ID so that each table can be given the user's ID# to easily iterate through all the tables at a later point (table++). I'm very new at SQL but am learning quickly. I've already used Java to connect to a MySQL database if a second language is needed to handle my problem (I'm actually more adept with C++). Any tips on this would be greatly appreciated.