Qatar 2022 Football World Cup
Who will win the 2022 Football-World-Cup ?
@kaggle.amineteffal_qatar2022worldcupschudule
Who will win the 2022 Football-World-Cup ?
@kaggle.amineteffal_qatar2022worldcupschudule
CREATE TABLE historical_win_loose_draw_ratios_qatar2022_teams (
"country1" VARCHAR,
"country2" VARCHAR,
"games" BIGINT,
"wins" DOUBLE,
"looses" DOUBLE,
"draws" DOUBLE
);
CREATE TABLE matchs_schudule (
"match" BIGINT,
"date" TIMESTAMP,
"country1" VARCHAR,
"coutry2" VARCHAR,
"phase" VARCHAR
);
CREATE TABLE qatar2022_teams (
"team" VARCHAR,
"group" VARCHAR
);
Anyone who has the link will be able to view this.