UCL All Seasons
UCL finals and season wise top scorer details(till 23/24)
@kaggle.syedfathaullah_ucl_all_seasons
UCL finals and season wise top scorer details(till 23/24)
@kaggle.syedfathaullah_ucl_all_seasons
CREATE TABLE main_ucl (
"season" VARCHAR,
"home_team" VARCHAR,
"ft_score" VARCHAR,
"away_team" VARCHAR,
"winning_team" VARCHAR,
"winners_country" VARCHAR,
"runner_ups_country" VARCHAR,
"host_country" VARCHAR,
"finals_stadium" VARCHAR,
"top_scorer" VARCHAR,
"top_scorer_club" VARCHAR,
"top_scorer_country" VARCHAR,
"top_scorer_goals" BIGINT,
"top_scorer_position" VARCHAR
);
Anyone who has the link will be able to view this.