Sachin Tendulkar All International Centuries
Chasing Legends: Sachin Tendulkar's Iconic Centuries.
@kaggle.mayankanand2701_sachin_tendulkar_all_international_centuries
Chasing Legends: Sachin Tendulkar's Iconic Centuries.
@kaggle.mayankanand2701_sachin_tendulkar_all_international_centuries
Sachin Tendulkar, often regarded as one of the greatest cricketers of all time, is a former Indian international cricketer. He is known for his exceptional batting skills and holds numerous records in the sport, including being the first player to score 100 international centuries.
The dataset captures details of each century scored by Sachin Tendulkar in international cricket. It includes the following comprehensive information :
This dataset provides valuable insights into Sachin century-scoring performances and can be used for statistical analysis and cricket enthusiasts interested in his career milestones.
CREATE TABLE sachin_tendulkar_centuries (
"s_no" DOUBLE -- S.No.,
"date" VARCHAR,
"score" DOUBLE,
"strike_rate" DOUBLE,
"type_of_match" VARCHAR,
"position" DOUBLE,
"innings" DOUBLE,
"dismissed" VARCHAR,
"man_of_the_match" VARCHAR,
"captain" VARCHAR,
"against" VARCHAR,
"venue" VARCHAR,
"h_a_n" VARCHAR,
"result" VARCHAR
);Anyone who has the link will be able to view this.