The downloadable SQLite file includes these core tables:
SELECT name FROM teams WHERE previous_tournament_results LIKE '%World Cup winner%'; worldcup database sqlite download
Your World Cup database in SQLite is now ready for analysis and exploration! The downloadable SQLite file includes these core tables:
: $$SELECT T.team_name, P.player_name FROM Teams T JOIN Players P ON T.team_id = P.team_id$$ worldcup database sqlite download