db_id
stringclasses 140
values | question
stringlengths 16
224
| schema
stringclasses 140
values | summarized-schema
stringlengths 18
304
| shrink-score
float64 0
1
|
---|---|---|---|---|
university_basketball | Return the total and minimum enrollments across all schools. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) | 0.95 |
university_basketball | Find the total student enrollment for different affiliation type schools. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , affiliation (text) | 0.9 |
university_basketball | What are the total enrollments of universities of each affiliation type? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , affiliation (text) | 0.9 |
university_basketball | How many schools do not participate in the basketball match? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : school_id (number) , team_id (number) | university : school_id (number) | 0.85 |
university_basketball | Count the number of universities that do not participate in the baketball match. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : school_id (number) , team_id (number) | university : school_id (number) | 0.85 |
university_basketball | Find the schools that were either founded after 1850 or public. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : school (text) , founded (number) , affiliation (text) | 0.85 |
university_basketball | What are the schools that were either founded before 1850 or are public? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : school (text) , founded (number) , affiliation (text) | 0.85 |
university_basketball | Find how many different affiliation types there are. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : affiliation (text) | 0.95 |
university_basketball | Count the number of different affiliation types. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : affiliation (text) | 0.95 |
university_basketball | Find how many school locations have the word 'NY'. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : location (text) , school_id (number) | 0.9 |
university_basketball | How many universities have a location that contains NY? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : location (text) , school_id (number) | 0.9 |
university_basketball | Find the team names of the universities whose enrollments are smaller than the average enrollment size. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_name (text) , school_id (number) | university : school_id (number) , enrollment (number) | 0.8 |
university_basketball | What are the names of teams from universities that have a below average enrollment? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_name (text) , school_id (number) | university : school_id (number) , enrollment (number) | 0.8 |
university_basketball | Find the number of universities that have over a 20000 enrollment size for each affiliation type. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : affiliation (text) , enrollment (number) , school_id (number) | 0.85 |
university_basketball | What are the different affiliations, and how many schools with each have an enrollment size of above 20000? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : affiliation (text) , enrollment (number) , school_id (number) | 0.85 |
university_basketball | Find the total number of students enrolled in the colleges that were founded after the year of 1850 for each affiliation type. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , affiliation (text) , founded (number) | 0.85 |
university_basketball | What are the different affiliations, and what is the total enrollment of schools founded after 1850 for each enrollment type? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , affiliation (text) , founded (number) | 0.85 |
university_basketball | What is the maximum enrollment across all schools? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) | 0.95 |
university_basketball | Return the maximum enrollment across all schools. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) | 0.95 |
university_basketball | List all information regarding the basketball match. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_id (number) | 0.95 |
university_basketball | What is all the information about the basketball match? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_id (number) | 0.95 |
university_basketball | List names of all teams in the basketball competition, ordered by all home scores in descending order. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_name (text) , all_home (text) | 0.9 |
university_basketball | What are the names of all the teams in the basketball competition, sorted by all home scores in descending order? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_name (text) , all_home (text) | 0.9 |
phone_1 | the names of models that launched between 2002 and 2004. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : model_name (text) , launch_year (number) | 0.904762 |
phone_1 | Which model has the least amount of RAM? List the model name and the amount of RAM. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : model_name (text) , ram_mib (number) | 0.904762 |
phone_1 | What are the chip model and screen mode of the phone with hardware model name "LG-P760"? | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : chip_model (text) , screen_mode (text) , hardware_model_name (text) | 0.857143 |
phone_1 | How many phone hardware models are produced by the company named "Nokia Corporation"? | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : company_name (text) , hardware_model_name (text) | 0.904762 |
phone_1 | What is maximum and minimum RAM size of phone produced by company named "Nokia Corporation"? | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : ram_mib (number) , model_name (text) | phone : chip_model (text) , company_name (text) | 0.809524 |
phone_1 | What is the average ROM size of phones produced by the company named "Nokia Corporation"? | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : rom_mib (number) , model_name (text) | phone : chip_model (text) , company_name (text) | 0.809524 |
phone_1 | List the hardware model name and company name for all the phones that were launched in year 2002 or have RAM size greater than 32. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , company_name (text) , chip_model (text) | chip_model : model_name (text) , launch_year (number) , ram_mib (number) | 0.714286 |
phone_1 | Find all phones that have word 'Full' in their accreditation types. List the Hardware Model name and Company name. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , company_name (text) , accreditation_type (text) | 0.857143 |
phone_1 | Find the Char cells, Pixels and Hardware colours for the screen of the phone whose hardware model name is "LG-P760". | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | screen_mode : char_cells (text) , pixels (text) , hardware_colours (number) , graphics_mode (number) | phone : screen_mode (text) , hardware_model_name (text) | 0.714286 |
phone_1 | List the hardware model name and company name for the phone whose screen mode type is "Graphics." | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , company_name (text) , screen_mode (text) | screen_mode : graphics_mode (number) , type (text) | 0.761905 |
phone_1 | Find the name of the company that has the least number of phone models. List the company name and the number of phone model produced by that company. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : company_name (text) , hardware_model_name (text) | 0.904762 |
phone_1 | List the name of the company that produced more than one phone model. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : company_name (text) , hardware_model_name (text) | 0.904762 |
phone_1 | List the maximum, minimum and average number of used kb in screen mode. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | screen_mode : used_kb (number) | 0.952381 |
phone_1 | List the name of the phone model launched in year 2002 and with the highest RAM size. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , chip_model (text) | chip_model : model_name (text) , launch_year (number) , ram_mib (number) | 0.761905 |
phone_1 | What are the wifi and screen mode type of the hardware model named "LG-P760"? | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : wifi (text) , model_name (text) | screen_mode : type (text) , graphics_mode (number) | phone : chip_model (text) , screen_mode (text) , hardware_model_name (text) | 0.666667 |
phone_1 | List the hardware model name for the phones that have screen mode type "Text" or RAM size greater than 32. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , chip_model (text) , screen_mode (text) | chip_model : model_name (text) , ram_mib (number) | screen_mode : graphics_mode (number) , type (text) | 0.666667 |
phone_1 | List the hardware model name for the phones that were produced by "Nokia Corporation" or whose screen mode type is "Graphics." | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , screen_mode (text) , company_name (text) | screen_mode : graphics_mode (number) , type (text) | 0.761905 |
phone_1 | List the hardware model name for the phons that were produced by "Nokia Corporation" but whose screen mode type is not Text. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , screen_mode (text) , company_name (text) | screen_mode : graphics_mode (number) , type (text) | 0.761905 |
phone_1 | List the phone hardware model and company name for the phones whose screen usage in kb is between 10 and 15. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : hardware_model_name (text) , company_name (text) , screen_mode (text) | screen_mode : graphics_mode (number) , used_kb (number) | 0.761905 |
phone_1 | Find the number of phones for each accreditation type. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : accreditation_type (text) , hardware_model_name (text) | 0.904762 |
phone_1 | How many phones belongs to each accreditation type? | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : accreditation_type (text) , hardware_model_name (text) | 0.904762 |
phone_1 | Find the accreditation level that more than 3 phones use. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | phone : accreditation_level (text) , hardware_model_name (text) | 0.904762 |
phone_1 | Find the details for all chip models. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : model_name (text) | 0.952381 |
phone_1 | How many models do not have the wifi function? | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : wifi (text) , model_name (text) | 0.904762 |
phone_1 | Count the number of chip model that do not have wifi. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : wifi (text) , model_name (text) | 0.904762 |
phone_1 | List all the model names sorted by their launch year. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : model_name (text) , launch_year (number) | 0.904762 |
phone_1 | Find the average ram mib size of the chip models that are never used by any phone. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : ram_mib (number) , model_name (text) | phone : chip_model (text) | 0.857143 |
phone_1 | Find the names of the chip models that are not used by any phone with full accreditation type. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | chip_model : model_name (text) | phone : chip_model (text) , accreditation_type (text) | 0.857143 |
phone_1 | Find the pixels of the screen modes that are used by both phones with full accreditation types and phones with Provisional accreditation types. | chip_model : model_name (text) , launch_year (number) , ram_mib (number) , rom_mib (number) , slots (text) , wifi (text) , bluetooth (text) | screen_mode : graphics_mode (number) , char_cells (text) , pixels (text) , hardware_colours (number) , used_kb (number) , map (text) , type (text) | phone : company_name (text) , hardware_model_name (text) , accreditation_type (text) , accreditation_level (text) , date (text) , chip_model (text) , screen_mode (text) | screen_mode : pixels (text) , graphics_mode (number) | phone : screen_mode (text) , accreditation_type (text) | 0.809524 |
match_season | How many countries are there in total? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : country_id (number) | 0.952381 |
match_season | Count the number of countries. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : country_id (number) | 0.952381 |
match_season | Show the country name and capital of all countries. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : country_name (text) , capital (text) | 0.904762 |
match_season | What are the names and capitals of each country? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : country_name (text) , capital (text) | 0.904762 |
match_season | Show all official native languages that contain the word "English". | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : official_native_language (text) | 0.952381 |
match_season | What are the official native languages that contain the string "English". | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : official_native_language (text) | 0.952381 |
match_season | Show all distinct positions of matches. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) | 0.952381 |
match_season | What are the different positions for match season? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) | 0.952381 |
match_season | Show the players from college UCLA. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : player (text) , college (text) | player : player (text) | 0.857143 |
match_season | Who are the players from UCLA? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : player (text) , college (text) | player : player (text) | 0.857143 |
match_season | Show the distinct position of players from college UCLA or Duke. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , college (text) | 0.904762 |
match_season | What are the different positions of players from UCLA or Duke colleges? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , college (text) | 0.904762 |
match_season | Show the draft pick numbers and draft classes of players whose positions are defenders. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : draft_pick_number (number) , draft_class (text) , position (text) | 0.857143 |
match_season | What are the draft pick numbers and draft classes for players who play the Defender position? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : draft_pick_number (number) , draft_class (text) , position (text) | 0.857143 |
match_season | How many distinct teams are involved in match seasons? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : team (number) | 0.952381 |
match_season | Count the number of different teams involved in match season. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : team (number) | 0.952381 |
match_season | Show the players and the years played. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | player : player (text) , years_played (text) | 0.904762 |
match_season | Who are the different players and how many years has each played? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | player : player (text) , years_played (text) | 0.904762 |
match_season | Show all team names. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | team : name (text) | 0.952381 |
match_season | What are the names of all teams? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | team : name (text) | 0.952381 |
match_season | Show the season, the player, and the name of the country that player belongs to. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : season (number) , player (text) , country (number) | player : player (text) | country : country_name (text) , country_id (number) | 0.714286 |
match_season | For each player, what are their name, season, and country that they belong to? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : season (number) , player (text) , country (number) | player : player (text) | country : country_name (text) , country_id (number) | 0.714286 |
match_season | Which players are from Indonesia? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : player (text) , country (number) | player : player (text) | country : country_id (number) , country_name (text) | 0.761905 |
match_season | Who are the players from Indonesia? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : player (text) , country (number) | player : player (text) | country : country_id (number) , country_name (text) | 0.761905 |
match_season | What are the distinct positions of the players from a country whose capital is Dublin? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , country (number) | country : country_id (number) , capital (text) | 0.809524 |
match_season | Give the different positions of players who play for the country with the capital Dublin. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , country (number) | country : country_id (number) , capital (text) | 0.809524 |
match_season | What are the official languages of the countries of players from Maryland or Duke college? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : official_native_language (text) , country_id (number) | match_season : country (number) , college (text) | 0.809524 |
match_season | Return the official native languages of countries who have players from Maryland or Duke colleges. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : official_native_language (text) , country_id (number) | match_season : country (number) , college (text) | 0.809524 |
match_season | How many distinct official languages are there among countries of players whose positions are defenders. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : official_native_language (text) , country_id (number) | match_season : country (number) , position (text) | 0.809524 |
match_season | Count the number of different official languages corresponding to countries that players who play Defender are from. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : official_native_language (text) , country_id (number) | match_season : country (number) , position (text) | 0.809524 |
match_season | Show the season, the player, and the name of the team that players belong to. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : season (number) , player (text) , team (number) | player : player (text) , team (number) | team : name (text) , team_id (number) | 0.666667 |
match_season | Who are the different players, what season do they play in, and what is the name of the team they are on? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : season (number) , player (text) , team (number) | player : player (text) , team (number) | team : name (text) , team_id (number) | 0.666667 |
match_season | Show the positions of the players from the team with name "Ryley Goldner". | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , team (number) | team : team_id (number) , name (text) | 0.809524 |
match_season | Return the positions of players on the team Ryley Goldner. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , team (number) | team : team_id (number) , name (text) | 0.809524 |
match_season | How many distinct colleges are associated with players from the team with name "Columbus Crew". | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : college (text) , team (number) | team : team_id (number) , name (text) | 0.809524 |
match_season | Count the number of different colleges that players who play for Columbus Crew are from. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : college (text) , team (number) | team : team_id (number) , name (text) | 0.809524 |
match_season | Show the players and years played for players from team "Columbus Crew". | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | player : player (text) , years_played (text) , team (number) | team : team_id (number) , name (text) | 0.761905 |
match_season | What are the players who played for Columbus Crew, and how many years did each play for? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | player : player (text) , years_played (text) , team (number) | team : team_id (number) , name (text) | 0.761905 |
match_season | Show the position of players and the corresponding number of players. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , season (number) | 0.904762 |
match_season | How many players played each position? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , season (number) | 0.904762 |
match_season | Show the country names and the corresponding number of players. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : country_name (text) , country_id (number) | match_season : country (number) , season (number) | 0.809524 |
match_season | How many players are from each country? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | country : country_name (text) , country_id (number) | match_season : country (number) , season (number) | 0.809524 |
match_season | Return all players sorted by college in ascending alphabetical order. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : player (text) , college (text) | player : player (text) | 0.857143 |
match_season | What are all the players who played in match season, sorted by college in ascending alphabetical order? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : player (text) , college (text) | player : player (text) | 0.857143 |
match_season | Show the most common position of players in match seasons. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , season (number) | 0.904762 |
match_season | What is the position that is most common among players in match seasons? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : position (text) , season (number) | 0.904762 |
match_season | Show the top 3 most common colleges of players in match seasons. | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : college (text) , season (number) | 0.904762 |
match_season | What are the three colleges from which the most players are from? | country : country_id (number) , country_name (text) , capital (text) , official_native_language (text) | team : team_id (number) , name (text) | match_season : season (number) , player (text) , position (text) , country (number) , team (number) , draft_pick_number (number) , draft_class (text) , college (text) | player : player_id (number) , player (text) , years_played (text) , total_wl (text) , singles_wl (text) , doubles_wl (text) , team (number) | match_season : college (text) , season (number) | 0.904762 |