Rohit-Sharma-All-International-Cricket-Centuries
List of international cricket centuries by Rohit Sharma
@kaggle.drahulsingh_rohit_sharma_all_international_cricket_centuries
List of international cricket centuries by Rohit Sharma
@kaggle.drahulsingh_rohit_sharma_all_international_cricket_centuries
Rohit Sharma is an Indian cricketer who has played for his country since 2007. As of February 2023, he had 43 international centuries—30 in One Day Internationals (ODIs), 9 in Tests, and 4 in Twenty20 Internationals (T20Is).
CREATE TABLE rohit_sharma_all_international_cricket_centuries (
"no" BIGINT -- No.,
"score" VARCHAR,
"against" VARCHAR,
"position" BIGINT,
"innings" BIGINT,
"venue" VARCHAR,
"ground" VARCHAR,
"date" VARCHAR,
"result" VARCHAR
);
Anyone who has the link will be able to view this.