Most Runs In International Cricket
Most Runs in International cricket
@kaggle.dheerajmukati_most_runs_in_cricket
Most Runs in International cricket
@kaggle.dheerajmukati_most_runs_in_cricket
CREATE TABLE most_runs_in_cricket (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"span" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" BIGINT,
"ave" DOUBLE,
"bf" VARCHAR,
"sr" DOUBLE,
"n_100" BIGINT -- 100,
"n_50" BIGINT -- 50,
"n_0" BIGINT -- 0,
"n_4s" BIGINT -- 4s,
"n_6s" BIGINT -- 6s
);
Anyone who has the link will be able to view this.