Baselight

A Comprehensive Database On The FIFA World Cup

Data on teams, players, managers, refs, matches, goals, cards, subs, and more!

@kaggle.joshfjelstul_world_cup_database

Confederations
@kaggle.joshfjelstul_world_cup_database.confederations

  • 4.93 KB
  • 6 rows
  • 5 columns
key_id

Key Id

confederation_id

Confederation Id

confederation_name

Confederation Name

confederation_code

Confederation Code

confederation_wikipedia_link

Confederation Wikipedia Link

1CF-1Asian Football ConfederationAFChttps://en.wikipedia.org/wiki/Asian_Football_Confederation
2CF-2Confederation of African FootballCAFhttps://en.wikipedia.org/wiki/Confederation_of_African_Football
3CF-3Confederation of North, Central American and Caribbean Association FootballCONCACAFhttps://en.wikipedia.org/wiki/CONCACAF
4CF-4South American Football ConfederationCONMEBOLhttps://en.wikipedia.org/wiki/CONMEBOL
5CF-5Oceania Football ConfederationOFChttps://en.wikipedia.org/wiki/Oceania_Football_Confederation
6CF-6Union of European Football AssociationsUEFAhttps://en.wikipedia.org/wiki/UEFA

CREATE TABLE confederations (
  "key_id" BIGINT,
  "confederation_id" VARCHAR,
  "confederation_name" VARCHAR,
  "confederation_code" VARCHAR,
  "confederation_wikipedia_link" VARCHAR
);

Share link

Anyone who has the link will be able to view this.