Hi,
I'm new to mysql and databases in general, I've created two tables, one for "user" and one for "tracks" lets say:
user(userID, name, email)
track(trackID, name)
Let's say I have 100 users and each user buy's 1000 tracks, at the moment my user table is like so:
user(userID, name, email...