FIFA World Cup
Explore FIFA analysts for global data, emphasizing key World Cup success metrics
@kaggle.alexcj10_fifa_world_cup_data
Explore FIFA analysts for global data, emphasizing key World Cup success metrics
@kaggle.alexcj10_fifa_world_cup_data
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.