FIFA World Cup
All the results from World Cups
@kaggle.abecklas_fifa_world_cup
All the results from World Cups
@kaggle.abecklas_fifa_world_cup
CREATE TABLE worldcupplayers (
"roundid" BIGINT,
"matchid" BIGINT,
"team_initials" VARCHAR,
"coach_name" VARCHAR,
"line_up" VARCHAR,
"shirt_number" BIGINT,
"player_name" VARCHAR,
"position" VARCHAR,
"event" VARCHAR
);
Anyone who has the link will be able to view this.