Caribbean Cup Data
Editions and Awards of the Caribbean Cup
@kaggle.victorcabral_caribbean_cup_data
Editions and Awards of the Caribbean Cup
@kaggle.victorcabral_caribbean_cup_data
CREATE TABLE awards (
"year" BIGINT,
"most_valuable_player" VARCHAR,
"mvp_country" VARCHAR,
"top_goalscorer_finals_only" VARCHAR,
"top_goalscorer_goals" DOUBLE,
"best_goalkeeper" VARCHAR,
"fair_play_award" VARCHAR
);
CREATE TABLE editions (
"year" BIGINT,
"host" VARCHAR,
"co_host" VARCHAR,
"winner" VARCHAR,
"runner_up" VARCHAR,
"n_3rd_place" VARCHAR,
"co_3rd_place" VARCHAR,
"n_4th_place" VARCHAR
);
Anyone who has the link will be able to view this.