The Total Number Of Medals In Beijing Olympic,2022
Dataset ordered by the number of gold medal, silver medal, and bronse medal.
@kaggle.kitsune1999_the_total_number_of_medals_in_beijing_olympic2022
Dataset ordered by the number of gold medal, silver medal, and bronse medal.
@kaggle.kitsune1999_the_total_number_of_medals_in_beijing_olympic2022
CREATE TABLE beijing_olympic_2022 (
"unnamed_0" BIGINT,
"order" BIGINT,
"noc" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronse" BIGINT,
"total" BIGINT,
"orderbytotal" BIGINT,
"noccode" VARCHAR
);
Anyone who has the link will be able to view this.