IPL All Time Batting Records(Cricket)
IPL is the most popular professional Twenty20 cricket league in the world.
@kaggle.mdshawnali_ipl_all_time_batting_records
IPL is the most popular professional Twenty20 cricket league in the world.
@kaggle.mdshawnali_ipl_all_time_batting_records
CREATE TABLE ipl_all_time_batting_records (
"pos" BIGINT,
"players" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" VARCHAR,
"avg" DOUBLE,
"bf" BIGINT,
"sr" DOUBLE,
"n_100" BIGINT,
"n_50" BIGINT,
"n_4s" BIGINT,
"n_6s" BIGINT
);
Anyone who has the link will be able to view this.