This is probably a newbie question, but I have searched quite a bit, and did not find a fitting example yet.
Basically, I want to translate several tables like these http://tinyurl.com/o5ssheg into a database scheme.
I am planning ton create tables, such as
- countries
- year 2013 (containing all the months and the country id for reference)
- year 2012
- Gender
I am somehow lost at this one, beacuse up to now i have only created tables for users, etc... Do these tables even make sense ?
It would be awesome to get a little hint.