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 worldcups (
"year" BIGINT,
"country" VARCHAR,
"winner" VARCHAR,
"runners_up" VARCHAR,
"third" VARCHAR,
"fourth" VARCHAR,
"goalsscored" BIGINT,
"qualifiedteams" BIGINT,
"matchesplayed" BIGINT,
"attendance" VARCHAR
);
Anyone who has the link will be able to view this.