La Liga Top Three Teams With Points Since 1929
All the data provided here is Team name and points.
@kaggle.azizulhakim98_la_liga_top_three_teams_with_points_since_1929
All the data provided here is Team name and points.
@kaggle.azizulhakim98_la_liga_top_three_teams_with_points_since_1929
CREATE TABLE la_liga_top_three_teams_with_points_since_1929 (
"season" VARCHAR,
"winners" VARCHAR,
"winners_points" VARCHAR,
"runners_up" VARCHAR,
"runners_up_points" VARCHAR,
"third_place" VARCHAR,
"third_place_points" VARCHAR
);
Anyone who has the link will be able to view this.