Baselight

Football Database

Football and Betting Statistics of the European Top5 Leagues

@kaggle.technika148_football_database

Leagues
@kaggle.technika148_football_database.leagues

  • 2.86 KB
  • 5 rows
  • 3 columns
leagueid

LeagueID

name

Name

understatnotation

UnderstatNotation

1Premier LeagueEPL
2Serie ASerie_A
3BundesligaBundesliga
4La LigaLa_liga
5Ligue 1Ligue_1

CREATE TABLE leagues (
  "leagueid" BIGINT,
  "name" VARCHAR,
  "understatnotation" VARCHAR
);

Share link

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