db_id
stringclasses 140
values | question
stringlengths 16
224
| schema
stringclasses 140
values | summarized-schema
stringlengths 18
304
| shrink-score
float64 0
1
|
---|---|---|---|---|
match_season | Show the name of colleges that have at least two 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 : college (text) , season (number) | 0.904762 |
match_season | What are the names of all colleges that have two or more 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 : college (text) , season (number) | 0.904762 |
match_season | Show the name of colleges that have at least two players in descending 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 : college (text) , season (number) | 0.904762 |
match_season | What are the names of colleges that have two or more players, listed in descending 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 : college (text) , season (number) | 0.904762 |
match_season | What are the names of teams that do no have match season record? | 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) , team_id (number) | match_season : team (number) | 0.857143 |
match_season | Return the names of teams that have no match season record. | 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) , team_id (number) | match_season : team (number) | 0.857143 |
match_season | What are the names of countries that have both players with position forward and players with position defender? | 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) , position (text) | 0.809524 |
match_season | Return the names of countries that have players that play the Forward position, as well as 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) | country : country_name (text) , country_id (number) | match_season : country (number) , position (text) | 0.809524 |
match_season | Which college have both players with position midfielder and players with position defender? | 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) , position (text) | 0.904762 |
match_season | Return the colleges that have players who play the Midfielder position, as well as 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 : college (text) , position (text) | 0.904762 |
climbing | How many climbers are there? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : climber_id (number) | 0.916667 |
climbing | Count the number of climbers. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : climber_id (number) | 0.916667 |
climbing | List the names of climbers in descending order of points. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : name (text) , points (number) | 0.833333 |
climbing | What are the names of the climbers, ordered by points descending? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : name (text) , points (number) | 0.833333 |
climbing | List the names of climbers whose country is not Switzerland. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : name (text) , country (text) | 0.833333 |
climbing | What are the names of climbers who are not from the country of Switzerland? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : name (text) , country (text) | 0.833333 |
climbing | What is the maximum point for climbers whose country is United Kingdom? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : points (number) , country (text) | 0.833333 |
climbing | Return the maximum number of points for climbers from the United Kingdom. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : points (number) , country (text) | 0.833333 |
climbing | How many distinct countries are the climbers from? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : country (text) | 0.916667 |
climbing | Count the number of different countries that climbers are from. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : country (text) | 0.916667 |
climbing | What are the names of mountains in ascending alphabetical order? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) | 0.916667 |
climbing | Give the names of mountains in alphabetical order. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) | 0.916667 |
climbing | What are the countries of mountains with height bigger than 5000? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : country (text) , height (number) | 0.833333 |
climbing | Return the countries of the mountains that have a height larger than 5000. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : country (text) , height (number) | 0.833333 |
climbing | What is the name of the highest mountain? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , height (number) | 0.833333 |
climbing | Return the name of the mountain with the greatest height. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , height (number) | 0.833333 |
climbing | List the distinct ranges of the mountains with the top 3 prominence. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : range (text) , prominence (number) | 0.833333 |
climbing | What are the different ranges of the 3 mountains with the highest prominence? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : range (text) , prominence (number) | 0.833333 |
climbing | Show names of climbers and the names of mountains they climb. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , mountain_id (number) | climber : name (text) , mountain_id (number) | 0.666667 |
climbing | What are the names of climbers and the corresponding names of mountains that they climb? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , mountain_id (number) | climber : name (text) , mountain_id (number) | 0.666667 |
climbing | Show the names of climbers and the heights of mountains they climb. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , height (number) , mountain_id (number) | climber : name (text) , mountain_id (number) | 0.583333 |
climbing | What are the names of climbers and the corresponding heights of the mountains that they climb? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , height (number) , mountain_id (number) | climber : name (text) , mountain_id (number) | 0.583333 |
climbing | Show the height of the mountain climbed by the climber with the maximum points. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : height (number) , mountain_id (number) | climber : mountain_id (number) , points (number) | 0.666667 |
climbing | What is the height of the mountain climbined by the climbing who had the most points? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : height (number) , mountain_id (number) | climber : mountain_id (number) , points (number) | 0.666667 |
climbing | Show the distinct names of mountains climbed by climbers from country "West Germany". | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , mountain_id (number) , country (text) | climber : name (text) , mountain_id (number) , country (text) | 0.5 |
climbing | What are the different names of mountains ascended by climbers from the country of West Germany? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , mountain_id (number) , country (text) | climber : name (text) , mountain_id (number) , country (text) | 0.5 |
climbing | Show the times used by climbers to climb mountains in Country Uganda. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : time (text) , mountain_id (number) , country (text) | mountain : mountain_id (number) , country (text) | 0.583333 |
climbing | What are the times used by climbers who climbed mountains in the country of Uganda? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : time (text) , mountain_id (number) , country (text) | mountain : mountain_id (number) , country (text) | 0.583333 |
climbing | Please show the countries and the number of climbers from each country. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : country (text) , climber_id (number) | 0.833333 |
climbing | How many climbers are from each country? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | climber : country (text) , climber_id (number) | 0.833333 |
climbing | List the countries that have more than one mountain. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : country (text) , mountain_id (number) | 0.833333 |
climbing | Which countries have more than one mountain? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : country (text) , mountain_id (number) | 0.833333 |
climbing | List the names of mountains that do not have any climber. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , mountain_id (number) | climber : name (text) , mountain_id (number) | 0.666667 |
climbing | What are the names of countains that no climber has climbed? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , mountain_id (number) | climber : name (text) , mountain_id (number) | 0.666667 |
climbing | Show the countries that have mountains with height more than 5600 stories and mountains with height less than 5200. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : country (text) , height (number) | 0.833333 |
climbing | What are the countries that have both mountains that are higher than 5600 and lower than 5200? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : country (text) , height (number) | 0.833333 |
climbing | Show the range that has the most number of mountains. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : range (text) , mountain_id (number) | 0.833333 |
climbing | Which range contains the most mountains? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : range (text) , mountain_id (number) | 0.833333 |
climbing | Show the names of mountains with height more than 5000 or prominence more than 1000. | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , height (number) , prominence (number) | 0.75 |
climbing | What are the names of mountains that have a height of over 5000 or a prominence of over 1000? | mountain : mountain_id (number) , name (text) , height (number) , prominence (number) , range (text) , country (text) | climber : climber_id (number) , name (text) , country (text) , time (text) , points (number) , mountain_id (number) | mountain : name (text) , height (number) , prominence (number) | 0.75 |
body_builder | How many body builders are there? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : body_builder_id (number) | 0.909091 |
body_builder | List the total scores of body builders in ascending order. | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : total (number) | 0.909091 |
body_builder | List the snatch score and clean jerk score of body builders in ascending order of snatch score. | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : snatch (number) , clean_jerk (number) | 0.818182 |
body_builder | What is the average snatch score of body builders? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : snatch (number) | 0.909091 |
body_builder | What are the clean and jerk score of the body builder with the highest total score? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : clean_jerk (number) , total (number) | 0.818182 |
body_builder | What are the birthdays of people in ascending order of height? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : birth_date (text) , height (number) | 0.818182 |
body_builder | What are the names of body builders? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : name (text) , people_id (number) | body_builder : people_id (number) | 0.727273 |
body_builder | What are the names of body builders whose total score is higher than 300? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : name (text) , people_id (number) | body_builder : people_id (number) , total (number) | 0.636364 |
body_builder | What is the name of the body builder with the greatest body weight? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : name (text) , people_id (number) , weight (number) | body_builder : people_id (number) | 0.636364 |
body_builder | What are the birth date and birth place of the body builder with the highest total points? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : birth_date (text) , birth_place (text) , people_id (number) | body_builder : people_id (number) , total (number) | 0.545455 |
body_builder | What are the heights of body builders with total score smaller than 315? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : height (number) , people_id (number) | body_builder : people_id (number) , total (number) | 0.636364 |
body_builder | What is the average total score of body builders with height bigger than 200? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : total (number) , people_id (number) | people : people_id (number) , height (number) | 0.636364 |
body_builder | What are the names of body builders in descending order of total scores? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : name (text) , people_id (number) | body_builder : people_id (number) , total (number) | 0.636364 |
body_builder | List each birth place along with the number of people from there. | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : birth_place (text) , people_id (number) | 0.818182 |
body_builder | What is the most common birth place of people? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : birth_place (text) , people_id (number) | 0.818182 |
body_builder | What are the birth places that are shared by at least two people? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : birth_place (text) , people_id (number) | 0.818182 |
body_builder | List the height and weight of people in descending order of height. | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : height (number) , weight (number) | 0.818182 |
body_builder | Show all information about each body builder. | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : body_builder_id (number) | 0.909091 |
body_builder | List the names and origins of people who are not body builders. | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : name (text) , birth_place (text) , people_id (number) | body_builder : people_id (number) | 0.636364 |
body_builder | How many distinct birth places are there? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : birth_place (text) | 0.909091 |
body_builder | How many persons are not body builders? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : people_id (number) , body_builder_id (number) | people : people_id (number) | 0.727273 |
body_builder | List the weight of the body builders who have snatch score higher than 140 or have the height greater than 200. | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | people : weight (number) , people_id (number) , height (number) | body_builder : people_id (number) , snatch (number) | 0.545455 |
body_builder | What are the total scores of the body builders whose birthday contains the string "January" ? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : total (number) , people_id (number) | people : people_id (number) , birth_date (text) | 0.636364 |
body_builder | What is the minimum snatch score? | body_builder : body_builder_id (number) , people_id (number) , snatch (number) , clean_jerk (number) , total (number) | people : people_id (number) , name (text) , height (number) , weight (number) , birth_date (text) , birth_place (text) | body_builder : snatch (number) | 0.909091 |
election_representative | How many elections are there? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | election : election_id (number) | 0.916667 |
election_representative | List the votes of elections in descending order. | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | election : votes (number) | 0.916667 |
election_representative | List the dates and vote percents of elections. | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | election : date (text) , vote_percent (number) | 0.833333 |
election_representative | What are the minimum and maximum vote percents of elections? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | election : vote_percent (number) | 0.916667 |
election_representative | What are the names and parties of representatives? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : name (text) , party (text) | 0.833333 |
election_representative | What are the names of representatives whose party is not "Republican"? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : name (text) , party (text) | 0.833333 |
election_representative | What are the life spans of representatives from New York state or Indiana state? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : lifespan (text) , state (text) | 0.833333 |
election_representative | What are the names of representatives and the dates of elections they participated in. | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : name (text) , representative_id (number) | election : date (text) , representative_id (number) | 0.666667 |
election_representative | What are the names of representatives with more than 10000 votes in election? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : name (text) , representative_id (number) | election : representative_id (number) , votes (number) | 0.666667 |
election_representative | What are the names of representatives in descending order of votes? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : name (text) , representative_id (number) | election : representative_id (number) , votes (number) | 0.666667 |
election_representative | What is the party of the representative that has the smallest number of votes. | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : party (text) , representative_id (number) | election : representative_id (number) , votes (number) | 0.666667 |
election_representative | What are the lifespans of representatives in descending order of vote percent? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : lifespan (text) , representative_id (number) | election : representative_id (number) , vote_percent (number) | 0.666667 |
election_representative | What is the average number of votes of representatives from party "Republican"? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | election : votes (number) , representative_id (number) | representative : representative_id (number) , party (text) | 0.666667 |
election_representative | What are the different parties of representative? Show the party name and the number of representatives in each party. | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : party (text) , representative_id (number) | 0.833333 |
election_representative | What is the party that has the largest number of representatives? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : party (text) , representative_id (number) | 0.833333 |
election_representative | What parties have at least three representatives? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : party (text) , representative_id (number) | 0.833333 |
election_representative | What states have at least two representatives? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : state (text) , representative_id (number) | 0.833333 |
election_representative | List the names of representatives that have not participated in elections listed here. | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : name (text) , representative_id (number) | election : representative_id (number) | 0.75 |
election_representative | Show the parties that have both representatives in New York state and representatives in Pennsylvania state. | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : party (text) , state (text) | 0.833333 |
election_representative | How many distinct parties are there for representatives? | election : election_id (number) , representative_id (number) , date (text) , votes (number) , vote_percent (number) , seats (number) , place (number) | representative : representative_id (number) , name (text) , state (text) , party (text) , lifespan (text) | representative : party (text) | 0.916667 |
apartment_rentals | How many apartment bookings are there in total? | apartment_buildings : building_id (number) , building_short_name (text) , building_full_name (text) , building_description (text) , building_address (text) , building_manager (text) , building_phone (text) | apartments : apt_id (number) , building_id (number) , apt_type_code (text) , apt_number (text) , bathroom_count (number) , bedroom_count (number) , room_count (text) | apartment_facilities : apt_id (number) , facility_code (text) | guests : guest_id (number) , gender_code (text) , guest_first_name (text) , guest_last_name (text) , date_of_birth (time) | apartment_bookings : apt_booking_id (number) , apt_id (number) , guest_id (number) , booking_status_code (text) , booking_start_date (time) , booking_end_date (time) | view_unit_status : apt_id (number) , apt_booking_id (number) , status_date (time) , available_yn (others) | apartment_bookings : apt_booking_id (number) | 0.967742 |
apartment_rentals | Count the total number of apartment bookings. | apartment_buildings : building_id (number) , building_short_name (text) , building_full_name (text) , building_description (text) , building_address (text) , building_manager (text) , building_phone (text) | apartments : apt_id (number) , building_id (number) , apt_type_code (text) , apt_number (text) , bathroom_count (number) , bedroom_count (number) , room_count (text) | apartment_facilities : apt_id (number) , facility_code (text) | guests : guest_id (number) , gender_code (text) , guest_first_name (text) , guest_last_name (text) , date_of_birth (time) | apartment_bookings : apt_booking_id (number) , apt_id (number) , guest_id (number) , booking_status_code (text) , booking_start_date (time) , booking_end_date (time) | view_unit_status : apt_id (number) , apt_booking_id (number) , status_date (time) , available_yn (others) | apartment_bookings : apt_booking_id (number) | 0.967742 |
apartment_rentals | Show the start dates and end dates of all the apartment bookings. | apartment_buildings : building_id (number) , building_short_name (text) , building_full_name (text) , building_description (text) , building_address (text) , building_manager (text) , building_phone (text) | apartments : apt_id (number) , building_id (number) , apt_type_code (text) , apt_number (text) , bathroom_count (number) , bedroom_count (number) , room_count (text) | apartment_facilities : apt_id (number) , facility_code (text) | guests : guest_id (number) , gender_code (text) , guest_first_name (text) , guest_last_name (text) , date_of_birth (time) | apartment_bookings : apt_booking_id (number) , apt_id (number) , guest_id (number) , booking_status_code (text) , booking_start_date (time) , booking_end_date (time) | view_unit_status : apt_id (number) , apt_booking_id (number) , status_date (time) , available_yn (others) | apartment_bookings : booking_start_date (time) , booking_end_date (time) | 0.935484 |
apartment_rentals | What are the start date and end date of each apartment booking? | apartment_buildings : building_id (number) , building_short_name (text) , building_full_name (text) , building_description (text) , building_address (text) , building_manager (text) , building_phone (text) | apartments : apt_id (number) , building_id (number) , apt_type_code (text) , apt_number (text) , bathroom_count (number) , bedroom_count (number) , room_count (text) | apartment_facilities : apt_id (number) , facility_code (text) | guests : guest_id (number) , gender_code (text) , guest_first_name (text) , guest_last_name (text) , date_of_birth (time) | apartment_bookings : apt_booking_id (number) , apt_id (number) , guest_id (number) , booking_status_code (text) , booking_start_date (time) , booking_end_date (time) | view_unit_status : apt_id (number) , apt_booking_id (number) , status_date (time) , available_yn (others) | apartment_bookings : booking_start_date (time) , booking_end_date (time) | 0.935484 |
apartment_rentals | Show all distinct building descriptions. | apartment_buildings : building_id (number) , building_short_name (text) , building_full_name (text) , building_description (text) , building_address (text) , building_manager (text) , building_phone (text) | apartments : apt_id (number) , building_id (number) , apt_type_code (text) , apt_number (text) , bathroom_count (number) , bedroom_count (number) , room_count (text) | apartment_facilities : apt_id (number) , facility_code (text) | guests : guest_id (number) , gender_code (text) , guest_first_name (text) , guest_last_name (text) , date_of_birth (time) | apartment_bookings : apt_booking_id (number) , apt_id (number) , guest_id (number) , booking_status_code (text) , booking_start_date (time) , booking_end_date (time) | view_unit_status : apt_id (number) , apt_booking_id (number) , status_date (time) , available_yn (others) | apartment_buildings : building_description (text) | 0.967742 |
apartment_rentals | Give me a list of all the distinct building descriptions. | apartment_buildings : building_id (number) , building_short_name (text) , building_full_name (text) , building_description (text) , building_address (text) , building_manager (text) , building_phone (text) | apartments : apt_id (number) , building_id (number) , apt_type_code (text) , apt_number (text) , bathroom_count (number) , bedroom_count (number) , room_count (text) | apartment_facilities : apt_id (number) , facility_code (text) | guests : guest_id (number) , gender_code (text) , guest_first_name (text) , guest_last_name (text) , date_of_birth (time) | apartment_bookings : apt_booking_id (number) , apt_id (number) , guest_id (number) , booking_status_code (text) , booking_start_date (time) , booking_end_date (time) | view_unit_status : apt_id (number) , apt_booking_id (number) , status_date (time) , available_yn (others) | apartment_buildings : building_description (text) | 0.967742 |