Test Matches Record
Record of Test Matches across the world(upto 2023)
@kaggle.agarwalyashhh_test_matches_record
Record of Test Matches across the world(upto 2023)
@kaggle.agarwalyashhh_test_matches_record
Contains information about the Top 107 Batsmen, country, number of fifties and hundreds scored, Number of fours and sixes hit, and their other test records
CREATE TABLE test_matches_records (
"unnamed_0" BIGINT -- Unnamed: 0,
"names" VARCHAR,
"country" VARCHAR,
"span" VARCHAR,
"matches" VARCHAR,
"innings" BIGINT,
"not_outs" BIGINT,
"total_runs" BIGINT,
"highest_score" VARCHAR,
"average" DOUBLE,
"fours" VARCHAR,
"balls_faced" VARCHAR,
"strike_rate" DOUBLE,
"hundreds" BIGINT,
"fifty" BIGINT,
"zeroes" BIGINT,
"sixes" VARCHAR
);Anyone who has the link will be able to view this.