Virat Kohli 80 International Centuries
Exploring Virat Kohli's Historic Centuries
@kaggle.gouthamkumaraare_virat_kohli_80_international_centuries
Exploring Virat Kohli's Historic Centuries
@kaggle.gouthamkumaraare_virat_kohli_80_international_centuries
CREATE TABLE virat_kohli_centuries (
"number" BIGINT,
"format" VARCHAR,
"inning" BIGINT,
"position" VARCHAR,
"score" BIGINT,
"balls" BIGINT,
"strike_rate" DOUBLE,
"against" VARCHAR,
"venue" VARCHAR,
"host_nation" VARCHAR,
"series" VARCHAR,
"year" BIGINT,
"team_total" BIGINT,
"wickets_lost" BIGINT,
"not_out" VARCHAR,
"motm" VARCHAR,
"win" VARCHAR,
"captain" VARCHAR
);
Anyone who has the link will be able to view this.