Data Structure To Display The Individual Player Stats For Cricket Players
Data Structure To Display The Individual Player Stats For Cricket Players
Data field identifier Data type Example Your reason for using this data type
player_name String MS Dhoni Names may contain letters and any other characters.
Birth date may contain letters and any other
birth_date String July 7, 1981
characters.
age Integer 38 Age contains numeric integer
Playing role may contain letters and any other
playing_role String Wicketkeeper batsman
characters.
Batting style may contain letters and any other
batting_style String Right-hand bat
characters.
Fielding position may contain letters and any other
fielding_position String Wicketkeeper
characters.
Bowling style may contain letters and any other
bowling_style String Right-arm medium
characters.
tests_played Integer 90 Test matches played contain numeric integer