question,create_table_statement,sql_query,wiki_sql_table_id What position does the player who played for butler cc (ks) play?,"CREATE TABLE ""l"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""position"" FROM ""l"" WHERE ""school_club_team""='Butler CC (KS)';",1-10015132-11 How many schools did player number 3 play at?,"CREATE TABLE ""l"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT COUNT(""school_club_team"") FROM ""l"" WHERE ""no""='3';",1-10015132-11 What school did player number 21 play for?,"CREATE TABLE ""l"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""l"" WHERE ""no""='21';",1-10015132-11 Who is the player that wears number 42?,"CREATE TABLE ""l"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""l"" WHERE ""no""='42';",1-10015132-11 What player played guard for toronto in 1996-97?,"CREATE TABLE ""l"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""l"" WHERE ""position""='Guard' AND ""years_in_toronto""='1996-97';",1-10015132-11 Who are all of the players on the Westchester High School club team?,"CREATE TABLE ""j"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""j"" WHERE ""school_club_team""='Westchester High School';",1-10015132-9 What school/club team is Amir Johnson on?,"CREATE TABLE ""j"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""j"" WHERE ""player""='Amir Johnson';",1-10015132-9 What are the total amount of numbers on the Toronto team in 2005-06?,"CREATE TABLE ""j"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT COUNT(""no"") FROM ""j"" WHERE ""years_in_toronto""='2005-06';",1-10015132-9 What are the total number of positions on the Toronto team in 2006-07?,"CREATE TABLE ""j"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT COUNT(""position"") FROM ""j"" WHERE ""years_in_toronto""='2006-07';",1-10015132-9 What are the nationality of the players on the Fresno State school/club team?,"CREATE TABLE ""j"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""nationality"" FROM ""j"" WHERE ""school_club_team""='Fresno State';",1-10015132-9 What school/club team is Trey Johnson on?,"CREATE TABLE ""j"" ( ""player"" text, ""no"" text, ""nationality"" text, ""position"" text, ""years_in_toronto"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""j"" WHERE ""player""='Trey Johnson';",1-10015132-9 When did Jacques Chirac stop being a G8 leader?,"CREATE TABLE ""chronology_of_longest_serving_g8_leaders"" ( ""entered_office_as_head_of_state_or_government"" text, ""began_time_as_senior_g8_leader"" text, ""ended_time_as_senior_g8_leader"" text, ""person"" text, ""office"" text );","SELECT ""ended_time_as_senior_g8_leader"" FROM ""chronology_of_longest_serving_g8_leaders"" WHERE ""person""='Jacques Chirac';",1-10026563-1 When did the Prime Minister of Italy take office?,"CREATE TABLE ""chronology_of_longest_serving_g8_leaders"" ( ""entered_office_as_head_of_state_or_government"" text, ""began_time_as_senior_g8_leader"" text, ""ended_time_as_senior_g8_leader"" text, ""person"" text, ""office"" text );","SELECT ""entered_office_as_head_of_state_or_government"" FROM ""chronology_of_longest_serving_g8_leaders"" WHERE ""office""='Prime Minister of Italy';",1-10026563-1 What is the English name of the country whose official native language is Dutch Papiamento?,"CREATE TABLE ""table1_1008653_1"" ( ""country_exonym"" text, ""capital_exonym"" text, ""country_endonym"" text, ""capital_endonym"" text, ""official_or_native_language_s_alphabet_script"" text );","SELECT ""country_exonym"" FROM ""table1_1008653_1"" WHERE ""official_or_native_language_s_alphabet_script""='Dutch Papiamento';",1-1008653-1 What official or native languages are spoken in the country whose capital city is Canberra?,"CREATE TABLE ""table1_1008653_1"" ( ""country_exonym"" text, ""capital_exonym"" text, ""country_endonym"" text, ""capital_endonym"" text, ""official_or_native_language_s_alphabet_script"" text );","SELECT ""official_or_native_language_s_alphabet_script"" FROM ""table1_1008653_1"" WHERE ""capital_exonym""='Canberra';",1-1008653-1 What is the local name given to the city of Canberra?,"CREATE TABLE ""table1_1008653_1"" ( ""country_exonym"" text, ""capital_exonym"" text, ""country_endonym"" text, ""capital_endonym"" text, ""official_or_native_language_s_alphabet_script"" text );","SELECT ""capital_endonym"" FROM ""table1_1008653_1"" WHERE ""capital_exonym""='Canberra';",1-1008653-1 What is the local name given to the capital of Anguilla?,"CREATE TABLE ""table1_1008653_1"" ( ""country_exonym"" text, ""capital_exonym"" text, ""country_endonym"" text, ""capital_endonym"" text, ""official_or_native_language_s_alphabet_script"" text );","SELECT ""capital_endonym"" FROM ""table1_1008653_1"" WHERE ""country_endonym""='Anguilla';",1-1008653-1 What is the English name given to the city of St. John's?,"CREATE TABLE ""table1_1008653_1"" ( ""country_exonym"" text, ""capital_exonym"" text, ""country_endonym"" text, ""capital_endonym"" text, ""official_or_native_language_s_alphabet_script"" text );","SELECT ""capital_exonym"" FROM ""table1_1008653_1"" WHERE ""capital_endonym""='St. John''s';",1-1008653-1 How many capital cities does Australia have?,"CREATE TABLE ""table1_1008653_1"" ( ""country_exonym"" text, ""capital_exonym"" text, ""country_endonym"" text, ""capital_endonym"" text, ""official_or_native_language_s_alphabet_script"" text );","SELECT COUNT(""capital_endonym"") FROM ""table1_1008653_1"" WHERE ""country_endonym""='Australia';",1-1008653-1 The episode with production code 9abx02 was originally aired on what date?,"CREATE TABLE ""table1_10088101_1"" ( ""no_in_set"" real, ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""original_air_date"" FROM ""table1_10088101_1"" WHERE ""production_code""='9ABX02';",1-10088101-1 What is the episode number that has production code 8abx15?,"CREATE TABLE ""table1_10088101_1"" ( ""no_in_set"" real, ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT MIN(""no_in_series"") FROM ""table1_10088101_1"" WHERE ""production_code""='8ABX15';",1-10088101-1 Name the minimum tiesplayed for 6 years,"CREATE TABLE ""all_players"" ( ""player"" text, ""highest_singles_ranking"" text, ""highest_doubles_ranking"" text, ""first_year_played"" real, ""years_played"" real, ""ties_played"" real, ""total_w_l"" text, ""singles_w_l"" text, ""doubles_w_l"" text );","SELECT MIN(""ties_played"") FROM ""all_players"" WHERE ""years_played""=6;",1-10295819-2 "What is the amount of trees, that require replacement when prevailing types, % is pine — 29.37 poplar — 26.12 acer negundo — 13.2?","CREATE TABLE ""table1_10342194_3"" ( ""district"" text, ""total_amount_of_trees"" real, ""prevailing_types_pct"" text, ""amount_of_old_trees"" text, ""amount_of_trees_that_require_replacement"" text );","SELECT ""amount_of_trees_that_require_replacement"" FROM ""table1_10342194_3"" WHERE ""prevailing_types_pct""='Pine — 29.37 Poplar — 26.12 Acer negundo — 13.2';",1-10342194-3 "What is the amount of trees, that require replacement when district is leninsky?","CREATE TABLE ""table1_10342194_3"" ( ""district"" text, ""total_amount_of_trees"" real, ""prevailing_types_pct"" text, ""amount_of_old_trees"" text, ""amount_of_trees_that_require_replacement"" text );","SELECT ""amount_of_trees_that_require_replacement"" FROM ""table1_10342194_3"" WHERE ""district""='Leninsky';",1-10342194-3 "What is the district when the total amount of trees is smaller than 150817.6878461314 and amount of old trees is 1,928 (1.89%)?","CREATE TABLE ""table1_10342194_3"" ( ""district"" text, ""total_amount_of_trees"" real, ""prevailing_types_pct"" text, ""amount_of_old_trees"" text, ""amount_of_trees_that_require_replacement"" text );","SELECT ""district"" FROM ""table1_10342194_3"" WHERE ""total_amount_of_trees""<150817.6878461314 AND ""amount_of_old_trees""='1,928 (1.89%)';",1-10342194-3 "What is the amount of trees, that require replacement when the district is motovilikhinsky?","CREATE TABLE ""table1_10342194_3"" ( ""district"" text, ""total_amount_of_trees"" real, ""prevailing_types_pct"" text, ""amount_of_old_trees"" text, ""amount_of_trees_that_require_replacement"" text );","SELECT ""amount_of_trees_that_require_replacement"" FROM ""table1_10342194_3"" WHERE ""district""='Motovilikhinsky';",1-10342194-3 What is the total amount of trees when district is leninsky?,"CREATE TABLE ""table1_10342194_3"" ( ""district"" text, ""total_amount_of_trees"" real, ""prevailing_types_pct"" text, ""amount_of_old_trees"" text, ""amount_of_trees_that_require_replacement"" text );","SELECT MAX(""total_amount_of_trees"") FROM ""table1_10342194_3"" WHERE ""district""='Leninsky';",1-10342194-3 "What is the district when prevailing types, % is acer negundo — 30.22 tilia — 18.6 poplar — 15.23?","CREATE TABLE ""table1_10342194_3"" ( ""district"" text, ""total_amount_of_trees"" real, ""prevailing_types_pct"" text, ""amount_of_old_trees"" text, ""amount_of_trees_that_require_replacement"" text );","SELECT ""district"" FROM ""table1_10342194_3"" WHERE ""prevailing_types_pct""='Acer negundo — 30.22 Tilia — 18.6 Poplar — 15.23';",1-10342194-3 "When the value of ""since beginning of big 12"" is synonymous with its' category, what are the in Ames values?","CREATE TABLE ""record_vs_big_12_opponents"" ( ""iowa_state_vs"" text, ""overall_record"" text, ""in_ames"" text, ""at_opponents_venue"" text, ""at_neutral_site"" text, ""last_5_meetings"" text, ""last_10_meetings"" text, ""current_streak"" text, ""since_beginning_of_big_12"" text );","SELECT ""in_ames"" FROM ""record_vs_big_12_opponents"" WHERE ""since_beginning_of_big_12""='Since Beginning of Big 12';",1-10429820-13 "what's the u.s. open cup status for regular season of 4th, atlantic division ","CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" text, ""league"" text, ""regular_season"" text, ""playoffs"" text, ""u_s_open_cup"" text );","SELECT ""u_s_open_cup"" FROM ""year_by_year"" WHERE ""regular_season""='4th, Atlantic Division';",1-1046170-5 how many division did not qualify for u.s. open cup in 2003,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" text, ""league"" text, ""regular_season"" text, ""playoffs"" text, ""u_s_open_cup"" text );","SELECT ""division"" FROM ""year_by_year"" WHERE ""u_s_open_cup""='Did Not Qualify' AND ""year""=2003;",1-1046170-5 which round is u.s. open cup division semifinals,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" text, ""league"" text, ""regular_season"" text, ""playoffs"" text, ""u_s_open_cup"" text );","SELECT ""u_s_open_cup"" FROM ""year_by_year"" WHERE ""playoffs""='Division Semifinals';",1-1046170-5 "what are all the playoffs for regular season is 1st, atlantic division","CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" text, ""league"" text, ""regular_season"" text, ""playoffs"" text, ""u_s_open_cup"" text );","SELECT ""playoffs"" FROM ""year_by_year"" WHERE ""regular_season""='1st, Atlantic Division';",1-1046170-5 what are all the playoffs for u.s. open cup in 1st round,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" text, ""league"" text, ""regular_season"" text, ""playoffs"" text, ""u_s_open_cup"" text );","SELECT ""playoffs"" FROM ""year_by_year"" WHERE ""u_s_open_cup""='1st Round';",1-1046170-5 what is the total number of 2nd leg where aggregate is 7-2,"CREATE TABLE ""european_record"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponents"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT COUNT(""2nd_leg"") FROM ""european_record"" WHERE ""aggregate""='7-2';",1-1061075-1 what's the aggregate where 1st leg is 3–2,"CREATE TABLE ""european_record"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponents"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""aggregate"" FROM ""european_record"" WHERE ""1st_leg""='3–2';",1-1061075-1 what's the competition where aggregate is 4–7,"CREATE TABLE ""european_record"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponents"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""competition"" FROM ""european_record"" WHERE ""aggregate""='4–7';",1-1061075-1 what's the competition where 1st leg is 4-1 (h),"CREATE TABLE ""european_record"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponents"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""competition"" FROM ""european_record"" WHERE ""1st_leg""='4-1 (h)';",1-1061075-1 what is the total number of round where opponents is haugar,"CREATE TABLE ""european_record"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponents"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT COUNT(""round"") FROM ""european_record"" WHERE ""opponents""='Haugar';",1-1061075-1 what's the 1st leg where opponents is galatasaray,"CREATE TABLE ""european_record"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponents"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""1st_leg"" FROM ""european_record"" WHERE ""opponents""='Galatasaray';",1-1061075-1 What is the highest Rd that Tom Sneva had the pole position in?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT MAX(""rd"") FROM ""race_results"" WHERE ""pole_position""='Tom Sneva';",1-10706961-2 How many winning drivers were there in the race that had a fastest lap time of 56.920?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT COUNT(""winning_driver"") FROM ""race_results"" WHERE ""fastest_lap""='56.920';",1-10706961-2 How many reports are there in the race that Forsythe Racing won and Teo Fabi had the pole position in?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT COUNT(""report"") FROM ""race_results"" WHERE ""winning_team""='Forsythe Racing' AND ""pole_position""='Teo Fabi';",1-10706961-2 Which Rd took place at the Indianapolis 500?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""rd"" FROM ""race_results"" WHERE ""name""='Indianapolis 500';",1-10706961-2 Which teams won when Bobby Rahal was their winning driver?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""winning_team"" FROM ""race_results"" WHERE ""winning_driver""='Bobby Rahal';",1-10706961-2 What was the fastest lap time in the Escort Radar Warning 200?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""fastest_lap"" FROM ""race_results"" WHERE ""name""='Escort Radar Warning 200';",1-10706961-2 What report was there for the porsche north america?,"CREATE TABLE ""races"" ( ""rnd"" text, ""race_name"" text, ""circuit"" text, ""city_location"" text, ""date"" text, ""pole_position"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""report"" FROM ""races"" WHERE ""winning_team""='Porsche North America';",1-10707176-2 What rnds were there for the phoenix international raceway?,"CREATE TABLE ""races"" ( ""rnd"" text, ""race_name"" text, ""circuit"" text, ""city_location"" text, ""date"" text, ""pole_position"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""rnd"" FROM ""races"" WHERE ""circuit""='Phoenix International Raceway';",1-10707176-2 Who was the pole position for the rnd equalling 12?,"CREATE TABLE ""races"" ( ""rnd"" text, ""race_name"" text, ""circuit"" text, ""city_location"" text, ""date"" text, ""pole_position"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""pole_position"" FROM ""races"" WHERE ""rnd""='12';",1-10707176-2 How many reports were the for the cleveland burke lakefront airport circut?,"CREATE TABLE ""races"" ( ""rnd"" text, ""race_name"" text, ""circuit"" text, ""city_location"" text, ""date"" text, ""pole_position"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT COUNT(""report"") FROM ""races"" WHERE ""circuit""='Cleveland Burke Lakefront Airport';",1-10707176-2 How many winning drivers were the for the rnd equalling 5?,"CREATE TABLE ""races"" ( ""rnd"" text, ""race_name"" text, ""circuit"" text, ""city_location"" text, ""date"" text, ""pole_position"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT COUNT(""winning_driver"") FROM ""races"" WHERE ""rnd""='5';",1-10707176-2 The race tony bettenhausen 200 has what smallest rd?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT MIN(""rd"") FROM ""race_results"" WHERE ""name""='Tony Bettenhausen 200';",1-10706879-3 "The winning team of the race, los angeles times 500 is who?","CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""winning_team"" FROM ""race_results"" WHERE ""name""='Los Angeles Times 500';",1-10706879-3 How many winning drivers in the kraco twin 125 (r2) race were there?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT COUNT(""winning_driver"") FROM ""race_results"" WHERE ""name""='Kraco Twin 125 (R2)';",1-10706879-3 What are the races that johnny rutherford has won?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""name"" FROM ""race_results"" WHERE ""winning_driver""='Johnny Rutherford';",1-10706879-3 How many fastest laps were there for a rd that equals 10?,"CREATE TABLE ""race_results"" ( ""rd"" real, ""name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT COUNT(""fastest_lap"") FROM ""race_results"" WHERE ""rd""=10;",1-10706879-3 What is the license award date for North East England?,"CREATE TABLE ""regional_ensembles"" ( ""region"" text, ""operator"" text, ""licence_award_date"" text, ""on_air_date"" text, ""closure_date"" text );","SELECT ""licence_award_date"" FROM ""regional_ensembles"" WHERE ""region""='North East England';",1-10712301-5 What is the percentage of growth in 2000-2008 in ethiopia?,"CREATE TABLE ""internet_availability"" ( ""nation"" text, ""population_thousands"" real, ""internet_subscriptions_2000_thousands_of_users"" real, ""internet_subscriptions_2008_thousands_of_users"" real, ""pct_growth_2000_2008"" real, ""pct_internet_users"" real );","SELECT ""pct_growth_2000_2008"" FROM ""internet_availability"" WHERE ""nation""='Ethiopia';",1-10733530-3 Name the total number of percentage growth 2000-2008 of uganda?,"CREATE TABLE ""internet_availability"" ( ""nation"" text, ""population_thousands"" real, ""internet_subscriptions_2000_thousands_of_users"" real, ""internet_subscriptions_2008_thousands_of_users"" real, ""pct_growth_2000_2008"" real, ""pct_internet_users"" real );","SELECT COUNT(""pct_growth_2000_2008"") FROM ""internet_availability"" WHERE ""nation""='Uganda';",1-10733530-3 What is the maximum percentage grown 2000-2008 in burundi,"CREATE TABLE ""internet_availability"" ( ""nation"" text, ""population_thousands"" real, ""internet_subscriptions_2000_thousands_of_users"" real, ""internet_subscriptions_2008_thousands_of_users"" real, ""pct_growth_2000_2008"" real, ""pct_internet_users"" real );","SELECT MAX(""pct_growth_2000_2008"") FROM ""internet_availability"" WHERE ""nation""='Burundi';",1-10733530-3 Provide me with the names of all the villages (German) that has 76.3% of Slovenes in 1951.,"CREATE TABLE ""politics"" ( ""village_german"" text, ""village_slovenian"" text, ""number_of_people_1991"" real, ""percent_of_slovenes_1991"" text, ""percent_of_slovenes_1951"" text );","SELECT ""village_german"" FROM ""politics"" WHERE ""percent_of_slovenes_1951""='76.3%';",1-10798421-1 Give me the minimum number of people in 1991 with 92.5% of Slovenes in 1991.,"CREATE TABLE ""politics"" ( ""village_german"" text, ""village_slovenian"" text, ""number_of_people_1991"" real, ""percent_of_slovenes_1991"" text, ""percent_of_slovenes_1951"" text );","SELECT MIN(""number_of_people_1991"") FROM ""politics"" WHERE ""percent_of_slovenes_1991""='92.5%';",1-10798421-1 Provide me with the name of all the village (German) that are part of the village (Slovenian) with sele srednji kot. ,"CREATE TABLE ""politics"" ( ""village_german"" text, ""village_slovenian"" text, ""number_of_people_1991"" real, ""percent_of_slovenes_1991"" text, ""percent_of_slovenes_1951"" text );","SELECT ""village_german"" FROM ""politics"" WHERE ""village_slovenian""='Sele Srednji Kot';",1-10798421-1 Provide me with the name of all the village (German) that are part of the village (Slovenian) with sele borovnica.,"CREATE TABLE ""politics"" ( ""village_german"" text, ""village_slovenian"" text, ""number_of_people_1991"" real, ""percent_of_slovenes_1991"" text, ""percent_of_slovenes_1951"" text );","SELECT ""village_german"" FROM ""politics"" WHERE ""village_slovenian""='Sele Borovnica';",1-10798421-1 Provide me with the name of the village (German) where there is 96.9% Slovenes in 1951. ,"CREATE TABLE ""politics"" ( ""village_german"" text, ""village_slovenian"" text, ""number_of_people_1991"" real, ""percent_of_slovenes_1991"" text, ""percent_of_slovenes_1951"" text );","SELECT ""village_german"" FROM ""politics"" WHERE ""percent_of_slovenes_1951""='96.9%';",1-10798421-1 Provide with the names of the village (German) that is part of village (Slovenian) with sele srednji kot.,"CREATE TABLE ""politics"" ( ""village_german"" text, ""village_slovenian"" text, ""number_of_people_1991"" real, ""percent_of_slovenes_1991"" text, ""percent_of_slovenes_1951"" text );","SELECT ""village_german"" FROM ""politics"" WHERE ""village_slovenian""='Sele Srednji Kot';",1-10798421-1 What was the score of the game on November 12?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='November 12';",1-10812293-3 Who had high assists when they played against San Antonio?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""team""='San Antonio';",1-10812293-3 Who scored the most points in game 4?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""=4;",1-10812293-3 Where was the game on November 20?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""date""='November 20';",1-10812293-3 The canadian airdate of 11 february 2008 applied to what series number?,"CREATE TABLE ""table1_10935205_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT COUNT(""no_in_series"") FROM ""table1_10935205_1"" WHERE ""canadian_airdate""='11 February 2008';",1-10935205-1 The U.S. airdate of 4 april 2008 had a production code of what?,"CREATE TABLE ""table1_10935205_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT MAX(""production_code"") FROM ""table1_10935205_1"" WHERE ""us_airdate""='4 April 2008';",1-10935205-1 "The episode titled ""don't stop believin'"" was what highest number of the season?","CREATE TABLE ""table1_10935205_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT MAX(""no_in_season"") FROM ""table1_10935205_1"" WHERE ""title""='\""Don''t Stop Believin''\""';",1-10935205-1 The U.S. airdate of 8 august 2008 also had canadian airdates of what?,"CREATE TABLE ""table1_10935205_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT ""canadian_airdate"" FROM ""table1_10935205_1"" WHERE ""us_airdate""='8 August 2008';",1-10935205-1 The canadian airdate of 17 march 2008 had how many numbers in the season?,"CREATE TABLE ""table1_10935205_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT COUNT(""no_in_season"") FROM ""table1_10935205_1"" WHERE ""canadian_airdate""='17 March 2008';",1-10935205-1 "For the episode(s) aired in the U.S. on 4 april 2008, what were the names?","CREATE TABLE ""table1_10935205_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT ""title"" FROM ""table1_10935205_1"" WHERE ""us_airdate""='4 April 2008';",1-10935205-1 "Who directed the episode ""Great Sexpectations (2)""?","CREATE TABLE ""season_5_1996_1997"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""director"" text, ""writer_s"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""director"" FROM ""season_5_1996_1997"" WHERE ""title""='\""Great Sexpectations (2)\""';",1-10953197-5 Which player from the 2004 CFL draft attended Wilfrid Laurier?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""round_two"" WHERE ""college""='Wilfrid Laurier';",1-10975034-2 What position does Christian Leibl-Cote play?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""round_two"" WHERE ""player""='Christian Leibl-Cote';",1-10975034-2 What is the pick number for Northwestern college?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""round_two"" WHERE ""college""='Northwestern';",1-10975034-2 How many foreigners in percentage terms had a population of 4.911?,"CREATE TABLE ""population_of_the_46_city_districts_on_3"" ( ""no"" text, ""city_district_stadtteil"" text, ""area_in_km"" text, ""population"" text, ""foreign_nationals"" text, ""foreign_nationals_in_pct"" text, ""area_district_ortsbezirk"" text );","SELECT COUNT(""foreign_nationals_in_pct"") FROM ""population_of_the_46_city_districts_on_3"" WHERE ""population""='4.911';",1-10992-3 What is the number of the city district of stadtteil where foreigners are 5.162?,"CREATE TABLE ""population_of_the_46_city_districts_on_3"" ( ""no"" text, ""city_district_stadtteil"" text, ""area_in_km"" text, ""population"" text, ""foreign_nationals"" text, ""foreign_nationals_in_pct"" text, ""area_district_ortsbezirk"" text );","SELECT COUNT(""city_district_stadtteil"") FROM ""population_of_the_46_city_districts_on_3"" WHERE ""foreign_nationals""='5.162';",1-10992-3 What is the city where the number is 47?,"CREATE TABLE ""population_of_the_46_city_districts_on_3"" ( ""no"" text, ""city_district_stadtteil"" text, ""area_in_km"" text, ""population"" text, ""foreign_nationals"" text, ""foreign_nationals_in_pct"" text, ""area_district_ortsbezirk"" text );","SELECT ""city_district_stadtteil"" FROM ""population_of_the_46_city_districts_on_3"" WHERE ""no""='47';",1-10992-3 Which leagues have Raiders as their mascot?,"CREATE TABLE ""current_members"" ( ""school"" text, ""mascot"" text, ""location"" text, ""league"" text, ""enrollment"" real );","SELECT ""league"" FROM ""current_members"" WHERE ""mascot""='Raiders';",1-11044765-1 Which leagues is the Galena school in?,"CREATE TABLE ""current_members"" ( ""school"" text, ""mascot"" text, ""location"" text, ""league"" text, ""enrollment"" real );","SELECT ""league"" FROM ""current_members"" WHERE ""school""='Galena';",1-11044765-1 What city and state is the Lancers mascot located?,"CREATE TABLE ""current_members"" ( ""school"" text, ""mascot"" text, ""location"" text, ""league"" text, ""enrollment"" real );","SELECT ""location"" FROM ""current_members"" WHERE ""mascot""='Lancers';",1-11044765-1 What city and state are the miners located in?,"CREATE TABLE ""current_members"" ( ""school"" text, ""mascot"" text, ""location"" text, ""league"" text, ""enrollment"" real );","SELECT ""location"" FROM ""current_members"" WHERE ""mascot""='Miners';",1-11044765-1 Which school has the Raiders as their mascot?,"CREATE TABLE ""current_members"" ( ""school"" text, ""mascot"" text, ""location"" text, ""league"" text, ""enrollment"" real );","SELECT ""school"" FROM ""current_members"" WHERE ""mascot""='Raiders';",1-11044765-1 "Where was the tournament dated nov 3, 2002?","CREATE TABLE ""lpga_tour_6"" ( ""no"" real, ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""tournament"" FROM ""lpga_tour_6"" WHERE ""date""='Nov 3, 2002';",1-1121352-2 "Where is the margin of victory dated mar 28, 2004?","CREATE TABLE ""lpga_tour_6"" ( ""no"" real, ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""margin_of_victory"" FROM ""lpga_tour_6"" WHERE ""date""='Mar 28, 2004';",1-1121352-2 "What is the to par dated may 4, 2003?","CREATE TABLE ""lpga_tour_6"" ( ""no"" real, ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""to_par"" FROM ""lpga_tour_6"" WHERE ""date""='May 4, 2003';",1-1121352-2 What date were the runner ups pat hurst juli inkster?,"CREATE TABLE ""lpga_tour_6"" ( ""no"" real, ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""date"" FROM ""lpga_tour_6"" WHERE ""runner_s_up""='Pat Hurst Juli Inkster';",1-1121352-2 what's the total number of final epbeingode count with character being rick stetler,"CREATE TABLE ""notable_enemies"" ( ""character"" text, ""fate"" text, ""actor"" text, ""first_episode"" text, ""final_episode"" text, ""duration"" text, ""final_episode_count"" real );","SELECT COUNT(""final_episode_count"") FROM ""notable_enemies"" WHERE ""character""='Rick Stetler';",1-11210576-4 "what are all the actor where first episode is ""ambush""","CREATE TABLE ""notable_enemies"" ( ""character"" text, ""fate"" text, ""actor"" text, ""first_episode"" text, ""final_episode"" text, ""duration"" text, ""final_episode_count"" real );","SELECT ""actor"" FROM ""notable_enemies"" WHERE ""first_episode""='\""Ambush\""';",1-11210576-4 what's the character with fate being deceased: knife wound,"CREATE TABLE ""notable_enemies"" ( ""character"" text, ""fate"" text, ""actor"" text, ""first_episode"" text, ""final_episode"" text, ""duration"" text, ""final_episode_count"" real );","SELECT ""character"" FROM ""notable_enemies"" WHERE ""fate""='Deceased: Knife Wound';",1-11210576-4 "what's the total number of final epbeingode count with first epbeingode being ""l.a.""","CREATE TABLE ""notable_enemies"" ( ""character"" text, ""fate"" text, ""actor"" text, ""first_episode"" text, ""final_episode"" text, ""duration"" text, ""final_episode_count"" real );","SELECT COUNT(""final_episode_count"") FROM ""notable_enemies"" WHERE ""first_episode""='\""L.A.\""';",1-11210576-4 what's the actor with character being judge joseph ratner,"CREATE TABLE ""notable_enemies"" ( ""character"" text, ""fate"" text, ""actor"" text, ""first_episode"" text, ""final_episode"" text, ""duration"" text, ""final_episode_count"" real );","SELECT ""actor"" FROM ""notable_enemies"" WHERE ""character""='Judge Joseph Ratner';",1-11210576-4 "what's the first epbeingode with final epbeingode being ""rio""","CREATE TABLE ""notable_enemies"" ( ""character"" text, ""fate"" text, ""actor"" text, ""first_episode"" text, ""final_episode"" text, ""duration"" text, ""final_episode_count"" real );","SELECT ""first_episode"" FROM ""notable_enemies"" WHERE ""final_episode""='\""Rio\""';",1-11210576-4 Which team was the second semi finalist in 2007?,"CREATE TABLE ""division_ii"" ( ""year"" real, ""champion"" text, ""score"" text, ""runner_up"" text, ""location"" text, ""semi_finalist_num1"" text, ""semi_finalist_num2"" text );","SELECT ""semi_finalist_num2"" FROM ""division_ii"" WHERE ""year""=2007;",1-11214772-2 How many teams were listed as runner up in 2005 and there the first semi finalist was Western Carolina?,"CREATE TABLE ""division_ii"" ( ""year"" real, ""champion"" text, ""score"" text, ""runner_up"" text, ""location"" text, ""semi_finalist_num1"" text, ""semi_finalist_num2"" text );","SELECT COUNT(""runner_up"") FROM ""division_ii"" WHERE ""semi_finalist_num1""='Western Carolina' AND ""year""=2005;",1-11214772-2 List the scores of all games when Miami were listed as the first Semi finalist,"CREATE TABLE ""division_ii"" ( ""year"" real, ""champion"" text, ""score"" text, ""runner_up"" text, ""location"" text, ""semi_finalist_num1"" text, ""semi_finalist_num2"" text );","SELECT ""score"" FROM ""division_ii"" WHERE ""semi_finalist_num1""='Miami';",1-11214772-2 "When Embry-Riddle made it to the first semi finalist slot, list all the runners up.","CREATE TABLE ""division_ii"" ( ""year"" real, ""champion"" text, ""score"" text, ""runner_up"" text, ""location"" text, ""semi_finalist_num1"" text, ""semi_finalist_num2"" text );","SELECT ""runner_up"" FROM ""division_ii"" WHERE ""semi_finalist_num1""='Embry-Riddle';",1-11214772-2 Where was the final game played in 2007,"CREATE TABLE ""division_ii"" ( ""year"" real, ""champion"" text, ""score"" text, ""runner_up"" text, ""location"" text, ""semi_finalist_num1"" text, ""semi_finalist_num2"" text );","SELECT ""location"" FROM ""division_ii"" WHERE ""year""=2007;",1-11214772-2 "Which round had Michael Schumacher in the pole position, David Coulthard with the fastest lap, and McLaren - Mercedes as the winning constructor?","CREATE TABLE ""grands_prix"" ( ""round"" real, ""grand_prix"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT COUNT(""round"") FROM ""grands_prix"" WHERE ""pole_position""='Michael Schumacher' AND ""fastest_lap""='David Coulthard' AND ""winning_constructor""='McLaren - Mercedes';",1-1132600-3 How many drivers won the Italian Grand Prix?,"CREATE TABLE ""grands_prix"" ( ""round"" real, ""grand_prix"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT COUNT(""winning_driver"") FROM ""grands_prix"" WHERE ""grand_prix""='Italian Grand Prix';",1-1132600-3 What was the report of the Belgian Grand Prix?,"CREATE TABLE ""grands_prix"" ( ""round"" real, ""grand_prix"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""report"" FROM ""grands_prix"" WHERE ""grand_prix""='Belgian Grand Prix';",1-1132600-3 Who had the fastest lap in the Belgian Grand Prix?,"CREATE TABLE ""grands_prix"" ( ""round"" real, ""grand_prix"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""fastest_lap"" FROM ""grands_prix"" WHERE ""grand_prix""='Belgian Grand Prix';",1-1132600-3 When was the date successor seated when the vacator was charles e. chamberlain (r)?,"CREATE TABLE ""table1_1134091_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""date_successor_seated"" FROM ""table1_1134091_4"" WHERE ""vacator""='Charles E. Chamberlain (R)';",1-1134091-4 Who was the successor when the vacator was chester e. holifield (d)?,"CREATE TABLE ""table1_1134091_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""successor"" FROM ""table1_1134091_4"" WHERE ""vacator""='Chester E. Holifield (D)';",1-1134091-4 When was the successor seated when the district was California 10th?,"CREATE TABLE ""table1_1134091_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""date_successor_seated"" FROM ""table1_1134091_4"" WHERE ""district""='California 10th';",1-1134091-4 "Who was the vacator when the date successor seated was august 21, 1973?","CREATE TABLE ""table1_1134091_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""vacator"" FROM ""table1_1134091_4"" WHERE ""date_successor_seated""='August 21, 1973';",1-1134091-4 "What was the district when the reason for change was died January 1, 1974?","CREATE TABLE ""table1_1134091_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""district"" FROM ""table1_1134091_4"" WHERE ""reason_for_change""='Died January 1, 1974';",1-1134091-4 "Which routes have ""replaced by US 81"" listed in their remarks section?","CREATE TABLE ""decommissioned_highways"" ( ""route_name"" text, ""direction"" text, ""termini"" text, ""junctions"" text, ""length"" text, ""population_area"" text, ""remarks"" text );","SELECT ""route_name"" FROM ""decommissioned_highways"" WHERE ""remarks""='Replaced by US 81';",1-11336756-6 "Which junctions have ""replaced by bsi-35"" listed in their remarks section?","CREATE TABLE ""decommissioned_highways"" ( ""route_name"" text, ""direction"" text, ""termini"" text, ""junctions"" text, ""length"" text, ""population_area"" text, ""remarks"" text );","SELECT ""junctions"" FROM ""decommissioned_highways"" WHERE ""remarks""='Replaced by BSI-35';",1-11336756-6 "How many junctions have ""replaced by bsi-35"" listed in their remarks section?","CREATE TABLE ""decommissioned_highways"" ( ""route_name"" text, ""direction"" text, ""termini"" text, ""junctions"" text, ""length"" text, ""population_area"" text, ""remarks"" text );","SELECT COUNT(""junctions"") FROM ""decommissioned_highways"" WHERE ""remarks""='Replaced by BSI-35';",1-11336756-6 "What unit of length is being used for the route with ""replaced by us 81"" in their remarks section?","CREATE TABLE ""decommissioned_highways"" ( ""route_name"" text, ""direction"" text, ""termini"" text, ""junctions"" text, ""length"" text, ""population_area"" text, ""remarks"" text );","SELECT ""length"" FROM ""decommissioned_highways"" WHERE ""remarks""='Replaced by US 81';",1-11336756-6 "Which population areas have ""replaced by us 83"" listed in their remarks section?","CREATE TABLE ""decommissioned_highways"" ( ""route_name"" text, ""direction"" text, ""termini"" text, ""junctions"" text, ""length"" text, ""population_area"" text, ""remarks"" text );","SELECT ""population_area"" FROM ""decommissioned_highways"" WHERE ""remarks""='Replaced by US 83';",1-11336756-6 "How many termini are there that have ""east west"" listed in their direction section, ""none"" listed in their junction section, and have a route name of ""sh 202""?","CREATE TABLE ""decommissioned_highways"" ( ""route_name"" text, ""direction"" text, ""termini"" text, ""junctions"" text, ""length"" text, ""population_area"" text, ""remarks"" text );","SELECT COUNT(""termini"") FROM ""decommissioned_highways"" WHERE ""direction""='East West' AND ""junctions""='none' AND ""route_name""='SH 202';",1-11336756-6 Give me the kickoff time of the game that was aired on CBS against the St. Louis Cardinals. ,"CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_a"" text, ""game_site"" text, ""tv"" text, ""attendance"" text, ""record"" text );","SELECT ""kickoff_a"" FROM ""schedule"" WHERE ""tv""='CBS' AND ""opponent""='St. Louis Cardinals';",1-11449311-2 Find all the result(s) with the record of 2-13.,"CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_a"" text, ""game_site"" text, ""tv"" text, ""attendance"" text, ""record"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""record""='2-13';",1-11449311-2 What is the vault score for the total of 56.635?,"CREATE TABLE ""individual_all_around"" ( ""rank"" real, ""gymnast"" text, ""floor_exercise"" text, ""pommel_horse"" text, ""rings"" text, ""vault"" text, ""parallel_bars"" text, ""horizontal_bar"" text, ""total"" text );","SELECT ""vault"" FROM ""individual_all_around"" WHERE ""total""='56.635';",1-11542215-3 What is the total score when the score for floor exercise was 9.287?,"CREATE TABLE ""individual_all_around"" ( ""rank"" real, ""gymnast"" text, ""floor_exercise"" text, ""pommel_horse"" text, ""rings"" text, ""vault"" text, ""parallel_bars"" text, ""horizontal_bar"" text, ""total"" text );","SELECT ""total"" FROM ""individual_all_around"" WHERE ""floor_exercise""='9.287';",1-11542215-3 what's the margin where runner(s)-up is phil mickelson,"CREATE TABLE ""wins_14"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""margin"" FROM ""wins_14"" WHERE ""runner_s_up""='Phil Mickelson';",1-11570261-1 who is the runner(s)-up where 54 holes is tied for lead and margin is 5 strokes,"CREATE TABLE ""wins_14"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""runner_s_up"" FROM ""wins_14"" WHERE ""54_holes""='Tied for lead' AND ""margin""='5 strokes';",1-11570261-1 what's the championship where 54 holes is 1 shot lead and runner(s)-up is chris dimarco,"CREATE TABLE ""wins_14"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""championship"" FROM ""wins_14"" WHERE ""54_holes""='1 shot lead' AND ""runner_s_up""='Chris DiMarco';",1-11570261-1 what is the minimum year where winning score is −8 (71-63-69-69=272),"CREATE TABLE ""wins_14"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT MIN(""year"") FROM ""wins_14"" WHERE ""winning_score""='−8 (71-63-69-69=272)';",1-11570261-1 what's the championship where winning score is −12 (74-66-65-71=276),"CREATE TABLE ""wins_14"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""championship"" FROM ""wins_14"" WHERE ""winning_score""='−12 (74-66-65-71=276)';",1-11570261-1 what's the 54 holes where winning score is −19 (67-66-67-69=269),"CREATE TABLE ""wins_14"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""54_holes"" FROM ""wins_14"" WHERE ""winning_score""='−19 (67-66-67-69=269)';",1-11570261-1 " what's the title where original air date is january18,2009","CREATE TABLE ""table1_11589522_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""title"" FROM ""table1_11589522_3"" WHERE ""original_air_date""='January18,2009';",1-11589522-3 what's the original air date where written by is iain morris & damon beesley,"CREATE TABLE ""table1_11589522_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""original_air_date"" FROM ""table1_11589522_3"" WHERE ""written_by""='Iain Morris & Damon Beesley';",1-11589522-3 Which Allied Force targetted Woensdrecht?,"CREATE TABLE ""table1_1160161_12"" ( ""target"" text, ""target_code_allied"" text, ""luftwaffe_unit_wing"" text, ""allied_forces"" text, ""effect_on_allied_squadrons_according_to_official_figures"" text );","SELECT ""allied_forces"" FROM ""table1_1160161_12"" WHERE ""target""='Woensdrecht';",1-1160161-12 What is the allied target code of the group that targetted ghent/sint-denijs-westrem?,"CREATE TABLE ""table1_1160161_12"" ( ""target"" text, ""target_code_allied"" text, ""luftwaffe_unit_wing"" text, ""allied_forces"" text, ""effect_on_allied_squadrons_according_to_official_figures"" text );","SELECT ""target_code_allied"" FROM ""table1_1160161_12"" WHERE ""target""='Ghent/Sint-Denijs-Westrem';",1-1160161-12 What is the date of entry for the UK Albums Top 75 chart?,"CREATE TABLE ""table1_1160304_2"" ( ""chart"" text, ""date_of_entry"" text, ""entry_position"" real, ""peak_position"" real, ""weeks_on_peak"" real, ""weeks_on_chart"" real, ""date_of_exit"" text );","SELECT ""date_of_entry"" FROM ""table1_1160304_2"" WHERE ""chart""='UK Albums Top 75';",1-1160304-2 What was the total number of weeks on peak for the Ireland Albums Top 75 chart?,"CREATE TABLE ""table1_1160304_2"" ( ""chart"" text, ""date_of_entry"" text, ""entry_position"" real, ""peak_position"" real, ""weeks_on_peak"" real, ""weeks_on_chart"" real, ""date_of_exit"" text );","SELECT COUNT(""weeks_on_peak"") FROM ""table1_1160304_2"" WHERE ""chart""='Ireland Albums Top 75';",1-1160304-2 What is the exit date for the Dutch Albums Top 100 Chart?,"CREATE TABLE ""table1_1160304_2"" ( ""chart"" text, ""date_of_entry"" text, ""entry_position"" real, ""peak_position"" real, ""weeks_on_peak"" real, ""weeks_on_chart"" real, ""date_of_exit"" text );","SELECT ""date_of_exit"" FROM ""table1_1160304_2"" WHERE ""chart""='Dutch Albums Top 100';",1-1160304-2 what is the total number of constancy where purity is falling,"CREATE TABLE ""overview"" ( ""acquisition"" text, ""knowledge"" text, ""penance"" text, ""permanence_of_the_body"" text, ""constancy"" text, ""purity"" text );","SELECT COUNT(""constancy"") FROM ""overview"" WHERE ""purity""='falling';",1-11609814-1 what's the permanence of the body where purity is rudra,"CREATE TABLE ""overview"" ( ""acquisition"" text, ""knowledge"" text, ""penance"" text, ""permanence_of_the_body"" text, ""constancy"" text, ""purity"" text );","SELECT ""permanence_of_the_body"" FROM ""overview"" WHERE ""purity""='Rudra';",1-11609814-1 what's the permanence of the body where purity is apprehension,"CREATE TABLE ""overview"" ( ""acquisition"" text, ""knowledge"" text, ""penance"" text, ""permanence_of_the_body"" text, ""constancy"" text, ""purity"" text );","SELECT ""permanence_of_the_body"" FROM ""overview"" WHERE ""purity""='apprehension';",1-11609814-1 what's the permanence of the body where penance is the undifferenced,"CREATE TABLE ""overview"" ( ""acquisition"" text, ""knowledge"" text, ""penance"" text, ""permanence_of_the_body"" text, ""constancy"" text, ""purity"" text );","SELECT ""permanence_of_the_body"" FROM ""overview"" WHERE ""penance""='the undifferenced';",1-11609814-1 what's the constancy where permanence of the body is meditation,"CREATE TABLE ""overview"" ( ""acquisition"" text, ""knowledge"" text, ""penance"" text, ""permanence_of_the_body"" text, ""constancy"" text, ""purity"" text );","SELECT ""constancy"" FROM ""overview"" WHERE ""permanence_of_the_body""='meditation';",1-11609814-1 what's the permanence of the body where constancy is interestedness,"CREATE TABLE ""overview"" ( ""acquisition"" text, ""knowledge"" text, ""penance"" text, ""permanence_of_the_body"" text, ""constancy"" text, ""purity"" text );","SELECT ""permanence_of_the_body"" FROM ""overview"" WHERE ""constancy""='interestedness';",1-11609814-1 "What is the original air dates for the title ""firestorm""?","CREATE TABLE ""season_6_2009_11"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""season_6_2009_11"" WHERE ""title""='\""Firestorm\""';",1-11630008-8 What is the title of the episode with the production code 624?,"CREATE TABLE ""season_6_2009_11"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""title"" FROM ""season_6_2009_11"" WHERE ""production_code""=624;",1-11630008-8 What is the original air date of the episode written by Karen Felix and Don Woodard?,"CREATE TABLE ""season_6_2009_11"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""season_6_2009_11"" WHERE ""written_by""='Karen Felix and Don Woodard';",1-11630008-8 what's the total number of species in the peruvian amazon with 8411 species in the world ,"CREATE TABLE ""biodiversity"" ( ""taxonomy"" text, ""species_in_the_world"" real, ""species_in_peru"" real, ""species_in_the_peruvian_amazon"" real, ""peru_vs_world_percent"" real, ""peruvian_amazon_vs_peru_percent"" real );","SELECT COUNT(""species_in_the_peruvian_amazon"") FROM ""biodiversity"" WHERE ""species_in_the_world""=8411;",1-11727969-1 what's the minimum species in the peruvian amazon with taxonomy s fern ( pteridophyta ),"CREATE TABLE ""biodiversity"" ( ""taxonomy"" text, ""species_in_the_world"" real, ""species_in_peru"" real, ""species_in_the_peruvian_amazon"" real, ""peru_vs_world_percent"" real, ""peruvian_amazon_vs_peru_percent"" real );","SELECT MIN(""species_in_the_peruvian_amazon"") FROM ""biodiversity"" WHERE ""taxonomy""='s Fern ( Pteridophyta )';",1-11727969-1 what's the species in the world with peruvian amazon vs. peru (percent)  of 63,"CREATE TABLE ""biodiversity"" ( ""taxonomy"" text, ""species_in_the_world"" real, ""species_in_peru"" real, ""species_in_the_peruvian_amazon"" real, ""peru_vs_world_percent"" real, ""peruvian_amazon_vs_peru_percent"" real );","SELECT ""species_in_the_world"" FROM ""biodiversity"" WHERE ""peruvian_amazon_vs_peru_percent""=63;",1-11727969-1 what's the minimum species in the peruvian amazon with species in peru of 1000,"CREATE TABLE ""biodiversity"" ( ""taxonomy"" text, ""species_in_the_world"" real, ""species_in_peru"" real, ""species_in_the_peruvian_amazon"" real, ""peru_vs_world_percent"" real, ""peruvian_amazon_vs_peru_percent"" real );","SELECT MIN(""species_in_the_peruvian_amazon"") FROM ""biodiversity"" WHERE ""species_in_peru""=1000;",1-11727969-1 what's the minimum species in the peruvian amazon with peru vs. world (percent) value of 7,"CREATE TABLE ""biodiversity"" ( ""taxonomy"" text, ""species_in_the_world"" real, ""species_in_peru"" real, ""species_in_the_peruvian_amazon"" real, ""peru_vs_world_percent"" real, ""peruvian_amazon_vs_peru_percent"" real );","SELECT MIN(""species_in_the_peruvian_amazon"") FROM ""biodiversity"" WHERE ""peru_vs_world_percent""=7;",1-11727969-1 what's the maximum peru vs. world (percent) with 9672 species in the world ,"CREATE TABLE ""biodiversity"" ( ""taxonomy"" text, ""species_in_the_world"" real, ""species_in_peru"" real, ""species_in_the_peruvian_amazon"" real, ""peru_vs_world_percent"" real, ""peruvian_amazon_vs_peru_percent"" real );","SELECT MAX(""peru_vs_world_percent"") FROM ""biodiversity"" WHERE ""species_in_the_world""=9672;",1-11727969-1 What school did the forward whose number is 10 belong to?,"CREATE TABLE ""b"" ( ""player"" text, ""no_s"" text, ""height_in_ft"" text, ""position"" text, ""years_for_rockets"" text, ""school_club_team_country"" text );","SELECT ""school_club_team_country"" FROM ""b"" WHERE ""no_s""='10' AND ""position""='Forward';",1-11734041-2 What is the height of the player who attended Hartford?,"CREATE TABLE ""b"" ( ""player"" text, ""no_s"" text, ""height_in_ft"" text, ""position"" text, ""years_for_rockets"" text, ""school_club_team_country"" text );","SELECT ""height_in_ft"" FROM ""b"" WHERE ""school_club_team_country""='Hartford';",1-11734041-2 What years did the player from LaSalle play for the Rockets?,"CREATE TABLE ""b"" ( ""player"" text, ""no_s"" text, ""height_in_ft"" text, ""position"" text, ""years_for_rockets"" text, ""school_club_team_country"" text );","SELECT ""years_for_rockets"" FROM ""b"" WHERE ""school_club_team_country""='LaSalle';",1-11734041-2 What position is number 35 whose height is 6-6?,"CREATE TABLE ""b"" ( ""player"" text, ""no_s"" text, ""height_in_ft"" text, ""position"" text, ""years_for_rockets"" text, ""school_club_team_country"" text );","SELECT ""position"" FROM ""b"" WHERE ""height_in_ft""='6-6' AND ""no_s""='35';",1-11734041-2 Which player who played for the Rockets for the years 1986-92?,"CREATE TABLE ""j"" ( ""player"" text, ""no_s"" text, ""height_in_ft"" text, ""position"" text, ""years_for_rockets"" text, ""school_club_team_country"" text );","SELECT ""player"" FROM ""j"" WHERE ""years_for_rockets""='1986-92';",1-11734041-9 What is the number of the player who went to Southern University?,"CREATE TABLE ""j"" ( ""player"" text, ""no_s"" text, ""height_in_ft"" text, ""position"" text, ""years_for_rockets"" text, ""school_club_team_country"" text );","SELECT ""no_s"" FROM ""j"" WHERE ""school_club_team_country""='Southern University';",1-11734041-9 "How tall is the player jones, major major jones?","CREATE TABLE ""j"" ( ""player"" text, ""no_s"" text, ""height_in_ft"" text, ""position"" text, ""years_for_rockets"" text, ""school_club_team_country"" text );","SELECT ""height_in_ft"" FROM ""j"" WHERE ""player""='Jones, Major Major Jones';",1-11734041-9 Who was sent to the third island in week 1?,"CREATE TABLE ""third_island"" ( ""member"" text, ""week_arrived_on_main_island"" text, ""week_sent_to_third_island"" text, ""original_tribe"" text, ""tribe_they_chose_to_win"" text );","SELECT ""member"" FROM ""third_island"" WHERE ""week_sent_to_third_island""='1';",1-11764007-2 What week was the member who arrived on the main island in week 6 sent to the third island?,"CREATE TABLE ""third_island"" ( ""member"" text, ""week_arrived_on_main_island"" text, ""week_sent_to_third_island"" text, ""original_tribe"" text, ""tribe_they_chose_to_win"" text );","SELECT ""week_sent_to_third_island"" FROM ""third_island"" WHERE ""week_arrived_on_main_island""='6';",1-11764007-2 How many members arrived on the main island in week 4?,"CREATE TABLE ""third_island"" ( ""member"" text, ""week_arrived_on_main_island"" text, ""week_sent_to_third_island"" text, ""original_tribe"" text, ""tribe_they_chose_to_win"" text );","SELECT COUNT(""member"") FROM ""third_island"" WHERE ""week_arrived_on_main_island""='4';",1-11764007-2 What week did the member who's original tribe was shark and who was sent to the third island on week 14 arrive on the main island?,"CREATE TABLE ""third_island"" ( ""member"" text, ""week_arrived_on_main_island"" text, ""week_sent_to_third_island"" text, ""original_tribe"" text, ""tribe_they_chose_to_win"" text );","SELECT ""week_arrived_on_main_island"" FROM ""third_island"" WHERE ""original_tribe""='Shark' AND ""week_sent_to_third_island""='14';",1-11764007-2 What is the number of sikhs in Japan?,"CREATE TABLE ""table1_11800185_1"" ( ""region"" text, ""country"" text, ""no_of_sikhs"" text, ""sikh_pct"" text, ""pct_of_all_sikhs"" text );","SELECT ""no_of_sikhs"" FROM ""table1_11800185_1"" WHERE ""country""='Japan';",1-11800185-1 What was the evening gown score when the swimsuit was 9.61?,"CREATE TABLE ""final_competition_scores"" ( ""country"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""evening_gown"" FROM ""final_competition_scores"" WHERE ""swimsuit""='9.61';",1-11884814-3 What is the swimsuit score when the interview was 9.74?,"CREATE TABLE ""final_competition_scores"" ( ""country"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""swimsuit"" FROM ""final_competition_scores"" WHERE ""interview""='9.74';",1-11884814-3 Which country had an interview score of 9.40 and average of 9.44?,"CREATE TABLE ""final_competition_scores"" ( ""country"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""country"" FROM ""final_competition_scores"" WHERE ""interview""='9.40' AND ""average""='9.44';",1-11884814-3 Which country had the swimsuit score 9.67?,"CREATE TABLE ""final_competition_scores"" ( ""country"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""country"" FROM ""final_competition_scores"" WHERE ""swimsuit""='9.67';",1-11884814-3 What was the average for the country with the swimsuit score of 9.57?,"CREATE TABLE ""final_competition_scores"" ( ""country"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""average"" FROM ""final_competition_scores"" WHERE ""swimsuit""='9.57';",1-11884814-3 What was the interview score for Hawaii?,"CREATE TABLE ""final_competition_scores"" ( ""country"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""interview"" FROM ""final_competition_scores"" WHERE ""country""='Hawaii';",1-11884814-3 What is the date of Game 50?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""game""=50;",1-11960407-5 Who scored the most points in Game 49?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""=49;",1-11960407-5 "Name the number of teams at the philips arena 19,335?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""team"") FROM ""game_log"" WHERE ""location_attendance""='Philips Arena 19,335';",1-11961582-6 "What is the team located at philips arena 18,227?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""location_attendance""='Philips Arena 18,227';",1-11961582-6 what are all the records with a score is w 98–91,"CREATE TABLE ""january"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""record"" FROM ""january"" WHERE ""score""='W 98–91';",1-11964047-7 what records have a score of l 109–116 2 ot,"CREATE TABLE ""january"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""record"" FROM ""january"" WHERE ""score""='L 109–116 2 OT';",1-11964047-7 who are all the visitor with a record of 25–18,"CREATE TABLE ""january"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""visitor"" FROM ""january"" WHERE ""record""='25–18';",1-11964047-7 Which visitors have a leading scorer of roy : 25,"CREATE TABLE ""january"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""visitor"" FROM ""january"" WHERE ""leading_scorer""='Roy : 25';",1-11964047-7 what is the total number of dates where the scorer is gordon : 32,"CREATE TABLE ""january"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT COUNT(""date"") FROM ""january"" WHERE ""leading_scorer""='Gordon : 32';",1-11964047-7 what's the home team where streak is l3 and leading scorer is roy : 23,"CREATE TABLE ""november"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""home"" FROM ""november"" WHERE ""streak""='L3' AND ""leading_scorer""='Roy : 23';",1-11964047-5 what's the attendance where score is l 92–101,"CREATE TABLE ""november"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""attendance"" FROM ""november"" WHERE ""score""='L 92–101';",1-11964047-5 what is the total number of date where visitor is new jersey nets,"CREATE TABLE ""november"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT COUNT(""date"") FROM ""november"" WHERE ""visitor""='New Jersey Nets';",1-11964047-5 who is the leading scorer where home is charlotte bobcats,"CREATE TABLE ""november"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""leading_scorer"" FROM ""november"" WHERE ""home""='Charlotte Bobcats';",1-11964047-5 what's the score where record is 0–2,"CREATE TABLE ""november"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT ""score"" FROM ""november"" WHERE ""record""='0–2';",1-11964047-5 what is the total number of record where streak is l2 and leading scorer is roy : 23,"CREATE TABLE ""november"" ( ""num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" text, ""record"" text, ""streak"" text );","SELECT COUNT(""record"") FROM ""november"" WHERE ""streak""='L2' AND ""leading_scorer""='Roy : 23';",1-11964047-5 Name the location on june 10,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""location_attendance"" FROM ""playoffs"" WHERE ""date""='June 10';",1-11965481-13 Name the number of games on june 12,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT COUNT(""game"") FROM ""playoffs"" WHERE ""date""='June 12';",1-11965481-13 Name the series on june 5,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""series"" FROM ""playoffs"" WHERE ""date""='June 5';",1-11965481-13 Who were the authors of series episode #25?,"CREATE TABLE ""table1_12030612_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""written_by"" FROM ""table1_12030612_3"" WHERE ""series_num""=25;",1-12030612-3 What season features writer Michael Poryes?,"CREATE TABLE ""table1_12030612_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""season_num"" FROM ""table1_12030612_3"" WHERE ""written_by""='Michael Poryes';",1-12030612-3 What is the date of the episode written by Michael Poryes?,"CREATE TABLE ""table1_12030612_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""original_air_date"" FROM ""table1_12030612_3"" WHERE ""written_by""='Michael Poryes';",1-12030612-3 "What is the season where the episode ""when worlds collide"" was shown?","CREATE TABLE ""table1_12030612_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT MAX(""season_num"") FROM ""table1_12030612_3"" WHERE ""title""='\""When Worlds Collide\""';",1-12030612-3 what is the somerset for the year 2009?,"CREATE TABLE ""table1_12043148_2"" ( ""year"" real, ""premier_one"" text, ""premier_two"" text, ""bristol_somerset"" text, ""glos_wilts"" text, ""bristol_n_som"" text, ""somerset"" text, ""gloucestershire"" text, ""wiltshire"" text );","SELECT ""somerset"" FROM ""table1_12043148_2"" WHERE ""year""=2009;",1-12043148-2 what is the bristol & n. som where the somerset is ashcott and shapwick?,"CREATE TABLE ""table1_12043148_2"" ( ""year"" real, ""premier_one"" text, ""premier_two"" text, ""bristol_somerset"" text, ""glos_wilts"" text, ""bristol_n_som"" text, ""somerset"" text, ""gloucestershire"" text, ""wiltshire"" text );","SELECT ""bristol_n_som"" FROM ""table1_12043148_2"" WHERE ""somerset""='Ashcott and Shapwick';",1-12043148-2 what is the latest year where glos & wilts is warminster?,"CREATE TABLE ""table1_12043148_2"" ( ""year"" real, ""premier_one"" text, ""premier_two"" text, ""bristol_somerset"" text, ""glos_wilts"" text, ""bristol_n_som"" text, ""somerset"" text, ""gloucestershire"" text, ""wiltshire"" text );","SELECT MAX(""year"") FROM ""table1_12043148_2"" WHERE ""glos_wilts""='Warminster';",1-12043148-2 what is the glos & wilts where the bristol & somerset is lansdown?,"CREATE TABLE ""table1_12043148_2"" ( ""year"" real, ""premier_one"" text, ""premier_two"" text, ""bristol_somerset"" text, ""glos_wilts"" text, ""bristol_n_som"" text, ""somerset"" text, ""gloucestershire"" text, ""wiltshire"" text );","SELECT ""glos_wilts"" FROM ""table1_12043148_2"" WHERE ""bristol_somerset""='Lansdown';",1-12043148-2 what is the year where glos & wilts is gloucester city winget?,"CREATE TABLE ""table1_12043148_2"" ( ""year"" real, ""premier_one"" text, ""premier_two"" text, ""bristol_somerset"" text, ""glos_wilts"" text, ""bristol_n_som"" text, ""somerset"" text, ""gloucestershire"" text, ""wiltshire"" text );","SELECT ""year"" FROM ""table1_12043148_2"" WHERE ""glos_wilts""='Gloucester City Winget';",1-12043148-2 who many times is gloucestershire is painswick?,"CREATE TABLE ""table1_12043148_2"" ( ""year"" real, ""premier_one"" text, ""premier_two"" text, ""bristol_somerset"" text, ""glos_wilts"" text, ""bristol_n_som"" text, ""somerset"" text, ""gloucestershire"" text, ""wiltshire"" text );","SELECT COUNT(""premier_two"") FROM ""table1_12043148_2"" WHERE ""gloucestershire""='Painswick';",1-12043148-2 what's the preliminaries where evening gown is 8.988,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminaries"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""preliminaries"" FROM ""final_competition_scores"" WHERE ""evening_gown""='8.988';",1-12094609-1 what's the swimsuit where average is 8.670,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminaries"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""swimsuit"" FROM ""final_competition_scores"" WHERE ""average""='8.670';",1-12094609-1 what's the evening gown where preliminaries is 8.977,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminaries"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""evening_gown"" FROM ""final_competition_scores"" WHERE ""preliminaries""='8.977';",1-12094609-1 what's the preliminaries where state is south dakota,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminaries"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""preliminaries"" FROM ""final_competition_scores"" WHERE ""state""='South Dakota';",1-12094609-1 what's the evening gown where state is south dakota,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminaries"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""evening_gown"" FROM ""final_competition_scores"" WHERE ""state""='South Dakota';",1-12094609-1 what is the total number of average where evening gown is 8.988,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminaries"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT COUNT(""average"") FROM ""final_competition_scores"" WHERE ""evening_gown""='8.988';",1-12094609-1 Name the men's singles of marina yakusheva elena shimko,"CREATE TABLE ""21st_century"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""mens_singles"" FROM ""21st_century"" WHERE ""womens_doubles""='Marina Yakusheva Elena Shimko';",1-12104319-1 What are the womens singles of imam sodikin irawan andi tandaputra?,"CREATE TABLE ""21st_century"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_singles"" FROM ""21st_century"" WHERE ""mens_doubles""='Imam Sodikin Irawan Andi Tandaputra';",1-12104319-1 What are the womens singles of naoko fukuman kurumi yonao?,"CREATE TABLE ""21st_century"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_singles"" FROM ""21st_century"" WHERE ""womens_doubles""='Naoko Fukuman Kurumi Yonao';",1-12104319-1 What is the womens singles of marcus ellis gabrielle white?,"CREATE TABLE ""21st_century"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_singles"" FROM ""21st_century"" WHERE ""mixed_doubles""='Marcus Ellis Gabrielle White';",1-12104319-1 What is the mens singles of 2008?,"CREATE TABLE ""21st_century"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""mens_singles"" FROM ""21st_century"" WHERE ""year""=2008;",1-12104319-1 what is the gdp ( bn ) where capital is capital?,"CREATE TABLE ""administrative_divisions"" ( ""no"" text, ""region"" text, ""capital"" text, ""area_km"" text, ""area_sq_mi"" text, ""population"" text, ""gdp_bn"" text );","SELECT ""gdp_bn"" FROM ""administrative_divisions"" WHERE ""capital""='Capital';",1-12108-1 what is the population where the area (sq. mi.) is area (sq. mi.)?,"CREATE TABLE ""administrative_divisions"" ( ""no"" text, ""region"" text, ""capital"" text, ""area_km"" text, ""area_sq_mi"" text, ""population"" text, ""gdp_bn"" text );","SELECT ""population"" FROM ""administrative_divisions"" WHERE ""area_sq_mi""='Area (sq. mi.)';",1-12108-1 What is the toll for light vehicles at the plaza where the toll for heavy vehicles with 2 axles is r87.00?,"CREATE TABLE ""table1_1211545_2"" ( ""name"" text, ""location"" text, ""light_vehicle"" text, ""heavy_vehicle_2_axles"" text, ""heavy_vehicle_3_4_axles"" text, ""heavy_vehicle_5_axles"" text );","SELECT ""light_vehicle"" FROM ""table1_1211545_2"" WHERE ""heavy_vehicle_2_axles""='R87.00';",1-1211545-2 What is the name of the plaza where the toll for heavy vehicles with 2 axles is r87.00?,"CREATE TABLE ""table1_1211545_2"" ( ""name"" text, ""location"" text, ""light_vehicle"" text, ""heavy_vehicle_2_axles"" text, ""heavy_vehicle_3_4_axles"" text, ""heavy_vehicle_5_axles"" text );","SELECT ""name"" FROM ""table1_1211545_2"" WHERE ""heavy_vehicle_2_axles""='R87.00';",1-1211545-2 What is the toll for heavy vehicles with 3/4 axles at Verkeerdevlei toll plaza?,"CREATE TABLE ""table1_1211545_2"" ( ""name"" text, ""location"" text, ""light_vehicle"" text, ""heavy_vehicle_2_axles"" text, ""heavy_vehicle_3_4_axles"" text, ""heavy_vehicle_5_axles"" text );","SELECT ""heavy_vehicle_3_4_axles"" FROM ""table1_1211545_2"" WHERE ""name""='Verkeerdevlei Toll Plaza';",1-1211545-2 What is the location of the Carousel toll plaza?,"CREATE TABLE ""table1_1211545_2"" ( ""name"" text, ""location"" text, ""light_vehicle"" text, ""heavy_vehicle_2_axles"" text, ""heavy_vehicle_3_4_axles"" text, ""heavy_vehicle_5_axles"" text );","SELECT ""location"" FROM ""table1_1211545_2"" WHERE ""name""='Carousel Toll Plaza';",1-1211545-2 What is the toll for light vehicles at the plaza between bela bela and modimolle?,"CREATE TABLE ""table1_1211545_2"" ( ""name"" text, ""location"" text, ""light_vehicle"" text, ""heavy_vehicle_2_axles"" text, ""heavy_vehicle_3_4_axles"" text, ""heavy_vehicle_5_axles"" text );","SELECT ""light_vehicle"" FROM ""table1_1211545_2"" WHERE ""location""='between Bela Bela and Modimolle';",1-1211545-2 What is the name of the plaza where the told for heavy vehicles with 2 axles is r20.50?,"CREATE TABLE ""table1_1211545_2"" ( ""name"" text, ""location"" text, ""light_vehicle"" text, ""heavy_vehicle_2_axles"" text, ""heavy_vehicle_3_4_axles"" text, ""heavy_vehicle_5_axles"" text );","SELECT ""name"" FROM ""table1_1211545_2"" WHERE ""heavy_vehicle_2_axles""='R20.50';",1-1211545-2 What is the inclination when the alt name is OPS-1584?,"CREATE TABLE ""launch_list"" ( ""name"" text, ""alt_name"" text, ""launch_date"" text, ""id"" text, ""mass_kg"" real, ""decay_date"" text, ""perigee_km"" real, ""apogee_km"" real, ""inclination"" text );","SELECT ""inclination"" FROM ""launch_list"" WHERE ""alt_name""='OPS-1584';",1-12141496-1 What is the maximum apogee for samos f3-3?,"CREATE TABLE ""launch_list"" ( ""name"" text, ""alt_name"" text, ""launch_date"" text, ""id"" text, ""mass_kg"" real, ""decay_date"" text, ""perigee_km"" real, ""apogee_km"" real, ""inclination"" text );","SELECT MAX(""apogee_km"") FROM ""launch_list"" WHERE ""name""='SAMOS F3-3';",1-12141496-1 What was the maximum perigee on 1969-01-09?,"CREATE TABLE ""launch_list"" ( ""name"" text, ""alt_name"" text, ""launch_date"" text, ""id"" text, ""mass_kg"" real, ""decay_date"" text, ""perigee_km"" real, ""apogee_km"" real, ""inclination"" text );","SELECT MAX(""perigee_km"") FROM ""launch_list"" WHERE ""decay_date""='1969-01-09';",1-12141496-1 How many alt names does 1964-011a have?,"CREATE TABLE ""launch_list"" ( ""name"" text, ""alt_name"" text, ""launch_date"" text, ""id"" text, ""mass_kg"" real, ""decay_date"" text, ""perigee_km"" real, ""apogee_km"" real, ""inclination"" text );","SELECT COUNT(""alt_name"") FROM ""launch_list"" WHERE ""id""='1964-011A';",1-12141496-1 Who played SS when paul konerko played 1st base?,"CREATE TABLE ""opening_day_starting_lineups"" ( ""year"" real, ""catcher"" text, ""first_baseman"" text, ""second_baseman"" text, ""shortstop"" text, ""third_baseman"" text, ""rightfielder"" text, ""centerfielder"" text, ""leftfielder"" text, ""starting_pitcher"" text );","SELECT ""shortstop"" FROM ""opening_day_starting_lineups"" WHERE ""first_baseman""='Paul Konerko';",1-12142298-2 Who played 2nd base when nomar garciaparra was at 1st base?,"CREATE TABLE ""opening_day_starting_lineups"" ( ""year"" real, ""catcher"" text, ""first_baseman"" text, ""second_baseman"" text, ""shortstop"" text, ""third_baseman"" text, ""rightfielder"" text, ""centerfielder"" text, ""leftfielder"" text, ""starting_pitcher"" text );","SELECT ""second_baseman"" FROM ""opening_day_starting_lineups"" WHERE ""first_baseman""='Nomar Garciaparra';",1-12142298-2 Who was the RF when the SP was vicente padilla?,"CREATE TABLE ""opening_day_starting_lineups"" ( ""year"" real, ""catcher"" text, ""first_baseman"" text, ""second_baseman"" text, ""shortstop"" text, ""third_baseman"" text, ""rightfielder"" text, ""centerfielder"" text, ""leftfielder"" text, ""starting_pitcher"" text );","SELECT ""rightfielder"" FROM ""opening_day_starting_lineups"" WHERE ""starting_pitcher""='Vicente Padilla';",1-12142298-2 "Who was the SS when jim lefebvre was at 2nd, willie davis at CF, and don drysdale was the SP.","CREATE TABLE ""opening_day_starting_lineups"" ( ""year"" real, ""catcher"" text, ""first_baseman"" text, ""second_baseman"" text, ""shortstop"" text, ""third_baseman"" text, ""rightfielder"" text, ""centerfielder"" text, ""leftfielder"" text, ""starting_pitcher"" text );","SELECT ""shortstop"" FROM ""opening_day_starting_lineups"" WHERE ""second_baseman""='Jim Lefebvre' AND ""centerfielder""='Willie Davis' AND ""starting_pitcher""='Don Drysdale';",1-12142298-2 Who is the top scorer where gf is 41?,"CREATE TABLE ""results"" ( ""season"" text, ""league"" text, ""rank"" real, ""games"" real, ""points"" real, ""gf"" real, ""ga"" real, ""manager"" text, ""top_scorer"" text, ""goals"" real );","SELECT ""top_scorer"" FROM ""results"" WHERE ""gf""=41;",1-1218784-1 How many goals were scored in the 2005-06 season?,"CREATE TABLE ""results"" ( ""season"" text, ""league"" text, ""rank"" real, ""games"" real, ""points"" real, ""gf"" real, ""ga"" real, ""manager"" text, ""top_scorer"" text, ""goals"" real );","SELECT ""goals"" FROM ""results"" WHERE ""season""='2005-06';",1-1218784-1 How many seasons had a rank of 16?,"CREATE TABLE ""results"" ( ""season"" text, ""league"" text, ""rank"" real, ""games"" real, ""points"" real, ""gf"" real, ""ga"" real, ""manager"" text, ""top_scorer"" text, ""goals"" real );","SELECT COUNT(""season"") FROM ""results"" WHERE ""rank""=16;",1-1218784-1 Who is the manager whose rank is 16?,"CREATE TABLE ""results"" ( ""season"" text, ""league"" text, ""rank"" real, ""games"" real, ""points"" real, ""gf"" real, ""ga"" real, ""manager"" text, ""top_scorer"" text, ""goals"" real );","SELECT ""manager"" FROM ""results"" WHERE ""rank""=16;",1-1218784-1 What is the rank of manager Rob Mcdonald?,"CREATE TABLE ""results"" ( ""season"" text, ""league"" text, ""rank"" real, ""games"" real, ""points"" real, ""gf"" real, ""ga"" real, ""manager"" text, ""top_scorer"" text, ""goals"" real );","SELECT COUNT(""rank"") FROM ""results"" WHERE ""manager""='Rob McDonald';",1-1218784-1 What's the order number of the song originally performed by Rickie Lee Jones?,"CREATE TABLE ""performances"" ( ""episode"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""order_num"" FROM ""performances"" WHERE ""original_artist""='Rickie Lee Jones';",1-12310814-1 What was the result of the Top 3 episode?,"CREATE TABLE ""performances"" ( ""episode"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""result"" FROM ""performances"" WHERE ""episode""='Top 3';",1-12310814-1 What's the total number of songs originally performed by Anna Nalick?,"CREATE TABLE ""performances"" ( ""episode"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT COUNT(""song_choice"") FROM ""performances"" WHERE ""original_artist""='Anna Nalick';",1-12310814-1 Which one of the songs was originally performed by Rickie Lee Jones?,"CREATE TABLE ""performances"" ( ""episode"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""song_choice"" FROM ""performances"" WHERE ""original_artist""='Rickie Lee Jones';",1-12310814-1 What's the original artist of the song performed in the top 3 episode?,"CREATE TABLE ""performances"" ( ""episode"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""original_artist"" FROM ""performances"" WHERE ""episode""='Top 3';",1-12310814-1 What is the # of seats one for the election in 1974?,"CREATE TABLE ""election_results_1945_2000"" ( ""election"" real, ""num_of_candidates_nominated"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT ""num_of_seats_won"" FROM ""election_results_1945_2000"" WHERE ""election""=1974;",1-123462-2 How many times was the # of total votes 2582322?,"CREATE TABLE ""election_results_1945_2000"" ( ""election"" real, ""num_of_candidates_nominated"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT COUNT(""num_of_seats_won"") FROM ""election_results_1945_2000"" WHERE ""num_of_total_votes""=2582322;",1-123462-2 What year was the election when the # of seats won was 65?,"CREATE TABLE ""election_results_1945_2000"" ( ""election"" real, ""num_of_candidates_nominated"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT ""election"" FROM ""election_results_1945_2000"" WHERE ""num_of_seats_won""=65;",1-123462-2 What is the election year when the # of candidates nominated was 262?,"CREATE TABLE ""election_results_1945_2000"" ( ""election"" real, ""num_of_candidates_nominated"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT COUNT(""election"") FROM ""election_results_1945_2000"" WHERE ""num_of_candidates_nominated""=262;",1-123462-2 What was the lowest # of total votes?,"CREATE TABLE ""election_results_1945_2000"" ( ""election"" real, ""num_of_candidates_nominated"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT MIN(""num_of_total_votes"") FROM ""election_results_1945_2000"";",1-123462-2 What is the strongs words compounded when the english spelling is jonadab?,"CREATE TABLE ""table_of_theophoric_names_with_yeho_and_"" ( ""strongs_num"" real, ""hebrew_word"" text, ""strongs_transliteration"" text, ""strongs_words_compounded"" text, ""english_spelling"" text );","SELECT ""strongs_words_compounded"" FROM ""table_of_theophoric_names_with_yeho_and_"" WHERE ""english_spelling""='Jonadab';",1-1242447-1 What is the strong words compounded when the strongs transliteration is yowyariyb?,"CREATE TABLE ""table_of_theophoric_names_with_yeho_and_"" ( ""strongs_num"" real, ""hebrew_word"" text, ""strongs_transliteration"" text, ""strongs_words_compounded"" text, ""english_spelling"" text );","SELECT ""strongs_words_compounded"" FROM ""table_of_theophoric_names_with_yeho_and_"" WHERE ""strongs_transliteration""='Yowyariyb';",1-1242447-1 What is the english spelling of the word that has the strongs trasliteration of y e howram?,"CREATE TABLE ""table_of_theophoric_names_with_yeho_and_"" ( ""strongs_num"" real, ""hebrew_word"" text, ""strongs_transliteration"" text, ""strongs_words_compounded"" text, ""english_spelling"" text );","SELECT ""english_spelling"" FROM ""table_of_theophoric_names_with_yeho_and_"" WHERE ""strongs_transliteration""='Y e howram';",1-1242447-1 What is the strongs # of the english spelling word jehojakin?,"CREATE TABLE ""table_of_theophoric_names_with_yeho_and_"" ( ""strongs_num"" real, ""hebrew_word"" text, ""strongs_transliteration"" text, ""strongs_words_compounded"" text, ""english_spelling"" text );","SELECT ""strongs_num"" FROM ""table_of_theophoric_names_with_yeho_and_"" WHERE ""english_spelling""='Jehojakin';",1-1242447-1 What is the strongs transliteration of the hebrew word יוֹחָנָן?,"CREATE TABLE ""table_of_theophoric_names_with_yeho_and_"" ( ""strongs_num"" real, ""hebrew_word"" text, ""strongs_transliteration"" text, ""strongs_words_compounded"" text, ""english_spelling"" text );","SELECT ""strongs_transliteration"" FROM ""table_of_theophoric_names_with_yeho_and_"" WHERE ""hebrew_word""='יוֹחָנָן';",1-1242447-1 How many strongs transliteration of the english spelling of the work jehojakin?,"CREATE TABLE ""table_of_theophoric_names_with_yeho_and_"" ( ""strongs_num"" real, ""hebrew_word"" text, ""strongs_transliteration"" text, ""strongs_words_compounded"" text, ""english_spelling"" text );","SELECT COUNT(""strongs_transliteration"") FROM ""table_of_theophoric_names_with_yeho_and_"" WHERE ""english_spelling""='Jehojakin';",1-1242447-1 Kaluvanchikudy is the main town in what DS division?,"CREATE TABLE ""table1_12485020_1"" ( ""ds_division"" text, ""main_town"" text, ""divisional_secretary"" text, ""gn_divisions"" real, ""area_km_2"" real, ""sri_lankan_tamil"" real, ""sri_lankan_moors"" real, ""sinhalese"" real, ""burgher"" real, ""other"" real, ""total"" real, ""population_density_km_2"" real );","SELECT ""ds_division"" FROM ""table1_12485020_1"" WHERE ""main_town""='Kaluvanchikudy';",1-12485020-1 What DS division has S. L. M. Haneefa as the divisional secretary?,"CREATE TABLE ""table1_12485020_1"" ( ""ds_division"" text, ""main_town"" text, ""divisional_secretary"" text, ""gn_divisions"" real, ""area_km_2"" real, ""sri_lankan_tamil"" real, ""sri_lankan_moors"" real, ""sinhalese"" real, ""burgher"" real, ""other"" real, ""total"" real, ""population_density_km_2"" real );","SELECT ""ds_division"" FROM ""table1_12485020_1"" WHERE ""divisional_secretary""='S. L. M. Haneefa';",1-12485020-1 What is the name of the DS division where the divisional secretary is S. H. Muzammil?,"CREATE TABLE ""table1_12485020_1"" ( ""ds_division"" text, ""main_town"" text, ""divisional_secretary"" text, ""gn_divisions"" real, ""area_km_2"" real, ""sri_lankan_tamil"" real, ""sri_lankan_moors"" real, ""sinhalese"" real, ""burgher"" real, ""other"" real, ""total"" real, ""population_density_km_2"" real );","SELECT ""ds_division"" FROM ""table1_12485020_1"" WHERE ""divisional_secretary""='S. H. Muzammil';",1-12485020-1 How many figures are given for the region's total in 1947?,"CREATE TABLE ""population"" ( ""year"" real, ""population_region_total"" real, ""population_mareeba"" real, ""population_atherton"" real, ""population_herberton"" real, ""population_eacham"" real );","SELECT COUNT(""population_region_total"") FROM ""population"" WHERE ""year""=1947;",1-12555835-1 What was the smallest population figure for Mareeba?,"CREATE TABLE ""population"" ( ""year"" real, ""population_region_total"" real, ""population_mareeba"" real, ""population_atherton"" real, ""population_herberton"" real, ""population_eacham"" real );","SELECT MIN(""population_mareeba"") FROM ""population"";",1-12555835-1 "How many millions of U.S. viewers watched the episode ""Buzzkill""? ","CREATE TABLE ""table1_12570759_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT COUNT(""u_s_viewers_millions"") FROM ""table1_12570759_2"" WHERE ""title""='\""Buzzkill\""';",1-12570759-2 How many episodes were watched by 12.72 million U.S. viewers?,"CREATE TABLE ""table1_12570759_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT COUNT(""written_by"") FROM ""table1_12570759_2"" WHERE ""u_s_viewers_millions""='12.72';",1-12570759-2 How many millions of U.S. viewers watched the episode directed by Rob Bailey and written by Pam Veasey?,"CREATE TABLE ""table1_12570759_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""u_s_viewers_millions"" FROM ""table1_12570759_2"" WHERE ""directed_by""='Rob Bailey' AND ""written_by""='Pam Veasey';",1-12570759-2 How many persons had immunity in the episode when Wanda was eliminated?,"CREATE TABLE ""table1_1272844_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT COUNT(""immunity"") FROM ""table1_1272844_2"" WHERE ""eliminated""='Wanda';",1-1272844-2 What is the name of the episode in which Jenn is eliminated?,"CREATE TABLE ""table1_1272844_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT ""episode_title"" FROM ""table1_1272844_2"" WHERE ""eliminated""='Jenn';",1-1272844-2 "What was the vote tally on the episode aired May 5, 2005?","CREATE TABLE ""table1_1272844_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT ""vote"" FROM ""table1_1272844_2"" WHERE ""air_date""='May 5, 2005';",1-1272844-2 "Who received the reward on the episode where the finish was ""3rd voted out day 8""?","CREATE TABLE ""table1_1272844_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT ""reward"" FROM ""table1_1272844_2"" WHERE ""finish""='3rd Voted Out Day 8';",1-1272844-2 "What was the vote on the episode where the finish was ""10th voted out 3rd jury member day 30""?","CREATE TABLE ""table1_1272844_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT ""vote"" FROM ""table1_1272844_2"" WHERE ""finish""='10th Voted Out 3rd Jury Member Day 30';",1-1272844-2 "How many votes were taken when the outcome was ""6th voted out day 12""?","CREATE TABLE ""table1_1272844_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT COUNT(""vote"") FROM ""table1_1272844_2"" WHERE ""finish""='6th Voted Out Day 12';",1-1272844-2 What is the short stem for garbitzen?,"CREATE TABLE ""compound_tense_stems_examples"" ( ""perfect_stem"" text, ""future_stem"" text, ""imperfect_stem"" text, ""short_stem"" text, ""meaning"" text );","SELECT ""short_stem"" FROM ""compound_tense_stems_examples"" WHERE ""imperfect_stem""='garbitzen';",1-12784134-24 What is the perfect stem for pozten?,"CREATE TABLE ""compound_tense_stems_examples"" ( ""perfect_stem"" text, ""future_stem"" text, ""imperfect_stem"" text, ""short_stem"" text, ""meaning"" text );","SELECT ""perfect_stem"" FROM ""compound_tense_stems_examples"" WHERE ""imperfect_stem""='pozten';",1-12784134-24 Name the perfect stem for jo,"CREATE TABLE ""compound_tense_stems_examples"" ( ""perfect_stem"" text, ""future_stem"" text, ""imperfect_stem"" text, ""short_stem"" text, ""meaning"" text );","SELECT COUNT(""perfect_stem"") FROM ""compound_tense_stems_examples"" WHERE ""short_stem""='jo';",1-12784134-24 What is the number for future stem for poztu?,"CREATE TABLE ""compound_tense_stems_examples"" ( ""perfect_stem"" text, ""future_stem"" text, ""imperfect_stem"" text, ""short_stem"" text, ""meaning"" text );","SELECT COUNT(""future_stem"") FROM ""compound_tense_stems_examples"" WHERE ""perfect_stem""='poztu';",1-12784134-24 Name the try bonus of points against at 430,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""try_bonus"" FROM ""2008_2009_table"" WHERE ""points_against""='430';",1-12792876-4 Name the losing bonus of 96 points,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""losing_bonus"" FROM ""2008_2009_table"" WHERE ""points""='96';",1-12792876-4 Name the points against for 51 points,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points_against"" FROM ""2008_2009_table"" WHERE ""points""='51';",1-12792876-4 Name the tries against for 87 points,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_against"" FROM ""2008_2009_table"" WHERE ""points""='87';",1-12792876-4 Name the tries against for drawn,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT COUNT(""tries_against"") FROM ""2008_2009_table"" WHERE ""drawn""='Drawn';",1-12792876-4 Name the losing bonus for 27,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""losing_bonus"" FROM ""2008_2009_table"" WHERE ""tries_for""='27';",1-12792876-4 What is the rear sight in the Cole model no. 735?,"CREATE TABLE ""numbered_colt_military_models"" ( ""colt_model_no"" text, ""name"" text, ""stock"" text, ""fire_control"" text, ""rear_sight"" text, ""forward_assist"" text, ""case_deflector"" text, ""barrel_length"" text, ""barrel_profile"" text, ""barrel_twist"" text, ""hand_guards"" text, ""bayonet_lug"" text, ""muzzle_device"" text );","SELECT ""rear_sight"" FROM ""numbered_colt_military_models"" WHERE ""colt_model_no""='735';",1-12834315-1 "What are the Colt model numbers of the models named GAU-5A/A, with no bayonet lug, no case deflector and stock of 2nd generation? ","CREATE TABLE ""numbered_colt_military_models"" ( ""colt_model_no"" text, ""name"" text, ""stock"" text, ""fire_control"" text, ""rear_sight"" text, ""forward_assist"" text, ""case_deflector"" text, ""barrel_length"" text, ""barrel_profile"" text, ""barrel_twist"" text, ""hand_guards"" text, ""bayonet_lug"" text, ""muzzle_device"" text );","SELECT ""colt_model_no"" FROM ""numbered_colt_military_models"" WHERE ""bayonet_lug""='No' AND ""stock""='2nd Generation' AND ""case_deflector""='No' AND ""name""='GAU-5A/A';",1-12834315-1 What's the type of muzzle devices on the models with round hand guards?,"CREATE TABLE ""numbered_colt_military_models"" ( ""colt_model_no"" text, ""name"" text, ""stock"" text, ""fire_control"" text, ""rear_sight"" text, ""forward_assist"" text, ""case_deflector"" text, ""barrel_length"" text, ""barrel_profile"" text, ""barrel_twist"" text, ""hand_guards"" text, ""bayonet_lug"" text, ""muzzle_device"" text );","SELECT ""muzzle_device"" FROM ""numbered_colt_military_models"" WHERE ""hand_guards""='Round';",1-12834315-1 "Clubs involved is 8, what number would you find from winners from previous round?","CREATE TABLE ""format"" ( ""phase"" text, ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_at_this_round"" text );","SELECT ""winners_from_previous_round"" FROM ""format"" WHERE ""clubs_involved""=8;",1-1281200-1 From the round name of third round; what would the new entries this round that would be found?,"CREATE TABLE ""format"" ( ""phase"" text, ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_at_this_round"" text );","SELECT ""new_entries_this_round"" FROM ""format"" WHERE ""round""='Third Round';",1-1281200-1 When looking at new entries this round and seeing 8; what number in total is there for clubs remaining?,"CREATE TABLE ""format"" ( ""phase"" text, ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_at_this_round"" text );","SELECT COUNT(""clubs_remaining"") FROM ""format"" WHERE ""new_entries_this_round""='8';",1-1281200-1 During the first phase portion of phase and having 16 clubs involved; what would you find for the winners from previous round?,"CREATE TABLE ""format"" ( ""phase"" text, ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_at_this_round"" text );","SELECT ""winners_from_previous_round"" FROM ""format"" WHERE ""phase""='First Phase' AND ""clubs_involved""=16;",1-1281200-1 "The new entries this round was shown to be 12, in which phase would you find this?","CREATE TABLE ""format"" ( ""phase"" text, ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_at_this_round"" text );","SELECT ""phase"" FROM ""format"" WHERE ""new_entries_this_round""='12';",1-1281200-1 What country submitted miehen työ?,"CREATE TABLE ""table1_12842068_1"" ( ""submitting_country"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""director_s"" text, ""result"" text );","SELECT ""submitting_country"" FROM ""table1_12842068_1"" WHERE ""original_title""='Miehen työ';",1-12842068-1 What was the title of the movie from lebanon?,"CREATE TABLE ""table1_12842068_1"" ( ""submitting_country"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""director_s"" text, ""result"" text );","SELECT ""film_title_used_in_nomination"" FROM ""table1_12842068_1"" WHERE ""submitting_country""='Lebanon';",1-12842068-1 What country submitted the movie the orphanage?,"CREATE TABLE ""table1_12842068_1"" ( ""submitting_country"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""director_s"" text, ""result"" text );","SELECT ""submitting_country"" FROM ""table1_12842068_1"" WHERE ""film_title_used_in_nomination""='The Orphanage';",1-12842068-1 What year did University of Saskatchewan have their first season?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""first_season"" real, ""head_coach"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT MAX(""first_season"") FROM ""canada_west_football_conference_hardy_tr"" WHERE ""institution""='University of Saskatchewan';",1-12896884-1 What football stadium has a school enrollment of 43579?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""first_season"" real, ""head_coach"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT ""football_stadium"" FROM ""canada_west_football_conference_hardy_tr"" WHERE ""enrollment""=43579;",1-12896884-1 How many endowments does Mosaic Stadium have?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""first_season"" real, ""head_coach"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT COUNT(""endowment"") FROM ""canada_west_football_conference_hardy_tr"" WHERE ""football_stadium""='Mosaic Stadium';",1-12896884-1 What is the enrollment for Foote Field?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""first_season"" real, ""head_coach"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT MAX(""enrollment"") FROM ""canada_west_football_conference_hardy_tr"" WHERE ""football_stadium""='Foote Field';",1-12896884-1 How many cities have an enrollment of 19082?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""first_season"" real, ""head_coach"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT COUNT(""city"") FROM ""canada_west_football_conference_hardy_tr"" WHERE ""enrollment""=19082;",1-12896884-1 Name the number of points for south korea,"CREATE TABLE ""the_barclays"" ( ""num"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""points"" real, ""winnings"" real );","SELECT COUNT(""points"") FROM ""the_barclays"" WHERE ""country""='South Korea';",1-13282157-3 How many dismissals did the player Peter McGlashan have?,"CREATE TABLE ""most_dismissals_in_career"" ( ""rank"" real, ""dismissals"" real, ""player"" text, ""innings"" real, ""catches"" real, ""stumpings"" real );","SELECT ""dismissals"" FROM ""most_dismissals_in_career"" WHERE ""player""='Peter McGlashan';",1-13337302-16 How many stumpings did the player Tim Latham have?,"CREATE TABLE ""most_dismissals_in_career"" ( ""rank"" real, ""dismissals"" real, ""player"" text, ""innings"" real, ""catches"" real, ""stumpings"" real );","SELECT MAX(""stumpings"") FROM ""most_dismissals_in_career"" WHERE ""player""='Tim Latham';",1-13337302-16 List the ranks of all dismissals with a value of 4,"CREATE TABLE ""most_dismissals_in_career"" ( ""rank"" real, ""dismissals"" real, ""player"" text, ""innings"" real, ""catches"" real, ""stumpings"" real );","SELECT ""rank"" FROM ""most_dismissals_in_career"" WHERE ""dismissals""=4;",1-13337302-16 How many innings had a total of 2 catches and 0 stumpings?,"CREATE TABLE ""most_dismissals_in_career"" ( ""rank"" real, ""dismissals"" real, ""player"" text, ""innings"" real, ""catches"" real, ""stumpings"" real );","SELECT COUNT(""innings"") FROM ""most_dismissals_in_career"" WHERE ""catches""=2 AND ""stumpings""=0;",1-13337302-16 In what district was the incumbent Steve Chabot? ,"CREATE TABLE ""table1_1341395_36"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""table1_1341395_36"" WHERE ""incumbent""='Steve Chabot';",1-1341395-36 Incumbent Deborah Pryce was a member of what party? ,"CREATE TABLE ""table1_1341395_36"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""table1_1341395_36"" WHERE ""incumbent""='Deborah Pryce';",1-1341395-36 Who were the candidates in the election where Saxby Chambliss was the incumbent?,"CREATE TABLE ""georgia"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""georgia"" WHERE ""incumbent""='Saxby Chambliss';",1-1341453-12 What party does William J. Jefferson?,"CREATE TABLE ""louisiana"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""party"" FROM ""louisiana"" WHERE ""incumbent""='William J. Jefferson';",1-1341453-20 What were the results for incumbent Jim McCrery?,"CREATE TABLE ""louisiana"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""results"" FROM ""louisiana"" WHERE ""incumbent""='Jim McCrery';",1-1341453-20 How many candidates were elected first in 1980?,"CREATE TABLE ""louisiana"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT COUNT(""candidates"") FROM ""louisiana"" WHERE ""first_elected""=1980;",1-1341453-20 What district does John Cooksey represent?,"CREATE TABLE ""louisiana"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""district"" FROM ""louisiana"" WHERE ""incumbent""='John Cooksey';",1-1341453-20 What district was John Porter elected in?,"CREATE TABLE ""illinois"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""district"" FROM ""illinois"" WHERE ""incumbent""='John Porter';",1-1341453-15 What was the result in Illinois 7?,"CREATE TABLE ""illinois"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""results"" FROM ""illinois"" WHERE ""district""='Illinois 7';",1-1341453-15 Who were the candidates in the district where Jerry Costello won?,"CREATE TABLE ""illinois"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""illinois"" WHERE ""incumbent""='Jerry Costello';",1-1341453-15 How many times did incumbent ruben hinojosa get elected?,"CREATE TABLE ""texas"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT COUNT(""results"") FROM ""texas"" WHERE ""incumbent""='Ruben Hinojosa';",1-1341453-45 What district is ruben hinojosa from?,"CREATE TABLE ""texas"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""district"" FROM ""texas"" WHERE ""incumbent""='Ruben Hinojosa';",1-1341453-45 What district is nick lampson from?,"CREATE TABLE ""texas"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""district"" FROM ""texas"" WHERE ""incumbent""='Nick Lampson';",1-1341453-45 What year was incumbent jim mcdermott first elected?,"CREATE TABLE ""washington"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""status"" text, ""opponent"" text );","SELECT MIN(""first_elected"") FROM ""washington"" WHERE ""incumbent""='Jim McDermott';",1-1341522-50 What was the result of the election of doc hastings (r) 53.3% jay inslee (d) 46.7%,"CREATE TABLE ""washington"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""status"" text, ""opponent"" text );","SELECT ""status"" FROM ""washington"" WHERE ""opponent""='Doc Hastings (R) 53.3% Jay Inslee (D) 46.7%';",1-1341522-50 What districts does incumbent Curt Weldon hold?,"CREATE TABLE ""pennsylvania"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""elected"" real, ""status"" text, ""opponent"" text );","SELECT ""district"" FROM ""pennsylvania"" WHERE ""incumbent""='Curt Weldon';",1-1341568-39 How many champions were there when the first driver was hiroki yoshimoto ( 2005 )?,"CREATE TABLE ""by_nationality"" ( ""country"" text, ""total_drivers"" real, ""champions"" text, ""championships"" text, ""current_september_22_2013"" real, ""first_driver_s"" text, ""last_current_driver_s_september_22_2013"" text );","SELECT ""champions"" FROM ""by_nationality"" WHERE ""first_driver_s""='Hiroki Yoshimoto ( 2005 )';",1-13416000-3 "How many entries are there for total drivers when the Last driver for september 22, 2013 was gianmarco raimondo?","CREATE TABLE ""by_nationality"" ( ""country"" text, ""total_drivers"" real, ""champions"" text, ""championships"" text, ""current_september_22_2013"" real, ""first_driver_s"" text, ""last_current_driver_s_september_22_2013"" text );","SELECT ""total_drivers"" FROM ""by_nationality"" WHERE ""last_current_driver_s_september_22_2013""='Gianmarco Raimondo';",1-13416000-3 "How many champions were there when the last driver for September 22, 2013 was vladimir arabadzhiev ( 2010 )?","CREATE TABLE ""by_nationality"" ( ""country"" text, ""total_drivers"" real, ""champions"" text, ""championships"" text, ""current_september_22_2013"" real, ""first_driver_s"" text, ""last_current_driver_s_september_22_2013"" text );","SELECT ""champions"" FROM ""by_nationality"" WHERE ""last_current_driver_s_september_22_2013""='Vladimir Arabadzhiev ( 2010 )';",1-13416000-3 How many entries are there for first driver for Canada?,"CREATE TABLE ""by_nationality"" ( ""country"" text, ""total_drivers"" real, ""champions"" text, ""championships"" text, ""current_september_22_2013"" real, ""first_driver_s"" text, ""last_current_driver_s_september_22_2013"" text );","SELECT COUNT(""first_driver_s"") FROM ""by_nationality"" WHERE ""country""='Canada';",1-13416000-3 How many champions were there when the last driver was Gianmarco Raimondo?,"CREATE TABLE ""by_nationality"" ( ""country"" text, ""total_drivers"" real, ""champions"" text, ""championships"" text, ""current_september_22_2013"" real, ""first_driver_s"" text, ""last_current_driver_s_september_22_2013"" text );","SELECT ""champions"" FROM ""by_nationality"" WHERE ""last_current_driver_s_september_22_2013""='Gianmarco Raimondo';",1-13416000-3 Name the candidates for georgia 8,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Georgia 8';",1-1341604-11 Name the party of georgia 4,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Georgia 4';",1-1341604-11 Name the party for jack thomas brinkley,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Jack Thomas Brinkley';",1-1341604-11 Name the districk for larry mcdonald,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Larry McDonald';",1-1341604-11 what's the result with district being florida 7,"CREATE TABLE ""table1_1341604_10"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""table1_1341604_10"" WHERE ""district""='Florida 7';",1-1341604-10 what's the district with result being new seat democratic gain,"CREATE TABLE ""table1_1341604_10"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""table1_1341604_10"" WHERE ""result""='New seat Democratic gain';",1-1341604-10 how many candidates with result being new seat democratic gain,"CREATE TABLE ""table1_1341604_10"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT COUNT(""candidates"") FROM ""table1_1341604_10"" WHERE ""result""='New seat Democratic gain';",1-1341604-10 how many result with district being florida 14,"CREATE TABLE ""table1_1341604_10"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT COUNT(""result"") FROM ""table1_1341604_10"" WHERE ""district""='Florida 14';",1-1341604-10 what's the first elected with district being florida 7,"CREATE TABLE ""table1_1341604_10"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""table1_1341604_10"" WHERE ""district""='Florida 7';",1-1341604-10 who is the the candidates with incumbent being don fuqua,"CREATE TABLE ""table1_1341604_10"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""table1_1341604_10"" WHERE ""incumbent""='Don Fuqua';",1-1341604-10 How many candidates were first elected in 1972?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""candidates"") FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""=1972;",1-1341640-11 What is the party with the candidates newt gingrich (r) 59.1% dock h. davis (d) 40.9%?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""candidates""='Newt Gingrich (R) 59.1% Dock H. Davis (D) 40.9%';",1-1341640-11 What is the earliest first elected for district georgia 1?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT MIN(""first_elected"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Georgia 1';",1-1341640-11 How many parties were for candidates newt gingrich (r) 59.1% dock h. davis (d) 40.9%?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""party"") FROM ""united_states_house_of_representatives_e"" WHERE ""candidates""='Newt Gingrich (R) 59.1% Dock H. Davis (D) 40.9%';",1-1341640-11 How many incumbents were for district georgia 6?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""incumbent"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Georgia 6';",1-1341640-11 Name the district for tim lee hall,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Tim Lee Hall';",1-1341672-14 Name the number of first elected for phil crane,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""first_elected"") FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Phil Crane';",1-1341672-14 Name the party for tim lee hall,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Tim Lee Hall';",1-1341672-14 Name the candidates for illinois 15,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Illinois 15';",1-1341672-14 Name the first elected for abner j. mikva,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Abner J. Mikva';",1-1341672-14 Name the total number of incumbent for first elected of 1944,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""incumbent"") FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""=1944;",1-1341672-14 How many incumbents come from alvin bush's district?,"CREATE TABLE ""table1_1341930_38"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""candidates"") FROM ""table1_1341930_38"" WHERE ""incumbent""='Alvin Bush';",1-1341930-38 Who were the candidates in the Kentucky 4 voting district?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Kentucky 4';",1-1342218-17 How many times was incumbent Noble Jones Gregory first elected?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT COUNT(""first_elected"") FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Noble Jones Gregory';",1-1342218-17 What was the result in the voting district Kentucky 2?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Kentucky 2';",1-1342218-17 What was the result of the election incumbent Brent Spence took place in?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Brent Spence';",1-1342218-17 Which party won in the election in voting district Kentucky 5?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Kentucky 5';",1-1342218-17 List all candidates in the democratic party where the election had the incumbent Frank Chelf running.,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""party""='Democratic' AND ""incumbent""='Frank Chelf';",1-1342218-17 Which district is jamie l. whitten from?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Jamie L. Whitten';",1-1342233-24 What candidates are from mississippi 6?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Mississippi 6';",1-1342233-24 What is the incumbent from 1941?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""incumbent"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""=1941;",1-1342233-24 What is the result for w. arthur winstead?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='W. Arthur Winstead';",1-1342233-24 How many were first elected in the Arkansas 4 district?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""first_elected"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Arkansas 4';",1-1342233-5 How many districts had William F. Norrell as the incumbent?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""district"") FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='William F. Norrell';",1-1342233-5 Which party has a first elected number bigger than 1939.0?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected"">1939.0;",1-1342233-5 How many incumbents had a district of Arkansas 3?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""incumbent"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Arkansas 3';",1-1342233-5 What party did the incumbent from the Arkansas 5 district belong to? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Arkansas 5';",1-1342249-5 What party did the incumbent of the Arkansas 6 district belong to? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Arkansas 6';",1-1342249-5 What is the earliest years any of the incumbents were first elected? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT MIN(""first_elected"") FROM ""united_states_house_of_representatives_e"";",1-1342249-5 What party did incumbent Brooks Hays belong to? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Brooks Hays';",1-1342249-5 What kind of party is the district in Alabama 1?,"CREATE TABLE ""table1_1342338_3"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""table1_1342338_3"" WHERE ""district""='Alabama 1';",1-1342338-3 How many in lost renomination results were elected first?,"CREATE TABLE ""table1_1342338_3"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""table1_1342338_3"" WHERE ""result""='Lost renomination';",1-1342338-3 How many in total were elected first in lost renomination?,"CREATE TABLE ""table1_1342338_3"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""first_elected"") FROM ""table1_1342338_3"" WHERE ""result""='Lost renomination';",1-1342338-3 In what district was John E. Miller the incumbent? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='John E. Miller';",1-1342338-5 In how many districts was the incumbent David Delano Glover? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""district"") FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='David Delano Glover';",1-1342338-5 What year was incumbent Claude Fuller first elected? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Claude Fuller';",1-1342338-5 Who ran in the election where Claude Fuller was the incumbent? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Claude Fuller';",1-1342338-5 What is the result for thomas s. mcmillan?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Thomas S. McMillan';",1-1342359-39 Name the candidate for south carolina 1?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='South Carolina 1';",1-1342359-39 What is the party for south carolina 3?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='South Carolina 3';",1-1342359-39 What is the party for south carolina 3?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='South Carolina 3';",1-1342359-39 What is the result for south carolina 4?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='South Carolina 4';",1-1342359-39 what's the district with incumbent being richard j. welch,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Richard J. Welch';",1-1342359-5 what's the districtwith party being democratic,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""party""='Democratic';",1-1342359-5 what's the district with candidates being harry lane englebright (r) unopposed,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""candidates""='Harry Lane Englebright (R) Unopposed';",1-1342359-5 how many candidates with district being california 7,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""candidates"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='California 7';",1-1342359-5 what's the party with incumbent being william e. evans,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='William E. Evans';",1-1342359-5 What was the result of the election featuring william madison whittington?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='William Madison Whittington';",1-1342370-23 what is the total number of results where the district is south carolina 5?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""result"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='South Carolina 5';",1-1342370-39 who is the candidate in district south carolina 2?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='South Carolina 2';",1-1342370-39 what year was william francis stevenson first elected?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='William Francis Stevenson';",1-1342370-39 What political party for burton e. sweet?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Burton E. Sweet';",1-1342451-13 how many locations have a record of 14-38?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""location_attendance"") FROM ""game_log"" WHERE ""record""='14-38';",1-13464416-7 "What number episode in the season is ""The Family Lawyer""?","CREATE TABLE ""table1_13477468_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""no_in_season"" FROM ""table1_13477468_3"" WHERE ""title""='\""The Family Lawyer\""';",1-13477468-3 Who wrote the episode that received 1.83 million U.S. viewers?,"CREATE TABLE ""table1_13477468_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_13477468_3"" WHERE ""u_s_viewers_millions""='1.83';",1-13477468-3 What is the original air date of the episode directed by Jeff Melman?,"CREATE TABLE ""table1_13477468_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""original_air_date"" FROM ""table1_13477468_3"" WHERE ""directed_by""='Jeff Melman';",1-13477468-3 Which launch date involved the Driade?,"CREATE TABLE ""ships_of_the_class"" ( ""name"" text, ""pennant_number"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""commissioned"" text, ""current_status"" text );","SELECT ""launched"" FROM ""ships_of_the_class"" WHERE ""name""='Driade';",1-13537940-1 What is the median household income of sacramento?,"CREATE TABLE ""counties"" ( ""county"" text, ""population"" real, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text );","SELECT ""median_household_income"" FROM ""counties"" WHERE ""county""='Sacramento';",1-1356555-2 What is the per capita income of shasta?,"CREATE TABLE ""counties"" ( ""county"" text, ""population"" real, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text );","SELECT ""per_capita_income"" FROM ""counties"" WHERE ""county""='Shasta';",1-1356555-2 Name the median family income for riverside,"CREATE TABLE ""counties"" ( ""county"" text, ""population"" real, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text );","SELECT ""median_family_income"" FROM ""counties"" WHERE ""county""='Riverside';",1-1356555-2 What is the median household income of butte?,"CREATE TABLE ""counties"" ( ""county"" text, ""population"" real, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text );","SELECT ""median_household_income"" FROM ""counties"" WHERE ""county""='Butte';",1-1356555-2 What club got 239 points against?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""club"" FROM ""2008_2009_table"" WHERE ""points_against""='239';",1-13564702-4 "What is the value of the points column when the value of the column lost is ""lost""","CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points"" FROM ""2008_2009_table"" WHERE ""lost""='Lost';",1-13564702-4 How many tries against got the club with 62 tries for?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_against"" FROM ""2008_2009_table"" WHERE ""tries_for""='62';",1-13564702-4 What group info is available for the 56.5 kg weight?,"CREATE TABLE ""2000_01_season_as_a_four_year_old"" ( ""result"" text, ""date"" text, ""race"" text, ""venue"" text, ""group"" text, ""distance"" text, ""weight_kg"" text, ""jockey"" text, ""winner_2nd"" text );","SELECT ""group"" FROM ""2000_01_season_as_a_four_year_old"" WHERE ""weight_kg""='56.5';",1-1358608-2 What was the result for the railway stakes race?,"CREATE TABLE ""2000_01_season_as_a_four_year_old"" ( ""result"" text, ""date"" text, ""race"" text, ""venue"" text, ""group"" text, ""distance"" text, ""weight_kg"" text, ""jockey"" text, ""winner_2nd"" text );","SELECT ""result"" FROM ""2000_01_season_as_a_four_year_old"" WHERE ""race""='Railway Stakes';",1-1358608-2 What district is incument terry kilgore from?,"CREATE TABLE ""election_results"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""elected"" real, ""status"" text, ""2007_result"" text );","SELECT ""district"" FROM ""election_results"" WHERE ""incumbent""='Terry Kilgore';",1-13618584-2 How many times was incumbent onzlee ware elected?,"CREATE TABLE ""election_results"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""elected"" real, ""status"" text, ""2007_result"" text );","SELECT COUNT(""elected"") FROM ""election_results"" WHERE ""incumbent""='Onzlee Ware';",1-13618584-2 How many election results are there from the 19th district?,"CREATE TABLE ""election_results"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""elected"" real, ""status"" text, ""2007_result"" text );","SELECT COUNT(""2007_result"") FROM ""election_results"" WHERE ""district""='19th';",1-13618584-2 What was the last year someone was elected to the 14th district?,"CREATE TABLE ""election_results"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""elected"" real, ""status"" text, ""2007_result"" text );","SELECT MAX(""elected"") FROM ""election_results"" WHERE ""district""='14th';",1-13618584-2 What was the score against san antonio?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""team""='San Antonio';",1-13619053-4 How many games did the team play when they were 1-3?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""score"") FROM ""game_log"" WHERE ""record""='1-3';",1-13619053-4 Who was the opposing team for game 53?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""game""=53;",1-13619135-6 How many games were played when the record was 26-21?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""record""='26-21';",1-13619135-6 How many people had the high assists @ minnesota?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_assists"") FROM ""game_log"" WHERE ""team""='@ Minnesota';",1-13619135-7 Who was the high rebounder against charlotte?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""team""='Charlotte';",1-13619135-7 Where did the team play and what was the attendance against new jersey?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""team""='New Jersey';",1-13619135-7 "What day was the attendance at the staples center 18,176?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""location_attendance""='Staples Center 18,176';",1-13619135-7 what's the turing complete with numeral system being decimal,"CREATE TABLE ""table1_13636_1"" ( ""name"" text, ""first_operational"" text, ""numeral_system"" text, ""computing_mechanism"" text, ""programming"" text, ""turing_complete"" text );","SELECT ""turing_complete"" FROM ""table1_13636_1"" WHERE ""numeral_system""='Decimal';",1-13636-1 what's the computing mechanbeingm with name being atanasoff–berry computer (us),"CREATE TABLE ""table1_13636_1"" ( ""name"" text, ""first_operational"" text, ""numeral_system"" text, ""computing_mechanism"" text, ""programming"" text, ""turing_complete"" text );","SELECT ""computing_mechanism"" FROM ""table1_13636_1"" WHERE ""name""='Atanasoff–Berry Computer (US)';",1-13636-1 what's the name with first operational being march 1945,"CREATE TABLE ""table1_13636_1"" ( ""name"" text, ""first_operational"" text, ""numeral_system"" text, ""computing_mechanism"" text, ""programming"" text, ""turing_complete"" text );","SELECT ""name"" FROM ""table1_13636_1"" WHERE ""first_operational""='March 1945';",1-13636-1 what's the computing mechanbeingm with first operational being february 1944,"CREATE TABLE ""table1_13636_1"" ( ""name"" text, ""first_operational"" text, ""numeral_system"" text, ""computing_mechanism"" text, ""programming"" text, ""turing_complete"" text );","SELECT ""computing_mechanism"" FROM ""table1_13636_1"" WHERE ""first_operational""='February 1944';",1-13636-1 what's the turing complete with name being atanasoff–berry computer (us),"CREATE TABLE ""table1_13636_1"" ( ""name"" text, ""first_operational"" text, ""numeral_system"" text, ""computing_mechanism"" text, ""programming"" text, ""turing_complete"" text );","SELECT ""turing_complete"" FROM ""table1_13636_1"" WHERE ""name""='Atanasoff–Berry Computer (US)';",1-13636-1 what's the first operational with programming being not programmable—single purpose,"CREATE TABLE ""table1_13636_1"" ( ""name"" text, ""first_operational"" text, ""numeral_system"" text, ""computing_mechanism"" text, ""programming"" text, ""turing_complete"" text );","SELECT ""first_operational"" FROM ""table1_13636_1"" WHERE ""programming""='Not programmable—single purpose';",1-13636-1 What country has a 5.5 mark for security?,"CREATE TABLE ""commitment_to_development_index_2012"" ( ""country"" real, ""rank"" text, ""aid"" text, ""trade"" text, ""investment"" text, ""migration"" text, ""environment"" text, ""security"" text, ""technology"" text, ""overall_average"" text );","SELECT ""rank"" FROM ""commitment_to_development_index_2012"" WHERE ""security""='5.5';",1-13677808-1 How many times is denmark ranked in technology?,"CREATE TABLE ""commitment_to_development_index_2012"" ( ""country"" real, ""rank"" text, ""aid"" text, ""trade"" text, ""investment"" text, ""migration"" text, ""environment"" text, ""security"" text, ""technology"" text, ""overall_average"" text );","SELECT COUNT(""technology"") FROM ""commitment_to_development_index_2012"" WHERE ""rank""='Denmark';",1-13677808-1 What is the environment rating of the country with an overall average rating of 4.7?,"CREATE TABLE ""commitment_to_development_index_2012"" ( ""country"" real, ""rank"" text, ""aid"" text, ""trade"" text, ""investment"" text, ""migration"" text, ""environment"" text, ""security"" text, ""technology"" text, ""overall_average"" text );","SELECT ""environment"" FROM ""commitment_to_development_index_2012"" WHERE ""overall_average""='4.7';",1-13677808-1 What is the migration rating when trade is 5.7?,"CREATE TABLE ""commitment_to_development_index_2012"" ( ""country"" real, ""rank"" text, ""aid"" text, ""trade"" text, ""investment"" text, ""migration"" text, ""environment"" text, ""security"" text, ""technology"" text, ""overall_average"" text );","SELECT ""migration"" FROM ""commitment_to_development_index_2012"" WHERE ""trade""='5.7';",1-13677808-1 What is the lowest PF?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT MIN(""pf"") FROM ""standings"";",1-1370559-1 What is the PA when the skip is Colleen Jones?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT ""pa"" FROM ""standings"" WHERE ""skip""='Colleen Jones';",1-1370559-1 What is the minimum PA when ends lost is 45?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT MIN(""pa"") FROM ""standings"" WHERE ""ends_lost""=45;",1-1370559-1 What is the PA when the PF is 77?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT ""pa"" FROM ""standings"" WHERE ""pf""=77;",1-1370559-1 What is the total number of ends won when the locale is Northwest Territories Yukon?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT COUNT(""ends_won"") FROM ""standings"" WHERE ""locale""='Northwest Territories Yukon';",1-1370559-1 what's the won with try bonus being 8,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""won"" FROM ""2007_2008_table"" WHERE ""try_bonus""='8';",1-13758945-3 what's the club with losing bonus being 1,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""club"" FROM ""2007_2008_table"" WHERE ""losing_bonus""='1';",1-13758945-3 how many losing bonus with won being 10 and points against being 283,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT COUNT(""losing_bonus"") FROM ""2007_2008_table"" WHERE ""won""='10' AND ""points_against""='283';",1-13758945-3 how many points against with tries for being 43,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT COUNT(""points_against"") FROM ""2007_2008_table"" WHERE ""tries_for""='43';",1-13758945-3 what's the points with tries for being 64,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points"" FROM ""2007_2008_table"" WHERE ""tries_for""='64';",1-13758945-3 what's the won with points against being 597,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""won"" FROM ""2007_2008_table"" WHERE ""points_against""='597';",1-13758945-3 What is the type of the player whose transfer fee was €20m?,"CREATE TABLE ""in"" ( ""n"" real, ""p"" text, ""name"" text, ""eu"" text, ""country"" text, ""age"" real, ""type"" text, ""moving_from"" text, ""transfer_window"" text, ""ends"" text, ""transfer_fee"" text, ""source"" text );","SELECT ""type"" FROM ""in"" WHERE ""transfer_fee""='€20M';",1-13770460-3 What is the EU status of ESP?,"CREATE TABLE ""in"" ( ""n"" real, ""p"" text, ""name"" text, ""eu"" text, ""country"" text, ""age"" real, ""type"" text, ""moving_from"" text, ""transfer_window"" text, ""ends"" text, ""transfer_fee"" text, ""source"" text );","SELECT ""eu"" FROM ""in"" WHERE ""country""='ESP';",1-13770460-3 How many numbers are ending in 1 year?,"CREATE TABLE ""in"" ( ""n"" real, ""p"" text, ""name"" text, ""eu"" text, ""country"" text, ""age"" real, ""type"" text, ""moving_from"" text, ""transfer_window"" text, ""ends"" text, ""transfer_fee"" text, ""source"" text );","SELECT COUNT(""n"") FROM ""in"" WHERE ""ends""='1 year';",1-13770460-3 what is the nme of the song performed by billy vaughn?,"CREATE TABLE ""top_singles_of_1959"" ( ""position"" real, ""artist"" text, ""song_title"" text, ""highest_position"" real, ""points"" real );","SELECT ""song_title"" FROM ""top_singles_of_1959"" WHERE ""artist""='Billy Vaughn';",1-13804825-2 What is highest place reached by artist Ray Adams?,"CREATE TABLE ""table1_13805773_2"" ( ""position"" real, ""artist"" text, ""song_title"" text, ""highest_position"" real, ""points"" real );","SELECT MAX(""position"") FROM ""table1_13805773_2"" WHERE ""artist""='Ray Adams';",1-13805773-2 What is the title of the song that received 259 points?,"CREATE TABLE ""table1_13805773_2"" ( ""position"" real, ""artist"" text, ""song_title"" text, ""highest_position"" real, ""points"" real );","SELECT ""song_title"" FROM ""table1_13805773_2"" WHERE ""points""=259;",1-13805773-2 how heavy is the maximum,"CREATE TABLE ""table1_13950065_1"" ( ""name"" text, ""japanese"" text, ""length"" text, ""max_speed"" text, ""per_lift"" real, ""per_hour"" text, ""built"" text );","SELECT MAX(""per_lift"") FROM ""table1_13950065_1"";",1-13950065-1 how many channels were gained in 1997,"CREATE TABLE ""table1_1397655_1"" ( ""city"" text, ""station"" text, ""year_acquired"" real, ""primary_programming_source"" text, ""other_programming_sources"" text, ""current_status"" text );","SELECT COUNT(""other_programming_sources"") FROM ""table1_1397655_1"" WHERE ""year_acquired""=1997;",1-1397655-1 how any were gained as the chan,"CREATE TABLE ""table1_1397655_1"" ( ""city"" text, ""station"" text, ""year_acquired"" real, ""primary_programming_source"" text, ""other_programming_sources"" text, ""current_status"" text );","SELECT COUNT(""year_acquired"") FROM ""table1_1397655_1"" WHERE ""station""='CHAN';",1-1397655-1 how many is the minimum for citv,"CREATE TABLE ""table1_1397655_1"" ( ""city"" text, ""station"" text, ""year_acquired"" real, ""primary_programming_source"" text, ""other_programming_sources"" text, ""current_status"" text );","SELECT MIN(""year_acquired"") FROM ""table1_1397655_1"" WHERE ""station""='CITV';",1-1397655-1 where is citv located,"CREATE TABLE ""table1_1397655_1"" ( ""city"" text, ""station"" text, ""year_acquired"" real, ""primary_programming_source"" text, ""other_programming_sources"" text, ""current_status"" text );","SELECT ""city"" FROM ""table1_1397655_1"" WHERE ""station""='CITV';",1-1397655-1 which station is located in edmonton,"CREATE TABLE ""table1_1397655_1"" ( ""city"" text, ""station"" text, ""year_acquired"" real, ""primary_programming_source"" text, ""other_programming_sources"" text, ""current_status"" text );","SELECT ""station"" FROM ""table1_1397655_1"" WHERE ""city""='Edmonton';",1-1397655-1 What was the outcome for the match in 1989?,"CREATE TABLE ""doubles_10_10_titles_0_runner_ups"" ( ""outcome"" text, ""year"" text, ""location"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""outcome"" FROM ""doubles_10_10_titles_0_runner_ups"" WHERE ""year""='1989';",1-1399994-5 How many locations hosted Claudia Kohde-Kilsch Eva Pfaff?,"CREATE TABLE ""doubles_10_10_titles_0_runner_ups"" ( ""outcome"" text, ""year"" text, ""location"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT COUNT(""location"") FROM ""doubles_10_10_titles_0_runner_ups"" WHERE ""opponents""='Claudia Kohde-Kilsch Eva Pfaff';",1-1399994-5 Who were all of the opponents in 1984?,"CREATE TABLE ""doubles_10_10_titles_0_runner_ups"" ( ""outcome"" text, ""year"" text, ""location"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""opponents"" FROM ""doubles_10_10_titles_0_runner_ups"" WHERE ""year""='1984';",1-1399994-5 How many partners were there in 1988?,"CREATE TABLE ""doubles_10_10_titles_0_runner_ups"" ( ""outcome"" text, ""year"" text, ""location"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT COUNT(""partner"") FROM ""doubles_10_10_titles_0_runner_ups"" WHERE ""year""='1988';",1-1399994-5 How tall is Maksim Botin? ,"CREATE TABLE ""team_roster_season_2009_10"" ( ""shirt_no"" real, ""nationality"" text, ""player"" text, ""birth_date"" text, ""height"" real, ""position"" text );","SELECT ""height"" FROM ""team_roster_season_2009_10"" WHERE ""player""='Maksim Botin';",1-14038363-1 What is Maksim Botin's position? ,"CREATE TABLE ""team_roster_season_2009_10"" ( ""shirt_no"" real, ""nationality"" text, ""player"" text, ""birth_date"" text, ""height"" real, ""position"" text );","SELECT ""position"" FROM ""team_roster_season_2009_10"" WHERE ""player""='Maksim Botin';",1-14038363-1 What is Roman Bragin's position? ,"CREATE TABLE ""team_roster_season_2009_10"" ( ""shirt_no"" real, ""nationality"" text, ""player"" text, ""birth_date"" text, ""height"" real, ""position"" text );","SELECT ""position"" FROM ""team_roster_season_2009_10"" WHERE ""player""='Roman Bragin';",1-14038363-1 How many position does Teodor Salparov play on? ,"CREATE TABLE ""team_roster_season_2009_10"" ( ""shirt_no"" real, ""nationality"" text, ""player"" text, ""birth_date"" text, ""height"" real, ""position"" text );","SELECT COUNT(""position"") FROM ""team_roster_season_2009_10"" WHERE ""player""='Teodor Salparov';",1-14038363-1 what is the minimum points with goals for/against being 8-5,"CREATE TABLE ""league_table"" ( ""position"" real, ""club_city_town"" text, ""games_played"" real, ""w_l_d"" text, ""goals_for_against"" text, ""points"" real );","SELECT MIN(""points"") FROM ""league_table"" WHERE ""goals_for_against""='8-5';",1-14181578-1 what's the w-l-d with position being 1,"CREATE TABLE ""league_table"" ( ""position"" real, ""club_city_town"" text, ""games_played"" real, ""w_l_d"" text, ""goals_for_against"" text, ""points"" real );","SELECT ""w_l_d"" FROM ""league_table"" WHERE ""position""=1;",1-14181578-1 who is the the club (city/town) with goals for/against being 14-2,"CREATE TABLE ""league_table"" ( ""position"" real, ""club_city_town"" text, ""games_played"" real, ""w_l_d"" text, ""goals_for_against"" text, ""points"" real );","SELECT ""club_city_town"" FROM ""league_table"" WHERE ""goals_for_against""='14-2';",1-14181578-1 what's the goals for/against with w-l-d being 3-1-1,"CREATE TABLE ""league_table"" ( ""position"" real, ""club_city_town"" text, ""games_played"" real, ""w_l_d"" text, ""goals_for_against"" text, ""points"" real );","SELECT ""goals_for_against"" FROM ""league_table"" WHERE ""w_l_d""='3-1-1';",1-14181578-1 what is the minimum games played with goals for/against being 7-5,"CREATE TABLE ""league_table"" ( ""position"" real, ""club_city_town"" text, ""games_played"" real, ""w_l_d"" text, ""goals_for_against"" text, ""points"" real );","SELECT MIN(""games_played"") FROM ""league_table"" WHERE ""goals_for_against""='7-5';",1-14181578-1 What is the nationality of the player whose college/junior/club team (league) is Seattle Thunderbirds (WHL)?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""college_junior_club_team_league""='Seattle Thunderbirds (WHL)';",1-14209245-9 What is the college/junior/club team (league) of the player who was pick number 130?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""pick_num""='130';",1-14209245-9 What is the pick number for round 2?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""pick_num"" FROM ""draft_picks"" WHERE ""round""=2;",1-14209245-9 what time is mon may 26 and fri may 30 is 18' 28.27 122.599mph?,"CREATE TABLE ""superbike_senior_tt_leaderboard_and_prac"" ( ""rank"" real, ""rider"" text, ""mon_26_may"" text, ""tues_27_may"" text, ""wed_28_may"" text, ""thurs_29_may"" text, ""fri_30_may"" text );","SELECT ""mon_26_may"" FROM ""superbike_senior_tt_leaderboard_and_prac"" WHERE ""fri_30_may""='18'' 28.27 122.599mph';",1-14209455-1 what tims is wed may 28 and mon may 26 is 17' 58.34 125.960mph?,"CREATE TABLE ""superbike_senior_tt_leaderboard_and_prac"" ( ""rank"" real, ""rider"" text, ""mon_26_may"" text, ""tues_27_may"" text, ""wed_28_may"" text, ""thurs_29_may"" text, ""fri_30_may"" text );","SELECT ""wed_28_may"" FROM ""superbike_senior_tt_leaderboard_and_prac"" WHERE ""mon_26_may""='17'' 58.34 125.960mph';",1-14209455-1 what is the numbr for fri may 30 and mon may 26 is 19' 02.890 118.847mph?,"CREATE TABLE ""superbike_senior_tt_leaderboard_and_prac"" ( ""rank"" real, ""rider"" text, ""mon_26_may"" text, ""tues_27_may"" text, ""wed_28_may"" text, ""thurs_29_may"" text, ""fri_30_may"" text );","SELECT ""fri_30_may"" FROM ""superbike_senior_tt_leaderboard_and_prac"" WHERE ""mon_26_may""='19'' 02.890 118.847mph';",1-14209455-1 What the name of the school where the last win in 2007-08?,"CREATE TABLE ""performance_table"" ( ""school"" text, ""winners"" real, ""finalists"" real, ""total_finals"" real, ""year_of_last_win"" text );","SELECT ""school"" FROM ""performance_table"" WHERE ""year_of_last_win""='2007-08';",1-14286908-1 How many times was banbridge academy the winner?,"CREATE TABLE ""performance_table"" ( ""school"" text, ""winners"" real, ""finalists"" real, ""total_finals"" real, ""year_of_last_win"" text );","SELECT COUNT(""winners"") FROM ""performance_table"" WHERE ""school""='Banbridge Academy';",1-14286908-1 What are the names that had a finalist score of 2?,"CREATE TABLE ""performance_table"" ( ""school"" text, ""winners"" real, ""finalists"" real, ""total_finals"" real, ""year_of_last_win"" text );","SELECT ""school"" FROM ""performance_table"" WHERE ""finalists""=2;",1-14286908-1 In what year was the total finals at 10?,"CREATE TABLE ""performance_table"" ( ""school"" text, ""winners"" real, ""finalists"" real, ""total_finals"" real, ""year_of_last_win"" text );","SELECT ""year_of_last_win"" FROM ""performance_table"" WHERE ""total_finals""=10;",1-14286908-1 What is the name of the school where the year of last win is 1985-86?,"CREATE TABLE ""performance_table"" ( ""school"" text, ""winners"" real, ""finalists"" real, ""total_finals"" real, ""year_of_last_win"" text );","SELECT ""school"" FROM ""performance_table"" WHERE ""year_of_last_win""='1985-86';",1-14286908-1 How many total finals where there when the last win was in 2012-13?,"CREATE TABLE ""performance_table"" ( ""school"" text, ""winners"" real, ""finalists"" real, ""total_finals"" real, ""year_of_last_win"" text );","SELECT ""total_finals"" FROM ""performance_table"" WHERE ""year_of_last_win""='2012-13';",1-14286908-1 Name the team for 1993-94 for 32,"CREATE TABLE ""relegation"" ( ""team"" text, ""average"" text, ""points"" real, ""played"" real, ""1992_93"" text, ""1993_94"" text, ""1994_1995"" real );","SELECT ""team"" FROM ""relegation"" WHERE ""1993_94""='32';",1-14323347-1 Name the most played,"CREATE TABLE ""relegation"" ( ""team"" text, ""average"" text, ""points"" real, ""played"" real, ""1992_93"" text, ""1993_94"" text, ""1994_1995"" real );","SELECT MAX(""played"") FROM ""relegation"";",1-14323347-1 Name the total number of 1992-93 for 115 points,"CREATE TABLE ""relegation"" ( ""team"" text, ""average"" text, ""points"" real, ""played"" real, ""1992_93"" text, ""1993_94"" text, ""1994_1995"" real );","SELECT COUNT(""1992_93"") FROM ""relegation"" WHERE ""points""=115;",1-14323347-1 Name the most played,"CREATE TABLE ""relegation"" ( ""team"" text, ""average"" text, ""points"" real, ""played"" real, ""1992_93"" text, ""1993_94"" text, ""1994_1995"" real );","SELECT MAX(""played"") FROM ""relegation"";",1-14323347-1 Name the most touchdowns for field goals being 1,"CREATE TABLE ""michigan_51_indiana_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""touchdowns"") FROM ""michigan_51_indiana_0"" WHERE ""field_goals""=1;",1-14342480-6 Name the starter for position being left end,"CREATE TABLE ""michigan_51_indiana_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT ""starter"" FROM ""michigan_51_indiana_0"" WHERE ""position""='Left end';",1-14342480-6 Name the fewest touchdowns,"CREATE TABLE ""michigan_51_indiana_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""touchdowns"") FROM ""michigan_51_indiana_0"";",1-14342480-6 Name the most extra points for right tackle,"CREATE TABLE ""michigan_51_indiana_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""extra_points"") FROM ""michigan_51_indiana_0"" WHERE ""position""='Right tackle';",1-14342480-6 Name the number of points for field goals being 1,"CREATE TABLE ""michigan_51_indiana_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""michigan_51_indiana_0"" WHERE ""field_goals""=1;",1-14342480-6 Name the most touchdowns for becker ,"CREATE TABLE ""michigan_130_west_virginia_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""touchdowns"") FROM ""michigan_130_west_virginia_0"" WHERE ""player""='Becker';",1-14342592-8 Name the extra points for left guard,"CREATE TABLE ""michigan_130_west_virginia_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT ""extra_points"" FROM ""michigan_130_west_virginia_0"" WHERE ""position""='Left guard';",1-14342592-8 Name the least touchdowns for 11 points,"CREATE TABLE ""michigan_130_west_virginia_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""touchdowns"") FROM ""michigan_130_west_virginia_0"" WHERE ""points""=11;",1-14342592-8 Name the most field goals,"CREATE TABLE ""michigan_130_west_virginia_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""field_goals"") FROM ""michigan_130_west_virginia_0"";",1-14342592-8 Name the number of field goals for 19 extra points,"CREATE TABLE ""michigan_130_west_virginia_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT COUNT(""field_goals"") FROM ""michigan_130_west_virginia_0"" WHERE ""extra_points""=19;",1-14342592-8 Name the most touchdowns for norcross,"CREATE TABLE ""michigan_130_west_virginia_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""touchdowns"") FROM ""michigan_130_west_virginia_0"" WHERE ""player""='Norcross';",1-14342592-8 Name who was famous for finished in 9th,"CREATE TABLE ""series_3_2004"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""famous_for"" FROM ""series_3_2004"" WHERE ""finished""='9th';",1-14345690-4 Name the finished for exited day 13,"CREATE TABLE ""series_3_2004"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""finished"" FROM ""series_3_2004"" WHERE ""exited""='Day 13';",1-14345690-4 Name the entered for famous for page 3 model,"CREATE TABLE ""series_3_2004"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""entered"" FROM ""series_3_2004"" WHERE ""famous_for""='Page 3 Model';",1-14345690-4 Name the finished for kerry katona,"CREATE TABLE ""series_3_2004"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT COUNT(""finished"") FROM ""series_3_2004"" WHERE ""celebrity""='Kerry Katona';",1-14345690-4 Name the finished for exited of day 13,"CREATE TABLE ""series_3_2004"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""finished"" FROM ""series_3_2004"" WHERE ""exited""='Day 13';",1-14345690-4 Name the number of celebrity for athlete,"CREATE TABLE ""series_3_2004"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT COUNT(""celebrity"") FROM ""series_3_2004"" WHERE ""famous_for""='Athlete';",1-14345690-4 "What is the total number of values for ""Teleplay by"" category for series # 35?","CREATE TABLE ""table1_14346950_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""story_by"" text, ""teleplay_by"" text, ""directed_by"" text, ""original_air_date"" text );","SELECT COUNT(""teleplay_by"") FROM ""table1_14346950_1"" WHERE ""series_num""=35;",1-14346950-1 Who is the teleplay by when the director is Rob Bailey?,"CREATE TABLE ""table1_14346950_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""story_by"" text, ""teleplay_by"" text, ""directed_by"" text, ""original_air_date"" text );","SELECT ""teleplay_by"" FROM ""table1_14346950_1"" WHERE ""directed_by""='Rob Bailey';",1-14346950-1 What is the season # for a teleplay by Richard Price and the director is Steve Shill?,"CREATE TABLE ""table1_14346950_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""story_by"" text, ""teleplay_by"" text, ""directed_by"" text, ""original_air_date"" text );","SELECT ""season_num"" FROM ""table1_14346950_1"" WHERE ""teleplay_by""='Richard Price' AND ""directed_by""='Steve Shill';",1-14346950-1 What time in eastern standard time was game held at denver broncos?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""time_et"" text, ""tv"" text, ""result"" text, ""record"" text );","SELECT ""time_et"" FROM ""schedule"" WHERE ""opponent""='at Denver Broncos';",1-14433719-1 What are the names of all unix shell with PowerShell (Cmdlet) of select-string?,"CREATE TABLE ""table1_14465871_1"" ( ""power_shell_cmdlet"" text, ""power_shell_alias"" text, ""cmd_exe_command_com"" text, ""unix_shell"" text, ""description"" text );","SELECT ""unix_shell"" FROM ""table1_14465871_1"" WHERE ""power_shell_cmdlet""='Select-String';",1-14465871-1 What are all values of CMD.EXE / COMMAND.COM for the unix shell echo?,"CREATE TABLE ""table1_14465871_1"" ( ""power_shell_cmdlet"" text, ""power_shell_alias"" text, ""cmd_exe_command_com"" text, ""unix_shell"" text, ""description"" text );","SELECT ""cmd_exe_command_com"" FROM ""table1_14465871_1"" WHERE ""unix_shell""='echo';",1-14465871-1 "If Powershell (alias) is cpi, copy, cp, what are all corresponding descriptions. ","CREATE TABLE ""table1_14465871_1"" ( ""power_shell_cmdlet"" text, ""power_shell_alias"" text, ""cmd_exe_command_com"" text, ""unix_shell"" text, ""description"" text );","SELECT ""description"" FROM ""table1_14465871_1"" WHERE ""power_shell_alias""='cpi, copy, cp';",1-14465871-1 "When the cmd.exe / command.com is type, what are all associated values for powershell (cmdlet)?","CREATE TABLE ""table1_14465871_1"" ( ""power_shell_cmdlet"" text, ""power_shell_alias"" text, ""cmd_exe_command_com"" text, ""unix_shell"" text, ""description"" text );","SELECT ""power_shell_cmdlet"" FROM ""table1_14465871_1"" WHERE ""cmd_exe_command_com""='type';",1-14465871-1 "How many values of powershell (cmdlet) are valid when unix shell is env, export, set, setenv?","CREATE TABLE ""table1_14465871_1"" ( ""power_shell_cmdlet"" text, ""power_shell_alias"" text, ""cmd_exe_command_com"" text, ""unix_shell"" text, ""description"" text );","SELECT COUNT(""power_shell_cmdlet"") FROM ""table1_14465871_1"" WHERE ""unix_shell""='env, export, set, setenv';",1-14465871-1 What county has 2053 households? ,"CREATE TABLE ""1_to_100"" ( ""rank"" real, ""place"" text, ""county"" text, ""per_capita_income"" text, ""median_house_hold_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""county"" FROM ""1_to_100"" WHERE ""number_of_households""=2053;",1-1447085-1 Which place has a rank of 71?,"CREATE TABLE ""1_to_100"" ( ""rank"" real, ""place"" text, ""county"" text, ""per_capita_income"" text, ""median_house_hold_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""place"" FROM ""1_to_100"" WHERE ""rank""=71;",1-1447085-1 "Which county has a median household income of $98,090?","CREATE TABLE ""1_to_100"" ( ""rank"" real, ""place"" text, ""county"" text, ""per_capita_income"" text, ""median_house_hold_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""county"" FROM ""1_to_100"" WHERE ""median_house_hold_income""='$98,090';",1-1447085-1 What is the median household income for Woodside?,"CREATE TABLE ""1_to_100"" ( ""rank"" real, ""place"" text, ""county"" text, ""per_capita_income"" text, ""median_house_hold_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""median_house_hold_income"" FROM ""1_to_100"" WHERE ""place""='Woodside';",1-1447085-1 What is the per capita income for Fayette County?,"CREATE TABLE ""1_to_100"" ( ""rank"" real, ""place"" text, ""county"" text, ""per_capita_income"" text, ""median_house_hold_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""per_capita_income"" FROM ""1_to_100"" WHERE ""county""='Fayette County';",1-1447085-1 Where does the common of Galliate rank in population?,"CREATE TABLE ""common_more_population"" ( ""rank"" text, ""common"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT ""rank"" FROM ""common_more_population"" WHERE ""common""='Galliate';",1-1449169-1 Which common has an area (km2) of 38.38?,"CREATE TABLE ""common_more_population"" ( ""rank"" text, ""common"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT ""common"" FROM ""common_more_population"" WHERE ""area_km_2""='38.38';",1-1449169-1 Which common has an area (km2) of 103.02?,"CREATE TABLE ""common_more_population"" ( ""rank"" text, ""common"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT ""common"" FROM ""common_more_population"" WHERE ""area_km_2""='103.02';",1-1449169-1 What is the minimum altitude (mslm) in all the commons?,"CREATE TABLE ""common_more_population"" ( ""rank"" text, ""common"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT MIN(""altitude_mslm"") FROM ""common_more_population"";",1-1449169-1 What rank is the common with an area of 47.3 km^2?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""common_of"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT ""rank"" FROM ""see_also"" WHERE ""area_km_2""='47.3';",1-1449176-1 What is the density of the common with an area of 20.4 km^2?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""common_of"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT ""density_inhabitants_km_2"" FROM ""see_also"" WHERE ""area_km_2""='20.4';",1-1449176-1 How many altitudes does the common with an area of 130.7 km^2 have?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""common_of"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT COUNT(""altitude_mslm"") FROM ""see_also"" WHERE ""area_km_2""='130.7';",1-1449176-1 How may population figures are given for Settimo Torinese,"CREATE TABLE ""see_also"" ( ""rank"" text, ""common_of"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT COUNT(""population"") FROM ""see_also"" WHERE ""common_of""='Settimo Torinese';",1-1449176-1 What is the name of the 9th ranked common?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""common_of"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT ""common_of"" FROM ""see_also"" WHERE ""rank""='9th';",1-1449176-1 The common of Chieri has what population density?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""common_of"" text, ""population"" real, ""area_km_2"" text, ""density_inhabitants_km_2"" text, ""altitude_mslm"" real );","SELECT ""density_inhabitants_km_2"" FROM ""see_also"" WHERE ""common_of""='Chieri';",1-1449176-1 what's the economics score with education being 92.0,"CREATE TABLE ""top_ten"" ( ""rank"" real, ""country"" text, ""overall"" text, ""justice"" text, ""health"" text, ""education"" text, ""economics"" text, ""politics"" text );","SELECT ""economics"" FROM ""top_ten"" WHERE ""education""='92.0';",1-145439-1 what's the health score with justice being 80.7,"CREATE TABLE ""top_ten"" ( ""rank"" real, ""country"" text, ""overall"" text, ""justice"" text, ""health"" text, ""education"" text, ""economics"" text, ""politics"" text );","SELECT ""health"" FROM ""top_ten"" WHERE ""justice""='80.7';",1-145439-1 what's the rank for iceland,"CREATE TABLE ""top_ten"" ( ""rank"" real, ""country"" text, ""overall"" text, ""justice"" text, ""health"" text, ""education"" text, ""economics"" text, ""politics"" text );","SELECT ""rank"" FROM ""top_ten"" WHERE ""country""='Iceland';",1-145439-1 what's the country with health being 91.4,"CREATE TABLE ""top_ten"" ( ""rank"" real, ""country"" text, ""overall"" text, ""justice"" text, ""health"" text, ""education"" text, ""economics"" text, ""politics"" text );","SELECT ""country"" FROM ""top_ten"" WHERE ""health""='91.4';",1-145439-1 what's the economics score with justice being 90.8,"CREATE TABLE ""top_ten"" ( ""rank"" real, ""country"" text, ""overall"" text, ""justice"" text, ""health"" text, ""education"" text, ""economics"" text, ""politics"" text );","SELECT ""economics"" FROM ""top_ten"" WHERE ""justice""='90.8';",1-145439-1 "On October 17, 1937 what was maximum number or attendants.","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""schedule"" WHERE ""date""='October 17, 1937';",1-14608759-1 In week 9 who were the opponent? ,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week""=9;",1-14608759-1 What are week 4 results? ,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""week""=4;",1-14608759-1 "How many players were 6'1"" and from Columbia, South Carolina?","CREATE TABLE ""alabama"" ( ""position"" text, ""number"" real, ""name"" text, ""height"" text, ""weight"" text, ""class"" text, ""hometown"" text, ""games"" real );","SELECT COUNT(""position"") FROM ""alabama"" WHERE ""height""='6''1\""' AND ""hometown""='Columbia, South Carolina';",1-14624447-33 What was Trevard Lindley's number?,"CREATE TABLE ""alabama"" ( ""position"" text, ""number"" real, ""name"" text, ""height"" text, ""weight"" text, ""class"" text, ""hometown"" text, ""games"" real );","SELECT MAX(""number"") FROM ""alabama"" WHERE ""name""='Trevard Lindley';",1-14624447-33 Name the player for chicago black hawks,"CREATE TABLE ""round_eight"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_eight"" WHERE ""nhl_team""='Chicago Black Hawks';",1-1473672-8 Name the position for pick number 128,"CREATE TABLE ""round_eight"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""position"" FROM ""round_eight"" WHERE ""pick_num""=128;",1-1473672-8 Name the college/junior/club team for left wing,"CREATE TABLE ""round_eight"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""round_eight"" WHERE ""position""='Left Wing';",1-1473672-8 What is the Burmese term for Thursday?,"CREATE TABLE ""weekdays"" ( ""cardinal_direction"" text, ""burmese"" text, ""sanskrit"" text, ""english"" text, ""planet"" text, ""sign"" text );","SELECT ""burmese"" FROM ""weekdays"" WHERE ""english""='Thursday';",1-14850099-18 What is the cardinal direction associated with Venus?,"CREATE TABLE ""weekdays"" ( ""cardinal_direction"" text, ""burmese"" text, ""sanskrit"" text, ""english"" text, ""planet"" text, ""sign"" text );","SELECT ""cardinal_direction"" FROM ""weekdays"" WHERE ""planet""='Venus';",1-14850099-18 What is the Burmese term associated with a cardinal direction of west?,"CREATE TABLE ""weekdays"" ( ""cardinal_direction"" text, ""burmese"" text, ""sanskrit"" text, ""english"" text, ""planet"" text, ""sign"" text );","SELECT ""burmese"" FROM ""weekdays"" WHERE ""cardinal_direction""='West';",1-14850099-18 What is the planet associated with the direction of south?,"CREATE TABLE ""weekdays"" ( ""cardinal_direction"" text, ""burmese"" text, ""sanskrit"" text, ""english"" text, ""planet"" text, ""sign"" text );","SELECT ""planet"" FROM ""weekdays"" WHERE ""cardinal_direction""='South';",1-14850099-18 What is the value scored when there were 19 points for the team 3 de Febrero?,"CREATE TABLE ""torneo_clausura"" ( ""position"" real, ""team"" text, ""played"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""scored"" real, ""conceded"" real, ""points"" real );","SELECT MAX(""scored"") FROM ""torneo_clausura"" WHERE ""points""=19 AND ""team""='3 de Febrero';",1-14871601-2 What was the number of losses when the scored value was 25?,"CREATE TABLE ""torneo_clausura"" ( ""position"" real, ""team"" text, ""played"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""scored"" real, ""conceded"" real, ""points"" real );","SELECT MAX(""losses"") FROM ""torneo_clausura"" WHERE ""scored""=25;",1-14871601-2 What were all Yachts with a sail number of 6952?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""yacht"" FROM ""handicap_results_top_10"" WHERE ""sail_number""='6952';",1-14882588-3 How many yachts had a position of 3?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT COUNT(""yacht"") FROM ""handicap_results_top_10"" WHERE ""position""=3;",1-14882588-3 What are all of the states or countries with a corrected time 3:13:40:05?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""state_country"" FROM ""handicap_results_top_10"" WHERE ""corrected_time_d_hh_mm_ss""='3:13:40:05';",1-14882588-3 Who were all of the skippers with a corrected time of 3:15:07:27?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""skipper"" FROM ""handicap_results_top_10"" WHERE ""corrected_time_d_hh_mm_ss""='3:15:07:27';",1-14882588-3 What are all sail numbers for the yacht Yendys?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""sail_number"" FROM ""handicap_results_top_10"" WHERE ""yacht""='Yendys';",1-14882588-3 Who is the courtside reporter for the year 2009-10?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""courtside_reporter"" FROM ""2000s"" WHERE ""year""='2009-10';",1-14902507-2 Who is the studio host for the year 2006-07?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""studio_host"" FROM ""2000s"" WHERE ""year""='2006-07';",1-14902507-2 Who are the studio analysts for the year 2008-09?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""studio_analysts"" FROM ""2000s"" WHERE ""year""='2008-09';",1-14902507-2 How many channels were the games shown on in 2001-02?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT COUNT(""channel"") FROM ""2000s"" WHERE ""year""='2001-02';",1-14902507-2 What is the current venue for the Miami Masters tournament?,"CREATE TABLE ""tournaments"" ( ""tournament"" text, ""country"" text, ""location"" text, ""current_venue"" text, ""began"" real, ""court_surface"" text );","SELECT ""current_venue"" FROM ""tournaments"" WHERE ""tournament""='Miami Masters';",1-14903081-1 Rome is in which country?,"CREATE TABLE ""tournaments"" ( ""tournament"" text, ""country"" text, ""location"" text, ""current_venue"" text, ""began"" real, ""court_surface"" text );","SELECT ""country"" FROM ""tournaments"" WHERE ""location""='Rome';",1-14903081-1 How many tournaments have their current venue as the Lindner Family Tennis Center?,"CREATE TABLE ""tournaments"" ( ""tournament"" text, ""country"" text, ""location"" text, ""current_venue"" text, ""began"" real, ""court_surface"" text );","SELECT COUNT(""tournament"") FROM ""tournaments"" WHERE ""current_venue""='Lindner Family Tennis Center';",1-14903081-1 What year was the tournament first held in Italy?,"CREATE TABLE ""tournaments"" ( ""tournament"" text, ""country"" text, ""location"" text, ""current_venue"" text, ""began"" real, ""court_surface"" text );","SELECT MIN(""began"") FROM ""tournaments"" WHERE ""country""='Italy';",1-14903081-1 "Which current venues location is Mason, Ohio?","CREATE TABLE ""tournaments"" ( ""tournament"" text, ""country"" text, ""location"" text, ""current_venue"" text, ""began"" real, ""court_surface"" text );","SELECT ""current_venue"" FROM ""tournaments"" WHERE ""location""='Mason, Ohio';",1-14903081-1 Which tournaments current venue is the Madrid Arena?,"CREATE TABLE ""tournaments"" ( ""tournament"" text, ""country"" text, ""location"" text, ""current_venue"" text, ""began"" real, ""court_surface"" text );","SELECT ""tournament"" FROM ""tournaments"" WHERE ""current_venue""='Madrid Arena';",1-14903081-1 What are all values for Womens Doubles in the year 2000/2001?,"CREATE TABLE ""table1_14903841_1"" ( ""year"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_doubles"" FROM ""table1_14903841_1"" WHERE ""year""='2000/2001';",1-14903841-1 Who are all the womens doubles for the year 2008/2009?,"CREATE TABLE ""table1_14903841_1"" ( ""year"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_doubles"" FROM ""table1_14903841_1"" WHERE ""year""='2008/2009';",1-14903841-1 Who were all womens doubles for the year 2000/2001?,"CREATE TABLE ""table1_14903841_1"" ( ""year"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_doubles"" FROM ""table1_14903841_1"" WHERE ""year""='2000/2001';",1-14903841-1 Which episode number drew in 3.84 million viewers in the U.S.?,"CREATE TABLE ""table1_14929574_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT MAX(""series_num"") FROM ""table1_14929574_3"" WHERE ""u_s_viewers_million""='3.84';",1-14929574-3 How many viewers did the episode directed by David Nutter draw in?,"CREATE TABLE ""table1_14929574_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""u_s_viewers_million"" FROM ""table1_14929574_3"" WHERE ""directed_by""='David Nutter';",1-14929574-3 Which episode number drew in 3.35 million viewers in the United States?,"CREATE TABLE ""table1_14929574_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT COUNT(""series_num"") FROM ""table1_14929574_3"" WHERE ""u_s_viewers_million""='3.35';",1-14929574-3 Which episode number was directed by Bill Eagles?,"CREATE TABLE ""table1_14929574_3"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT MIN(""series_num"") FROM ""table1_14929574_3"" WHERE ""directed_by""='Bill Eagles';",1-14929574-3 How many masters fought using a boxing style?,"CREATE TABLE ""season_1"" ( ""episode_num"" text, ""country"" text, ""city"" text, ""martial_art_style"" text, ""masters"" text, ""original_airdate"" text );","SELECT COUNT(""masters"") FROM ""season_1"" WHERE ""martial_art_style""='Boxing';",1-14937957-1 How many times did episode 1.8 air?,"CREATE TABLE ""season_1"" ( ""episode_num"" text, ""country"" text, ""city"" text, ""martial_art_style"" text, ""masters"" text, ""original_airdate"" text );","SELECT COUNT(""original_airdate"") FROM ""season_1"" WHERE ""episode_num""='1.8';",1-14937957-1 Which masters fought in hapkido style?,"CREATE TABLE ""season_1"" ( ""episode_num"" text, ""country"" text, ""city"" text, ""martial_art_style"" text, ""masters"" text, ""original_airdate"" text );","SELECT ""masters"" FROM ""season_1"" WHERE ""martial_art_style""='Hapkido';",1-14937957-1 When did the episode featuring a master using Brazilian jiu-jitsu air?,"CREATE TABLE ""season_1"" ( ""episode_num"" text, ""country"" text, ""city"" text, ""martial_art_style"" text, ""masters"" text, ""original_airdate"" text );","SELECT ""original_airdate"" FROM ""season_1"" WHERE ""martial_art_style""='Brazilian Jiu-Jitsu';",1-14937957-1 In which country is the city of Netanya?,"CREATE TABLE ""season_1"" ( ""episode_num"" text, ""country"" text, ""city"" text, ""martial_art_style"" text, ""masters"" text, ""original_airdate"" text );","SELECT ""country"" FROM ""season_1"" WHERE ""city""='Netanya';",1-14937957-1 Which martial arts style was shown in Rio de Janeiro?,"CREATE TABLE ""season_1"" ( ""episode_num"" text, ""country"" text, ""city"" text, ""martial_art_style"" text, ""masters"" text, ""original_airdate"" text );","SELECT ""martial_art_style"" FROM ""season_1"" WHERE ""city""='Rio de Janeiro';",1-14937957-1 When 74804 is the attendance what week is it?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""attendance"" real );","SELECT ""week"" FROM ""schedule"" WHERE ""attendance""=74804;",1-14941284-1 "When it is October 25, 1981 who is the opponent?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""attendance"" real );","SELECT ""opponent"" FROM ""schedule"" WHERE ""date""='October 25, 1981';",1-14941284-1 When it is week 2 what is the record?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""attendance"" real );","SELECT ""record"" FROM ""schedule"" WHERE ""week""=2;",1-14941284-1 "When it is October 18, 1981 where is the game site?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""attendance"" real );","SELECT ""game_site"" FROM ""schedule"" WHERE ""date""='October 18, 1981';",1-14941284-1 Name the median income for age band being under 20,"CREATE TABLE ""income_distribution_across_age_bands"" ( ""age_band"" text, ""median_income"" text, ""mean_income"" text, ""median_income_men"" text, ""mean_income_men"" text, ""median_income_women"" text, ""mean_income_women"" text );","SELECT ""median_income"" FROM ""income_distribution_across_age_bands"" WHERE ""age_band""='Under 20';",1-14946657-3 How many episodes in history have a running time of 24:06?,"CREATE TABLE ""table1_1498589_1"" ( ""episode"" text, ""broadcast_date"" text, ""run_time"" text, ""viewers_in_millions"" text, ""archive"" text );","SELECT COUNT(""archive"") FROM ""table1_1498589_1"" WHERE ""run_time""='24:06';",1-1498589-1 Name the southern lakota for híŋhaŋna,"CREATE TABLE ""table1_1499774_5"" ( ""english_gloss"" text, ""santee_sisseton"" text, ""yankton_yanktonai"" text, ""northern_lakota"" text, ""southern_lakota"" text );","SELECT ""southern_lakota"" FROM ""table1_1499774_5"" WHERE ""yankton_yanktonai""='híŋhaŋna';",1-1499774-5 Name the santee sisseton for wičháša,"CREATE TABLE ""table1_1499774_5"" ( ""english_gloss"" text, ""santee_sisseton"" text, ""yankton_yanktonai"" text, ""northern_lakota"" text, ""southern_lakota"" text );","SELECT ""santee_sisseton"" FROM ""table1_1499774_5"" WHERE ""yankton_yanktonai""='wičháša';",1-1499774-5 Name the english gloss for haŋȟ’áŋna,"CREATE TABLE ""table1_1499774_5"" ( ""english_gloss"" text, ""santee_sisseton"" text, ""yankton_yanktonai"" text, ""northern_lakota"" text, ""southern_lakota"" text );","SELECT ""english_gloss"" FROM ""table1_1499774_5"" WHERE ""santee_sisseton""='haŋȟ’áŋna';",1-1499774-5 Name the number of english gloss for wakȟáŋyeža,"CREATE TABLE ""table1_1499774_5"" ( ""english_gloss"" text, ""santee_sisseton"" text, ""yankton_yanktonai"" text, ""northern_lakota"" text, ""southern_lakota"" text );","SELECT COUNT(""english_gloss"") FROM ""table1_1499774_5"" WHERE ""northern_lakota""='wakȟáŋyeža';",1-1499774-5 What was the first year of the Lithuanian National Badminton Championships?,"CREATE TABLE ""past_winners"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT MIN(""year"") FROM ""past_winners"";",1-15001753-1 How many years did aivaras kvedarauskas juozas spelveris participate in the men's doubles?,"CREATE TABLE ""past_winners"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT COUNT(""year"") FROM ""past_winners"" WHERE ""mens_doubles""='Aivaras Kvedarauskas Juozas Spelveris';",1-15001753-1 "In 2004, where the womens singles is daniela kressig who is the mens singles","CREATE TABLE ""past_winners"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""mens_singles"" FROM ""past_winners"" WHERE ""womens_singles""='Daniela Kressig';",1-15001681-1 What is the most current year where the women's doubles champions are astrid eidenbenz claudia jehle,"CREATE TABLE ""past_winners"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT MAX(""year"") FROM ""past_winners"" WHERE ""womens_doubles""='Astrid Eidenbenz Claudia Jehle';",1-15001681-1 "In the year 2006, the womens singles had no competition and the mens doubles were roland hilti kilian pfister, what were the womens doubles","CREATE TABLE ""past_winners"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_doubles"" FROM ""past_winners"" WHERE ""womens_singles""='no competition' AND ""mens_doubles""='Roland Hilti Kilian Pfister' AND ""year""=2006;",1-15001681-1 "In 2001, where the mens singles is armand jehle and the womens singles is michaela ritter, who are the mixed doubles","CREATE TABLE ""past_winners"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""mixed_doubles"" FROM ""past_winners"" WHERE ""womens_singles""='Michaela Ritter' AND ""mens_singles""='Armand Jehle';",1-15001681-1 In 1987 who was the mens singles,"CREATE TABLE ""past_winners"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""mens_singles"" FROM ""past_winners"" WHERE ""year""=1987;",1-15001681-1 When is the rhel release date when scientific linux release is 3.0.4,"CREATE TABLE ""release_history"" ( ""scientific_linux_release"" text, ""architectures"" text, ""rhel_base"" text, ""scientific_linux_release_date"" text, ""rhel_release_date"" text, ""delay"" text );","SELECT ""rhel_release_date"" FROM ""release_history"" WHERE ""scientific_linux_release""='3.0.4';",1-1500146-1 Name the delay when scientific linux release is 5.10,"CREATE TABLE ""release_history"" ( ""scientific_linux_release"" text, ""architectures"" text, ""rhel_base"" text, ""scientific_linux_release_date"" text, ""rhel_release_date"" text, ""delay"" text );","SELECT ""delay"" FROM ""release_history"" WHERE ""scientific_linux_release""='5.10';",1-1500146-1 Name the scientific linux release when delay is 28d,"CREATE TABLE ""release_history"" ( ""scientific_linux_release"" text, ""architectures"" text, ""rhel_base"" text, ""scientific_linux_release_date"" text, ""rhel_release_date"" text, ""delay"" text );","SELECT ""scientific_linux_release"" FROM ""release_history"" WHERE ""delay""='28d';",1-1500146-1 What is the United States rank?,"CREATE TABLE ""top_20_countries_by_tally"" ( ""rank"" real, ""country_territory"" text, ""miss_world"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""semifinalists"" real, ""total"" real );","SELECT COUNT(""rank"") FROM ""top_20_countries_by_tally"" WHERE ""country_territory""='United States';",1-150343-3 What is Venezuela's total rank?,"CREATE TABLE ""top_20_countries_by_tally"" ( ""rank"" real, ""country_territory"" text, ""miss_world"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""semifinalists"" real, ""total"" real );","SELECT ""total"" FROM ""top_20_countries_by_tally"" WHERE ""country_territory""='Venezuela';",1-150343-3 What is Iceland's total?,"CREATE TABLE ""top_20_countries_by_tally"" ( ""rank"" real, ""country_territory"" text, ""miss_world"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""semifinalists"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""top_20_countries_by_tally"" WHERE ""country_territory""='Iceland';",1-150343-3 Which countries have a 5th runner-up ranking is 2 and the 3rd runner-up ranking is 0,"CREATE TABLE ""top_20_countries_by_tally"" ( ""rank"" real, ""country_territory"" text, ""miss_world"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""semifinalists"" real, ""total"" real );","SELECT ""total"" FROM ""top_20_countries_by_tally"" WHERE ""5th_runner_up""=2 AND ""3rd_runner_up""=0;",1-150343-3 What is the worst (highest) score?,"CREATE TABLE ""scoring_records_to_par"" ( ""date"" text, ""tournament"" text, ""player"" text, ""country"" text, ""rounds"" text, ""score"" real, ""to_par"" text, ""finish"" text );","SELECT MAX(""score"") FROM ""scoring_records_to_par"";",1-1506950-4 What days were the rounds of 66-67-70-67 recorded?,"CREATE TABLE ""scoring_records_to_par"" ( ""date"" text, ""tournament"" text, ""player"" text, ""country"" text, ""rounds"" text, ""score"" real, ""to_par"" text, ""finish"" text );","SELECT ""date"" FROM ""scoring_records_to_par"" WHERE ""rounds""='66-67-70-67';",1-1506950-4 What country hosts the tournament the open championship?,"CREATE TABLE ""scoring_records_to_par"" ( ""date"" text, ""tournament"" text, ""player"" text, ""country"" text, ""rounds"" text, ""score"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""scoring_records_to_par"" WHERE ""tournament""='The Open Championship';",1-1506950-4 What is the worst (highest) score?,"CREATE TABLE ""scoring_records_to_par"" ( ""date"" text, ""tournament"" text, ""player"" text, ""country"" text, ""rounds"" text, ""score"" real, ""to_par"" text, ""finish"" text );","SELECT MAX(""score"") FROM ""scoring_records_to_par"";",1-1506950-4 What players finished 2nd?,"CREATE TABLE ""scoring_records_to_par"" ( ""date"" text, ""tournament"" text, ""player"" text, ""country"" text, ""rounds"" text, ""score"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""scoring_records_to_par"" WHERE ""finish""='2nd';",1-1506950-4 WHAT YEAR WAS IT WHEN THE SCORE WAS 3 & 2?,"CREATE TABLE ""wins_11"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_up"" text );","SELECT ""year"" FROM ""wins_11"" WHERE ""winning_score""='3 & 2';",1-1507806-1 HOW MANY YEARS WAS IT FOR THE SCORE (76-73-79-72=300)?,"CREATE TABLE ""wins_11"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_up"" text );","SELECT COUNT(""year"") FROM ""wins_11"" WHERE ""winning_score""='(76-73-79-72=300)';",1-1507806-1 WHAT WAS THE YEAR WHEN THE RUNNER-UP WAS WILLIAM MEHLHORN?,"CREATE TABLE ""wins_11"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_up"" text );","SELECT MAX(""year"") FROM ""wins_11"" WHERE ""runner_up""='William Mehlhorn';",1-1507806-1 WHAT YEAR DID MIKE BRADY GET RUNNER-UP?,"CREATE TABLE ""wins_11"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_up"" text );","SELECT MIN(""year"") FROM ""wins_11"" WHERE ""runner_up""='Mike Brady';",1-1507806-1 WHAT WAS THE WINNING SCORE IN YEAR 1922?,"CREATE TABLE ""wins_11"" ( ""year"" real, ""championship"" text, ""54_holes"" text, ""winning_score"" text, ""margin"" text, ""runner_up"" text );","SELECT ""winning_score"" FROM ""wins_11"" WHERE ""year""=1922;",1-1507806-1 what's the cancelable with bubbles being yes,"CREATE TABLE ""table1_1507852_5"" ( ""category"" text, ""type"" text, ""attribute"" text, ""description"" text, ""bubbles"" text, ""cancelable"" text );","SELECT ""cancelable"" FROM ""table1_1507852_5"" WHERE ""bubbles""='Yes';",1-1507852-5 what's the bubbles with attribute being onpopuphidden,"CREATE TABLE ""table1_1507852_5"" ( ""category"" text, ""type"" text, ""attribute"" text, ""description"" text, ""bubbles"" text, ""cancelable"" text );","SELECT ""bubbles"" FROM ""table1_1507852_5"" WHERE ""attribute""='onpopuphidden';",1-1507852-5 how many bubbles with category being input,"CREATE TABLE ""table1_1507852_5"" ( ""category"" text, ""type"" text, ""attribute"" text, ""description"" text, ""bubbles"" text, ""cancelable"" text );","SELECT COUNT(""bubbles"") FROM ""table1_1507852_5"" WHERE ""category""='Input';",1-1507852-5 what's the type with description being fires when the overflow state changes.,"CREATE TABLE ""table1_1507852_5"" ( ""category"" text, ""type"" text, ""attribute"" text, ""description"" text, ""bubbles"" text, ""cancelable"" text );","SELECT ""type"" FROM ""table1_1507852_5"" WHERE ""description""='Fires when the overflow state changes.';",1-1507852-5 what's the attribute with cancelable being yes,"CREATE TABLE ""table1_1507852_5"" ( ""category"" text, ""type"" text, ""attribute"" text, ""description"" text, ""bubbles"" text, ""cancelable"" text );","SELECT ""attribute"" FROM ""table1_1507852_5"" WHERE ""cancelable""='Yes';",1-1507852-5 "How many viewers in millions for episode ""sokka's master""?","CREATE TABLE ""table1_15185133_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""viewers_millions"" text );","SELECT ""viewers_millions"" FROM ""table1_15185133_1"" WHERE ""title""='\""Sokka''s Master\""';",1-15185133-1 What is the original air date for the episode with a production code of 318?,"CREATE TABLE ""table1_15185133_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""viewers_millions"" text );","SELECT ""original_air_date"" FROM ""table1_15185133_1"" WHERE ""production_code""=318;",1-15185133-1 What season has an episode written by john o'bryan and directed by ethan spaulding?,"CREATE TABLE ""table1_15185133_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""viewers_millions"" text );","SELECT ""no_in_season"" FROM ""table1_15185133_1"" WHERE ""written_by""='John O''Bryan' AND ""directed_by""='Ethan Spaulding';",1-15185133-1 "What are all the numbers in the series with an episode title of ""the beach""?","CREATE TABLE ""table1_15185133_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""viewers_millions"" text );","SELECT ""no_in_series"" FROM ""table1_15185133_1"" WHERE ""title""='\""The Beach\""';",1-15185133-1 how many segments involve wood boring augers,"CREATE TABLE ""season_17_2011"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""segment_a"" FROM ""season_17_2011"" WHERE ""segment_d""='Wood Boring Augers';",1-15187735-17 "for the shows featuring beet sugar, what was on before that","CREATE TABLE ""season_17_2011"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""segment_b"" FROM ""season_17_2011"" WHERE ""segment_c""='Beet Sugar';",1-15187735-17 are rolled wafers in many episodes,"CREATE TABLE ""season_17_2011"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""series_ep"" FROM ""season_17_2011"" WHERE ""segment_a""='Rolled Wafers';",1-15187735-17 Name the best actor for uncle boonmee who can recall his past lives,"CREATE TABLE ""major_award_winners"" ( ""year"" text, ""best_film"" text, ""best_director"" text, ""best_actor"" text, ""best_actress"" text, ""best_supporting_actor"" text, ""best_supporting_actress"" text );","SELECT ""best_actor"" FROM ""major_award_winners"" WHERE ""best_film""='Uncle Boonmee Who Can Recall His Past Lives';",1-15301258-1 Name the best director for mother,"CREATE TABLE ""major_award_winners"" ( ""year"" text, ""best_film"" text, ""best_director"" text, ""best_actor"" text, ""best_actress"" text, ""best_supporting_actor"" text, ""best_supporting_actress"" text );","SELECT ""best_director"" FROM ""major_award_winners"" WHERE ""best_film""='Mother';",1-15301258-1 Name the year for sammo hung for ip man 2,"CREATE TABLE ""major_award_winners"" ( ""year"" text, ""best_film"" text, ""best_director"" text, ""best_actor"" text, ""best_actress"" text, ""best_supporting_actor"" text, ""best_supporting_actress"" text );","SELECT ""year"" FROM ""major_award_winners"" WHERE ""best_supporting_actor""='Sammo Hung for Ip Man 2';",1-15301258-1 Name the best supporting actress for sun honglei for mongol,"CREATE TABLE ""major_award_winners"" ( ""year"" text, ""best_film"" text, ""best_director"" text, ""best_actor"" text, ""best_actress"" text, ""best_supporting_actor"" text, ""best_supporting_actress"" text );","SELECT ""best_supporting_actress"" FROM ""major_award_winners"" WHERE ""best_supporting_actor""='Sun Honglei for Mongol';",1-15301258-1 How many years was Jiyai Shin the champion?,"CREATE TABLE ""winners"" ( ""year"" real, ""dates"" text, ""champion"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin_of_victory"" text, ""purse_us"" real, ""winners_share"" real );","SELECT COUNT(""year"") FROM ""winners"" WHERE ""champion""='Jiyai Shin';",1-1529260-2 What countries have a margin of victory at 6 strokes?,"CREATE TABLE ""winners"" ( ""year"" real, ""dates"" text, ""champion"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin_of_victory"" text, ""purse_us"" real, ""winners_share"" real );","SELECT ""country"" FROM ""winners"" WHERE ""margin_of_victory""='6 strokes';",1-1529260-2 How many dollars is the purse when the margin of victory is 8 strokes?,"CREATE TABLE ""winners"" ( ""year"" real, ""dates"" text, ""champion"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin_of_victory"" text, ""purse_us"" real, ""winners_share"" real );","SELECT COUNT(""purse_us"") FROM ""winners"" WHERE ""margin_of_victory""='8 strokes';",1-1529260-2 What is the lowest year listed?,"CREATE TABLE ""winners"" ( ""year"" real, ""dates"" text, ""champion"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin_of_victory"" text, ""purse_us"" real, ""winners_share"" real );","SELECT MIN(""year"") FROM ""winners"";",1-1529260-2 At what date is the score 66-72-64-65=267?,"CREATE TABLE ""winners"" ( ""year"" real, ""dates"" text, ""champion"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin_of_victory"" text, ""purse_us"" real, ""winners_share"" real );","SELECT ""dates"" FROM ""winners"" WHERE ""score""='66-72-64-65=267';",1-1529260-2 How many teams are #2 on the list?,"CREATE TABLE ""all_time_school_records_by_minnesota_riv"" ( ""num"" real, ""minnesota_river_conference"" text, ""records"" text, ""pct"" text, ""mrc_championships"" real, ""solo"" real, ""co_champions"" real, ""state_champions"" real );","SELECT COUNT(""records"") FROM ""all_time_school_records_by_minnesota_riv"" WHERE ""num""=2;",1-15313204-1 What are the record(s) for the team with a winning percentage of .464?,"CREATE TABLE ""all_time_school_records_by_minnesota_riv"" ( ""num"" real, ""minnesota_river_conference"" text, ""records"" text, ""pct"" text, ""mrc_championships"" real, ""solo"" real, ""co_champions"" real, ""state_champions"" real );","SELECT ""records"" FROM ""all_time_school_records_by_minnesota_riv"" WHERE ""pct""='.464';",1-15313204-1 Name the least for when played is 12,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""for"" real, ""against"" real, ""difference"" text );","SELECT MIN(""for"") FROM ""campeonato_paulista"" WHERE ""played""=12;",1-15418319-1 Name the points for paulistano,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""for"" real, ""against"" real, ""difference"" text );","SELECT ""points"" FROM ""campeonato_paulista"" WHERE ""team""='Paulistano';",1-15418319-1 Name the most for when difference is 7,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""for"" real, ""against"" real, ""difference"" text );","SELECT MAX(""for"") FROM ""campeonato_paulista"" WHERE ""difference""='7';",1-15418319-1 Name the total number of titles for 3020 production code,"CREATE TABLE ""table1_15472061_1"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT COUNT(""title"") FROM ""table1_15472061_1"" WHERE ""production_code""='3020';",1-15472061-1 Name the number in the series for when the viewers is 7.78,"CREATE TABLE ""table1_15472061_1"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""no_in_series"" FROM ""table1_15472061_1"" WHERE ""u_s_viewers_millions""='7.78';",1-15472061-1 Name the number of original air date for when the number in season is 10/11,"CREATE TABLE ""table1_15472061_1"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT COUNT(""original_air_date"") FROM ""table1_15472061_1"" WHERE ""no_in_season""='10/11';",1-15472061-1 Which race number in the Indy F3 Challenge circuit had John Martin in pole position?,"CREATE TABLE ""race_calendar"" ( ""round"" text, ""race"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""race"" FROM ""race_calendar"" WHERE ""circuit""='Indy F3 Challenge' AND ""pole_position""='John Martin';",1-15530244-2 What is the highest race number in the Phillip Island circuit with James Winslow as the winning driver and pole position?,"CREATE TABLE ""race_calendar"" ( ""round"" text, ""race"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT MAX(""race"") FROM ""race_calendar"" WHERE ""circuit""='Phillip Island' AND ""winning_driver""='James Winslow' AND ""pole_position""='James Winslow';",1-15530244-2 Name the least amount of tackles for danny clark,"CREATE TABLE ""defensive"" ( ""player"" text, ""g"" real, ""tackles"" real, ""solo"" real, ""assts"" real, ""sacks"" text, ""int"" real, ""int_yards"" real, ""int_avg"" text, ""int_td"" real, ""fum_rec"" real, ""fum_rec_td"" real );","SELECT MIN(""tackles"") FROM ""defensive"" WHERE ""player""='Danny Clark';",1-15581223-8 Name the most tackles for 3.5 sacks,"CREATE TABLE ""defensive"" ( ""player"" text, ""g"" real, ""tackles"" real, ""solo"" real, ""assts"" real, ""sacks"" text, ""int"" real, ""int_yards"" real, ""int_avg"" text, ""int_td"" real, ""fum_rec"" real, ""fum_rec_td"" real );","SELECT MAX(""tackles"") FROM ""defensive"" WHERE ""sacks""='3.5';",1-15581223-8 Name the least fum rec td,"CREATE TABLE ""defensive"" ( ""player"" text, ""g"" real, ""tackles"" real, ""solo"" real, ""assts"" real, ""sacks"" text, ""int"" real, ""int_yards"" real, ""int_avg"" text, ""int_td"" real, ""fum_rec"" real, ""fum_rec_td"" real );","SELECT MIN(""fum_rec_td"") FROM ""defensive"";",1-15581223-8 Name the least int yards when sacks is 11.5,"CREATE TABLE ""defensive"" ( ""player"" text, ""g"" real, ""tackles"" real, ""solo"" real, ""assts"" real, ""sacks"" text, ""int"" real, ""int_yards"" real, ""int_avg"" text, ""int_td"" real, ""fum_rec"" real, ""fum_rec_td"" real );","SELECT MIN(""int_yards"") FROM ""defensive"" WHERE ""sacks""='11.5';",1-15581223-8 Name the least amount of int yards,"CREATE TABLE ""defensive"" ( ""player"" text, ""g"" real, ""tackles"" real, ""solo"" real, ""assts"" real, ""sacks"" text, ""int"" real, ""int_yards"" real, ""int_avg"" text, ""int_td"" real, ""fum_rec"" real, ""fum_rec_td"" real );","SELECT MIN(""int_yards"") FROM ""defensive"";",1-15581223-8 What jersey number did Al Harrington wear,"CREATE TABLE ""h"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT MAX(""no"") FROM ""h"" WHERE ""player""='Al Harrington';",1-15621965-8 What school did Dwight Howard play for,"CREATE TABLE ""h"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""h"" WHERE ""player""='Dwight Howard';",1-15621965-8 How many players belong to Notre Dame?,"CREATE TABLE ""g"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT COUNT(""player"") FROM ""g"" WHERE ""school_club_team""='Notre Dame';",1-15621965-7 What number identifies Chris Gatling?,"CREATE TABLE ""g"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT MAX(""no"") FROM ""g"" WHERE ""player""='Chris Gatling';",1-15621965-7 What is Chris Gatling 's number?,"CREATE TABLE ""g"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT MAX(""no"") FROM ""g"" WHERE ""player""='Chris Gatling';",1-15621965-7 What is the extortion and theft rates where the United Nations Observer Mission Uganda-Rwanda is active?,"CREATE TABLE ""table1_15652027_1"" ( ""conflict"" text, ""united_nations_mission"" text, ""sexual_abuse_1"" real, ""murder_2"" real, ""extortion_theft_3"" text );","SELECT ""extortion_theft_3"" FROM ""table1_15652027_1"" WHERE ""united_nations_mission""='United Nations Observer Mission Uganda-Rwanda';",1-15652027-1 What is the sexual abuse rate where the conflict is the Burundi Civil War?,"CREATE TABLE ""table1_15652027_1"" ( ""conflict"" text, ""united_nations_mission"" text, ""sexual_abuse_1"" real, ""murder_2"" real, ""extortion_theft_3"" text );","SELECT MIN(""sexual_abuse_1"") FROM ""table1_15652027_1"" WHERE ""conflict""='Burundi Civil War';",1-15652027-1 What is the sexual abuse rate where the conflict is the Burundi Civil War?,"CREATE TABLE ""table1_15652027_1"" ( ""conflict"" text, ""united_nations_mission"" text, ""sexual_abuse_1"" real, ""murder_2"" real, ""extortion_theft_3"" text );","SELECT MAX(""sexual_abuse_1"") FROM ""table1_15652027_1"" WHERE ""conflict""='Burundi Civil War';",1-15652027-1 What is the sexual abuse rate where the conflict is the Second Sudanese Civil War?,"CREATE TABLE ""table1_15652027_1"" ( ""conflict"" text, ""united_nations_mission"" text, ""sexual_abuse_1"" real, ""murder_2"" real, ""extortion_theft_3"" text );","SELECT MIN(""sexual_abuse_1"") FROM ""table1_15652027_1"" WHERE ""conflict""='Second Sudanese Civil War';",1-15652027-1 Who was the on the cover when Bob Vila did the 20 Questions?,"CREATE TABLE ""table1_1566848_8"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""cover_model"" FROM ""table1_1566848_8"" WHERE ""20_questions""='Bob Vila';",1-1566848-8 When was the Kymberly Paige the Centerfold?,"CREATE TABLE ""table1_1566848_8"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""date"" FROM ""table1_1566848_8"" WHERE ""centerfold_model""='Kymberly Paige';",1-1566848-8 When was Kalin Olson listed as the centerfold model?,"CREATE TABLE ""table1_1566850_8"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""date"" FROM ""table1_1566850_8"" WHERE ""centerfold_model""='Kalin Olson';",1-1566850-8 What is the name of the cover model on 3-97?,"CREATE TABLE ""table1_1566850_8"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""cover_model"" FROM ""table1_1566850_8"" WHERE ""date""='3-97';",1-1566850-8 Who was the centerfold model when a pictorial was done on marilyn monroe?,"CREATE TABLE ""table1_1566850_8"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""centerfold_model"" FROM ""table1_1566850_8"" WHERE ""pictorials""='Marilyn Monroe';",1-1566850-8 Who was the interview subject on the date 1-97?,"CREATE TABLE ""table1_1566850_8"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""interview_subject"" FROM ""table1_1566850_8"" WHERE ""date""='1-97';",1-1566850-8 "Who was the centerfold model in the issue where Fergie answered the ""20 questions""?","CREATE TABLE ""2007"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""centerfold_model"" FROM ""2007"" WHERE ""20_questions""='Fergie';",1-1566852-8 Who was the cover model when the issue's pictorials was pmoy - sara jean underwood?,"CREATE TABLE ""2007"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""cover_model"" FROM ""2007"" WHERE ""pictorials""='PMOY - Sara Jean Underwood';",1-1566852-8 List the pictorals from issues when lindsey roeper was the cover model.,"CREATE TABLE ""2007"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""pictorials"" FROM ""2007"" WHERE ""cover_model""='Lindsey Roeper';",1-1566852-8 "Who was the centerfold model when the issue's pictorial was kimberly bell , bunnies of the new playboy club?","CREATE TABLE ""2007"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""centerfold_model"" FROM ""2007"" WHERE ""pictorials""='Kimberly Bell , Bunnies of the New Playboy Club';",1-1566852-8 "Who was the centerfold model when the issue's pictorial was amanda beard, reby sky , girls of montauk ?","CREATE TABLE ""2007"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""centerfold_model"" FROM ""2007"" WHERE ""pictorials""='Amanda Beard, Reby Sky , Girls of Montauk';",1-1566852-8 Who answered the 20 questions on 10-07?,"CREATE TABLE ""2007"" ( ""date"" text, ""cover_model"" text, ""centerfold_model"" text, ""interview_subject"" text, ""20_questions"" text, ""pictorials"" text );","SELECT ""20_questions"" FROM ""2007"" WHERE ""date""='10-07';",1-1566852-8 Name the wickets for overs bowled being 15,"CREATE TABLE ""india"" ( ""name"" text, ""overs_bowled"" text, ""maidens"" real, ""runs_conceded"" real, ""wickets"" real, ""extras"" real, ""e_r"" text );","SELECT ""wickets"" FROM ""india"" WHERE ""overs_bowled""='15';",1-15700367-2 Name the total number of wickets being yuvraj singh,"CREATE TABLE ""india"" ( ""name"" text, ""overs_bowled"" text, ""maidens"" real, ""runs_conceded"" real, ""wickets"" real, ""extras"" real, ""e_r"" text );","SELECT COUNT(""wickets"") FROM ""india"" WHERE ""name""='Yuvraj Singh';",1-15700367-2 Name the name for when overs bowled is 31.2,"CREATE TABLE ""india"" ( ""name"" text, ""overs_bowled"" text, ""maidens"" real, ""runs_conceded"" real, ""wickets"" real, ""extras"" real, ""e_r"" text );","SELECT ""name"" FROM ""india"" WHERE ""overs_bowled""='31.2';",1-15700367-2 Name the runs conceded where overs bowled is 53,"CREATE TABLE ""india"" ( ""name"" text, ""overs_bowled"" text, ""maidens"" real, ""runs_conceded"" real, ""wickets"" real, ""extras"" real, ""e_r"" text );","SELECT COUNT(""runs_conceded"") FROM ""india"" WHERE ""overs_bowled""='53';",1-15700367-2 Name the maaidens where overs bowled is 13,"CREATE TABLE ""india"" ( ""name"" text, ""overs_bowled"" text, ""maidens"" real, ""runs_conceded"" real, ""wickets"" real, ""extras"" real, ""e_r"" text );","SELECT ""maidens"" FROM ""india"" WHERE ""overs_bowled""='13';",1-15700367-2 On what date was the race at Nazareth?,"CREATE TABLE ""winners"" ( ""season"" real, ""date"" text, ""location"" text, ""driver"" text, ""chassis"" text, ""engine"" text, ""team"" text );","SELECT ""date"" FROM ""winners"" WHERE ""location""='Nazareth';",1-15736385-1 At which location did Rick Mears drive?,"CREATE TABLE ""winners"" ( ""season"" real, ""date"" text, ""location"" text, ""driver"" text, ""chassis"" text, ""engine"" text, ""team"" text );","SELECT ""location"" FROM ""winners"" WHERE ""driver""='Rick Mears';",1-15736385-1 Which team raced on October 19?,"CREATE TABLE ""winners"" ( ""season"" real, ""date"" text, ""location"" text, ""driver"" text, ""chassis"" text, ""engine"" text, ""team"" text );","SELECT ""team"" FROM ""winners"" WHERE ""date""='October 19';",1-15736385-1 What engine does Galles Racing use?,"CREATE TABLE ""winners"" ( ""season"" real, ""date"" text, ""location"" text, ""driver"" text, ""chassis"" text, ""engine"" text, ""team"" text );","SELECT ""engine"" FROM ""winners"" WHERE ""team""='Galles Racing';",1-15736385-1 What game happened on December 19?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MAX(""game"") FROM ""game_log"" WHERE ""date""='December 19';",1-15780049-5 Who scored the most points against Washington?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""team""='Washington';",1-15780049-5 Which municipalities located in the county of Finnmark have populations bigger than 6187.0?,"CREATE TABLE ""city_or_town_status_since_before_1996"" ( ""city_town"" text, ""municipality"" text, ""county"" text, ""city_town_status"" real, ""population"" real );","SELECT ""municipality"" FROM ""city_or_town_status_since_before_1996"" WHERE ""county""='Finnmark' AND ""population"">6187.0;",1-157826-1 In which county is the city/town of Halden located?,"CREATE TABLE ""city_or_town_status_since_before_1996"" ( ""city_town"" text, ""municipality"" text, ""county"" text, ""city_town_status"" real, ""population"" real );","SELECT ""county"" FROM ""city_or_town_status_since_before_1996"" WHERE ""city_town""='Halden';",1-157826-1 Which municipality has a population of 24421?,"CREATE TABLE ""city_or_town_status_since_before_1996"" ( ""city_town"" text, ""municipality"" text, ""county"" text, ""city_town_status"" real, ""population"" real );","SELECT ""municipality"" FROM ""city_or_town_status_since_before_1996"" WHERE ""population""=24421;",1-157826-1 What is the total population in the city/town of Arendal?,"CREATE TABLE ""city_or_town_status_since_before_1996"" ( ""city_town"" text, ""municipality"" text, ""county"" text, ""city_town_status"" real, ""population"" real );","SELECT COUNT(""population"") FROM ""city_or_town_status_since_before_1996"" WHERE ""city_town""='Arendal';",1-157826-1 What are the cities/towns located in the municipality of Horten?,"CREATE TABLE ""city_or_town_status_since_before_1996"" ( ""city_town"" text, ""municipality"" text, ""county"" text, ""city_town_status"" real, ""population"" real );","SELECT ""city_town"" FROM ""city_or_town_status_since_before_1996"" WHERE ""municipality""='Horten';",1-157826-1 What are the cities/towns located in the municipality of Moss?,"CREATE TABLE ""city_or_town_status_since_before_1996"" ( ""city_town"" text, ""municipality"" text, ""county"" text, ""city_town_status"" real, ""population"" real );","SELECT ""city_town"" FROM ""city_or_town_status_since_before_1996"" WHERE ""municipality""='Moss';",1-157826-1 Name the song choice when week number is hollywood,"CREATE TABLE ""table1_15796054_3"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""song_choice"" FROM ""table1_15796054_3"" WHERE ""week_num""='Hollywood';",1-15796054-3 Name the week number for andrew lloyd webber,"CREATE TABLE ""table1_15796054_3"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""week_num"" FROM ""table1_15796054_3"" WHERE ""theme""='Andrew Lloyd Webber';",1-15796054-3 Name the order number for the beatles and result is safe,"CREATE TABLE ""table1_15796054_3"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""order_num"" FROM ""table1_15796054_3"" WHERE ""original_artist""='The Beatles' AND ""result""='Safe';",1-15796054-3 What is the production code for the episode written by Drew Z. Greenberg?,"CREATE TABLE ""table1_158088_2"" ( ""episode_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""production_code"" FROM ""table1_158088_2"" WHERE ""written_by""='Drew Z. Greenberg';",1-158088-2 Who directed episode number 3?,"CREATE TABLE ""table1_158088_2"" ( ""episode_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""directed_by"" FROM ""table1_158088_2"" WHERE ""episode_no""=3;",1-158088-2 "Who was ""The Magic Necklace"" written by?","CREATE TABLE ""table1_15824796_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""written_by"" FROM ""table1_15824796_4"" WHERE ""title""='\""The Magic Necklace\""';",1-15824796-4 "Which Season originally aired on September 17, 1955","CREATE TABLE ""table1_15824796_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""season_num"" FROM ""table1_15824796_4"" WHERE ""original_air_date""='September 17, 1955';",1-15824796-4 What is the lowest number of series?,"CREATE TABLE ""table1_15824796_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT MIN(""series_num"") FROM ""table1_15824796_4"";",1-15824796-4 When did season 9 originally air?,"CREATE TABLE ""table1_15824796_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""original_air_date"" FROM ""table1_15824796_4"" WHERE ""season_num""=9;",1-15824796-4 "Who directed the episode that was written by Jackson Gillis and Originally aired on May 21, 1955?","CREATE TABLE ""table1_15824796_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""directed_by"" FROM ""table1_15824796_4"" WHERE ""written_by""='Jackson Gillis' AND ""original_air_date""='May 21, 1955';",1-15824796-4 "On what date was the attendance at Continental Airlines Arena 13,755?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""location_attendance""='Continental Airlines Arena 13,755';",1-15869204-4 How many television service are in italian and n°is greater than 856.0?,"CREATE TABLE ""religious"" ( ""n"" real, ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""dar"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""television_service"" FROM ""religious"" WHERE ""language""='Italian' AND ""n"">856.0;",1-15887683-15 What television service is in italy and is in english?,"CREATE TABLE ""religious"" ( ""n"" real, ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""dar"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""television_service"" FROM ""religious"" WHERE ""country""='Italy' AND ""language""='English';",1-15887683-15 what television service are in the united kingdom and n° is greater than 854.0?,"CREATE TABLE ""religious"" ( ""n"" real, ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""dar"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""television_service"" FROM ""religious"" WHERE ""country""='United Kingdom' AND ""n"">854.0;",1-15887683-15 How many dar are in germany?,"CREATE TABLE ""religious"" ( ""n"" real, ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""dar"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""dar"" FROM ""religious"" WHERE ""country""='Germany';",1-15887683-15 Name the total number of coat of cash wearing celebrity where panelists are matt di angelo and antony cotton,"CREATE TABLE ""series_6"" ( ""episode_number"" real, ""air_date"" text, ""guest_host"" text, ""musical_guest_song_performed"" text, ""who_knows_the_most_about_the_guest_host_panelists"" text, ""coat_of_cash_wearing_celebrity"" text );","SELECT COUNT(""coat_of_cash_wearing_celebrity"") FROM ""series_6"" WHERE ""who_knows_the_most_about_the_guest_host_panelists""='Matt Di Angelo and Antony Cotton';",1-1590967-6 Name the musical guest where guest host is elle macpherson,"CREATE TABLE ""series_6"" ( ""episode_number"" real, ""air_date"" text, ""guest_host"" text, ""musical_guest_song_performed"" text, ""who_knows_the_most_about_the_guest_host_panelists"" text, ""coat_of_cash_wearing_celebrity"" text );","SELECT ""musical_guest_song_performed"" FROM ""series_6"" WHERE ""guest_host""='Elle Macpherson';",1-1590967-6 Name the number of panelists for oat of cash wearing celebrity being matt di angelo,"CREATE TABLE ""series_6"" ( ""episode_number"" real, ""air_date"" text, ""guest_host"" text, ""musical_guest_song_performed"" text, ""who_knows_the_most_about_the_guest_host_panelists"" text, ""coat_of_cash_wearing_celebrity"" text );","SELECT COUNT(""who_knows_the_most_about_the_guest_host_panelists"") FROM ""series_6"" WHERE ""coat_of_cash_wearing_celebrity""='Matt Di Angelo';",1-1590967-6 Name the total number of episodes for coat of cash wearing celebrity is matt di angelo,"CREATE TABLE ""series_6"" ( ""episode_number"" real, ""air_date"" text, ""guest_host"" text, ""musical_guest_song_performed"" text, ""who_knows_the_most_about_the_guest_host_panelists"" text, ""coat_of_cash_wearing_celebrity"" text );","SELECT COUNT(""episode_number"") FROM ""series_6"" WHERE ""coat_of_cash_wearing_celebrity""='Matt Di Angelo';",1-1590967-6 Name the least number of episodes for the panelists of reggie yates and kelly osbourne,"CREATE TABLE ""series_6"" ( ""episode_number"" real, ""air_date"" text, ""guest_host"" text, ""musical_guest_song_performed"" text, ""who_knows_the_most_about_the_guest_host_panelists"" text, ""coat_of_cash_wearing_celebrity"" text );","SELECT MIN(""episode_number"") FROM ""series_6"" WHERE ""who_knows_the_most_about_the_guest_host_panelists""='Reggie Yates and Kelly Osbourne';",1-1590967-6 What was the total opponents points for the game were the Oilers scored 21?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""oilers_points"" real, ""opponents"" real, ""oilers_first_downs"" real, ""record"" text, ""attendance"" real );","SELECT ""opponents"" FROM ""schedule"" WHERE ""oilers_points""=21;",1-15986020-3 Who got second place when the winners were rafał mroczek & aneta piotrowska?,"CREATE TABLE ""table1_15988037_4"" ( ""season"" text, ""no_of_stars"" real, ""no_of_weeks"" real, ""duration_dates"" text, ""winner"" text, ""second_place"" text, ""third_place"" text );","SELECT ""second_place"" FROM ""table1_15988037_4"" WHERE ""winner""='Rafał Mroczek & Aneta Piotrowska';",1-15988037-4 The hanja 朔州 is for what province?,"CREATE TABLE ""provinces_of_unified_silla"" ( ""former_kingdom"" text, ""province"" text, ""hangul"" text, ""hanja"" text, ""capital"" text, ""modern_equivalent"" text );","SELECT ""province"" FROM ""provinces_of_unified_silla"" WHERE ""hanja""='朔州';",1-160510-1 "What is the modern equivalent of the former kingdom ""silla"" with the hanja 尙州?","CREATE TABLE ""provinces_of_unified_silla"" ( ""former_kingdom"" text, ""province"" text, ""hangul"" text, ""hanja"" text, ""capital"" text, ""modern_equivalent"" text );","SELECT COUNT(""modern_equivalent"") FROM ""provinces_of_unified_silla"" WHERE ""former_kingdom""='Silla' AND ""hanja""='尙州';",1-160510-1 The hanja 尙州 is for what capital?,"CREATE TABLE ""provinces_of_unified_silla"" ( ""former_kingdom"" text, ""province"" text, ""hangul"" text, ""hanja"" text, ""capital"" text, ""modern_equivalent"" text );","SELECT ""capital"" FROM ""provinces_of_unified_silla"" WHERE ""hanja""='尙州';",1-160510-1 What is the hangul symbol for the hanja 良州?,"CREATE TABLE ""provinces_of_unified_silla"" ( ""former_kingdom"" text, ""province"" text, ""hangul"" text, ""hanja"" text, ""capital"" text, ""modern_equivalent"" text );","SELECT ""hangul"" FROM ""provinces_of_unified_silla"" WHERE ""hanja""='良州';",1-160510-1 "What is the hanja for the province of ""sangju""?","CREATE TABLE ""provinces_of_unified_silla"" ( ""former_kingdom"" text, ""province"" text, ""hangul"" text, ""hanja"" text, ""capital"" text, ""modern_equivalent"" text );","SELECT ""hanja"" FROM ""provinces_of_unified_silla"" WHERE ""province""='Sangju';",1-160510-1 "What are the modern equivalents for the province of ""hanju""?","CREATE TABLE ""provinces_of_unified_silla"" ( ""former_kingdom"" text, ""province"" text, ""hangul"" text, ""hanja"" text, ""capital"" text, ""modern_equivalent"" text );","SELECT ""modern_equivalent"" FROM ""provinces_of_unified_silla"" WHERE ""province""='Hanju';",1-160510-1 How many passengers (in millions) flew from Seoul in 2012?,"CREATE TABLE ""world"" ( ""rank"" real, ""city_1"" text, ""city_2"" text, ""2012_passengers_in_millions"" text, ""2011_passengers_in_millions"" text, ""distance"" text );","SELECT ""2012_passengers_in_millions"" FROM ""world"" WHERE ""city_1""='Seoul';",1-16066063-1 What the is the first city listed on the route that had 6.6+ passengers in 2011 and a distance of 1075km?,"CREATE TABLE ""world"" ( ""rank"" real, ""city_1"" text, ""city_2"" text, ""2012_passengers_in_millions"" text, ""2011_passengers_in_millions"" text, ""distance"" text );","SELECT ""city_1"" FROM ""world"" WHERE ""2011_passengers_in_millions""='6.6+' AND ""distance""='1075km';",1-16066063-1 How many passengers (in millions) flew through along the route that is 1075km long in 2012?,"CREATE TABLE ""world"" ( ""rank"" real, ""city_1"" text, ""city_2"" text, ""2012_passengers_in_millions"" text, ""2011_passengers_in_millions"" text, ""distance"" text );","SELECT ""2012_passengers_in_millions"" FROM ""world"" WHERE ""distance""='1075km';",1-16066063-1 How many passengers (in millions) in 2011 flew through along the route that had 6.640 million passengers in 2012?,"CREATE TABLE ""world"" ( ""rank"" real, ""city_1"" text, ""city_2"" text, ""2012_passengers_in_millions"" text, ""2011_passengers_in_millions"" text, ""distance"" text );","SELECT ""2011_passengers_in_millions"" FROM ""world"" WHERE ""2012_passengers_in_millions""='6.640';",1-16066063-1 Which city is listed first when Okinawa is listed as the second city?,"CREATE TABLE ""world"" ( ""rank"" real, ""city_1"" text, ""city_2"" text, ""2012_passengers_in_millions"" text, ""2011_passengers_in_millions"" text, ""distance"" text );","SELECT ""city_1"" FROM ""world"" WHERE ""city_2""='Okinawa';",1-16066063-1 "In 2011, which city is listed first along the route that had 7.6+ million passengers?","CREATE TABLE ""world"" ( ""rank"" real, ""city_1"" text, ""city_2"" text, ""2012_passengers_in_millions"" text, ""2011_passengers_in_millions"" text, ""distance"" text );","SELECT ""city_1"" FROM ""world"" WHERE ""2011_passengers_in_millions""='7.6+';",1-16066063-1 What is the report for races where Will Power had both pole position and fastest lap?,"CREATE TABLE ""round_1"" ( ""rd"" real, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""report"" FROM ""round_1"" WHERE ""pole_position""='Will Power' AND ""fastest_lap""='Will Power';",1-16099880-5 Who was on the pole at Chicagoland?,"CREATE TABLE ""round_1"" ( ""rd"" real, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""pole_position"" FROM ""round_1"" WHERE ""race""='Chicagoland';",1-16099880-5 In what position did the winning driver finish at Chicagoland?,"CREATE TABLE ""round_1"" ( ""rd"" real, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT COUNT(""winning_driver"") FROM ""round_1"" WHERE ""race""='Chicagoland';",1-16099880-5 How many schools had the win loss ratio of 0.667? ,"CREATE TABLE ""championship_game_results_by_team"" ( ""appearances"" real, ""school"" text, ""wins"" real, ""losses"" real, ""percent"" text, ""last_appearance"" text );","SELECT COUNT(""school"") FROM ""championship_game_results_by_team"" WHERE ""percent""='0.667';",1-16225511-2 How many wins did Baylor have? ,"CREATE TABLE ""championship_game_results_by_team"" ( ""appearances"" real, ""school"" text, ""wins"" real, ""losses"" real, ""percent"" text, ""last_appearance"" text );","SELECT COUNT(""wins"") FROM ""championship_game_results_by_team"" WHERE ""school""='Baylor';",1-16225511-2 What's the largest amount of wins Texas has? ,"CREATE TABLE ""championship_game_results_by_team"" ( ""appearances"" real, ""school"" text, ""wins"" real, ""losses"" real, ""percent"" text, ""last_appearance"" text );","SELECT MAX(""wins"") FROM ""championship_game_results_by_team"" WHERE ""school""='Texas';",1-16225511-2 Who sanctioned the event at fayette county speedway?,"CREATE TABLE ""table1_16275828_4"" ( ""track_name"" text, ""location"" text, ""length"" text, ""sanction"" text, ""program"" text );","SELECT ""sanction"" FROM ""table1_16275828_4"" WHERE ""track_name""='Fayette County Speedway';",1-16275828-4 "Who sanctioned the event in lincoln, illinois?","CREATE TABLE ""table1_16275828_4"" ( ""track_name"" text, ""location"" text, ""length"" text, ""sanction"" text, ""program"" text );","SELECT ""sanction"" FROM ""table1_16275828_4"" WHERE ""location""='Lincoln, Illinois';",1-16275828-4 What location is farmer city speedway?,"CREATE TABLE ""table1_16275828_4"" ( ""track_name"" text, ""location"" text, ""length"" text, ""sanction"" text, ""program"" text );","SELECT ""location"" FROM ""table1_16275828_4"" WHERE ""track_name""='Farmer City Speedway';",1-16275828-4 What programs were held at highland speedway?,"CREATE TABLE ""table1_16275828_4"" ( ""track_name"" text, ""location"" text, ""length"" text, ""sanction"" text, ""program"" text );","SELECT ""program"" FROM ""table1_16275828_4"" WHERE ""track_name""='Highland Speedway';",1-16275828-4 "What programs were held in charleston, illinois?","CREATE TABLE ""table1_16275828_4"" ( ""track_name"" text, ""location"" text, ""length"" text, ""sanction"" text, ""program"" text );","SELECT ""program"" FROM ""table1_16275828_4"" WHERE ""location""='Charleston, Illinois';",1-16275828-4 Name the round eliminated where conference record is 12-6,"CREATE TABLE ""table1_16295365_2"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""seed"" text, ""round_eliminated"" text, ""lost_to_seed"" text );","SELECT ""round_eliminated"" FROM ""table1_16295365_2"" WHERE ""conf_record""='12-6';",1-16295365-2 Name the school where conference record is 12-6,"CREATE TABLE ""table1_16295365_2"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""seed"" text, ""round_eliminated"" text, ""lost_to_seed"" text );","SELECT ""school"" FROM ""table1_16295365_2"" WHERE ""conf_record""='12-6';",1-16295365-2 Name the conference record where seed is 3 and record is 24-9,"CREATE TABLE ""table1_16295365_2"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""seed"" text, ""round_eliminated"" text, ""lost_to_seed"" text );","SELECT ""conf_record"" FROM ""table1_16295365_2"" WHERE ""seed""='3' AND ""record""='24-9';",1-16295365-2 "For teams in the Sun Belt conference, what is the conference record?","CREATE TABLE ""table1_16295365_1"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""regular_season_finish"" text, ""regular_season_second_place"" text );","SELECT ""conf_record"" FROM ""table1_16295365_1"" WHERE ""conference""='Sun Belt';",1-16295365-1 What was the overall record of Oral Roberts college?,"CREATE TABLE ""table1_16295365_1"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""regular_season_finish"" text, ""regular_season_second_place"" text );","SELECT ""record"" FROM ""table1_16295365_1"" WHERE ""school""='Oral Roberts';",1-16295365-1 Which qualifying schools were in the Patriot conference?,"CREATE TABLE ""table1_16295365_1"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""regular_season_finish"" text, ""regular_season_second_place"" text );","SELECT ""school"" FROM ""table1_16295365_1"" WHERE ""conference""='Patriot';",1-16295365-1 What was the overall record of UMBC?,"CREATE TABLE ""table1_16295365_1"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""regular_season_finish"" text, ""regular_season_second_place"" text );","SELECT ""record"" FROM ""table1_16295365_1"" WHERE ""school""='UMBC';",1-16295365-1 Which conference is Belmont in?,"CREATE TABLE ""table1_16295365_1"" ( ""school"" text, ""record"" text, ""conference"" text, ""conf_record"" text, ""regular_season_finish"" text, ""regular_season_second_place"" text );","SELECT ""conference"" FROM ""table1_16295365_1"" WHERE ""school""='Belmont';",1-16295365-1 What is the status of vessel number K-223?,"CREATE TABLE ""delta_iii_class_significant_dates"" ( ""num"" text, ""shipyard"" text, ""name"" text, ""laid_down"" text, ""launched"" text, ""commissioned"" text, ""fleet"" text, ""status"" text );","SELECT ""status"" FROM ""delta_iii_class_significant_dates"" WHERE ""num""='K-223';",1-1634376-1 Who won third place in season four?,"CREATE TABLE ""table1_16331144_1"" ( ""season"" text, ""air_date"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""host_s"" text, ""judges"" text, ""winning_mentor"" text );","SELECT ""third_place"" FROM ""table1_16331144_1"" WHERE ""season""='Four';",1-16331144-1 Who was the runner-up in season five?,"CREATE TABLE ""table1_16331144_1"" ( ""season"" text, ""air_date"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""host_s"" text, ""judges"" text, ""winning_mentor"" text );","SELECT ""runner_up"" FROM ""table1_16331144_1"" WHERE ""season""='Five';",1-16331144-1 Which season did Ida Corr win?,"CREATE TABLE ""table1_16331144_1"" ( ""season"" text, ""air_date"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""host_s"" text, ""judges"" text, ""winning_mentor"" text );","SELECT ""season"" FROM ""table1_16331144_1"" WHERE ""winning_mentor""='Ida Corr';",1-16331144-1 Who was the winning mentor in season two?,"CREATE TABLE ""table1_16331144_1"" ( ""season"" text, ""air_date"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""host_s"" text, ""judges"" text, ""winning_mentor"" text );","SELECT ""winning_mentor"" FROM ""table1_16331144_1"" WHERE ""season""='Two';",1-16331144-1 Who was the runner-up when Mohamed Ali got third?,"CREATE TABLE ""table1_16331144_1"" ( ""season"" text, ""air_date"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""host_s"" text, ""judges"" text, ""winning_mentor"" text );","SELECT ""runner_up"" FROM ""table1_16331144_1"" WHERE ""third_place""='Mohamed Ali';",1-16331144-1 "What affiliation is Erie, Pennsylvania?","CREATE TABLE ""former_teams"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT ""affiliation"" FROM ""former_teams"" WHERE ""location""='Erie, Pennsylvania';",1-16381914-1 What was the enrollment of the school founded in 1846?,"CREATE TABLE ""former_teams"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT ""enrollment"" FROM ""former_teams"" WHERE ""founded""=1846;",1-16381914-1 "What kind of school is Canton, New York?","CREATE TABLE ""former_teams"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT ""affiliation"" FROM ""former_teams"" WHERE ""location""='Canton, New York';",1-16381914-1 Name the ground for essendon,"CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""time"" text );","SELECT ""ground"" FROM ""round_of_16"" WHERE ""home_team""='Essendon';",1-16388047-1 Name the total number of grounds for essendon,"CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""time"" text );","SELECT COUNT(""ground"") FROM ""round_of_16"" WHERE ""home_team""='Essendon';",1-16388047-1 Name the time for saturday 4 march 1995,"CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""time"" text );","SELECT ""time"" FROM ""round_of_16"" WHERE ""date""='Saturday 4 March 1995';",1-16388047-1 "Where the home team scored 13.10 (88), what was the size of the crowd?","CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_2"" WHERE ""home_team_score""='13.10 (88)';",1-16388478-3 On what date did the away team Fremantle play?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_2"" WHERE ""away_team""='Fremantle';",1-16388478-3 What score did the away team receive against home team Port Adelaide?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_2"" WHERE ""home_team""='Port Adelaide';",1-16388478-3 Name the h when c max is 99,"CREATE TABLE ""morse_taper_dimensions_mm"" ( ""morse_taper_number"" real, ""taper"" text, ""a"" text, ""b_max"" text, ""c_max"" text, ""d_max"" text, ""e_max"" text, ""f"" real, ""g"" text, ""h"" text, ""j"" text, ""k"" text );","SELECT ""h"" FROM ""morse_taper_dimensions_mm"" WHERE ""c_max""='99';",1-1646586-4 Name the least morse taper number when taper is 1:20.047,"CREATE TABLE ""morse_taper_dimensions_mm"" ( ""morse_taper_number"" real, ""taper"" text, ""a"" text, ""b_max"" text, ""c_max"" text, ""d_max"" text, ""e_max"" text, ""f"" real, ""g"" text, ""h"" text, ""j"" text, ""k"" text );","SELECT MIN(""morse_taper_number"") FROM ""morse_taper_dimensions_mm"" WHERE ""taper""='1:20.047';",1-1646586-4 when was the school/club team for grizzles was maryland,"CREATE TABLE ""e"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_for_grizzlies"" text, ""school_club_team"" text );","SELECT ""years_for_grizzlies"" FROM ""e"" WHERE ""school_club_team""='Maryland';",1-16494599-5 Which position did kevin edwards play for,"CREATE TABLE ""e"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_for_grizzlies"" text, ""school_club_team"" text );","SELECT ""position"" FROM ""e"" WHERE ""player""='Kevin Edwards';",1-16494599-5 when did no. 32 play for grizzles,"CREATE TABLE ""e"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_for_grizzlies"" text, ""school_club_team"" text );","SELECT ""years_for_grizzlies"" FROM ""e"" WHERE ""no""=32;",1-16494599-5 what's the highest player number from the list from 2000-2001,"CREATE TABLE ""e"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_for_grizzlies"" text, ""school_club_team"" text );","SELECT MAX(""no"") FROM ""e"" WHERE ""years_for_grizzlies""='2000-2001';",1-16494599-5 Which school/club team did blue edwards play for,"CREATE TABLE ""e"" ( ""player"" text, ""no"" real, ""nationality"" text, ""position"" text, ""years_for_grizzlies"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""e"" WHERE ""player""='Blue Edwards';",1-16494599-5 What position is Justin Shaw in?,"CREATE TABLE ""table1_16575609_3"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""table1_16575609_3"" WHERE ""player""='Justin Shaw';",1-16575609-3 What pick # did Western Illinois have?,"CREATE TABLE ""table1_16575609_3"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""pick_num"" FROM ""table1_16575609_3"" WHERE ""college""='Western Illinois';",1-16575609-3 How many cfl teams had pick # 21?,"CREATE TABLE ""table1_16575609_3"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT COUNT(""cfl_team"") FROM ""table1_16575609_3"" WHERE ""pick_num""=21;",1-16575609-3 How many pick numbers did Michael Giffin have?,"CREATE TABLE ""table1_16575609_3"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick_num"") FROM ""table1_16575609_3"" WHERE ""player""='Michael Giffin';",1-16575609-3 What college does Jean-Nicolas Carriere play for?,"CREATE TABLE ""table1_16575609_3"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""table1_16575609_3"" WHERE ""player""='Jean-Nicolas Carriere';",1-16575609-3 What are the points for ktm-vmc equipment? ,"CREATE TABLE ""the_2013_season"" ( ""position"" real, ""driver_passenger"" text, ""equipment"" text, ""bike_no"" real, ""points"" real );","SELECT ""points"" FROM ""the_2013_season"" WHERE ""equipment""='KTM-VMC';",1-16729457-18 Name the location for illinois,"CREATE TABLE ""table1_1672976_7"" ( ""date"" text, ""time"" text, ""acc_team"" text, ""big_ten_team"" text, ""location"" text, ""television"" text, ""attendance"" real, ""winner"" text, ""challenge_leader"" text );","SELECT ""location"" FROM ""table1_1672976_7"" WHERE ""big_ten_team""='Illinois';",1-1672976-7 "what is the maximum lead margin on august 5, 2008?","CREATE TABLE ""opinion_polling_for_the_united_states_se"" ( ""poll_source"" text, ""dates_administered"" text, ""democrat_john_kerry"" text, ""republican_jeff_beatty"" text, ""lead_margin"" real );","SELECT MAX(""lead_margin"") FROM ""opinion_polling_for_the_united_states_se"" WHERE ""dates_administered""='August 5, 2008';",1-16751596-5 what is hte date where republican jeaff beatty is 34%?,"CREATE TABLE ""opinion_polling_for_the_united_states_se"" ( ""poll_source"" text, ""dates_administered"" text, ""democrat_john_kerry"" text, ""republican_jeff_beatty"" text, ""lead_margin"" real );","SELECT ""dates_administered"" FROM ""opinion_polling_for_the_united_states_se"" WHERE ""republican_jeff_beatty""='34%';",1-16751596-5 what are the dates where democrat john kerry is 63% and poll source is rasmussen reports?,"CREATE TABLE ""opinion_polling_for_the_united_states_se"" ( ""poll_source"" text, ""dates_administered"" text, ""democrat_john_kerry"" text, ""republican_jeff_beatty"" text, ""lead_margin"" real );","SELECT ""dates_administered"" FROM ""opinion_polling_for_the_united_states_se"" WHERE ""democrat_john_kerry""='63%' AND ""poll_source""='Rasmussen Reports';",1-16751596-5 "what is the percentage for john kerry and dates administered is april 22, 2008?","CREATE TABLE ""opinion_polling_for_the_united_states_se"" ( ""poll_source"" text, ""dates_administered"" text, ""democrat_john_kerry"" text, ""republican_jeff_beatty"" text, ""lead_margin"" real );","SELECT ""democrat_john_kerry"" FROM ""opinion_polling_for_the_united_states_se"" WHERE ""dates_administered""='April 22, 2008';",1-16751596-5 What was the diameter of the feature found in 1997?,"CREATE TABLE ""rupes"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""diameter_km"" FROM ""rupes"" WHERE ""year_named""=1997;",1-16799784-3 "At a latitude of 67.5n, what is the diameter?","CREATE TABLE ""rupes"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""diameter_km"" FROM ""rupes"" WHERE ""latitude""='67.5N';",1-16799784-3 What is the latitude of vaidilute rupes?,"CREATE TABLE ""rupes"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""latitude"" FROM ""rupes"" WHERE ""name""='Vaidilute Rupes';",1-16799784-3 "At a latitude of 71.1e, what is the feature's name origin?","CREATE TABLE ""rupes"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""name_origin"" FROM ""rupes"" WHERE ""longitude""='71.1E';",1-16799784-3 "At a longitude of 109.9e, how many features were found?","CREATE TABLE ""rupes"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT COUNT(""diameter_km"") FROM ""rupes"" WHERE ""longitude""='109.9E';",1-16799784-3 "At a longitude of 321.9e, what is the latitude of the features found?","CREATE TABLE ""rupes"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""latitude"" FROM ""rupes"" WHERE ""longitude""='321.9E';",1-16799784-3 In what year was the feature at a 33.3S latitude named? ,"CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT MAX(""year_named"") FROM ""paterae"" WHERE ""latitude""='33.3S';",1-16799784-8 What is the diameter in km of the feature named Colette Patera? ,"CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""diameter_km"" FROM ""paterae"" WHERE ""name""='Colette Patera';",1-16799784-8 What is the longitude of the feature named Razia Patera? ,"CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""longitude"" FROM ""paterae"" WHERE ""name""='Razia Patera';",1-16799784-8 What is the origin of the name of Keller Patera? ,"CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""name_origin"" FROM ""paterae"" WHERE ""name""='Keller Patera';",1-16799784-8 What is the diameter in km of the feature with a longitude of 40.2E? ,"CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""diameter_km"" FROM ""paterae"" WHERE ""longitude""='40.2E';",1-16799784-8 "what's the name origin of feature of diameter (km) 2,155.0","CREATE TABLE ""planitia"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""name_origin"" FROM ""planitia"" WHERE ""diameter_km""='2,155.0';",1-16799784-7 what is the diameter (km) of the feature of latitude 23.0s,"CREATE TABLE ""planitia"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""diameter_km"" FROM ""planitia"" WHERE ""latitude""='23.0S';",1-16799784-7 what is the latitude of the feature of longitude 80.0e,"CREATE TABLE ""planitia"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""latitude"" FROM ""planitia"" WHERE ""longitude""='80.0E';",1-16799784-7 what is the diameter (km) of feature of latitude 40.5s,"CREATE TABLE ""planitia"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""diameter_km"" FROM ""planitia"" WHERE ""latitude""='40.5S';",1-16799784-7 what is the diameter (km) of longitude 170.1e,"CREATE TABLE ""planitia"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" text, ""year_named"" real, ""name_origin"" text );","SELECT ""diameter_km"" FROM ""planitia"" WHERE ""longitude""='170.1E';",1-16799784-7 What is the market value of a company in billions that has 172.7 billion in sales? ,"CREATE TABLE ""2008_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""market_value_billion"" FROM ""2008_list"" WHERE ""sales_billion""='172.7';",1-1682026-6 What are the profits in billions for Berkshire Hathaway? ,"CREATE TABLE ""2008_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""profits_billion"" FROM ""2008_list"" WHERE ""company""='Berkshire Hathaway';",1-1682026-6 Which industry has a company with a market value of 80.3 billion? ,"CREATE TABLE ""2008_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""industry"" FROM ""2008_list"" WHERE ""market_value_billion""='80.3';",1-1682026-6 "What is the highest rank of a company that has 1,715.8 billion in assets? ","CREATE TABLE ""2008_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT MAX(""rank"") FROM ""2008_list"" WHERE ""assets_billion""='1,715.8';",1-1682026-6 what is the amount of profits in billions for companies with a market value of 204.9 billion? ,"CREATE TABLE ""2008_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""profits_billion"" FROM ""2008_list"" WHERE ""market_value_billion""='204.9';",1-1682026-6 What were the placements of the team in regular season when they reached quarterfinals in the U.S. Open Cup but did not qualify for the Concaf Champions Cup?,"CREATE TABLE ""table1_16857_2"" ( ""season"" real, ""mls_reg_season"" text, ""mls_cup_playoffs"" text, ""u_s_open_cup"" text, ""concacaf_champions_cup_champions_league"" text );","SELECT ""mls_reg_season"" FROM ""table1_16857_2"" WHERE ""u_s_open_cup""='Quarterfinals' AND ""concacaf_champions_cup_champions_league""='Did not qualify';",1-16857-2 How did the team place when they did not qualify for the Concaf Champions Cup but made it to Round of 16 in the U.S. Open Cup?,"CREATE TABLE ""table1_16857_2"" ( ""season"" real, ""mls_reg_season"" text, ""mls_cup_playoffs"" text, ""u_s_open_cup"" text, ""concacaf_champions_cup_champions_league"" text );","SELECT ""mls_cup_playoffs"" FROM ""table1_16857_2"" WHERE ""concacaf_champions_cup_champions_league""='Did not qualify' AND ""u_s_open_cup""='Round of 16';",1-16857-2 When was the first season?,"CREATE TABLE ""table1_16857_2"" ( ""season"" real, ""mls_reg_season"" text, ""mls_cup_playoffs"" text, ""u_s_open_cup"" text, ""concacaf_champions_cup_champions_league"" text );","SELECT MIN(""season"") FROM ""table1_16857_2"";",1-16857-2 "What is the ISBN of ""Dead as a Doornail?","CREATE TABLE ""table1_16907214_1"" ( ""num"" real, ""title"" text, ""publisher"" text, ""release"" text, ""length"" text, ""hardcover"" text, ""paperback"" text );","SELECT ""paperback"" FROM ""table1_16907214_1"" WHERE ""title""='Dead as a Doornail';",1-16907214-1 How many publishers put out isbn 193700788x?,"CREATE TABLE ""table1_16907214_1"" ( ""num"" real, ""title"" text, ""publisher"" text, ""release"" text, ""length"" text, ""hardcover"" text, ""paperback"" text );","SELECT COUNT(""publisher"") FROM ""table1_16907214_1"" WHERE ""hardcover""='ISBN 193700788X';",1-16907214-1 isbn 0-441-01400-3 is book number?,"CREATE TABLE ""table1_16907214_1"" ( ""num"" real, ""title"" text, ""publisher"" text, ""release"" text, ""length"" text, ""hardcover"" text, ""paperback"" text );","SELECT ""num"" FROM ""table1_16907214_1"" WHERE ""hardcover""='ISBN 0-441-01400-3';",1-16907214-1 Who pubilshed isbn 1-937007-44-8?,"CREATE TABLE ""table1_16907214_1"" ( ""num"" real, ""title"" text, ""publisher"" text, ""release"" text, ""length"" text, ""hardcover"" text, ""paperback"" text );","SELECT ""publisher"" FROM ""table1_16907214_1"" WHERE ""hardcover""='ISBN 1-937007-44-8';",1-16907214-1 What is the minimum Wins a team has?,"CREATE TABLE ""standings"" ( ""country"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT MIN(""w"") FROM ""standings"";",1-16922657-2 "When the country was Scotland, how many ends were won?","CREATE TABLE ""standings"" ( ""country"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT COUNT(""ends_won"") FROM ""standings"" WHERE ""country""='Scotland';",1-16922657-2 What is Norway's least ends lost?,"CREATE TABLE ""standings"" ( ""country"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT MIN(""ends_lost"") FROM ""standings"" WHERE ""country""='Norway';",1-16922657-2 Andrea Schöpp is the skip of which country?,"CREATE TABLE ""standings"" ( ""country"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT ""country"" FROM ""standings"" WHERE ""skip""='Andrea Schöpp';",1-16922657-2 Name the poles for 25th position,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""poles"" FROM ""nascar_sprint_cup_series"" WHERE ""position""='25th';",1-1708050-1 Name the starts when position is 16th,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""starts"" FROM ""nascar_sprint_cup_series"" WHERE ""position""='16th';",1-1708050-1 What stadium hosted the June 7 game and how many visitors were there?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""regular_season"" WHERE ""date""='June 7';",1-17103645-9 Who made the highest assist in the game that scored 79-88?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""regular_season"" WHERE ""score""='79-88';",1-17103645-9 When the 8th is Marcos Hernandez who was the 6th?,"CREATE TABLE ""2003_2009"" ( ""poll_year"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text, ""fifth"" text, ""sixth"" text, ""seventh"" text, ""eighth"" text, ""ninth"" text, ""tenth"" text );","SELECT ""sixth"" FROM ""2003_2009"" WHERE ""eighth""='Marcos Hernandez';",1-17111812-1 Who was in 4th when in 6th is Air Traffic?,"CREATE TABLE ""2003_2009"" ( ""poll_year"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text, ""fifth"" text, ""sixth"" text, ""seventh"" text, ""eighth"" text, ""ninth"" text, ""tenth"" text );","SELECT ""fourth"" FROM ""2003_2009"" WHERE ""sixth""='Air Traffic';",1-17111812-1 "When Kubb is in 9th, who is in 10th?","CREATE TABLE ""2003_2009"" ( ""poll_year"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text, ""fifth"" text, ""sixth"" text, ""seventh"" text, ""eighth"" text, ""ninth"" text, ""tenth"" text );","SELECT ""tenth"" FROM ""2003_2009"" WHERE ""ninth""='Kubb';",1-17111812-1 "When Interpol is in 6th, who is in 7th?","CREATE TABLE ""2003_2009"" ( ""poll_year"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text, ""fifth"" text, ""sixth"" text, ""seventh"" text, ""eighth"" text, ""ninth"" text, ""tenth"" text );","SELECT COUNT(""seventh"") FROM ""2003_2009"" WHERE ""sixth""='Interpol';",1-17111812-1 How many times was Plan B 4th place?,"CREATE TABLE ""2003_2009"" ( ""poll_year"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text, ""fifth"" text, ""sixth"" text, ""seventh"" text, ""eighth"" text, ""ninth"" text, ""tenth"" text );","SELECT COUNT(""winner"") FROM ""2003_2009"" WHERE ""fourth""='Plan B';",1-17111812-1 "When dizzee rascal is 5th, who was the winner?","CREATE TABLE ""2003_2009"" ( ""poll_year"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text, ""fifth"" text, ""sixth"" text, ""seventh"" text, ""eighth"" text, ""ninth"" text, ""tenth"" text );","SELECT ""winner"" FROM ""2003_2009"" WHERE ""fifth""='Dizzee Rascal';",1-17111812-1 What was the location and attendance for game 60?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""game""=60;",1-17121262-9 Who had the highest assists on March 18?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""date""='March 18';",1-17121262-9 Who had the high rebound total on january 6?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""date""='January 6';",1-17140608-7 How many positions correspond to a 1-3 1st leg?,"CREATE TABLE ""other_results"" ( ""position"" text, ""team_num1"" text, ""agg"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT COUNT(""position"") FROM ""other_results"" WHERE ""1st_leg""='1-3';",1-17142454-4 Name the total number of opponent of record 9-2,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score_time"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""arena_attendance"" text, ""record"" text );","SELECT COUNT(""opponent"") FROM ""regular_season"" WHERE ""record""='9-2';",1-17186229-4 name the date where score time is w 74-63,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score_time"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""arena_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""regular_season"" WHERE ""score_time""='W 74-63';",1-17186229-4 What episode aired on 11july1964?,"CREATE TABLE ""table1_1723080_1"" ( ""episode"" text, ""broadcast_date"" text, ""run_time"" text, ""viewers_in_millions"" text, ""archive"" text );","SELECT ""episode"" FROM ""table1_1723080_1"" WHERE ""broadcast_date""='11July1964';",1-1723080-1 How many viewers were there on 1august1964?,"CREATE TABLE ""table1_1723080_1"" ( ""episode"" text, ""broadcast_date"" text, ""run_time"" text, ""viewers_in_millions"" text, ""archive"" text );","SELECT ""viewers_in_millions"" FROM ""table1_1723080_1"" WHERE ""broadcast_date""='1August1964';",1-1723080-1 What is run time when there were 7.4 million viewers?,"CREATE TABLE ""table1_1723080_1"" ( ""episode"" text, ""broadcast_date"" text, ""run_time"" text, ""viewers_in_millions"" text, ""archive"" text );","SELECT ""run_time"" FROM ""table1_1723080_1"" WHERE ""viewers_in_millions""='7.4';",1-1723080-1 What is the equation where the 3rd throw is 7?,"CREATE TABLE ""table1_17265535_6"" ( ""1st_throw"" real, ""2nd_throw"" real, ""3rd_throw"" text, ""equation"" text, ""result"" real );","SELECT ""equation"" FROM ""table1_17265535_6"" WHERE ""3rd_throw""='7';",1-17265535-6 "If the equation is (10 times 8) + 4, what would be the 2nd throw?","CREATE TABLE ""table1_17265535_6"" ( ""1st_throw"" real, ""2nd_throw"" real, ""3rd_throw"" text, ""equation"" text, ""result"" real );","SELECT MAX(""2nd_throw"") FROM ""table1_17265535_6"" WHERE ""equation""='(10 times 8) + 4';",1-17265535-6 What is the result when the 3rd throw is not 8?,"CREATE TABLE ""table1_17265535_6"" ( ""1st_throw"" real, ""2nd_throw"" real, ""3rd_throw"" text, ""equation"" text, ""result"" real );","SELECT MIN(""result"") FROM ""table1_17265535_6"" WHERE ""3rd_throw""='not 8';",1-17265535-6 "If the equation is all equal, what is the 3rd throw?","CREATE TABLE ""table1_17265535_6"" ( ""1st_throw"" real, ""2nd_throw"" real, ""3rd_throw"" text, ""equation"" text, ""result"" real );","SELECT ""3rd_throw"" FROM ""table1_17265535_6"" WHERE ""equation""='all equal';",1-17265535-6 "If the equation is (10 times 1) + 3, what is the 2nd throw?","CREATE TABLE ""table1_17265535_6"" ( ""1st_throw"" real, ""2nd_throw"" real, ""3rd_throw"" text, ""equation"" text, ""result"" real );","SELECT MAX(""2nd_throw"") FROM ""table1_17265535_6"" WHERE ""equation""='(10 times 1) + 3';",1-17265535-6 Name the total number of grid for 30,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT COUNT(""grid"") FROM ""classification"" WHERE ""points""='30';",1-17271495-1 Name the laps for 18 pointss,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT ""laps"" FROM ""classification"" WHERE ""points""='18';",1-17271495-1 Name the drive for points being 13,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT ""driver"" FROM ""classification"" WHERE ""points""='13';",1-17271495-1 Name the team for scott dixon,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT ""team"" FROM ""classification"" WHERE ""driver""='Scott Dixon';",1-17271495-1 Name the team of darren manning,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT ""team"" FROM ""classification"" WHERE ""driver""='Darren Manning';",1-17271495-1 Name the record for score of l 93–104 (ot),"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""score""='L 93–104 (OT)';",1-17288825-8 On what date did the Rockets play Memphis?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""team""='Memphis';",1-17288825-9 Who had the most poinst in game 72?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""=72;",1-17288825-9 When tracy mcgrady (8) is leading in assists what is the date?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""high_assists""='Tracy McGrady (8)';",1-17288825-6 When @ new orleans is the team who has the highest amount of rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""team""='@ New Orleans';",1-17288825-6 When aaron brooks (6) had the highest amount of assists what is the date?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""high_assists""='Aaron Brooks (6)';",1-17288825-6 What was the record on November 1?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='November 1';",1-17288869-5 What was the record on November 7?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""record"") FROM ""game_log"" WHERE ""date""='November 7';",1-17288869-5 What is the grid for the driver who earned 14 points?,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT ""grid"" FROM ""classification"" WHERE ""points""='14';",1-17304504-1 Name the total number of cars for panther racing and grid of 9,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT COUNT(""car_no"") FROM ""classification"" WHERE ""team""='Panther Racing' AND ""grid""=9;",1-17304308-1 Name the least grid for 17 points ,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT MIN(""grid"") FROM ""classification"" WHERE ""points""='17';",1-17304308-1 Name the total number of fin pos for 12 points of accident,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT COUNT(""fin_pos"") FROM ""classification"" WHERE ""points""='12' AND ""time_retired""='Accident';",1-17304308-1 Name the number of driver for fin pos of 19,"CREATE TABLE ""classification"" ( ""fin_pos"" real, ""car_no"" real, ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""laps_led"" real, ""points"" text );","SELECT COUNT(""driver"") FROM ""classification"" WHERE ""fin_pos""=19;",1-17304308-1 how many high assists stats were maade on february 4,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_assists"") FROM ""game_log"" WHERE ""date""='February 4';",1-17311759-7 who made high assists on february 4,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""date""='February 4';",1-17311759-7 What was the score in game 81?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""game""=81;",1-17311797-10 Which player had the highest points in game 79?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""=79;",1-17311797-10 What team(s) did they play on march 9?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""date""='March 9';",1-17311783-9 Who had the high point total against cleveland?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""team""='Cleveland';",1-17311783-9 When did they play Miami?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""team""='Miami';",1-17323042-8 "Name the total number of score for staples center 13,266","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""score"") FROM ""game_log"" WHERE ""location_attendance""='Staples Center 13,266';",1-17323529-5 Name the high points for the date of november 24,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""date""='November 24';",1-17323529-5 Name the high assists for l 98–103 (ot),"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""score""='L 98–103 (OT)';",1-17323529-5 What was the team's score on April 1?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='April 1';",1-17340355-10 Who did the most assists when Matt Barnes (11) got the most rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""high_rebounds""='Matt Barnes (11)';",1-17340355-10 Steve Nash (24) got high points for how many teams?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""team"") FROM ""game_log"" WHERE ""high_points""='Steve Nash (24)';",1-17340355-10 "After the March 15 game, what was the team's record?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='March 15';",1-17340355-9 Name who wrote the episode directed by arthur albert,"CREATE TABLE ""table1_17356042_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""written_by"" FROM ""table1_17356042_1"" WHERE ""directed_by""='Arthur Albert';",1-17356042-1 Name the title that was written by r. scott gemmill,"CREATE TABLE ""table1_17356042_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""title"" FROM ""table1_17356042_1"" WHERE ""written_by""='R. Scott Gemmill';",1-17356042-1 Name who directed the episode for the series number 236,"CREATE TABLE ""table1_17356042_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""directed_by"" FROM ""table1_17356042_1"" WHERE ""series_num""=236;",1-17356042-1 How many games did the team who scored 60 goals win?,"CREATE TABLE ""final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_average_1"" text, ""points_2"" real );","SELECT MIN(""won"") FROM ""final_table"" WHERE ""goals_for""=60;",1-17358515-1 How many points did Goole Town accumulate?,"CREATE TABLE ""final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_average_1"" text, ""points_2"" real );","SELECT COUNT(""points_2"") FROM ""final_table"" WHERE ""team""='Goole Town';",1-17358515-1 List all losses with average goals of 1.21.,"CREATE TABLE ""final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_average_1"" text, ""points_2"" real );","SELECT ""lost"" FROM ""final_table"" WHERE ""goal_average_1""='1.21';",1-17366952-1 Which team had goal averages of 1.34?,"CREATE TABLE ""final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_average_1"" text, ""points_2"" real );","SELECT ""team"" FROM ""final_table"" WHERE ""goal_average_1""='1.34';",1-17366952-1 What is the highest position of the Bangor City team?,"CREATE TABLE ""final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_average_1"" text, ""points_2"" real );","SELECT MAX(""position"") FROM ""final_table"" WHERE ""team""='Bangor City';",1-17366952-1 How many times did the Lancaster City team play?,"CREATE TABLE ""final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_average_1"" text, ""points_2"" real );","SELECT COUNT(""played"") FROM ""final_table"" WHERE ""team""='Lancaster City';",1-17366952-1 Which athlete competed in the flyweight division?,"CREATE TABLE ""table1_1745820_5"" ( ""athlete"" text, ""event"" text, ""round_of_32"" text, ""round_of_16"" text, ""quarterfinals"" text, ""semifinals"" text );","SELECT ""athlete"" FROM ""table1_1745820_5"" WHERE ""event""='Flyweight';",1-1745820-5 "When there was a bye in the round of 32, what was the result in the round of 16?","CREATE TABLE ""table1_1745820_5"" ( ""athlete"" text, ""event"" text, ""round_of_32"" text, ""round_of_16"" text, ""quarterfinals"" text, ""semifinals"" text );","SELECT ""semifinals"" FROM ""table1_1745820_5"" WHERE ""round_of_32""='Bye';",1-1745820-5 "What is the part 4 when part 1 is ""lesan""?","CREATE TABLE ""german"" ( ""class"" text, ""part_1"" text, ""part_2"" text, ""part_3"" text, ""part_4"" text, ""verb_meaning"" text );","SELECT ""part_4"" FROM ""german"" WHERE ""part_1""='lesan';",1-1745843-8 "What is the verb meaning of the word with part 3 ""sufun""?","CREATE TABLE ""german"" ( ""class"" text, ""part_1"" text, ""part_2"" text, ""part_3"" text, ""part_4"" text, ""verb_meaning"" text );","SELECT ""verb_meaning"" FROM ""german"" WHERE ""part_3""='sufun';",1-1745843-8 "What class in the word with part 4 ""giheizan""?","CREATE TABLE ""german"" ( ""class"" text, ""part_1"" text, ""part_2"" text, ""part_3"" text, ""part_4"" text, ""verb_meaning"" text );","SELECT ""class"" FROM ""german"" WHERE ""part_4""='giheizan';",1-1745843-8 "What is the part 4 of the word with the part 1 ""heizan""?","CREATE TABLE ""german"" ( ""class"" text, ""part_1"" text, ""part_2"" text, ""part_3"" text, ""part_4"" text, ""verb_meaning"" text );","SELECT ""part_4"" FROM ""german"" WHERE ""part_1""='heizan';",1-1745843-8 What is the part 3 of the word in class 7a?,"CREATE TABLE ""german"" ( ""class"" text, ""part_1"" text, ""part_2"" text, ""part_3"" text, ""part_4"" text, ""verb_meaning"" text );","SELECT ""part_3"" FROM ""german"" WHERE ""class""='7a';",1-1745843-8 "What is the verb meaning of the word with part 2 ""bant""?","CREATE TABLE ""german"" ( ""class"" text, ""part_1"" text, ""part_2"" text, ""part_3"" text, ""part_4"" text, ""verb_meaning"" text );","SELECT ""verb_meaning"" FROM ""german"" WHERE ""part_2""='bant';",1-1745843-8 What was the swimsuit score for the country with the average score of 8.848?,"CREATE TABLE ""final_competition_score"" ( ""country"" text, ""preliminary"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""swimsuit"" FROM ""final_competition_score"" WHERE ""average""='8.848';",1-17521433-1 What country had a swimsuit score of 8.788?,"CREATE TABLE ""final_competition_score"" ( ""country"" text, ""preliminary"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""country"" FROM ""final_competition_score"" WHERE ""swimsuit""='8.788';",1-17521433-1 What was the swimsuit score for Illinois?,"CREATE TABLE ""final_competition_score"" ( ""country"" text, ""preliminary"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""swimsuit"" FROM ""final_competition_score"" WHERE ""country""='Illinois';",1-17521433-1 What was the average score for the country with the evening gown score of 9.100?,"CREATE TABLE ""final_competition_score"" ( ""country"" text, ""preliminary"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT COUNT(""average"") FROM ""final_competition_score"" WHERE ""evening_gown""='9.100';",1-17521433-1 What was the swimsuit score for the country with the average score of 8.848?,"CREATE TABLE ""final_competition_score"" ( ""country"" text, ""preliminary"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""swimsuit"" FROM ""final_competition_score"" WHERE ""average""='8.848';",1-17521433-1 Name the swuinsuit for oregon,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminary"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""swimsuit"" FROM ""final_competition_scores"" WHERE ""state""='Oregon';",1-17516967-1 Name the preliminary for north carolina,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""preliminary"" text, ""interview"" text, ""swimsuit"" text, ""evening_gown"" text, ""average"" text );","SELECT ""preliminary"" FROM ""final_competition_scores"" WHERE ""state""='North Carolina';",1-17516967-1 What are the census ranking(s) of maugerville?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" text, ""population"" real, ""census_ranking"" text );","SELECT ""census_ranking"" FROM ""parishes"" WHERE ""official_name""='Maugerville';",1-176521-2 What is the status(es) of the place with an area of 304.06 km2?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" text, ""population"" real, ""census_ranking"" text );","SELECT ""status"" FROM ""parishes"" WHERE ""area_km_2""='304.06';",1-176521-2 What are the official name(s) of places with an area of 304.06 km2?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" text, ""population"" real, ""census_ranking"" text );","SELECT ""official_name"" FROM ""parishes"" WHERE ""area_km_2""='304.06';",1-176521-2 What are the official name(s) of places with an area of 304.06 km2?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" text, ""population"" real, ""census_ranking"" text );","SELECT ""official_name"" FROM ""parishes"" WHERE ""area_km_2""='304.06';",1-176521-2 Name the school for columbia city,"CREATE TABLE ""table1_17641314_3"" ( ""school"" text, ""est_denotes_original_date_of_establishment_of_the_school_changes_in_name_and_or_location_noted_in_corresponding_ootnote"" real, ""location_denotes_location_of_school_by_seattle_neighborhood_does_not_necessary_correspond_with_attendance_area"" text, ""nickname"" text, ""11_12_enrollment"" real );","SELECT ""school"" FROM ""table1_17641314_3"" WHERE ""location_denotes_location_of_school_by_seattle_neighborhood_does_not_necessary_correspond_with_attendance_area""='Columbia City';",1-17641314-3 Name the location for school eckstein,"CREATE TABLE ""table1_17641314_3"" ( ""school"" text, ""est_denotes_original_date_of_establishment_of_the_school_changes_in_name_and_or_location_noted_in_corresponding_ootnote"" real, ""location_denotes_location_of_school_by_seattle_neighborhood_does_not_necessary_correspond_with_attendance_area"" text, ""nickname"" text, ""11_12_enrollment"" real );","SELECT ""location_denotes_location_of_school_by_seattle_neighborhood_does_not_necessary_correspond_with_attendance_area"" FROM ""table1_17641314_3"" WHERE ""school""='Eckstein';",1-17641314-3 Name the minimum 11-12 enrollment for washington school,"CREATE TABLE ""table1_17641314_3"" ( ""school"" text, ""est_denotes_original_date_of_establishment_of_the_school_changes_in_name_and_or_location_noted_in_corresponding_ootnote"" real, ""location_denotes_location_of_school_by_seattle_neighborhood_does_not_necessary_correspond_with_attendance_area"" text, ""nickname"" text, ""11_12_enrollment"" real );","SELECT MIN(""11_12_enrollment"") FROM ""table1_17641314_3"" WHERE ""school""='Washington';",1-17641314-3 Name the most 11-12 enrollment for columbia city,"CREATE TABLE ""table1_17641314_3"" ( ""school"" text, ""est_denotes_original_date_of_establishment_of_the_school_changes_in_name_and_or_location_noted_in_corresponding_ootnote"" real, ""location_denotes_location_of_school_by_seattle_neighborhood_does_not_necessary_correspond_with_attendance_area"" text, ""nickname"" text, ""11_12_enrollment"" real );","SELECT MAX(""11_12_enrollment"") FROM ""table1_17641314_3"" WHERE ""location_denotes_location_of_school_by_seattle_neighborhood_does_not_necessary_correspond_with_attendance_area""='Columbia City';",1-17641314-3 What's the curb weight of the model with a wheelbase of mm (in) and height of mm (in) mm (in) (4Matic)?,"CREATE TABLE ""table1_1773707_2"" ( ""body_style"" text, ""wheelbase"" text, ""length"" text, ""height"" text, ""curb_weight"" text );","SELECT ""curb_weight"" FROM ""table1_1773707_2"" WHERE ""wheelbase""='mm (in)' AND ""height""='mm (in) mm (in) (4Matic)';",1-1773707-2 What's the length of the model with 500 E body style?,"CREATE TABLE ""table1_1773707_2"" ( ""body_style"" text, ""wheelbase"" text, ""length"" text, ""height"" text, ""curb_weight"" text );","SELECT ""length"" FROM ""table1_1773707_2"" WHERE ""body_style""='500 E';",1-1773707-2 What's the length of the model with Sedan body style?,"CREATE TABLE ""table1_1773707_2"" ( ""body_style"" text, ""wheelbase"" text, ""length"" text, ""height"" text, ""curb_weight"" text );","SELECT ""length"" FROM ""table1_1773707_2"" WHERE ""body_style""='Sedan';",1-1773707-2 What are the lengths of the models that are mm (in) tall?,"CREATE TABLE ""table1_1773707_2"" ( ""body_style"" text, ""wheelbase"" text, ""length"" text, ""height"" text, ""curb_weight"" text );","SELECT ""length"" FROM ""table1_1773707_2"" WHERE ""height""='mm (in)';",1-1773707-2 How many providers are there where the resale category is yes and bandwith is up is 1024?,"CREATE TABLE ""germany"" ( ""dsl_type"" text, ""provider"" text, ""resale"" text, ""down_up_to_kbit_s"" real, ""up_up_to_kbit_s"" real );","SELECT COUNT(""provider"") FROM ""germany"" WHERE ""resale""='yes' AND ""up_up_to_kbit_s""=1024;",1-1773908-3 What is download bandwith where the provider is deutsche telekom ag?,"CREATE TABLE ""germany"" ( ""dsl_type"" text, ""provider"" text, ""resale"" text, ""down_up_to_kbit_s"" real, ""up_up_to_kbit_s"" real );","SELECT MAX(""down_up_to_kbit_s"") FROM ""germany"" WHERE ""provider""='Deutsche Telekom AG';",1-1773908-3 Who are all of the telecom providers for which the upload rate is 1024 kbits and the resale category is yes?,"CREATE TABLE ""germany"" ( ""dsl_type"" text, ""provider"" text, ""resale"" text, ""down_up_to_kbit_s"" real, ""up_up_to_kbit_s"" real );","SELECT ""provider"" FROM ""germany"" WHERE ""up_up_to_kbit_s""=1024 AND ""resale""='yes';",1-1773908-3 What are all the dsl type offered by the M-Net telecom company?,"CREATE TABLE ""germany"" ( ""dsl_type"" text, ""provider"" text, ""resale"" text, ""down_up_to_kbit_s"" real, ""up_up_to_kbit_s"" real );","SELECT ""dsl_type"" FROM ""germany"" WHERE ""provider""='M-net';",1-1773908-3 What is the resale category for the provider NetCologne?,"CREATE TABLE ""germany"" ( ""dsl_type"" text, ""provider"" text, ""resale"" text, ""down_up_to_kbit_s"" real, ""up_up_to_kbit_s"" real );","SELECT ""resale"" FROM ""germany"" WHERE ""provider""='Netcologne';",1-1773908-3 How many results are listed for week 13?,"CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT COUNT(""result"") FROM ""regular_season"" WHERE ""week""=13;",1-17782308-1 "On October 16, 1966, what was the game site?","CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""game_site"" FROM ""regular_season"" WHERE ""date""='October 16, 1966';",1-17782308-1 What was the date of the game when the opponent was the Miami Dolphins?,"CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""date"" FROM ""regular_season"" WHERE ""opponent""='Miami Dolphins';",1-17782308-1 On how many dates was the complete 4th series released?,"CREATE TABLE ""dvd_releases"" ( ""season"" text, ""date_released"" text, ""num_of_episodes"" real, ""num_of_discs"" real, ""special_features"" text );","SELECT COUNT(""date_released"") FROM ""dvd_releases"" WHERE ""season""='The Complete 4th Series';",1-17798548-4 How many discs for the complete 4th series?,"CREATE TABLE ""dvd_releases"" ( ""season"" text, ""date_released"" text, ""num_of_episodes"" real, ""num_of_discs"" real, ""special_features"" text );","SELECT MAX(""num_of_discs"") FROM ""dvd_releases"" WHERE ""season""='The Complete 4th Series';",1-17798548-4 What day was the complete 2nd series: volume one released?,"CREATE TABLE ""dvd_releases"" ( ""season"" text, ""date_released"" text, ""num_of_episodes"" real, ""num_of_discs"" real, ""special_features"" text );","SELECT ""date_released"" FROM ""dvd_releases"" WHERE ""season""='The Complete 2nd Series: Volume One';",1-17798548-4 Which US air date had 4.4 million viewers?,"CREATE TABLE ""table1_17901155_4"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_u_s_air_date"" text, ""prod_code"" real, ""viewers_millions"" text );","SELECT ""original_u_s_air_date"" FROM ""table1_17901155_4"" WHERE ""viewers_millions""='4.4';",1-17901155-4 How many million viewers watched episode 6?,"CREATE TABLE ""table1_17901155_4"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_u_s_air_date"" text, ""prod_code"" real, ""viewers_millions"" text );","SELECT ""viewers_millions"" FROM ""table1_17901155_4"" WHERE ""no_in_season""=6;",1-17901155-4 "Who was the directed for the episode titled ""twister: part 1""?","CREATE TABLE ""table1_17901155_4"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_u_s_air_date"" text, ""prod_code"" real, ""viewers_millions"" text );","SELECT ""directed_by"" FROM ""table1_17901155_4"" WHERE ""title""='\""Twister: Part 1\""';",1-17901155-4 "What episode number was titled ""my oh maya""?","CREATE TABLE ""table1_17901155_4"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_u_s_air_date"" text, ""prod_code"" real, ""viewers_millions"" text );","SELECT MIN(""no_in_season"") FROM ""table1_17901155_4"" WHERE ""title""='\""My Oh Maya\""';",1-17901155-4 Name the most wickets for best is 4/22,"CREATE TABLE ""wickets"" ( ""player"" text, ""team"" text, ""matches"" real, ""overs"" text, ""runs"" real, ""wickets"" real, ""best"" text, ""econ"" text, ""s_rate"" text, ""4_inns"" real, ""5_inns"" real, ""average"" text );","SELECT MAX(""wickets"") FROM ""wickets"" WHERE ""best""='4/22';",1-17900317-5 Name the least matches for runs being 276,"CREATE TABLE ""wickets"" ( ""player"" text, ""team"" text, ""matches"" real, ""overs"" text, ""runs"" real, ""wickets"" real, ""best"" text, ""econ"" text, ""s_rate"" text, ""4_inns"" real, ""5_inns"" real, ""average"" text );","SELECT MIN(""matches"") FROM ""wickets"" WHERE ""runs""=276;",1-17900317-5 Name the matches for wickets 17,"CREATE TABLE ""wickets"" ( ""player"" text, ""team"" text, ""matches"" real, ""overs"" text, ""runs"" real, ""wickets"" real, ""best"" text, ""econ"" text, ""s_rate"" text, ""4_inns"" real, ""5_inns"" real, ""average"" text );","SELECT ""matches"" FROM ""wickets"" WHERE ""wickets""=17;",1-17900317-5 Name the most 4/inns,"CREATE TABLE ""wickets"" ( ""player"" text, ""team"" text, ""matches"" real, ""overs"" text, ""runs"" real, ""wickets"" real, ""best"" text, ""econ"" text, ""s_rate"" text, ""4_inns"" real, ""5_inns"" real, ""average"" text );","SELECT MAX(""4_inns"") FROM ""wickets"";",1-17900317-5 What was the date of the week 4 game?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""week""=4;",1-17927935-1 What was the week number when the opponent was the New York Jets?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""opponent""='New York Jets';",1-17927935-1 What is the district when the first elected was in 1986?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""=1986;",1-1805191-14 Who were the candidates when the first elected was a republican in 1998? ,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""=1998 AND ""party""='Republican';",1-1805191-14 How many times was Mike McIntyre elected?,"CREATE TABLE ""north_carolina"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT COUNT(""results"") FROM ""north_carolina"" WHERE ""incumbent""='Mike McIntyre';",1-1805191-34 Which party was elected first in 1998?,"CREATE TABLE ""north_carolina"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""party"" FROM ""north_carolina"" WHERE ""first_elected""=1998;",1-1805191-34 How many times did Robin Hayes run?,"CREATE TABLE ""north_carolina"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT COUNT(""candidates"") FROM ""north_carolina"" WHERE ""incumbent""='Robin Hayes';",1-1805191-34 What district first elected a Democratic incumbent in 1998?,"CREATE TABLE ""wisconsin"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text, ""candidates"" text );","SELECT ""district"" FROM ""wisconsin"" WHERE ""party""='Democratic' AND ""first_elected""=1998;",1-1805191-50 How many tackle assists for the player who averages 23.7?,"CREATE TABLE ""table1_18064020_21"" ( ""name"" text, ""gp_gs"" text, ""solo"" real, ""ast"" real, ""total"" real, ""tfl_yds"" text, ""no_yds"" text, ""br_up"" real, ""qbh"" real, ""no_yds"" text, ""avg"" text, ""td"" real, ""long"" real, ""rcv_yds"" text, ""ff"" real, ""blkd_kick"" real );","SELECT ""ast"" FROM ""table1_18064020_21"" WHERE ""avg""='23.7';",1-18064020-21 How many players named jake flaherty?,"CREATE TABLE ""table1_18064020_21"" ( ""name"" text, ""gp_gs"" text, ""solo"" real, ""ast"" real, ""total"" real, ""tfl_yds"" text, ""no_yds"" text, ""br_up"" real, ""qbh"" real, ""no_yds"" text, ""avg"" text, ""td"" real, ""long"" real, ""rcv_yds"" text, ""ff"" real, ""blkd_kick"" real );","SELECT COUNT(""solo"") FROM ""table1_18064020_21"" WHERE ""name""='Jake Flaherty';",1-18064020-21 What is the total brup for the team?,"CREATE TABLE ""table1_18064020_21"" ( ""name"" text, ""gp_gs"" text, ""solo"" real, ""ast"" real, ""total"" real, ""tfl_yds"" text, ""no_yds"" text, ""br_up"" real, ""qbh"" real, ""no_yds"" text, ""avg"" text, ""td"" real, ""long"" real, ""rcv_yds"" text, ""ff"" real, ""blkd_kick"" real );","SELECT ""br_up"" FROM ""table1_18064020_21"" WHERE ""name""='Total';",1-18064020-21 What is the largest number of tds scored for a player?,"CREATE TABLE ""table1_18064020_21"" ( ""name"" text, ""gp_gs"" text, ""solo"" real, ""ast"" real, ""total"" real, ""tfl_yds"" text, ""no_yds"" text, ""br_up"" real, ""qbh"" real, ""no_yds"" text, ""avg"" text, ""td"" real, ""long"" real, ""rcv_yds"" text, ""ff"" real, ""blkd_kick"" real );","SELECT MAX(""td"") FROM ""table1_18064020_21"";",1-18064020-21 How many yards for the player with tfl-yds of 2.5-4?,"CREATE TABLE ""table1_18064020_21"" ( ""name"" text, ""gp_gs"" text, ""solo"" real, ""ast"" real, ""total"" real, ""tfl_yds"" text, ""no_yds"" text, ""br_up"" real, ""qbh"" real, ""no_yds"" text, ""avg"" text, ""td"" real, ""long"" real, ""rcv_yds"" text, ""ff"" real, ""blkd_kick"" real );","SELECT ""no_yds"" FROM ""table1_18064020_21"" WHERE ""tfl_yds""='2.5-4';",1-18064020-21 What is the lowest number associated with Tonkolili?,"CREATE TABLE ""primary_education_statistics_by_district"" ( ""measure"" text, ""bo"" real, ""bombali"" real, ""bonthe"" real, ""kailahun"" real, ""kambia"" text, ""kenema"" real, ""koinadugu"" real, ""kono"" real, ""moyamba"" text, ""port_loko"" text, ""pujehun"" real, ""tonkolili"" real );","SELECT MIN(""tonkolili"") FROM ""primary_education_statistics_by_district"";",1-18103265-1 What is the main service for the station with 14.849 million passengers 2011-12? ,"CREATE TABLE ""references"" ( ""rank"" real, ""railway_station"" text, ""annual_entry_exit_millions_2011_12"" text, ""annual_interchanges_millions_2011_12"" text, ""total_passengers_millions_2011_12"" text, ""location"" text, ""main_services"" text, ""number_of_platforms"" real );","SELECT ""main_services"" FROM ""references"" WHERE ""total_passengers_millions_2011_12""='14.849';",1-18118221-1 What is the lowest rank of Gatwick Airport? ,"CREATE TABLE ""references"" ( ""rank"" real, ""railway_station"" text, ""annual_entry_exit_millions_2011_12"" text, ""annual_interchanges_millions_2011_12"" text, ""total_passengers_millions_2011_12"" text, ""location"" text, ""main_services"" text, ""number_of_platforms"" real );","SELECT MIN(""rank"") FROM ""references"" WHERE ""railway_station""='Gatwick Airport';",1-18118221-1 Which location has 103.534 million passengers in 2011-12? ,"CREATE TABLE ""references"" ( ""rank"" real, ""railway_station"" text, ""annual_entry_exit_millions_2011_12"" text, ""annual_interchanges_millions_2011_12"" text, ""total_passengers_millions_2011_12"" text, ""location"" text, ""main_services"" text, ""number_of_platforms"" real );","SELECT ""location"" FROM ""references"" WHERE ""total_passengers_millions_2011_12""='103.534';",1-18118221-1 How many annual interchanges in the millions occurred in 2011-12 when the number of annual entry/exits was 36.609 million? ,"CREATE TABLE ""references"" ( ""rank"" real, ""railway_station"" text, ""annual_entry_exit_millions_2011_12"" text, ""annual_interchanges_millions_2011_12"" text, ""total_passengers_millions_2011_12"" text, ""location"" text, ""main_services"" text, ""number_of_platforms"" real );","SELECT ""annual_interchanges_millions_2011_12"" FROM ""references"" WHERE ""annual_entry_exit_millions_2011_12""='36.609';",1-18118221-1 Who was the winning team on the circuit Zolder?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_team"" FROM ""race_calendar_and_winners"" WHERE ""circuit""='Zolder';",1-18095719-2 Who was the winning team on the circuit Zolder?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_team"" FROM ""race_calendar_and_winners"" WHERE ""circuit""='Zolder';",1-18095719-2 What round was circuit Avus?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT MAX(""round"") FROM ""race_calendar_and_winners"" WHERE ""circuit""='AVUS';",1-18095719-2 Who had pole position in round 7?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""pole_position"" FROM ""race_calendar_and_winners"" WHERE ""round""=7;",1-18095719-2 "What is the english (bcp) phrase ""for thine is the kingdom, the power"" in modern german with standard wording?","CREATE TABLE ""writing_in_pennsylvania_german"" ( ""english_bcp"" text, ""writing_system_1_english_based"" text, ""writing_system_2_german_based"" text, ""modern_german_close_translation"" text, ""modern_german_standard_wording"" text );","SELECT ""modern_german_standard_wording"" FROM ""writing_in_pennsylvania_german"" WHERE ""english_bcp""='For thine is the kingdom, the power';",1-181240-1 "What is the modern german standard wording for the german based writing system 2 phrase ""wie mir die vergewwe wu uns schuldich sinn.""?","CREATE TABLE ""writing_in_pennsylvania_german"" ( ""english_bcp"" text, ""writing_system_1_english_based"" text, ""writing_system_2_german_based"" text, ""modern_german_close_translation"" text, ""modern_german_standard_wording"" text );","SELECT ""modern_german_standard_wording"" FROM ""writing_in_pennsylvania_german"" WHERE ""writing_system_2_german_based""='wie mir die vergewwe wu uns schuldich sinn.';",1-181240-1 "How many news stations opened on the date of June 24, 2000?","CREATE TABLE ""table1_1817879_2"" ( ""segment_description"" text, ""date_opened"" text, ""line_s"" text, ""endpoints"" text, ""num_of_new_stations"" text, ""length_miles"" text );","SELECT ""num_of_new_stations"" FROM ""table1_1817879_2"" WHERE ""date_opened""='June 24, 2000';",1-1817879-2 What is the length (miles) when pico to 7th st/metro center are the endpoints?,"CREATE TABLE ""table1_1817879_2"" ( ""segment_description"" text, ""date_opened"" text, ""line_s"" text, ""endpoints"" text, ""num_of_new_stations"" text, ""length_miles"" text );","SELECT ""length_miles"" FROM ""table1_1817879_2"" WHERE ""endpoints""='Pico to 7th St/Metro Center';",1-1817879-2 How many lines have the segment description of red line mos-2 west?,"CREATE TABLE ""table1_1817879_2"" ( ""segment_description"" text, ""date_opened"" text, ""line_s"" text, ""endpoints"" text, ""num_of_new_stations"" text, ""length_miles"" text );","SELECT ""line_s"" FROM ""table1_1817879_2"" WHERE ""segment_description""='Red Line MOS-2 West';",1-1817879-2 What is the lenth (miles) of endpoints westlake/macarthur park to wilshire/western?,"CREATE TABLE ""table1_1817879_2"" ( ""segment_description"" text, ""date_opened"" text, ""line_s"" text, ""endpoints"" text, ""num_of_new_stations"" text, ""length_miles"" text );","SELECT ""length_miles"" FROM ""table1_1817879_2"" WHERE ""endpoints""='Westlake/MacArthur Park to Wilshire/Western';",1-1817879-2 What date of segment description red line mos-2 north open?,"CREATE TABLE ""table1_1817879_2"" ( ""segment_description"" text, ""date_opened"" text, ""line_s"" text, ""endpoints"" text, ""num_of_new_stations"" text, ""length_miles"" text );","SELECT ""date_opened"" FROM ""table1_1817879_2"" WHERE ""segment_description""='Red Line MOS-2 North';",1-1817879-2 How many new stations have a lenght (miles) of 6.0?,"CREATE TABLE ""table1_1817879_2"" ( ""segment_description"" text, ""date_opened"" text, ""line_s"" text, ""endpoints"" text, ""num_of_new_stations"" text, ""length_miles"" text );","SELECT COUNT(""num_of_new_stations"") FROM ""table1_1817879_2"" WHERE ""length_miles""='6.0';",1-1817879-2 If there were 14 in 1990 and 6 survived how many were destroyed?,"CREATE TABLE ""iraqi_air_force_strength_at_start_of_war"" ( ""aircraft"" text, ""1990"" real, ""destroyed"" real, ""damaged"" real, ""to_iran"" real, ""survived"" real );","SELECT ""destroyed"" FROM ""iraqi_air_force_strength_at_start_of_war"" WHERE ""1990""=14 AND ""survived""=6;",1-1817852-1 If 4 went to iran and the amount that survived was less than 12.0 how many were there in 1990?,"CREATE TABLE ""iraqi_air_force_strength_at_start_of_war"" ( ""aircraft"" text, ""1990"" real, ""destroyed"" real, ""damaged"" real, ""to_iran"" real, ""survived"" real );","SELECT COUNT(""1990"") FROM ""iraqi_air_force_strength_at_start_of_war"" WHERE ""to_iran""=4 AND ""survived""<12.0;",1-1817852-1 If the aircraft was ussr mig-25 rb how many were destroyed?,"CREATE TABLE ""iraqi_air_force_strength_at_start_of_war"" ( ""aircraft"" text, ""1990"" real, ""destroyed"" real, ""damaged"" real, ""to_iran"" real, ""survived"" real );","SELECT ""destroyed"" FROM ""iraqi_air_force_strength_at_start_of_war"" WHERE ""aircraft""='USSR MiG-25 RB';",1-1817852-1 What was the score when the opposing team was from Belgium?,"CREATE TABLE ""singles_7_4_3"" ( ""outcome"" text, ""edition"" real, ""round"" text, ""opponent_team"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_7_4_3"" WHERE ""opponent_team""='Belgium';",1-18183850-12 How many outcomes were there when the opponent was Aleksandra Wozniak?,"CREATE TABLE ""singles_7_4_3"" ( ""outcome"" text, ""edition"" real, ""round"" text, ""opponent_team"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT COUNT(""outcome"") FROM ""singles_7_4_3"" WHERE ""opponent""='Aleksandra Wozniak';",1-18183850-12 What was the score when the opponent was Dominika Cibulková?,"CREATE TABLE ""singles_7_4_3"" ( ""outcome"" text, ""edition"" real, ""round"" text, ""opponent_team"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_7_4_3"" WHERE ""opponent""='Dominika Cibulková';",1-18183850-12 What was the outcome of the game when the opponent was Magdaléna Rybáriková?,"CREATE TABLE ""singles_7_4_3"" ( ""outcome"" text, ""edition"" real, ""round"" text, ""opponent_team"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""singles_7_4_3"" WHERE ""opponent""='Magdaléna Rybáriková';",1-18183850-12 What was the game edition when they played on the clay (i) surface and the outcome was a winner?,"CREATE TABLE ""singles_7_4_3"" ( ""outcome"" text, ""edition"" real, ""round"" text, ""opponent_team"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""edition"" FROM ""singles_7_4_3"" WHERE ""surface""='Clay (i)' AND ""outcome""='Winner';",1-18183850-12 Who was the game attended by 60425 people played against?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""raiders_points"" real, ""opponents"" real, ""raiders_first_downs"" real, ""record"" text, ""attendance"" real );","SELECT ""opponent"" FROM ""schedule"" WHERE ""attendance""=60425;",1-18207285-2 How many different counts of the Raiders first downs are there for the game number 9?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""raiders_points"" real, ""opponents"" real, ""raiders_first_downs"" real, ""record"" text, ""attendance"" real );","SELECT COUNT(""raiders_first_downs"") FROM ""schedule"" WHERE ""game""=9;",1-18207285-2 What's the record in the game played against 42?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""raiders_points"" real, ""opponents"" real, ""raiders_first_downs"" real, ""record"" text, ""attendance"" real );","SELECT ""record"" FROM ""schedule"" WHERE ""opponents""=42;",1-18207285-2 What was the result of the game seen by 31095 people?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""raiders_points"" real, ""opponents"" real, ""raiders_first_downs"" real, ""record"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""attendance""=31095;",1-18207285-2 How many opponents played 1 game with a result win?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""raiders_points"" real, ""opponents"" real, ""raiders_first_downs"" real, ""record"" text, ""attendance"" real );","SELECT MAX(""opponents"") FROM ""schedule"" WHERE ""result""='Win' AND ""game""=1;",1-18207285-2 Which award-winning film has a screening number of 50 films 50 televised?,"CREATE TABLE ""history"" ( ""year"" real, ""date_opening"" text, ""date_closing"" text, ""opening_film"" text, ""number_of_screening"" text, ""award_winning_film"" text );","SELECT ""award_winning_film"" FROM ""history"" WHERE ""number_of_screening""='50 films 50 televised';",1-18220102-1 How many award-winning films have the opening film of encounters at the end of the world?,"CREATE TABLE ""history"" ( ""year"" real, ""date_opening"" text, ""date_closing"" text, ""opening_film"" text, ""number_of_screening"" text, ""award_winning_film"" text );","SELECT COUNT(""award_winning_film"") FROM ""history"" WHERE ""opening_film""='Encounters at the End of the World';",1-18220102-1 How many number of screenings have an opening film of the journey of vaan nguyen?,"CREATE TABLE ""history"" ( ""year"" real, ""date_opening"" text, ""date_closing"" text, ""opening_film"" text, ""number_of_screening"" text, ""award_winning_film"" text );","SELECT COUNT(""number_of_screening"") FROM ""history"" WHERE ""opening_film""='The Journey of Vaan Nguyen';",1-18220102-1 Which opening film has the opening date of august 23?,"CREATE TABLE ""history"" ( ""year"" real, ""date_opening"" text, ""date_closing"" text, ""opening_film"" text, ""number_of_screening"" text, ""award_winning_film"" text );","SELECT ""opening_film"" FROM ""history"" WHERE ""date_opening""='August 23';",1-18220102-1 Which award-winning film has a closing date of September 4?,"CREATE TABLE ""history"" ( ""year"" real, ""date_opening"" text, ""date_closing"" text, ""opening_film"" text, ""number_of_screening"" text, ""award_winning_film"" text );","SELECT ""award_winning_film"" FROM ""history"" WHERE ""date_closing""='September 4';",1-18220102-1 What series number garnered 20.64 million viewers?,"CREATE TABLE ""table1_18217750_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""series_num"" FROM ""table1_18217750_1"" WHERE ""u_s_viewers_millions""='20.64';",1-18217750-1 What position did Pranita Sahu's team get?,"CREATE TABLE ""week_2_july_16_and_17_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""position"" FROM ""week_2_july_16_and_17_2008"" WHERE ""co_contestant_yaar_vs_pyaar""='Pranita Sahu';",1-18278508-2 What date did Jatin Shah and Shalini Chandran perform?,"CREATE TABLE ""week_2_july_16_and_17_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""date_performed"" FROM ""week_2_july_16_and_17_2008"" WHERE ""main_contestant""='Jatin Shah' AND ""co_contestant_yaar_vs_pyaar""='Shalini Chandran';",1-18278508-2 Who performed with Tina Parekh?,"CREATE TABLE ""week_2_july_16_and_17_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""main_contestant"" FROM ""week_2_july_16_and_17_2008"" WHERE ""co_contestant_yaar_vs_pyaar""='Tina Parekh';",1-18278508-2 What position did the team with the total score of 41/60 get?,"CREATE TABLE ""week_2_july_16_and_17_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""position"" FROM ""week_2_july_16_and_17_2008"" WHERE ""total_score_week""='41/60';",1-18278508-2 Which round 5 Grand Prix had Daijiro Hiura at pole position? ,"CREATE TABLE ""calendar"" ( ""round"" real, ""date"" text, ""grand_prix"" text, ""circuit"" text, ""pole_position"" text, ""fastest_lap"" text, ""race_winner"" text );","SELECT ""grand_prix"" FROM ""calendar"" WHERE ""pole_position""='Daijiro Hiura' AND ""round""=5;",1-18303274-1 What grand prixs did Daijiro Hiura win? ,"CREATE TABLE ""calendar"" ( ""round"" real, ""date"" text, ""grand_prix"" text, ""circuit"" text, ""pole_position"" text, ""fastest_lap"" text, ""race_winner"" text );","SELECT ""grand_prix"" FROM ""calendar"" WHERE ""race_winner""='Daijiro Hiura';",1-18303274-1 Who had the fastest lap in the Dutch TT Grand Prix? ,"CREATE TABLE ""calendar"" ( ""round"" real, ""date"" text, ""grand_prix"" text, ""circuit"" text, ""pole_position"" text, ""fastest_lap"" text, ""race_winner"" text );","SELECT ""fastest_lap"" FROM ""calendar"" WHERE ""grand_prix""='Dutch TT';",1-18303274-1 Luis Salom had the fastest lap on which circuits? ,"CREATE TABLE ""calendar"" ( ""round"" real, ""date"" text, ""grand_prix"" text, ""circuit"" text, ""pole_position"" text, ""fastest_lap"" text, ""race_winner"" text );","SELECT ""circuit"" FROM ""calendar"" WHERE ""fastest_lap""='Luis Salom';",1-18303274-1 "When ""episode 1"" is the title what is the overall number?","CREATE TABLE ""table1_18335117_3"" ( ""no_overall"" real, ""no_in_series"" real, ""title"" text, ""director"" text, ""writer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""no_overall"" FROM ""table1_18335117_3"" WHERE ""title""='\""Episode 1\""';",1-18335117-3 When 15 is the number overall what is the original air date?,"CREATE TABLE ""table1_18335117_3"" ( ""no_overall"" real, ""no_in_series"" real, ""title"" text, ""director"" text, ""writer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""table1_18335117_3"" WHERE ""no_overall""=15;",1-18335117-3 When 1 is the number in series who is the director?,"CREATE TABLE ""table1_18335117_3"" ( ""no_overall"" real, ""no_in_series"" real, ""title"" text, ""director"" text, ""writer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""director"" FROM ""table1_18335117_3"" WHERE ""no_in_series""=1;",1-18335117-3 When did the episode first air that had a production code of 102?,"CREATE TABLE ""table1_18335117_2"" ( ""no_overall"" real, ""title"" text, ""director"" text, ""writer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""table1_18335117_2"" WHERE ""production_code""=102;",1-18335117-2 When did the episodes first air that had a production code of 107?,"CREATE TABLE ""table1_18335117_2"" ( ""no_overall"" real, ""title"" text, ""director"" text, ""writer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""table1_18335117_2"" WHERE ""production_code""=107;",1-18335117-2 What is the highest production code of an episode written by Tim Loane?,"CREATE TABLE ""table1_18335117_2"" ( ""no_overall"" real, ""title"" text, ""director"" text, ""writer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT MAX(""production_code"") FROM ""table1_18335117_2"" WHERE ""writer""='Tim Loane';",1-18335117-2 How many editions have a most wins value of Franco Marvulli (4)?,"CREATE TABLE ""table1_1840433_2"" ( ""six_at"" text, ""number_of_editions"" real, ""first_ridden"" real, ""last_ridden"" real, ""most_wins_by"" text );","SELECT COUNT(""number_of_editions"") FROM ""table1_1840433_2"" WHERE ""most_wins_by""='Franco Marvulli (4)';",1-1840433-2 Name the total number in the series written by john banas and directed by pino amenta,"CREATE TABLE ""table1_18428016_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT COUNT(""no_in_series"") FROM ""table1_18428016_1"" WHERE ""written_by""='John Banas' AND ""directed_by""='Pino Amenta';",1-18428016-1 What was the little league team from Kentucky when the little league team from Illinois was Rock Falls LL Rock Falls?,"CREATE TABLE ""regional_championship"" ( ""year"" real, ""illinois"" text, ""indiana"" text, ""kentucky"" text, ""michigan"" text, ""ohio"" text, ""wisconsin"" text );","SELECT ""kentucky"" FROM ""regional_championship"" WHERE ""illinois""='Rock Falls LL Rock Falls';",1-18461045-1 What was the little league team from Indiana when the little league team from Michigan was Midland Northeast LL Midland?,"CREATE TABLE ""regional_championship"" ( ""year"" real, ""illinois"" text, ""indiana"" text, ""kentucky"" text, ""michigan"" text, ""ohio"" text, ""wisconsin"" text );","SELECT ""indiana"" FROM ""regional_championship"" WHERE ""michigan""='Midland Northeast LL Midland';",1-18461045-1 What was the little league team from Kentucky when the little league team from Indiana and Wisconsin were Brownsburg LL Brownsburg and Merrill LL Merrill?,"CREATE TABLE ""regional_championship"" ( ""year"" real, ""illinois"" text, ""indiana"" text, ""kentucky"" text, ""michigan"" text, ""ohio"" text, ""wisconsin"" text );","SELECT ""kentucky"" FROM ""regional_championship"" WHERE ""indiana""='Brownsburg LL Brownsburg' AND ""wisconsin""='Merrill LL Merrill';",1-18461045-1 What was the little league team from Ohio when the little league team from Kentucky was Warren County South LL Bowling Green?,"CREATE TABLE ""regional_championship"" ( ""year"" real, ""illinois"" text, ""indiana"" text, ""kentucky"" text, ""michigan"" text, ""ohio"" text, ""wisconsin"" text );","SELECT ""ohio"" FROM ""regional_championship"" WHERE ""kentucky""='Warren County South LL Bowling Green';",1-18461045-1 What was the little league team from Michigan when the little league team from Indiana was Terre Haute North LL Terre Haute? ,"CREATE TABLE ""regional_championship"" ( ""year"" real, ""illinois"" text, ""indiana"" text, ""kentucky"" text, ""michigan"" text, ""ohio"" text, ""wisconsin"" text );","SELECT ""michigan"" FROM ""regional_championship"" WHERE ""indiana""='Terre Haute North LL Terre Haute';",1-18461045-1 What was the little league team from Kentucky when the little league team from Michigan was Grosse Pointe Farms-City LL Grosse Pointe Farms? ,"CREATE TABLE ""regional_championship"" ( ""year"" real, ""illinois"" text, ""indiana"" text, ""kentucky"" text, ""michigan"" text, ""ohio"" text, ""wisconsin"" text );","SELECT ""kentucky"" FROM ""regional_championship"" WHERE ""michigan""='Grosse Pointe Farms-City LL Grosse Pointe Farms';",1-18461045-1 How many table points are listed for the deficit is +194? ,"CREATE TABLE ""table1_18505065_1"" ( ""place"" real, ""nation"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""for"" real, ""against"" real, ""difference"" text, ""table_points"" real );","SELECT COUNT(""table_points"") FROM ""table1_18505065_1"" WHERE ""difference""='+194';",1-18505065-1 How many games had a deficit of 175? ,"CREATE TABLE ""table1_18505065_1"" ( ""place"" real, ""nation"" text, ""played"" real, ""won"" real, ""drawn"" real, ""lost"" real, ""for"" real, ""against"" real, ""difference"" text, ""table_points"" real );","SELECT COUNT(""played"") FROM ""table1_18505065_1"" WHERE ""against""=175;",1-18505065-1 What is the theme song for Magarikado no Kanojo?,"CREATE TABLE ""2005_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""theme_song_s"" FROM ""2005_spring_season"" WHERE ""romaji_title""='Magarikado no Kanojo';",1-18540104-1 Who is the star of the program on Thursdays 22:00~22:54 2005-04-xx to 2005-06-xx?,"CREATE TABLE ""2005_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""starring_actors"" FROM ""2005_spring_season"" WHERE ""time_frame""='Thursdays 22:00~22:54 2005-04-xx to 2005-06-xx';",1-18540104-1 What is the title with an average rating of 22.4%?,"CREATE TABLE ""2005_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""romaji_title"" FROM ""2005_spring_season"" WHERE ""average_ratings""='22.4%';",1-18540104-1 What is maximum number of episodes for a show?,"CREATE TABLE ""2005_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT MAX(""episodes"") FROM ""2005_spring_season"";",1-18540104-1 What is the Japanese title with an average rating of 11.6%?,"CREATE TABLE ""2005_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""japanese_title"" FROM ""2005_spring_season"" WHERE ""average_ratings""='11.6%';",1-18540104-1 Who were the starting actors in the time frame of tuesday 22:00~22:54 8 april 2008 to 17 june 2008?,"CREATE TABLE ""2008_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""starring_actors"" FROM ""2008_spring_season"" WHERE ""time_frame""='Tuesday 22:00~22:54 8 April 2008 to 17 June 2008';",1-18539834-2 What are the japanese title(s) for tv asahi?,"CREATE TABLE ""2008_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""japanese_title"" FROM ""2008_spring_season"" WHERE ""tv_station""='TV Asahi';",1-18539834-2 How many titles had an average rating of 8.9%?,"CREATE TABLE ""2008_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT COUNT(""romaji_title"") FROM ""2008_spring_season"" WHERE ""average_ratings""='8.9%';",1-18539834-2 "What are the romaji title(s) with the theme song ""ya-kyim ""super☆looper""?","CREATE TABLE ""2008_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""romaji_title"" FROM ""2008_spring_season"" WHERE ""theme_song_s""='YA-KYIM \""Super☆Looper\""';",1-18539834-2 What is the average rating for tv asahi?,"CREATE TABLE ""2008_spring_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""time_frame"" text, ""starring_actors"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""average_ratings"" FROM ""2008_spring_season"" WHERE ""tv_station""='TV Asahi';",1-18539834-2 What is the top speed of a 4-speed automatic with production in 2002-2005?,"CREATE TABLE ""engineering"" ( ""engine"" text, ""production"" text, ""transmission"" text, ""power"" text, ""torque"" text, ""acceleration_0_100km_h_0_62mph"" text, ""top_speed"" text );","SELECT ""top_speed"" FROM ""engineering"" WHERE ""transmission""='4-speed automatic' AND ""production""='2002-2005';",1-1857216-1 What is the top speed of a 5-speed manual transmission produced in 2006-2009?,"CREATE TABLE ""engineering"" ( ""engine"" text, ""production"" text, ""transmission"" text, ""power"" text, ""torque"" text, ""acceleration_0_100km_h_0_62mph"" text, ""top_speed"" text );","SELECT ""top_speed"" FROM ""engineering"" WHERE ""production""='2006-2009' AND ""transmission""='5-speed manual';",1-1857216-1 What is the acceleration 0-100km/h that was produced in 2002-2006?,"CREATE TABLE ""engineering"" ( ""engine"" text, ""production"" text, ""transmission"" text, ""power"" text, ""torque"" text, ""acceleration_0_100km_h_0_62mph"" text, ""top_speed"" text );","SELECT ""acceleration_0_100km_h_0_62mph"" FROM ""engineering"" WHERE ""production""='2002-2006';",1-1857216-1 What was the township with a geo ID of 3807116660?,"CREATE TABLE ""c"" ( ""township"" text, ""county"" text, ""pop_2010"" real, ""land_sqmi"" text, ""water_sqmi"" text, ""latitude"" text, ""longitude"" text, ""geo_id"" real, ""ansi_code"" real );","SELECT ""township"" FROM ""c"" WHERE ""geo_id""=3807116660;",1-18600760-3 What was the county with a longitude of -102.302775?,"CREATE TABLE ""c"" ( ""township"" text, ""county"" text, ""pop_2010"" real, ""land_sqmi"" text, ""water_sqmi"" text, ""latitude"" text, ""longitude"" text, ""geo_id"" real, ""ansi_code"" real );","SELECT ""county"" FROM ""c"" WHERE ""longitude""='-102.302775';",1-18600760-3 What was the land area in sqmi that has a latitude of 48.763937?,"CREATE TABLE ""c"" ( ""township"" text, ""county"" text, ""pop_2010"" real, ""land_sqmi"" text, ""water_sqmi"" text, ""latitude"" text, ""longitude"" text, ""geo_id"" real, ""ansi_code"" real );","SELECT ""land_sqmi"" FROM ""c"" WHERE ""latitude""='48.763937';",1-18600760-3 What was the county with a latitude of 46.770977?,"CREATE TABLE ""c"" ( ""township"" text, ""county"" text, ""pop_2010"" real, ""land_sqmi"" text, ""water_sqmi"" text, ""latitude"" text, ""longitude"" text, ""geo_id"" real, ""ansi_code"" real );","SELECT ""county"" FROM ""c"" WHERE ""latitude""='46.770977';",1-18600760-3 What was the latitude of the Clearwater townsship?,"CREATE TABLE ""c"" ( ""township"" text, ""county"" text, ""pop_2010"" real, ""land_sqmi"" text, ""water_sqmi"" text, ""latitude"" text, ""longitude"" text, ""geo_id"" real, ""ansi_code"" real );","SELECT ""latitude"" FROM ""c"" WHERE ""township""='Clearwater';",1-18600760-3 What was the longitude of the township with a latitude of 48.075823?,"CREATE TABLE ""c"" ( ""township"" text, ""county"" text, ""pop_2010"" real, ""land_sqmi"" text, ""water_sqmi"" text, ""latitude"" text, ""longitude"" text, ""geo_id"" real, ""ansi_code"" real );","SELECT ""longitude"" FROM ""c"" WHERE ""latitude""='48.075823';",1-18600760-3 Who is the player with 41 legs lost?,"CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" text );","SELECT ""player"" FROM ""statistics"" WHERE ""legs_lost""=41;",1-18621456-22 What is the most legs lost of all?,"CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" text );","SELECT MAX(""legs_lost"") FROM ""statistics"";",1-18621456-22 "If the floor number is 14.200, what is the number for the parallel bars?","CREATE TABLE ""individuals"" ( ""position"" real, ""gymnast"" text, ""floor"" text, ""pommel_horse"" text, ""rings"" text, ""vault"" text, ""parallel_bars"" text, ""horizontal_bar"" text, ""total"" text );","SELECT ""parallel_bars"" FROM ""individuals"" WHERE ""floor""='14.200';",1-18662026-10 "If the parallel bars is 16.150, who is the gymnast?","CREATE TABLE ""individuals"" ( ""position"" real, ""gymnast"" text, ""floor"" text, ""pommel_horse"" text, ""rings"" text, ""vault"" text, ""parallel_bars"" text, ""horizontal_bar"" text, ""total"" text );","SELECT ""gymnast"" FROM ""individuals"" WHERE ""parallel_bars""='16.150';",1-18662026-10 "If the parallel bars is 14.025, what is the total number of gymnasts?","CREATE TABLE ""individuals"" ( ""position"" real, ""gymnast"" text, ""floor"" text, ""pommel_horse"" text, ""rings"" text, ""vault"" text, ""parallel_bars"" text, ""horizontal_bar"" text, ""total"" text );","SELECT COUNT(""gymnast"") FROM ""individuals"" WHERE ""parallel_bars""='14.025';",1-18662026-10 "If the horizontal bar is n/a and the floor is 14.175, what is the number for the parallel bars?","CREATE TABLE ""individuals"" ( ""position"" real, ""gymnast"" text, ""floor"" text, ""pommel_horse"" text, ""rings"" text, ""vault"" text, ""parallel_bars"" text, ""horizontal_bar"" text, ""total"" text );","SELECT ""parallel_bars"" FROM ""individuals"" WHERE ""floor""='14.175' AND ""horizontal_bar""='N/A';",1-18662026-10 When 19 is the stage who is the points classification?,"CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""mountains_classification"" text, ""young_rider_classification"" text );","SELECT ""points_classification"" FROM ""classification_leadership"" WHERE ""stage""=19;",1-18733814-2 When thomas löfkvist is the young rider classification and alessandro petacchi is the points classification who are the general classifications? ,"CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""mountains_classification"" text, ""young_rider_classification"" text );","SELECT ""general_classification"" FROM ""classification_leadership"" WHERE ""points_classification""='Alessandro Petacchi' AND ""young_rider_classification""='Thomas Löfkvist';",1-18733814-2 When thomas löfkvist is the general classification who is the winner?,"CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""mountains_classification"" text, ""young_rider_classification"" text );","SELECT ""winner"" FROM ""classification_leadership"" WHERE ""general_classification""='Thomas Löfkvist';",1-18733814-2 When philippe gilbert is the winner who is the points classification?,"CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""mountains_classification"" text, ""young_rider_classification"" text );","SELECT ""points_classification"" FROM ""classification_leadership"" WHERE ""winner""='Philippe Gilbert';",1-18733814-2 When danilo di luca is the winner who is the general classification? ,"CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""mountains_classification"" text, ""young_rider_classification"" text );","SELECT ""general_classification"" FROM ""classification_leadership"" WHERE ""winner""='Danilo Di Luca';",1-18733814-2 Name the minimum number of reservoir for gnis query link where numbers lake gnis query link being 60,"CREATE TABLE ""table1_18760137_2"" ( ""num_s_dam_and_gnis_query_link"" real, ""num_s_lake_and_gnis_query_link"" real, ""num_s_reservoir_and_gnis_query_link"" real, ""borough_or_census_area"" text, ""comment"" text );","SELECT MIN(""num_s_reservoir_and_gnis_query_link"") FROM ""table1_18760137_2"" WHERE ""num_s_lake_and_gnis_query_link""=60;",1-18760137-2 Name the most numbers dam and gnis query link for borough or census area for fairbanks north star,"CREATE TABLE ""table1_18760137_2"" ( ""num_s_dam_and_gnis_query_link"" real, ""num_s_lake_and_gnis_query_link"" real, ""num_s_reservoir_and_gnis_query_link"" real, ""borough_or_census_area"" text, ""comment"" text );","SELECT MAX(""num_s_dam_and_gnis_query_link"") FROM ""table1_18760137_2"" WHERE ""borough_or_census_area""='Fairbanks North Star';",1-18760137-2 What is the location for the club with the nickname the bears?,"CREATE TABLE ""current_clubs"" ( ""name"" text, ""nickname"" text, ""first_season"" text, ""location"" text, ""home_ground_s"" text, ""coach"" text, ""captain"" text );","SELECT ""location"" FROM ""current_clubs"" WHERE ""nickname""='Bears';",1-18752986-1 What is the code nickname where Steve Mayne is the coach?,"CREATE TABLE ""current_clubs"" ( ""name"" text, ""nickname"" text, ""first_season"" text, ""location"" text, ""home_ground_s"" text, ""coach"" text, ""captain"" text );","SELECT ""nickname"" FROM ""current_clubs"" WHERE ""coach""='Steve Mayne';",1-18752986-1 What is the dates where Hillcrest Reserve is the home grounds?,"CREATE TABLE ""current_clubs"" ( ""name"" text, ""nickname"" text, ""first_season"" text, ""location"" text, ""home_ground_s"" text, ""coach"" text, ""captain"" text );","SELECT ""first_season"" FROM ""current_clubs"" WHERE ""home_ground_s""='Hillcrest Reserve';",1-18752986-1 "For location Caversham, what is the name of the captain?","CREATE TABLE ""current_clubs"" ( ""name"" text, ""nickname"" text, ""first_season"" text, ""location"" text, ""home_ground_s"" text, ""coach"" text, ""captain"" text );","SELECT ""captain"" FROM ""current_clubs"" WHERE ""location""='Caversham';",1-18752986-1 "With the nickname the swans, what is the home ground?","CREATE TABLE ""current_clubs"" ( ""name"" text, ""nickname"" text, ""first_season"" text, ""location"" text, ""home_ground_s"" text, ""coach"" text, ""captain"" text );","SELECT ""home_ground_s"" FROM ""current_clubs"" WHERE ""nickname""='Swans';",1-18752986-1 What is the record when the opponent is washington redskins?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""giants_points"" real, ""opponents"" real, ""record"" text, ""attendance"" real );","SELECT ""record"" FROM ""schedule"" WHERE ""opponent""='Washington Redskins';",1-18847692-2 What is the minimum number of opponents?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""giants_points"" real, ""opponents"" real, ""record"" text, ""attendance"" real );","SELECT MIN(""opponents"") FROM ""schedule"";",1-18847692-2 "when area (km²) is 1605.35, how many provinces are there?","CREATE TABLE ""table1_1888051_1"" ( ""province"" text, ""capital"" text, ""area_km"" text, ""population"" real, ""density"" real, ""map_region"" real );","SELECT COUNT(""province"") FROM ""table1_1888051_1"" WHERE ""area_km""='1605.35';",1-1888051-1 "when province is monseñor nouel, what is the area (km²)?","CREATE TABLE ""table1_1888051_1"" ( ""province"" text, ""capital"" text, ""area_km"" text, ""population"" real, ""density"" real, ""map_region"" real );","SELECT ""area_km"" FROM ""table1_1888051_1"" WHERE ""province""='Monseñor Nouel';",1-1888051-1 How many capitals are there when area (km²) is 1111.14?,"CREATE TABLE ""table1_1888051_1"" ( ""province"" text, ""capital"" text, ""area_km"" text, ""population"" real, ""density"" real, ""map_region"" real );","SELECT COUNT(""capital"") FROM ""table1_1888051_1"" WHERE ""area_km""='1111.14';",1-1888051-1 Nagua has the area (km²) of?,"CREATE TABLE ""table1_1888051_1"" ( ""province"" text, ""capital"" text, ""area_km"" text, ""population"" real, ""density"" real, ""map_region"" real );","SELECT ""area_km"" FROM ""table1_1888051_1"" WHERE ""capital""='Nagua';",1-1888051-1 During what period were parliament 11th?,"CREATE TABLE ""table1_1889233_2"" ( ""parliament"" text, ""name"" text, ""period_in_office"" text, ""birth_and_death_years"" text, ""general_election_contested"" real, ""constituency_contested"" text, ""political_party"" text );","SELECT ""period_in_office"" FROM ""table1_1889233_2"" WHERE ""parliament""='11th';",1-1889233-2 what parliament's name is lina loh woon lee?,"CREATE TABLE ""table1_1889233_2"" ( ""parliament"" text, ""name"" text, ""period_in_office"" text, ""birth_and_death_years"" text, ""general_election_contested"" real, ""constituency_contested"" text, ""political_party"" text );","SELECT ""parliament"" FROM ""table1_1889233_2"" WHERE ""name""='Lina Loh Woon Lee';",1-1889233-2 What number parliament held it's election in 1997?,"CREATE TABLE ""table1_1889233_2"" ( ""parliament"" text, ""name"" text, ""period_in_office"" text, ""birth_and_death_years"" text, ""general_election_contested"" real, ""constituency_contested"" text, ""political_party"" text );","SELECT ""parliament"" FROM ""table1_1889233_2"" WHERE ""general_election_contested""=1997;",1-1889233-2 What period were conscituency contested is aljunied grc?,"CREATE TABLE ""table1_1889233_2"" ( ""parliament"" text, ""name"" text, ""period_in_office"" text, ""birth_and_death_years"" text, ""general_election_contested"" real, ""constituency_contested"" text, ""political_party"" text );","SELECT ""period_in_office"" FROM ""table1_1889233_2"" WHERE ""constituency_contested""='Aljunied GRC';",1-1889233-2 Which parliament is sylvia lim swee lian?,"CREATE TABLE ""table1_1889233_2"" ( ""parliament"" text, ""name"" text, ""period_in_office"" text, ""birth_and_death_years"" text, ""general_election_contested"" real, ""constituency_contested"" text, ""political_party"" text );","SELECT ""parliament"" FROM ""table1_1889233_2"" WHERE ""name""='Sylvia Lim Swee Lian';",1-1889233-2 When jim is eliminated what is the finish?,"CREATE TABLE ""table1_1893276_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT ""finish"" FROM ""table1_1893276_2"" WHERE ""eliminated""='Jim';",1-1893276-2 "How many rewards are there for air date October 6, 2005?","CREATE TABLE ""table1_1893276_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT ""reward"" FROM ""table1_1893276_2"" WHERE ""air_date""='October 6, 2005';",1-1893276-2 "What was eliminated on the air date of November 3, 2005?","CREATE TABLE ""table1_1893276_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT ""eliminated"" FROM ""table1_1893276_2"" WHERE ""air_date""='November 3, 2005';",1-1893276-2 How many air dates were there when Morgan was eliminated?,"CREATE TABLE ""table1_1893276_2"" ( ""episode_title"" text, ""air_date"" text, ""reward"" text, ""immunity"" text, ""eliminated"" text, ""vote"" text, ""finish"" text );","SELECT COUNT(""air_date"") FROM ""table1_1893276_2"" WHERE ""eliminated""='Morgan';",1-1893276-2 When same target; linebacker ii offensive is the same target what is the unit?,"CREATE TABLE ""table1_18933037_3"" ( ""date"" text, ""b_52_model"" text, ""serial_num"" text, ""unit"" text, ""bomb_capacity"" text, ""mission_target"" text, ""cause_of_loss"" text );","SELECT ""unit"" FROM ""table1_18933037_3"" WHERE ""mission_target""='Same target; Linebacker II Offensive';",1-18933037-3 "When hit by sam at 38,500 feet just after bomb release was the cause of loss what is the mission/target?","CREATE TABLE ""table1_18933037_3"" ( ""date"" text, ""b_52_model"" text, ""serial_num"" text, ""unit"" text, ""bomb_capacity"" text, ""mission_target"" text, ""cause_of_loss"" text );","SELECT ""mission_target"" FROM ""table1_18933037_3"" WHERE ""cause_of_loss""='Hit by SAM at 38,500 feet just after bomb release';",1-18933037-3 When 7th bw attached to 43rd sw is the unit what is the b-52 model?,"CREATE TABLE ""table1_18933037_3"" ( ""date"" text, ""b_52_model"" text, ""serial_num"" text, ""unit"" text, ""bomb_capacity"" text, ""mission_target"" text, ""cause_of_loss"" text );","SELECT ""b_52_model"" FROM ""table1_18933037_3"" WHERE ""unit""='7th BW attached to 43rd SW';",1-18933037-3 "When 441st bs, 7th bw is the unit what is the b-52 model?","CREATE TABLE ""table1_18933037_3"" ( ""date"" text, ""b_52_model"" text, ""serial_num"" text, ""unit"" text, ""bomb_capacity"" text, ""mission_target"" text, ""cause_of_loss"" text );","SELECT ""b_52_model"" FROM ""table1_18933037_3"" WHERE ""unit""='441st BS, 7th BW';",1-18933037-3 When 27 gp h-e bombs the capacity of the bomb what is the cause of loss?,"CREATE TABLE ""table1_18933037_3"" ( ""date"" text, ""b_52_model"" text, ""serial_num"" text, ""unit"" text, ""bomb_capacity"" text, ""mission_target"" text, ""cause_of_loss"" text );","SELECT ""cause_of_loss"" FROM ""table1_18933037_3"" WHERE ""bomb_capacity""='27 GP H-E bombs';",1-18933037-3 Name the least clubs involved for leagues being none for semi finals,"CREATE TABLE ""teams"" ( ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_this_round"" text );","SELECT MIN(""clubs_involved"") FROM ""teams"" WHERE ""leagues_entering_this_round""='none' AND ""round""='Semi finals';",1-19089486-1 Name the new entries this round for third round,"CREATE TABLE ""teams"" ( ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_this_round"" text );","SELECT ""new_entries_this_round"" FROM ""teams"" WHERE ""round""='Third round';",1-19089486-1 Name the leagues entering this round for 4,"CREATE TABLE ""teams"" ( ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_this_round"" text );","SELECT ""leagues_entering_this_round"" FROM ""teams"" WHERE ""clubs_involved""=4;",1-19089486-1 Name the least clubs remaining,"CREATE TABLE ""teams"" ( ""round"" text, ""clubs_remaining"" real, ""clubs_involved"" real, ""winners_from_previous_round"" text, ""new_entries_this_round"" text, ""leagues_entering_this_round"" text );","SELECT MIN(""clubs_remaining"") FROM ""teams"";",1-19089486-1 When conjunction junction is the episode title and the music is by bob dorough who is the performer?,"CREATE TABLE ""grammar_rock"" ( ""episode_title"" text, ""subject"" text, ""music_by"" text, ""lyrics_by"" text, ""performed_by"" text, ""first_aired"" text );","SELECT ""performed_by"" FROM ""grammar_rock"" WHERE ""music_by""='Bob Dorough' AND ""episode_title""='Conjunction Junction';",1-191105-2 When interjection is the subject how many performers are there?,"CREATE TABLE ""grammar_rock"" ( ""episode_title"" text, ""subject"" text, ""music_by"" text, ""lyrics_by"" text, ""performed_by"" text, ""first_aired"" text );","SELECT COUNT(""performed_by"") FROM ""grammar_rock"" WHERE ""subject""='interjection';",1-191105-2 When pronoun is the subject what is the episode title?,"CREATE TABLE ""grammar_rock"" ( ""episode_title"" text, ""subject"" text, ""music_by"" text, ""lyrics_by"" text, ""performed_by"" text, ""first_aired"" text );","SELECT ""episode_title"" FROM ""grammar_rock"" WHERE ""subject""='pronoun';",1-191105-2 When interjection is the subject who are the lyrics by?,"CREATE TABLE ""grammar_rock"" ( ""episode_title"" text, ""subject"" text, ""music_by"" text, ""lyrics_by"" text, ""performed_by"" text, ""first_aired"" text );","SELECT ""lyrics_by"" FROM ""grammar_rock"" WHERE ""subject""='interjection';",1-191105-2 When zachary sanders is the performer how many first aired are there?,"CREATE TABLE ""grammar_rock"" ( ""episode_title"" text, ""subject"" text, ""music_by"" text, ""lyrics_by"" text, ""performed_by"" text, ""first_aired"" text );","SELECT COUNT(""first_aired"") FROM ""grammar_rock"" WHERE ""performed_by""='Zachary Sanders';",1-191105-2 When zachary sanders is the performer how many people is the music by?,"CREATE TABLE ""grammar_rock"" ( ""episode_title"" text, ""subject"" text, ""music_by"" text, ""lyrics_by"" text, ""performed_by"" text, ""first_aired"" text );","SELECT COUNT(""music_by"") FROM ""grammar_rock"" WHERE ""performed_by""='Zachary Sanders';",1-191105-2 Name the world rank for market value 17.2,"CREATE TABLE ""external_links"" ( ""world_rank"" real, ""company"" text, ""industry"" text, ""revenue_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""world_rank"" FROM ""external_links"" WHERE ""market_value_billion""='17.2';",1-19112-3 Name the market value for rhb capital,"CREATE TABLE ""external_links"" ( ""world_rank"" real, ""company"" text, ""industry"" text, ""revenue_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""market_value_billion"" FROM ""external_links"" WHERE ""company""='RHB Capital';",1-19112-3 Name the profits for market value of 11.8,"CREATE TABLE ""external_links"" ( ""world_rank"" real, ""company"" text, ""industry"" text, ""revenue_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""profits_billion"" FROM ""external_links"" WHERE ""market_value_billion""='11.8';",1-19112-3 Name the industry for revenue being 2.1,"CREATE TABLE ""external_links"" ( ""world_rank"" real, ""company"" text, ""industry"" text, ""revenue_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT ""industry"" FROM ""external_links"" WHERE ""revenue_billion""='2.1';",1-19112-3 Name the total number of industry for maxis,"CREATE TABLE ""external_links"" ( ""world_rank"" real, ""company"" text, ""industry"" text, ""revenue_billion"" text, ""profits_billion"" text, ""assets_billion"" text, ""market_value_billion"" text );","SELECT COUNT(""industry"") FROM ""external_links"" WHERE ""company""='Maxis';",1-19112-3 how many games with high rebounds where in february 26,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_rebounds"") FROM ""game_log"" WHERE ""date""='February 26';",1-19169116-6 "which institutes gave the democratic renewal 18.0% – 22.0% on a poll from October 6, 1985?","CREATE TABLE ""125_seats_needed_for_a_majority"" ( ""date_released"" text, ""institute"" text, ""socialist"" text, ""social_democratic"" text, ""united_people_alliance"" text, ""democratic_and_social_centre"" text, ""democratic_renewal"" text, ""lead"" text );","SELECT ""institute"" FROM ""125_seats_needed_for_a_majority"" WHERE ""democratic_renewal""='18.0% – 22.0%';",1-1919538-1 Name the number of seats to be won being % of popular vote at 6.88%,"CREATE TABLE ""federal_election_results_1962_present"" ( ""election"" real, ""leader"" text, ""num_of_candidates"" real, ""num_of_seats_to_be_won"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT ""num_of_seats_to_be_won"" FROM ""federal_election_results_1962_present"" WHERE ""pct_of_popular_vote""='6.88%';",1-19283982-4 Name the number of total votes for # of seats won being 30,"CREATE TABLE ""federal_election_results_1962_present"" ( ""election"" real, ""leader"" text, ""num_of_candidates"" real, ""num_of_seats_to_be_won"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT ""num_of_total_votes"" FROM ""federal_election_results_1962_present"" WHERE ""num_of_seats_won""=30;",1-19283982-4 Name the number of candidates for # of seats won being 43,"CREATE TABLE ""federal_election_results_1962_present"" ( ""election"" real, ""leader"" text, ""num_of_candidates"" real, ""num_of_seats_to_be_won"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT ""num_of_candidates"" FROM ""federal_election_results_1962_present"" WHERE ""num_of_seats_won""=43;",1-19283982-4 Name the number of leaders for % of popular vote being 11.05%,"CREATE TABLE ""federal_election_results_1962_present"" ( ""election"" real, ""leader"" text, ""num_of_candidates"" real, ""num_of_seats_to_be_won"" real, ""num_of_seats_won"" real, ""num_of_total_votes"" real, ""pct_of_popular_vote"" text );","SELECT COUNT(""leader"") FROM ""federal_election_results_1962_present"" WHERE ""pct_of_popular_vote""='11.05%';",1-19283982-4 What is the location that has the 12th district?,"CREATE TABLE ""politics"" ( ""district"" text, ""location"" text, ""representative"" text, ""cook_pvi"" text, ""2012_election_results"" text, ""median_household_income_2011"" text );","SELECT ""location"" FROM ""politics"" WHERE ""district""='12th';",1-19283806-4 How many election results in 2012 had a Cook PVI of D+16?,"CREATE TABLE ""politics"" ( ""district"" text, ""location"" text, ""representative"" text, ""cook_pvi"" text, ""2012_election_results"" text, ""median_household_income_2011"" text );","SELECT COUNT(""2012_election_results"") FROM ""politics"" WHERE ""cook_pvi""='D+16';",1-19283806-4 What is the Cook PVI for the location that has a representative of Mike Thompson?,"CREATE TABLE ""politics"" ( ""district"" text, ""location"" text, ""representative"" text, ""cook_pvi"" text, ""2012_election_results"" text, ""median_household_income_2011"" text );","SELECT ""cook_pvi"" FROM ""politics"" WHERE ""representative""='Mike Thompson';",1-19283806-4 "How many locations have a median household income in 2011 of $71,479?","CREATE TABLE ""politics"" ( ""district"" text, ""location"" text, ""representative"" text, ""cook_pvi"" text, ""2012_election_results"" text, ""median_household_income_2011"" text );","SELECT COUNT(""location"") FROM ""politics"" WHERE ""median_household_income_2011""='$71,479';",1-19283806-4 What is the 2012 election results for locations whose representative is Barbara Lee?,"CREATE TABLE ""politics"" ( ""district"" text, ""location"" text, ""representative"" text, ""cook_pvi"" text, ""2012_election_results"" text, ""median_household_income_2011"" text );","SELECT ""2012_election_results"" FROM ""politics"" WHERE ""representative""='Barbara Lee';",1-19283806-4 What is the latest season number for a show with a production code of 816?,"CREATE TABLE ""table1_19422702_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT MAX(""no_in_season"") FROM ""table1_19422702_1"" WHERE ""production_code""=816;",1-19422702-1 How many U.S. air dates were from an episode in Season 4?,"CREATE TABLE ""table1_19422702_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT COUNT(""us_airdate"") FROM ""table1_19422702_1"" WHERE ""no_in_season""=4;",1-19422702-1 How many different C_{high} values are there for the good category?,"CREATE TABLE ""united_states"" ( ""c_low"" text, ""c_high"" text, ""i_low"" real, ""i_high"" real, ""category"" text );","SELECT COUNT(""c_high"") FROM ""united_states"" WHERE ""category""='Good';",1-1942366-9 What's the C_{high} when the C_{low} value is 250.5?,"CREATE TABLE ""united_states"" ( ""c_low"" text, ""c_high"" text, ""i_low"" real, ""i_high"" real, ""category"" text );","SELECT ""c_high"" FROM ""united_states"" WHERE ""c_low""='250.5';",1-1942366-9 What's the i_{high} value when C_{low} is 250.5?,"CREATE TABLE ""united_states"" ( ""c_low"" text, ""c_high"" text, ""i_low"" real, ""i_high"" real, ""category"" text );","SELECT MIN(""i_high"") FROM ""united_states"" WHERE ""c_low""='250.5';",1-1942366-9 What's the C_{low} value when C_{high} is 12.0?,"CREATE TABLE ""united_states"" ( ""c_low"" text, ""c_high"" text, ""i_low"" real, ""i_high"" real, ""category"" text );","SELECT ""c_low"" FROM ""united_states"" WHERE ""c_high""='12.0';",1-1942366-9 In how many different categories is the value of C_{low} 35.5?,"CREATE TABLE ""united_states"" ( ""c_low"" text, ""c_high"" text, ""i_low"" real, ""i_high"" real, ""category"" text );","SELECT COUNT(""category"") FROM ""united_states"" WHERE ""c_low""='35.5';",1-1942366-9 How many members were in the group that sold 65 million albums and singles?,"CREATE TABLE ""best_selling_girl_groups"" ( ""girl_group"" text, ""country"" text, ""sold_albums_and_singles"" text, ""genre"" text, ""studio_albums"" real, ""members"" text, ""years_active"" text );","SELECT ""members"" FROM ""best_selling_girl_groups"" WHERE ""sold_albums_and_singles""='65 million';",1-19439814-1 What group had 29 studio albums?,"CREATE TABLE ""best_selling_girl_groups"" ( ""girl_group"" text, ""country"" text, ""sold_albums_and_singles"" text, ""genre"" text, ""studio_albums"" real, ""members"" text, ""years_active"" text );","SELECT ""girl_group"" FROM ""best_selling_girl_groups"" WHERE ""studio_albums""=29;",1-19439814-1 "When bergen is 88, what is the alesund?","CREATE TABLE ""jury_votes"" ( ""song"" text, ""porsgrunn"" real, ""bergen"" real, ""bod"" real, ""stavanger"" real, ""lesund"" real, ""elverum"" real, ""troms"" real, ""fredrikstad"" real, ""trondheim"" real, ""oslo"" real, ""total"" real );","SELECT MIN(""lesund"") FROM ""jury_votes"" WHERE ""bergen""=88;",1-19439864-2 How many elverum are tehre for et sted i scandinavia?,"CREATE TABLE ""jury_votes"" ( ""song"" text, ""porsgrunn"" real, ""bergen"" real, ""bod"" real, ""stavanger"" real, ""lesund"" real, ""elverum"" real, ""troms"" real, ""fredrikstad"" real, ""trondheim"" real, ""oslo"" real, ""total"" real );","SELECT COUNT(""elverum"") FROM ""jury_votes"" WHERE ""song""='Et sted i Scandinavia';",1-19439864-2 What was the total for radio luxembourg?,"CREATE TABLE ""jury_votes"" ( ""song"" text, ""porsgrunn"" real, ""bergen"" real, ""bod"" real, ""stavanger"" real, ""lesund"" real, ""elverum"" real, ""troms"" real, ""fredrikstad"" real, ""trondheim"" real, ""oslo"" real, ""total"" real );","SELECT ""total"" FROM ""jury_votes"" WHERE ""song""='Radio Luxembourg';",1-19439864-2 "When oslo is 48, what is stavanger?","CREATE TABLE ""jury_votes"" ( ""song"" text, ""porsgrunn"" real, ""bergen"" real, ""bod"" real, ""stavanger"" real, ""lesund"" real, ""elverum"" real, ""troms"" real, ""fredrikstad"" real, ""trondheim"" real, ""oslo"" real, ""total"" real );","SELECT MIN(""stavanger"") FROM ""jury_votes"" WHERE ""oslo""=48;",1-19439864-2 What is the lowest total?,"CREATE TABLE ""jury_votes"" ( ""song"" text, ""porsgrunn"" real, ""bergen"" real, ""bod"" real, ""stavanger"" real, ""lesund"" real, ""elverum"" real, ""troms"" real, ""fredrikstad"" real, ""trondheim"" real, ""oslo"" real, ""total"" real );","SELECT MIN(""total"") FROM ""jury_votes"";",1-19439864-2 "When the total score is 740, what is tromso?","CREATE TABLE ""jury_votes"" ( ""song"" text, ""porsgrunn"" real, ""bergen"" real, ""bod"" real, ""stavanger"" real, ""lesund"" real, ""elverum"" real, ""troms"" real, ""fredrikstad"" real, ""trondheim"" real, ""oslo"" real, ""total"" real );","SELECT MIN(""troms"") FROM ""jury_votes"" WHERE ""total""=740;",1-19439864-2 Who played in group 8 when Persinab Nabire played in Group 12?,"CREATE TABLE ""table1_19523142_5"" ( ""group_7"" text, ""group_8"" text, ""group_9"" text, ""group_10"" text, ""group_11"" text, ""group_12"" text );","SELECT ""group_8"" FROM ""table1_19523142_5"" WHERE ""group_12""='Persinab Nabire';",1-19523142-5 Who played in group 11 when Persipal Palu played in group 12?,"CREATE TABLE ""table1_19523142_5"" ( ""group_7"" text, ""group_8"" text, ""group_9"" text, ""group_10"" text, ""group_11"" text, ""group_12"" text );","SELECT ""group_11"" FROM ""table1_19523142_5"" WHERE ""group_12""='Persipal Palu';",1-19523142-5 Who played in group 12 when persikutim east kutai played in group 10?,"CREATE TABLE ""table1_19523142_5"" ( ""group_7"" text, ""group_8"" text, ""group_9"" text, ""group_10"" text, ""group_11"" text, ""group_12"" text );","SELECT ""group_12"" FROM ""table1_19523142_5"" WHERE ""group_10""='Persikutim East Kutai';",1-19523142-5 "When persikos sorong city played in group 11, who played in group 7?","CREATE TABLE ""table1_19523142_5"" ( ""group_7"" text, ""group_8"" text, ""group_9"" text, ""group_10"" text, ""group_11"" text, ""group_12"" text );","SELECT ""group_7"" FROM ""table1_19523142_5"" WHERE ""group_11""='Persikos Sorong City';",1-19523142-5 Nusa Ina only played once while group 7 played.,"CREATE TABLE ""table1_19523142_5"" ( ""group_7"" text, ""group_8"" text, ""group_9"" text, ""group_10"" text, ""group_11"" text, ""group_12"" text );","SELECT COUNT(""group_7"") FROM ""table1_19523142_5"" WHERE ""group_12""='Nusa Ina';",1-19523142-5 Who played in group 12 when Group 9 played psid jombang?,"CREATE TABLE ""table1_19523142_5"" ( ""group_7"" text, ""group_8"" text, ""group_9"" text, ""group_10"" text, ""group_11"" text, ""group_12"" text );","SELECT ""group_12"" FROM ""table1_19523142_5"" WHERE ""group_9""='PSID Jombang';",1-19523142-5 What is the longest number of weeks any 1 song was at number #1?,"CREATE TABLE ""the_most_no_1_album_s_in_the_history"" ( ""number_one_s"" real, ""artist_s"" text, ""song_s_weeks"" text, ""issue_years"" real, ""whole_weeks"" real );","SELECT MAX(""whole_weeks"") FROM ""the_most_no_1_album_s_in_the_history"";",1-19542477-9 "What is the title of every song, and how many weeks was each song at #1 for One Direction?","CREATE TABLE ""the_most_no_1_album_s_in_the_history"" ( ""number_one_s"" real, ""artist_s"" text, ""song_s_weeks"" text, ""issue_years"" real, ""whole_weeks"" real );","SELECT ""song_s_weeks"" FROM ""the_most_no_1_album_s_in_the_history"" WHERE ""artist_s""='One Direction';",1-19542477-9 "What is the title of every song, and how many weeks was each song at #1 for Rihanna in 2012?","CREATE TABLE ""the_most_no_1_album_s_in_the_history"" ( ""number_one_s"" real, ""artist_s"" text, ""song_s_weeks"" text, ""issue_years"" real, ""whole_weeks"" real );","SELECT ""song_s_weeks"" FROM ""the_most_no_1_album_s_in_the_history"" WHERE ""issue_years""=2012 AND ""artist_s""='Rihanna';",1-19542477-9 What NHL team was the player from Calgary Centennials (WCHL) drafted for?,"CREATE TABLE ""round_eleven"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nhl_team"" FROM ""round_eleven"" WHERE ""college_junior_club_team""='Calgary Centennials (WCHL)';",1-1965650-11 Who came from the University of Michigan (NCAA) team?,"CREATE TABLE ""round_eleven"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_eleven"" WHERE ""college_junior_club_team""='University of Michigan (NCAA)';",1-1965650-11 How many players have the pick number 166?,"CREATE TABLE ""round_eleven"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""player"") FROM ""round_eleven"" WHERE ""pick_num""=166;",1-1965650-11 What is the nationality of the player from the University of Michigan (NCAA)?,"CREATE TABLE ""round_eleven"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""round_eleven"" WHERE ""college_junior_club_team""='University of Michigan (NCAA)';",1-1965650-11 "What team did Russ Wiechnik, on the centre position, come from?","CREATE TABLE ""round_eleven"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""round_eleven"" WHERE ""position""='Centre' AND ""player""='Russ Wiechnik';",1-1965650-11 What place would you be in if your rank by average is less than 2.0?,"CREATE TABLE ""average_score_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points"" text, ""average"" text );","SELECT ""place"" FROM ""average_score_chart"" WHERE ""rank_by_average""<2.0;",1-19744915-14 What is the couples name where the average is 15.9?,"CREATE TABLE ""average_score_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points"" text, ""average"" text );","SELECT ""couple"" FROM ""average_score_chart"" WHERE ""average""='15.9';",1-19744915-14 "If the total points is 50.5, what is the total number of dances?","CREATE TABLE ""average_score_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points"" text, ""average"" text );","SELECT COUNT(""number_of_dances"") FROM ""average_score_chart"" WHERE ""total_points""='50.5';",1-19744915-14 "If your rank by average is 9, what is the name of the couple?","CREATE TABLE ""average_score_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points"" text, ""average"" text );","SELECT ""couple"" FROM ""average_score_chart"" WHERE ""rank_by_average""=9;",1-19744915-14 Name the number of party for richard l. hanna (r) 53.1% mike arcuri (d) 46.9%,"CREATE TABLE ""table1_19753079_35"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT COUNT(""party"") FROM ""table1_19753079_35"" WHERE ""candidates""='Richard L. Hanna (R) 53.1% Mike Arcuri (D) 46.9%';",1-19753079-35 Name the party for new york 4,"CREATE TABLE ""table1_19753079_35"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""table1_19753079_35"" WHERE ""district""='New York 4';",1-19753079-35 Name the first elected for re-elected and brian higgins,"CREATE TABLE ""table1_19753079_35"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""table1_19753079_35"" WHERE ""result""='Re-elected' AND ""incumbent""='Brian Higgins';",1-19753079-35 Name the party for yvette clarke (d) 90.6% hugh carr (r) 9.4%,"CREATE TABLE ""table1_19753079_35"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""table1_19753079_35"" WHERE ""candidates""='Yvette Clarke (D) 90.6% Hugh Carr (R) 9.4%';",1-19753079-35 Name the result for new york 8,"CREATE TABLE ""table1_19753079_35"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""table1_19753079_35"" WHERE ""district""='New York 8';",1-19753079-35 Name the incumbent for lost renomination republican hold,"CREATE TABLE ""alabama"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""incumbent"" FROM ""alabama"" WHERE ""result""='Lost renomination Republican hold';",1-19753079-4 Name the result for first elected being 1992,"CREATE TABLE ""alabama"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""alabama"" WHERE ""first_elected""=1992;",1-19753079-4 Name the incumbent for alabama 6,"CREATE TABLE ""alabama"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""incumbent"" FROM ""alabama"" WHERE ""district""='Alabama 6';",1-19753079-4 Name the number of song for julia bermejo,"CREATE TABLE ""semi_final_3_28_february_2009"" ( ""draw"" real, ""artist"" text, ""song"" text, ""jury_votes"" real, ""televotes"" real, ""total_votes"" real, ""result"" text );","SELECT COUNT(""song"") FROM ""semi_final_3_28_february_2009"" WHERE ""artist""='Julia Bermejo';",1-19763199-5 Name the number of song for solydo,"CREATE TABLE ""semi_final_3_28_february_2009"" ( ""draw"" real, ""artist"" text, ""song"" text, ""jury_votes"" real, ""televotes"" real, ""total_votes"" real, ""result"" text );","SELECT COUNT(""song"") FROM ""semi_final_3_28_february_2009"" WHERE ""artist""='Solydo';",1-19763199-5 What tournament is in katowice?,"CREATE TABLE ""events"" ( ""tournament"" text, ""also_currently_known_as"" text, ""city"" text, ""country"" text, ""court_surface"" text, ""defending_champion"" text );","SELECT ""tournament"" FROM ""events"" WHERE ""city""='Katowice';",1-19765685-2 How many tournaments are also currently known as the hp open?,"CREATE TABLE ""events"" ( ""tournament"" text, ""also_currently_known_as"" text, ""city"" text, ""country"" text, ""court_surface"" text, ""defending_champion"" text );","SELECT COUNT(""country"") FROM ""events"" WHERE ""also_currently_known_as""='HP Open';",1-19765685-2 How many defending champs from thailand?,"CREATE TABLE ""events"" ( ""tournament"" text, ""also_currently_known_as"" text, ""city"" text, ""country"" text, ""court_surface"" text, ""defending_champion"" text );","SELECT COUNT(""defending_champion"") FROM ""events"" WHERE ""country""='Thailand';",1-19765685-2 Name the opponent for june 12,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location"" text, ""record"" text );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""date""='June 12';",1-19789597-5 Name the total number of date for l 63-77,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location"" text, ""record"" text );","SELECT COUNT(""date"") FROM ""regular_season"" WHERE ""score""='L 63-77';",1-19789597-5 Name the most number for viewers being 6.95,"CREATE TABLE ""weekly_ratings"" ( ""num"" real, ""episode"" text, ""uk_air_date"" text, ""timeslot"" text, ""viewers_millions"" text, ""audience_share_in_timeslot"" text );","SELECT MAX(""num"") FROM ""weekly_ratings"" WHERE ""viewers_millions""='6.95';",1-19834691-4 Name the total number of viewers for audience share in timeslot for 10.2%,"CREATE TABLE ""weekly_ratings"" ( ""num"" real, ""episode"" text, ""uk_air_date"" text, ""timeslot"" text, ""viewers_millions"" text, ""audience_share_in_timeslot"" text );","SELECT COUNT(""viewers_millions"") FROM ""weekly_ratings"" WHERE ""audience_share_in_timeslot""='10.2%';",1-19834691-4 Name the timeslot for 6.51 viewers,"CREATE TABLE ""weekly_ratings"" ( ""num"" real, ""episode"" text, ""uk_air_date"" text, ""timeslot"" text, ""viewers_millions"" text, ""audience_share_in_timeslot"" text );","SELECT ""timeslot"" FROM ""weekly_ratings"" WHERE ""viewers_millions""='6.51';",1-19834691-4 Name the uk air date for audience share in timeslot in 7.3%,"CREATE TABLE ""weekly_ratings"" ( ""num"" real, ""episode"" text, ""uk_air_date"" text, ""timeslot"" text, ""viewers_millions"" text, ""audience_share_in_timeslot"" text );","SELECT ""uk_air_date"" FROM ""weekly_ratings"" WHERE ""audience_share_in_timeslot""='7.3%';",1-19834691-4 name the total number of timeslot for number 1,"CREATE TABLE ""weekly_ratings"" ( ""num"" real, ""episode"" text, ""uk_air_date"" text, ""timeslot"" text, ""viewers_millions"" text, ""audience_share_in_timeslot"" text );","SELECT COUNT(""timeslot"") FROM ""weekly_ratings"" WHERE ""num""=1;",1-19834691-4 Where's the school that Mark Fletcher is the principal of?,"CREATE TABLE ""list_of_high_schools_in_indiana"" ( ""school"" text, ""city_town"" text, ""website"" text, ""size"" real, ""principal"" text, ""grades"" text, ""idoe_profile"" text );","SELECT ""city_town"" FROM ""list_of_high_schools_in_indiana"" WHERE ""principal""='Mark Fletcher';",1-1984697-53 How many websites are there for the school with 1939 students?,"CREATE TABLE ""list_of_high_schools_in_indiana"" ( ""school"" text, ""city_town"" text, ""website"" text, ""size"" real, ""principal"" text, ""grades"" text, ""idoe_profile"" text );","SELECT COUNT(""website"") FROM ""list_of_high_schools_in_indiana"" WHERE ""size""=1939;",1-1984697-53 Who's the principal of Edgewood High School?/,"CREATE TABLE ""list_of_high_schools_in_indiana"" ( ""school"" text, ""city_town"" text, ""website"" text, ""size"" real, ""principal"" text, ""grades"" text, ""idoe_profile"" text );","SELECT ""principal"" FROM ""list_of_high_schools_in_indiana"" WHERE ""school""='Edgewood High School';",1-1984697-53 Where is Bloomington High School North?,"CREATE TABLE ""list_of_high_schools_in_indiana"" ( ""school"" text, ""city_town"" text, ""website"" text, ""size"" real, ""principal"" text, ""grades"" text, ""idoe_profile"" text );","SELECT ""city_town"" FROM ""list_of_high_schools_in_indiana"" WHERE ""school""='Bloomington High School North';",1-1984697-53 Who was on the pole position in the Texaco/Havoline 200 race?,"CREATE TABLE ""race_results"" ( ""rnd"" real, ""race_name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""pole_position"" FROM ""race_results"" WHERE ""race_name""='Texaco/Havoline 200';",1-19908651-3 "Who did the fastest lap in the race won by Paul Tracy, with Emerson Fittipaldi at the pole position?","CREATE TABLE ""race_results"" ( ""rnd"" real, ""race_name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""fastest_lap"" FROM ""race_results"" WHERE ""pole_position""='Emerson Fittipaldi' AND ""winning_driver""='Paul Tracy';",1-19908651-3 "What's the report of the race won by Michael Andretti, with Nigel Mansell driving the fastest lap?","CREATE TABLE ""race_results"" ( ""rnd"" real, ""race_name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""report"" FROM ""race_results"" WHERE ""winning_driver""='Michael Andretti' AND ""fastest_lap""='Nigel Mansell';",1-19908651-3 "Who was at the pole position in the ITT Automotive Grand Prix of Detroit, won by Paul Tracy?","CREATE TABLE ""race_results"" ( ""rnd"" real, ""race_name"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""report"" text );","SELECT ""pole_position"" FROM ""race_results"" WHERE ""winning_driver""='Paul Tracy' AND ""race_name""='ITT Automotive Grand Prix of Detroit';",1-19908651-3 Who directed the episode with production code 4akj08?,"CREATE TABLE ""table1_19929970_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""directed_by"" FROM ""table1_19929970_1"" WHERE ""production_code""='4AKJ08';",1-19929970-1 Who directed the episode with production code 4akj01?,"CREATE TABLE ""table1_19929970_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""directed_by"" FROM ""table1_19929970_1"" WHERE ""production_code""='4AKJ01';",1-19929970-1 What are the torque characteristics of the model made in 1996?,"CREATE TABLE ""l35_and_lf6_scpi"" ( ""year"" text, ""horsepower"" text, ""torque"" text, ""fuel_system"" text, ""compression_ratio"" text, ""rpo"" text, ""applications"" real );","SELECT ""torque"" FROM ""l35_and_lf6_scpi"" WHERE ""year""='1996';",1-20007413-6 What's the compression ratio of the model with L35 RPO and 5 applications?,"CREATE TABLE ""l35_and_lf6_scpi"" ( ""year"" text, ""horsepower"" text, ""torque"" text, ""fuel_system"" text, ""compression_ratio"" text, ""rpo"" text, ""applications"" real );","SELECT ""compression_ratio"" FROM ""l35_and_lf6_scpi"" WHERE ""rpo""='L35' AND ""applications""=5;",1-20007413-6 What are the torque characteristics of the model with 346 applications?,"CREATE TABLE ""l35_and_lf6_scpi"" ( ""year"" text, ""horsepower"" text, ""torque"" text, ""fuel_system"" text, ""compression_ratio"" text, ""rpo"" text, ""applications"" real );","SELECT ""torque"" FROM ""l35_and_lf6_scpi"" WHERE ""applications""=346;",1-20007413-6 What's the name of the team who had a Honda motorcycle?,"CREATE TABLE ""by_seasons_and_teams"" ( ""season"" real, ""class"" text, ""team"" text, ""motorcycle"" text, ""type"" text, ""races"" real, ""wins"" real, ""podiums"" real, ""poles"" real, ""fastest_laps"" real, ""pts"" real, ""position"" text );","SELECT ""team"" FROM ""by_seasons_and_teams"" WHERE ""motorcycle""='Honda';",1-20016339-1 What's the number of poles in the season where the team had a Kalex motorcycle?,"CREATE TABLE ""by_seasons_and_teams"" ( ""season"" real, ""class"" text, ""team"" text, ""motorcycle"" text, ""type"" text, ""races"" real, ""wins"" real, ""podiums"" real, ""poles"" real, ""fastest_laps"" real, ""pts"" real, ""position"" text );","SELECT ""poles"" FROM ""by_seasons_and_teams"" WHERE ""motorcycle""='Kalex';",1-20016339-1 How many fastest laps did I.C. Team have?,"CREATE TABLE ""by_seasons_and_teams"" ( ""season"" real, ""class"" text, ""team"" text, ""motorcycle"" text, ""type"" text, ""races"" real, ""wins"" real, ""podiums"" real, ""poles"" real, ""fastest_laps"" real, ""pts"" real, ""position"" text );","SELECT COUNT(""fastest_laps"") FROM ""by_seasons_and_teams"" WHERE ""team""='I.C. Team';",1-20016339-1 "What's Italtrans Racing Team's, with 0 pts, class?","CREATE TABLE ""by_seasons_and_teams"" ( ""season"" real, ""class"" text, ""team"" text, ""motorcycle"" text, ""type"" text, ""races"" real, ""wins"" real, ""podiums"" real, ""poles"" real, ""fastest_laps"" real, ""pts"" real, ""position"" text );","SELECT ""class"" FROM ""by_seasons_and_teams"" WHERE ""pts""=0 AND ""team""='Italtrans Racing Team';",1-20016339-1 Name the conventional for تاغارما,"CREATE TABLE ""table1_2008069_2"" ( ""conventional"" text, ""sarikoli_in_ipa"" text, ""uyghur_k_ona_yezik"" text, ""uyghur_yen_i_yezik"" text, ""chinese"" text, ""pinyin"" text );","SELECT ""conventional"" FROM ""table1_2008069_2"" WHERE ""uyghur_k_ona_yezik""='تاغارما';",1-2008069-2 Name the uyghur for 瓦恰,"CREATE TABLE ""table1_2008069_2"" ( ""conventional"" text, ""sarikoli_in_ipa"" text, ""uyghur_k_ona_yezik"" text, ""uyghur_yen_i_yezik"" text, ""chinese"" text, ""pinyin"" text );","SELECT ""uyghur_k_ona_yezik"" FROM ""table1_2008069_2"" WHERE ""chinese""='瓦恰';",1-2008069-2 Name the conventional for defter,"CREATE TABLE ""table1_2008069_2"" ( ""conventional"" text, ""sarikoli_in_ipa"" text, ""uyghur_k_ona_yezik"" text, ""uyghur_yen_i_yezik"" text, ""chinese"" text, ""pinyin"" text );","SELECT ""conventional"" FROM ""table1_2008069_2"" WHERE ""uyghur_yen_i_yezik""='Defter';",1-2008069-2 Name the pinyin for تىزناپ,"CREATE TABLE ""table1_2008069_2"" ( ""conventional"" text, ""sarikoli_in_ipa"" text, ""uyghur_k_ona_yezik"" text, ""uyghur_yen_i_yezik"" text, ""chinese"" text, ""pinyin"" text );","SELECT ""pinyin"" FROM ""table1_2008069_2"" WHERE ""uyghur_k_ona_yezik""='تىزناپ';",1-2008069-2 Name the pinyin for mazar,"CREATE TABLE ""table1_2008069_2"" ( ""conventional"" text, ""sarikoli_in_ipa"" text, ""uyghur_k_ona_yezik"" text, ""uyghur_yen_i_yezik"" text, ""chinese"" text, ""pinyin"" text );","SELECT ""pinyin"" FROM ""table1_2008069_2"" WHERE ""conventional""='Mazar';",1-2008069-2 Name the pinyin for kɵkyar k̡irƣiz yezisi,"CREATE TABLE ""table1_2008069_2"" ( ""conventional"" text, ""sarikoli_in_ipa"" text, ""uyghur_k_ona_yezik"" text, ""uyghur_yen_i_yezik"" text, ""chinese"" text, ""pinyin"" text );","SELECT ""pinyin"" FROM ""table1_2008069_2"" WHERE ""uyghur_yen_i_yezik""='Kɵkyar K̡irƣiz yezisi';",1-2008069-2 What team or teams with 18 in the top 10?,"CREATE TABLE ""nascar_camping_world_truck_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""team_s"" FROM ""nascar_camping_world_truck_series"" WHERE ""top_10""=18;",1-2012187-3 How many wins in the 4th position?,"CREATE TABLE ""nascar_camping_world_truck_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT MIN(""wins"") FROM ""nascar_camping_world_truck_series"" WHERE ""position""='4th';",1-2012187-3 What date was the attendance 22000?,"CREATE TABLE ""notable_matches"" ( ""date"" text, ""team_num1"" text, ""res"" text, ""team_num2"" text, ""competition"" text, ""attendance"" real, ""remarks"" text );","SELECT ""date"" FROM ""notable_matches"" WHERE ""attendance""=22000;",1-2015453-1 What are the remarks for 8 October 2008?,"CREATE TABLE ""notable_matches"" ( ""date"" text, ""team_num1"" text, ""res"" text, ""team_num2"" text, ""competition"" text, ""attendance"" real, ""remarks"" text );","SELECT ""remarks"" FROM ""notable_matches"" WHERE ""date""='8 October 2008';",1-2015453-1 What was the res for the game against Payam?,"CREATE TABLE ""notable_matches"" ( ""date"" text, ""team_num1"" text, ""res"" text, ""team_num2"" text, ""competition"" text, ""attendance"" real, ""remarks"" text );","SELECT ""res"" FROM ""notable_matches"" WHERE ""team_num2""='Payam';",1-2015453-1 Who was team #1 on 9 September 2006?,"CREATE TABLE ""notable_matches"" ( ""date"" text, ""team_num1"" text, ""res"" text, ""team_num2"" text, ""competition"" text, ""attendance"" real, ""remarks"" text );","SELECT ""team_num1"" FROM ""notable_matches"" WHERE ""date""='9 September 2006';",1-2015453-1 What was the largest attendance?,"CREATE TABLE ""notable_matches"" ( ""date"" text, ""team_num1"" text, ""res"" text, ""team_num2"" text, ""competition"" text, ""attendance"" real, ""remarks"" text );","SELECT MAX(""attendance"") FROM ""notable_matches"";",1-2015453-1 What position is the player who went to Regina? ,"CREATE TABLE ""round_three"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""round_three"" WHERE ""college""='Regina';",1-20170644-3 Which player is on the BC Lions? ,"CREATE TABLE ""round_three"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""round_three"" WHERE ""cfl_team""='BC Lions';",1-20170644-3 What number picks were the players who went to Calgary? ,"CREATE TABLE ""round_three"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""pick_num"" FROM ""round_three"" WHERE ""college""='Calgary';",1-20170644-3 What was the title for episode 2?,"CREATE TABLE ""table1_20205538_4"" ( ""series_num"" real, ""episode_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_airdate"" text );","SELECT ""title"" FROM ""table1_20205538_4"" WHERE ""episode_num""=2;",1-20205538-4 What is the episode number for series 17?,"CREATE TABLE ""table1_20205538_4"" ( ""series_num"" real, ""episode_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_airdate"" text );","SELECT ""episode_num"" FROM ""table1_20205538_4"" WHERE ""series_num""=17;",1-20205538-4 What season did SV Darmstadt 98 end up at RL Süd (1st)?,"CREATE TABLE ""1963_74"" ( ""season"" text, ""rl_s_d_1st"" text, ""rl_s_d_2nd"" text, ""rl_s_dwest_1st"" text, ""rl_s_dwest_2nd"" text );","SELECT ""season"" FROM ""1963_74"" WHERE ""rl_s_d_1st""='SV Darmstadt 98';",1-20217456-7 Who was RL Süd (1st) when FK Pirmasens was RL Südwest (1st)?,"CREATE TABLE ""1963_74"" ( ""season"" text, ""rl_s_d_1st"" text, ""rl_s_d_2nd"" text, ""rl_s_dwest_1st"" text, ""rl_s_dwest_2nd"" text );","SELECT ""rl_s_d_1st"" FROM ""1963_74"" WHERE ""rl_s_dwest_1st""='FK Pirmasens';",1-20217456-7 What season was Freiburger FC the RL Süd (2nd) team?,"CREATE TABLE ""1963_74"" ( ""season"" text, ""rl_s_d_1st"" text, ""rl_s_d_2nd"" text, ""rl_s_dwest_1st"" text, ""rl_s_dwest_2nd"" text );","SELECT ""season"" FROM ""1963_74"" WHERE ""rl_s_d_2nd""='Freiburger FC';",1-20217456-7 Name the total number of serial number for 24 wd no,"CREATE TABLE ""references"" ( ""lms_no"" real, ""wd_no"" real, ""builder"" text, ""serial_no"" real, ""date_built"" real );","SELECT COUNT(""serial_no"") FROM ""references"" WHERE ""wd_no""=24;",1-20236726-2 Name the total number of wd number for lms number being 7638,"CREATE TABLE ""references"" ( ""lms_no"" real, ""wd_no"" real, ""builder"" text, ""serial_no"" real, ""date_built"" real );","SELECT COUNT(""wd_no"") FROM ""references"" WHERE ""lms_no""=7638;",1-20236726-2 Name the builder for wd number being 22,"CREATE TABLE ""references"" ( ""lms_no"" real, ""wd_no"" real, ""builder"" text, ""serial_no"" real, ""date_built"" real );","SELECT ""builder"" FROM ""references"" WHERE ""wd_no""=22;",1-20236726-2 Name the lms number for serial number being 372,"CREATE TABLE ""references"" ( ""lms_no"" real, ""wd_no"" real, ""builder"" text, ""serial_no"" real, ""date_built"" real );","SELECT ""lms_no"" FROM ""references"" WHERE ""serial_no""=372;",1-20236726-2 Name the builder for serial number being 377,"CREATE TABLE ""references"" ( ""lms_no"" real, ""wd_no"" real, ""builder"" text, ""serial_no"" real, ""date_built"" real );","SELECT ""builder"" FROM ""references"" WHERE ""serial_no""=377;",1-20236726-2 "what is the the television order of ""deep cover for batman!""","CREATE TABLE ""table1_20360535_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""television_order"" text );","SELECT ""television_order"" FROM ""table1_20360535_2"" WHERE ""title""='\""Deep Cover for Batman!\""';",1-20360535-2 who directed s01e13,"CREATE TABLE ""table1_20360535_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""television_order"" text );","SELECT ""directed_by"" FROM ""table1_20360535_2"" WHERE ""television_order""='S01E13';",1-20360535-2 "what is the television order of the episode directed by ben jones, written by j. m. dematteis and originally aired on february6,2009","CREATE TABLE ""table1_20360535_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""television_order"" text );","SELECT ""television_order"" FROM ""table1_20360535_2"" WHERE ""directed_by""='Ben Jones' AND ""written_by""='J. M. DeMatteis' AND ""original_air_date""='February6,2009';",1-20360535-2 who wrote s01e06,"CREATE TABLE ""table1_20360535_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""television_order"" text );","SELECT ""written_by"" FROM ""table1_20360535_2"" WHERE ""television_order""='S01E06';",1-20360535-2 what is the original air date of the episode directed by Ben Jones and written by Steven Melching? ,"CREATE TABLE ""table1_20360535_4"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""television_order"" text );","SELECT ""original_air_date"" FROM ""table1_20360535_4"" WHERE ""directed_by""='Ben Jones' AND ""written_by""='Steven Melching';",1-20360535-4 "What was the original air date for ""Crisis: 22,300 Miles Above Earth!""?","CREATE TABLE ""table1_20360535_4"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""television_order"" text );","SELECT ""original_air_date"" FROM ""table1_20360535_4"" WHERE ""title""='\""Crisis: 22,300 Miles Above Earth!\""';",1-20360535-4 How many people are guest 1 on episodes where guest 4 is Des Kelly?,"CREATE TABLE ""season_2009_10"" ( ""date"" text, ""presenter"" text, ""guest_1"" text, ""guest_2"" text, ""guest_3"" text, ""guest_4"" text );","SELECT COUNT(""guest_1"") FROM ""season_2009_10"" WHERE ""guest_4""='Des Kelly';",1-20466963-9 "On episodes where guest 1 is Jim White, who was guest 3?","CREATE TABLE ""season_2009_10"" ( ""date"" text, ""presenter"" text, ""guest_1"" text, ""guest_2"" text, ""guest_3"" text, ""guest_4"" text );","SELECT ""guest_3"" FROM ""season_2009_10"" WHERE ""guest_1""='Jim White';",1-20466963-9 How many points did he win in the race with more than 1.0 poles?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT ""points"" FROM ""career_summary"" WHERE ""poles"">1.0;",1-20500097-1 What team did he compete for in the GP3 series?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT ""team"" FROM ""career_summary"" WHERE ""series""='GP3 Series';",1-20500097-1 Who took first place in week 6?,"CREATE TABLE ""table1_2054561_2"" ( ""season"" text, ""no_of_stars"" real, ""no_of_weeks"" real, ""duration_dates"" text, ""first_place"" text, ""second_place"" text, ""third_place"" text );","SELECT COUNT(""first_place"") FROM ""table1_2054561_2"" WHERE ""no_of_weeks""=6;",1-2054561-2 What is the epa highway fuel economy for an electric suv?,"CREATE TABLE ""table1_20549371_3"" ( ""vehicle"" text, ""model_year"" text, ""type_of_powertrain"" text, ""operating_mode"" text, ""epa_rated_combined_fuel_economy"" text, ""epa_rated_city_fuel_economy"" text, ""epa_rated_highway_fuel_economy"" text, ""cost_to_drive_25_miles"" text, ""annual_fuel_cost"" text, ""notes"" text );","SELECT ""epa_rated_highway_fuel_economy"" FROM ""table1_20549371_3"" WHERE ""type_of_powertrain""='Electric SUV';",1-20549371-3 What vehicle has an epa highway fuel economy of 109 mpg-e?,"CREATE TABLE ""table1_20549371_3"" ( ""vehicle"" text, ""model_year"" text, ""type_of_powertrain"" text, ""operating_mode"" text, ""epa_rated_combined_fuel_economy"" text, ""epa_rated_city_fuel_economy"" text, ""epa_rated_highway_fuel_economy"" text, ""cost_to_drive_25_miles"" text, ""annual_fuel_cost"" text, ""notes"" text );","SELECT ""vehicle"" FROM ""table1_20549371_3"" WHERE ""epa_rated_highway_fuel_economy""='109 mpg-e';",1-20549371-3 What shareholder has 2.55 percent of votes? ,"CREATE TABLE ""table1_206419_3"" ( ""shareholder"" text, ""s_a_share"" real, ""s_b_share"" real, ""percent_of_capital"" text, ""percent_of_votes"" text );","SELECT ""shareholder"" FROM ""table1_206419_3"" WHERE ""percent_of_votes""='2.55';",1-206419-3 What shareholder has 3.63 percent of capital? ,"CREATE TABLE ""table1_206419_3"" ( ""shareholder"" text, ""s_a_share"" real, ""s_b_share"" real, ""percent_of_capital"" text, ""percent_of_votes"" text );","SELECT ""shareholder"" FROM ""table1_206419_3"" WHERE ""percent_of_capital""='3.63';",1-206419-3 What is the s B share for the shareholder that has 2.55 percent of votes? ,"CREATE TABLE ""table1_206419_3"" ( ""shareholder"" text, ""s_a_share"" real, ""s_b_share"" real, ""percent_of_capital"" text, ""percent_of_votes"" text );","SELECT MAX(""s_b_share"") FROM ""table1_206419_3"" WHERE ""percent_of_votes""='2.55';",1-206419-3 What is the percent of capital for the shareholder that has a s B share of 8256534? ,"CREATE TABLE ""table1_206419_3"" ( ""shareholder"" text, ""s_a_share"" real, ""s_b_share"" real, ""percent_of_capital"" text, ""percent_of_votes"" text );","SELECT ""percent_of_capital"" FROM ""table1_206419_3"" WHERE ""s_b_share""=8256534;",1-206419-3 What is the s B share for the shareholder that has 2.12 percent of votes? ,"CREATE TABLE ""table1_206419_3"" ( ""shareholder"" text, ""s_a_share"" real, ""s_b_share"" real, ""percent_of_capital"" text, ""percent_of_votes"" text );","SELECT MIN(""s_b_share"") FROM ""table1_206419_3"" WHERE ""percent_of_votes""='2.12';",1-206419-3 What is the s B share for Handelsbanken funds incl XACT?,"CREATE TABLE ""table1_206419_3"" ( ""shareholder"" text, ""s_a_share"" real, ""s_b_share"" real, ""percent_of_capital"" text, ""percent_of_votes"" text );","SELECT ""s_b_share"" FROM ""table1_206419_3"" WHERE ""shareholder""='Handelsbanken funds incl XACT';",1-206419-3 How many age entries had a weight of 10-7 and an owner of Double Octagon Partnership?,"CREATE TABLE ""runners_and_betting"" ( ""starting_price"" text, ""number"" real, ""name"" text, ""age"" real, ""weight_st_lb"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""colours"" text );","SELECT COUNT(""age"") FROM ""runners_and_betting"" WHERE ""weight_st_lb""='10-7' AND ""owner""='Double Octagon Partnership';",1-20668268-1 What was the name that had a starting price of 11/1 and a jockey named Garrett Cotter?,"CREATE TABLE ""runners_and_betting"" ( ""starting_price"" text, ""number"" real, ""name"" text, ""age"" real, ""weight_st_lb"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""colours"" text );","SELECT ""name"" FROM ""runners_and_betting"" WHERE ""starting_price""='11/1' AND ""jockey""='Garrett Cotter';",1-20668268-1 What was the name of the entrant with an owner named David Johnson?,"CREATE TABLE ""runners_and_betting"" ( ""starting_price"" text, ""number"" real, ""name"" text, ""age"" real, ""weight_st_lb"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""colours"" text );","SELECT ""name"" FROM ""runners_and_betting"" WHERE ""owner""='David Johnson';",1-20668268-1 What percentage was the others vote when McCain had 52.9% and less than 45205.0 voters?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT ""otherspct"" FROM ""by_county"" WHERE ""mc_cainpct""='52.9%' AND ""mc_cainnum""<45205.0;",1-20693870-1 How many numbers were recorded under Obama when he had 29.9% voters?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT COUNT(""obamanum"") FROM ""by_county"" WHERE ""obamapct""='29.9%';",1-20693870-1 How many numbers were recorded under McCain when Obama had 27.2% voters?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT COUNT(""mc_cainnum"") FROM ""by_county"" WHERE ""obamapct""='27.2%';",1-20693870-1 What were the number of voters McCain had when Obama had 895?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT ""mc_cainnum"" FROM ""by_county"" WHERE ""obamanum""=895;",1-20693870-1 What was the number of others votes in Columbia county?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT MIN(""othersnum"") FROM ""by_county"" WHERE ""county""='Columbia';",1-20693870-1 "For Gem County, what was the Obama vote percentage?","CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real );","SELECT ""obamapct"" FROM ""by_county"" WHERE ""county""='Gem';",1-20684390-1 What is the maximum McCain population turnout number?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real );","SELECT MAX(""mc_cainnum"") FROM ""by_county"";",1-20684390-1 What is the total number of McCain vote totals where Obama percentages was 17.34%?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real );","SELECT COUNT(""mc_cainnum"") FROM ""by_county"" WHERE ""obamapct""='17.34%';",1-20684390-1 What is the McCain vote percentage in Jerome county?,"CREATE TABLE ""by_county"" ( ""county"" text, ""obamapct"" text, ""obamanum"" real, ""mc_cainpct"" text, ""mc_cainnum"" real );","SELECT ""mc_cainpct"" FROM ""by_county"" WHERE ""county""='Jerome';",1-20684390-1 What is the total number of 3rd place entries that have exactly 8 total placings?,"CREATE TABLE ""winners_by_sport"" ( ""sporting_profession"" text, ""first_place_s"" real, ""second_place_s"" real, ""third_place_s"" real, ""total_placing_s"" real );","SELECT COUNT(""third_place_s"") FROM ""winners_by_sport"" WHERE ""total_placing_s""=8;",1-20823568-2 How many second place showings does snooker have?,"CREATE TABLE ""winners_by_sport"" ( ""sporting_profession"" text, ""first_place_s"" real, ""second_place_s"" real, ""third_place_s"" real, ""total_placing_s"" real );","SELECT ""second_place_s"" FROM ""winners_by_sport"" WHERE ""sporting_profession""='Snooker';",1-20823568-2 What game number did the Wildcats play Purdue?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""wildcats_points"" real, ""opponents"" real, ""record"" text );","SELECT ""game"" FROM ""schedule"" WHERE ""opponent""='Purdue';",1-20850527-1 How many wins or losses were there when the record was 3-0?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""wildcats_points"" real, ""opponents"" real, ""record"" text );","SELECT COUNT(""result"") FROM ""schedule"" WHERE ""record""='3-0';",1-20850527-1 What is the lowest points scored by the Wildcats when the record was 5-1?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""wildcats_points"" real, ""opponents"" real, ""record"" text );","SELECT MIN(""wildcats_points"") FROM ""schedule"" WHERE ""record""='5-1';",1-20850527-1 When az is the runner up nad feyenoord came in third place how many overall winners are there?,"CREATE TABLE ""eredivisie_1956"" ( ""season"" text, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""top_scorer"" text, ""goals"" real );","SELECT COUNT(""winner"") FROM ""eredivisie_1956"" WHERE ""third_place""='Feyenoord' AND ""runner_up""='AZ';",1-20867295-2 When twente came in third place and ajax was the winner what are the seasons?,"CREATE TABLE ""eredivisie_1956"" ( ""season"" text, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""top_scorer"" text, ""goals"" real );","SELECT ""season"" FROM ""eredivisie_1956"" WHERE ""winner""='Ajax' AND ""third_place""='Twente';",1-20867295-2 When nac breda came in third place and psv eindhoven was the winner who is the top scorer?,"CREATE TABLE ""eredivisie_1956"" ( ""season"" text, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""top_scorer"" text, ""goals"" real );","SELECT ""top_scorer"" FROM ""eredivisie_1956"" WHERE ""winner""='PSV Eindhoven' AND ""third_place""='NAC Breda';",1-20867295-2 Name the naming for fluent and poor comprehension,"CREATE TABLE ""presentation"" ( ""type_of_aphasia"" text, ""repetition"" text, ""naming"" text, ""auditory_comprehension"" text, ""fluency"" text );","SELECT ""naming"" FROM ""presentation"" WHERE ""fluency""='fluent' AND ""auditory_comprehension""='poor';",1-2088-1 Name the number of naming for anomic aphasia,"CREATE TABLE ""presentation"" ( ""type_of_aphasia"" text, ""repetition"" text, ""naming"" text, ""auditory_comprehension"" text, ""fluency"" text );","SELECT COUNT(""naming"") FROM ""presentation"" WHERE ""type_of_aphasia""='Anomic aphasia';",1-2088-1 "Name the comprehension for non-fluent, effortful, slow","CREATE TABLE ""presentation"" ( ""type_of_aphasia"" text, ""repetition"" text, ""naming"" text, ""auditory_comprehension"" text, ""fluency"" text );","SELECT ""auditory_comprehension"" FROM ""presentation"" WHERE ""fluency""='non-fluent, effortful, slow';",1-2088-1 Name the fluency for transcortical sensory aphasia,"CREATE TABLE ""presentation"" ( ""type_of_aphasia"" text, ""repetition"" text, ""naming"" text, ""auditory_comprehension"" text, ""fluency"" text );","SELECT ""fluency"" FROM ""presentation"" WHERE ""type_of_aphasia""='Transcortical sensory aphasia';",1-2088-1 state the name of day in english where cardinal direction is east,"CREATE TABLE ""weekdays"" ( ""cardinal_direction"" text, ""burmese"" text, ""sanskrit"" text, ""english"" text, ""planet"" text, ""sign"" text );","SELECT ""english"" FROM ""weekdays"" WHERE ""cardinal_direction""='East';",1-20925393-3 When did Shirley Fry Irvin win the US Open?,"CREATE TABLE ""winners_of_the_career_grand_slam"" ( ""player"" text, ""australian_open"" real, ""french_open"" real, ""wimbledon"" real, ""us_open"" real );","SELECT MIN(""us_open"") FROM ""winners_of_the_career_grand_slam"" WHERE ""player""='Shirley Fry Irvin';",1-2092557-12 What year did Martina Navratilova win Wimbledon?,"CREATE TABLE ""winners_of_the_career_grand_slam"" ( ""player"" text, ""australian_open"" real, ""french_open"" real, ""wimbledon"" real, ""us_open"" real );","SELECT ""wimbledon"" FROM ""winners_of_the_career_grand_slam"" WHERE ""player""='Martina Navratilova';",1-2092557-12 What was Sherrick McManis's earliest round?,"CREATE TABLE ""2010_nfl_draft"" ( ""round_num"" real, ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MIN(""round_num"") FROM ""2010_nfl_draft"" WHERE ""player""='Sherrick McManis';",1-20996923-25 How many NFL teams does Stevie Brown play for?,"CREATE TABLE ""2010_nfl_draft"" ( ""round_num"" real, ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT COUNT(""nfl_team"") FROM ""2010_nfl_draft"" WHERE ""player""='Stevie Brown';",1-20996923-25 What NFL team was the player with pick number 28 drafted to?,"CREATE TABLE ""2010_nfl_draft"" ( ""round_num"" real, ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""nfl_team"" FROM ""2010_nfl_draft"" WHERE ""pick_num""=28;",1-20996923-25 what is the area where barangay is guadalupe viejo?,"CREATE TABLE ""local_government"" ( ""barangay"" text, ""population_2004"" real, ""population_2010"" real, ""area_km_2"" text, ""district"" text );","SELECT ""area_km_2"" FROM ""local_government"" WHERE ""barangay""='Guadalupe Viejo';",1-210279-2 Who is the regular season winner for the Ivy League conference?,"CREATE TABLE ""table1_21091982_3"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""regular_season_winner"" FROM ""table1_21091982_3"" WHERE ""conference""='Ivy League';",1-21091982-3 Who is the conference Player of the Year in the conference where Lafayette won the tournament?,"CREATE TABLE ""table1_21091982_3"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""conference_player_of_the_year"" FROM ""table1_21091982_3"" WHERE ""tournament_winner""='Lafayette';",1-21091982-3 Where was the Ivy League conference tournament?,"CREATE TABLE ""table1_21091982_3"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""tournament_venue_city"" FROM ""table1_21091982_3"" WHERE ""conference""='Ivy League';",1-21091982-3 How many players of the year are there in the Mountain West Conference?,"CREATE TABLE ""table1_21091982_3"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT COUNT(""conference_player_of_the_year"") FROM ""table1_21091982_3"" WHERE ""conference""='Mountain West Conference';",1-21091982-3 What is the venue and city where the 2000 MWC Men's Basketball Tournament?,"CREATE TABLE ""table1_21091982_3"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""tournament_venue_city"" FROM ""table1_21091982_3"" WHERE ""conference_tournament""='2000 MWC Men''s Basketball Tournament';",1-21091982-3 What is the pf for Rebecca Jean Macphee?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT MIN(""pf"") FROM ""standings"" WHERE ""skip""='Rebecca Jean MacPhee';",1-21093403-1 What is the total of blank ends at Prince Edward Island?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT MAX(""blank_ends"") FROM ""standings"" WHERE ""locale""='Prince Edward Island';",1-21093403-1 Where was the shot pct 78?,"CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT ""locale"" FROM ""standings"" WHERE ""shot_pct""=78;",1-21093403-1 "Name the position for van den brink, bas","CREATE TABLE ""external_links"" ( ""name"" text, ""nationality"" text, ""from"" real, ""to"" text, ""league_apps"" real, ""league_goals"" real, ""finals_apps"" real, ""finals_goals"" real, ""position"" text );","SELECT ""position"" FROM ""external_links"" WHERE ""name""='van den Brink, Bas';",1-21220720-1 Name the mosst finals apps,"CREATE TABLE ""external_links"" ( ""name"" text, ""nationality"" text, ""from"" real, ""to"" text, ""league_apps"" real, ""league_goals"" real, ""finals_apps"" real, ""finals_goals"" real, ""position"" text );","SELECT MAX(""finals_apps"") FROM ""external_links"";",1-21220720-1 Name the to for 19 league apps,"CREATE TABLE ""external_links"" ( ""name"" text, ""nationality"" text, ""from"" real, ""to"" text, ""league_apps"" real, ""league_goals"" real, ""finals_apps"" real, ""finals_goals"" real, ""position"" text );","SELECT ""to"" FROM ""external_links"" WHERE ""league_apps""=19;",1-21220720-1 what is the No in series when Rob wright & Debra j. Fisher & Erica Messer were the writers?,"CREATE TABLE ""table1_21313327_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT MIN(""no_in_series"") FROM ""table1_21313327_1"" WHERE ""written_by""='Rob Wright & Debra J. Fisher & Erica Messer';",1-21313327-1 what was the name of the episode that got 3.3 (millions) of u.s viewers?,"CREATE TABLE ""table1_21313327_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""title"" FROM ""table1_21313327_1"" WHERE ""u_s_viewers_millions""='3.3';",1-21313327-1 "who were the directors of the episode called ""someone to witch over me""?","CREATE TABLE ""table1_21313327_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""directed_by"" FROM ""table1_21313327_1"" WHERE ""title""='\""Someone to Witch Over Me\""';",1-21313327-1 "In season number 3, who were the writers?","CREATE TABLE ""table1_21313327_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_21313327_1"" WHERE ""no_in_season""=3;",1-21313327-1 "when the writer is Brad Kern, how many u.s viewers (in millions) had the episode?","CREATE TABLE ""table1_21313327_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""u_s_viewers_millions"" FROM ""table1_21313327_1"" WHERE ""written_by""='Brad Kern';",1-21313327-1 What is the 100 year for Carbon Dioxide?,"CREATE TABLE ""table1_21350772_2"" ( ""gas_name"" text, ""chemical_formula"" text, ""lifetime_years"" text, ""20_yr"" text, ""100_yr"" text, ""500_yr"" text );","SELECT ""100_yr"" FROM ""table1_21350772_2"" WHERE ""gas_name""='Carbon dioxide';",1-21350772-2 What is the 20 year for Nitrous Oxide?,"CREATE TABLE ""table1_21350772_2"" ( ""gas_name"" text, ""chemical_formula"" text, ""lifetime_years"" text, ""20_yr"" text, ""100_yr"" text, ""500_yr"" text );","SELECT ""20_yr"" FROM ""table1_21350772_2"" WHERE ""gas_name""='Nitrous oxide';",1-21350772-2 What is the lifetime (years) for chemical formula ch 4?,"CREATE TABLE ""table1_21350772_2"" ( ""gas_name"" text, ""chemical_formula"" text, ""lifetime_years"" text, ""20_yr"" text, ""100_yr"" text, ""500_yr"" text );","SELECT ""lifetime_years"" FROM ""table1_21350772_2"" WHERE ""chemical_formula""='CH 4';",1-21350772-2 What is the 500 year where 20 year is 289?,"CREATE TABLE ""table1_21350772_2"" ( ""gas_name"" text, ""chemical_formula"" text, ""lifetime_years"" text, ""20_yr"" text, ""100_yr"" text, ""500_yr"" text );","SELECT ""500_yr"" FROM ""table1_21350772_2"" WHERE ""20_yr""='289';",1-21350772-2 What is the 100 year when 500 year is 153?,"CREATE TABLE ""table1_21350772_2"" ( ""gas_name"" text, ""chemical_formula"" text, ""lifetime_years"" text, ""20_yr"" text, ""100_yr"" text, ""500_yr"" text );","SELECT ""100_yr"" FROM ""table1_21350772_2"" WHERE ""500_yr""='153';",1-21350772-2 What is the 20 year for Sulfur Hexafluoride?,"CREATE TABLE ""table1_21350772_2"" ( ""gas_name"" text, ""chemical_formula"" text, ""lifetime_years"" text, ""20_yr"" text, ""100_yr"" text, ""500_yr"" text );","SELECT ""20_yr"" FROM ""table1_21350772_2"" WHERE ""gas_name""='Sulfur hexafluoride';",1-21350772-2 What is the traditional form for 永城市?,"CREATE TABLE ""administration"" ( ""english_name"" text, ""simplified"" text, ""traditional"" text, ""pinyin"" text, ""area"" real, ""population"" real, ""density"" real );","SELECT ""traditional"" FROM ""administration"" WHERE ""simplified""='永城市';",1-2135222-2 How many figures are there for density for Yucheng County?,"CREATE TABLE ""administration"" ( ""english_name"" text, ""simplified"" text, ""traditional"" text, ""pinyin"" text, ""area"" real, ""population"" real, ""density"" real );","SELECT COUNT(""density"") FROM ""administration"" WHERE ""english_name""='Yucheng County';",1-2135222-2 What is the traditional form for 宁陵县?,"CREATE TABLE ""administration"" ( ""english_name"" text, ""simplified"" text, ""traditional"" text, ""pinyin"" text, ""area"" real, ""population"" real, ""density"" real );","SELECT ""traditional"" FROM ""administration"" WHERE ""simplified""='宁陵县';",1-2135222-2 What is the traditional with density of 820?,"CREATE TABLE ""administration"" ( ""english_name"" text, ""simplified"" text, ""traditional"" text, ""pinyin"" text, ""area"" real, ""population"" real, ""density"" real );","SELECT ""traditional"" FROM ""administration"" WHERE ""density""=820;",1-2135222-2 What is the Pinyin for the simplified 虞城县?,"CREATE TABLE ""administration"" ( ""english_name"" text, ""simplified"" text, ""traditional"" text, ""pinyin"" text, ""area"" real, ""population"" real, ""density"" real );","SELECT ""pinyin"" FROM ""administration"" WHERE ""simplified""='虞城县';",1-2135222-2 How many areas have a population of 703379?,"CREATE TABLE ""administration"" ( ""english_name"" text, ""simplified"" text, ""traditional"" text, ""pinyin"" text, ""area"" real, ""population"" real, ""density"" real );","SELECT COUNT(""area"") FROM ""administration"" WHERE ""population""=703379;",1-2135222-2 Name the episode summary for torae carr,"CREATE TABLE ""season_12"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT ""episode_summary"" FROM ""season_12"" WHERE ""coach""='Torae Carr';",1-2140071-12 Name the coach for emily is made into a more outgoing person.,"CREATE TABLE ""season_12"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT ""coach"" FROM ""season_12"" WHERE ""episode_summary""='Emily is made into a more outgoing person.';",1-2140071-12 Name the episode summary for travis brown,"CREATE TABLE ""season_12"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT ""episode_summary"" FROM ""season_12"" WHERE ""coach""='Travis Brown';",1-2140071-12 Name the least episode for donnie klang,"CREATE TABLE ""season_12"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT MIN(""episode"") FROM ""season_12"" WHERE ""coach""='Donnie Klang';",1-2140071-12 Name the episode for travis brown,"CREATE TABLE ""season_12"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT ""episode"" FROM ""season_12"" WHERE ""coach""='Travis Brown';",1-2140071-12 "How many episodes have a premier date of july 24, 2006","CREATE TABLE ""season_7"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT COUNT(""external_link"") FROM ""season_7"" WHERE ""premier_date""='July 24, 2006';",1-2140071-7 What is the newest season?,"CREATE TABLE ""season_7"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT MAX(""season"") FROM ""season_7"";",1-2140071-7 How many episodes have Valerie?,"CREATE TABLE ""season_7"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT COUNT(""episode_summary"") FROM ""season_7"" WHERE ""coach""='Valerie';",1-2140071-7 What the summary of episode 15?,"CREATE TABLE ""season_7"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT ""episode_summary"" FROM ""season_7"" WHERE ""episode""=15;",1-2140071-7 "Which Maximum episode premiered March 8, 2008?","CREATE TABLE ""table1_2140071_8"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT MAX(""episode"") FROM ""table1_2140071_8"" WHERE ""premier_date""='March 8, 2008';",1-2140071-8 Who was the coach for episode 15?,"CREATE TABLE ""table1_2140071_8"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT ""coach"" FROM ""table1_2140071_8"" WHERE ""episode""=15;",1-2140071-8 "What coach premiered February 16, 2008 later than episode 21.0?","CREATE TABLE ""table1_2140071_8"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT ""coach"" FROM ""table1_2140071_8"" WHERE ""premier_date""='February 16, 2008' AND ""episode"">21.0;",1-2140071-8 What was Cici Kelley's minimum season?,"CREATE TABLE ""table1_2140071_8"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT MIN(""season"") FROM ""table1_2140071_8"" WHERE ""coach""='Cici Kelley';",1-2140071-8 How many seasons feature Rob Masek?,"CREATE TABLE ""table1_2140071_8"" ( ""season"" real, ""episode"" real, ""episode_summary"" text, ""premier_date"" text, ""external_link"" text, ""coach"" text );","SELECT COUNT(""season"") FROM ""table1_2140071_8"" WHERE ""coach""='Rob Masek';",1-2140071-8 What was the stadium that had the regular season game?,"CREATE TABLE ""canadian_football_league_attendance"" ( ""type_of_record"" text, ""attendance"" text, ""date_year"" text, ""stadium"" text, ""result_games"" text );","SELECT ""stadium"" FROM ""canadian_football_league_attendance"" WHERE ""type_of_record""='Regular season game';",1-21436373-4 What is the y = 2008 when y = 2011 is a = 3?,"CREATE TABLE ""meeus_julian_algorithm"" ( ""expression"" text, ""y_2008"" text, ""y_2009"" text, ""y_2010"" text, ""y_2011"" text );","SELECT ""y_2008"" FROM ""meeus_julian_algorithm"" WHERE ""y_2011""='a = 3';",1-214479-8 What is the y = 2011 when the expression is month = floor ((d + e + 114) / 31)?,"CREATE TABLE ""meeus_julian_algorithm"" ( ""expression"" text, ""y_2008"" text, ""y_2009"" text, ""y_2010"" text, ""y_2011"" text );","SELECT ""y_2011"" FROM ""meeus_julian_algorithm"" WHERE ""expression""='month = floor ((d + e + 114) / 31)';",1-214479-8 What is the y = 2011 when the y = 2010 is 22 march 2010?,"CREATE TABLE ""meeus_julian_algorithm"" ( ""expression"" text, ""y_2008"" text, ""y_2009"" text, ""y_2010"" text, ""y_2011"" text );","SELECT ""y_2011"" FROM ""meeus_julian_algorithm"" WHERE ""y_2010""='22 March 2010';",1-214479-8 What is the y = 2011 when the y = 2009 is 6 april 2009?,"CREATE TABLE ""meeus_julian_algorithm"" ( ""expression"" text, ""y_2008"" text, ""y_2009"" text, ""y_2010"" text, ""y_2011"" text );","SELECT ""y_2011"" FROM ""meeus_julian_algorithm"" WHERE ""y_2009""='6 April 2009';",1-214479-8 what is the y = 2008 when the expression is easter day (julian calendar)?,"CREATE TABLE ""meeus_julian_algorithm"" ( ""expression"" text, ""y_2008"" text, ""y_2009"" text, ""y_2010"" text, ""y_2011"" text );","SELECT ""y_2008"" FROM ""meeus_julian_algorithm"" WHERE ""expression""='Easter Day (Julian calendar)';",1-214479-8 what is the y = 2009 when the expression is month = floor ((d + e + 114) / 31)?,"CREATE TABLE ""meeus_julian_algorithm"" ( ""expression"" text, ""y_2008"" text, ""y_2009"" text, ""y_2010"" text, ""y_2011"" text );","SELECT ""y_2009"" FROM ""meeus_julian_algorithm"" WHERE ""expression""='month = floor ((d + e + 114) / 31)';",1-214479-8 Name the most rr1 pts for 7 ranking,"CREATE TABLE ""round_robin"" ( ""team_name"" text, ""races"" real, ""won"" real, ""rr1_pts"" real, ""rr2_pts"" real, ""rr3_pts"" real, ""total_pts"" real, ""ranking"" real );","SELECT MAX(""rr1_pts"") FROM ""round_robin"" WHERE ""ranking""=7;",1-21471897-2 Name the races for the prada challenge,"CREATE TABLE ""round_robin"" ( ""team_name"" text, ""races"" real, ""won"" real, ""rr1_pts"" real, ""rr2_pts"" real, ""rr3_pts"" real, ""total_pts"" real, ""ranking"" real );","SELECT ""races"" FROM ""round_robin"" WHERE ""team_name""='Prada Challenge';",1-21471897-2 Name the min total pts for team dennis conner,"CREATE TABLE ""round_robin"" ( ""team_name"" text, ""races"" real, ""won"" real, ""rr1_pts"" real, ""rr2_pts"" real, ""rr3_pts"" real, ""total_pts"" real, ""ranking"" real );","SELECT MIN(""total_pts"") FROM ""round_robin"" WHERE ""team_name""='Team Dennis Conner';",1-21471897-2 Name the ranking for rr2 pts being 8,"CREATE TABLE ""round_robin"" ( ""team_name"" text, ""races"" real, ""won"" real, ""rr1_pts"" real, ""rr2_pts"" real, ""rr3_pts"" real, ""total_pts"" real, ""ranking"" real );","SELECT ""ranking"" FROM ""round_robin"" WHERE ""rr2_pts""=8;",1-21471897-2 Name the total number of rr2 pts for won being 11,"CREATE TABLE ""round_robin"" ( ""team_name"" text, ""races"" real, ""won"" real, ""rr1_pts"" real, ""rr2_pts"" real, ""rr3_pts"" real, ""total_pts"" real, ""ranking"" real );","SELECT COUNT(""rr3_pts"") FROM ""round_robin"" WHERE ""won""=11;",1-21471897-2 What percentage is listed in column r1b1a2 (r-m269) for the 77.8% r1b1c (r-v88)?,"CREATE TABLE ""table1_21481509_4"" ( ""region"" text, ""population"" text, ""country"" text, ""language"" text, ""n"" real, ""totalpct"" text, ""r1b1c_r_v88"" text, ""r1b1a2_r_m269"" text, ""r1b1c_r_v88"" text, ""r1b1c4_r_v69"" text );","SELECT ""r1b1a2_r_m269"" FROM ""table1_21481509_4"" WHERE ""r1b1c_r_v88""='77.8%';",1-21481509-4 What languages are spoken in Niger with r1b1c (r-v88) of 0.0%?,"CREATE TABLE ""table1_21481509_4"" ( ""region"" text, ""population"" text, ""country"" text, ""language"" text, ""n"" real, ""totalpct"" text, ""r1b1c_r_v88"" text, ""r1b1a2_r_m269"" text, ""r1b1c_r_v88"" text, ""r1b1c4_r_v69"" text );","SELECT ""language"" FROM ""table1_21481509_4"" WHERE ""country""='Niger' AND ""r1b1c_r_v88""='0.0%';",1-21481509-4 What percentage is listed in column r1b1c (r-v88) for the 4.5% total percentage?,"CREATE TABLE ""table1_21481509_4"" ( ""region"" text, ""population"" text, ""country"" text, ""language"" text, ""n"" real, ""totalpct"" text, ""r1b1c_r_v88"" text, ""r1b1a2_r_m269"" text, ""r1b1c_r_v88"" text, ""r1b1c4_r_v69"" text );","SELECT ""r1b1c_r_v88"" FROM ""table1_21481509_4"" WHERE ""totalpct""='4.5%';",1-21481509-4 How many n are listed for 0.6% r1b1a2 (r-m269)?,"CREATE TABLE ""table1_21481509_4"" ( ""region"" text, ""population"" text, ""country"" text, ""language"" text, ""n"" real, ""totalpct"" text, ""r1b1c_r_v88"" text, ""r1b1a2_r_m269"" text, ""r1b1c_r_v88"" text, ""r1b1c4_r_v69"" text );","SELECT COUNT(""n"") FROM ""table1_21481509_4"" WHERE ""r1b1a2_r_m269""='0.6%';",1-21481509-4 How many n are listed for berbers from siwa?,"CREATE TABLE ""table1_21481509_4"" ( ""region"" text, ""population"" text, ""country"" text, ""language"" text, ""n"" real, ""totalpct"" text, ""r1b1c_r_v88"" text, ""r1b1a2_r_m269"" text, ""r1b1c_r_v88"" text, ""r1b1c4_r_v69"" text );","SELECT COUNT(""n"") FROM ""table1_21481509_4"" WHERE ""population""='Berbers from Siwa';",1-21481509-4 What is the largest n value for 55.6% r1b1c4 (r-v69)?,"CREATE TABLE ""table1_21481509_4"" ( ""region"" text, ""population"" text, ""country"" text, ""language"" text, ""n"" real, ""totalpct"" text, ""r1b1c_r_v88"" text, ""r1b1a2_r_m269"" text, ""r1b1c_r_v88"" text, ""r1b1c4_r_v69"" text );","SELECT MAX(""n"") FROM ""table1_21481509_4"" WHERE ""r1b1c4_r_v69""='55.6%';",1-21481509-4 What is the seat of the RCM in the county that has a density of 9.7?,"CREATE TABLE ""regional_county_municipalities"" ( ""regional_county_municipality_rcm"" text, ""population_canada_2011_census"" real, ""land_area"" text, ""density_pop_per_km2"" text, ""seat_of_rcm"" text );","SELECT ""seat_of_rcm"" FROM ""regional_county_municipalities"" WHERE ""density_pop_per_km2""='9.7';",1-214920-1 What is the seat of the county that has a density of 14.1?,"CREATE TABLE ""regional_county_municipalities"" ( ""regional_county_municipality_rcm"" text, ""population_canada_2011_census"" real, ""land_area"" text, ""density_pop_per_km2"" text, ""seat_of_rcm"" text );","SELECT ""seat_of_rcm"" FROM ""regional_county_municipalities"" WHERE ""density_pop_per_km2""='14.1';",1-214920-1 What is the land area for the RCM that has a population of 18847?,"CREATE TABLE ""regional_county_municipalities"" ( ""regional_county_municipality_rcm"" text, ""population_canada_2011_census"" real, ""land_area"" text, ""density_pop_per_km2"" text, ""seat_of_rcm"" text );","SELECT ""land_area"" FROM ""regional_county_municipalities"" WHERE ""population_canada_2011_census""=18847;",1-214920-1 What is the RCM that has a density of 9.7?,"CREATE TABLE ""regional_county_municipalities"" ( ""regional_county_municipality_rcm"" text, ""population_canada_2011_census"" real, ""land_area"" text, ""density_pop_per_km2"" text, ""seat_of_rcm"" text );","SELECT ""regional_county_municipality_rcm"" FROM ""regional_county_municipalities"" WHERE ""density_pop_per_km2""='9.7';",1-214920-1 What is the land area of the RCM having a density of 21.1?,"CREATE TABLE ""regional_county_municipalities"" ( ""regional_county_municipality_rcm"" text, ""population_canada_2011_census"" real, ""land_area"" text, ""density_pop_per_km2"" text, ""seat_of_rcm"" text );","SELECT ""land_area"" FROM ""regional_county_municipalities"" WHERE ""density_pop_per_km2""='21.1';",1-214920-1 What is the withdrawal rate for the school district with a graduation rate of 89.3%?,"CREATE TABLE ""current_school_districts"" ( ""school_district"" text, ""headquarters"" text, ""sector"" text, ""enrollment_2011_12"" real, ""teachers_2008_09"" real, ""student_teacher_ratio_2008_09"" text, ""french_enrollment_2011_12"" text, ""graduation_rate_2011_12"" text, ""withdrawal_rate_2010_11"" text );","SELECT ""withdrawal_rate_2010_11"" FROM ""current_school_districts"" WHERE ""graduation_rate_2011_12""='89.3%';",1-21514460-1 Where is the headquarter located for the Annapolis Valley Regional School Board?,"CREATE TABLE ""current_school_districts"" ( ""school_district"" text, ""headquarters"" text, ""sector"" text, ""enrollment_2011_12"" real, ""teachers_2008_09"" real, ""student_teacher_ratio_2008_09"" text, ""french_enrollment_2011_12"" text, ""graduation_rate_2011_12"" text, ""withdrawal_rate_2010_11"" text );","SELECT ""headquarters"" FROM ""current_school_districts"" WHERE ""school_district""='Annapolis Valley Regional School Board';",1-21514460-1 What is their withdrawal rate for the school district with headquarters located in Truro?,"CREATE TABLE ""current_school_districts"" ( ""school_district"" text, ""headquarters"" text, ""sector"" text, ""enrollment_2011_12"" real, ""teachers_2008_09"" real, ""student_teacher_ratio_2008_09"" text, ""french_enrollment_2011_12"" text, ""graduation_rate_2011_12"" text, ""withdrawal_rate_2010_11"" text );","SELECT ""withdrawal_rate_2010_11"" FROM ""current_school_districts"" WHERE ""headquarters""='Truro';",1-21514460-1 What is the graduation rate for the school district with headquarters located in Sydney?,"CREATE TABLE ""current_school_districts"" ( ""school_district"" text, ""headquarters"" text, ""sector"" text, ""enrollment_2011_12"" real, ""teachers_2008_09"" real, ""student_teacher_ratio_2008_09"" text, ""french_enrollment_2011_12"" text, ""graduation_rate_2011_12"" text, ""withdrawal_rate_2010_11"" text );","SELECT ""graduation_rate_2011_12"" FROM ""current_school_districts"" WHERE ""headquarters""='Sydney';",1-21514460-1 What was the surface for events held in 1983?,"CREATE TABLE ""mixed_doubles_6_5_titles_1_runner_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""surface"" FROM ""mixed_doubles_6_5_titles_1_runner_up"" WHERE ""year""=1983;",1-2151643-3 "What was the total number of matches that had an outcome of Winner, a partner of John Lloyd, and a clay surface?","CREATE TABLE ""mixed_doubles_6_5_titles_1_runner_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT COUNT(""opponents"") FROM ""mixed_doubles_6_5_titles_1_runner_up"" WHERE ""outcome""='Winner' AND ""partner""='John Lloyd' AND ""surface""='Clay';",1-2151643-3 Who were the opponents that led to an outcome of winner on a grass surface?,"CREATE TABLE ""mixed_doubles_6_5_titles_1_runner_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""opponents"" FROM ""mixed_doubles_6_5_titles_1_runner_up"" WHERE ""outcome""='Winner' AND ""surface""='Grass';",1-2151643-3 How many times did episode 6 originally air?,"CREATE TABLE ""table1_21550897_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text, ""production_code"" real );","SELECT COUNT(""original_air_date"") FROM ""table1_21550897_1"" WHERE ""num""=6;",1-21550897-1 What is the production code for the episode that had 9.18 million viewers (U.S.)?,"CREATE TABLE ""table1_21550897_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text, ""production_code"" real );","SELECT MAX(""production_code"") FROM ""table1_21550897_1"" WHERE ""u_s_viewers_million""='9.18';",1-21550897-1 "What episode number was directed by Craig Ross, Jr.","CREATE TABLE ""table1_21550897_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""num"" FROM ""table1_21550897_1"" WHERE ""directed_by""='Craig Ross, Jr.';",1-21550897-1 What episode had 10.14 million viewers (U.S.)?,"CREATE TABLE ""table1_21550897_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text, ""production_code"" real );","SELECT MIN(""num"") FROM ""table1_21550897_1"" WHERE ""u_s_viewers_million""='10.14';",1-21550897-1 Who wrote the episode with the production code 519?,"CREATE TABLE ""table1_21550897_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""written_by"" FROM ""table1_21550897_1"" WHERE ""production_code""=519;",1-21550897-1 "Who are all successors when reason for change is died May 12, 1964?","CREATE TABLE ""table1_2159506_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""successor"" FROM ""table1_2159506_4"" WHERE ""reason_for_change""='Died May 12, 1964';",1-2159506-4 "What is every district for reason for change is died August 9, 1964?","CREATE TABLE ""table1_2159506_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""district"" FROM ""table1_2159506_4"" WHERE ""reason_for_change""='Died August 9, 1964';",1-2159506-4 What is the lowest division number?,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""national_open"" text );","SELECT MIN(""division"") FROM ""year_by_year"";",1-21602734-1 What was the regular season name where they did not qualify for the playoffs in 2009?,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""national_open"" text );","SELECT ""reg_season"" FROM ""year_by_year"" WHERE ""playoffs""='Did not qualify' AND ""year""=2009;",1-21602734-1 What league was involved in 2010?,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""national_open"" text );","SELECT ""league"" FROM ""year_by_year"" WHERE ""year""=2010;",1-21602734-1 What is the highest number of divisions mentioned?,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""national_open"" text );","SELECT MAX(""division"") FROM ""year_by_year"";",1-21602734-1 What league was involved in 2008?,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""national_open"" text );","SELECT ""league"" FROM ""year_by_year"" WHERE ""year""=2008;",1-21602734-1 "Which administrative division had a population of 2011 according to the siak database of 3,672,994?","CREATE TABLE ""definition"" ( ""administrative_division"" text, ""area_km_2005"" text, ""population_2010_census"" real, ""population_2011_siak_database"" text, ""population_density_km_2010"" real );","SELECT ""administrative_division"" FROM ""definition"" WHERE ""population_2011_siak_database""='3,672,994';",1-21734764-1 What is the population density of bandung regency?,"CREATE TABLE ""definition"" ( ""administrative_division"" text, ""area_km_2005"" text, ""population_2010_census"" real, ""population_2011_siak_database"" text, ""population_density_km_2010"" real );","SELECT ""population_density_km_2010"" FROM ""definition"" WHERE ""administrative_division""='Bandung Regency';",1-21734764-1 "Which administrative division had a 2011 population of 606,699 according to the siak database?","CREATE TABLE ""definition"" ( ""administrative_division"" text, ""area_km_2005"" text, ""population_2010_census"" real, ""population_2011_siak_database"" text, ""population_density_km_2010"" real );","SELECT ""administrative_division"" FROM ""definition"" WHERE ""population_2011_siak_database""='606,699';",1-21734764-1 What is the area of cimahi city?,"CREATE TABLE ""definition"" ( ""administrative_division"" text, ""area_km_2005"" text, ""population_2010_census"" real, ""population_2011_siak_database"" text, ""population_density_km_2010"" real );","SELECT ""area_km_2005"" FROM ""definition"" WHERE ""administrative_division""='Cimahi City';",1-21734764-1 What is the population density of the administrative division with a population in 2010 of 264170 according to the census?,"CREATE TABLE ""definition"" ( ""administrative_division"" text, ""area_km_2005"" text, ""population_2010_census"" real, ""population_2011_siak_database"" text, ""population_density_km_2010"" real );","SELECT ""population_density_km_2010"" FROM ""definition"" WHERE ""population_2010_census""=264170;",1-21734764-1 "What was the installation date in El Paso, Texas? ","CREATE TABLE ""table1_21821014_1"" ( ""chapter"" text, ""installation_date"" text, ""institution"" text, ""location"" text, ""inactive"" text );","SELECT ""installation_date"" FROM ""table1_21821014_1"" WHERE ""location""='El Paso, Texas';",1-21821014-1 What is the chapter for Illinois Wesleyan? ,"CREATE TABLE ""table1_21821014_1"" ( ""chapter"" text, ""installation_date"" text, ""institution"" text, ""location"" text, ""inactive"" text );","SELECT ""chapter"" FROM ""table1_21821014_1"" WHERE ""institution""='Illinois Wesleyan';",1-21821014-1 "What does the inactive state for University of Texas, El Paso? ","CREATE TABLE ""table1_21821014_1"" ( ""chapter"" text, ""installation_date"" text, ""institution"" text, ""location"" text, ""inactive"" text );","SELECT ""inactive"" FROM ""table1_21821014_1"" WHERE ""institution""='University of Texas, El Paso';",1-21821014-1 What is the installation date for the Delta Chapter?,"CREATE TABLE ""table1_21821014_1"" ( ""chapter"" text, ""installation_date"" text, ""institution"" text, ""location"" text, ""inactive"" text );","SELECT ""installation_date"" FROM ""table1_21821014_1"" WHERE ""chapter""='Delta';",1-21821014-1 What is the lowest when pohang steelyard is the stadium?,"CREATE TABLE ""stadia"" ( ""team"" text, ""stadium"" text, ""match_played"" text, ""highest"" real, ""lowest"" real, ""average"" real );","SELECT ""lowest"" FROM ""stadia"" WHERE ""stadium""='Pohang Steelyard';",1-21824695-8 How many match played have the highest as 32250?,"CREATE TABLE ""stadia"" ( ""team"" text, ""stadium"" text, ""match_played"" text, ""highest"" real, ""lowest"" real, ""average"" real );","SELECT ""match_played"" FROM ""stadia"" WHERE ""highest""=32250;",1-21824695-8 Which team has a match played of 10 4?,"CREATE TABLE ""stadia"" ( ""team"" text, ""stadium"" text, ""match_played"" text, ""highest"" real, ""lowest"" real, ""average"" real );","SELECT ""team"" FROM ""stadia"" WHERE ""match_played""='10 4';",1-21824695-8 What is the highest when pohang steelers is the team?,"CREATE TABLE ""stadia"" ( ""team"" text, ""stadium"" text, ""match_played"" text, ""highest"" real, ""lowest"" real, ""average"" real );","SELECT ""highest"" FROM ""stadia"" WHERE ""team""='Pohang Steelers';",1-21824695-8 Which team has 7757 as the average?,"CREATE TABLE ""stadia"" ( ""team"" text, ""stadium"" text, ""match_played"" text, ""highest"" real, ""lowest"" real, ""average"" real );","SELECT ""team"" FROM ""stadia"" WHERE ""average""=7757;",1-21824695-8 What s the episode number in the season that was written by Nancy Oliver?,"CREATE TABLE ""table1_2182654_6"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT MAX(""no_in_season"") FROM ""table1_2182654_6"" WHERE ""written_by""='Nancy Oliver';",1-2182654-6 What date was episode 10 in the season originally aired?,"CREATE TABLE ""table1_2182654_6"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""original_air_date"" FROM ""table1_2182654_6"" WHERE ""no_in_season""=10;",1-2182654-6 What was the name of the episode that was directed by Mary Harron?,"CREATE TABLE ""table1_2182654_6"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""title"" FROM ""table1_2182654_6"" WHERE ""directed_by""='Mary Harron';",1-2182654-6 Name the average grade for şımarık tarkan,"CREATE TABLE ""dancing_on_ice"" ( ""episode"" real, ""song"" text, ""average_grade"" text, ""detailed_grades"" text, ""classification_judges"" text, ""classification_viewers"" text );","SELECT ""average_grade"" FROM ""dancing_on_ice"" WHERE ""song""='Şımarık Tarkan';",1-21829580-1 "Name the classification for 9, 9, 8, 9","CREATE TABLE ""dancing_on_ice"" ( ""episode"" real, ""song"" text, ""average_grade"" text, ""detailed_grades"" text, ""classification_judges"" text, ""classification_viewers"" text );","SELECT ""classification_judges"" FROM ""dancing_on_ice"" WHERE ""detailed_grades""='9, 9, 8, 9';",1-21829580-1 What are the poles is #08 Miller racing?,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""poles"" FROM ""nascar_sprint_cup_series"" WHERE ""team_s""='#08 Miller Racing';",1-2190919-1 What is the most recent year where the average start is 8.5?,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT MAX(""year"") FROM ""nascar_sprint_cup_series"" WHERE ""avg_start""='8.5';",1-2190919-1 What are the racing teams for which the average finish is 23.3?,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""team_s"" FROM ""nascar_sprint_cup_series"" WHERE ""avg_finish""='23.3';",1-2190919-1 What racing team/s had the 92nd position?,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""team_s"" FROM ""nascar_sprint_cup_series"" WHERE ""position""='92nd';",1-2190919-1 How many teams finished in the top team with an average finish of 23.3?,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT COUNT(""top_10"") FROM ""nascar_sprint_cup_series"" WHERE ""avg_finish""='23.3';",1-2190919-1 How many times was the opponent country India? ,"CREATE TABLE ""highest_partnerships_of_the_tournament"" ( ""runs_balls"" text, ""wicket"" text, ""partnerships"" text, ""country"" text, ""versus"" text, ""venue"" text, ""date"" text );","SELECT COUNT(""country"") FROM ""highest_partnerships_of_the_tournament"" WHERE ""versus""='India';",1-21907770-4 What are the dates where the versus team is South Africa?,"CREATE TABLE ""highest_partnerships_of_the_tournament"" ( ""runs_balls"" text, ""wicket"" text, ""partnerships"" text, ""country"" text, ""versus"" text, ""venue"" text, ""date"" text );","SELECT ""date"" FROM ""highest_partnerships_of_the_tournament"" WHERE ""versus""='South Africa';",1-21907770-4 What championship was played in 1981?,"CREATE TABLE ""men_s_doubles_7_5_wins_2_losses"" ( ""outcome"" text, ""year"" real, ""championship_titles_finals"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""championship_titles_finals"" FROM ""men_s_doubles_7_5_wins_2_losses"" WHERE ""year""=1981;",1-2201541-3 How many different outcomes did the final with Paul McNamee as a partner have?,"CREATE TABLE ""men_s_doubles_7_5_wins_2_losses"" ( ""outcome"" text, ""year"" real, ""championship_titles_finals"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score_in_the_final"" text );","SELECT COUNT(""outcome"") FROM ""men_s_doubles_7_5_wins_2_losses"" WHERE ""partner""='Paul McNamee';",1-2201541-3 How many different partners were played with during French Open (0/1)?,"CREATE TABLE ""men_s_doubles_7_5_wins_2_losses"" ( ""outcome"" text, ""year"" real, ""championship_titles_finals"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score_in_the_final"" text );","SELECT COUNT(""partner"") FROM ""men_s_doubles_7_5_wins_2_losses"" WHERE ""championship_titles_finals""='French Open (0/1)';",1-2201541-3 "Who directed ""Freaky Friday""?","CREATE TABLE ""table1_2221374_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""directed_by"" FROM ""table1_2221374_3"" WHERE ""title""='\""Freaky Friday\""';",1-2221374-3 What date was the episode originally aired that was directed by James Widdoes and the production code is 320?,"CREATE TABLE ""table1_2221374_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""table1_2221374_3"" WHERE ""directed_by""='James Widdoes' AND ""production_code""=320;",1-2221374-3 "How many production codes are there for ""the sub""?","CREATE TABLE ""table1_2221374_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT COUNT(""production_code"") FROM ""table1_2221374_3"" WHERE ""title""='\""The Sub\""';",1-2221374-3 What is the production code for episode 3 of the season?,"CREATE TABLE ""table1_2221374_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""production_code"" FROM ""table1_2221374_3"" WHERE ""no_in_season""=3;",1-2221374-3 Which orchestra has a recording year of 1951?,"CREATE TABLE ""selected_recordings"" ( ""piano"" text, ""conductor"" text, ""orchestra"" text, ""record_company"" text, ""year_of_recording"" real, ""format"" text );","SELECT ""orchestra"" FROM ""selected_recordings"" WHERE ""year_of_recording""=1951;",1-222198-1 Where is the orchestra when the year of recording is 1934?,"CREATE TABLE ""selected_recordings"" ( ""piano"" text, ""conductor"" text, ""orchestra"" text, ""record_company"" text, ""year_of_recording"" real, ""format"" text );","SELECT ""orchestra"" FROM ""selected_recordings"" WHERE ""year_of_recording""=1934;",1-222198-1 "Name the former codes for merged into panama ( pa , pan , 591 )","CREATE TABLE ""table1_222666_1"" ( ""former_country_name"" text, ""former_codes"" text, ""period_of_validity"" text, ""iso_3166_3_code"" text, ""new_country_names_and_codes"" text );","SELECT ""former_codes"" FROM ""table1_222666_1"" WHERE ""new_country_names_and_codes""='Merged into Panama ( PA , PAN , 591 )';",1-222666-1 Name the total number for period of validity for upper volta,"CREATE TABLE ""table1_222666_1"" ( ""former_country_name"" text, ""former_codes"" text, ""period_of_validity"" text, ""iso_3166_3_code"" text, ""new_country_names_and_codes"" text );","SELECT COUNT(""period_of_validity"") FROM ""table1_222666_1"" WHERE ""former_country_name""='Upper Volta';",1-222666-1 "Who was the winner of seat no 4 for the election on January 25, 1967","CREATE TABLE ""elected_body"" ( ""election"" text, ""mayor"" text, ""seat_no_1"" text, ""seat_no_2"" text, ""seat_no_3"" text, ""seat_no_4"" text, ""seat_no_5"" text, ""seat_no_6"" text );","SELECT ""seat_no_4"" FROM ""elected_body"" WHERE ""election""='January 25, 1967';",1-2231241-1 Who is seat no 1 when the mayor was john j. seguier,"CREATE TABLE ""elected_body"" ( ""election"" text, ""mayor"" text, ""seat_no_1"" text, ""seat_no_2"" text, ""seat_no_3"" text, ""seat_no_4"" text, ""seat_no_5"" text, ""seat_no_6"" text );","SELECT ""seat_no_1"" FROM ""elected_body"" WHERE ""mayor""='John J. Seguier';",1-2231241-1 Who was seat no 6 when seat no 1 and seat no 5 were jacques lachapelle and donald s. dutton,"CREATE TABLE ""elected_body"" ( ""election"" text, ""mayor"" text, ""seat_no_1"" text, ""seat_no_2"" text, ""seat_no_3"" text, ""seat_no_4"" text, ""seat_no_5"" text, ""seat_no_6"" text );","SELECT ""seat_no_6"" FROM ""elected_body"" WHERE ""seat_no_1""='Jacques Lachapelle' AND ""seat_no_5""='Donald S. Dutton';",1-2231241-1 which election had seat no 1 filled by jacques lachapelle but seat no 5 was filled by g. sanscartier,"CREATE TABLE ""elected_body"" ( ""election"" text, ""mayor"" text, ""seat_no_1"" text, ""seat_no_2"" text, ""seat_no_3"" text, ""seat_no_4"" text, ""seat_no_5"" text, ""seat_no_6"" text );","SELECT ""election"" FROM ""elected_body"" WHERE ""seat_no_1""='Jacques Lachapelle' AND ""seat_no_5""='G. Sanscartier';",1-2231241-1 How many season did the team lost in round 1 with a GP of 64?,"CREATE TABLE ""season_by_season_record"" ( ""season"" text, ""league"" text, ""division"" text, ""gp"" real, ""w"" real, ""l"" real, ""t"" real, ""otl"" real, ""sol"" real, ""pts"" real, ""pct"" text, ""gf"" real, ""ga"" real, ""pim"" real, ""coach_es"" text, ""result"" text );","SELECT COUNT(""season"") FROM ""season_by_season_record"" WHERE ""gp""=64 AND ""result""='Lost in round 1';",1-2233872-1 What was the season where the team reached a GP of 244?,"CREATE TABLE ""season_by_season_record"" ( ""season"" text, ""league"" text, ""division"" text, ""gp"" real, ""w"" real, ""l"" real, ""t"" real, ""otl"" real, ""sol"" real, ""pts"" real, ""pct"" text, ""gf"" real, ""ga"" real, ""pim"" real, ""coach_es"" text, ""result"" text );","SELECT ""season"" FROM ""season_by_season_record"" WHERE ""gf""=244;",1-2233872-1 What was the maximum OTL if L is 28?,"CREATE TABLE ""season_by_season_record"" ( ""season"" text, ""league"" text, ""division"" text, ""gp"" real, ""w"" real, ""l"" real, ""t"" real, ""otl"" real, ""sol"" real, ""pts"" real, ""pct"" text, ""gf"" real, ""ga"" real, ""pim"" real, ""coach_es"" text, ""result"" text );","SELECT MAX(""otl"") FROM ""season_by_season_record"" WHERE ""l""=28;",1-2233872-1 What was the highest SOL where the team lost in round 3?,"CREATE TABLE ""season_by_season_record"" ( ""season"" text, ""league"" text, ""division"" text, ""gp"" real, ""w"" real, ""l"" real, ""t"" real, ""otl"" real, ""sol"" real, ""pts"" real, ""pct"" text, ""gf"" real, ""ga"" real, ""pim"" real, ""coach_es"" text, ""result"" text );","SELECT MAX(""sol"") FROM ""season_by_season_record"" WHERE ""result""='Lost in round 3';",1-2233872-1 What was the minimum L if the GA is 272?,"CREATE TABLE ""season_by_season_record"" ( ""season"" text, ""league"" text, ""division"" text, ""gp"" real, ""w"" real, ""l"" real, ""t"" real, ""otl"" real, ""sol"" real, ""pts"" real, ""pct"" text, ""gf"" real, ""ga"" real, ""pim"" real, ""coach_es"" text, ""result"" text );","SELECT MIN(""l"") FROM ""season_by_season_record"" WHERE ""ga""=272;",1-2233872-1 What is the least amount of total medals won?,"CREATE TABLE ""list_of_olympic_medalists_in_athletics_m"" ( ""rank"" real, ""athlete"" text, ""nation"" text, ""olympics"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total_min_2_medals"" real );","SELECT MIN(""total_min_2_medals"") FROM ""list_of_olympic_medalists_in_athletics_m"";",1-22355-23 Who was the driver for the winning team Lawson Team Impul?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_driver"" FROM ""race_calendar_and_results"" WHERE ""winning_team""='Lawson Team Impul';",1-22379931-2 Who has the fastest lap where Benoît Tréluyer got the pole position?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""fastest_lap"" FROM ""race_calendar_and_results"" WHERE ""pole_position""='Benoît Tréluyer';",1-22379931-2 What was the earlier round where Takashi Kogure got the fastest lap?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT MIN(""round"") FROM ""race_calendar_and_results"" WHERE ""fastest_lap""='Takashi Kogure';",1-22379931-2 How many drivers drove on Suzuka Circuit where Loïc Duval took pole position?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT COUNT(""winning_driver"") FROM ""race_calendar_and_results"" WHERE ""circuit""='Suzuka Circuit' AND ""pole_position""='Loïc Duval';",1-22379931-2 What date did the West Indies win the match?,"CREATE TABLE ""one_day_international_matches"" ( ""s_no"" real, ""team_a"" text, ""team_b"" text, ""winner"" text, ""margin"" text, ""match_date"" text );","SELECT ""match_date"" FROM ""one_day_international_matches"" WHERE ""winner""='West Indies';",1-22384475-1 How many games were won by a margin of 131 runs?,"CREATE TABLE ""one_day_international_matches"" ( ""s_no"" real, ""team_a"" text, ""team_b"" text, ""winner"" text, ""margin"" text, ""match_date"" text );","SELECT COUNT(""team_a"") FROM ""one_day_international_matches"" WHERE ""margin""='131 runs';",1-22384475-1 Who won the match when the margin was 131 runs?,"CREATE TABLE ""one_day_international_matches"" ( ""s_no"" real, ""team_a"" text, ""team_b"" text, ""winner"" text, ""margin"" text, ""match_date"" text );","SELECT ""winner"" FROM ""one_day_international_matches"" WHERE ""margin""='131 runs';",1-22384475-1 What was the margin of the match on 19 Jan 2002?,"CREATE TABLE ""one_day_international_matches"" ( ""s_no"" real, ""team_a"" text, ""team_b"" text, ""winner"" text, ""margin"" text, ""match_date"" text );","SELECT ""margin"" FROM ""one_day_international_matches"" WHERE ""match_date""='19 Jan 2002';",1-22384475-1 Where is the Bellerive Country Club venue located?,"CREATE TABLE ""stroke_play_era_winners"" ( ""year"" real, ""champion"" text, ""country"" text, ""venue"" text, ""location_of_venue"" text, ""winners_score"" text, ""winners_share"" real );","SELECT ""location_of_venue"" FROM ""stroke_play_era_winners"" WHERE ""venue""='Bellerive Country Club';",1-224616-1 List all winning scores from 1982.,"CREATE TABLE ""stroke_play_era_winners"" ( ""year"" real, ""champion"" text, ""country"" text, ""venue"" text, ""location_of_venue"" text, ""winners_score"" text, ""winners_share"" real );","SELECT ""winners_score"" FROM ""stroke_play_era_winners"" WHERE ""year""=1982;",1-224616-1 How many vacators were in the Pennsylvania 33rd district?,"CREATE TABLE ""table1_224794_3"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT COUNT(""vacator"") FROM ""table1_224794_3"" WHERE ""district""='Pennsylvania 33rd';",1-224794-3 Who was the successor for the Kentucky 2nd district?,"CREATE TABLE ""table1_224794_3"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""successor"" FROM ""table1_224794_3"" WHERE ""district""='Kentucky 2nd';",1-224794-3 "Name the date successor seated for contested election; served until february 14, 1794","CREATE TABLE ""table1_224837_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""date_successor_seated"" FROM ""table1_224837_4"" WHERE ""reason_for_change""='Contested election; served until February 14, 1794';",1-224837-4 Name the date successor seated for delegate seat established,"CREATE TABLE ""table1_224837_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""date_successor_seated"" FROM ""table1_224837_4"" WHERE ""reason_for_change""='Delegate seat established';",1-224837-4 Name the date successor seated is south carolina 3rd,"CREATE TABLE ""table1_224837_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""date_successor_seated"" FROM ""table1_224837_4"" WHERE ""district""='South Carolina 3rd';",1-224837-4 What is the number of vacators when the successor was William H. Wells ( F )?,"CREATE TABLE ""senate"" ( ""state_class"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_of_successors_formal_installation"" text );","SELECT COUNT(""vacator"") FROM ""senate"" WHERE ""successor""='William H. Wells ( F )';",1-224839-3 What is the total number of dates of successor formal installation when the vacator was Joshua Clayton ( F )?,"CREATE TABLE ""senate"" ( ""state_class"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_of_successors_formal_installation"" text );","SELECT COUNT(""date_of_successors_formal_installation"") FROM ""senate"" WHERE ""vacator""='Joshua Clayton ( F )';",1-224839-3 What is the total number of successors when the vacator was William North ( F ),"CREATE TABLE ""senate"" ( ""state_class"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_of_successors_formal_installation"" text );","SELECT COUNT(""successor"") FROM ""senate"" WHERE ""vacator""='William North ( F )';",1-224839-3 What are all the states (class) when the successor was Joseph Anderson ( DR )?,"CREATE TABLE ""senate"" ( ""state_class"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_of_successors_formal_installation"" text );","SELECT ""state_class"" FROM ""senate"" WHERE ""successor""='Joseph Anderson ( DR )';",1-224839-3 "What are all the states (class) when the reason for change was resigned November 26, 1798 and the vacator was John Hunter ( DR )?","CREATE TABLE ""senate"" ( ""state_class"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_of_successors_formal_installation"" text );","SELECT ""state_class"" FROM ""senate"" WHERE ""reason_for_change""='Resigned November 26, 1798' AND ""vacator""='John Hunter ( DR )';",1-224839-3 "How many vacators have October 22, 1808 as date successor seated?","CREATE TABLE ""table1_225093_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT COUNT(""vacator"") FROM ""table1_225093_4"" WHERE ""date_successor_seated""='October 22, 1808';",1-225093-4 What is the date successor seated where Massachusetts 2nd is the district?,"CREATE TABLE ""table1_225093_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""date_successor_seated"" FROM ""table1_225093_4"" WHERE ""district""='Massachusetts 2nd';",1-225093-4 "Who is the successor when the reason for change is seat declared vacant January 2, 1808","CREATE TABLE ""table1_225093_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""successor"" FROM ""table1_225093_4"" WHERE ""reason_for_change""='Seat declared vacant January 2, 1808';",1-225093-4 Which district has John Culpepper (f) as the vacator?,"CREATE TABLE ""table1_225093_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""district"" FROM ""table1_225093_4"" WHERE ""vacator""='John Culpepper (F)';",1-225093-4 What is the reason for change when maryland 6th is the district? ,"CREATE TABLE ""table1_225100_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""reason_for_change"" FROM ""table1_225100_4"" WHERE ""district""='Maryland 6th';",1-225100-4 Who is the vacator when south carolina 4th is the district?,"CREATE TABLE ""table1_225100_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""vacator"" FROM ""table1_225100_4"" WHERE ""district""='South Carolina 4th';",1-225100-4 Who is the successor when florida territory at-large is the district?,"CREATE TABLE ""table1_225100_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""successor"" FROM ""table1_225100_4"" WHERE ""district""='Florida Territory At-large';",1-225100-4 "Name the vacator for reason for change died january 12, 1826","CREATE TABLE ""table1_225102_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""vacator"" FROM ""table1_225102_4"" WHERE ""reason_for_change""='Died January 12, 1826';",1-225102-4 Name the reason for change pennsylvania 13th,"CREATE TABLE ""table1_225102_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""reason_for_change"" FROM ""table1_225102_4"" WHERE ""district""='Pennsylvania 13th';",1-225102-4 "Name the vacator for died august 13, 1826","CREATE TABLE ""table1_225102_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""vacator"" FROM ""table1_225102_4"" WHERE ""reason_for_change""='Died August 13, 1826';",1-225102-4 "Name the successor for elected january 26, 1837","CREATE TABLE ""table1_225200_3"" ( ""state_class"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_of_successors_formal_installation"" text );","SELECT COUNT(""successor"") FROM ""table1_225200_3"" WHERE ""date_of_successors_formal_installation""='Elected January 26, 1837';",1-225200-3 Name the successor for north carolina 13th,"CREATE TABLE ""table1_225204_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""successor"" FROM ""table1_225204_4"" WHERE ""district""='North Carolina 13th';",1-225204-4 Name the date successor seated for pennsylvania 17th,"CREATE TABLE ""table1_225204_4"" ( ""district"" text, ""vacator"" text, ""reason_for_change"" text, ""successor"" text, ""date_successor_seated"" text );","SELECT ""date_successor_seated"" FROM ""table1_225204_4"" WHERE ""district""='Pennsylvania 17th';",1-225204-4 who are the writer of the series episode number 170?,"CREATE TABLE ""table1_22580855_1"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_22580855_1"" WHERE ""series_no""=170;",1-22580855-1 which is the maximun serie episode number when the millions of North American spectators is 3.14?,"CREATE TABLE ""table1_22580855_1"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT MAX(""series_no"") FROM ""table1_22580855_1"" WHERE ""u_s_viewers_millions""='3.14';",1-22580855-1 How many writers write the episode whose director is Jonathan Herron?,"CREATE TABLE ""table1_22580855_1"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT COUNT(""written_by"") FROM ""table1_22580855_1"" WHERE ""directed_by""='Jonathan Herron';",1-22580855-1 which is the biggest production code?,"CREATE TABLE ""table1_22580855_1"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT MAX(""production_code"") FROM ""table1_22580855_1"";",1-22580855-1 who are the writers when the production code is 8011?,"CREATE TABLE ""table1_22580855_1"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_22580855_1"" WHERE ""production_code""=8011;",1-22580855-1 what is the name of the episode whose writer is Timothy J. Lea and the director is Norberto Barba?,"CREATE TABLE ""table1_22580855_1"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""title"" FROM ""table1_22580855_1"" WHERE ""written_by""='Timothy J. Lea' AND ""directed_by""='Norberto Barba';",1-22580855-1 What is the least year when men's singles is Raju Rai?,"CREATE TABLE ""open_division"" ( ""year"" real, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""a_mixed_doubles"" text, ""b_mixed_doubles"" text );","SELECT MIN(""year"") FROM ""open_division"" WHERE ""mens_singles""='Raju Rai';",1-22587192-1 How many outcomes are listed when the final opponent was Johan Kriek? ,"CREATE TABLE ""singles_8_5_titles_3_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT COUNT(""outcome"") FROM ""singles_8_5_titles_3_runners_up"" WHERE ""opponent_in_the_final""='Johan Kriek';",1-22597626-5 How many miles were driven in the race where the winner finished in 2:47:11?,"CREATE TABLE ""table1_22648285_1"" ( ""year"" real, ""date"" text, ""driver"" text, ""team"" text, ""manufacturer"" text, ""laps"" text, ""miles_km"" text, ""race_time"" text, ""average_speed_mph"" text, ""report"" text );","SELECT ""miles_km"" FROM ""table1_22648285_1"" WHERE ""race_time""='2:47:11';",1-22648285-1 What date was the race in 1968 run on?,"CREATE TABLE ""table1_22648285_1"" ( ""year"" real, ""date"" text, ""driver"" text, ""team"" text, ""manufacturer"" text, ""laps"" text, ""miles_km"" text, ""race_time"" text, ""average_speed_mph"" text, ""report"" text );","SELECT ""date"" FROM ""table1_22648285_1"" WHERE ""year""=1968;",1-22648285-1 What year had a race with 301* laps?,"CREATE TABLE ""table1_22648285_1"" ( ""year"" real, ""date"" text, ""driver"" text, ""team"" text, ""manufacturer"" text, ""laps"" text, ""miles_km"" text, ""race_time"" text, ""average_speed_mph"" text, ""report"" text );","SELECT ""year"" FROM ""table1_22648285_1"" WHERE ""laps""='301*';",1-22648285-1 How many races did Cale Yarborough win at an average speed of 88.924 mph?,"CREATE TABLE ""table1_22648285_1"" ( ""year"" real, ""date"" text, ""driver"" text, ""team"" text, ""manufacturer"" text, ""laps"" text, ""miles_km"" text, ""race_time"" text, ""average_speed_mph"" text, ""report"" text );","SELECT COUNT(""race_time"") FROM ""table1_22648285_1"" WHERE ""driver""='Cale Yarborough' AND ""average_speed_mph""='88.924';",1-22648285-1 Name the most pos for west bromwich albion club,"CREATE TABLE ""barclaycard_premiership_fair_play_award"" ( ""pos"" real, ""club"" text, ""games_played"" real, ""red_yellow_cards"" real, ""positive_play"" real, ""respect_toward_opponents"" real, ""respect_toward_referee"" real, ""behaviour_of_team_officials"" real, ""points"" real, ""score"" text, ""average"" text );","SELECT MAX(""pos"") FROM ""barclaycard_premiership_fair_play_award"" WHERE ""club""='West Bromwich Albion';",1-226619-12 Name the points for 212 respect toward opponents,"CREATE TABLE ""barclaycard_premiership_fair_play_award"" ( ""pos"" real, ""club"" text, ""games_played"" real, ""red_yellow_cards"" real, ""positive_play"" real, ""respect_toward_opponents"" real, ""respect_toward_referee"" real, ""behaviour_of_team_officials"" real, ""points"" real, ""score"" text, ""average"" text );","SELECT ""points"" FROM ""barclaycard_premiership_fair_play_award"" WHERE ""respect_toward_opponents""=212;",1-226619-12 Name the pos for west ham united,"CREATE TABLE ""barclaycard_premiership_fair_play_award"" ( ""pos"" real, ""club"" text, ""games_played"" real, ""red_yellow_cards"" real, ""positive_play"" real, ""respect_toward_opponents"" real, ""respect_toward_referee"" real, ""behaviour_of_team_officials"" real, ""points"" real, ""score"" text, ""average"" text );","SELECT MIN(""pos"") FROM ""barclaycard_premiership_fair_play_award"" WHERE ""club""='West Ham United';",1-226619-12 Name the most red/yellow cards for positive play being 255,"CREATE TABLE ""barclaycard_premiership_fair_play_award"" ( ""pos"" real, ""club"" text, ""games_played"" real, ""red_yellow_cards"" real, ""positive_play"" real, ""respect_toward_opponents"" real, ""respect_toward_referee"" real, ""behaviour_of_team_officials"" real, ""points"" real, ""score"" text, ""average"" text );","SELECT MAX(""red_yellow_cards"") FROM ""barclaycard_premiership_fair_play_award"" WHERE ""positive_play""=255;",1-226619-12 Name the date of birth for 27/07/86,"CREATE TABLE ""current_squad_2008_2009"" ( ""number"" real, ""name"" text, ""height_m"" real, ""date_of_birth"" text, ""position"" text, ""nationality"" text );","SELECT ""name"" FROM ""current_squad_2008_2009"" WHERE ""date_of_birth""='27/07/86';",1-22705586-1 Name the least number,"CREATE TABLE ""current_squad_2008_2009"" ( ""number"" real, ""name"" text, ""height_m"" real, ""date_of_birth"" text, ""position"" text, ""nationality"" text );","SELECT MIN(""number"") FROM ""current_squad_2008_2009"";",1-22705586-1 Name the nationality for francesco guglielmi,"CREATE TABLE ""current_squad_2008_2009"" ( ""number"" real, ""name"" text, ""height_m"" real, ""date_of_birth"" text, ""position"" text, ""nationality"" text );","SELECT ""nationality"" FROM ""current_squad_2008_2009"" WHERE ""name""='Francesco Guglielmi';",1-22705586-1 Name the height for date of birth being 17/08/75,"CREATE TABLE ""current_squad_2008_2009"" ( ""number"" real, ""name"" text, ""height_m"" real, ""date_of_birth"" text, ""position"" text, ""nationality"" text );","SELECT MIN(""height_m"") FROM ""current_squad_2008_2009"" WHERE ""date_of_birth""='17/08/75';",1-22705586-1 How many points did player 7 score in the challenge cup?,"CREATE TABLE ""scorers"" ( ""p"" real, ""player"" text, ""league"" real, ""scottish_cup"" real, ""league_cup"" real, ""challenge_cup"" real, ""total"" real );","SELECT COUNT(""challenge_cup"") FROM ""scorers"" WHERE ""p""=7;",1-22683369-8 What is Kris doolan's league number?,"CREATE TABLE ""scorers"" ( ""p"" real, ""player"" text, ""league"" real, ""scottish_cup"" real, ""league_cup"" real, ""challenge_cup"" real, ""total"" real );","SELECT COUNT(""league"") FROM ""scorers"" WHERE ""player""='Kris Doolan';",1-22683369-8 What is bryan hodge's player number,"CREATE TABLE ""scorers"" ( ""p"" real, ""player"" text, ""league"" real, ""scottish_cup"" real, ""league_cup"" real, ""challenge_cup"" real, ""total"" real );","SELECT COUNT(""p"") FROM ""scorers"" WHERE ""player""='Bryan Hodge';",1-22683369-8 What was the lowest number of points scored in the league cup?,"CREATE TABLE ""scorers"" ( ""p"" real, ""player"" text, ""league"" real, ""scottish_cup"" real, ""league_cup"" real, ""challenge_cup"" real, ""total"" real );","SELECT MIN(""league_cup"") FROM ""scorers"";",1-22683369-8 When did the Cowboys score 13 points in 1966?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""cowboys_points"" real, ""opponents"" real, ""record"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""cowboys_points""=13;",1-22801165-1 "What was the Cowboys' record for Nov. 5, 1966?","CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""cowboys_points"" real, ""opponents"" real, ""record"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""date""='Nov. 5';",1-22801165-1 Who won the regular season when Maryland won the tournament?,"CREATE TABLE ""table1_22779004_1"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""regular_season_winner"" FROM ""table1_22779004_1"" WHERE ""tournament_winner""='Maryland';",1-22779004-1 Who won the tournament when Idaho State won the regular season?,"CREATE TABLE ""table1_22779004_1"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""conference_tournament"" FROM ""table1_22779004_1"" WHERE ""regular_season_winner""='Idaho State';",1-22779004-1 Who won the regular season when Missouri Valley Conference took place?,"CREATE TABLE ""table1_22779004_1"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""regular_season_winner"" FROM ""table1_22779004_1"" WHERE ""conference""='Missouri Valley Conference';",1-22779004-1 What was the conference when Arizona State won the regular season?,"CREATE TABLE ""table1_22779004_1"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""conference"" FROM ""table1_22779004_1"" WHERE ""regular_season_winner""='Arizona State';",1-22779004-1 Who is the tournament winner in the Atlantic Coast Conference?,"CREATE TABLE ""table1_22779004_1"" ( ""conference"" text, ""regular_season_winner"" text, ""conference_player_of_the_year"" text, ""conference_tournament"" text, ""tournament_venue_city"" text, ""tournament_winner"" text );","SELECT ""tournament_winner"" FROM ""table1_22779004_1"" WHERE ""conference""='Atlantic Coast Conference';",1-22779004-1 Which county had a 3.6% unemployment rate?,"CREATE TABLE ""list_of_appalachian_regional_commission_"" ( ""county"" text, ""population"" real, ""unemployment_rate"" text, ""market_income_per_capita"" text, ""poverty_rate"" text, ""status"" text );","SELECT ""county"" FROM ""list_of_appalachian_regional_commission_"" WHERE ""unemployment_rate""='3.6%';",1-22815568-2 What is the status of the county that has a 17.3% poverty rate?,"CREATE TABLE ""list_of_appalachian_regional_commission_"" ( ""county"" text, ""population"" real, ""unemployment_rate"" text, ""market_income_per_capita"" text, ""poverty_rate"" text, ""status"" text );","SELECT ""status"" FROM ""list_of_appalachian_regional_commission_"" WHERE ""poverty_rate""='17.3%';",1-22815568-2 What is the market income per capita of the county with the 9.4% poverty rate?,"CREATE TABLE ""list_of_appalachian_regional_commission_"" ( ""county"" text, ""population"" real, ""unemployment_rate"" text, ""market_income_per_capita"" text, ""poverty_rate"" text, ""status"" text );","SELECT ""market_income_per_capita"" FROM ""list_of_appalachian_regional_commission_"" WHERE ""poverty_rate""='9.4%';",1-22815568-2 How many status' are there with a population of 90565?,"CREATE TABLE ""list_of_appalachian_regional_commission_"" ( ""county"" text, ""population"" real, ""unemployment_rate"" text, ""market_income_per_capita"" text, ""poverty_rate"" text, ""status"" text );","SELECT COUNT(""status"") FROM ""list_of_appalachian_regional_commission_"" WHERE ""population""=90565;",1-22815568-2 "What is the status of the county with per capita market income of $24,326?","CREATE TABLE ""list_of_appalachian_regional_commission_"" ( ""county"" text, ""population"" real, ""unemployment_rate"" text, ""market_income_per_capita"" text, ""poverty_rate"" text, ""status"" text );","SELECT ""status"" FROM ""list_of_appalachian_regional_commission_"" WHERE ""market_income_per_capita""='$24,326';",1-22815568-2 "What is the unemployment rate for the county with a market income per capita of $20,958?","CREATE TABLE ""list_of_appalachian_regional_commission_"" ( ""county"" text, ""population"" real, ""unemployment_rate"" text, ""market_income_per_capita"" text, ""poverty_rate"" text, ""status"" text );","SELECT COUNT(""unemployment_rate"") FROM ""list_of_appalachian_regional_commission_"" WHERE ""market_income_per_capita""='$20,958';",1-22815568-2 List all who wrote for production code 1ark07.,"CREATE TABLE ""table1_22835602_1"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""viewers_in_millions"" text );","SELECT ""written_by"" FROM ""table1_22835602_1"" WHERE ""production_code""='1ARK07';",1-22835602-1 How many directors were there for the production code 1ark08?,"CREATE TABLE ""table1_22835602_1"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""viewers_in_millions"" text );","SELECT COUNT(""directed_by"") FROM ""table1_22835602_1"" WHERE ""production_code""='1ARK08';",1-22835602-1 "How many millions of people viewed ""Father's Day""?","CREATE TABLE ""table1_22835602_1"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""viewers_in_millions"" text );","SELECT ""viewers_in_millions"" FROM ""table1_22835602_1"" WHERE ""title""='\""Father''s Day\""';",1-22835602-1 List all directors from episodes with viewership of 1.945 million.,"CREATE TABLE ""table1_22835602_1"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""viewers_in_millions"" text );","SELECT ""directed_by"" FROM ""table1_22835602_1"" WHERE ""viewers_in_millions""='1.945';",1-22835602-1 What is the original air date for production code 1ark79?,"CREATE TABLE ""table1_22835602_1"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""viewers_in_millions"" text );","SELECT ""original_air_date"" FROM ""table1_22835602_1"" WHERE ""production_code""='1ARK79';",1-22835602-1 How many rounds were there in the 2006 davis cup europe/africa group I?,"CREATE TABLE ""doubles_17"" ( ""edition"" text, ""round"" text, ""date"" text, ""partnering"" text, ""against"" text, ""surface"" text, ""opponents"" text, ""w_l"" text, ""result"" text );","SELECT COUNT(""round"") FROM ""doubles_17"" WHERE ""edition""='2006 Davis Cup Europe/Africa Group I';",1-22853654-10 Where does the team play May 3?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""date""='May 3';",1-22879262-13 What team was the game on February 27 played against?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""date""='February 27';",1-22879323-8 What was the score of the game in which Brook Lopez (8) did the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""high_rebounds""='Brook Lopez (8)';",1-22879323-8 Who did the high assists in the game played on February 9?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""date""='February 9';",1-22879323-8 What was the record in the game against Memphis?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""team""='Memphis';",1-22879323-8 What's the highest game number for a game in which Kris Humphries (8) did the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MAX(""game"") FROM ""game_log"" WHERE ""high_rebounds""='Kris Humphries (8)';",1-22879323-8 When 0-1 is the series who has the highest amount of assists?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""series""='0-1';",1-22883210-11 When 5 is the game who has the highest amount of points?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""=5;",1-22883210-11 When 1-1 is the series who is the team?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""series""='1-1';",1-22883210-11 When george hill (29) has the highest amount of points what is the date?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""high_points""='George Hill (29)';",1-22883210-11 Name the audition city for hyatt regency chicago,"CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""first_audition_date"" text, ""audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""guest_judge"" text, ""golden_tickets"" real );","SELECT ""audition_city"" FROM ""regional_auditions"" WHERE ""callback_venue""='Hyatt Regency Chicago';",1-22897967-1 Name the callback date for amway arena,"CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""first_audition_date"" text, ""audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""guest_judge"" text, ""golden_tickets"" real );","SELECT ""callback_date"" FROM ""regional_auditions"" WHERE ""audition_venue""='Amway Arena';",1-22897967-1 "Name the guest judge for first audition date being july 9, 2009","CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""first_audition_date"" text, ""audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""guest_judge"" text, ""golden_tickets"" real );","SELECT COUNT(""guest_judge"") FROM ""regional_auditions"" WHERE ""first_audition_date""='July 9, 2009';",1-22897967-1 Name the total number of golden tickets being rosen shingle creek resort,"CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""first_audition_date"" text, ""audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""guest_judge"" text, ""golden_tickets"" real );","SELECT COUNT(""golden_tickets"") FROM ""regional_auditions"" WHERE ""callback_venue""='Rosen Shingle Creek Resort';",1-22897967-1 Name the golden ticket for invesco field,"CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""first_audition_date"" text, ""audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""guest_judge"" text, ""golden_tickets"" real );","SELECT ""golden_tickets"" FROM ""regional_auditions"" WHERE ""audition_venue""='Invesco Field';",1-22897967-1 Name the k. r. narayanan values for pondicherry,"CREATE TABLE ""results"" ( ""states"" text, ""no_of_mla_m_ps"" real, ""value_of_each_vote"" real, ""k_r_narayanan_votes"" real, ""k_r_narayanan_values"" real, ""t_n_seshan_votes"" real, ""t_n_seshan_values"" real, ""invalid_votes"" real, ""invalid_values"" real );","SELECT ""k_r_narayanan_values"" FROM ""results"" WHERE ""states""='Pondicherry';",1-22897453-1 Name the kr narayanan votes for values being 936 for kr,"CREATE TABLE ""results"" ( ""states"" text, ""no_of_mla_m_ps"" real, ""value_of_each_vote"" real, ""k_r_narayanan_votes"" real, ""k_r_narayanan_values"" real, ""t_n_seshan_votes"" real, ""t_n_seshan_values"" real, ""invalid_votes"" real, ""invalid_values"" real );","SELECT ""k_r_narayanan_votes"" FROM ""results"" WHERE ""k_r_narayanan_values""=936;",1-22897453-1 Name the most kr votes for value of each vote for 208,"CREATE TABLE ""results"" ( ""states"" text, ""no_of_mla_m_ps"" real, ""value_of_each_vote"" real, ""k_r_narayanan_votes"" real, ""k_r_narayanan_values"" real, ""t_n_seshan_votes"" real, ""t_n_seshan_values"" real, ""invalid_votes"" real, ""invalid_values"" real );","SELECT MAX(""k_r_narayanan_votes"") FROM ""results"" WHERE ""value_of_each_vote""=208;",1-22897453-1 Name the number of tn seshan values for kr values is 478608,"CREATE TABLE ""results"" ( ""states"" text, ""no_of_mla_m_ps"" real, ""value_of_each_vote"" real, ""k_r_narayanan_votes"" real, ""k_r_narayanan_values"" real, ""t_n_seshan_votes"" real, ""t_n_seshan_values"" real, ""invalid_votes"" real, ""invalid_values"" real );","SELECT COUNT(""t_n_seshan_values"") FROM ""results"" WHERE ""k_r_narayanan_values""=478608;",1-22897453-1 Name the production code for number in season being 21,"CREATE TABLE ""table1_22948559_1"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""production_code"" FROM ""table1_22948559_1"" WHERE ""no_in_season""='21';",1-22948559-1 Name the production code by paul lieberstein,"CREATE TABLE ""table1_22948559_1"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""production_code"" FROM ""table1_22948559_1"" WHERE ""written_by""='Paul Lieberstein';",1-22948559-1 How many blockings occured in the game with 198 rebounds?,"CREATE TABLE ""player_stats"" ( ""player"" text, ""games_played"" real, ""minutes"" real, ""field_goals"" real, ""three_pointers"" real, ""free_throws"" real, ""rebounds"" real, ""assists"" real, ""blocks"" real, ""steals"" real, ""points"" real );","SELECT MAX(""blocks"") FROM ""player_stats"" WHERE ""rebounds""=198;",1-22993636-5 For how long did Jordan Coleman play?,"CREATE TABLE ""player_stats"" ( ""player"" text, ""games_played"" real, ""minutes"" real, ""field_goals"" real, ""three_pointers"" real, ""free_throws"" real, ""rebounds"" real, ""assists"" real, ""blocks"" real, ""steals"" real, ""points"" real );","SELECT ""minutes"" FROM ""player_stats"" WHERE ""player""='Jordan Coleman';",1-22993636-5 "How much time, in minutes, did Chanel Chisholm play?","CREATE TABLE ""player_stats"" ( ""player"" text, ""games_played"" real, ""minutes"" real, ""field_goals"" real, ""three_pointers"" real, ""free_throws"" real, ""rebounds"" real, ""assists"" real, ""blocks"" real, ""steals"" real, ""points"" real );","SELECT COUNT(""minutes"") FROM ""player_stats"" WHERE ""player""='Chanel Chisholm';",1-22993636-5 What is the lowest number of 3 pointers that occured in games with 52 steals?,"CREATE TABLE ""player_stats"" ( ""player"" text, ""games_played"" real, ""minutes"" real, ""field_goals"" real, ""three_pointers"" real, ""free_throws"" real, ""rebounds"" real, ""assists"" real, ""blocks"" real, ""steals"" real, ""points"" real );","SELECT MIN(""three_pointers"") FROM ""player_stats"" WHERE ""steals""=52;",1-22993636-5 What is the lowest number of games played by the player with 50 steals?,"CREATE TABLE ""player_stats"" ( ""player"" text, ""games_played"" real, ""minutes"" real, ""field_goals"" real, ""three_pointers"" real, ""free_throws"" real, ""rebounds"" real, ""assists"" real, ""blocks"" real, ""steals"" real, ""points"" real );","SELECT MIN(""games_played"") FROM ""player_stats"" WHERE ""steals""=50;",1-22993636-5 What countries does the Rock come from?,"CREATE TABLE ""ps_50_podium"" ( ""num"" real, ""name"" text, ""country"" text, ""1"" real, ""2"" real, ""3"" real, ""other_placings"" real, ""total"" real, ""first_appearance"" real, ""last_appearance"" real, ""federation"" text );","SELECT COUNT(""country"") FROM ""ps_50_podium"" WHERE ""name""='The Rock';",1-2305948-1 "How many times has a wrestler whose federation was roh, wwe competed in this event?","CREATE TABLE ""ps_50_podium"" ( ""num"" real, ""name"" text, ""country"" text, ""1"" real, ""2"" real, ""3"" real, ""other_placings"" real, ""total"" real, ""first_appearance"" real, ""last_appearance"" real, ""federation"" text );","SELECT COUNT(""other_placings"") FROM ""ps_50_podium"" WHERE ""federation""='ROH, WWE';",1-2305948-1 What are the rank/s of Eddie Guerrero?,"CREATE TABLE ""ps_50_podium"" ( ""num"" real, ""name"" text, ""country"" text, ""1"" real, ""2"" real, ""3"" real, ""other_placings"" real, ""total"" real, ""first_appearance"" real, ""last_appearance"" real, ""federation"" text );","SELECT ""num"" FROM ""ps_50_podium"" WHERE ""name""='Eddie Guerrero';",1-2305948-1 How many times has a wrestler from the country of England wrestled in this event?,"CREATE TABLE ""ps_50_podium"" ( ""num"" real, ""name"" text, ""country"" text, ""1"" real, ""2"" real, ""3"" real, ""other_placings"" real, ""total"" real, ""first_appearance"" real, ""last_appearance"" real, ""federation"" text );","SELECT COUNT(""2"") FROM ""ps_50_podium"" WHERE ""country""='England';",1-2305948-1 "Name the original air date for "" don't look a smith horse in the mouth ""","CREATE TABLE ""table1_23235679_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""original_air_date"" FROM ""table1_23235679_1"" WHERE ""title""='\"" Don''t Look a Smith Horse in the Mouth \""';",1-23235679-1 Name who wrote number 88,"CREATE TABLE ""table1_23235679_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_23235679_1"" WHERE ""no_in_series""=88;",1-23235679-1 Name who wrote 5ajn11,"CREATE TABLE ""table1_23235679_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_23235679_1"" WHERE ""production_code""='5AJN11';",1-23235679-1 Name who wrote the episode directed by pam cooke & jansen yee,"CREATE TABLE ""table1_23235679_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_23235679_1"" WHERE ""directed_by""='Pam Cooke & Jansen Yee';",1-23235679-1 "Name the number of year for 6–3, 6–2 hard surface","CREATE TABLE ""singles_19_finals_15_titles_4_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT COUNT(""year"") FROM ""singles_19_finals_15_titles_4_runners_up"" WHERE ""score_in_the_final""='6–3, 6–2' AND ""surface""='Hard';",1-23235767-4 Name the surface for philadelphia,"CREATE TABLE ""singles_19_finals_15_titles_4_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""surface"" FROM ""singles_19_finals_15_titles_4_runners_up"" WHERE ""championship""='Philadelphia';",1-23235767-4 Name the championship for clay and corrado barazzutti,"CREATE TABLE ""singles_19_finals_15_titles_4_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""championship"" FROM ""singles_19_finals_15_titles_4_runners_up"" WHERE ""surface""='Clay' AND ""opponent_in_the_final""='Corrado Barazzutti';",1-23235767-4 Name the year for clay for boston and guillermo vilas,"CREATE TABLE ""singles_19_finals_15_titles_4_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""year"" FROM ""singles_19_finals_15_titles_4_runners_up"" WHERE ""surface""='Clay' AND ""championship""='Boston' AND ""opponent_in_the_final""='Guillermo Vilas';",1-23235767-4 "Name the total number of opponent in the final for 6–2, 6–1, 6–3","CREATE TABLE ""singles_19_finals_15_titles_4_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT COUNT(""opponent_in_the_final"") FROM ""singles_19_finals_15_titles_4_runners_up"" WHERE ""score_in_the_final""='6–2, 6–1, 6–3';",1-23235767-4 What is every year where opponent in the final is John Mcenroe at Wimbledon?,"CREATE TABLE ""singles_16_finals_11_titles_5_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""year"" FROM ""singles_16_finals_11_titles_5_runners_up"" WHERE ""opponent_in_the_final""='John McEnroe' AND ""championship""='Wimbledon';",1-23235767-1 What is every score in the final for opponent in final John Mcenroe at US Open?,"CREATE TABLE ""singles_16_finals_11_titles_5_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""score_in_the_final"" FROM ""singles_16_finals_11_titles_5_runners_up"" WHERE ""opponent_in_the_final""='John McEnroe' AND ""championship""='US Open';",1-23235767-1 "What is every surface with a score in the final of 6–4, 6–7 (1–7) , 6–7 (4–7) , 4–6?","CREATE TABLE ""singles_16_finals_11_titles_5_runners_up"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""surface"" FROM ""singles_16_finals_11_titles_5_runners_up"" WHERE ""score_in_the_final""='6–4, 6–7 (1–7) , 6–7 (4–7) , 4–6';",1-23235767-1 What was the score in game 6?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""game""=6;",1-23248910-11 What were the amount of rebounds in game 2?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""game""=2;",1-23248910-11 "On what date was the attendance at TD Garden 18,624?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""location_attendance""='TD Garden 18,624';",1-23274514-8 What day was the record 14-27?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='14-27';",1-23274514-6 How many people got high points in game 35?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_points"") FROM ""game_log"" WHERE ""game""=35;",1-23274514-6 Who had the highest points on January 2?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""date""='January 2';",1-23274514-6 Who did the high rebounds in the game where Carl Landry (23) did the most high points?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""high_points""='Carl Landry (23)';",1-23281862-6 What's the end score of the game where Shane Battier (8) did the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""high_rebounds""='Shane Battier (8)';",1-23281862-6 Where was the game in which Carl Landry (25) did the most high points played?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""high_points""='Carl Landry (25)';",1-23281862-6 Who had the most high assists with a record of 32-19?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""record""='32-19';",1-23284271-8 When did the Mavericks have a record of 32-19?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='32-19';",1-23284271-8 List the stadium and number of people in attendance when the team record was 45-22.,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""location_attendance"") FROM ""game_log"" WHERE ""record""='45-22';",1-23284271-9 How many games had been played when the Mavericks had a 46-22 record?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MAX(""game"") FROM ""game_log"" WHERE ""record""='46-22';",1-23284271-9 Name the date for score w 109–95 (ot),"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""score""='W 109–95 (OT)';",1-23285761-8 "Name the high points for pepsi center 19,155","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""location_attendance""='Pepsi Center 19,155';",1-23285761-8 "If the record is 5-8, what is the team name?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""record""='5-8';",1-23285805-4 "If the record is 5-5, what is the game maximum?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MAX(""game"") FROM ""game_log"" WHERE ""record""='5-5';",1-23285805-4 "If the record is 6-8, what was the score?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='6-8';",1-23285805-4 When was the game number 3 played?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""game""=3;",1-23286112-6 Where was the game in which Kevin Durant (25) did the most high points played?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""high_points""='Kevin Durant (25)';",1-23286112-6 What was the record in the game in which Jeff Green (14) did the most high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""high_rebounds""='Jeff Green (14)';",1-23286112-6 Name the team for january 4,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""date""='January 4';",1-23286112-8 Name the location attendance for january 18,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""date""='January 18';",1-23286112-8 Name the least game for january 29,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MIN(""game"") FROM ""game_log"" WHERE ""date""='January 29';",1-23286112-8 What location attendance has russell westbrook (5) as high assists and nenad krstic (8) as high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""high_assists""='Russell Westbrook (5)' AND ""high_rebounds""='Nenad Krstic (8)';",1-23286112-7 "Who has high points when toyota center 15,095 is location attendance?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""location_attendance""='Toyota Center 15,095';",1-23286112-7 "Who has high points when verizon center 17,152 is location attendance?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""location_attendance""='Verizon Center 17,152';",1-23286112-7 What is the score for the date of December 7?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='December 7';",1-23286112-7 What's the number of the game in which Carlos Boozer (8) did the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""game"" FROM ""game_log"" WHERE ""high_rebounds""='Carlos Boozer (8)';",1-23286223-5 When was the game in which Deron Williams (13) did the high assists played?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""high_assists""='Deron Williams (13)';",1-23286223-5 How many different high rebound results are there for the game number 26?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_rebounds"") FROM ""game_log"" WHERE ""game""=26;",1-23286223-5 How many different players did the most high assists on the March 4 game?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_assists"") FROM ""game_log"" WHERE ""date""='March 4';",1-23286223-8 What was the record at the game where Deron Williams (6) did the high assists?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""high_assists""='Deron Williams (6)';",1-23286223-8 Where was the March 24 game played?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""date""='March 24';",1-23286223-8 How many players did the most high points in the game with 39-22 record?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_points"") FROM ""game_log"" WHERE ""record""='39-22';",1-23286223-8 What is the broadcast date where Jason's team is Rhod Gilbert and Shappi Khorsandi?,"CREATE TABLE ""series_8"" ( ""episode"" text, ""first_broadcast"" text, ""seans_team"" text, ""jasons_team"" text, ""scores"" text );","SELECT ""first_broadcast"" FROM ""series_8"" WHERE ""jasons_team""='Rhod Gilbert and Shappi Khorsandi';",1-23292220-8 In how many episodes did Sean's team include Jeremy Clarkson and James McQuillan?,"CREATE TABLE ""series_8"" ( ""episode"" text, ""first_broadcast"" text, ""seans_team"" text, ""jasons_team"" text, ""scores"" text );","SELECT COUNT(""episode"") FROM ""series_8"" WHERE ""seans_team""='Jeremy Clarkson and James McQuillan';",1-23292220-8 Who was on Jason's team for the 12 June 2009 episode?,"CREATE TABLE ""series_8"" ( ""episode"" text, ""first_broadcast"" text, ""seans_team"" text, ""jasons_team"" text, ""scores"" text );","SELECT ""jasons_team"" FROM ""series_8"" WHERE ""first_broadcast""='12 June 2009';",1-23292220-8 Who was on Jason's team in the episode where Sean's team was Reginald D. Hunter and Kelly Osbourne?,"CREATE TABLE ""series_8"" ( ""episode"" text, ""first_broadcast"" text, ""seans_team"" text, ""jasons_team"" text, ""scores"" text );","SELECT ""jasons_team"" FROM ""series_8"" WHERE ""seans_team""='Reginald D. Hunter and Kelly Osbourne';",1-23292220-8 "what is the record where the locaiton is tampa, fl and the opponent is louisville?","CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""irish_points"" real, ""opp_points"" real, ""record"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""location""='Tampa, FL' AND ""opponent""='Louisville';",1-23346303-3 "what is the number of opponents where the location is syracuse, ny?","CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""irish_points"" real, ""opp_points"" real, ""record"" text );","SELECT COUNT(""opponent"") FROM ""schedule"" WHERE ""location""='Syracuse, NY';",1-23346303-3 what is the record where the opponent is central connecticut?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""irish_points"" real, ""opp_points"" real, ""record"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""opponent""='Central Connecticut';",1-23346303-3 "If the channels is wxyzrstuvpq, what is the horizontal order?","CREATE TABLE ""higher_order_b_format_channels"" ( ""horizontal_order"" real, ""height_order"" real, ""soundfield_type"" text, ""number_of_channels"" real, ""channels"" text );","SELECT ""horizontal_order"" FROM ""higher_order_b_format_channels"" WHERE ""channels""='WXYZRSTUVPQ';",1-233830-1 "If the height order is 1 and the soundfield type is mixed-order, what are all the channels?","CREATE TABLE ""higher_order_b_format_channels"" ( ""horizontal_order"" real, ""height_order"" real, ""soundfield_type"" text, ""number_of_channels"" real, ""channels"" text );","SELECT ""channels"" FROM ""higher_order_b_format_channels"" WHERE ""soundfield_type""='mixed-order' AND ""height_order""=1;",1-233830-1 "If the channels is wxyzuv, what is the number of channels?","CREATE TABLE ""higher_order_b_format_channels"" ( ""horizontal_order"" real, ""height_order"" real, ""soundfield_type"" text, ""number_of_channels"" real, ""channels"" text );","SELECT ""number_of_channels"" FROM ""higher_order_b_format_channels"" WHERE ""channels""='WXYZUV';",1-233830-1 "When was the first broadcast of the episode titled ""Truth Be Told""?","CREATE TABLE ""table1_23399481_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""original_air_date"" FROM ""table1_23399481_4"" WHERE ""title""='\""Truth Be Told\""';",1-23399481-4 What are the titles of the episodes which had 1.10 million U.S. viewers?,"CREATE TABLE ""table1_23399481_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""title"" FROM ""table1_23399481_4"" WHERE ""u_s_viewers_in_millions""='1.10';",1-23399481-4 What is the name of the episodes which had 1.22 million U.S. viewers?,"CREATE TABLE ""table1_23399481_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""title"" FROM ""table1_23399481_4"" WHERE ""u_s_viewers_in_millions""='1.22';",1-23399481-4 How many millions of viewers did the episode written by Andrea Conway Kagey?,"CREATE TABLE ""table1_23399481_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""u_s_viewers_in_millions"" FROM ""table1_23399481_4"" WHERE ""written_by""='Andrea Conway Kagey';",1-23399481-4 What is the title of the episode/s written by Michael Gans & Richard Register?,"CREATE TABLE ""table1_23399481_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""title"" FROM ""table1_23399481_4"" WHERE ""written_by""='Michael Gans & Richard Register';",1-23399481-4 What is the total score when 7 is the average ranking?,"CREATE TABLE ""average_chart"" ( ""average_ranking"" real, ""competitive_finish"" real, ""couple"" text, ""number_of_dances"" real, ""total_score"" real, ""average"" text );","SELECT MAX(""total_score"") FROM ""average_chart"" WHERE ""average_ranking""=7;",1-23465011-5 Which couple has 295 as a total score?,"CREATE TABLE ""average_chart"" ( ""average_ranking"" real, ""competitive_finish"" real, ""couple"" text, ""number_of_dances"" real, ""total_score"" real, ""average"" text );","SELECT ""couple"" FROM ""average_chart"" WHERE ""total_score""=295;",1-23465011-5 What is the average for the couple anh & luda?,"CREATE TABLE ""average_chart"" ( ""average_ranking"" real, ""competitive_finish"" real, ""couple"" text, ""number_of_dances"" real, ""total_score"" real, ""average"" text );","SELECT ""average"" FROM ""average_chart"" WHERE ""couple""='Anh & Luda';",1-23465011-5 What was the largest attended game?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT MAX(""attendance"") FROM ""game_log"";",1-23486853-5 What scores happened on February 9?,"CREATE TABLE ""table1_23486853_7"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""table1_23486853_7"" WHERE ""date""='February 9';",1-23486853-7 What scores happened to be on February 9?,"CREATE TABLE ""table1_23486853_7"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""table1_23486853_7"" WHERE ""date""='February 9';",1-23486853-7 What scores happened on February 11?,"CREATE TABLE ""table1_23486853_7"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""table1_23486853_7"" WHERE ""date""='February 11';",1-23486853-7 How many directed by have 2.80 as u.s. viewers (in millions)?,"CREATE TABLE ""table1_23499946_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT COUNT(""directed_by"") FROM ""table1_23499946_1"" WHERE ""u_s_viewers_in_millions""='2.80';",1-23499946-1 What is the title when 2.50 is u.s. viewers (in millions)? ,"CREATE TABLE ""table1_23499946_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""title"" FROM ""table1_23499946_1"" WHERE ""u_s_viewers_in_millions""='2.50';",1-23499946-1 "How many u.s. viewers (in millions) have ""dare devil"" as the title?","CREATE TABLE ""table1_23499946_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""u_s_viewers_in_millions"" FROM ""table1_23499946_1"" WHERE ""title""='\""Dare Devil\""';",1-23499946-1 "What is the original air date when ""poison ivy"" is the title?","CREATE TABLE ""table1_23499946_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_in_millions"" text );","SELECT ""original_air_date"" FROM ""table1_23499946_1"" WHERE ""title""='\""Poison Ivy\""';",1-23499946-1 Name the least new points for points defending is 1200,"CREATE TABLE ""2010_wimbledon_championships"" ( ""seed"" real, ""rank"" real, ""player"" text, ""points"" real, ""points_defending"" text, ""points_won"" real, ""new_points"" real, ""status"" text );","SELECT MIN(""new_points"") FROM ""2010_wimbledon_championships"" WHERE ""points_defending""='1200';",1-23501776-16 Name the number of points defending for 1075,"CREATE TABLE ""2010_wimbledon_championships"" ( ""seed"" real, ""rank"" real, ""player"" text, ""points"" real, ""points_defending"" text, ""points_won"" real, ""new_points"" real, ""status"" text );","SELECT COUNT(""points_defending"") FROM ""2010_wimbledon_championships"" WHERE ""new_points""=1075;",1-23501776-16 Name the points won for 1230,"CREATE TABLE ""2010_wimbledon_championships"" ( ""seed"" real, ""rank"" real, ""player"" text, ""points"" real, ""points_defending"" text, ""points_won"" real, ""new_points"" real, ""status"" text );","SELECT ""points_won"" FROM ""2010_wimbledon_championships"" WHERE ""points""=1230;",1-23501776-16 Name the status for points 3185,"CREATE TABLE ""2010_wimbledon_championships"" ( ""seed"" real, ""rank"" real, ""player"" text, ""points"" real, ""points_defending"" text, ""points_won"" real, ""new_points"" real, ""status"" text );","SELECT ""status"" FROM ""2010_wimbledon_championships"" WHERE ""points""=3185;",1-23501776-16 What are the numbers for the order number 713096-713119?,"CREATE TABLE ""external_links"" ( ""order_number"" text, ""build_date"" text, ""serial_numbers"" text, ""country"" text, ""railroad"" text, ""numbers"" text, ""quantity"" real );","SELECT ""numbers"" FROM ""external_links"" WHERE ""order_number""='713096-713119';",1-2351952-1 The numbers 801-812 are in which country?,"CREATE TABLE ""external_links"" ( ""order_number"" text, ""build_date"" text, ""serial_numbers"" text, ""country"" text, ""railroad"" text, ""numbers"" text, ""quantity"" real );","SELECT ""country"" FROM ""external_links"" WHERE ""numbers""='801-812';",1-2351952-1 What country has the order number 711871-711880?,"CREATE TABLE ""external_links"" ( ""order_number"" text, ""build_date"" text, ""serial_numbers"" text, ""country"" text, ""railroad"" text, ""numbers"" text, ""quantity"" real );","SELECT ""country"" FROM ""external_links"" WHERE ""order_number""='711871-711880';",1-2351952-1 The serial numbers 713096-713119 are in which country?,"CREATE TABLE ""external_links"" ( ""order_number"" text, ""build_date"" text, ""serial_numbers"" text, ""country"" text, ""railroad"" text, ""numbers"" text, ""quantity"" real );","SELECT ""country"" FROM ""external_links"" WHERE ""serial_numbers""='713096-713119';",1-2351952-1 The order number 713726-713735 has what serial number?,"CREATE TABLE ""external_links"" ( ""order_number"" text, ""build_date"" text, ""serial_numbers"" text, ""country"" text, ""railroad"" text, ""numbers"" text, ""quantity"" real );","SELECT ""serial_numbers"" FROM ""external_links"" WHERE ""order_number""='713726-713735';",1-2351952-1 How many railroads have the numbers 864-873?,"CREATE TABLE ""external_links"" ( ""order_number"" text, ""build_date"" text, ""serial_numbers"" text, ""country"" text, ""railroad"" text, ""numbers"" text, ""quantity"" real );","SELECT COUNT(""railroad"") FROM ""external_links"" WHERE ""numbers""='864-873';",1-2351952-1 What's the name of Linroy Bottoson's victim?,"CREATE TABLE ""table1_23546266_1"" ( ""no"" real, ""executed_person"" text, ""date_of_execution"" text, ""method"" text, ""victim_s"" text, ""under_governor"" text );","SELECT ""victim_s"" FROM ""table1_23546266_1"" WHERE ""executed_person""='Linroy Bottoson';",1-23546266-1 What was the name of the couple if the number of dances is 6?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points_earned"" real, ""average"" text );","SELECT ""couple"" FROM ""average_chart"" WHERE ""number_of_dances""=6;",1-23662272-4 What is the name of the couple if the total points earned is 161?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points_earned"" real, ""average"" text );","SELECT ""couple"" FROM ""average_chart"" WHERE ""total_points_earned""=161;",1-23662272-4 What is the total points earned total number if the average is 21.3?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points_earned"" real, ""average"" text );","SELECT COUNT(""total_points_earned"") FROM ""average_chart"" WHERE ""average""='21.3';",1-23662272-4 What is the number of dances total number if the average is 22.3?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""number_of_dances"" real, ""total_points_earned"" real, ""average"" text );","SELECT COUNT(""number_of_dances"") FROM ""average_chart"" WHERE ""average""='22.3';",1-23662272-4 Name the player that is 1.85 m,"CREATE TABLE ""fiba_euro_basket_2009_squads"" ( ""no"" real, ""player"" text, ""height_m"" text, ""height_f"" text, ""position"" text, ""year_born"" real, ""current_club"" text );","SELECT ""player"" FROM ""fiba_euro_basket_2009_squads"" WHERE ""height_m""='1.85';",1-23670057-6 Name the height of demond greene,"CREATE TABLE ""fiba_euro_basket_2009_squads"" ( ""no"" real, ""player"" text, ""height_m"" text, ""height_f"" text, ""position"" text, ""year_born"" real, ""current_club"" text );","SELECT ""height_f"" FROM ""fiba_euro_basket_2009_squads"" WHERE ""player""='Demond Greene';",1-23670057-6 Name the height for the player born 1989 and height 2.11,"CREATE TABLE ""fiba_euro_basket_2009_squads"" ( ""no"" real, ""player"" text, ""height_m"" text, ""height_f"" text, ""position"" text, ""year_born"" real, ""current_club"" text );","SELECT ""height_f"" FROM ""fiba_euro_basket_2009_squads"" WHERE ""year_born""=1989 AND ""height_m""='2.11';",1-23670057-6 Name the height for the player born in 1981,"CREATE TABLE ""fiba_euro_basket_2009_squads"" ( ""no"" real, ""player"" text, ""height_m"" text, ""height_f"" text, ""position"" text, ""year_born"" real, ""current_club"" text );","SELECT ""height_m"" FROM ""fiba_euro_basket_2009_squads"" WHERE ""year_born""=1981;",1-23670057-6 Name the height for steffen hamann,"CREATE TABLE ""fiba_euro_basket_2009_squads"" ( ""no"" real, ""player"" text, ""height_m"" text, ""height_f"" text, ""position"" text, ""year_born"" real, ""current_club"" text );","SELECT ""height_f"" FROM ""fiba_euro_basket_2009_squads"" WHERE ""player""='Steffen Hamann';",1-23670057-6 "When did the episode titled ""Do you believe in magic"" run for the first time?","CREATE TABLE ""table1_23799653_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""original_air_date"" FROM ""table1_23799653_1"" WHERE ""title""='\""Do You Believe in Magic\""';",1-23799653-1 Who wrote the episode whose director is Karen Gaviola?,"CREATE TABLE ""table1_23799653_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_23799653_1"" WHERE ""directed_by""='Karen Gaviola';",1-23799653-1 When did the episode viewed by 10.50 millions of people in the US run for the first time?,"CREATE TABLE ""table1_23799653_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""original_air_date"" FROM ""table1_23799653_1"" WHERE ""u_s_viewers_millions""='10.50';",1-23799653-1 "What's the name of the episode seen by 9.63 millions of people in the US, whose director is Laura Innes?","CREATE TABLE ""table1_23799653_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""title"" FROM ""table1_23799653_1"" WHERE ""directed_by""='Laura Innes' AND ""u_s_viewers_millions""='9.63';",1-23799653-1 How many points per game have the tournament 2005 eurobasket?,"CREATE TABLE ""international_stats"" ( ""tournament"" text, ""games_played"" real, ""points_per_game"" text, ""rebounds_per_game"" text, ""assists_per_game"" text );","SELECT ""points_per_game"" FROM ""international_stats"" WHERE ""tournament""='2005 EuroBasket';",1-2387461-1 How may assists per game have 7.7 points per game?,"CREATE TABLE ""international_stats"" ( ""tournament"" text, ""games_played"" real, ""points_per_game"" text, ""rebounds_per_game"" text, ""assists_per_game"" text );","SELECT ""assists_per_game"" FROM ""international_stats"" WHERE ""points_per_game""='7.7';",1-2387461-1 How many games played have 4.7 as points per game?,"CREATE TABLE ""international_stats"" ( ""tournament"" text, ""games_played"" real, ""points_per_game"" text, ""rebounds_per_game"" text, ""assists_per_game"" text );","SELECT ""games_played"" FROM ""international_stats"" WHERE ""points_per_game""='4.7';",1-2387461-1 How many assists per game have 4.2 rebounds per game?,"CREATE TABLE ""international_stats"" ( ""tournament"" text, ""games_played"" real, ""points_per_game"" text, ""rebounds_per_game"" text, ""assists_per_game"" text );","SELECT ""assists_per_game"" FROM ""international_stats"" WHERE ""rebounds_per_game""='4.2';",1-2387461-1 How many assists per game in the tournament 2010 fiba world championship?,"CREATE TABLE ""international_stats"" ( ""tournament"" text, ""games_played"" real, ""points_per_game"" text, ""rebounds_per_game"" text, ""assists_per_game"" text );","SELECT ""assists_per_game"" FROM ""international_stats"" WHERE ""tournament""='2010 FIBA World Championship';",1-2387461-1 How many games played have 4.7 points per game?,"CREATE TABLE ""international_stats"" ( ""tournament"" text, ""games_played"" real, ""points_per_game"" text, ""rebounds_per_game"" text, ""assists_per_game"" text );","SELECT COUNT(""games_played"") FROM ""international_stats"" WHERE ""points_per_game""='4.7';",1-2387461-1 What was the average finish the year Bodine finished 3rd?,"CREATE TABLE ""nascar_nationwide_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""avg_finish"" FROM ""nascar_nationwide_series"" WHERE ""position""='3rd';",1-2387790-2 What position did he finish in 1987?,"CREATE TABLE ""nascar_nationwide_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""position"" FROM ""nascar_nationwide_series"" WHERE ""year""=1987;",1-2387790-2 What team was Bodine in when he had an average finish of 8.3?,"CREATE TABLE ""nascar_nationwide_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT ""team_s"" FROM ""nascar_nationwide_series"" WHERE ""avg_finish""='8.3';",1-2387790-2 How many years did he have an average finish of 11.7?,"CREATE TABLE ""nascar_nationwide_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT COUNT(""avg_start"") FROM ""nascar_nationwide_series"" WHERE ""avg_finish""='11.7';",1-2387790-2 What is the least value for week?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""final_score"" text, ""attendance"" real, ""record"" text );","SELECT MIN(""week"") FROM ""schedule"";",1-23916462-3 How many values for attendance on the date of September 5?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""final_score"" text, ""attendance"" real, ""record"" text );","SELECT COUNT(""attendance"") FROM ""schedule"" WHERE ""date""='September 5';",1-23916462-3 How many dates for the week of 4?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""final_score"" text, ""attendance"" real, ""record"" text );","SELECT COUNT(""date"") FROM ""schedule"" WHERE ""week""=4;",1-23916462-3 How many values for attendance on the date of August 26?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""final_score"" text, ""attendance"" real, ""record"" text );","SELECT COUNT(""attendance"") FROM ""schedule"" WHERE ""date""='August 26';",1-23916462-3 what is the total 07-08 gp/jgp 2nd with the name mao asada,"CREATE TABLE ""ladies"" ( ""rank"" real, ""ws_points"" real, ""name"" text, ""country"" text, ""08_09_i_o_best"" real, ""08_09_gp_jgp_best"" real, ""08_09_gp_jgp_2nd"" real, ""08_09_oi_best"" real, ""08_09_oi_2nd"" real, ""07_08_i_o_best"" real, ""07_08_gp_jgp_best"" real, ""07_08_gp_jgp_2nd"" real, ""07_08_oi_best"" real, ""07_08_oi_2nd"" real );","SELECT ""07_08_gp_jgp_2nd"" FROM ""ladies"" WHERE ""name""='Mao Asada';",1-23938357-5 08-09 gp/jgp 2nd is 213 and ws points will be what maximum,"CREATE TABLE ""ladies"" ( ""rank"" real, ""ws_points"" real, ""name"" text, ""country"" text, ""08_09_i_o_best"" real, ""08_09_gp_jgp_best"" real, ""08_09_gp_jgp_2nd"" real, ""08_09_oi_best"" real, ""08_09_oi_2nd"" real, ""07_08_i_o_best"" real, ""07_08_gp_jgp_best"" real, ""07_08_gp_jgp_2nd"" real, ""07_08_oi_best"" real, ""07_08_oi_2nd"" real );","SELECT MAX(""ws_points"") FROM ""ladies"" WHERE ""08_09_gp_jgp_2nd""=213;",1-23938357-5 Name the owners 2009 for south side indianapolis,"CREATE TABLE ""coal_fired"" ( ""name"" text, ""location"" text, ""act_units"" real, ""stacks"" text, ""in_service_dates"" text, ""unit_capacity_2009"" text, ""nameplate_capacity_2009_mw"" text, ""owner_type"" text, ""owner_s_2009"" text );","SELECT ""owner_s_2009"" FROM ""coal_fired"" WHERE ""location""='South Side Indianapolis';",1-23958917-1 Name the stacks for 1 1969 2 1995,"CREATE TABLE ""coal_fired"" ( ""name"" text, ""location"" text, ""act_units"" real, ""stacks"" text, ""in_service_dates"" text, ""unit_capacity_2009"" text, ""nameplate_capacity_2009_mw"" text, ""owner_type"" text, ""owner_s_2009"" text );","SELECT ""stacks"" FROM ""coal_fired"" WHERE ""in_service_dates""='1 1969 2 1995';",1-23958917-1 Name the number of stacks for 1 & 2 235 mw 3 & 4 88.2 mw,"CREATE TABLE ""coal_fired"" ( ""name"" text, ""location"" text, ""act_units"" real, ""stacks"" text, ""in_service_dates"" text, ""unit_capacity_2009"" text, ""nameplate_capacity_2009_mw"" text, ""owner_type"" text, ""owner_s_2009"" text );","SELECT COUNT(""stacks"") FROM ""coal_fired"" WHERE ""unit_capacity_2009""='1 & 2 235 MW 3 & 4 88.2 MW';",1-23958917-1 Name the number for service dates for hoosier energy for petersburg,"CREATE TABLE ""coal_fired"" ( ""name"" text, ""location"" text, ""act_units"" real, ""stacks"" text, ""in_service_dates"" text, ""unit_capacity_2009"" text, ""nameplate_capacity_2009_mw"" text, ""owner_type"" text, ""owner_s_2009"" text );","SELECT COUNT(""in_service_dates"") FROM ""coal_fired"" WHERE ""owner_s_2009""='Hoosier Energy' AND ""location""='Petersburg';",1-23958917-1 What frequency does model L34xx use?,"CREATE TABLE ""supported_processors"" ( ""code_name"" text, ""brand_name"" text, ""model_list"" text, ""frequency"" text, ""cores_threads"" text, ""max_memory_speed"" text );","SELECT ""frequency"" FROM ""supported_processors"" WHERE ""model_list""='L34xx';",1-24018112-1 What brand is model G6xxx?,"CREATE TABLE ""supported_processors"" ( ""code_name"" text, ""brand_name"" text, ""model_list"" text, ""frequency"" text, ""cores_threads"" text, ""max_memory_speed"" text );","SELECT ""brand_name"" FROM ""supported_processors"" WHERE ""model_list""='G6xxx';",1-24018112-1 What is the maximum memory speed for frequencies between 2.93-3.2ghz?,"CREATE TABLE ""supported_processors"" ( ""code_name"" text, ""brand_name"" text, ""model_list"" text, ""frequency"" text, ""cores_threads"" text, ""max_memory_speed"" text );","SELECT ""max_memory_speed"" FROM ""supported_processors"" WHERE ""frequency""='2.93-3.2GHz';",1-24018112-1 What brand is model I7-8xx?,"CREATE TABLE ""supported_processors"" ( ""code_name"" text, ""brand_name"" text, ""model_list"" text, ""frequency"" text, ""cores_threads"" text, ""max_memory_speed"" text );","SELECT ""brand_name"" FROM ""supported_processors"" WHERE ""model_list""='i7-8xx';",1-24018112-1 List the number of cores for ddr3-1333 with frequencies between 2.66-2.8ghz.,"CREATE TABLE ""supported_processors"" ( ""code_name"" text, ""brand_name"" text, ""model_list"" text, ""frequency"" text, ""cores_threads"" text, ""max_memory_speed"" text );","SELECT ""cores_threads"" FROM ""supported_processors"" WHERE ""max_memory_speed""='DDR3-1333' AND ""frequency""='2.66-2.8GHz';",1-24018112-1 What frequency does the Pentium processor use?,"CREATE TABLE ""supported_processors"" ( ""code_name"" text, ""brand_name"" text, ""model_list"" text, ""frequency"" text, ""cores_threads"" text, ""max_memory_speed"" text );","SELECT ""frequency"" FROM ""supported_processors"" WHERE ""brand_name""='Pentium';",1-24018112-1 How many different counts of the votes for Bush are there in the county where he got 69.7% of the votes?,"CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT COUNT(""bushnum"") FROM ""by_county"" WHERE ""bushpct""='69.7%';",1-2401326-1 What percentage of the votes in Oneida did Kerry win?,"CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT ""kerrypct"" FROM ""by_county"" WHERE ""county""='Oneida';",1-2401326-1 What percentage of the people in Bonneville voted for Bush?,"CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT ""bushpct"" FROM ""by_county"" WHERE ""county""='Bonneville';",1-2401326-1 What percentage of the votes were for others in the county where 462 people voted that way?,"CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT ""otherspct"" FROM ""by_county"" WHERE ""othersnum""=462;",1-2401326-1 What's percentage voted for Busg in the county where Kerry got 37.6%?,"CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT ""bushpct"" FROM ""by_county"" WHERE ""kerrypct""='37.6%';",1-2401326-1 How many people voted for Kerry in the county where 8 voted for others?,"CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT MIN(""kerrynum"") FROM ""by_county"" WHERE ""othersnum""=8;",1-2401326-1 "When 3:38:45 is 3:34:14 what is the date on May 11th, 2008?","CREATE TABLE ""records"" ( ""world_record"" text, ""denis_nizhegorodov_rus"" text, ""3_34_14"" text, ""cheboksary_russia"" text, ""11_may_2008"" text );","SELECT ""11_may_2008"" FROM ""records"" WHERE ""3_34_14""='3:38:45';",1-24059973-3 When north american record is the world record who is the denis nizhegorodov ( rus )?,"CREATE TABLE ""records"" ( ""world_record"" text, ""denis_nizhegorodov_rus"" text, ""3_34_14"" text, ""cheboksary_russia"" text, ""11_may_2008"" text );","SELECT ""denis_nizhegorodov_rus"" FROM ""records"" WHERE ""world_record""='North American record';",1-24059973-3 "When 3:41:20 is 3:34:14 what is cheboksary , russia?","CREATE TABLE ""records"" ( ""world_record"" text, ""denis_nizhegorodov_rus"" text, ""3_34_14"" text, ""cheboksary_russia"" text, ""11_may_2008"" text );","SELECT ""cheboksary_russia"" FROM ""records"" WHERE ""3_34_14""='3:41:20';",1-24059973-3 How many incoming managers were there after Roy Hodgson left the position for the Fulham team?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""table"" text, ""incoming_manager"" text, ""date_of_appointment"" text );","SELECT COUNT(""incoming_manager"") FROM ""managerial_changes"" WHERE ""outgoing_manager""='Roy Hodgson' AND ""team""='Fulham';",1-24172157-3 What is the table for the team Blackburn Rovers?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""table"" text, ""incoming_manager"" text, ""date_of_appointment"" text );","SELECT ""table"" FROM ""managerial_changes"" WHERE ""team""='Blackburn Rovers';",1-24172157-3 What was the date of appointment for incoming manager Roy Hodgson and the team is Liverpool?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""table"" text, ""incoming_manager"" text, ""date_of_appointment"" text );","SELECT ""date_of_appointment"" FROM ""managerial_changes"" WHERE ""team""='Liverpool' AND ""incoming_manager""='Roy Hodgson';",1-24172157-3 What team has an incoming manager named Kenny Dalglish?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""table"" text, ""incoming_manager"" text, ""date_of_appointment"" text );","SELECT ""team"" FROM ""managerial_changes"" WHERE ""incoming_manager""='Kenny Dalglish';",1-24172157-3 What is the date of vacancy for the Liverpool team with a table named pre-season?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""table"" text, ""incoming_manager"" text, ""date_of_appointment"" text );","SELECT ""date_of_vacancy"" FROM ""managerial_changes"" WHERE ""table""='Pre-season' AND ""team""='Liverpool';",1-24172157-3 When steve mcclaren is the replacer what is the manner of departure?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""position_in_table"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""manner_of_departure"" FROM ""managerial_changes"" WHERE ""replaced_by""='Steve McClaren';",1-24162080-3 When 1. fc köln is the team what is the date of appointment?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""position_in_table"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""date_of_appointment"" FROM ""managerial_changes"" WHERE ""team""='1. FC Köln';",1-24162080-3 When 1999 is the year how many tournaments are there?,"CREATE TABLE ""major_tournaments_hosted"" ( ""year"" real, ""tournament"" text, ""winner"" text, ""margin_of_victory"" text, ""winners_share"" real, ""par"" real, ""course_length"" text );","SELECT COUNT(""tournament"") FROM ""major_tournaments_hosted"" WHERE ""year""=1999;",1-2417741-1 When cary middlecoff is the winner how many pars are there?,"CREATE TABLE ""major_tournaments_hosted"" ( ""year"" real, ""tournament"" text, ""winner"" text, ""margin_of_victory"" text, ""winners_share"" real, ""par"" real, ""course_length"" text );","SELECT COUNT(""par"") FROM ""major_tournaments_hosted"" WHERE ""winner""='Cary Middlecoff';",1-2417741-1 When hale irwin is the winner what is the margin of victory?,"CREATE TABLE ""major_tournaments_hosted"" ( ""year"" real, ""tournament"" text, ""winner"" text, ""margin_of_victory"" text, ""winners_share"" real, ""par"" real, ""course_length"" text );","SELECT ""margin_of_victory"" FROM ""major_tournaments_hosted"" WHERE ""winner""='Hale Irwin';",1-2417741-1 When gary player is the winner what is the lowest winners share in dollars?,"CREATE TABLE ""major_tournaments_hosted"" ( ""year"" real, ""tournament"" text, ""winner"" text, ""margin_of_victory"" text, ""winners_share"" real, ""par"" real, ""course_length"" text );","SELECT MIN(""winners_share"") FROM ""major_tournaments_hosted"" WHERE ""winner""='Gary Player';",1-2417741-1 "How many entries are there for founded when the location was springfield, ohio?","CREATE TABLE ""former_members"" ( ""institution"" text, ""location"" text, ""team_name"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""year_joined"" real );","SELECT COUNT(""founded"") FROM ""former_members"" WHERE ""location""='Springfield, Ohio';",1-24195232-1 What was the location for the team name of patriots?,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location"" text, ""team_name"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""year_joined"" real );","SELECT ""location"" FROM ""former_members"" WHERE ""team_name""='Patriots';",1-24195232-1 What is the location when founded was 1957?,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location"" text, ""team_name"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""year_joined"" real );","SELECT ""location"" FROM ""former_members"" WHERE ""founded""=1957;",1-24195232-1 What is the affiliation when the institution was ohio christian university?,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location"" text, ""team_name"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""year_joined"" real );","SELECT ""affiliation"" FROM ""former_members"" WHERE ""institution""='Ohio Christian University';",1-24195232-1 "What is the institution that was located is circleville, ohio?","CREATE TABLE ""former_members"" ( ""institution"" text, ""location"" text, ""team_name"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""year_joined"" real );","SELECT ""institution"" FROM ""former_members"" WHERE ""location""='Circleville, Ohio';",1-24195232-1 What is the location for the team name of eagles?,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location"" text, ""team_name"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""year_joined"" real );","SELECT ""location"" FROM ""former_members"" WHERE ""team_name""='Eagles';",1-24195232-1 When did the episode that had 5.09 million total viewers (both Live and SD types) first air?,"CREATE TABLE ""united_states"" ( ""episode_number_production_number"" text, ""title"" text, ""original_airdate"" text, ""rating_share_in_households"" text, ""18_49_rating_live_sd_live_7"" text, ""share"" text, ""live_sd_total_viewers"" text, ""live_7_day_dvr_total_viewers"" text );","SELECT ""original_airdate"" FROM ""united_states"" WHERE ""live_sd_total_viewers""='5.09 million';",1-24222929-3 How many total viewers (combined Live and SD) watched the episode with a share of 8?,"CREATE TABLE ""united_states"" ( ""episode_number_production_number"" text, ""title"" text, ""original_airdate"" text, ""rating_share_in_households"" text, ""18_49_rating_live_sd_live_7"" text, ""share"" text, ""live_sd_total_viewers"" text, ""live_7_day_dvr_total_viewers"" text );","SELECT ""live_7_day_dvr_total_viewers"" FROM ""united_states"" WHERE ""share""='8';",1-24222929-3 When did the fourth episode of the season (4 1-04) first air?,"CREATE TABLE ""united_states"" ( ""episode_number_production_number"" text, ""title"" text, ""original_airdate"" text, ""rating_share_in_households"" text, ""18_49_rating_live_sd_live_7"" text, ""share"" text, ""live_sd_total_viewers"" text, ""live_7_day_dvr_total_viewers"" text );","SELECT ""original_airdate"" FROM ""united_states"" WHERE ""episode_number_production_number""='4 1-04';",1-24222929-3 "What are the ""18–49 Rating Live+SD"" ratings and ""Live+7"" ratings, respectively, for the episode that originally aired on October 14, 2009?","CREATE TABLE ""united_states"" ( ""episode_number_production_number"" text, ""title"" text, ""original_airdate"" text, ""rating_share_in_households"" text, ""18_49_rating_live_sd_live_7"" text, ""share"" text, ""live_sd_total_viewers"" text, ""live_7_day_dvr_total_viewers"" text );","SELECT ""18_49_rating_live_sd_live_7"" FROM ""united_states"" WHERE ""original_airdate""='October 14, 2009';",1-24222929-3 When did the episode that had 3.69 million total viewers (Live and SD types combined) first air?,"CREATE TABLE ""united_states"" ( ""episode_number_production_number"" text, ""title"" text, ""original_airdate"" text, ""rating_share_in_households"" text, ""18_49_rating_live_sd_live_7"" text, ""share"" text, ""live_sd_total_viewers"" text, ""live_7_day_dvr_total_viewers"" text );","SELECT ""original_airdate"" FROM ""united_states"" WHERE ""live_sd_total_viewers""='3.69 million';",1-24222929-3 Who was the leading actor in the film with a supporting actor named Cecil Kellaway?,"CREATE TABLE ""table_of_winners_and_nominees"" ( ""year"" real, ""oscars"" text, ""noms"" real, ""wins"" real, ""film"" text, ""leading_actor"" text, ""leading_actress"" text, ""supporting_actor"" text, ""supporting_actress"" text );","SELECT ""leading_actor"" FROM ""table_of_winners_and_nominees"" WHERE ""supporting_actor""='Cecil Kellaway';",1-24225238-1 "Who was the supporting actress in ""For Whom the Bell Tolls""?","CREATE TABLE ""table_of_winners_and_nominees"" ( ""year"" real, ""oscars"" text, ""noms"" real, ""wins"" real, ""film"" text, ""leading_actor"" text, ""leading_actress"" text, ""supporting_actor"" text, ""supporting_actress"" text );","SELECT ""supporting_actress"" FROM ""table_of_winners_and_nominees"" WHERE ""film""='For Whom the Bell Tolls';",1-24225238-1 Who was the supporting actress in a film with Diane Keaton as the leading actress?,"CREATE TABLE ""table_of_winners_and_nominees"" ( ""year"" real, ""oscars"" text, ""noms"" real, ""wins"" real, ""film"" text, ""leading_actor"" text, ""leading_actress"" text, ""supporting_actor"" text, ""supporting_actress"" text );","SELECT ""supporting_actress"" FROM ""table_of_winners_and_nominees"" WHERE ""leading_actress""='Diane Keaton';",1-24225238-1 Who was the leading actress in a film with Warren Beatty as the leading actor and also at the 40th Oscars?,"CREATE TABLE ""table_of_winners_and_nominees"" ( ""year"" real, ""oscars"" text, ""noms"" real, ""wins"" real, ""film"" text, ""leading_actor"" text, ""leading_actress"" text, ""supporting_actor"" text, ""supporting_actress"" text );","SELECT ""leading_actress"" FROM ""table_of_winners_and_nominees"" WHERE ""leading_actor""='Warren Beatty' AND ""oscars""='40th';",1-24225238-1 Which film had Charles Bickford as supporting actor?,"CREATE TABLE ""table_of_winners_and_nominees"" ( ""year"" real, ""oscars"" text, ""noms"" real, ""wins"" real, ""film"" text, ""leading_actor"" text, ""leading_actress"" text, ""supporting_actor"" text, ""supporting_actress"" text );","SELECT ""film"" FROM ""table_of_winners_and_nominees"" WHERE ""supporting_actor""='Charles Bickford';",1-24225238-1 Who was the supporting actress in 1943?,"CREATE TABLE ""table_of_winners_and_nominees"" ( ""year"" real, ""oscars"" text, ""noms"" real, ""wins"" real, ""film"" text, ""leading_actor"" text, ""leading_actress"" text, ""supporting_actor"" text, ""supporting_actress"" text );","SELECT ""supporting_actress"" FROM ""table_of_winners_and_nominees"" WHERE ""year""=1943;",1-24225238-1 How many episodes aired in Sydney in Week 3?,"CREATE TABLE ""weekly_ratings"" ( ""week"" real, ""sydney"" real, ""melbourne"" real, ""brisbane"" real, ""adelaide"" real, ""perth"" real, ""total"" real, ""weekly_rank"" real );","SELECT COUNT(""sydney"") FROM ""weekly_ratings"" WHERE ""week""=3;",1-24291077-4 How many viewers were there in Sydney for the episode when there were 334000 in Melbourne?,"CREATE TABLE ""weekly_ratings"" ( ""week"" real, ""sydney"" real, ""melbourne"" real, ""brisbane"" real, ""adelaide"" real, ""perth"" real, ""total"" real, ""weekly_rank"" real );","SELECT ""sydney"" FROM ""weekly_ratings"" WHERE ""melbourne""=334000;",1-24291077-4 How many Adelaide viewers were there in Week 5?,"CREATE TABLE ""weekly_ratings"" ( ""week"" real, ""sydney"" real, ""melbourne"" real, ""brisbane"" real, ""adelaide"" real, ""perth"" real, ""total"" real, ""weekly_rank"" real );","SELECT ""adelaide"" FROM ""weekly_ratings"" WHERE ""week""=5;",1-24291077-4 What is the highest number of Brisbane viewers?,"CREATE TABLE ""weekly_ratings"" ( ""week"" real, ""sydney"" real, ""melbourne"" real, ""brisbane"" real, ""adelaide"" real, ""perth"" real, ""total"" real, ""weekly_rank"" real );","SELECT MAX(""brisbane"") FROM ""weekly_ratings"";",1-24291077-4 What was the rating in Brisbane the week it was 276000 in Melbourne? ,"CREATE TABLE ""weekly_ratings"" ( ""week"" real, ""sydney"" real, ""melbourne"" real, ""brisbane"" real, ""adelaide"" real, ""perth"" real, ""total"" real, ""nightly_rank"" real );","SELECT MAX(""brisbane"") FROM ""weekly_ratings"" WHERE ""melbourne""=276000;",1-24291077-8 What was the total rating on week 3? ,"CREATE TABLE ""weekly_ratings"" ( ""week"" real, ""sydney"" real, ""melbourne"" real, ""brisbane"" real, ""adelaide"" real, ""perth"" real, ""total"" real, ""nightly_rank"" real );","SELECT ""total"" FROM ""weekly_ratings"" WHERE ""week""=3;",1-24291077-8 What was the rating for Brisbane the week that Adelaide had 94000?,"CREATE TABLE ""weekly_ratings"" ( ""week"" real, ""sydney"" real, ""melbourne"" real, ""brisbane"" real, ""adelaide"" real, ""perth"" real, ""total"" real, ""nightly_rank"" real );","SELECT MIN(""brisbane"") FROM ""weekly_ratings"" WHERE ""adelaide""=94000;",1-24291077-8 How many millions of people in the US watched when Kevin Bray was director?,"CREATE TABLE ""table1_24319661_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text );","SELECT ""u_s_viewers_million"" FROM ""table1_24319661_3"" WHERE ""directed_by""='Kevin Bray';",1-24319661-3 "How many millions of people in the US watched the ""Company Man"" episode?","CREATE TABLE ""table1_24319661_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text );","SELECT ""u_s_viewers_million"" FROM ""table1_24319661_3"" WHERE ""title""='\""Company Man\""';",1-24319661-3 How many episodes in the season had 3.81 million US viewers?,"CREATE TABLE ""table1_24319661_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text );","SELECT COUNT(""no_in_season"") FROM ""table1_24319661_3"" WHERE ""u_s_viewers_million""='3.81';",1-24319661-3 "Who directed the episode ""Point Blank""?","CREATE TABLE ""table1_24319661_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""original_air_date"" text );","SELECT ""directed_by"" FROM ""table1_24319661_3"" WHERE ""title""='\""Point Blank\""';",1-24319661-3 What is the maximum folded value of the team whose stadium is Fraser Field?,"CREATE TABLE ""former_teams"" ( ""team"" text, ""city"" text, ""stadium"" text, ""capacity"" real, ""founded"" real, ""folded"" real, ""history"" text );","SELECT MAX(""folded"") FROM ""former_teams"" WHERE ""stadium""='Fraser Field';",1-24334261-1 What is the maximum founded year of the Worcester Tornadoes?,"CREATE TABLE ""former_teams"" ( ""team"" text, ""city"" text, ""stadium"" text, ""capacity"" real, ""founded"" real, ""folded"" real, ""history"" text );","SELECT MAX(""founded"") FROM ""former_teams"" WHERE ""team""='Worcester Tornadoes';",1-24334261-1 How many viewers were there for airdate is 22 october 2009?,"CREATE TABLE ""series_1"" ( ""episode_no"" real, ""airdate"" text, ""viewers"" real, ""bbc_three_weekly_ranking"" text, ""cable_rank"" text );","SELECT MAX(""viewers"") FROM ""series_1"" WHERE ""airdate""='22 October 2009';",1-24399615-3 What is the cable rank for episode no. 4?,"CREATE TABLE ""series_1"" ( ""episode_no"" real, ""airdate"" text, ""viewers"" real, ""bbc_three_weekly_ranking"" text, ""cable_rank"" text );","SELECT ""cable_rank"" FROM ""series_1"" WHERE ""episode_no""=4;",1-24399615-3 Where where the bbc three weekly ranking for episode no. 5?,"CREATE TABLE ""series_1"" ( ""episode_no"" real, ""airdate"" text, ""viewers"" real, ""bbc_three_weekly_ranking"" text, ""cable_rank"" text );","SELECT ""bbc_three_weekly_ranking"" FROM ""series_1"" WHERE ""episode_no""=5;",1-24399615-3 What is the cable rank for bbc three weekly ranking of n/a?,"CREATE TABLE ""series_1"" ( ""episode_no"" real, ""airdate"" text, ""viewers"" real, ""bbc_three_weekly_ranking"" text, ""cable_rank"" text );","SELECT ""cable_rank"" FROM ""series_1"" WHERE ""bbc_three_weekly_ranking""='N/A';",1-24399615-3 What is the cable rank for the airdate of 10 december 2009?,"CREATE TABLE ""series_1"" ( ""episode_no"" real, ""airdate"" text, ""viewers"" real, ""bbc_three_weekly_ranking"" text, ""cable_rank"" text );","SELECT ""cable_rank"" FROM ""series_1"" WHERE ""airdate""='10 December 2009';",1-24399615-3 How many entries are shown for viewers when the airdate was 26 november 2009?,"CREATE TABLE ""series_1"" ( ""episode_no"" real, ""airdate"" text, ""viewers"" real, ""bbc_three_weekly_ranking"" text, ""cable_rank"" text );","SELECT COUNT(""viewers"") FROM ""series_1"" WHERE ""airdate""='26 November 2009';",1-24399615-3 What is the difficulty of the athens circuit?,"CREATE TABLE ""circuits_i_phone_and_i_pod_touch"" ( ""circuit"" text, ""difficulty"" text, ""turns"" real, ""direction"" text, ""setting"" text, ""conditions"" text, ""unlock_order"" real, ""unlocks"" text, ""unlocked_by"" text );","SELECT ""difficulty"" FROM ""circuits_i_phone_and_i_pod_touch"" WHERE ""circuit""='Athens';",1-24463470-1 How many instances is paris the unlock?,"CREATE TABLE ""circuits_i_phone_and_i_pod_touch"" ( ""circuit"" text, ""difficulty"" text, ""turns"" real, ""direction"" text, ""setting"" text, ""conditions"" text, ""unlock_order"" real, ""unlocks"" text, ""unlocked_by"" text );","SELECT COUNT(""unlock_order"") FROM ""circuits_i_phone_and_i_pod_touch"" WHERE ""unlocks""='Paris';",1-24463470-1 How many instances is the unlocked n/a?,"CREATE TABLE ""circuits_i_phone_and_i_pod_touch"" ( ""circuit"" text, ""difficulty"" text, ""turns"" real, ""direction"" text, ""setting"" text, ""conditions"" text, ""unlock_order"" real, ""unlocks"" text, ""unlocked_by"" text );","SELECT COUNT(""setting"") FROM ""circuits_i_phone_and_i_pod_touch"" WHERE ""unlocked_by""='N/A';",1-24463470-1 What is the lowest unlock order for the athens circuit?,"CREATE TABLE ""circuits_i_phone_and_i_pod_touch"" ( ""circuit"" text, ""difficulty"" text, ""turns"" real, ""direction"" text, ""setting"" text, ""conditions"" text, ""unlock_order"" real, ""unlocks"" text, ""unlocked_by"" text );","SELECT MIN(""unlock_order"") FROM ""circuits_i_phone_and_i_pod_touch"" WHERE ""circuit""='Athens';",1-24463470-1 What is the setting for the hard difficulty?,"CREATE TABLE ""circuits_i_phone_and_i_pod_touch"" ( ""circuit"" text, ""difficulty"" text, ""turns"" real, ""direction"" text, ""setting"" text, ""conditions"" text, ""unlock_order"" real, ""unlocks"" text, ""unlocked_by"" text );","SELECT ""setting"" FROM ""circuits_i_phone_and_i_pod_touch"" WHERE ""difficulty""='Hard';",1-24463470-1 What are the conditions for the athens circuit?,"CREATE TABLE ""circuits_i_phone_and_i_pod_touch"" ( ""circuit"" text, ""difficulty"" text, ""turns"" real, ""direction"" text, ""setting"" text, ""conditions"" text, ""unlock_order"" real, ""unlocks"" text, ""unlocked_by"" text );","SELECT ""conditions"" FROM ""circuits_i_phone_and_i_pod_touch"" WHERE ""circuit""='Athens';",1-24463470-1 What team was he on when he finished in 11th position?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT ""team"" FROM ""career_summary"" WHERE ""position""='11th';",1-24491017-1 How many f/laps when he finished 8th?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT MAX(""f_laps"") FROM ""career_summary"" WHERE ""position""='8th';",1-24491017-1 What team was he on when he had 10 f/laps?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT ""team"" FROM ""career_summary"" WHERE ""f_laps""=10;",1-24491017-1 How many podiums when he was in the british f3 national class series?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT COUNT(""podiums"") FROM ""career_summary"" WHERE ""series""='British F3 National Class';",1-24491017-1 Name the last title for cuenca,"CREATE TABLE ""clubs"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""first_season_in_the_serie_a"" real, ""first_season_in_current_spell"" real, ""last_title"" text );","SELECT ""last_title"" FROM ""clubs"" WHERE ""home_city""='Cuenca';",1-2454589-1 Name the first season in the series for 2006,"CREATE TABLE ""clubs"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""first_season_in_the_serie_a"" real, ""first_season_in_current_spell"" real, ""last_title"" text );","SELECT ""first_season_in_the_serie_a"" FROM ""clubs"" WHERE ""last_title""='2006';",1-2454589-1 Name the last title for 2012,"CREATE TABLE ""clubs"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""first_season_in_the_serie_a"" real, ""first_season_in_current_spell"" real, ""last_title"" text );","SELECT ""last_title"" FROM ""clubs"" WHERE ""first_season_in_current_spell""=2012;",1-2454589-1 Name the club for quevedo,"CREATE TABLE ""clubs"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""first_season_in_the_serie_a"" real, ""first_season_in_current_spell"" real, ""last_title"" text );","SELECT ""club"" FROM ""clubs"" WHERE ""home_city""='Quevedo';",1-2454589-1 Name the most for first season in the serie a for 7 de octubre,"CREATE TABLE ""clubs"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""first_season_in_the_serie_a"" real, ""first_season_in_current_spell"" real, ""last_title"" text );","SELECT MAX(""first_season_in_the_serie_a"") FROM ""clubs"" WHERE ""stadium""='7 de Octubre';",1-2454589-1 How many games had less than 7 goals scored?,"CREATE TABLE ""n"" ( ""name"" text, ""position"" text, ""period"" text, ""appearances"" real, ""goals"" real, ""nationality"" text );","SELECT COUNT(""appearances"") FROM ""n"" WHERE ""goals""=7;",1-24565004-15 List the player that scored 4 times.,"CREATE TABLE ""n"" ( ""name"" text, ""position"" text, ""period"" text, ""appearances"" real, ""goals"" real, ""nationality"" text );","SELECT ""name"" FROM ""n"" WHERE ""goals""=4;",1-24565004-15 How many players are from the country of Brazil?,"CREATE TABLE ""n"" ( ""name"" text, ""position"" text, ""period"" text, ""appearances"" real, ""goals"" real, ""nationality"" text );","SELECT COUNT(""position"") FROM ""n"" WHERE ""nationality""='Brazil';",1-24565004-15 List the number of active years for attaquant.,"CREATE TABLE ""n"" ( ""name"" text, ""position"" text, ""period"" text, ""appearances"" real, ""goals"" real, ""nationality"" text );","SELECT ""period"" FROM ""n"" WHERE ""position""='Attaquant';",1-24565004-15 "What was the season when mls regular season was 6th, east (9-11-10)?","CREATE TABLE ""table1_245695_2"" ( ""season"" real, ""mls_regular_season"" text, ""mls_cup_playoffs"" text, ""lamar_hunt_u_s_open_cup"" text, ""concacaf_champions_cup_concacaf_champions_league"" text );","SELECT ""season"" FROM ""table1_245695_2"" WHERE ""mls_regular_season""='6th, East (9-11-10)';",1-245695-2 What was the mls cup playoffs when concacaf champions cup / concacaf champions league was quarter-finals (09-10)?,"CREATE TABLE ""table1_245695_2"" ( ""season"" real, ""mls_regular_season"" text, ""mls_cup_playoffs"" text, ""lamar_hunt_u_s_open_cup"" text, ""concacaf_champions_cup_concacaf_champions_league"" text );","SELECT ""mls_cup_playoffs"" FROM ""table1_245695_2"" WHERE ""concacaf_champions_cup_concacaf_champions_league""='Quarter-Finals (09-10)';",1-245695-2 "How many mls cup playoffs where there for the mls regular season is 1st, east* (13-7-10)?","CREATE TABLE ""table1_245695_2"" ( ""season"" real, ""mls_regular_season"" text, ""mls_cup_playoffs"" text, ""lamar_hunt_u_s_open_cup"" text, ""concacaf_champions_cup_concacaf_champions_league"" text );","SELECT COUNT(""mls_cup_playoffs"") FROM ""table1_245695_2"" WHERE ""mls_regular_season""='1st, East* (13-7-10)';",1-245695-2 "What was the lamar hunt u.s. open cup when concacaf champions cup / concacaf champions league was did not qualify and mls regular season was 4th, central (11-16-5)?","CREATE TABLE ""table1_245695_2"" ( ""season"" real, ""mls_regular_season"" text, ""mls_cup_playoffs"" text, ""lamar_hunt_u_s_open_cup"" text, ""concacaf_champions_cup_concacaf_champions_league"" text );","SELECT ""lamar_hunt_u_s_open_cup"" FROM ""table1_245695_2"" WHERE ""concacaf_champions_cup_concacaf_champions_league""='Did not qualify' AND ""mls_regular_season""='4th, Central (11-16-5)';",1-245695-2 "How many entries are there for season where mls regular season was 5th, east (10-12-8)?","CREATE TABLE ""table1_245695_2"" ( ""season"" real, ""mls_regular_season"" text, ""mls_cup_playoffs"" text, ""lamar_hunt_u_s_open_cup"" text, ""concacaf_champions_cup_concacaf_champions_league"" text );","SELECT COUNT(""season"") FROM ""table1_245695_2"" WHERE ""mls_regular_season""='5th, East (10-12-8)';",1-245695-2 "What was the mls cup playoffs when the mls regular season was 4th, central (11-16-5)?","CREATE TABLE ""table1_245695_2"" ( ""season"" real, ""mls_regular_season"" text, ""mls_cup_playoffs"" text, ""lamar_hunt_u_s_open_cup"" text, ""concacaf_champions_cup_concacaf_champions_league"" text );","SELECT ""mls_cup_playoffs"" FROM ""table1_245695_2"" WHERE ""mls_regular_season""='4th, Central (11-16-5)';",1-245695-2 What is the series minimum if the season number is 2.08?,"CREATE TABLE ""table1_24639086_3"" ( ""series_num"" real, ""season_num"" text, ""episode"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT MIN(""series_num"") FROM ""table1_24639086_3"" WHERE ""season_num""='2.08';",1-24639086-3 What is the amount of viewers if the series number is 14?,"CREATE TABLE ""table1_24639086_3"" ( ""series_num"" real, ""season_num"" text, ""episode"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""viewers_in_millions"" FROM ""table1_24639086_3"" WHERE ""series_num""=14;",1-24639086-3 "If the amount of viewers is 2.48 million, what is the original air date?","CREATE TABLE ""table1_24639086_3"" ( ""series_num"" real, ""season_num"" text, ""episode"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""original_air_date"" FROM ""table1_24639086_3"" WHERE ""viewers_in_millions""='2.48';",1-24639086-3 "If the season number is 2.08, who was the episode written by?","CREATE TABLE ""table1_24639086_3"" ( ""series_num"" real, ""season_num"" text, ""episode"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""written_by"" FROM ""table1_24639086_3"" WHERE ""season_num""='2.08';",1-24639086-3 What is the maximum money list rank for Matt Hansen?,"CREATE TABLE ""2006_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT MAX(""money_list_rank"") FROM ""2006_results"" WHERE ""player""='Matt Hansen';",1-24747844-2 What is the minimum money list rank for the players having a best finish of T9?,"CREATE TABLE ""2006_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT MIN(""money_list_rank"") FROM ""2006_results"" WHERE ""best_finish""='T9';",1-24747844-2 What is the minimum number of starts for the players having a best finish of T18?,"CREATE TABLE ""2006_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT MIN(""starts"") FROM ""2006_results"" WHERE ""best_finish""='T18';",1-24747844-2 What is the minimum number of cuts made for Hunter Mahan?,"CREATE TABLE ""2006_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT MIN(""cuts_made"") FROM ""2006_results"" WHERE ""player""='Hunter Mahan';",1-24747844-2 What was the profession of the celebrity who was featured on season 15 and finished 7th place?,"CREATE TABLE ""table1_24775967_1"" ( ""season"" real, ""celebrity"" text, ""notability_profession"" text, ""professional_partner"" text, ""finish"" text );","SELECT ""notability_profession"" FROM ""table1_24775967_1"" WHERE ""season""=15 AND ""finish""='7th';",1-24775967-1 When winner is the outcome what is the score?,"CREATE TABLE ""doubles_7_2_5"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""score"" FROM ""doubles_7_2_5"" WHERE ""outcome""='Winner';",1-24901152-2 When us open (2) is the championship what is the surface?,"CREATE TABLE ""doubles_7_2_5"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""surface"" FROM ""doubles_7_2_5"" WHERE ""championship""='US Open (2)';",1-24901152-2 When Australian open is the championship what is the lowest year?,"CREATE TABLE ""doubles_7_2_5"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT MIN(""year"") FROM ""doubles_7_2_5"" WHERE ""championship""='Australian Open';",1-24901152-2 When alicia molik is the partner what is the outcome?,"CREATE TABLE ""doubles_7_2_5"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""outcome"" FROM ""doubles_7_2_5"" WHERE ""partner""='Alicia Molik';",1-24901152-2 When did they win 7 races?,"CREATE TABLE ""by_name"" ( ""name"" text, ""nation"" text, ""seasons"" text, ""championship_titles"" text, ""races_starts"" text, ""poles"" real, ""wins"" real, ""podiums"" real, ""fastest_laps"" real, ""points_dropped_points"" text );","SELECT ""seasons"" FROM ""by_name"" WHERE ""wins""=7;",1-24937583-1 What were the starts when the points dropped 18?,"CREATE TABLE ""by_name"" ( ""name"" text, ""nation"" text, ""seasons"" text, ""championship_titles"" text, ""races_starts"" text, ""poles"" real, ""wins"" real, ""podiums"" real, ""fastest_laps"" real, ""points_dropped_points"" text );","SELECT ""races_starts"" FROM ""by_name"" WHERE ""points_dropped_points""='18';",1-24937583-1 What is the minimum amount of poles?,"CREATE TABLE ""by_name"" ( ""name"" text, ""nation"" text, ""seasons"" text, ""championship_titles"" text, ""races_starts"" text, ""poles"" real, ""wins"" real, ""podiums"" real, ""fastest_laps"" real, ""points_dropped_points"" text );","SELECT MIN(""poles"") FROM ""by_name"";",1-24937583-1 What was the least amount of wins?,"CREATE TABLE ""by_name"" ( ""name"" text, ""nation"" text, ""seasons"" text, ""championship_titles"" text, ""races_starts"" text, ""poles"" real, ""wins"" real, ""podiums"" real, ""fastest_laps"" real, ""points_dropped_points"" text );","SELECT MIN(""wins"") FROM ""by_name"";",1-24937583-1 How many values for fab(nm) if the model number is Whistler LP?,"CREATE TABLE ""table1_25005714_3"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" text, ""bus_interface"" text, ""memory_mi_b"" text, ""core_clock_m_hz"" text, ""memory_clock_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type"" text, ""bus_width_bit"" text, ""direct_x"" text, ""open_gl"" text, ""processing_power_gflo_ps"" text, ""tdp_watts_gpu_only"" text, ""features"" text );","SELECT COUNT(""fab_nm"") FROM ""table1_25005714_3"" WHERE ""model_number""='Whistler LP';",1-25005714-3 What is the value for congi core 1 if the code name is Redwood and core clock(mhz) is 500?,"CREATE TABLE ""table1_25005714_3"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" text, ""bus_interface"" text, ""memory_mi_b"" text, ""core_clock_m_hz"" text, ""memory_clock_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type"" text, ""bus_width_bit"" text, ""direct_x"" text, ""open_gl"" text, ""processing_power_gflo_ps"" text, ""tdp_watts_gpu_only"" text, ""features"" text );","SELECT ""config_core_1"" FROM ""table1_25005714_3"" WHERE ""code_name""='Redwood' AND ""core_clock_m_hz""='500';",1-25005714-3 What is every bus type for the texture of fillrate?,"CREATE TABLE ""table1_25005714_3"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" text, ""bus_interface"" text, ""memory_mi_b"" text, ""core_clock_m_hz"" text, ""memory_clock_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type"" text, ""bus_width_bit"" text, ""direct_x"" text, ""open_gl"" text, ""processing_power_gflo_ps"" text, ""tdp_watts_gpu_only"" text, ""features"" text );","SELECT ""bus_type"" FROM ""table1_25005714_3"" WHERE ""texture_gt_s""='Fillrate';",1-25005714-3 How many values for bus width have a bandwidth of 25.6 and model number of Granville Pro?,"CREATE TABLE ""table1_25005714_3"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" text, ""bus_interface"" text, ""memory_mi_b"" text, ""core_clock_m_hz"" text, ""memory_clock_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type"" text, ""bus_width_bit"" text, ""direct_x"" text, ""open_gl"" text, ""processing_power_gflo_ps"" text, ""tdp_watts_gpu_only"" text, ""features"" text );","SELECT COUNT(""bus_width_bit"") FROM ""table1_25005714_3"" WHERE ""bandwidth_gb_s""='25.6' AND ""model_number""='Granville Pro';",1-25005714-3 What is every code name for the model Radeon HD 6650m?,"CREATE TABLE ""table1_25005714_3"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" text, ""bus_interface"" text, ""memory_mi_b"" text, ""core_clock_m_hz"" text, ""memory_clock_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type"" text, ""bus_width_bit"" text, ""direct_x"" text, ""open_gl"" text, ""processing_power_gflo_ps"" text, ""tdp_watts_gpu_only"" text, ""features"" text );","SELECT ""code_name"" FROM ""table1_25005714_3"" WHERE ""model""='Radeon HD 6650M';",1-25005714-3 What place is there a change of -19.3?,"CREATE TABLE ""settlements"" ( ""name"" text, ""municipal_district"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" text, ""land_area_km"" text, ""population_density_per_km_2"" text );","SELECT COUNT(""name"") FROM ""settlements"" WHERE ""change_pct""='-19.3';",1-2500440-1 What is the density per km in Smoky Lake County?,"CREATE TABLE ""settlements"" ( ""name"" text, ""municipal_district"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" text, ""land_area_km"" text, ""population_density_per_km_2"" text );","SELECT ""population_density_per_km_2"" FROM ""settlements"" WHERE ""municipal_district""='Smoky Lake County';",1-2500440-1 What is the population per km in Smoky Lake County?,"CREATE TABLE ""settlements"" ( ""name"" text, ""municipal_district"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" text, ""land_area_km"" text, ""population_density_per_km_2"" text );","SELECT ""population_density_per_km_2"" FROM ""settlements"" WHERE ""municipal_district""='Smoky Lake County';",1-2500440-1 What is the population per km2 in Fishing Lake?,"CREATE TABLE ""settlements"" ( ""name"" text, ""municipal_district"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" text, ""land_area_km"" text, ""population_density_per_km_2"" text );","SELECT ""population_density_per_km_2"" FROM ""settlements"" WHERE ""name""='Fishing Lake';",1-2500440-1 What is the population density in Buffalo Lake?,"CREATE TABLE ""settlements"" ( ""name"" text, ""municipal_district"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" text, ""land_area_km"" text, ""population_density_per_km_2"" text );","SELECT ""population_density_per_km_2"" FROM ""settlements"" WHERE ""name""='Buffalo Lake';",1-2500440-1 How many years was lynn muscarella the high school principal and charlie wiltse the superintendent?,"CREATE TABLE ""administration"" ( ""year"" text, ""superintendent"" text, ""middlesex_principal"" text, ""gorham_principal"" text, ""middle_school_principal"" text, ""high_school_principal"" text );","SELECT COUNT(""year"") FROM ""administration"" WHERE ""high_school_principal""='Lynn Muscarella' AND ""superintendent""='Charlie Wiltse';",1-25037577-1 "Who were the superintendent(s) when the middle school principal was alan degroote, the gorham principal was paul lahue, and the year was 2006-2007?","CREATE TABLE ""administration"" ( ""year"" text, ""superintendent"" text, ""middlesex_principal"" text, ""gorham_principal"" text, ""middle_school_principal"" text, ""high_school_principal"" text );","SELECT ""superintendent"" FROM ""administration"" WHERE ""middle_school_principal""='Alan Degroote' AND ""gorham_principal""='Paul Lahue' AND ""year""='2006-2007';",1-25037577-1 Who was the gorham principal in 2010-2011?,"CREATE TABLE ""administration"" ( ""year"" text, ""superintendent"" text, ""middlesex_principal"" text, ""gorham_principal"" text, ""middle_school_principal"" text, ""high_school_principal"" text );","SELECT ""gorham_principal"" FROM ""administration"" WHERE ""year""='2010-2011';",1-25037577-1 How many middlesex principals were there in 2000-2001?,"CREATE TABLE ""administration"" ( ""year"" text, ""superintendent"" text, ""middlesex_principal"" text, ""gorham_principal"" text, ""middle_school_principal"" text, ""high_school_principal"" text );","SELECT COUNT(""middlesex_principal"") FROM ""administration"" WHERE ""year""='2000-2001';",1-25037577-1 How many high school principals were there in 2000-2001?,"CREATE TABLE ""administration"" ( ""year"" text, ""superintendent"" text, ""middlesex_principal"" text, ""gorham_principal"" text, ""middle_school_principal"" text, ""high_school_principal"" text );","SELECT ""high_school_principal"" FROM ""administration"" WHERE ""year""='2000-2001';",1-25037577-1 Who were the middle school principal(s) in 2010-2011?,"CREATE TABLE ""administration"" ( ""year"" text, ""superintendent"" text, ""middlesex_principal"" text, ""gorham_principal"" text, ""middle_school_principal"" text, ""high_school_principal"" text );","SELECT ""middle_school_principal"" FROM ""administration"" WHERE ""year""='2010-2011';",1-25037577-1 "When Mark Cavendish wins sprint classification and Maarten Tjallingii wins most courageous, who wins youth classification?","CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""youth_classification"" text, ""mountains_classification"" text, ""sprint_classification"" text, ""most_courageous"" text, ""team_classification"" text );","SELECT ""youth_classification"" FROM ""classification_leadership"" WHERE ""sprint_classification""='Mark Cavendish' AND ""most_courageous""='Maarten Tjallingii';",1-25055040-22 Who won the mountains classification when Maarten Tjallingii won most corageous?,"CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""youth_classification"" text, ""mountains_classification"" text, ""sprint_classification"" text, ""most_courageous"" text, ""team_classification"" text );","SELECT ""mountains_classification"" FROM ""classification_leadership"" WHERE ""most_courageous""='Maarten Tjallingii';",1-25055040-22 "When Brett Lancaster won the general classification, who won the team calssification?","CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""youth_classification"" text, ""mountains_classification"" text, ""sprint_classification"" text, ""most_courageous"" text, ""team_classification"" text );","SELECT ""team_classification"" FROM ""classification_leadership"" WHERE ""general_classification""='Brett Lancaster';",1-25055040-22 "When Peter Sagan won the youth classification and Thomas Rabou won the most corageous, who won the sprint classification?","CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""youth_classification"" text, ""mountains_classification"" text, ""sprint_classification"" text, ""most_courageous"" text, ""team_classification"" text );","SELECT ""sprint_classification"" FROM ""classification_leadership"" WHERE ""youth_classification""='Peter Sagan' AND ""most_courageous""='Thomas Rabou';",1-25055040-22 "When Yaroslav Popovych won most corageous, who won the mountains classification?","CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""youth_classification"" text, ""mountains_classification"" text, ""sprint_classification"" text, ""most_courageous"" text, ""team_classification"" text );","SELECT ""mountains_classification"" FROM ""classification_leadership"" WHERE ""most_courageous""='Yaroslav Popovych';",1-25055040-22 "When Ryan Anderson won the mountains classification, and Michael Rogers won the general classification, who won the sprint classification?","CREATE TABLE ""classification_leadership"" ( ""stage"" real, ""winner"" text, ""general_classification"" text, ""youth_classification"" text, ""mountains_classification"" text, ""sprint_classification"" text, ""most_courageous"" text, ""team_classification"" text );","SELECT ""sprint_classification"" FROM ""classification_leadership"" WHERE ""mountains_classification""='Ryan Anderson' AND ""general_classification""='Michael Rogers';",1-25055040-22 "What the rank in the top 10 when the winnings were $1,741,176?","CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" text, ""avg_finish"" text, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT MIN(""top_10"") FROM ""nascar_sprint_cup_series"" WHERE ""winnings""='$1,741,176';",1-2506300-1 "When the gdp (ppp, in billions of current international dollars) is 7.93, what is the maximum ppp gdp per emissions (in international dollars per ton)?","CREATE TABLE ""table1_2508175_1"" ( ""country"" text, ""annual_co2_emissions_in_thousands_of_metric_tons"" real, ""gdp_current_in_billions_of_us_dollars"" text, ""gdp_per_emissions_in_us_dollars_per_ton"" real, ""gdp_ppp_in_billions_of_current_international_dollars"" text, ""ppp_gdp_per_emissions_in_international_dollars_per_ton"" real );","SELECT MAX(""ppp_gdp_per_emissions_in_international_dollars_per_ton"") FROM ""table1_2508175_1"" WHERE ""gdp_ppp_in_billions_of_current_international_dollars""='7.93';",1-2508175-1 "when the gdp per emissions (in us dollars per ton) is 3903, what is the maximum annual co2 emissions (in thousands of metric tons)?","CREATE TABLE ""table1_2508175_1"" ( ""country"" text, ""annual_co2_emissions_in_thousands_of_metric_tons"" real, ""gdp_current_in_billions_of_us_dollars"" text, ""gdp_per_emissions_in_us_dollars_per_ton"" real, ""gdp_ppp_in_billions_of_current_international_dollars"" text, ""ppp_gdp_per_emissions_in_international_dollars_per_ton"" real );","SELECT MAX(""annual_co2_emissions_in_thousands_of_metric_tons"") FROM ""table1_2508175_1"" WHERE ""gdp_per_emissions_in_us_dollars_per_ton""=3903;",1-2508175-1 "when the annual co2 emissions (in thousands of metric tons) is 1811, what is the country?","CREATE TABLE ""table1_2508175_1"" ( ""country"" text, ""annual_co2_emissions_in_thousands_of_metric_tons"" real, ""gdp_current_in_billions_of_us_dollars"" text, ""gdp_per_emissions_in_us_dollars_per_ton"" real, ""gdp_ppp_in_billions_of_current_international_dollars"" text, ""ppp_gdp_per_emissions_in_international_dollars_per_ton"" real );","SELECT ""country"" FROM ""table1_2508175_1"" WHERE ""annual_co2_emissions_in_thousands_of_metric_tons""=1811;",1-2508175-1 "when the gdp (current, in billions of us dollars) is 162.50, what is the GDP?","CREATE TABLE ""table1_2508175_1"" ( ""country"" text, ""annual_co2_emissions_in_thousands_of_metric_tons"" real, ""gdp_current_in_billions_of_us_dollars"" text, ""gdp_per_emissions_in_us_dollars_per_ton"" real, ""gdp_ppp_in_billions_of_current_international_dollars"" text, ""ppp_gdp_per_emissions_in_international_dollars_per_ton"" real );","SELECT MAX(""gdp_per_emissions_in_us_dollars_per_ton"") FROM ""table1_2508175_1"" WHERE ""gdp_current_in_billions_of_us_dollars""='162.50';",1-2508175-1 What pick number did the buffalo bills get?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""pick_num"" FROM ""round_five"" WHERE ""nfl_team""='Buffalo Bills';",1-2508633-5 What was bruce baldwin's pick #?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""pick_num"" FROM ""round_five"" WHERE ""player""='Bruce Baldwin';",1-2508633-5 What is the highest pick number the los angeles raiders got?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""round_five"" WHERE ""nfl_team""='Los Angeles Raiders';",1-2508633-5 Which player did the green bay packers pick?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""round_five"" WHERE ""nfl_team""='Green Bay Packers';",1-2508633-5 How many players did the philadelphia eagles pick?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT COUNT(""position"") FROM ""round_five"" WHERE ""nfl_team""='Philadelphia Eagles';",1-2508633-5 Mame the reg season for 2001,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT ""reg_season"" FROM ""year_by_year"" WHERE ""year""=2001;",1-2511876-1 Name the league for 2003,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT ""league"" FROM ""year_by_year"" WHERE ""year""=2003;",1-2511876-1 Name the number of playoffs for 3rd round,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT COUNT(""playoffs"") FROM ""year_by_year"" WHERE ""open_cup""='3rd Round';",1-2511876-1 Name the total number of years for usisl pro league,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT COUNT(""year"") FROM ""year_by_year"" WHERE ""league""='USISL Pro League';",1-2511876-1 Name the playoffs for usisl select league,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT ""playoffs"" FROM ""year_by_year"" WHERE ""league""='USISL Select League';",1-2511876-1 What position did the driver earn 31 points?,"CREATE TABLE ""notes"" ( ""position"" real, ""driver"" text, ""points"" real, ""winnings"" text, ""series"" text );","SELECT ""position"" FROM ""notes"" WHERE ""points""=31;",1-25146455-1 In what series did Bobby Labonte drive?,"CREATE TABLE ""notes"" ( ""position"" real, ""driver"" text, ""points"" real, ""winnings"" text, ""series"" text );","SELECT ""series"" FROM ""notes"" WHERE ""driver""='Bobby Labonte';",1-25146455-1 "In what position was the driver who won $60,000?","CREATE TABLE ""notes"" ( ""position"" real, ""driver"" text, ""points"" real, ""winnings"" text, ""series"" text );","SELECT MIN(""position"") FROM ""notes"" WHERE ""winnings""='$60,000';",1-25146455-1 "In what position was the driver who won $60,000?","CREATE TABLE ""notes"" ( ""position"" real, ""driver"" text, ""points"" real, ""winnings"" text, ""series"" text );","SELECT MIN(""position"") FROM ""notes"" WHERE ""winnings""='$60,000';",1-25146455-1 How much did Jeff Burton win?,"CREATE TABLE ""notes"" ( ""position"" real, ""driver"" text, ""points"" real, ""winnings"" text, ""series"" text );","SELECT ""winnings"" FROM ""notes"" WHERE ""driver""='Jeff Burton';",1-25146455-1 How much did Kenny Brack win?,"CREATE TABLE ""notes"" ( ""position"" real, ""driver"" text, ""points"" real, ""winnings"" text, ""series"" text );","SELECT ""winnings"" FROM ""notes"" WHERE ""driver""='Kenny Brack';",1-25146455-1 what is the special edition for the english version of james baskett?,"CREATE TABLE ""table1_25173505_13"" ( ""character"" text, ""english_version"" text, ""laserdisc_edition"" text, ""buena_vista_edition"" text, ""special_edition"" text );","SELECT ""special_edition"" FROM ""table1_25173505_13"" WHERE ""english_version""='James Baskett';",1-25173505-13 what is the special edition where the english version is nick stewart?,"CREATE TABLE ""table1_25173505_13"" ( ""character"" text, ""english_version"" text, ""laserdisc_edition"" text, ""buena_vista_edition"" text, ""special_edition"" text );","SELECT ""special_edition"" FROM ""table1_25173505_13"" WHERE ""english_version""='Nick Stewart';",1-25173505-13 what is the english version that is buena vista edition is daisuke gouri?,"CREATE TABLE ""table1_25173505_13"" ( ""character"" text, ""english_version"" text, ""laserdisc_edition"" text, ""buena_vista_edition"" text, ""special_edition"" text );","SELECT ""english_version"" FROM ""table1_25173505_13"" WHERE ""buena_vista_edition""='Daisuke Gouri';",1-25173505-13 who is the character where the special edition is koichi sakaguchi?,"CREATE TABLE ""table1_25173505_13"" ( ""character"" text, ""english_version"" text, ""laserdisc_edition"" text, ""buena_vista_edition"" text, ""special_edition"" text );","SELECT ""character"" FROM ""table1_25173505_13"" WHERE ""special_edition""='Koichi Sakaguchi';",1-25173505-13 who is the buena vista edidtion where special edition is koichi sakaguchi?,"CREATE TABLE ""table1_25173505_13"" ( ""character"" text, ""english_version"" text, ""laserdisc_edition"" text, ""buena_vista_edition"" text, ""special_edition"" text );","SELECT ""buena_vista_edition"" FROM ""table1_25173505_13"" WHERE ""special_edition""='Koichi Sakaguchi';",1-25173505-13 How many contestants were there when the runner-up was Monique Evans?,"CREATE TABLE ""seasons"" ( ""season"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""contestants"" real );","SELECT MAX(""contestants"") FROM ""seasons"" WHERE ""runner_up""='Monique Evans';",1-25214321-1 How many contestants were there when the runner-up was Sérgio Abreu? ,"CREATE TABLE ""seasons"" ( ""season"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""contestants"" real );","SELECT MAX(""contestants"") FROM ""seasons"" WHERE ""runner_up""='Sérgio Abreu';",1-25214321-1 In what season was the winner Dado Dolabella?,"CREATE TABLE ""seasons"" ( ""season"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""contestants"" real );","SELECT MAX(""season"") FROM ""seasons"" WHERE ""winner""='Dado Dolabella';",1-25214321-1 Who was the winner when Mateus Rocha finished in 3rd place? ,"CREATE TABLE ""seasons"" ( ""season"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""contestants"" real );","SELECT ""winner"" FROM ""seasons"" WHERE ""third_place""='Mateus Rocha';",1-25214321-1 In what season did Raquel Pacheco finish in third place?,"CREATE TABLE ""seasons"" ( ""season"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""contestants"" real );","SELECT ""season"" FROM ""seasons"" WHERE ""third_place""='Raquel Pacheco';",1-25214321-1 Who finished in third place when the winner was Karina Bacchi? ,"CREATE TABLE ""seasons"" ( ""season"" real, ""winner"" text, ""runner_up"" text, ""third_place"" text, ""contestants"" real );","SELECT ""third_place"" FROM ""seasons"" WHERE ""winner""='Karina Bacchi';",1-25214321-1 List the branding name for channel tv-62.,"CREATE TABLE ""tv_stations"" ( ""branding"" text, ""callsign"" text, ""channel"" text, ""power_k_w"" text, ""coverage"" text );","SELECT ""branding"" FROM ""tv_stations"" WHERE ""channel""='TV-62';",1-2523809-1 Which area did estrella tv 62 provide coverage for?,"CREATE TABLE ""tv_stations"" ( ""branding"" text, ""callsign"" text, ""channel"" text, ""power_k_w"" text, ""coverage"" text );","SELECT ""coverage"" FROM ""tv_stations"" WHERE ""branding""='Estrella TV 62';",1-2523809-1 List the power output for Phoenix. ,"CREATE TABLE ""tv_stations"" ( ""branding"" text, ""callsign"" text, ""channel"" text, ""power_k_w"" text, ""coverage"" text );","SELECT ""power_k_w"" FROM ""tv_stations"" WHERE ""coverage""='Phoenix';",1-2523809-1 List the branding for krca-tv.,"CREATE TABLE ""tv_stations"" ( ""branding"" text, ""callsign"" text, ""channel"" text, ""power_k_w"" text, ""coverage"" text );","SELECT ""branding"" FROM ""tv_stations"" WHERE ""callsign""='KRCA-TV';",1-2523809-1 What's the power output for channel tv-29?,"CREATE TABLE ""tv_stations"" ( ""branding"" text, ""callsign"" text, ""channel"" text, ""power_k_w"" text, ""coverage"" text );","SELECT ""power_k_w"" FROM ""tv_stations"" WHERE ""channel""='TV-29';",1-2523809-1 Which city did kpnz-tv provide coverage for?,"CREATE TABLE ""tv_stations"" ( ""branding"" text, ""callsign"" text, ""channel"" text, ""power_k_w"" text, ""coverage"" text );","SELECT ""coverage"" FROM ""tv_stations"" WHERE ""callsign""='KPNZ-TV';",1-2523809-1 What is the maximum renewable energy (gw×h) for the state of Delaware?,"CREATE TABLE ""table1_25244412_1"" ( ""rank"" real, ""rank_w_o_hydropower"" real, ""state"" text, ""pct_renewable"" text, ""pct_renewable_w_o_hydro"" text, ""renewable_electricity_gw_h"" real, ""renewable_electricity_w_o_hydro_gw_h"" real, ""total_electricity_gw_h"" real );","SELECT MAX(""renewable_electricity_gw_h"") FROM ""table1_25244412_1"" WHERE ""state""='Delaware';",1-25244412-1 Which state has 5179 (gw×h) of renewable energy without hydrogen power?wha,"CREATE TABLE ""table1_25244412_1"" ( ""rank"" real, ""rank_w_o_hydropower"" real, ""state"" text, ""pct_renewable"" text, ""pct_renewable_w_o_hydro"" text, ""renewable_electricity_gw_h"" real, ""renewable_electricity_w_o_hydro_gw_h"" real, ""total_electricity_gw_h"" real );","SELECT ""state"" FROM ""table1_25244412_1"" WHERE ""renewable_electricity_w_o_hydro_gw_h""=5179;",1-25244412-1 When renewable electricity is 5760 (gw×h) what is the minimum amount of renewable elecrrixity without hydrogen power?,"CREATE TABLE ""table1_25244412_1"" ( ""rank"" real, ""rank_w_o_hydropower"" real, ""state"" text, ""pct_renewable"" text, ""pct_renewable_w_o_hydro"" text, ""renewable_electricity_gw_h"" real, ""renewable_electricity_w_o_hydro_gw_h"" real, ""total_electricity_gw_h"" real );","SELECT MIN(""renewable_electricity_w_o_hydro_gw_h"") FROM ""table1_25244412_1"" WHERE ""renewable_electricity_gw_h""=5760;",1-25244412-1 What is the amount of renewable electricity without hydrogen power when the percentage of renewable energy is 83.4?,"CREATE TABLE ""table1_25244412_1"" ( ""rank"" real, ""rank_w_o_hydropower"" real, ""state"" text, ""pct_renewable"" text, ""pct_renewable_w_o_hydro"" text, ""renewable_electricity_gw_h"" real, ""renewable_electricity_w_o_hydro_gw_h"" real, ""total_electricity_gw_h"" real );","SELECT ""renewable_electricity_w_o_hydro_gw_h"" FROM ""table1_25244412_1"" WHERE ""pct_renewable""='83.4';",1-25244412-1 Which states have renewable electricity equal to 9667 (gw×h)?,"CREATE TABLE ""table1_25244412_1"" ( ""rank"" real, ""rank_w_o_hydropower"" real, ""state"" text, ""pct_renewable"" text, ""pct_renewable_w_o_hydro"" text, ""renewable_electricity_gw_h"" real, ""renewable_electricity_w_o_hydro_gw_h"" real, ""total_electricity_gw_h"" real );","SELECT ""state"" FROM ""table1_25244412_1"" WHERE ""renewable_electricity_gw_h""=9667;",1-25244412-1 What is the percentage of renewable electricity without hydrogen power in the state of South Dakota?,"CREATE TABLE ""table1_25244412_1"" ( ""rank"" real, ""rank_w_o_hydropower"" real, ""state"" text, ""pct_renewable"" text, ""pct_renewable_w_o_hydro"" text, ""renewable_electricity_gw_h"" real, ""renewable_electricity_w_o_hydro_gw_h"" real, ""total_electricity_gw_h"" real );","SELECT ""pct_renewable_w_o_hydro"" FROM ""table1_25244412_1"" WHERE ""state""='South Dakota';",1-25244412-1 "What is shown for august 21-22 when november 3 is november 3, 1994?","CREATE TABLE ""table1_25252080_3"" ( ""june_10_11"" text, ""march_27_29"" text, ""january_15_16"" text, ""november_3"" text, ""august_21_22"" text );","SELECT ""august_21_22"" FROM ""table1_25252080_3"" WHERE ""november_3""='November 3, 1994';",1-25252080-3 What is the number for march 27-29 whern november 3 is 153?,"CREATE TABLE ""table1_25252080_3"" ( ""june_10_11"" text, ""march_27_29"" text, ""january_15_16"" text, ""november_3"" text, ""august_21_22"" text );","SELECT ""march_27_29"" FROM ""table1_25252080_3"" WHERE ""november_3""='153';",1-25252080-3 What number is shown for january 15-16 when november 3 is 133?,"CREATE TABLE ""table1_25252080_3"" ( ""june_10_11"" text, ""march_27_29"" text, ""january_15_16"" text, ""november_3"" text, ""august_21_22"" text );","SELECT ""january_15_16"" FROM ""table1_25252080_3"" WHERE ""november_3""='133';",1-25252080-3 "What is shown for november 3 when june 10-11 is june 10, 1964?","CREATE TABLE ""table1_25252080_3"" ( ""june_10_11"" text, ""march_27_29"" text, ""january_15_16"" text, ""november_3"" text, ""august_21_22"" text );","SELECT ""november_3"" FROM ""table1_25252080_3"" WHERE ""june_10_11""='June 10, 1964';",1-25252080-3 november 3 where march 27-29 is 149?,"CREATE TABLE ""table1_25252080_3"" ( ""june_10_11"" text, ""march_27_29"" text, ""january_15_16"" text, ""november_3"" text, ""august_21_22"" text );","SELECT ""november_3"" FROM ""table1_25252080_3"" WHERE ""march_27_29""='149';",1-25252080-3 What number is shown for november 3 where january 15-16 is 151?,"CREATE TABLE ""table1_25252080_3"" ( ""june_10_11"" text, ""march_27_29"" text, ""january_15_16"" text, ""november_3"" text, ""august_21_22"" text );","SELECT ""november_3"" FROM ""table1_25252080_3"" WHERE ""january_15_16""='151';",1-25252080-3 "What year were outputs is 2x pro bias, rca loop out and notes is vacuum tube released?","CREATE TABLE ""table1_25276250_3"" ( ""driver_unit_model_no"" text, ""release_year"" real, ""output_voltage_rms"" text, ""inputs"" text, ""outputs"" text, ""notes"" text );","SELECT ""release_year"" FROM ""table1_25276250_3"" WHERE ""outputs""='2x Pro Bias, RCA Loop Out' AND ""notes""='Vacuum tube';",1-25276250-3 "How many outputs are there for solid state, battery operated for portable use listed in notes?","CREATE TABLE ""table1_25276250_3"" ( ""driver_unit_model_no"" text, ""release_year"" real, ""output_voltage_rms"" text, ""inputs"" text, ""outputs"" text, ""notes"" text );","SELECT COUNT(""outputs"") FROM ""table1_25276250_3"" WHERE ""notes""='Solid state, battery operated for portable use';",1-25276250-3 Who sang for the movie Amar Deep?,"CREATE TABLE ""list_of_songs"" ( ""song"" text, ""singer"" text, ""co_singers"" text, ""music_director"" text, ""lyricist"" text, ""co_stars"" text, ""movie_album"" text, ""year"" real, ""additional_info"" text );","SELECT ""singer"" FROM ""list_of_songs"" WHERE ""movie_album""='Amar Deep';",1-2528382-5 What movie did Vijayalaxmi Co-star in and Shakeel Badayuni write the lyrics?,"CREATE TABLE ""list_of_songs"" ( ""song"" text, ""singer"" text, ""co_singers"" text, ""music_director"" text, ""lyricist"" text, ""co_stars"" text, ""movie_album"" text, ""year"" real, ""additional_info"" text );","SELECT ""movie_album"" FROM ""list_of_songs"" WHERE ""co_stars""='VijayaLaxmi' AND ""lyricist""='Shakeel Badayuni';",1-2528382-5 What year did Naushad Direct the Music?,"CREATE TABLE ""list_of_songs"" ( ""song"" text, ""singer"" text, ""co_singers"" text, ""music_director"" text, ""lyricist"" text, ""co_stars"" text, ""movie_album"" text, ""year"" real, ""additional_info"" text );","SELECT MAX(""year"") FROM ""list_of_songs"" WHERE ""music_director""='Naushad';",1-2528382-5 How many co-singers were there when Parveen Babi co-starred?,"CREATE TABLE ""list_of_songs"" ( ""song"" text, ""singer"" text, ""co_singers"" text, ""music_director"" text, ""lyricist"" text, ""co_stars"" text, ""movie_album"" text, ""year"" real, ""additional_info"" text );","SELECT COUNT(""co_singers"") FROM ""list_of_songs"" WHERE ""co_stars""='Parveen Babi';",1-2528382-5 What movie did Bela Bose co-star in?,"CREATE TABLE ""list_of_songs"" ( ""song"" text, ""singer"" text, ""co_singers"" text, ""music_director"" text, ""lyricist"" text, ""co_stars"" text, ""movie_album"" text, ""year"" real, ""additional_info"" text );","SELECT ""movie_album"" FROM ""list_of_songs"" WHERE ""co_stars""='Bela Bose';",1-2528382-5 Who wrote the lyrics when Jeevankala co-starred?,"CREATE TABLE ""list_of_songs"" ( ""song"" text, ""singer"" text, ""co_singers"" text, ""music_director"" text, ""lyricist"" text, ""co_stars"" text, ""movie_album"" text, ""year"" real, ""additional_info"" text );","SELECT ""lyricist"" FROM ""list_of_songs"" WHERE ""co_stars""='Jeevankala';",1-2528382-5 "When did the episode ""you gonna do that the rest of your life?"" air?","CREATE TABLE ""table1_25356350_2"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""original_air_date"" FROM ""table1_25356350_2"" WHERE ""title""='\""You Gonna Do That the Rest of Your Life?\""';",1-25356350-2 "What is the episode number of ""you gonna do that the rest of your life?""","CREATE TABLE ""table1_25356350_2"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""series_num"" FROM ""table1_25356350_2"" WHERE ""title""='\""You Gonna Do That the Rest of Your Life?\""';",1-25356350-2 "What is the original air date of ""Powerless""?","CREATE TABLE ""table1_25356350_2"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""original_air_date"" FROM ""table1_25356350_2"" WHERE ""title""='\""Powerless\""';",1-25356350-2 How many episodes are written by Lew Schneider?,"CREATE TABLE ""table1_25356350_2"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT COUNT(""series_num"") FROM ""table1_25356350_2"" WHERE ""written_by""='Lew Schneider';",1-25356350-2 What is the title of the episode written by Jack Orman?,"CREATE TABLE ""table1_25356350_2"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""title"" FROM ""table1_25356350_2"" WHERE ""written_by""='Jack Orman';",1-25356350-2 How many viewers (in millions) did episode 1 have?,"CREATE TABLE ""table1_25356350_2"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""viewers_in_millions"" text );","SELECT ""viewers_in_millions"" FROM ""table1_25356350_2"" WHERE ""series_num""=1;",1-25356350-2 How many games played catagories are there for Lauren McGee? ,"CREATE TABLE ""offensive_stats"" ( ""number"" real, ""name"" text, ""games_played"" real, ""games_started"" real, ""goals"" real, ""assists"" real, ""points"" real, ""shots"" real );","SELECT COUNT(""games_played"") FROM ""offensive_stats"" WHERE ""name""='Lauren McGee';",1-25401874-1 How many numbers belong to the player with 10 assists? ,"CREATE TABLE ""offensive_stats"" ( ""number"" real, ""name"" text, ""games_played"" real, ""games_started"" real, ""goals"" real, ""assists"" real, ""points"" real, ""shots"" real );","SELECT COUNT(""number"") FROM ""offensive_stats"" WHERE ""assists""=10;",1-25401874-1 How many names are listed for the player with 50 points?,"CREATE TABLE ""offensive_stats"" ( ""number"" real, ""name"" text, ""games_played"" real, ""games_started"" real, ""goals"" real, ""assists"" real, ""points"" real, ""shots"" real );","SELECT COUNT(""name"") FROM ""offensive_stats"" WHERE ""points""=50;",1-25401874-1 "What type of school is in swarthmore, pennsylvania?","CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" real, ""nickname"" text, ""us_news_ranking_2014_for_liberal_arts"" text, ""football"" text );","SELECT ""type"" FROM ""current_members"" WHERE ""location""='Swarthmore, Pennsylvania';",1-254776-1 When was Dickinson College founded?,"CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" real, ""nickname"" text, ""us_news_ranking_2014_for_liberal_arts"" text, ""football"" text );","SELECT ""founded"" FROM ""current_members"" WHERE ""institution""='Dickinson College';",1-254776-1 How many F.L. are listed for Formula Three Euroseries?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_l"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT COUNT(""f_l"") FROM ""career_summary"" WHERE ""series""='Formula Three Euroseries';",1-25548630-1 What are the most poles listed?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_l"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT MAX(""poles"") FROM ""career_summary"";",1-25548630-1 What is the least amount of podiums?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_l"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT MIN(""podiums"") FROM ""career_summary"";",1-25548630-1 How many points does Marussia Manor Racing have?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_l"" real, ""podiums"" real, ""points"" real, ""position"" text );","SELECT COUNT(""points"") FROM ""career_summary"" WHERE ""team""='Marussia Manor Racing';",1-25548630-1 What are all the vicinity (km²) where profits magnificence (2007) is 2nd,"CREATE TABLE ""subdivisions"" ( ""city_municipality"" text, ""no_of_s_barangay"" real, ""district"" real, ""area_km"" text, ""population_2010"" real, ""income_class_2007"" text, ""zip_code"" real, ""mayor"" text );","SELECT ""area_km"" FROM ""subdivisions"" WHERE ""income_class_2007""='2nd';",1-255812-1 What are all the profits elegance (2007) in which mayor is ma. Ester a. Hamor,"CREATE TABLE ""subdivisions"" ( ""city_municipality"" text, ""no_of_s_barangay"" real, ""district"" real, ""area_km"" text, ""population_2010"" real, ""income_class_2007"" text, ""zip_code"" real, ""mayor"" text );","SELECT ""income_class_2007"" FROM ""subdivisions"" WHERE ""mayor""='Ma. Ester A. Hamor';",1-255812-1 What is the total quantity of populace (2010) where location (km²) is 134.51,"CREATE TABLE ""subdivisions"" ( ""city_municipality"" text, ""no_of_s_barangay"" real, ""district"" real, ""area_km"" text, ""population_2010"" real, ""income_class_2007"" text, ""zip_code"" real, ""mayor"" text );","SELECT COUNT(""population_2010"") FROM ""subdivisions"" WHERE ""area_km""='134.51';",1-255812-1 What are all the metropolis / municipality where mayor is helen c. De castro,"CREATE TABLE ""subdivisions"" ( ""city_municipality"" text, ""no_of_s_barangay"" real, ""district"" real, ""area_km"" text, ""population_2010"" real, ""income_class_2007"" text, ""zip_code"" real, ""mayor"" text );","SELECT ""city_municipality"" FROM ""subdivisions"" WHERE ""mayor""='Helen C. De Castro';",1-255812-1 Which racing boat had a corrected time of 4:14:11:23?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""yacht"" FROM ""handicap_results_top_10"" WHERE ""corrected_time_d_hh_mm_ss""='4:14:11:23';",1-25595107-2 What is the number of the sail with an overall length of 13.68?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""sail_number"" FROM ""handicap_results_top_10"" WHERE ""loa_metres""='13.68';",1-25595107-2 What is the ranking for NSW open 66 racing boat. ,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""position"" FROM ""handicap_results_top_10"" WHERE ""state_country""='NSW' AND ""yacht_type""='Open 66';",1-25595107-2 What is the overall length of sail for the boat with a correct time of 4:15:35:26?,"CREATE TABLE ""handicap_results_top_10"" ( ""position"" real, ""sail_number"" text, ""yacht"" text, ""state_country"" text, ""yacht_type"" text, ""loa_metres"" text, ""skipper"" text, ""corrected_time_d_hh_mm_ss"" text );","SELECT ""loa_metres"" FROM ""handicap_results_top_10"" WHERE ""corrected_time_d_hh_mm_ss""='4:15:35:26';",1-25595107-2 Name the most number in season for leslie hill,"CREATE TABLE ""table1_25604014_9"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT MAX(""no_in_season"") FROM ""table1_25604014_9"" WHERE ""directed_by""='Leslie Hill';",1-25604014-9 Name who directed the production code 1l10,"CREATE TABLE ""table1_25604014_9"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""directed_by"" FROM ""table1_25604014_9"" WHERE ""production_code""='1L10';",1-25604014-9 Name the production code for theresa rebeck,"CREATE TABLE ""table1_25604014_9"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""production_code"" FROM ""table1_25604014_9"" WHERE ""written_by""='Theresa Rebeck';",1-25604014-9 Name the original air date for production code 1l16,"CREATE TABLE ""table1_25604014_9"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""original_air_date"" FROM ""table1_25604014_9"" WHERE ""production_code""='1L16';",1-25604014-9 What is the ethnic majority in the only town?,"CREATE TABLE ""table1_2562572_11"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""largest_ethnic_group_2002"" FROM ""table1_2562572_11"" WHERE ""type""='town';",1-2562572-11 How to you write плавна with the latin alphabet?,"CREATE TABLE ""table1_2562572_11"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""settlement"" FROM ""table1_2562572_11"" WHERE ""cyrillic_name_other_names""='Плавна';",1-2562572-11 What is the second way of writting плавна.,"CREATE TABLE ""table1_2562572_11"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""settlement"" FROM ""table1_2562572_11"" WHERE ""cyrillic_name_other_names""='Плавна';",1-2562572-11 What is the smallest population listed?,"CREATE TABLE ""table1_2562572_11"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT MIN(""population_2011"") FROM ""table1_2562572_11"";",1-2562572-11 What type of settlement is rabe?,"CREATE TABLE ""table1_2562572_30"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""type"" FROM ""table1_2562572_30"" WHERE ""settlement""='Rabe';",1-2562572-30 What is the largest ethnic group of the settlement with the cyrillic name of банатско аранђелово?,"CREATE TABLE ""table1_2562572_30"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""largest_ethnic_group_2002"" FROM ""table1_2562572_30"" WHERE ""cyrillic_name_other_names""='Банатско Аранђелово';",1-2562572-30 How many dominant religions are in đala?,"CREATE TABLE ""table1_2562572_30"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT COUNT(""dominant_religion_2002"") FROM ""table1_2562572_30"" WHERE ""settlement""='Đala';",1-2562572-30 Which settlement has the cyrillic name сигет? ,"CREATE TABLE ""table1_2562572_30"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""settlement"" FROM ""table1_2562572_30"" WHERE ""cyrillic_name_other_names""='Сигет';",1-2562572-30 What is the cyrillic and other name of rabe?,"CREATE TABLE ""table1_2562572_30"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""cyrillic_name_other_names"" FROM ""table1_2562572_30"" WHERE ""settlement""='Rabe';",1-2562572-30 What is the dominant religion in Gornji Tavankut?,"CREATE TABLE ""table1_2562572_26"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""dominant_religion_2002"" FROM ""table1_2562572_26"" WHERE ""settlement""='Gornji Tavankut';",1-2562572-26 What is the population in стари жедник (croatian: stari žednik)?,"CREATE TABLE ""table1_2562572_26"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""population_2011"" FROM ""table1_2562572_26"" WHERE ""cyrillic_name_other_names""='Стари Жедник (Croatian: Stari Žednik)';",1-2562572-26 What are the cyrillic and other names of the settlement whose population is 6591?,"CREATE TABLE ""table1_2562572_26"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""cyrillic_name_other_names"" FROM ""table1_2562572_26"" WHERE ""population_2011""=6591;",1-2562572-26 What type of settlement has a population of 1441?,"CREATE TABLE ""table1_2562572_26"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""type"" FROM ""table1_2562572_26"" WHERE ""population_2011""=1441;",1-2562572-26 How many settlements are named ђурђин (croatian: đurđin)?,"CREATE TABLE ""table1_2562572_26"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT COUNT(""settlement"") FROM ""table1_2562572_26"" WHERE ""cyrillic_name_other_names""='Ђурђин (Croatian: Đurđin)';",1-2562572-26 What town has the population of 777?,"CREATE TABLE ""table1_2562572_39"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" text, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""cyrillic_name_other_names"" FROM ""table1_2562572_39"" WHERE ""population_2011""='777';",1-2562572-39 What is the ethnic group is конак?,"CREATE TABLE ""table1_2562572_39"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" text, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""largest_ethnic_group_2002"" FROM ""table1_2562572_39"" WHERE ""cyrillic_name_other_names""='Конак';",1-2562572-39 The pooulation of јарковац is?,"CREATE TABLE ""table1_2562572_39"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" text, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""population_2011"" FROM ""table1_2562572_39"" WHERE ""cyrillic_name_other_names""='Јарковац';",1-2562572-39 What kind of type is бока?,"CREATE TABLE ""table1_2562572_39"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" text, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""type"" FROM ""table1_2562572_39"" WHERE ""cyrillic_name_other_names""='Бока';",1-2562572-39 "The population is 2,107's dominant religion is?","CREATE TABLE ""table1_2562572_39"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" text, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""dominant_religion_2002"" FROM ""table1_2562572_39"" WHERE ""population_2011""='2,107';",1-2562572-39 What is the Deliblato village known as in Cyrillic?,"CREATE TABLE ""table1_2562572_41"" ( ""settlement"" text, ""cyrillic_name_other_names"" text, ""type"" text, ""population_2011"" real, ""largest_ethnic_group_2002"" text, ""dominant_religion_2002"" text );","SELECT ""cyrillic_name_other_names"" FROM ""table1_2562572_41"" WHERE ""settlement""='Deliblato';",1-2562572-41 Who had 41.76% yes votes,"CREATE TABLE ""june_1927_special_election"" ( ""meas_num"" real, ""passed"" text, ""yes_votes"" real, ""no_votes"" real, ""pct_yes"" text, ""const_amd"" text, ""type"" text, ""description"" text );","SELECT ""description"" FROM ""june_1927_special_election"" WHERE ""pct_yes""='41.76%';",1-256286-20 how many yes votes made up 43.18% yes?,"CREATE TABLE ""june_1927_special_election"" ( ""meas_num"" real, ""passed"" text, ""yes_votes"" real, ""no_votes"" real, ""pct_yes"" text, ""const_amd"" text, ""type"" text, ""description"" text );","SELECT MAX(""yes_votes"") FROM ""june_1927_special_election"" WHERE ""pct_yes""='43.18%';",1-256286-20 HOw many no votes were there when there were 45.60% yes votes,"CREATE TABLE ""june_1927_special_election"" ( ""meas_num"" real, ""passed"" text, ""yes_votes"" real, ""no_votes"" real, ""pct_yes"" text, ""const_amd"" text, ""type"" text, ""description"" text );","SELECT MIN(""no_votes"") FROM ""june_1927_special_election"" WHERE ""pct_yes""='45.60%';",1-256286-20 what is the measure number for the init type? ,"CREATE TABLE ""1924_general_election"" ( ""meas_num"" real, ""passed"" text, ""yes_votes"" real, ""no_votes"" real, ""pct_yes"" text, ""const_amd"" text, ""type"" text, ""description"" text );","SELECT ""meas_num"" FROM ""1924_general_election"" WHERE ""type""='Init';",1-256286-18 Name the points for donald boor,"CREATE TABLE ""scoring_leaders"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT ""points"" FROM ""scoring_leaders"" WHERE ""player""='Donald Boor';",1-25646820-2 Name the least touchdowns for joe rogers,"CREATE TABLE ""scoring_leaders"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""touchdowns"") FROM ""scoring_leaders"" WHERE ""player""='Joe Rogers';",1-25646820-2 "What was the us airdate of ""love lockdown"" part one?","CREATE TABLE ""table1_25662434_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT ""us_airdate"" FROM ""table1_25662434_1"" WHERE ""title""='\""Love Lockdown\"" Part One';",1-25662434-1 How many titles had production code 1040?,"CREATE TABLE ""table1_25662434_1"" ( ""no_in_season"" real, ""no_in_series"" real, ""title"" text, ""canadian_airdate"" text, ""us_airdate"" text, ""production_code"" real );","SELECT COUNT(""title"") FROM ""table1_25662434_1"" WHERE ""production_code""=1040;",1-25662434-1 Who directed the episode with production code ca311?,"CREATE TABLE ""table1_25740548_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""directed_by"" FROM ""table1_25740548_4"" WHERE ""production_code""='CA311';",1-25740548-4 "What is the series episode number of the episode titled ""sound and vision""?","CREATE TABLE ""table1_25740548_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT MAX(""series_num"") FROM ""table1_25740548_4"" WHERE ""title""='\""Sound and Vision\""';",1-25740548-4 Which episode had 2.75 million viewers in the U.S.?,"CREATE TABLE ""table1_25740548_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""title"" FROM ""table1_25740548_4"" WHERE ""u_s_viewers_million""='2.75';",1-25740548-4 Who directed the episode with production code ca303?,"CREATE TABLE ""table1_25740548_4"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""directed_by"" FROM ""table1_25740548_4"" WHERE ""production_code""='CA303';",1-25740548-4 "What date did ""d.a.w."" Originally air?","CREATE TABLE ""table1_25750635_2"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""original_air_date"" FROM ""table1_25750635_2"" WHERE ""title""='\""D.A.W.\""';",1-25750635-2 Who wrote the episode with e4515 as the production code?,"CREATE TABLE ""table1_25750635_2"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""written_by"" FROM ""table1_25750635_2"" WHERE ""production_code""='E4515';",1-25750635-2 "What episode number in the season is titled ""stray""?","CREATE TABLE ""table1_25750635_2"" ( ""season_no"" real, ""series_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT MAX(""season_no"") FROM ""table1_25750635_2"" WHERE ""title""='\""Stray\""';",1-25750635-2 "If there are 11 lifts, what is the base elevation?","CREATE TABLE ""external_links"" ( ""name"" text, ""nearest_city"" text, ""skiable_area_acres"" real, ""top_elevation_feet"" real, ""base_elevation_feet"" real, ""vertical_feet"" real, ""runs"" text, ""lifts"" real, ""snowfall_in_year"" real );","SELECT MAX(""base_elevation_feet"") FROM ""external_links"" WHERE ""lifts""=11;",1-25762852-1 "if there are 30 lifts, what is the name of the ski resort?","CREATE TABLE ""external_links"" ( ""name"" text, ""nearest_city"" text, ""skiable_area_acres"" real, ""top_elevation_feet"" real, ""base_elevation_feet"" real, ""vertical_feet"" real, ""runs"" text, ""lifts"" real, ""snowfall_in_year"" real );","SELECT ""name"" FROM ""external_links"" WHERE ""lifts""=30;",1-25762852-1 "If the name is Steamboat, what is the top elevation?","CREATE TABLE ""external_links"" ( ""name"" text, ""nearest_city"" text, ""skiable_area_acres"" real, ""top_elevation_feet"" real, ""base_elevation_feet"" real, ""vertical_feet"" real, ""runs"" text, ""lifts"" real, ""snowfall_in_year"" real );","SELECT ""top_elevation_feet"" FROM ""external_links"" WHERE ""name""='Steamboat';",1-25762852-1 How many resorts have 118 runs?,"CREATE TABLE ""external_links"" ( ""name"" text, ""nearest_city"" text, ""skiable_area_acres"" real, ""top_elevation_feet"" real, ""base_elevation_feet"" real, ""vertical_feet"" real, ""runs"" text, ""lifts"" real, ""snowfall_in_year"" real );","SELECT COUNT(""name"") FROM ""external_links"" WHERE ""runs""='118';",1-25762852-1 What is the snowfall for ski resort Snowmass?,"CREATE TABLE ""external_links"" ( ""name"" text, ""nearest_city"" text, ""skiable_area_acres"" real, ""top_elevation_feet"" real, ""base_elevation_feet"" real, ""vertical_feet"" real, ""runs"" text, ""lifts"" real, ""snowfall_in_year"" real );","SELECT MAX(""snowfall_in_year"") FROM ""external_links"" WHERE ""name""='Snowmass';",1-25762852-1 Name the most poles for 64 points,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""car_no"" real, ""races"" real, ""poles"" real, ""wins"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT MAX(""poles"") FROM ""career_summary"" WHERE ""points""='64';",1-25794532-1 Name the points for car number 4,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""car_no"" real, ""races"" real, ""poles"" real, ""wins"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT ""points"" FROM ""career_summary"" WHERE ""car_no""=4;",1-25794532-1 Name the position for eifelland racing,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""car_no"" real, ""races"" real, ""poles"" real, ""wins"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT ""position"" FROM ""career_summary"" WHERE ""team""='Eifelland Racing';",1-25794532-1 Name the series for 68,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""car_no"" real, ""races"" real, ""poles"" real, ""wins"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT ""series"" FROM ""career_summary"" WHERE ""points""='68';",1-25794532-1 How man teams had a total weight of 57.5?,"CREATE TABLE ""1999_00_season_as_a_four_year_old"" ( ""result"" text, ""date"" text, ""race"" text, ""venue"" text, ""group"" text, ""distance"" text, ""weight_kg"" text, ""jockey"" text, ""winner_2nd"" text );","SELECT COUNT(""group"") FROM ""1999_00_season_as_a_four_year_old"" WHERE ""weight_kg""='57.5';",1-2581397-3 List the weight for 56 kilograms.,"CREATE TABLE ""1999_00_season_as_a_four_year_old"" ( ""result"" text, ""date"" text, ""race"" text, ""venue"" text, ""group"" text, ""distance"" text, ""weight_kg"" text, ""jockey"" text, ""winner_2nd"" text );","SELECT ""distance"" FROM ""1999_00_season_as_a_four_year_old"" WHERE ""weight_kg""='56';",1-2581397-3 List the weight for 56.5 kilograms.,"CREATE TABLE ""1999_00_season_as_a_four_year_old"" ( ""result"" text, ""date"" text, ""race"" text, ""venue"" text, ""group"" text, ""distance"" text, ""weight_kg"" text, ""jockey"" text, ""winner_2nd"" text );","SELECT ""race"" FROM ""1999_00_season_as_a_four_year_old"" WHERE ""weight_kg""='56.5';",1-2581397-3 What was the loss/gain when the votes -cast was 166?,"CREATE TABLE ""scotland"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""votes_cast"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""loss_gain"" FROM ""scotland"" WHERE ""votes_cast""=166;",1-25818630-2 Who as the candidate when the result - % was 2.9%?,"CREATE TABLE ""scotland"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""votes_cast"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""candidate"" FROM ""scotland"" WHERE ""result_pct""='2.9%';",1-25818630-2 How many votes were cast when the constituency was midlothian?,"CREATE TABLE ""scotland"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""votes_cast"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""votes_cast"" FROM ""scotland"" WHERE ""constituency""='Midlothian';",1-25818630-2 Who was the candidate when the result - % was 0.4%?,"CREATE TABLE ""scotland"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""votes_cast"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""candidate"" FROM ""scotland"" WHERE ""result_pct""='0.4%';",1-25818630-2 What was the loss/gain when the affiliation was solidarity?,"CREATE TABLE ""scotland"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""votes_cast"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""loss_gain"" FROM ""scotland"" WHERE ""affiliation""='Solidarity';",1-25818630-2 What is every affiliation for candidate Daren Ireland?,"CREATE TABLE ""england_wales"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""result_votes"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""affiliation"" FROM ""england_wales"" WHERE ""candidate""='Daren Ireland';",1-25818630-1 What is every candidate for the Cardiff Central constituency?,"CREATE TABLE ""england_wales"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""result_votes"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""candidate"" FROM ""england_wales"" WHERE ""constituency""='Cardiff Central';",1-25818630-1 What is the largest vote result for the Huddersfield constituency?,"CREATE TABLE ""england_wales"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""result_votes"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT MAX(""result_votes"") FROM ""england_wales"" WHERE ""constituency""='Huddersfield';",1-25818630-1 What is the largest vote result if loss/gain is -0.5%?,"CREATE TABLE ""england_wales"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""result_votes"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT MAX(""result_votes"") FROM ""england_wales"" WHERE ""loss_gain""='-0.5%';",1-25818630-1 What is every affiliation for the Tottenham constituency?,"CREATE TABLE ""england_wales"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""result_votes"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT ""affiliation"" FROM ""england_wales"" WHERE ""constituency""='Tottenham';",1-25818630-1 How many values for constituency for the vote result of 162?,"CREATE TABLE ""england_wales"" ( ""constituency"" text, ""candidate"" text, ""affiliation"" text, ""result_votes"" real, ""result_pct"" text, ""loss_gain"" text );","SELECT COUNT(""constituency"") FROM ""england_wales"" WHERE ""result_votes""=162;",1-25818630-1 "If the locale is Ontario, what is the W minimum?","CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT MIN(""w"") FROM ""standings"" WHERE ""locale""='Ontario';",1-25933764-1 "If the skip is Kelly Scott, what is the PF total number?","CREATE TABLE ""standings"" ( ""locale"" text, ""skip"" text, ""w"" real, ""l"" real, ""pf"" real, ""pa"" real, ""ends_won"" real, ""ends_lost"" real, ""blank_ends"" real, ""stolen_ends"" real, ""shot_pct"" real );","SELECT COUNT(""pf"") FROM ""standings"" WHERE ""skip""='Kelly Scott';",1-25933764-1 How many runtimes does episode 53 have?,"CREATE TABLE ""table1_26032940_2"" ( ""episode_num"" real, ""airdate"" text, ""movie_title_and_year"" text, ""main_cast"" text, ""network_tv_run_time"" text );","SELECT COUNT(""network_tv_run_time"") FROM ""table1_26032940_2"" WHERE ""episode_num""=53;",1-26032940-2 Who was the cast on the 3/23/1963 episode?,"CREATE TABLE ""table1_26032940_2"" ( ""episode_num"" real, ""airdate"" text, ""movie_title_and_year"" text, ""main_cast"" text, ""network_tv_run_time"" text );","SELECT ""main_cast"" FROM ""table1_26032940_2"" WHERE ""airdate""='3/23/1963';",1-26032940-2 "What movie did dana wynter , mel ferrer , theodore bikel star in?","CREATE TABLE ""table1_26032940_2"" ( ""episode_num"" real, ""airdate"" text, ""movie_title_and_year"" text, ""main_cast"" text, ""network_tv_run_time"" text );","SELECT ""movie_title_and_year"" FROM ""table1_26032940_2"" WHERE ""main_cast""='Dana Wynter , Mel Ferrer , Theodore Bikel';",1-26032940-2 What is the branding of the callsign DWCI-TV?,"CREATE TABLE ""uhf"" ( ""branding"" text, ""callsign"" text, ""ch_num"" text, ""station_type"" text, ""power_k_w_erp"" text, ""location_transmitter_site"" text );","SELECT ""branding"" FROM ""uhf"" WHERE ""callsign""='DWCI-TV';",1-2610582-2 How many brandings are there where the Power kW (ERP) is 1kW (29.94kW ERP)?,"CREATE TABLE ""uhf"" ( ""branding"" text, ""callsign"" text, ""ch_num"" text, ""station_type"" text, ""power_k_w_erp"" text, ""location_transmitter_site"" text );","SELECT COUNT(""branding"") FROM ""uhf"" WHERE ""power_k_w_erp""='1kW (29.94kW ERP)';",1-2610582-2 The callsign DWEC-TV has what branding? ,"CREATE TABLE ""uhf"" ( ""branding"" text, ""callsign"" text, ""ch_num"" text, ""station_type"" text, ""power_k_w_erp"" text, ""location_transmitter_site"" text );","SELECT ""branding"" FROM ""uhf"" WHERE ""callsign""='DWEC-TV';",1-2610582-2 "The location (transmitter site) San Fernando, Pampanga ** has what Power kW (ERP)?","CREATE TABLE ""uhf"" ( ""branding"" text, ""callsign"" text, ""ch_num"" text, ""station_type"" text, ""power_k_w_erp"" text, ""location_transmitter_site"" text );","SELECT ""power_k_w_erp"" FROM ""uhf"" WHERE ""location_transmitter_site""='San Fernando, Pampanga **';",1-2610582-2 What is the station type for the branding ABS-CBN TV-32 Tagaytay?,"CREATE TABLE ""uhf"" ( ""branding"" text, ""callsign"" text, ""ch_num"" text, ""station_type"" text, ""power_k_w_erp"" text, ""location_transmitter_site"" text );","SELECT ""station_type"" FROM ""uhf"" WHERE ""branding""='ABS-CBN TV-32 Tagaytay';",1-2610582-2 Who are all winning drivers if winning team is Carlin Motorsport and circuit is Croft?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_driver"" FROM ""race_calendar_and_results"" WHERE ""winning_team""='Carlin Motorsport' AND ""circuit""='Croft';",1-26137666-3 What is every date of Mark Taylor as winning driver?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""date"" FROM ""race_calendar_and_results"" WHERE ""winning_driver""='Mark Taylor';",1-26137666-3 What is every pole position for the Castle Combe circuit and Robbie Kerr is the winning driver?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""pole_position"" FROM ""race_calendar_and_results"" WHERE ""circuit""='Castle Combe' AND ""winning_driver""='Robbie Kerr';",1-26137666-3 How many rounds have Fabio Carbone for fastest lap?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT COUNT(""round"") FROM ""race_calendar_and_results"" WHERE ""fastest_lap""='Fabio Carbone';",1-26137666-3 How many pole positions for round 20?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT COUNT(""pole_position"") FROM ""race_calendar_and_results"" WHERE ""round""=20;",1-26137666-3 name the title of the episode that ed sherin directed.,"CREATE TABLE ""table1_2618142_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""title"" FROM ""table1_2618142_1"" WHERE ""directed_by""='Ed Sherin';",1-2618142-1 the first episode in this season had what number in the series? ,"CREATE TABLE ""table1_2618142_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT MIN(""no_in_series"") FROM ""table1_2618142_1"";",1-2618142-1 "The episode with original air date January 13, 1999 is written by who?","CREATE TABLE ""table1_2618152_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""written_by"" FROM ""table1_2618152_1"" WHERE ""original_air_date""='January 13, 1999';",1-2618152-1 "The episode with the original air date January 6, 1999, has what production code?","CREATE TABLE ""table1_2618152_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""production_code"" FROM ""table1_2618152_1"" WHERE ""original_air_date""='January 6, 1999';",1-2618152-1 "What is the title of the episode with the original air date October 21, 1998?","CREATE TABLE ""table1_2618152_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""title"" FROM ""table1_2618152_1"" WHERE ""original_air_date""='October 21, 1998';",1-2618152-1 "What is the season number of the episode written by Matt Witten , Richard Sweren?","CREATE TABLE ""table1_2618152_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""no_in_season"" FROM ""table1_2618152_1"" WHERE ""written_by""='Matt Witten , Richard Sweren';",1-2618152-1 "The episode with the title ""Bait"" has what original air date?","CREATE TABLE ""table1_2618152_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""original_air_date"" FROM ""table1_2618152_1"" WHERE ""title""='\""Bait\""';",1-2618152-1 The episode with the production code E0208 is directed by who?,"CREATE TABLE ""table1_2618152_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""directed_by"" FROM ""table1_2618152_1"" WHERE ""production_code""='E0208';",1-2618152-1 which institutions can be categorized as private/united church of christ?,"CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" text );","SELECT ""institution"" FROM ""current_members"" WHERE ""type""='Private/United Church of Christ';",1-261895-1 "in 1953, which of the institutions joined?","CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" text );","SELECT ""institution"" FROM ""current_members"" WHERE ""joined""='1953';",1-261895-1 which categories fit under the institution calvin college?,"CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" text );","SELECT ""type"" FROM ""current_members"" WHERE ""institution""='Calvin College';",1-261895-1 "in 1833, how many institutions were created?","CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" text );","SELECT COUNT(""institution"") FROM ""current_members"" WHERE ""founded""=1833;",1-261895-1 how many categories fall under the category of britons?,"CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" text );","SELECT COUNT(""type"") FROM ""current_members"" WHERE ""nickname""='Britons';",1-261895-1 "under belles, which is the most possible created?","CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" real, ""joined"" text );","SELECT MAX(""founded"") FROM ""current_members"" WHERE ""nickname""='Belles';",1-261895-1 What is the population density for the city of lubang?,"CREATE TABLE ""subdivisions"" ( ""municipality"" text, ""no_of_barangays"" real, ""area_km"" text, ""population_2010"" real, ""pop_density_per_km"" text, ""income_class_2004"" text );","SELECT COUNT(""pop_density_per_km"") FROM ""subdivisions"" WHERE ""municipality""='Lubang';",1-261951-1 What was the smallist population in 2010?,"CREATE TABLE ""subdivisions"" ( ""municipality"" text, ""no_of_barangays"" real, ""area_km"" text, ""population_2010"" real, ""pop_density_per_km"" text, ""income_class_2004"" text );","SELECT MIN(""population_2010"") FROM ""subdivisions"";",1-261951-1 List the population density per kilometer for the city of calintaan?,"CREATE TABLE ""subdivisions"" ( ""municipality"" text, ""no_of_barangays"" real, ""area_km"" text, ""population_2010"" real, ""pop_density_per_km"" text, ""income_class_2004"" text );","SELECT ""pop_density_per_km"" FROM ""subdivisions"" WHERE ""municipality""='Calintaan';",1-261951-1 List the population density per kilometer for the city of abra de ilog.,"CREATE TABLE ""subdivisions"" ( ""municipality"" text, ""no_of_barangays"" real, ""area_km"" text, ""population_2010"" real, ""pop_density_per_km"" text, ""income_class_2004"" text );","SELECT ""pop_density_per_km"" FROM ""subdivisions"" WHERE ""municipality""='Abra de Ilog';",1-261951-1 What is the enrollment for Ashland University?,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location_all_in_ohio"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" text, ""joined"" real, ""left"" real, ""current_conference"" text );","SELECT ""enrollment"" FROM ""former_members"" WHERE ""location_all_in_ohio""='Ashland';",1-261946-3 Which founding year corresponds with the highest enrollment? ,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location_all_in_ohio"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" text, ""joined"" real, ""left"" real, ""current_conference"" text );","SELECT MAX(""founded"") FROM ""former_members"";",1-261946-3 Which year did enrolled Gambier members leave?,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location_all_in_ohio"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" text, ""joined"" real, ""left"" real, ""current_conference"" text );","SELECT MIN(""left"") FROM ""former_members"" WHERE ""location_all_in_ohio""='Gambier';",1-261946-3 What is the type of institution in Kent State University?,"CREATE TABLE ""former_members"" ( ""institution"" text, ""location_all_in_ohio"" text, ""nickname"" text, ""founded"" real, ""type"" text, ""enrollment"" text, ""joined"" real, ""left"" real, ""current_conference"" text );","SELECT ""type"" FROM ""former_members"" WHERE ""location_all_in_ohio""='Kent';",1-261946-3 "In the championship Miami , United States, what is the score in the final?","CREATE TABLE ""singles_12_11_1"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""score_in_the_final"" FROM ""singles_12_11_1"" WHERE ""championship""='Miami , United States';",1-26202788-7 Andy Roddick is the opponent in the final on what surface?,"CREATE TABLE ""singles_12_11_1"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""surface"" FROM ""singles_12_11_1"" WHERE ""opponent_in_the_final""='Andy Roddick';",1-26202788-7 "In the championship Indian Wells, United States (2), who are the opponents in the final?","CREATE TABLE ""singles_12_11_1"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""opponent_in_the_final"" FROM ""singles_12_11_1"" WHERE ""championship""='Indian Wells, United States (2)';",1-26202788-7 Marat Safin is the opponent in the final in what championship?,"CREATE TABLE ""singles_12_11_1"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""championship"" FROM ""singles_12_11_1"" WHERE ""opponent_in_the_final""='Marat Safin';",1-26202788-7 "How many championships are there on the date January 9, 2005?","CREATE TABLE ""singles_12_11_1"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT COUNT(""championship"") FROM ""singles_12_11_1"" WHERE ""date""='January 9, 2005';",1-26202788-7 "Where the outcome is Winner and surface is Hard (i), what is the No.?","CREATE TABLE ""singles_12_8_4"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""no"" FROM ""singles_12_8_4"" WHERE ""outcome""='Winner' AND ""surface""='Hard (i)';",1-26202847-6 "On the date October 21, 2007, what is the No.?","CREATE TABLE ""singles_12_8_4"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""no"" FROM ""singles_12_8_4"" WHERE ""date""='October 21, 2007';",1-26202847-6 "Where is the championship where 6–1, 3–6, 3–6 is the score in the final?","CREATE TABLE ""singles_12_8_4"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""championship"" FROM ""singles_12_8_4"" WHERE ""score_in_the_final""='6–1, 3–6, 3–6';",1-26202847-6 "When the score in the final is 3–6, 6–4, 3–6, 4–6, who are all the opponents in the final?","CREATE TABLE ""singles_12_8_4"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""opponent_in_the_final"" FROM ""singles_12_8_4"" WHERE ""score_in_the_final""='3–6, 6–4, 3–6, 4–6';",1-26202847-6 "The score in the final is 2–6, 6–2, 6–0, on what surface?","CREATE TABLE ""singles_12_8_4"" ( ""outcome"" text, ""no"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""surface"" FROM ""singles_12_8_4"" WHERE ""score_in_the_final""='2–6, 6–2, 6–0';",1-26202847-6 The original artist Joan Osborne has what result?,"CREATE TABLE ""performances_results"" ( ""episode"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""result"" FROM ""performances_results"" WHERE ""original_artist""='Joan Osborne';",1-26250199-1 In which episode is the order number 10?,"CREATE TABLE ""performances_results"" ( ""episode"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""episode"" FROM ""performances_results"" WHERE ""order_num""='10';",1-26250199-1 "Who is the original artist of the song choice "" The Letter ""?","CREATE TABLE ""performances_results"" ( ""episode"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""original_artist"" FROM ""performances_results"" WHERE ""song_choice""='\"" The Letter \""';",1-26250199-1 "The song choice "" One of Us "" has what themes?","CREATE TABLE ""performances_results"" ( ""episode"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""theme"" FROM ""performances_results"" WHERE ""song_choice""='\"" One of Us \""';",1-26250199-1 "In episode Top 16 (8 Men), what are the themes?","CREATE TABLE ""performances_results"" ( ""episode"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""theme"" FROM ""performances_results"" WHERE ""episode""='Top 16 (8 Men)';",1-26250199-1 The theme Auditioner's Choice has what song choice?,"CREATE TABLE ""performances_results"" ( ""episode"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""song_choice"" FROM ""performances_results"" WHERE ""theme""='Auditioner''s Choice';",1-26250199-1 "What are all the topic wherein music preference is "" golden train ""","CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""theme"" FROM ""performances"" WHERE ""song_choice""='\"" Golden Train \""';",1-26250227-1 What are all the week # where subject matter is auditioner's choice,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""week_num"" FROM ""performances"" WHERE ""theme""='Auditioner''s Choice';",1-26250227-1 What are all of the order # where authentic artist is maroon 5,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""order_num"" FROM ""performances"" WHERE ""original_artist""='Maroon 5';",1-26250227-1 "what are all the results of songs is "" golden train ""","CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""result"" FROM ""performances"" WHERE ""song_choice""='\"" Golden Train \""';",1-26250227-1 Name the represents for los alcarrizos,"CREATE TABLE ""delegates"" ( ""represents"" text, ""contestant"" text, ""age"" real, ""height_cm"" text, ""height_ft"" text, ""hometown"" text );","SELECT ""represents"" FROM ""delegates"" WHERE ""hometown""='Los Alcarrizos';",1-26301697-2 Name the most age,"CREATE TABLE ""delegates"" ( ""represents"" text, ""contestant"" text, ""age"" real, ""height_cm"" text, ""height_ft"" text, ""hometown"" text );","SELECT MAX(""age"") FROM ""delegates"";",1-26301697-2 Name the total number of represents for clary sermina delgado cid,"CREATE TABLE ""delegates"" ( ""represents"" text, ""contestant"" text, ""age"" real, ""height_cm"" text, ""height_ft"" text, ""hometown"" text );","SELECT COUNT(""represents"") FROM ""delegates"" WHERE ""contestant""='Clary Sermina Delgado Cid';",1-26301697-2 Name the least age for distrito nacional,"CREATE TABLE ""delegates"" ( ""represents"" text, ""contestant"" text, ""age"" real, ""height_cm"" text, ""height_ft"" text, ""hometown"" text );","SELECT MIN(""age"") FROM ""delegates"" WHERE ""represents""='Distrito Nacional';",1-26301697-2 Name the represents for 1.76 cm,"CREATE TABLE ""delegates"" ( ""represents"" text, ""contestant"" text, ""age"" real, ""height_cm"" text, ""height_ft"" text, ""hometown"" text );","SELECT ""represents"" FROM ""delegates"" WHERE ""height_cm""='1.76';",1-26301697-2 In how many rounds was Race 17?,"CREATE TABLE ""race_calendar"" ( ""round"" real, ""race"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT COUNT(""round"") FROM ""race_calendar"" WHERE ""race""=17;",1-26334740-3 What team won Race 17?,"CREATE TABLE ""race_calendar"" ( ""round"" real, ""race"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_team"" FROM ""race_calendar"" WHERE ""race""=17;",1-26334740-3 Who was his partner in 1989? ,"CREATE TABLE ""wins_7"" ( ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents_in_final"" text, ""score_in_final"" text );","SELECT ""partner"" FROM ""wins_7"" WHERE ""year""=1989;",1-26309085-1 What was the surface when he played with John Alexander? ,"CREATE TABLE ""wins_7"" ( ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents_in_final"" text, ""score_in_final"" text );","SELECT ""surface"" FROM ""wins_7"" WHERE ""partner""='John Alexander';",1-26309085-1 What was the final score in 1986?,"CREATE TABLE ""wins_7"" ( ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents_in_final"" text, ""score_in_final"" text );","SELECT ""score_in_final"" FROM ""wins_7"" WHERE ""year""=1986;",1-26309085-1 What is the nickname of the University of Alabama?,"CREATE TABLE ""teams"" ( ""school"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text );","SELECT ""nickname"" FROM ""teams"" WHERE ""school""='University of Alabama';",1-26355116-1 What is the maximum enrollment of the schools?,"CREATE TABLE ""teams"" ( ""school"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text );","SELECT MAX(""enrollment"") FROM ""teams"";",1-26355116-1 How many public is there for the couple that got eliminated?,"CREATE TABLE ""table1_26375386_23"" ( ""rank"" real, ""couple"" text, ""judges"" real, ""public"" real, ""total"" real, ""vote_percentage"" text, ""result"" text );","SELECT MAX(""public"") FROM ""table1_26375386_23"" WHERE ""result""='Eliminated';",1-26375386-23 What was the result for the total of 12?,"CREATE TABLE ""table1_26375386_23"" ( ""rank"" real, ""couple"" text, ""judges"" real, ""public"" real, ""total"" real, ""vote_percentage"" text, ""result"" text );","SELECT ""result"" FROM ""table1_26375386_23"" WHERE ""total""=12;",1-26375386-23 What was the maximum rank for the vote percentage of 5.6%,"CREATE TABLE ""table1_26375386_23"" ( ""rank"" real, ""couple"" text, ""judges"" real, ""public"" real, ""total"" real, ""vote_percentage"" text, ""result"" text );","SELECT MIN(""rank"") FROM ""table1_26375386_23"" WHERE ""vote_percentage""='5.6%';",1-26375386-23 How many judges were there for the eliminated couple? ,"CREATE TABLE ""table1_26375386_23"" ( ""rank"" real, ""couple"" text, ""judges"" real, ""public"" real, ""total"" real, ""vote_percentage"" text, ""result"" text );","SELECT ""judges"" FROM ""table1_26375386_23"" WHERE ""result""='Eliminated';",1-26375386-23 What is the number of public that was there when the vote percentage was 22.9%?,"CREATE TABLE ""table1_26375386_23"" ( ""rank"" real, ""couple"" text, ""judges"" real, ""public"" real, ""total"" real, ""vote_percentage"" text, ""result"" text );","SELECT COUNT(""public"") FROM ""table1_26375386_23"" WHERE ""vote_percentage""='22.9%';",1-26375386-23 What was the total number when the vote percentage was 44.8%?,"CREATE TABLE ""table1_26375386_23"" ( ""rank"" real, ""couple"" text, ""judges"" real, ""public"" real, ""total"" real, ""vote_percentage"" text, ""result"" text );","SELECT COUNT(""total"") FROM ""table1_26375386_23"" WHERE ""vote_percentage""='44.8%';",1-26375386-23 What year was Fayette operational at 46?,"CREATE TABLE ""wind_farms"" ( ""name"" text, ""turbines"" text, ""capacity_mw"" text, ""power_mw_hr_yr"" text, ""location_county"" text, ""year_operational"" real, ""status"" text );","SELECT MIN(""year_operational"") FROM ""wind_farms"" WHERE ""location_county""='Fayette' AND ""capacity_mw""='46';",1-26387382-1 What farm has a capacity of 70 and is operational?,"CREATE TABLE ""wind_farms"" ( ""name"" text, ""turbines"" text, ""capacity_mw"" text, ""power_mw_hr_yr"" text, ""location_county"" text, ""year_operational"" real, ""status"" text );","SELECT ""name"" FROM ""wind_farms"" WHERE ""capacity_mw""='70' AND ""status""='Operational';",1-26387382-1 What locations are considered centre?,"CREATE TABLE ""wind_farms"" ( ""name"" text, ""turbines"" text, ""capacity_mw"" text, ""power_mw_hr_yr"" text, ""location_county"" text, ""year_operational"" real, ""status"" text );","SELECT ""power_mw_hr_yr"" FROM ""wind_farms"" WHERE ""location_county""='Centre';",1-26387382-1 What all capacities have turbines between 50-60?,"CREATE TABLE ""wind_farms"" ( ""name"" text, ""turbines"" text, ""capacity_mw"" text, ""power_mw_hr_yr"" text, ""location_county"" text, ""year_operational"" real, ""status"" text );","SELECT ""capacity_mw"" FROM ""wind_farms"" WHERE ""turbines""='50-60';",1-26387382-1 What all turbines have a capacity of 30 and have a Somerset location?,"CREATE TABLE ""wind_farms"" ( ""name"" text, ""turbines"" text, ""capacity_mw"" text, ""power_mw_hr_yr"" text, ""location_county"" text, ""year_operational"" real, ""status"" text );","SELECT ""turbines"" FROM ""wind_farms"" WHERE ""location_county""='Somerset' AND ""capacity_mw""='30';",1-26387382-1 "If the peak reached is 6 cannot handle non-empty timestamp argument! 1992, what is the entered?","CREATE TABLE ""table1_26400041_2"" ( ""entered_a"" text, ""weeks_in_top_10"" real, ""single"" text, ""artist"" text, ""peak"" real, ""peak_reached_a"" text, ""weeks_at_peak"" real );","SELECT ""entered_a"" FROM ""table1_26400041_2"" WHERE ""peak_reached_a""='6 Cannot handle non-empty timestamp argument! 1992';",1-26400041-2 "if the peak is 9, how many weeks was it in the top 10?","CREATE TABLE ""table1_26400041_2"" ( ""entered_a"" text, ""weeks_in_top_10"" real, ""single"" text, ""artist"" text, ""peak"" real, ""peak_reached_a"" text, ""weeks_at_peak"" real );","SELECT MAX(""weeks_in_top_10"") FROM ""table1_26400041_2"" WHERE ""peak""=9;",1-26400041-2 What was the peak reached for a single with 4 weeks in the top 10 and entered in 7 cannot handle non-empty timestamp argument! 1992?,"CREATE TABLE ""table1_26400041_2"" ( ""entered_a"" text, ""weeks_in_top_10"" real, ""single"" text, ""artist"" text, ""peak"" real, ""peak_reached_a"" text, ""weeks_at_peak"" real );","SELECT ""peak_reached_a"" FROM ""table1_26400041_2"" WHERE ""entered_a""='7 Cannot handle non-empty timestamp argument! 1992' AND ""weeks_in_top_10""=4;",1-26400041-2 How many games had red star as the runner up?,"CREATE TABLE ""table1_26455614_1"" ( ""year"" text, ""winner"" text, ""runner_up"" text, ""result"" text, ""venues"" text, ""attendance"" real, ""entries"" real );","SELECT COUNT(""attendance"") FROM ""table1_26455614_1"" WHERE ""runner_up""='Red Star';",1-26455614-1 What is the fewest recorded entrants against paris saint-germain?,"CREATE TABLE ""table1_26455614_1"" ( ""year"" text, ""winner"" text, ""runner_up"" text, ""result"" text, ""venues"" text, ""attendance"" real, ""entries"" real );","SELECT MIN(""entries"") FROM ""table1_26455614_1"" WHERE ""winner""='Paris Saint-Germain';",1-26455614-1 What was the relationship to monarch of the heir Minyekyawswa?,"CREATE TABLE ""list_of_heirs_to_the_burmese_thrones"" ( ""monarch"" text, ""heir"" text, ""status"" text, ""relationship_to_monarch"" text, ""became_heir_reason"" text, ""ceased_to_be_heir_reason"" text, ""next_in_succession"" text );","SELECT ""relationship_to_monarch"" FROM ""list_of_heirs_to_the_burmese_thrones"" WHERE ""heir""='Minyekyawswa';",1-26460435-4 How many reasons did the son and heir Kale Kyetaungnyo has when he ceased to be heir?,"CREATE TABLE ""list_of_heirs_to_the_burmese_thrones"" ( ""monarch"" text, ""heir"" text, ""status"" text, ""relationship_to_monarch"" text, ""became_heir_reason"" text, ""ceased_to_be_heir_reason"" text, ""next_in_succession"" text );","SELECT COUNT(""ceased_to_be_heir_reason"") FROM ""list_of_heirs_to_the_burmese_thrones"" WHERE ""relationship_to_monarch""='son' AND ""heir""='Kale Kyetaungnyo';",1-26460435-4 Name the member countries for finnish swedish,"CREATE TABLE ""impact"" ( ""member_countries"" text, ""population"" text, ""area_km"" text, ""gdp_billion_us"" text, ""gdp_per_capita_us"" text, ""languages"" text );","SELECT ""member_countries"" FROM ""impact"" WHERE ""languages""='Finnish Swedish';",1-26519486-1 Name the area for german,"CREATE TABLE ""impact"" ( ""member_countries"" text, ""population"" text, ""area_km"" text, ""gdp_billion_us"" text, ""gdp_per_capita_us"" text, ""languages"" text );","SELECT ""area_km"" FROM ""impact"" WHERE ""languages""='German';",1-26519486-1 Name the population for 11 languages,"CREATE TABLE ""impact"" ( ""member_countries"" text, ""population"" text, ""area_km"" text, ""gdp_billion_us"" text, ""gdp_per_capita_us"" text, ""languages"" text );","SELECT ""population"" FROM ""impact"" WHERE ""languages""='11';",1-26519486-1 What is the production code for the episode where the patient portrayer is Kathy Lamkin?,"CREATE TABLE ""table1_26561508_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""production_code"" FROM ""table1_26561508_1"" WHERE ""patient_portrayer""='Kathy Lamkin';",1-26561508-1 Who was the writter for the episode identified by the production code 2t5954?,"CREATE TABLE ""table1_26561508_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""written_by"" FROM ""table1_26561508_1"" WHERE ""production_code""='2T5954';",1-26561508-1 "Who were the writers for the episode titled ""Ben White""?","CREATE TABLE ""table1_26561508_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""written_by"" FROM ""table1_26561508_1"" WHERE ""title""='\""Ben White\""';",1-26561508-1 What is the total number of patient portayers for the episode directed by Craig Zisk and written by Brad Falchuk?,"CREATE TABLE ""table1_26561508_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" text );","SELECT COUNT(""patient_portrayer"") FROM ""table1_26561508_1"" WHERE ""directed_by""='Craig Zisk' AND ""written_by""='Brad Falchuk';",1-26561508-1 Who directed the episode with production code 177605?,"CREATE TABLE ""table1_26561506_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""directed_by"" FROM ""table1_26561506_1"" WHERE ""production_code""=177605;",1-26561506-1 How many episodes are numbered 4 in the season?,"CREATE TABLE ""table1_26561506_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT COUNT(""patient_portrayer"") FROM ""table1_26561506_1"" WHERE ""num""=4;",1-26561506-1 "What numbered episode is titled ""naomi gaines""?","CREATE TABLE ""table1_26561506_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""no"" FROM ""table1_26561506_1"" WHERE ""title""='\""Naomi Gaines\""';",1-26561506-1 Who wrote episode number 28?,"CREATE TABLE ""table1_26561506_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""written_by"" FROM ""table1_26561506_1"" WHERE ""no""=28;",1-26561506-1 What is the highest numbered episode with patient portrayer doug savant?,"CREATE TABLE ""table1_26561506_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""patient_portrayer"" text, ""original_air_date"" text, ""production_code"" real );","SELECT MAX(""num"") FROM ""table1_26561506_1"" WHERE ""patient_portrayer""='Doug Savant';",1-26561506-1 "What season was the episode ""haunted"" in?","CREATE TABLE ""table1_26565936_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT MIN(""no_in_season"") FROM ""table1_26565936_2"" WHERE ""title""='\""Haunted\""';",1-26565936-2 What number(s) in the series was written by bo crese?,"CREATE TABLE ""table1_26565936_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""no_in_series"" FROM ""table1_26565936_2"" WHERE ""written_by""='Bo Crese';",1-26565936-2 Who wrote episode number 109 in the series?,"CREATE TABLE ""table1_26565936_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_26565936_2"" WHERE ""no_in_series""=109;",1-26565936-2 What was the first episode in the season directed by nelson mccormick?,"CREATE TABLE ""table1_26565936_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT MIN(""no_in_season"") FROM ""table1_26565936_2"" WHERE ""directed_by""='Nelson McCormick';",1-26565936-2 What was the original air date for the episode with 13.92 million us viewers?,"CREATE TABLE ""table1_26565936_2"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""original_air_date"" FROM ""table1_26565936_2"" WHERE ""u_s_viewers_millions""='13.92';",1-26565936-2 "When was the episode with a 999,000 BARB rating first aired in Denmark?","CREATE TABLE ""episodes_and_ratings"" ( ""episode"" real, ""first_broadcast_denmark_dr1"" text, ""official_tns_gallup_ratings"" real, ""first_broadcast_uk_bbc_four"" text, ""official_barb_ratings"" text );","SELECT ""first_broadcast_denmark_dr1"" FROM ""episodes_and_ratings"" WHERE ""official_barb_ratings""='999,000';",1-26591309-3 What is the BARB ratings of episode 6?,"CREATE TABLE ""episodes_and_ratings"" ( ""episode"" real, ""first_broadcast_denmark_dr1"" text, ""official_tns_gallup_ratings"" real, ""first_broadcast_uk_bbc_four"" text, ""official_barb_ratings"" text );","SELECT ""official_barb_ratings"" FROM ""episodes_and_ratings"" WHERE ""episode""=6;",1-26591309-3 "When was the episode with a 1,036,000 BARB rating first aired in Denmark?","CREATE TABLE ""episodes_and_ratings"" ( ""episode"" real, ""first_broadcast_denmark_dr1"" text, ""official_tns_gallup_ratings"" real, ""first_broadcast_uk_bbc_four"" text, ""official_barb_ratings"" text );","SELECT ""first_broadcast_denmark_dr1"" FROM ""episodes_and_ratings"" WHERE ""official_barb_ratings""='1,036,000';",1-26591309-3 "What is the original Danish air date of ""Episode 17""? ","CREATE TABLE ""table1_26591309_1"" ( ""episode"" real, ""title"" text, ""original_danish_air_date"" text, ""danish_ratings_dr1"" real, ""original_uk_air_date"" text, ""uk_ratings_bbc_four"" real );","SELECT ""original_danish_air_date"" FROM ""table1_26591309_1"" WHERE ""title""='\""Episode 17\""';",1-26591309-1 "What were the UK ratings (BBC Four) for ""Episode 17""? ","CREATE TABLE ""table1_26591309_1"" ( ""episode"" real, ""title"" text, ""original_danish_air_date"" text, ""danish_ratings_dr1"" real, ""original_uk_air_date"" text, ""uk_ratings_bbc_four"" real );","SELECT MIN(""uk_ratings_bbc_four"") FROM ""table1_26591309_1"" WHERE ""title""='\""Episode 17\""';",1-26591309-1 How many parks are called mt. olympus,"CREATE TABLE ""the_gravity_group_coasters"" ( ""name"" text, ""park"" text, ""length_ft"" real, ""height_ft"" real, ""speed_mph"" text, ""opened"" text, ""status"" text );","SELECT COUNT(""name"") FROM ""the_gravity_group_coasters"" WHERE ""park""='Mt. Olympus';",1-2665085-1 How fast is the coaster that is 163 feet tall,"CREATE TABLE ""the_gravity_group_coasters"" ( ""name"" text, ""park"" text, ""length_ft"" real, ""height_ft"" real, ""speed_mph"" text, ""opened"" text, ""status"" text );","SELECT ""speed_mph"" FROM ""the_gravity_group_coasters"" WHERE ""height_ft""=163;",1-2665085-1 What is the length of the coaster with the unknown speed,"CREATE TABLE ""the_gravity_group_coasters"" ( ""name"" text, ""park"" text, ""length_ft"" real, ""height_ft"" real, ""speed_mph"" text, ""opened"" text, ""status"" text );","SELECT ""length_ft"" FROM ""the_gravity_group_coasters"" WHERE ""speed_mph""='unknown';",1-2665085-1 How long is the rollar coaster on Kemah Boardwalk,"CREATE TABLE ""the_gravity_group_coasters"" ( ""name"" text, ""park"" text, ""length_ft"" real, ""height_ft"" real, ""speed_mph"" text, ""opened"" text, ""status"" text );","SELECT ""length_ft"" FROM ""the_gravity_group_coasters"" WHERE ""park""='Kemah Boardwalk';",1-2665085-1 What park is Boardwalk Bullet located in?,"CREATE TABLE ""the_gravity_group_coasters"" ( ""name"" text, ""park"" text, ""length_ft"" real, ""height_ft"" real, ""speed_mph"" text, ""opened"" text, ""status"" text );","SELECT ""park"" FROM ""the_gravity_group_coasters"" WHERE ""name""='Boardwalk Bullet';",1-2665085-1 How many parks is Zippin Pippin located in,"CREATE TABLE ""the_gravity_group_coasters"" ( ""name"" text, ""park"" text, ""length_ft"" real, ""height_ft"" real, ""speed_mph"" text, ""opened"" text, ""status"" text );","SELECT COUNT(""park"") FROM ""the_gravity_group_coasters"" WHERE ""name""='Zippin Pippin';",1-2665085-1 In what year was Montenegro the host country?,"CREATE TABLE ""editions"" ( ""edition"" text, ""year"" real, ""host_city"" text, ""host_country"" text, ""date"" text, ""no_of_athletes"" text, ""nations"" real );","SELECT ""year"" FROM ""editions"" WHERE ""host_country""='Montenegro';",1-26669939-1 What was the number of athletes in the host city of Nice?,"CREATE TABLE ""editions"" ( ""edition"" text, ""year"" real, ""host_city"" text, ""host_country"" text, ""date"" text, ""no_of_athletes"" text, ""nations"" real );","SELECT ""no_of_athletes"" FROM ""editions"" WHERE ""host_city""='Nice';",1-26669939-1 Who was the host country when Bar was the host city?,"CREATE TABLE ""editions"" ( ""edition"" text, ""year"" real, ""host_city"" text, ""host_country"" text, ""date"" text, ""no_of_athletes"" text, ""nations"" real );","SELECT ""host_country"" FROM ""editions"" WHERE ""host_city""='Bar';",1-26669939-1 What was the number of athletes for the 7th edition?,"CREATE TABLE ""editions"" ( ""edition"" text, ""year"" real, ""host_city"" text, ""host_country"" text, ""date"" text, ""no_of_athletes"" text, ""nations"" real );","SELECT ""no_of_athletes"" FROM ""editions"" WHERE ""edition""='7th';",1-26669939-1 What was the most recent year?,"CREATE TABLE ""editions"" ( ""edition"" text, ""year"" real, ""host_city"" text, ""host_country"" text, ""date"" text, ""no_of_athletes"" text, ""nations"" real );","SELECT MAX(""year"") FROM ""editions"";",1-26669939-1 What was the host city of the 8th edition in the the host country of Croatia?,"CREATE TABLE ""editions"" ( ""edition"" text, ""year"" real, ""host_city"" text, ""host_country"" text, ""date"" text, ""no_of_athletes"" text, ""nations"" real );","SELECT ""host_city"" FROM ""editions"" WHERE ""host_country""='Croatia' AND ""edition""='8th';",1-26669939-1 Name the result for first elected being 1798 1825,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""='1798 1825';",1-2668243-18 Name the total number of party for willis alston,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT COUNT(""party"") FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Willis Alston';",1-2668243-18 Name the result for augustine h. shepperd (j) 100%,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""candidates""='Augustine H. Shepperd (J) 100%';",1-2668243-18 Name the result for willis alston,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Willis Alston';",1-2668243-18 Name the total number of party for willis alston (j) 93.9% george e. spruill 6.1%,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT COUNT(""party"") FROM ""united_states_house_of_representatives_e"" WHERE ""candidates""='Willis Alston (J) 93.9% George E. Spruill 6.1%';",1-2668243-18 Name the district for anti-jacksonian,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""party""='Anti-Jacksonian';",1-2668243-18 What was the result for the candidate first elected in 1820?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""='1820';",1-2668243-19 What is the party of Joseph Vance?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Joseph Vance';",1-2668243-19 Name the first elected for hosea moffitt (f) 57.9% josiah masters (dr) 42.1%,"CREATE TABLE ""table1_2668352_11"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""table1_2668352_11"" WHERE ""candidates""='Hosea Moffitt (F) 57.9% Josiah Masters (DR) 42.1%';",1-2668352-11 Name the first elected for jacob markell,"CREATE TABLE ""table1_2668352_11"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""table1_2668352_11"" WHERE ""incumbent""='Jacob Markell';",1-2668352-11 Name the least first elected,"CREATE TABLE ""table1_2668352_11"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT MIN(""first_elected"") FROM ""table1_2668352_11"";",1-2668352-11 Name the most first elected,"CREATE TABLE ""table1_2668352_11"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT MAX(""first_elected"") FROM ""table1_2668352_11"";",1-2668352-11 Name the incumbent for new york 10,"CREATE TABLE ""table1_2668352_11"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""incumbent"" FROM ""table1_2668352_11"" WHERE ""district""='New York 10';",1-2668352-11 Name the incumbent for new york 10,"CREATE TABLE ""table1_2668352_11"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""incumbent"" FROM ""table1_2668352_11"" WHERE ""district""='New York 10';",1-2668352-11 Name the distrct for thomas wilson,"CREATE TABLE ""table1_2668367_21"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""table1_2668367_21"" WHERE ""incumbent""='Thomas Wilson';",1-2668367-21 Name the party for john randolph redistricted from the 15th district,"CREATE TABLE ""table1_2668367_21"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""table1_2668367_21"" WHERE ""incumbent""='John Randolph Redistricted from the 15th district';",1-2668367-21 Name the party for virginia 12,"CREATE TABLE ""table1_2668367_21"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""table1_2668367_21"" WHERE ""district""='Virginia 12';",1-2668367-21 Name the candidates for john boyle,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='John Boyle';",1-2668378-5 Name the first elected for kentucky 3,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Kentucky 3';",1-2668378-5 Name the incumbent for matthew lyon (dr) anthony new (dr),"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""incumbent"" FROM ""united_states_house_of_representatives_e"" WHERE ""candidates""='Matthew Lyon (DR) Anthony New (DR)';",1-2668378-5 Name the number of first elected for kentucky 3,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT COUNT(""first_elected"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Kentucky 3';",1-2668378-5 Name the number of party for kentucky 1,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT COUNT(""party"") FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Kentucky 1';",1-2668378-5 Name the first elected for kentucky 1,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""first_elected"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Kentucky 1';",1-2668378-5 What is the district for the party federalist and the candidates are william craik (f) 51.0% benjamin edwards 49.0%?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""district"" FROM ""united_states_house_of_representatives_e"" WHERE ""party""='Federalist' AND ""candidates""='William Craik (F) 51.0% Benjamin Edwards 49.0%';",1-2668416-7 What is the party when the incumbent is samuel smith?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Samuel Smith';",1-2668416-7 What is the party when the incumbent is samuel smith?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""incumbent""='Samuel Smith';",1-2668416-7 What is the result for the district Maryland 7?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""result"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Maryland 7';",1-2668416-7 Who is the candidates for district maryland 1?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" text, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='Maryland 1';",1-2668416-7 Who was the candidate in 1791?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text, ""candidates"" text );","SELECT ""candidates"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""=1791;",1-2668420-12 What tv season was episode 23 broadcast?,"CREATE TABLE ""table1_2669287_1"" ( ""season"" real, ""episodes"" real, ""timeslot_et"" text, ""season_premiere"" text, ""season_finale"" text, ""tv_season"" text, ""rank"" text, ""viewers_in_millions"" text );","SELECT ""tv_season"" FROM ""table1_2669287_1"" WHERE ""episodes""=23;",1-2669287-1 How many seasons was the rank equal to #50?,"CREATE TABLE ""table1_2669287_1"" ( ""season"" real, ""episodes"" real, ""timeslot_et"" text, ""season_premiere"" text, ""season_finale"" text, ""tv_season"" text, ""rank"" text, ""viewers_in_millions"" text );","SELECT COUNT(""season"") FROM ""table1_2669287_1"" WHERE ""rank""='#50';",1-2669287-1 When did the season finale reached an audience of 10.02 million viewers?,"CREATE TABLE ""table1_2669287_1"" ( ""season"" real, ""episodes"" real, ""timeslot_et"" text, ""season_premiere"" text, ""season_finale"" text, ""tv_season"" text, ""rank"" text, ""viewers_in_millions"" text );","SELECT ""season_finale"" FROM ""table1_2669287_1"" WHERE ""viewers_in_millions""='10.02';",1-2669287-1 What is the nationality when the player is randy heath?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""round_two"" WHERE ""player""='Randy Heath';",1-2679061-2 "What is the nhl team when the college, junior, club team is toronto marlboros (ohl) and the position is centre?","CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nhl_team"" FROM ""round_two"" WHERE ""college_junior_club_team""='Toronto Marlboros (OHL)' AND ""position""='Centre';",1-2679061-2 what is the pick # when the nhl team is montreal canadiens and the college/junior/club team is trois-rivières draveurs (qmjhl)?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT MIN(""pick_num"") FROM ""round_two"" WHERE ""nhl_team""='Montreal Canadiens' AND ""college_junior_club_team""='Trois-Rivières Draveurs (QMJHL)';",1-2679061-2 how many times is the nhl team the winnipeg jets?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""player"") FROM ""round_two"" WHERE ""nhl_team""='Winnipeg Jets';",1-2679061-2 what is the position for the nhl team toronto maple leafs?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""position"" FROM ""round_two"" WHERE ""nhl_team""='Toronto Maple Leafs';",1-2679061-2 How many were the US viewers (in millions) of the episode that was written by Gordon C. Lonsdale?,"CREATE TABLE ""table1_26826304_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""u_s_viewers_millions"" FROM ""table1_26826304_1"" WHERE ""directed_by""='Gordon C. Lonsdale';",1-26826304-1 What was the air date of the episode that has a production code of 5aky13?,"CREATE TABLE ""table1_26826304_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""original_air_date"" FROM ""table1_26826304_1"" WHERE ""production_code""='5AKY13';",1-26826304-1 Who was the writer of the episode with a production code of 5aky04?,"CREATE TABLE ""table1_26826304_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_26826304_1"" WHERE ""production_code""='5AKY04';",1-26826304-1 What position does the player Todd Wise play in?,"CREATE TABLE ""2008"" ( ""player"" text, ""position"" text, ""starting_no_num"" real, ""d_o_b"" text, ""club"" text, ""height"" text, ""weight"" text, ""games"" real );","SELECT ""position"" FROM ""2008"" WHERE ""player""='Todd Wise';",1-26847237-2 How many games were played where the height of the player is 1.92m?,"CREATE TABLE ""2008"" ( ""player"" text, ""position"" text, ""starting_no_num"" real, ""d_o_b"" text, ""club"" text, ""height"" text, ""weight"" text, ""games"" real );","SELECT COUNT(""games"") FROM ""2008"" WHERE ""height""='1.92m';",1-26847237-2 What is the date of birth for the player in the Inglewood club?,"CREATE TABLE ""2008"" ( ""player"" text, ""position"" text, ""starting_no_num"" real, ""d_o_b"" text, ""club"" text, ""height"" text, ""weight"" text, ""games"" real );","SELECT ""d_o_b"" FROM ""2008"" WHERE ""club""='Inglewood';",1-26847237-2 Which player weighs 76kg?,"CREATE TABLE ""2008"" ( ""player"" text, ""position"" text, ""starting_no_num"" real, ""d_o_b"" text, ""club"" text, ""height"" text, ""weight"" text, ""games"" real );","SELECT ""player"" FROM ""2008"" WHERE ""weight""='76kg';",1-26847237-2 What was the model's DirectX if it has a Core of 700 700 mhz?,"CREATE TABLE ""table1_26860595_2"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" real, ""bus_interface"" text, ""memory_mi_b"" text, ""core_m_hz"" text, ""memory_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type_2"" text, ""bus_width_bit"" real, ""processing_power_gflo_ps"" text, ""direct_x"" text, ""open_gl"" text, ""tdp_watts_gpu_only"" text );","SELECT ""direct_x"" FROM ""table1_26860595_2"" WHERE ""core_m_hz""='700 700';",1-26860595-2 What was the maximum fab (nm)?,"CREATE TABLE ""table1_26860595_2"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" real, ""bus_interface"" text, ""memory_mi_b"" text, ""core_m_hz"" text, ""memory_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type_2"" text, ""bus_width_bit"" real, ""processing_power_gflo_ps"" text, ""direct_x"" text, ""open_gl"" text, ""tdp_watts_gpu_only"" text );","SELECT MAX(""fab_nm"") FROM ""table1_26860595_2"";",1-26860595-2 What is the config core 1 of the model with a processing power GFLOPs of 432?,"CREATE TABLE ""table1_26860595_2"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" real, ""bus_interface"" text, ""memory_mi_b"" text, ""core_m_hz"" text, ""memory_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type_2"" text, ""bus_width_bit"" real, ""processing_power_gflo_ps"" text, ""direct_x"" text, ""open_gl"" text, ""tdp_watts_gpu_only"" text );","SELECT ""config_core_1"" FROM ""table1_26860595_2"" WHERE ""processing_power_gflo_ps""='432';",1-26860595-2 How many texture (gt/s) the card has if the tdp (watts) GPU only is 18?,"CREATE TABLE ""table1_26860595_2"" ( ""model"" text, ""launch"" text, ""model_number"" text, ""code_name"" text, ""fab_nm"" real, ""bus_interface"" text, ""memory_mi_b"" text, ""core_m_hz"" text, ""memory_m_hz"" text, ""config_core_1"" text, ""pixel_gp_s"" text, ""texture_gt_s"" text, ""bandwidth_gb_s"" text, ""bus_type_2"" text, ""bus_width_bit"" real, ""processing_power_gflo_ps"" text, ""direct_x"" text, ""open_gl"" text, ""tdp_watts_gpu_only"" text );","SELECT COUNT(""texture_gt_s"") FROM ""table1_26860595_2"" WHERE ""tdp_watts_gpu_only""='18';",1-26860595-2 How much did Nina Carberry win? ,"CREATE TABLE ""finishing_order"" ( ""position"" text, ""name"" text, ""rider"" text, ""age"" real, ""weight"" text, ""starting_price"" text, ""distance"" text, ""prize_money"" text );","SELECT ""prize_money"" FROM ""finishing_order"" WHERE ""rider""='Nina Carberry';",1-26903214-1 What was the score between Marseille and Manchester United on the second leg of the Champions League Round of 16?,"CREATE TABLE ""english_clubs_performance_in_europe"" ( ""team"" text, ""contest_and_round"" text, ""opponent"" text, ""1st_leg_score"" text, ""2nd_leg_score"" text, ""aggregate_score"" text );","SELECT ""2nd_leg_score"" FROM ""english_clubs_performance_in_europe"" WHERE ""opponent""='Marseille';",1-26910311-8 How many goals did each team score in the first leg of the match between Liverpool and Steaua Bucureşti?,"CREATE TABLE ""english_clubs_performance_in_europe"" ( ""team"" text, ""contest_and_round"" text, ""opponent"" text, ""1st_leg_score"" text, ""2nd_leg_score"" text, ""aggregate_score"" text );","SELECT ""1st_leg_score"" FROM ""english_clubs_performance_in_europe"" WHERE ""opponent""='Steaua Bucureşti';",1-26910311-8 How many goals did each one of the teams score in the first leg of the match between Liverpool and Trabzonspor?,"CREATE TABLE ""english_clubs_performance_in_europe"" ( ""team"" text, ""contest_and_round"" text, ""opponent"" text, ""1st_leg_score"" text, ""2nd_leg_score"" text, ""aggregate_score"" text );","SELECT ""1st_leg_score"" FROM ""english_clubs_performance_in_europe"" WHERE ""opponent""='Trabzonspor';",1-26910311-8 Name the us viewers directed by christine moore,"CREATE TABLE ""table1_26914076_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""story_by"" text, ""teleplay_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""u_s_viewers_millions"" FROM ""table1_26914076_2"" WHERE ""directed_by""='Christine Moore';",1-26914076-2 Name the number for simon cellan jones,"CREATE TABLE ""table1_26914076_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""story_by"" text, ""teleplay_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""no"" FROM ""table1_26914076_2"" WHERE ""directed_by""='Simon Cellan Jones';",1-26914076-2 Name the teleplay for david simon & eric overmyer and tom piazza,"CREATE TABLE ""table1_26914076_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""story_by"" text, ""teleplay_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""teleplay_by"" FROM ""table1_26914076_2"" WHERE ""story_by""='David Simon & Eric Overmyer and Tom Piazza';",1-26914076-2 Name the most number,"CREATE TABLE ""table1_26914076_2"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""story_by"" text, ""teleplay_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT MAX(""no"") FROM ""table1_26914076_2"";",1-26914076-2 "If the proto-semitic is *bayt-, what are the geez?","CREATE TABLE ""common_vocabulary"" ( ""english"" text, ""proto_semitic"" text, ""akkadian"" text, ""arabic"" text, ""aramaic"" text, ""hebrew"" text, ""geez"" text, ""mehri"" text );","SELECT ""geez"" FROM ""common_vocabulary"" WHERE ""proto_semitic""='*bayt-';",1-26919-7 "if the aramaic is šlām-āʼ, what is the english?","CREATE TABLE ""common_vocabulary"" ( ""english"" text, ""proto_semitic"" text, ""akkadian"" text, ""arabic"" text, ""aramaic"" text, ""hebrew"" text, ""geez"" text, ""mehri"" text );","SELECT ""english"" FROM ""common_vocabulary"" WHERE ""aramaic""='šlām-āʼ';",1-26919-7 "if the geez is libb, what is the akkadian?","CREATE TABLE ""common_vocabulary"" ( ""english"" text, ""proto_semitic"" text, ""akkadian"" text, ""arabic"" text, ""aramaic"" text, ""hebrew"" text, ""geez"" text, ""mehri"" text );","SELECT ""akkadian"" FROM ""common_vocabulary"" WHERE ""geez""='libb';",1-26919-7 "If in english it is heart, what is it in hebrew?","CREATE TABLE ""common_vocabulary"" ( ""english"" text, ""proto_semitic"" text, ""akkadian"" text, ""arabic"" text, ""aramaic"" text, ""hebrew"" text, ""geez"" text, ""mehri"" text );","SELECT ""hebrew"" FROM ""common_vocabulary"" WHERE ""english""='heart';",1-26919-7 "If in English it's house, what is it in proto-semitic?","CREATE TABLE ""common_vocabulary"" ( ""english"" text, ""proto_semitic"" text, ""akkadian"" text, ""arabic"" text, ""aramaic"" text, ""hebrew"" text, ""geez"" text, ""mehri"" text );","SELECT ""proto_semitic"" FROM ""common_vocabulary"" WHERE ""english""='house';",1-26919-7 "If in arabic it is salām-, what is it in proto-semitic?","CREATE TABLE ""common_vocabulary"" ( ""english"" text, ""proto_semitic"" text, ""akkadian"" text, ""arabic"" text, ""aramaic"" text, ""hebrew"" text, ""geez"" text, ""mehri"" text );","SELECT ""proto_semitic"" FROM ""common_vocabulary"" WHERE ""arabic""='salām-';",1-26919-7 "how many times is the location is homestead, florida?","CREATE TABLE ""2006_indy_car_series_schedule"" ( ""rnd"" real, ""date"" text, ""race_name"" text, ""track"" text, ""location"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winner"" text );","SELECT COUNT(""pole_position"") FROM ""2006_indy_car_series_schedule"" WHERE ""location""='Homestead, Florida';",1-2696531-2 What was the earliest season where podium was 9?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" text, ""position"" text );","SELECT MIN(""season"") FROM ""career_summary"" WHERE ""podiums""=9;",1-26998693-1 How much were the f/laps if poles is higher than 1.0 during 2008?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" text, ""position"" text );","SELECT ""f_laps"" FROM ""career_summary"" WHERE ""poles"">1.0 AND ""season""=2008;",1-26998693-1 What races achieved 0 f/laps and 1 pole position?,"CREATE TABLE ""career_summary"" ( ""season"" real, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""podiums"" real, ""points"" text, ""position"" text );","SELECT ""races"" FROM ""career_summary"" WHERE ""f_laps""=0 AND ""poles""=1;",1-26998693-1 Who replaced the outgoing manager Hüsnü Özkara? ,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""replaced_by"" FROM ""managerial_changes"" WHERE ""outgoing_manager""='Hüsnü Özkara';",1-27091128-3 When was the date of vacancy for the manager of Kartalspor? ,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""date_of_vacancy"" FROM ""managerial_changes"" WHERE ""team""='Kartalspor';",1-27091128-3 Who replaced the manager of Akhisar B.G.S.?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""replaced_by"" FROM ""managerial_changes"" WHERE ""team""='Akhisar B.G.S.';",1-27091128-3 Which team replaced their manager with Serhat Güller?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""team"" FROM ""managerial_changes"" WHERE ""replaced_by""='Serhat Güller';",1-27091128-3 How many different episode numbers does the episode written by Sheri Elwood and directed by Jim Allodi have?,"CREATE TABLE ""table1_27155243_3"" ( ""total_num"" real, ""episode_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT COUNT(""total_num"") FROM ""table1_27155243_3"" WHERE ""written_by""='Sheri Elwood' AND ""directed_by""='Jim Allodi';",1-27155243-3 How many different episode numbers are there for the episodes directed by Sheri Elwood?,"CREATE TABLE ""table1_27155243_3"" ( ""total_num"" real, ""episode_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT COUNT(""total_num"") FROM ""table1_27155243_3"" WHERE ""directed_by""='Sheri Elwood';",1-27155243-3 Name the original airdate for robin mukherjee and margy kinmonth,"CREATE TABLE ""table1_27208814_1"" ( ""episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series_whereas_series_no_refers_to_the_episodes_number_in_this_particular_series"" real, ""series_no"" real, ""episode"" text, ""director"" text, ""writer"" text, ""original_airdate"" text );","SELECT ""original_airdate"" FROM ""table1_27208814_1"" WHERE ""writer""='Robin Mukherjee' AND ""director""='Margy Kinmonth';",1-27208814-1 Name the least series number for episode number being 78,"CREATE TABLE ""table1_27208814_1"" ( ""episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series_whereas_series_no_refers_to_the_episodes_number_in_this_particular_series"" real, ""series_no"" real, ""episode"" text, ""director"" text, ""writer"" text, ""original_airdate"" text );","SELECT MIN(""series_no"") FROM ""table1_27208814_1"" WHERE ""episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series_whereas_series_no_refers_to_the_episodes_number_in_this_particular_series""=78;",1-27208814-1 "If the highest score is 88, what are the 50s?","CREATE TABLE ""batting_averages_top_10"" ( ""player"" text, ""team"" text, ""matches"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""100s"" real, ""50s"" real );","SELECT ""50s"" FROM ""batting_averages_top_10"" WHERE ""highest_score""='88';",1-27268238-4 "If the team is Worcestershire and the Matched had were 5, what is the highest score?","CREATE TABLE ""batting_averages_top_10"" ( ""player"" text, ""team"" text, ""matches"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""100s"" real, ""50s"" real );","SELECT ""highest_score"" FROM ""batting_averages_top_10"" WHERE ""matches""=5 AND ""team""='Worcestershire';",1-27268238-4 What is the smallest amount of matches?,"CREATE TABLE ""batting_averages_top_10"" ( ""player"" text, ""team"" text, ""matches"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""100s"" real, ""50s"" real );","SELECT MIN(""matches"") FROM ""batting_averages_top_10"";",1-27268238-4 "If the team is Gloucestershire, what is the average?","CREATE TABLE ""batting_averages_top_10"" ( ""player"" text, ""team"" text, ""matches"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""100s"" real, ""50s"" real );","SELECT ""average"" FROM ""batting_averages_top_10"" WHERE ""team""='Gloucestershire';",1-27268238-4 What is the team Sussex' highest score?,"CREATE TABLE ""batting_averages_top_10"" ( ""player"" text, ""team"" text, ""matches"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""100s"" real, ""50s"" real );","SELECT ""highest_score"" FROM ""batting_averages_top_10"" WHERE ""team""='Sussex';",1-27268238-4 "If the average is 50.16, who is the player?","CREATE TABLE ""batting_averages_top_10"" ( ""player"" text, ""team"" text, ""matches"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""100s"" real, ""50s"" real );","SELECT ""player"" FROM ""batting_averages_top_10"" WHERE ""average""='50.16';",1-27268238-4 "If the working force of HK is 32.8%, what are the Pakistanis' %? ","CREATE TABLE ""diversity_of_work"" ( ""salary_range"" text, ""indians"" text, ""pakistanis"" text, ""nepalese"" text, ""working_force_of_hk"" text );","SELECT ""pakistanis"" FROM ""diversity_of_work"" WHERE ""working_force_of_hk""='32.8%';",1-27257896-2 "If the Indians are 8.2%, what is the salary range?","CREATE TABLE ""diversity_of_work"" ( ""salary_range"" text, ""indians"" text, ""pakistanis"" text, ""nepalese"" text, ""working_force_of_hk"" text );","SELECT ""salary_range"" FROM ""diversity_of_work"" WHERE ""indians""='8.2%';",1-27257896-2 "If the working force of HK is 10.4%, what is the salary range?","CREATE TABLE ""diversity_of_work"" ( ""salary_range"" text, ""indians"" text, ""pakistanis"" text, ""nepalese"" text, ""working_force_of_hk"" text );","SELECT ""salary_range"" FROM ""diversity_of_work"" WHERE ""working_force_of_hk""='10.4%';",1-27257896-2 "If the nepalese is 37.1%, what is the working force of HK?","CREATE TABLE ""diversity_of_work"" ( ""salary_range"" text, ""indians"" text, ""pakistanis"" text, ""nepalese"" text, ""working_force_of_hk"" text );","SELECT ""working_force_of_hk"" FROM ""diversity_of_work"" WHERE ""nepalese""='37.1%';",1-27257896-2 "If the salary range is 4,000-9,000, what is the Indians %?","CREATE TABLE ""diversity_of_work"" ( ""salary_range"" text, ""indians"" text, ""pakistanis"" text, ""nepalese"" text, ""working_force_of_hk"" text );","SELECT ""indians"" FROM ""diversity_of_work"" WHERE ""salary_range""='4,000-9,000';",1-27257896-2 "For teams that won exactly 15, how many points were scored?","CREATE TABLE ""division_two_east"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""points"" text );","SELECT ""points"" FROM ""division_two_east"" WHERE ""won""='15';",1-27293285-6 How many matches were drawn by the teams that won exactly 10?,"CREATE TABLE ""division_two_east"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""points"" text );","SELECT COUNT(""drawn"") FROM ""division_two_east"" WHERE ""won""='10';",1-27293285-6 How many points for were scored by the team that won exactly 22?,"CREATE TABLE ""division_two_east"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""points"" text );","SELECT ""points_for"" FROM ""division_two_east"" WHERE ""won""='22';",1-27293285-6 Which club lost exactly 7 matches?,"CREATE TABLE ""division_two_east"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""points"" text );","SELECT ""club"" FROM ""division_two_east"" WHERE ""lost""='7';",1-27293285-6 How many matches were won by the teams that scored exactly 61 tries for?,"CREATE TABLE ""division_two_east"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""points"" text );","SELECT ""won"" FROM ""division_two_east"" WHERE ""tries_for""='61';",1-27293285-6 How many tries for were scored by the team that had exactly 396 points for?,"CREATE TABLE ""division_two_east"" ( ""club"" text, ""played"" text, ""won"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""points"" text );","SELECT ""tries_for"" FROM ""division_two_east"" WHERE ""points_for""='396';",1-27293285-6 Name the format for super callanetics,"CREATE TABLE ""official_callanetics_videos_by_callan_pi"" ( ""year"" real, ""title"" text, ""format"" text, ""studio"" text, ""release_date"" text, ""copyright_information"" text, ""catalog_number"" text );","SELECT ""format"" FROM ""official_callanetics_videos_by_callan_pi"" WHERE ""title""='Super Callanetics';",1-27303975-2 Name the format for quick callanetics: hips and behind,"CREATE TABLE ""official_callanetics_videos_by_callan_pi"" ( ""year"" real, ""title"" text, ""format"" text, ""studio"" text, ""release_date"" text, ""copyright_information"" text, ""catalog_number"" text );","SELECT ""format"" FROM ""official_callanetics_videos_by_callan_pi"" WHERE ""title""='Quick Callanetics: Hips and Behind';",1-27303975-2 "Name the catalog number for october 6, 1988","CREATE TABLE ""official_callanetics_videos_by_callan_pi"" ( ""year"" real, ""title"" text, ""format"" text, ""studio"" text, ""release_date"" text, ""copyright_information"" text, ""catalog_number"" text );","SELECT ""catalog_number"" FROM ""official_callanetics_videos_by_callan_pi"" WHERE ""release_date""='October 6, 1988';",1-27303975-2 Name the studio for super callanetics,"CREATE TABLE ""official_callanetics_videos_by_callan_pi"" ( ""year"" real, ""title"" text, ""format"" text, ""studio"" text, ""release_date"" text, ""copyright_information"" text, ""catalog_number"" text );","SELECT ""studio"" FROM ""official_callanetics_videos_by_callan_pi"" WHERE ""title""='Super Callanetics';",1-27303975-2 Name the studio for catalog number 81063,"CREATE TABLE ""official_callanetics_videos_by_callan_pi"" ( ""year"" real, ""title"" text, ""format"" text, ""studio"" text, ""release_date"" text, ""copyright_information"" text, ""catalog_number"" text );","SELECT ""studio"" FROM ""official_callanetics_videos_by_callan_pi"" WHERE ""catalog_number""='81063';",1-27303975-2 Name the catalog number for am/pm callanetics,"CREATE TABLE ""official_callanetics_videos_by_callan_pi"" ( ""year"" real, ""title"" text, ""format"" text, ""studio"" text, ""release_date"" text, ""copyright_information"" text, ""catalog_number"" text );","SELECT ""catalog_number"" FROM ""official_callanetics_videos_by_callan_pi"" WHERE ""title""='AM/PM Callanetics';",1-27303975-2 What was the share (%) for the Semi-Final 2 episode? ,"CREATE TABLE ""series_5_2011"" ( ""episode"" text, ""date"" text, ""official_itv1_rating_millions"" text, ""weekly_rank"" real, ""share_pct"" text, ""official_itv1_hd_rating_millions"" text, ""total_itv1_viewers_millions"" text );","SELECT ""share_pct"" FROM ""series_5_2011"" WHERE ""episode""='Semi-final 2';",1-27319183-5 What was the official ITV1 HD rating in millions for the episode that had an official ITV1 rating of 8.98 million?,"CREATE TABLE ""series_5_2011"" ( ""episode"" text, ""date"" text, ""official_itv1_rating_millions"" text, ""weekly_rank"" real, ""share_pct"" text, ""official_itv1_hd_rating_millions"" text, ""total_itv1_viewers_millions"" text );","SELECT ""official_itv1_hd_rating_millions"" FROM ""series_5_2011"" WHERE ""official_itv1_rating_millions""='8.98';",1-27319183-5 When was the episode that had a share (%) of 41.5?,"CREATE TABLE ""series_5_2011"" ( ""episode"" text, ""date"" text, ""official_itv1_rating_millions"" text, ""weekly_rank"" real, ""share_pct"" text, ""official_itv1_hd_rating_millions"" text, ""total_itv1_viewers_millions"" text );","SELECT ""date"" FROM ""series_5_2011"" WHERE ""share_pct""='41.5';",1-27319183-5 Which episode had an official ITV1 HD rating of 1.185 million? ,"CREATE TABLE ""series_5_2011"" ( ""episode"" text, ""date"" text, ""official_itv1_rating_millions"" text, ""weekly_rank"" real, ""share_pct"" text, ""official_itv1_hd_rating_millions"" text, ""total_itv1_viewers_millions"" text );","SELECT ""episode"" FROM ""series_5_2011"" WHERE ""official_itv1_hd_rating_millions""='1.185';",1-27319183-5 What was the official ITV1 rating in millions of the Live Final Results episode?,"CREATE TABLE ""series_5_2011"" ( ""episode"" text, ""date"" text, ""official_itv1_rating_millions"" text, ""weekly_rank"" real, ""share_pct"" text, ""official_itv1_hd_rating_millions"" text, ""total_itv1_viewers_millions"" text );","SELECT ""official_itv1_rating_millions"" FROM ""series_5_2011"" WHERE ""episode""='Live final results';",1-27319183-5 What was the total ITV1 viewers in millions for the episode with a share (%) of 28.9? ,"CREATE TABLE ""series_5_2011"" ( ""episode"" text, ""date"" text, ""official_itv1_rating_millions"" text, ""weekly_rank"" real, ""share_pct"" text, ""official_itv1_hd_rating_millions"" text, ""total_itv1_viewers_millions"" text );","SELECT ""total_itv1_viewers_millions"" FROM ""series_5_2011"" WHERE ""share_pct""='28.9';",1-27319183-5 "What is the nickname of the Adrian, Michigan team?","CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT ""team_nickname"" FROM ""current_members"" WHERE ""location""='Adrian, Michigan';",1-27361255-1 "How many primary conferences were held in Allendale, Michigan?","CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT COUNT(""primary_conference"") FROM ""current_members"" WHERE ""location""='Allendale, Michigan';",1-27361255-1 Where is Robert Morris University-Illinois held?,"CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT ""location"" FROM ""current_members"" WHERE ""institution""='Robert Morris University-Illinois';",1-27361255-1 What is the enrollment for the Redhawks?,"CREATE TABLE ""current_members"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT COUNT(""enrollment"") FROM ""current_members"" WHERE ""team_nickname""='RedHawks';",1-27361255-1 what is the 2001 % for the status widowed or surviving partner?,"CREATE TABLE ""marriage_and_civil_partnership"" ( ""status"" text, ""2001_number_000"" real, ""2001_pct"" text, ""2011_number_000"" real, ""2011_pct"" text );","SELECT ""2001_pct"" FROM ""marriage_and_civil_partnership"" WHERE ""status""='Widowed or surviving partner';",1-273617-6 How many 2011 % is 7.9?,"CREATE TABLE ""marriage_and_civil_partnership"" ( ""status"" text, ""2001_number_000"" real, ""2001_pct"" text, ""2011_number_000"" real, ""2011_pct"" text );","SELECT COUNT(""2001_number_000"") FROM ""marriage_and_civil_partnership"" WHERE ""2011_pct""='7.9';",1-273617-6 "What is the lowest 2011 number (,000)?","CREATE TABLE ""marriage_and_civil_partnership"" ( ""status"" text, ""2001_number_000"" real, ""2001_pct"" text, ""2011_number_000"" real, ""2011_pct"" text );","SELECT MIN(""2011_number_000"") FROM ""marriage_and_civil_partnership"";",1-273617-6 "What is the 2011 number (,000) when the status is separated?","CREATE TABLE ""marriage_and_civil_partnership"" ( ""status"" text, ""2001_number_000"" real, ""2001_pct"" text, ""2011_number_000"" real, ""2011_pct"" text );","SELECT ""2011_number_000"" FROM ""marriage_and_civil_partnership"" WHERE ""status""='Separated';",1-273617-6 "What si the 2011 number (,000) when 2001 % is 28.1?","CREATE TABLE ""marriage_and_civil_partnership"" ( ""status"" text, ""2001_number_000"" real, ""2001_pct"" text, ""2011_number_000"" real, ""2011_pct"" text );","SELECT MAX(""2011_number_000"") FROM ""marriage_and_civil_partnership"" WHERE ""2001_pct""='28.1';",1-273617-6 What number episode in the season was directed by Paul Adelstein? ,"CREATE TABLE ""table1_27374740_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT MAX(""no_in_season"") FROM ""table1_27374740_1"" WHERE ""directed_by""='Paul Adelstein';",1-27374740-1 What is the earliest numbered episode of the season?,"CREATE TABLE ""table1_27374740_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT MIN(""no_in_season"") FROM ""table1_27374740_1"";",1-27374740-1 Who was the director for Tango Bar?,"CREATE TABLE ""table1_27423508_1"" ( ""year_ceremony"" text, ""english_title"" text, ""spanish_title"" text, ""director"" text, ""result"" text );","SELECT ""director"" FROM ""table1_27423508_1"" WHERE ""spanish_title""='Tango Bar';",1-27423508-1 What was the English title fo the film that was a nominee?,"CREATE TABLE ""table1_27423508_1"" ( ""year_ceremony"" text, ""english_title"" text, ""spanish_title"" text, ""director"" text, ""result"" text );","SELECT ""english_title"" FROM ""table1_27423508_1"" WHERE ""result""='Nominee';",1-27423508-1 What was the English title of Ladrones Y Mentirosos?,"CREATE TABLE ""table1_27423508_1"" ( ""year_ceremony"" text, ""english_title"" text, ""spanish_title"" text, ""director"" text, ""result"" text );","SELECT ""english_title"" FROM ""table1_27423508_1"" WHERE ""spanish_title""='Ladrones y mentirosos';",1-27423508-1 How many years have a weeks at #1 value of exactly 8?,"CREATE TABLE ""e"" ( ""artist"" text, ""country"" text, ""number_one_single_s"" text, ""year"" real, ""weeks_at_num1"" real, ""straight_to_num1"" text );","SELECT COUNT(""year"") FROM ""e"" WHERE ""weeks_at_num1""=8;",1-27441210-6 What is the position for outgoing manager alfredo merino,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""position_in_table"" FROM ""managerial_changes"" WHERE ""outgoing_manager""='Alfredo Merino';",1-27495117-3 how many teams had an appointment date of 11 april 2011,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT COUNT(""team"") FROM ""managerial_changes"" WHERE ""date_of_appointment""='11 April 2011';",1-27495117-3 what was the appointment date for outgoing manager luis césar sampedro,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""date_of_appointment"" FROM ""managerial_changes"" WHERE ""outgoing_manager""='Luis César Sampedro';",1-27495117-3 What was the manner of departure for the appointment date of 21 september 2010,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""manner_of_departure"" FROM ""managerial_changes"" WHERE ""date_of_appointment""='21 September 2010';",1-27495117-3 What was the position of appointment date 17 january 2011,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""position_in_table"" FROM ""managerial_changes"" WHERE ""date_of_appointment""='17 January 2011';",1-27495117-3 How many teams had an outgoing manager of antonio gómez,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT COUNT(""manner_of_departure"") FROM ""managerial_changes"" WHERE ""outgoing_manager""='Antonio Gómez';",1-27495117-3 What was the score for the opponent florida panthers?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real, ""decision"" text );","SELECT COUNT(""score"") FROM ""regular_season"" WHERE ""opponent""='Florida Panthers';",1-27501030-3 What is the ab ripper x when the length is 92:24?,"CREATE TABLE ""exercises_overview"" ( ""program"" text, ""exercise"" text, ""week"" text, ""muscles_worked"" text, ""type"" text, ""ab_ripper_x"" text, ""length"" text, ""equipment"" text );","SELECT ""ab_ripper_x"" FROM ""exercises_overview"" WHERE ""length""='92:24';",1-27512025-1 How many types are cardio?,"CREATE TABLE ""exercises_overview"" ( ""program"" text, ""exercise"" text, ""week"" text, ""muscles_worked"" text, ""type"" text, ""ab_ripper_x"" text, ""length"" text, ""equipment"" text );","SELECT COUNT(""program"") FROM ""exercises_overview"" WHERE ""type""='Cardio';",1-27512025-1 What is the ab ripper x when exercise is x stretch?,"CREATE TABLE ""exercises_overview"" ( ""program"" text, ""exercise"" text, ""week"" text, ""muscles_worked"" text, ""type"" text, ""ab_ripper_x"" text, ""length"" text, ""equipment"" text );","SELECT ""ab_ripper_x"" FROM ""exercises_overview"" WHERE ""exercise""='X Stretch';",1-27512025-1 What is the week when type is cardio workout?,"CREATE TABLE ""exercises_overview"" ( ""program"" text, ""exercise"" text, ""week"" text, ""muscles_worked"" text, ""type"" text, ""ab_ripper_x"" text, ""length"" text, ""equipment"" text );","SELECT ""week"" FROM ""exercises_overview"" WHERE ""type""='Cardio Workout';",1-27512025-1 "What is the exercise when the equipment is heart rate monitor, water and towel?","CREATE TABLE ""exercises_overview"" ( ""program"" text, ""exercise"" text, ""week"" text, ""muscles_worked"" text, ""type"" text, ""ab_ripper_x"" text, ""length"" text, ""equipment"" text );","SELECT ""exercise"" FROM ""exercises_overview"" WHERE ""equipment""='Heart rate monitor, water and towel';",1-27512025-1 Name the score for 29 game,"CREATE TABLE ""game_log"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""game""=29;",1-27537870-5 Name the opponent for record 10-13-3,"CREATE TABLE ""game_log"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""location_attendance"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""record""='10-13-3';",1-27537870-5 Name the december for record 14-17-4,"CREATE TABLE ""game_log"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""location_attendance"" text, ""record"" text );","SELECT ""december"" FROM ""game_log"" WHERE ""record""='14-17-4';",1-27537870-5 "Name the least december for hsbc arena/18,017","CREATE TABLE ""game_log"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""location_attendance"" text, ""record"" text );","SELECT MIN(""december"") FROM ""game_log"" WHERE ""location_attendance""='HSBC Arena/18,017';",1-27537870-5 Name the number of game 2-6,"CREATE TABLE ""game_log"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""score""='2-6';",1-27537870-5 What is the highest entry in November for the game 20?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT MAX(""november"") FROM ""regular_season"" WHERE ""game""=20;",1-27539535-4 What is the least entry for game if the score is 1-0?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT MIN(""game"") FROM ""regular_season"" WHERE ""score""='1-0';",1-27539535-4 What is every game on November 21?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT ""game"" FROM ""regular_season"" WHERE ""november""=21;",1-27539535-4 What is the highest amount of points?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT MAX(""points"") FROM ""regular_season"";",1-27539535-4 What is every record for game 13?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT ""record"" FROM ""regular_season"" WHERE ""game""=13;",1-27539535-4 What is the least amount of points?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT MIN(""points"") FROM ""regular_season"";",1-27539535-4 who was the opponent where the game is 14?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""game""=14;",1-27539272-5 what is the total number of locations that had a score of 1-3?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT COUNT(""location_attendance"") FROM ""regular_season"" WHERE ""score""='1-3';",1-27539272-5 what is the maximum number of points?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT MAX(""points"") FROM ""regular_season"";",1-27539272-5 what is the record that had a score of 5-3?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT ""record"" FROM ""regular_season"" WHERE ""score""='5-3';",1-27539272-5 what is the record for score 1-3?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""points"" real );","SELECT ""record"" FROM ""regular_season"" WHERE ""score""='1-3';",1-27539272-5 what is the number of original airdate written by allan hawco?,"CREATE TABLE ""table1_27547668_4"" ( ""num"" real, ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""viewers"" real, ""original_airdate"" text, ""prod_code"" real );","SELECT COUNT(""original_airdate"") FROM ""table1_27547668_4"" WHERE ""written_by""='Allan Hawco';",1-27547668-4 what is the total number of films directy and written by john callaghan?,"CREATE TABLE ""table1_27547668_4"" ( ""num"" real, ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""viewers"" real, ""original_airdate"" text, ""prod_code"" real );","SELECT COUNT(""directed_by"") FROM ""table1_27547668_4"" WHERE ""written_by""='John Callaghan';",1-27547668-4 What is the date of injury when the injury is sustained posterior thigh strains in his left leg?,"CREATE TABLE ""injuries_during_the_season"" ( ""date"" text, ""player"" text, ""injury"" text, ""date_of_injury"" text, ""number_of_matches_total"" text, ""source"" text );","SELECT ""date_of_injury"" FROM ""injuries_during_the_season"" WHERE ""injury""='Sustained posterior thigh strains in his left leg';",1-27552095-27 "How many times was the date october 3, 2010?","CREATE TABLE ""injuries_during_the_season"" ( ""date"" text, ""player"" text, ""injury"" text, ""date_of_injury"" text, ""number_of_matches_total"" text, ""source"" text );","SELECT COUNT(""player"") FROM ""injuries_during_the_season"" WHERE ""date""='October 3, 2010';",1-27552095-27 What is the date of injury for player Wesley sneijder (2)?,"CREATE TABLE ""injuries_during_the_season"" ( ""date"" text, ""player"" text, ""injury"" text, ""date_of_injury"" text, ""number_of_matches_total"" text, ""source"" text );","SELECT ""date_of_injury"" FROM ""injuries_during_the_season"" WHERE ""player""='Wesley Sneijder (2)';",1-27552095-27 What is the date of injury when the injury is foot injury and the number of matches (total) is 1?,"CREATE TABLE ""injuries_during_the_season"" ( ""date"" text, ""player"" text, ""injury"" text, ""date_of_injury"" text, ""number_of_matches_total"" text, ""source"" text );","SELECT ""date_of_injury"" FROM ""injuries_during_the_season"" WHERE ""injury""='Foot injury' AND ""number_of_matches_total""='1';",1-27552095-27 How many institutions are shown for the football stadium of mosaic stadium?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT COUNT(""institution"") FROM ""canada_west_football_conference_hardy_tr"" WHERE ""football_stadium""='Mosaic Stadium';",1-27599216-6 What year was mcmahon stadium founded?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT MAX(""founded"") FROM ""canada_west_football_conference_hardy_tr"" WHERE ""football_stadium""='McMahon Stadium';",1-27599216-6 What is the year founded for the team Dinos?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT MAX(""founded"") FROM ""canada_west_football_conference_hardy_tr"" WHERE ""team""='Dinos';",1-27599216-6 What is the capacity for the institution of university of alberta?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT ""capacity"" FROM ""canada_west_football_conference_hardy_tr"" WHERE ""institution""='University of Alberta';",1-27599216-6 Which institution has an endowment of $25.9m?,"CREATE TABLE ""canada_west_football_conference_hardy_tr"" ( ""institution"" text, ""team"" text, ""city"" text, ""province"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""endowment"" text, ""football_stadium"" text, ""capacity"" real );","SELECT ""institution"" FROM ""canada_west_football_conference_hardy_tr"" WHERE ""endowment""='$25.9M';",1-27599216-6 What is the ramsan-810 transfer delay?,"CREATE TABLE ""flash_and_ram_ss_ds"" ( ""product_name"" text, ""form_factor"" text, ""storage_medium"" text, ""max_usable_capacity_gb"" real, ""speed_iops"" real, ""latency_microseconds"" real, ""bandwidth_gb_s"" text );","SELECT COUNT(""latency_microseconds"") FROM ""flash_and_ram_ss_ds"" WHERE ""product_name""='RamSan-810';",1-27615520-1 What is the shape distortion for the range frequency of 10?,"CREATE TABLE ""flash_and_ram_ss_ds"" ( ""product_name"" text, ""form_factor"" text, ""storage_medium"" text, ""max_usable_capacity_gb"" real, ""speed_iops"" real, ""latency_microseconds"" real, ""bandwidth_gb_s"" text );","SELECT ""form_factor"" FROM ""flash_and_ram_ss_ds"" WHERE ""bandwidth_gb_s""='10';",1-27615520-1 List the number of ramsan-720 hard drives?,"CREATE TABLE ""flash_and_ram_ss_ds"" ( ""product_name"" text, ""form_factor"" text, ""storage_medium"" text, ""max_usable_capacity_gb"" real, ""speed_iops"" real, ""latency_microseconds"" real, ""bandwidth_gb_s"" text );","SELECT COUNT(""storage_medium"") FROM ""flash_and_ram_ss_ds"" WHERE ""product_name""='RamSan-720';",1-27615520-1 List the range distroration for the ramsan-630,"CREATE TABLE ""flash_and_ram_ss_ds"" ( ""product_name"" text, ""form_factor"" text, ""storage_medium"" text, ""max_usable_capacity_gb"" real, ""speed_iops"" real, ""latency_microseconds"" real, ""bandwidth_gb_s"" text );","SELECT ""form_factor"" FROM ""flash_and_ram_ss_ds"" WHERE ""product_name""='RamSan-630';",1-27615520-1 What is the Input/output operations per second for the emlc flash?,"CREATE TABLE ""flash_and_ram_ss_ds"" ( ""product_name"" text, ""form_factor"" text, ""storage_medium"" text, ""max_usable_capacity_gb"" real, ""speed_iops"" real, ""latency_microseconds"" real, ""bandwidth_gb_s"" text );","SELECT ""speed_iops"" FROM ""flash_and_ram_ss_ds"" WHERE ""storage_medium""='eMLC Flash';",1-27615520-1 What is the score for the game with the record of 3–12?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='3–12';",1-27698941-6 What is the game number for the game with a score of l 90–106 (ot)?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""game"" FROM ""game_log"" WHERE ""score""='L 90–106 (OT)';",1-27698941-6 How many games are shown for the game where andre iguodala (9) had the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""high_rebounds""='Andre Iguodala (9)';",1-27698941-6 Who had the most the most rebounds and how many did they have on April 1?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""date""='April 1';",1-27700530-14 Where was the game and what was the attendance on April 3? ,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""date""='April 3';",1-27700530-14 How many high rebounds are listed for game 35?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_rebounds"") FROM ""game_log"" WHERE ""game""=35;",1-27704187-8 "If the Close ranged weapons are the knife (stone), knife (iron), what are the Long ranged weapons?","CREATE TABLE ""warriors"" ( ""warrior"" text, ""close_ranged_weapons"" text, ""mid_ranged_weapons"" text, ""long_ranged_weapons"" text, ""armor"" text, ""special_weapon"" text );","SELECT ""long_ranged_weapons"" FROM ""warriors"" WHERE ""close_ranged_weapons""='Knife (stone), Knife (iron)';",1-27704991-1 "If the special weapon is the Grenado, what is the armor?","CREATE TABLE ""warriors"" ( ""warrior"" text, ""close_ranged_weapons"" text, ""mid_ranged_weapons"" text, ""long_ranged_weapons"" text, ""armor"" text, ""special_weapon"" text );","SELECT ""armor"" FROM ""warriors"" WHERE ""special_weapon""='Grenado';",1-27704991-1 "If the armor is bronze cuirass , linothorax, what are the close ranged weapons?","CREATE TABLE ""warriors"" ( ""warrior"" text, ""close_ranged_weapons"" text, ""mid_ranged_weapons"" text, ""long_ranged_weapons"" text, ""armor"" text, ""special_weapon"" text );","SELECT ""close_ranged_weapons"" FROM ""warriors"" WHERE ""armor""='Bronze cuirass , Linothorax';",1-27704991-1 "If the special weapon is glass egg, what is the close ranged weapon?","CREATE TABLE ""warriors"" ( ""warrior"" text, ""close_ranged_weapons"" text, ""mid_ranged_weapons"" text, ""long_ranged_weapons"" text, ""armor"" text, ""special_weapon"" text );","SELECT ""close_ranged_weapons"" FROM ""warriors"" WHERE ""special_weapon""='Glass egg';",1-27704991-1 Who had the high rebounds record on December 12?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""date""='December 12';",1-27712702-8 What was the record on December 27?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='December 27';",1-27712702-8 What game number is the Washington team.,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""team""='Washington';",1-27713583-6 Name the location attendance april 5,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""date""='April 5';",1-27713583-11 "Name the high assists for madison square garden 19,763 and record is 39–38","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""location_attendance""='Madison Square Garden 19,763' AND ""record""='39–38';",1-27713583-11 Name the date for cleveland,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""team""='Cleveland';",1-27713583-11 What is the original air date when the u.s. viewers in millions was 5.39?,"CREATE TABLE ""table1_27720737_1"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_million"" text );","SELECT ""original_air_date"" FROM ""table1_27720737_1"" WHERE ""u_s_viewers_million""='5.39';",1-27720737-1 What is the title of the series # 8?,"CREATE TABLE ""table1_27720737_1"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_million"" text );","SELECT ""title"" FROM ""table1_27720737_1"" WHERE ""series_num""=8;",1-27720737-1 What is the highest series # directed by ken whittingham?,"CREATE TABLE ""table1_27720737_1"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_million"" text );","SELECT MAX(""series_num"") FROM ""table1_27720737_1"" WHERE ""directed_by""='Ken Whittingham';",1-27720737-1 How many episodes had a production code 120?,"CREATE TABLE ""table1_27720737_1"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_million"" text );","SELECT COUNT(""series_num"") FROM ""table1_27720737_1"" WHERE ""production_code""=120;",1-27720737-1 Who had the most rebounds and how many did they have on October 16?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""date""='October 16';",1-27722408-2 Who had the most assists and how many did they have on October 7? ,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""date""='October 7';",1-27722408-2 What team did the Hornets play in game 4?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""game""=4;",1-27723228-3 Name the high assists for l 103–104 (ot),"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""score""='L 103–104 (OT)';",1-27723526-12 Name the high points for march 30,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""date""='March 30';",1-27723526-12 Name the score for josé juan barea (8),"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""high_assists""='José Juan Barea (8)';",1-27723526-12 What is the game number played on April 3?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MAX(""game"") FROM ""game_log"" WHERE ""date""='April 3';",1-27723526-13 What is the record after the Phoenix game?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""team""='Phoenix';",1-27723526-13 How many games had Robin Lopez (10) for the most rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""high_rebounds""='Robin Lopez (10)';",1-27733258-2 What two players had the highest rebounds for the October 14 game?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""date""='October 14';",1-27733258-2 Name the team for january 17,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""date""='January 17';",1-27733909-7 Name the team for score l 102–122 (ot),"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""score""='L 102–122 (OT)';",1-27733909-7 Name the number of high rebounds for january 5,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_rebounds"") FROM ""game_log"" WHERE ""date""='January 5';",1-27733909-7 Who is the mixed doubled on the tour korea super series?,"CREATE TABLE ""winners"" ( ""tour"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""mixed_doubles"" FROM ""winners"" WHERE ""tour""='Korea Super Series';",1-27753492-2 Who is the women's doubles when the mixed doubles are sudket prapakamol saralee thungthongkam?,"CREATE TABLE ""winners"" ( ""tour"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_doubles"" FROM ""winners"" WHERE ""mixed_doubles""='Sudket Prapakamol Saralee Thungthongkam';",1-27753492-2 Who were the womens doubles when the mixed doubles were zhang nan zhao yunlei on the tour all england super series?,"CREATE TABLE ""winners"" ( ""tour"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_doubles"" FROM ""winners"" WHERE ""mixed_doubles""='Zhang Nan Zhao Yunlei' AND ""tour""='All England Super Series';",1-27753492-2 Who is the womens doubles on the tour french super series?,"CREATE TABLE ""winners"" ( ""tour"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text, ""mixed_doubles"" text );","SELECT ""womens_doubles"" FROM ""winners"" WHERE ""tour""='French Super Series';",1-27753492-2 What was the score in the game in which Michael Beasley (26) did the high points?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""high_points""='Michael Beasley (26)';",1-27756314-11 Who did the most high rebounds on April 6?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""date""='April 6';",1-27756314-11 How many different results for high rebounds were there for game number 76?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_rebounds"") FROM ""game_log"" WHERE ""game""=76;",1-27756314-11 In how many different games did Luke Ridnour (5) did the most high assists?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""high_assists""='Luke Ridnour (5)';",1-27756314-11 Who had the high points when the team was charlotte?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""team""='Charlotte';",1-27756314-8 What is the highest game with team @ l.a. clippers?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MAX(""game"") FROM ""game_log"" WHERE ""team""='@ L.A. Clippers';",1-27756314-8 What is the date for the game with team orlando?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""team""='Orlando';",1-27756314-8 How many times did kevin love (22) have the high points?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""date"") FROM ""game_log"" WHERE ""high_points""='Kevin Love (22)';",1-27756314-8 What is the date for the game 35?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""game""=35;",1-27756314-8 who directed the episode that 6.3 million u.s. viewers saw?,"CREATE TABLE ""table1_27811555_1"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""prod_code"" text, ""u_s_viewers_millions"" text );","SELECT ""directed_by"" FROM ""table1_27811555_1"" WHERE ""u_s_viewers_millions""='6.3';",1-27811555-1 "how man episodes in the season were titled ""that's so sonny""?","CREATE TABLE ""table1_27811555_1"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""prod_code"" text, ""u_s_viewers_millions"" text );","SELECT COUNT(""no_in_season"") FROM ""table1_27811555_1"" WHERE ""title""='\""That''s So Sonny\""';",1-27811555-1 What is the college/junior/club team name of player Mats Lindgren?,"CREATE TABLE ""round_one"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""round_one"" WHERE ""player""='Mats Lindgren';",1-2781227-1 How many NHL teams is Denis Pederson a draft pick for?,"CREATE TABLE ""round_one"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""nhl_team"") FROM ""round_one"" WHERE ""player""='Denis Pederson';",1-2781227-1 Who wrote episode 23 in the season?,"CREATE TABLE ""table1_27823359_1"" ( ""series_num"" real, ""season_num"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_27823359_1"" WHERE ""season_num""='23';",1-27823359-1 "Who wrote the episode titled ""An Old-fashioned Piano Party""?","CREATE TABLE ""table1_27823359_1"" ( ""series_num"" real, ""season_num"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_millions"" text );","SELECT ""written_by"" FROM ""table1_27823359_1"" WHERE ""title""='\""An Old-Fashioned Piano Party\""';",1-27823359-1 Where was the location and attendance when they played milwaukee?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""team""='Milwaukee';",1-27882867-9 What was the date of the game when g. rivers (5) had the high assists?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""high_assists""='G. Rivers (5)';",1-27882867-9 How many people had the high points when a. webb (7) had the high assists?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""high_points"") FROM ""game_log"" WHERE ""high_assists""='A. Webb (7)';",1-27882867-9 What date was the game score w 104-98?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""score""='W 104-98';",1-27882867-9 Who had the high assists when the opponent was Indiana?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""team""='Indiana';",1-27882867-9 What was the location and attendance when d. wilkins (29) had the high points?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""high_points""='D. Wilkins (29)';",1-27882867-9 What is the location and attendance for the game where b. benjamin (10) had the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""high_rebounds""='B. Benjamin (10)';",1-27902171-7 "What dated was the game played at the location delta center 19,911?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""location_attendance""='Delta Center 19,911';",1-27902171-7 Which game had a score of w 95-85?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MIN(""game"") FROM ""game_log"" WHERE ""score""='W 95-85';",1-27902171-7 Who had the high points when the score was w 112-110?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""score""='W 112-110';",1-27902171-7 "What date was the game played in seattle center coliseum 12,126?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""location_attendance""='Seattle Center Coliseum 12,126';",1-27902171-7 How many production codes had a total number in the season of 8?,"CREATE TABLE ""table1_27988382_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT COUNT(""production_code"") FROM ""table1_27988382_1"" WHERE ""no_in_season""=8;",1-27988382-1 "what is the total rank on airdate march 30, 2011?","CREATE TABLE ""new_zealand_ratings"" ( ""episode_number"" text, ""episode_name"" text, ""airdate"" text, ""viewers_millions"" text, ""rank_timeslot"" text, ""rank_18_49_night"" text );","SELECT COUNT(""rank_timeslot"") FROM ""new_zealand_ratings"" WHERE ""airdate""='March 30, 2011';",1-27987623-4 for the ben williams name what was the previous club,"CREATE TABLE ""player_info"" ( ""no"" real, ""name"" text, ""place_of_birth"" text, ""date_of_birth"" text, ""previous_club"" text, ""date_joined"" text, ""fee"" text, ""contract_expiry"" text );","SELECT ""previous_club"" FROM ""player_info"" WHERE ""name""='Ben Williams';",1-27998152-1 what is the fee for ankaragücü previous club,"CREATE TABLE ""player_info"" ( ""no"" real, ""name"" text, ""place_of_birth"" text, ""date_of_birth"" text, ""previous_club"" text, ""date_joined"" text, ""fee"" text, ""contract_expiry"" text );","SELECT ""fee"" FROM ""player_info"" WHERE ""previous_club""='Ankaragücü';",1-27998152-1 how many date of birts are if the previous club is chelsea,"CREATE TABLE ""player_info"" ( ""no"" real, ""name"" text, ""place_of_birth"" text, ""date_of_birth"" text, ""previous_club"" text, ""date_joined"" text, ""fee"" text, ""contract_expiry"" text );","SELECT COUNT(""date_of_birth"") FROM ""player_info"" WHERE ""previous_club""='Chelsea';",1-27998152-1 for the no. 7 what is the date of birth,"CREATE TABLE ""player_info"" ( ""no"" real, ""name"" text, ""place_of_birth"" text, ""date_of_birth"" text, ""previous_club"" text, ""date_joined"" text, ""fee"" text, ""contract_expiry"" text );","SELECT ""date_of_birth"" FROM ""player_info"" WHERE ""no""=7;",1-27998152-1 "How many episodes were written by seth hoffman, russel friend & garrett lerner?","CREATE TABLE ""table1_28026156_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""rank_week"" text, ""original_air_date"" text );","SELECT COUNT(""rank_week"") FROM ""table1_28026156_1"" WHERE ""written_by""='Seth Hoffman, Russel Friend & Garrett Lerner';",1-28026156-1 Where did the episode rank that was written by thomas l. moran?,"CREATE TABLE ""table1_28026156_1"" ( ""no"" real, ""num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_million"" text, ""rank_week"" text, ""original_air_date"" text );","SELECT ""rank_week"" FROM ""table1_28026156_1"" WHERE ""written_by""='Thomas L. Moran';",1-28026156-1 "at most what number in the series was the episode ""chet episode""?","CREATE TABLE ""table1_28081876_5"" ( ""series_no"" real, ""season_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT MAX(""series_no"") FROM ""table1_28081876_5"" WHERE ""title""='\""Chet Episode\""';",1-28081876-5 "the episode entitled ""ward 8"" was what number in the series?","CREATE TABLE ""table1_28081876_5"" ( ""series_no"" real, ""season_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""series_no"" FROM ""table1_28081876_5"" WHERE ""title""='\""Ward 8\""';",1-28081876-5 "who directed the episode entitled ""home is where the hospital is""?","CREATE TABLE ""table1_28081876_5"" ( ""series_no"" real, ""season_no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real, ""u_s_viewers_millions"" text );","SELECT ""directed_by"" FROM ""table1_28081876_5"" WHERE ""title""='\""Home Is Where the Hospital Is\""';",1-28081876-5 Who won Womens Singles in the year that Ma Lin won Mens Singles?,"CREATE TABLE ""german_open"" ( ""year_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text );","SELECT ""womens_singles"" FROM ""german_open"" WHERE ""mens_singles""='Ma Lin';",1-28138035-15 What is the place and when was the year when the women's doubles womens were Bai yang Niu Jianfeng?,"CREATE TABLE ""swedish_open"" ( ""year_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text );","SELECT ""year_location"" FROM ""swedish_open"" WHERE ""womens_doubles""='Bai Yang Niu Jianfeng';",1-28138035-33 How many times has Ma Long won the men's singles?,"CREATE TABLE ""swedish_open"" ( ""year_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text );","SELECT COUNT(""mens_doubles"") FROM ""swedish_open"" WHERE ""mens_singles""='Ma Long';",1-28138035-33 How many times has Sun Jin won the women's doubles?,"CREATE TABLE ""swedish_open"" ( ""year_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""mens_doubles"" text, ""womens_doubles"" text );","SELECT COUNT(""mens_doubles"") FROM ""swedish_open"" WHERE ""womens_singles""='Sun Jin';",1-28138035-33 "What show featured the song ""little shop of horrors""?","CREATE TABLE ""song_list"" ( ""song_title"" text, ""artist"" text, ""show"" text, ""difficulty"" real, ""effort"" real, ""year"" real, ""dancers"" text );","SELECT ""show"" FROM ""song_list"" WHERE ""song_title""='\""Little Shop of Horrors\""';",1-28140141-1 How many artists were there for the show thoroughly modern millie?,"CREATE TABLE ""song_list"" ( ""song_title"" text, ""artist"" text, ""show"" text, ""difficulty"" real, ""effort"" real, ""year"" real, ""dancers"" text );","SELECT COUNT(""artist"") FROM ""song_list"" WHERE ""show""='Thoroughly Modern Millie';",1-28140141-1 How many shows were in 1994?,"CREATE TABLE ""song_list"" ( ""song_title"" text, ""artist"" text, ""show"" text, ""difficulty"" real, ""effort"" real, ""year"" real, ""dancers"" text );","SELECT COUNT(""difficulty"") FROM ""song_list"" WHERE ""year""=1994;",1-28140141-1 Name the engine for ecurie lutetia,"CREATE TABLE ""entries"" ( ""no"" real, ""driver"" text, ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text );","SELECT ""engine"" FROM ""entries"" WHERE ""entrant""='Ecurie Lutetia';",1-28190534-1 Name the chassis for sfacs ecurie france,"CREATE TABLE ""entries"" ( ""no"" real, ""driver"" text, ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text );","SELECT ""chassis"" FROM ""entries"" WHERE ""entrant""='SFACS Ecurie France';",1-28190534-1 Name the constructor for b. bira,"CREATE TABLE ""entries"" ( ""no"" real, ""driver"" text, ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text );","SELECT ""constructor"" FROM ""entries"" WHERE ""driver""='B. Bira';",1-28190534-1 Name the constructor for number 10,"CREATE TABLE ""entries"" ( ""no"" real, ""driver"" text, ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text );","SELECT ""constructor"" FROM ""entries"" WHERE ""no""=10;",1-28190534-1 Name the chassis for b. bira,"CREATE TABLE ""entries"" ( ""no"" real, ""driver"" text, ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text );","SELECT ""chassis"" FROM ""entries"" WHERE ""driver""='B. Bira';",1-28190534-1 the episode directed by art dielhenn was what number in the series? ,"CREATE TABLE ""table1_2818164_8"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""no_in_series"" FROM ""table1_2818164_8"" WHERE ""directed_by""='Art Dielhenn';",1-2818164-8 "who directed the episode entitled ""it's your move""?","CREATE TABLE ""table1_2818164_8"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""directed_by"" FROM ""table1_2818164_8"" WHERE ""title""='\""It''s Your Move\""';",1-2818164-8 "the episode ""adventures in babysitting"" had what number in the season?","CREATE TABLE ""table1_2818164_8"" ( ""no_in_series"" text, ""no_in_season"" text, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text );","SELECT ""no_in_season"" FROM ""table1_2818164_8"" WHERE ""title""='\""Adventures in Babysitting\""';",1-2818164-8 Who was the U21 Mens winner when Mike Marsden was the mixed restricted winner and Claire Nelson was the U21 Womens winner? ,"CREATE TABLE ""2009_10"" ( ""date_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""u21_mens"" text, ""u21_womens"" text, ""mixed_restricted"" text, ""mixed_veteran"" text );","SELECT ""u21_mens"" FROM ""2009_10"" WHERE ""mixed_restricted""='Mike Marsden' AND ""u21_womens""='Claire Nelson';",1-28211674-3 "When Naomi Owen won the Womens Singles and Ricardo Walther won the Mens Singles, who won the mixed veteran?","CREATE TABLE ""2009_10"" ( ""date_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""u21_mens"" text, ""u21_womens"" text, ""mixed_restricted"" text, ""mixed_veteran"" text );","SELECT ""mixed_veteran"" FROM ""2009_10"" WHERE ""womens_singles""='Naomi Owen' AND ""mens_singles""='Ricardo Walther';",1-28211674-3 Who won the mixed restricted when Tomasz Rzeszotko won the mixed veteran and Karina Le Fevre won the U21 womens?,"CREATE TABLE ""2009_10"" ( ""date_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""u21_mens"" text, ""u21_womens"" text, ""mixed_restricted"" text, ""mixed_veteran"" text );","SELECT ""mixed_restricted"" FROM ""2009_10"" WHERE ""mixed_veteran""='Tomasz Rzeszotko' AND ""u21_womens""='Karina Le Fevre';",1-28211674-3 When and where did Eddie Smith win the mixed veteran?,"CREATE TABLE ""2009_10"" ( ""date_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""u21_mens"" text, ""u21_womens"" text, ""mixed_restricted"" text, ""mixed_veteran"" text );","SELECT COUNT(""date_location"") FROM ""2009_10"" WHERE ""mixed_veteran""='Eddie Smith';",1-28211674-3 "When Matt Ware won the mens singles, who won the mixed restricted?","CREATE TABLE ""2009_10"" ( ""date_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""u21_mens"" text, ""u21_womens"" text, ""mixed_restricted"" text, ""mixed_veteran"" text );","SELECT ""mixed_restricted"" FROM ""2009_10"" WHERE ""mens_singles""='Matt Ware';",1-28211674-3 "When Paul Whiting won the mixed veteran, who won the mixed restricted?","CREATE TABLE ""2009_10"" ( ""date_location"" text, ""mens_singles"" text, ""womens_singles"" text, ""u21_mens"" text, ""u21_womens"" text, ""mixed_restricted"" text, ""mixed_veteran"" text );","SELECT ""mixed_restricted"" FROM ""2009_10"" WHERE ""mixed_veteran""='Paul Whiting';",1-28211674-3 How many winners have st kilda score at 14.11.95?,"CREATE TABLE ""results"" ( ""year"" real, ""round"" real, ""winner"" text, ""hawthorn_score"" text, ""st_kilda_score"" text, ""attendance"" real, ""venue"" text, ""silk_miller_medallist"" text );","SELECT COUNT(""winner"") FROM ""results"" WHERE ""st_kilda_score""='14.11.95';",1-28211103-1 What the listed in round when the hawthorn score is 17.7.109?,"CREATE TABLE ""results"" ( ""year"" real, ""round"" real, ""winner"" text, ""hawthorn_score"" text, ""st_kilda_score"" text, ""attendance"" real, ""venue"" text, ""silk_miller_medallist"" text );","SELECT MAX(""round"") FROM ""results"" WHERE ""hawthorn_score""='17.7.109';",1-28211103-1 What is the attendance when the hawthorn score is 18.15.123?,"CREATE TABLE ""results"" ( ""year"" real, ""round"" real, ""winner"" text, ""hawthorn_score"" text, ""st_kilda_score"" text, ""attendance"" real, ""venue"" text, ""silk_miller_medallist"" text );","SELECT ""attendance"" FROM ""results"" WHERE ""hawthorn_score""='18.15.123';",1-28211103-1 What is the hawthorn score at the year 2000?,"CREATE TABLE ""results"" ( ""year"" real, ""round"" real, ""winner"" text, ""hawthorn_score"" text, ""st_kilda_score"" text, ""attendance"" real, ""venue"" text, ""silk_miller_medallist"" text );","SELECT ""hawthorn_score"" FROM ""results"" WHERE ""year""=2000;",1-28211103-1 Who is the winner when the st kilda score is 13.10.88?,"CREATE TABLE ""results"" ( ""year"" real, ""round"" real, ""winner"" text, ""hawthorn_score"" text, ""st_kilda_score"" text, ""attendance"" real, ""venue"" text, ""silk_miller_medallist"" text );","SELECT ""winner"" FROM ""results"" WHERE ""st_kilda_score""='13.10.88';",1-28211103-1 What is the attendance when the st kilda score is 13.10.88?,"CREATE TABLE ""results"" ( ""year"" real, ""round"" real, ""winner"" text, ""hawthorn_score"" text, ""st_kilda_score"" text, ""attendance"" real, ""venue"" text, ""silk_miller_medallist"" text );","SELECT ""attendance"" FROM ""results"" WHERE ""st_kilda_score""='13.10.88';",1-28211103-1 How many caps figures for the Doncaster Rovers?,"CREATE TABLE ""northern_ireland"" ( ""player"" text, ""cap_s"" real, ""goal_s"" real, ""international_debut"" text, ""club_s"" text );","SELECT COUNT(""cap_s"") FROM ""northern_ireland"" WHERE ""club_s""='Doncaster Rovers';",1-28286776-52 "How many caps figures are there for Norwich City, Coventry City?","CREATE TABLE ""northern_ireland"" ( ""player"" text, ""cap_s"" real, ""goal_s"" real, ""international_debut"" text, ""club_s"" text );","SELECT COUNT(""cap_s"") FROM ""northern_ireland"" WHERE ""club_s""='Norwich City, Coventry City';",1-28286776-52 How many players had 8 goals?,"CREATE TABLE ""northern_ireland"" ( ""player"" text, ""cap_s"" real, ""goal_s"" real, ""international_debut"" text, ""club_s"" text );","SELECT COUNT(""player"") FROM ""northern_ireland"" WHERE ""goal_s""=8;",1-28286776-52 How many positions does the draft pick whose nationality is Czech Republic play?,"CREATE TABLE ""round_one"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""position"") FROM ""round_one"" WHERE ""nationality""='Czech Republic';",1-2840500-1 What draft pick number was Ric Jackman?,"CREATE TABLE ""round_one"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT MIN(""pick"") FROM ""round_one"" WHERE ""player""='Ric Jackman';",1-2840500-1 How many draft pick positions did Matt Bradley have?,"CREATE TABLE ""round_four"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""position"") FROM ""round_four"" WHERE ""player""='Matt Bradley';",1-2840500-4 How many players came from college team reipas lahti (finland)?,"CREATE TABLE ""round_four"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""player"") FROM ""round_four"" WHERE ""college_junior_club_team""='Reipas Lahti (Finland)';",1-2840500-4 What position does Antti-Jussi Niemi play?,"CREATE TABLE ""round_four"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""position"" FROM ""round_four"" WHERE ""player""='Antti-Jussi Niemi';",1-2840500-4 What position does that draft pick play from Lake Superior State University (NCAA)?,"CREATE TABLE ""round_four"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""position"" FROM ""round_four"" WHERE ""college_junior_club_team""='Lake Superior State University (NCAA)';",1-2840500-4 What is the nationality of Christian Lefebvre?,"CREATE TABLE ""round_four"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""round_four"" WHERE ""player""='Christian Lefebvre';",1-2840500-4 Name the number of nationalities for ryan mckie,"CREATE TABLE ""round_eight"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""nationality"") FROM ""round_eight"" WHERE ""player""='Ryan Mckie';",1-2840500-8 Name the pick for matthew scorsune,"CREATE TABLE ""round_eight"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""pick"" FROM ""round_eight"" WHERE ""player""='Matthew Scorsune';",1-2840500-8 Name the college for andrej podkonicky,"CREATE TABLE ""round_eight"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""round_eight"" WHERE ""player""='Andrej Podkonicky';",1-2840500-8 Name the most pick for evgeny korolev,"CREATE TABLE ""round_eight"" ( ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT MAX(""pick"") FROM ""round_eight"" WHERE ""player""='Evgeny Korolev';",1-2840500-8 Who was the coastal Carolina head coach in 2013?,"CREATE TABLE ""coastal_carolina_vs_fbs_schools"" ( ""year"" real, ""fbs_opponent"" text, ""result"" text, ""opponents_conference"" text, ""opponents_head_coach"" text, ""coastal_carolina_head_coach"" text );","SELECT ""coastal_carolina_head_coach"" FROM ""coastal_carolina_vs_fbs_schools"" WHERE ""year""=2013;",1-28418916-3 How many head coaches did Kent state golden flashes have?,"CREATE TABLE ""coastal_carolina_vs_fbs_schools"" ( ""year"" real, ""fbs_opponent"" text, ""result"" text, ""opponents_conference"" text, ""opponents_head_coach"" text, ""coastal_carolina_head_coach"" text );","SELECT COUNT(""opponents_head_coach"") FROM ""coastal_carolina_vs_fbs_schools"" WHERE ""fbs_opponent""='Kent State Golden Flashes';",1-28418916-3 What was the result when then opponents conference was Mac (east)?,"CREATE TABLE ""coastal_carolina_vs_fbs_schools"" ( ""year"" real, ""fbs_opponent"" text, ""result"" text, ""opponents_conference"" text, ""opponents_head_coach"" text, ""coastal_carolina_head_coach"" text );","SELECT ""result"" FROM ""coastal_carolina_vs_fbs_schools"" WHERE ""opponents_conference""='MAC (East)';",1-28418916-3 What nationality is the draft pick player going to Minnesota North Stars?,"CREATE TABLE ""round_one"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""round_one"" WHERE ""nhl_team""='Minnesota North Stars';",1-2850912-1 What daft pick number is the player coming from Regina Pats (WHL)?,"CREATE TABLE ""round_one"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""pick_num"" FROM ""round_one"" WHERE ""college_junior_club_team""='Regina Pats (WHL)';",1-2850912-1 What player is draft pick 17?,"CREATE TABLE ""round_one"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_one"" WHERE ""pick_num""=17;",1-2850912-1 What college team did draft pick 18 come from?,"CREATE TABLE ""round_one"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""round_one"" WHERE ""pick_num""=18;",1-2850912-1 How many times is a to par listed when the player is phil mickelson?,"CREATE TABLE ""table1_28498999_5"" ( ""num"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""winnings"" real, ""after"" real, ""before"" real );","SELECT COUNT(""to_par"") FROM ""table1_28498999_5"" WHERE ""player""='Phil Mickelson';",1-28498999-5 What is the score when the player is Matt Kuchar?,"CREATE TABLE ""table1_28498999_5"" ( ""num"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""winnings"" real, ""after"" real, ""before"" real );","SELECT ""score"" FROM ""table1_28498999_5"" WHERE ""player""='Matt Kuchar';",1-28498999-5 What is the player listed when the score is 68-70-68-69=275,"CREATE TABLE ""table1_28498999_5"" ( ""num"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""winnings"" real, ""after"" real, ""before"" real );","SELECT ""player"" FROM ""table1_28498999_5"" WHERE ""score""='68-70-68-69=275';",1-28498999-5 What is the # listed when the score is 70-69-69-70=278?,"CREATE TABLE ""table1_28498999_5"" ( ""num"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""winnings"" real, ""after"" real, ""before"" real );","SELECT ""num"" FROM ""table1_28498999_5"" WHERE ""score""='70-69-69-70=278';",1-28498999-5 To which organziation does the winnipeg jets belong to?,"CREATE TABLE ""round_twelve"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""round_twelve"" WHERE ""nhl_team""='Winnipeg Jets';",1-2850912-12 What position does allister brown play.,"CREATE TABLE ""round_twelve"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""position"" FROM ""round_twelve"" WHERE ""player""='Allister Brown';",1-2850912-12 What selection was the springfield olympics (nejhl)?,"CREATE TABLE ""round_twelve"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT MAX(""pick_num"") FROM ""round_twelve"" WHERE ""college_junior_club_team""='Springfield Olympics (NEJHL)';",1-2850912-12 List the players for team brynäs if (sweden).,"CREATE TABLE ""round_twelve"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_twelve"" WHERE ""college_junior_club_team""='Brynäs IF (Sweden)';",1-2850912-12 Which draft number did the new jersey devils get?,"CREATE TABLE ""round_twelve"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""pick_num"" FROM ""round_twelve"" WHERE ""nhl_team""='New Jersey Devils';",1-2850912-12 How many cuts did the player who earned 210408 Euro make?,"CREATE TABLE ""2009_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT ""cuts_made"" FROM ""2009_results"" WHERE ""earnings""=210408;",1-28540609-2 How many cuts did Gary Clark make?,"CREATE TABLE ""2009_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT ""cuts_made"" FROM ""2009_results"" WHERE ""player""='Gary Clark';",1-28540609-2 Which player made exactly 26 starts?,"CREATE TABLE ""2009_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT ""player"" FROM ""2009_results"" WHERE ""starts""=26;",1-28540609-2 How many cuts did Bernd Wiesberger make?,"CREATE TABLE ""2009_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT ""cuts_made"" FROM ""2009_results"" WHERE ""player""='Bernd Wiesberger';",1-28540609-2 How many earnings values are associated with players who had a best finish of T38?,"CREATE TABLE ""2009_results"" ( ""player"" text, ""starts"" real, ""cuts_made"" real, ""best_finish"" text, ""money_list_rank"" real, ""earnings"" real );","SELECT COUNT(""earnings"") FROM ""2009_results"" WHERE ""best_finish""='T38';",1-28540609-2 How many items appear in the dividend per share when the turnover is 0.42?,"CREATE TABLE ""financial_performance"" ( ""period_ended"" text, ""turnover_m"" text, ""profit_before_tax_m"" text, ""dividend_per_share_p"" text, ""adjusted_earnings_per_share_diluted_p"" text );","SELECT COUNT(""dividend_per_share_p"") FROM ""financial_performance"" WHERE ""turnover_m""='0.42';",1-2856898-1 What was the profit before tax when the turnover was 431.06?,"CREATE TABLE ""financial_performance"" ( ""period_ended"" text, ""turnover_m"" text, ""profit_before_tax_m"" text, ""dividend_per_share_p"" text, ""adjusted_earnings_per_share_diluted_p"" text );","SELECT ""profit_before_tax_m"" FROM ""financial_performance"" WHERE ""turnover_m""='431.06';",1-2856898-1 What was the turnover when the profit before tax was 29.47?,"CREATE TABLE ""financial_performance"" ( ""period_ended"" text, ""turnover_m"" text, ""profit_before_tax_m"" text, ""dividend_per_share_p"" text, ""adjusted_earnings_per_share_diluted_p"" text );","SELECT ""turnover_m"" FROM ""financial_performance"" WHERE ""profit_before_tax_m""='29.47';",1-2856898-1 What's the singer part number of the buttonholer whose storage case is a green plastic box?,"CREATE TABLE ""table1_28652521_1"" ( ""for_shank_type"" text, ""singer_part_number"" text, ""uses_templates"" text, ""description"" text, ""storage_case"" text );","SELECT ""singer_part_number"" FROM ""table1_28652521_1"" WHERE ""storage_case""='green plastic box';",1-28652521-1 What's the description of the buttonholer whose singer part number is 121795 kit 121908 buttonholer?,"CREATE TABLE ""table1_28652521_1"" ( ""for_shank_type"" text, ""singer_part_number"" text, ""uses_templates"" text, ""description"" text, ""storage_case"" text );","SELECT ""description"" FROM ""table1_28652521_1"" WHERE ""singer_part_number""='121795 kit 121908 buttonholer';",1-28652521-1 What are all the different descriptions for the buttonholer with cardboard box for storage and a low shank type?,"CREATE TABLE ""table1_28652521_1"" ( ""for_shank_type"" text, ""singer_part_number"" text, ""uses_templates"" text, ""description"" text, ""storage_case"" text );","SELECT ""description"" FROM ""table1_28652521_1"" WHERE ""storage_case""='cardboard box' AND ""for_shank_type""='low';",1-28652521-1 What's the storage case of the buttonholer described as ivory and red metal?,"CREATE TABLE ""table1_28652521_1"" ( ""for_shank_type"" text, ""singer_part_number"" text, ""uses_templates"" text, ""description"" text, ""storage_case"" text );","SELECT ""storage_case"" FROM ""table1_28652521_1"" WHERE ""description""='ivory and red metal';",1-28652521-1 What's the shank type of the buttonholer with red plastic box as storage case?,"CREATE TABLE ""table1_28652521_1"" ( ""for_shank_type"" text, ""singer_part_number"" text, ""uses_templates"" text, ""description"" text, ""storage_case"" text );","SELECT ""for_shank_type"" FROM ""table1_28652521_1"" WHERE ""storage_case""='red plastic box';",1-28652521-1 Who wrote the episode with 7.52 million US viewers?,"CREATE TABLE ""table1_28688313_1"" ( ""num"" real, ""episode"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_in_millions"" text, ""original_airdate"" text );","SELECT ""written_by"" FROM ""table1_28688313_1"" WHERE ""u_s_viewers_in_millions""='7.52';",1-28688313-1 What are the titles of episodes numbered 19?,"CREATE TABLE ""table1_28688313_1"" ( ""num"" real, ""episode"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_in_millions"" text, ""original_airdate"" text );","SELECT ""episode"" FROM ""table1_28688313_1"" WHERE ""num""=19;",1-28688313-1 Who wrote the episode with 9.81 million US viewers?,"CREATE TABLE ""table1_28688313_1"" ( ""num"" real, ""episode"" text, ""directed_by"" text, ""written_by"" text, ""u_s_viewers_in_millions"" text, ""original_airdate"" text );","SELECT ""written_by"" FROM ""table1_28688313_1"" WHERE ""u_s_viewers_in_millions""='9.81';",1-28688313-1 How many tracks have the title let love be your energy?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist_s"" text, ""arranger_s"" text );","SELECT COUNT(""track_no"") FROM ""out_of_the_blue_discography"" WHERE ""track""='Let Love Be Your Energy';",1-28715942-2 Who arranged song(s) with tom lyle on the vocal percussion?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist_s"" text, ""arranger_s"" text );","SELECT ""arranger_s"" FROM ""out_of_the_blue_discography"" WHERE ""vocal_percussionist_s""='Tom Lyle';",1-28715942-2 Who were the original artist(s) for track number 6?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist_s"" text, ""arranger_s"" text );","SELECT ""original_artist"" FROM ""out_of_the_blue_discography"" WHERE ""track_no""=6;",1-28715942-2 Who were the original artist(s) on harder to breathe?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist_s"" text, ""arranger_s"" text );","SELECT ""original_artist"" FROM ""out_of_the_blue_discography"" WHERE ""track""='Harder To Breathe';",1-28715942-2 Who were the original artist(s) when jack stamp arranged?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist_s"" text, ""arranger_s"" text );","SELECT ""original_artist"" FROM ""out_of_the_blue_discography"" WHERE ""arranger_s""='Jack Stamp';",1-28715942-2 Who is the artist where the vocal percussionist is Benjamin Holder?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist"" text, ""arranger_s"" text );","SELECT ""original_artist"" FROM ""out_of_the_blue_discography"" WHERE ""vocal_percussionist""='Benjamin Holder';",1-28715942-6 Who is the vocal percussionist for Sex Bomb?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist"" text, ""arranger_s"" text );","SELECT ""vocal_percussionist"" FROM ""out_of_the_blue_discography"" WHERE ""track""='Sex Bomb';",1-28715942-6 "Who is the original artist of ""Use Somebody""?","CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist"" text, ""arranger_s"" text );","SELECT ""original_artist"" FROM ""out_of_the_blue_discography"" WHERE ""track""='Use Somebody';",1-28715942-6 "Who is the arranger for ""I KIssed a Girl""?","CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist"" text, ""arranger_s"" text );","SELECT ""arranger_s"" FROM ""out_of_the_blue_discography"" WHERE ""track""='I Kissed a Girl';",1-28715942-6 Who is the percussionist for The Coral?,"CREATE TABLE ""out_of_the_blue_discography"" ( ""track_no"" real, ""track"" text, ""original_artist"" text, ""soloist_s"" text, ""vocal_percussionist"" text, ""arranger_s"" text );","SELECT ""vocal_percussionist"" FROM ""out_of_the_blue_discography"" WHERE ""original_artist""='The Coral';",1-28715942-6 What is the charity for the celebrity with an occupation title of actor and singer?,"CREATE TABLE ""the_celebrities"" ( ""nationality"" text, ""celebrity"" text, ""occupation"" text, ""charity"" text, ""status"" text );","SELECT ""charity"" FROM ""the_celebrities"" WHERE ""occupation""='Actor and Singer';",1-28730873-2 What is the title of the episode Alex Reid directed?,"CREATE TABLE ""table1_28760804_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""title"" FROM ""table1_28760804_1"" WHERE ""directed_by""='Alex Reid';",1-28760804-1 Who wrote the episode that got 5.95 million U.S. viewers?,"CREATE TABLE ""table1_28760804_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""written_by"" FROM ""table1_28760804_1"" WHERE ""u_s_viewers_million""='5.95';",1-28760804-1 How many million U.S. viewers saw the episode with production code 3X5710?,"CREATE TABLE ""table1_28760804_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""u_s_viewers_million"" FROM ""table1_28760804_1"" WHERE ""production_code""='3X5710';",1-28760804-1 How many directors got 6.79 million U.S. viewers from their episodes?,"CREATE TABLE ""table1_28760804_1"" ( ""no_in_series"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT COUNT(""directed_by"") FROM ""table1_28760804_1"" WHERE ""u_s_viewers_million""='6.79';",1-28760804-1 Who had the most points in the game on March 7?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""date""='March 7';",1-28768469-9 What was the record after the game against Washington?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""team""='Washington';",1-28768469-9 What is the highest score for the player with average of 30.00?,"CREATE TABLE ""batting_averages"" ( ""player"" text, ""matches"" real, ""innings"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""50s"" real );","SELECT ""highest_score"" FROM ""batting_averages"" WHERE ""average""='30.00';",1-28846752-12 How many innings for the player with an average of 22.61?,"CREATE TABLE ""batting_averages"" ( ""player"" text, ""matches"" real, ""innings"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""50s"" real );","SELECT ""innings"" FROM ""batting_averages"" WHERE ""average""='22.61';",1-28846752-12 What is the strike rate for the player with an average of 32.78?,"CREATE TABLE ""batting_averages"" ( ""player"" text, ""matches"" real, ""innings"" real, ""runs"" real, ""average"" text, ""strike_rate"" text, ""highest_score"" text, ""50s"" real );","SELECT ""strike_rate"" FROM ""batting_averages"" WHERE ""average""='32.78';",1-28846752-12 What is the name of the team when the stadium is listed as Edward Jones Dome?,"CREATE TABLE ""2011_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""team"" FROM ""2011_attendance_statistics"" WHERE ""stadium""='Edward Jones Dome';",1-28884858-1 What is the capacity percentage when the total attendance is 509940?,"CREATE TABLE ""2011_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""capacity_percentage"" FROM ""2011_attendance_statistics"" WHERE ""total_attendance""=509940;",1-28884858-1 What is the name of the stadium when the capacity percentage is 83.9%,"CREATE TABLE ""2011_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""stadium"" FROM ""2011_attendance_statistics"" WHERE ""capacity_percentage""='83.9%';",1-28884858-1 How many home games are listed when the average attendance is 79475?,"CREATE TABLE ""2011_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT COUNT(""home_games"") FROM ""2011_attendance_statistics"" WHERE ""average_attendance""=79475;",1-28884858-1 How many average attendance has a capacity percentage of 96.5%,"CREATE TABLE ""2011_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT COUNT(""average_attendance"") FROM ""2011_attendance_statistics"" WHERE ""capacity_percentage""='96.5%';",1-28884858-1 What is the number listed in home games when the team is Seattle Seahawks?,"CREATE TABLE ""2011_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""home_games"" FROM ""2011_attendance_statistics"" WHERE ""team""='Seattle Seahawks';",1-28884858-1 How many teams had a 99.3% capacity rating?,"CREATE TABLE ""2010_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT COUNT(""team"") FROM ""2010_attendance_statistics"" WHERE ""capacity_percentage""='99.3%';",1-28884858-2 What was the capacity for the Denver Broncos?,"CREATE TABLE ""2010_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""capacity_percentage"" FROM ""2010_attendance_statistics"" WHERE ""team""='Denver Broncos';",1-28884858-2 What was average attendance when total attendance was 541380?,"CREATE TABLE ""2010_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""average_attendance"" FROM ""2010_attendance_statistics"" WHERE ""total_attendance""=541380;",1-28884858-2 What team had a capacity of 102.3%?,"CREATE TABLE ""2010_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""team"" FROM ""2010_attendance_statistics"" WHERE ""capacity_percentage""='102.3%';",1-28884858-2 What was the total attendance of the New York Giants?,"CREATE TABLE ""2010_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT MIN(""total_attendance"") FROM ""2010_attendance_statistics"" WHERE ""team""='New York Giants';",1-28884858-2 What was the capacity percentage when attendance was 71080?,"CREATE TABLE ""2010_attendance_statistics"" ( ""team"" text, ""stadium"" text, ""home_games"" real, ""average_attendance"" real, ""total_attendance"" real, ""capacity_percentage"" text );","SELECT ""capacity_percentage"" FROM ""2010_attendance_statistics"" WHERE ""average_attendance""=71080;",1-28884858-2 What is the postal code when the administrative capital in Bori?,"CREATE TABLE ""local_government"" ( ""lga_name"" text, ""area_km_2"" real, ""census_2006_population"" real, ""administrative_capital"" text, ""postal_code"" real );","SELECT MAX(""postal_code"") FROM ""local_government"" WHERE ""administrative_capital""='Bori';",1-28891101-3 What is the 2006 censusn population when is the administrative capital is Eleme?,"CREATE TABLE ""local_government"" ( ""lga_name"" text, ""area_km_2"" real, ""census_2006_population"" real, ""administrative_capital"" text, ""postal_code"" real );","SELECT COUNT(""census_2006_population"") FROM ""local_government"" WHERE ""administrative_capital""='Eleme';",1-28891101-3 What is the 2006 census population when the area is 159?,"CREATE TABLE ""local_government"" ( ""lga_name"" text, ""area_km_2"" real, ""census_2006_population"" real, ""administrative_capital"" text, ""postal_code"" real );","SELECT COUNT(""census_2006_population"") FROM ""local_government"" WHERE ""area_km_2""=159;",1-28891101-3 What is the area when the Iga name is Ahoada East?,"CREATE TABLE ""local_government"" ( ""lga_name"" text, ""area_km_2"" real, ""census_2006_population"" real, ""administrative_capital"" text, ""postal_code"" real );","SELECT MAX(""area_km_2"") FROM ""local_government"" WHERE ""lga_name""='Ahoada East';",1-28891101-3 What NHL team picked richard borgo?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nhl_team"" FROM ""round_two"" WHERE ""player""='Richard Borgo';",1-2897457-2 What is the nationality of the draft pick player who plays centre position and is going to Calgary Flames?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""round_two"" WHERE ""position""='Centre' AND ""nhl_team""='Calgary Flames';",1-2897457-2 What player came from Cornell University (NCAA)?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_two"" WHERE ""college_junior_club_team""='Cornell University (NCAA)';",1-2897457-2 How many draft picks is player byron dafoe?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT COUNT(""pick_num"") FROM ""round_two"" WHERE ""player""='Byron Dafoe';",1-2897457-2 What is the nationality of the player picked to go to Washington Capitals?,"CREATE TABLE ""round_two"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""round_two"" WHERE ""nhl_team""='Washington Capitals';",1-2897457-2 What player attended avon old farms (ushs-ct)?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_five"" WHERE ""college_junior_club_team""='Avon Old Farms (USHS-CT)';",1-2897457-5 What pick number was marc deschamps?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""pick_num"" FROM ""round_five"" WHERE ""player""='Marc Deschamps';",1-2897457-5 What nationality is keith carney?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""round_five"" WHERE ""player""='Keith Carney';",1-2897457-5 What position did the #94 pick play?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""position"" FROM ""round_five"" WHERE ""pick_num""=94;",1-2897457-5 Which episode number saw 1.312 million U.S. Wviewers?,"CREATE TABLE ""table1_29085880_1"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""no"" FROM ""table1_29085880_1"" WHERE ""u_s_viewers_million""='1.312';",1-29085880-1 "How many million U.S. viewers saw ""Fake Me Home Tonight""?","CREATE TABLE ""table1_29085880_1"" ( ""no"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" text, ""u_s_viewers_million"" text );","SELECT ""u_s_viewers_million"" FROM ""table1_29085880_1"" WHERE ""title""='\""Fake Me Home Tonight\""';",1-29085880-1 What is the title of the episode directed by Rich Correll and written by Dennis Rinsler?,"CREATE TABLE ""table1_29102100_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""prod_code"" real, ""u_s_viewers_millions"" text );","SELECT ""title"" FROM ""table1_29102100_1"" WHERE ""directed_by""='Rich Correll' AND ""written_by""='Dennis Rinsler';",1-29102100-1 What number episode in the season had a production code of 334?,"CREATE TABLE ""table1_29102100_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""prod_code"" real, ""u_s_viewers_millions"" text );","SELECT MAX(""season_num"") FROM ""table1_29102100_1"" WHERE ""prod_code""=334;",1-29102100-1 "What number episode of the season was titled ""Vision Impossible""?","CREATE TABLE ""table1_29102100_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""prod_code"" real, ""u_s_viewers_millions"" text );","SELECT MIN(""season_num"") FROM ""table1_29102100_1"" WHERE ""title""='\""Vision Impossible\""';",1-29102100-1 What was the production code of the episode directed by Rondell Sheridan? ,"CREATE TABLE ""table1_29102100_1"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""prod_code"" real, ""u_s_viewers_millions"" text );","SELECT MAX(""prod_code"") FROM ""table1_29102100_1"" WHERE ""directed_by""='Rondell Sheridan';",1-29102100-1 in how many dates the opponen in the final was rushmi chakravarthi,"CREATE TABLE ""singles_finals_7_w_l_5_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""location"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT COUNT(""date"") FROM ""singles_finals_7_w_l_5_2"" WHERE ""opponent_in_the_final""='Rushmi Chakravarthi';",1-29127804-3 what is the name of the tournament where outcome is runner-up,"CREATE TABLE ""singles_finals_7_w_l_5_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""location"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""tournament"" FROM ""singles_finals_7_w_l_5_2"" WHERE ""outcome""='Runner-up';",1-29127804-3 "what is the material of the surface in the dehradun , uttarakhand, india location","CREATE TABLE ""singles_finals_7_w_l_5_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""location"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""surface"" FROM ""singles_finals_7_w_l_5_2"" WHERE ""location""='Dehradun , Uttarakhand, India';",1-29127804-3 "what is the material of the surface in noida , uttar pradesh, india","CREATE TABLE ""singles_finals_7_w_l_5_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""location"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""surface"" FROM ""singles_finals_7_w_l_5_2"" WHERE ""location""='Noida , Uttar Pradesh, India';",1-29127804-3 "what is the date of the game played in the bangalore , karnataka, india location","CREATE TABLE ""singles_finals_7_w_l_5_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""location"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""date"" FROM ""singles_finals_7_w_l_5_2"" WHERE ""location""='Bangalore , Karnataka, India';",1-29127804-3 What is the destination when the train number is 16526?,"CREATE TABLE ""express_trains"" ( ""sl_no"" real, ""train_number"" real, ""train_name"" text, ""origin"" text, ""destination"" text, ""time"" text, ""service"" text, ""route_via"" text );","SELECT ""destination"" FROM ""express_trains"" WHERE ""train_number""=16526;",1-29202276-2 What is the origin when the destination is Mumbai?,"CREATE TABLE ""express_trains"" ( ""sl_no"" real, ""train_number"" real, ""train_name"" text, ""origin"" text, ""destination"" text, ""time"" text, ""service"" text, ""route_via"" text );","SELECT ""origin"" FROM ""express_trains"" WHERE ""destination""='Mumbai';",1-29202276-2 What is the route/via when the destination is listed as Madurai?,"CREATE TABLE ""express_trains"" ( ""sl_no"" real, ""train_number"" real, ""train_name"" text, ""origin"" text, ""destination"" text, ""time"" text, ""service"" text, ""route_via"" text );","SELECT ""route_via"" FROM ""express_trains"" WHERE ""destination""='Madurai';",1-29202276-2 What is the route/via when the train name is Parasuram Express?,"CREATE TABLE ""express_trains"" ( ""sl_no"" real, ""train_number"" real, ""train_name"" text, ""origin"" text, ""destination"" text, ""time"" text, ""service"" text, ""route_via"" text );","SELECT ""route_via"" FROM ""express_trains"" WHERE ""train_name""='Parasuram Express';",1-29202276-2 What is the train number when the time is 10:38?,"CREATE TABLE ""express_trains"" ( ""sl_no"" real, ""train_number"" real, ""train_name"" text, ""origin"" text, ""destination"" text, ""time"" text, ""service"" text, ""route_via"" text );","SELECT MAX(""train_number"") FROM ""express_trains"" WHERE ""time""='10:38';",1-29202276-2 What is the Thurs 2 June time for the rider with a Fri 3 June time of 17' 36.58 128.554mph?,"CREATE TABLE ""practice_times_leaderboard_superbike"" ( ""rank"" real, ""rider"" text, ""mon_30_may"" text, ""tues_31_may"" text, ""wed_1_june"" text, ""thurs_2_june"" text, ""fri_3_june"" text );","SELECT ""thurs_2_june"" FROM ""practice_times_leaderboard_superbike"" WHERE ""fri_3_june""='17'' 36.58 128.554mph';",1-29218221-1 What is the Mon 30 May time for the rider whose Fri 3 June time was 17' 13.46 131.431mph?,"CREATE TABLE ""practice_times_leaderboard_superbike"" ( ""rank"" real, ""rider"" text, ""mon_30_may"" text, ""tues_31_may"" text, ""wed_1_june"" text, ""thurs_2_june"" text, ""fri_3_june"" text );","SELECT ""mon_30_may"" FROM ""practice_times_leaderboard_superbike"" WHERE ""fri_3_june""='17'' 13.46 131.431mph';",1-29218221-1 What is the Fri 3 June time for the rider whose Tues 31 May time was 19' 18.80 117.215mph?,"CREATE TABLE ""practice_times_leaderboard_superbike"" ( ""rank"" real, ""rider"" text, ""mon_30_may"" text, ""tues_31_may"" text, ""wed_1_june"" text, ""thurs_2_june"" text, ""fri_3_june"" text );","SELECT ""fri_3_june"" FROM ""practice_times_leaderboard_superbike"" WHERE ""tues_31_may""='19'' 18.80 117.215mph';",1-29218221-1 What is the Fri 3 June time for the rider with a Weds 1 June time of 18' 22.66 123.182mph?,"CREATE TABLE ""practice_times_leaderboard_supersport"" ( ""rank"" real, ""rider"" text, ""mon_30_may"" text, ""tues_31_may"" text, ""wed_1_june"" text, ""thurs_2_june"" text, ""fri_3_june"" text );","SELECT ""fri_3_june"" FROM ""practice_times_leaderboard_supersport"" WHERE ""wed_1_june""='18'' 22.66 123.182mph';",1-29218221-2 What is the rank of the rider whose Tues 31 May time was 19' 02.34 118.903mph?,"CREATE TABLE ""practice_times_leaderboard_supersport"" ( ""rank"" real, ""rider"" text, ""mon_30_may"" text, ""tues_31_may"" text, ""wed_1_june"" text, ""thurs_2_june"" text, ""fri_3_june"" text );","SELECT ""rank"" FROM ""practice_times_leaderboard_supersport"" WHERE ""tues_31_may""='19'' 02.34 118.903mph';",1-29218221-2 What is the number of riders that had a Tues 31 May time of 18' 55.91 124.236mph?,"CREATE TABLE ""practice_times_leaderboard_supersport"" ( ""rank"" real, ""rider"" text, ""mon_30_may"" text, ""tues_31_may"" text, ""wed_1_june"" text, ""thurs_2_june"" text, ""fri_3_june"" text );","SELECT COUNT(""rider"") FROM ""practice_times_leaderboard_supersport"" WHERE ""tues_31_may""='18'' 55.91 124.236mph';",1-29218221-2 Who was the rider with a Fri 3 June time of 18' 19.68 123.516mph?,"CREATE TABLE ""practice_times_leaderboard_supersport"" ( ""rank"" real, ""rider"" text, ""mon_30_may"" text, ""tues_31_may"" text, ""wed_1_june"" text, ""thurs_2_june"" text, ""fri_3_june"" text );","SELECT ""rider"" FROM ""practice_times_leaderboard_supersport"" WHERE ""fri_3_june""='18'' 19.68 123.516mph';",1-29218221-2 how many matches did the player that played 23 matches win,"CREATE TABLE ""table1_29302711_12"" ( ""rk"" real, ""name"" text, ""country"" text, ""matches_played"" real, ""matches_won"" real, ""points"" real, ""prize_money_usd"" real );","SELECT MIN(""matches_won"") FROM ""table1_29302711_12"" WHERE ""matches_played""=23;",1-29302711-12 how many countries had 21 points,"CREATE TABLE ""table1_29302711_12"" ( ""rk"" real, ""name"" text, ""country"" text, ""matches_played"" real, ""matches_won"" real, ""points"" real, ""prize_money_usd"" real );","SELECT COUNT(""country"") FROM ""table1_29302711_12"" WHERE ""points""=21;",1-29302711-12 how much prize money (in USD) did bob lutz win,"CREATE TABLE ""table1_29302711_12"" ( ""rk"" real, ""name"" text, ""country"" text, ""matches_played"" real, ""matches_won"" real, ""points"" real, ""prize_money_usd"" real );","SELECT MAX(""prize_money_usd"") FROM ""table1_29302711_12"" WHERE ""name""='Bob Lutz';",1-29302711-12 how many matches did colin dibley win,"CREATE TABLE ""table1_29302711_12"" ( ""rk"" real, ""name"" text, ""country"" text, ""matches_played"" real, ""matches_won"" real, ""points"" real, ""prize_money_usd"" real );","SELECT ""matches_won"" FROM ""table1_29302711_12"" WHERE ""name""='Colin Dibley';",1-29302711-12 What team hired Renato Gaúcho?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""position_in_table"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""team"" FROM ""managerial_changes"" WHERE ""replaced_by""='Renato Gaúcho';",1-29414946-3 How many times did Silas leave as a team manager?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""position_in_table"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT COUNT(""manner_of_departure"") FROM ""managerial_changes"" WHERE ""outgoing_manager""='Silas';",1-29414946-3 Why did Geninho leave as manager?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""position_in_table"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""manner_of_departure"" FROM ""managerial_changes"" WHERE ""outgoing_manager""='Geninho';",1-29414946-3 Who was the new Santos manager?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""position_in_table"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""replaced_by"" FROM ""managerial_changes"" WHERE ""team""='Santos';",1-29414946-3 Who was replaced as manager on June 20?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""position_in_table"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""outgoing_manager"" FROM ""managerial_changes"" WHERE ""date_of_appointment""='June 20';",1-29414946-3 Who is the s color commentator when the pregame host is jon sciambi?,"CREATE TABLE ""2000s"" ( ""year"" real, ""network"" text, ""play_by_play_announcers"" text, ""s_color_commentator"" text, ""pregame_hosts"" text, ""pregame_analysts"" text );","SELECT ""s_color_commentator"" FROM ""2000s"" WHERE ""pregame_hosts""='Jon Sciambi';",1-2941848-10 Who is the pregame host when the pregame analysts is Dave Campbell and the year is 2001?,"CREATE TABLE ""2000s"" ( ""year"" real, ""network"" text, ""play_by_play_announcers"" text, ""s_color_commentator"" text, ""pregame_hosts"" text, ""pregame_analysts"" text );","SELECT ""pregame_hosts"" FROM ""2000s"" WHERE ""pregame_analysts""='Dave Campbell' AND ""year""=2001;",1-2941848-10 How many networks are listed when the year is 2008?,"CREATE TABLE ""2000s"" ( ""year"" real, ""network"" text, ""play_by_play_announcers"" text, ""s_color_commentator"" text, ""pregame_hosts"" text, ""pregame_analysts"" text );","SELECT COUNT(""network"") FROM ""2000s"" WHERE ""year""=2008;",1-2941848-10 What is the original air date of the episode with production code is 319?,"CREATE TABLE ""table1_29436059_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""table1_29436059_1"" WHERE ""production_code""=319;",1-29436059-1 What is the title of episode 10?,"CREATE TABLE ""table1_29436059_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""title"" FROM ""table1_29436059_1"" WHERE ""no_in_season""=10;",1-29436059-1 "Who were the writers of the episode titled ""Tricky Dick""?","CREATE TABLE ""table1_29436059_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""written_by"" FROM ""table1_29436059_1"" WHERE ""title""='\""Tricky Dick\""';",1-29436059-1 What was the position of the player with 57 goals?,"CREATE TABLE ""list_of_players"" ( ""player"" text, ""nationality"" text, ""position"" text, ""dynamo_career"" text, ""appearances"" real, ""goals"" real );","SELECT ""position"" FROM ""list_of_players"" WHERE ""goals""=57;",1-29483890-1 What is the title of book number 7?,"CREATE TABLE ""novels"" ( ""num"" text, ""title"" text, ""author"" text, ""doctor"" text, ""featuring_companion"" text, ""published"" text, ""isbn"" text, ""audiobook_narrator"" text );","SELECT ""title"" FROM ""novels"" WHERE ""num""='7';",1-2950964-1 What is the title of book number 8?,"CREATE TABLE ""novels"" ( ""num"" text, ""title"" text, ""author"" text, ""doctor"" text, ""featuring_companion"" text, ""published"" text, ""isbn"" text, ""audiobook_narrator"" text );","SELECT ""title"" FROM ""novels"" WHERE ""num""='8';",1-2950964-1 What is the publication date of the book that is narrated by Michael Maloney?,"CREATE TABLE ""novels"" ( ""num"" text, ""title"" text, ""author"" text, ""doctor"" text, ""featuring_companion"" text, ""published"" text, ""isbn"" text, ""audiobook_narrator"" text );","SELECT ""published"" FROM ""novels"" WHERE ""audiobook_narrator""='Michael Maloney';",1-2950964-1 What is the title of ISBN 1-84990-243-7?,"CREATE TABLE ""novels"" ( ""num"" text, ""title"" text, ""author"" text, ""doctor"" text, ""featuring_companion"" text, ""published"" text, ""isbn"" text, ""audiobook_narrator"" text );","SELECT ""title"" FROM ""novels"" WHERE ""isbn""='ISBN 1-84990-243-7';",1-2950964-1 Who are the featuring companions of number 3?,"CREATE TABLE ""novels"" ( ""num"" text, ""title"" text, ""author"" text, ""doctor"" text, ""featuring_companion"" text, ""published"" text, ""isbn"" text, ""audiobook_narrator"" text );","SELECT ""featuring_companion"" FROM ""novels"" WHERE ""num""='3';",1-2950964-1 "When did ""My Confessions"" first air?","CREATE TABLE ""table1_29527718_1"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text );","SELECT ""original_air_date"" FROM ""table1_29527718_1"" WHERE ""title""='\""My Confessions\""';",1-29527718-1 "What was the time of the games that took place at the cassell coliseum • blacksburg, va?","CREATE TABLE ""table1_29535057_4"" ( ""date"" text, ""time"" text, ""acc_team"" text, ""big_ten_team"" text, ""location"" text, ""television"" text, ""attendance"" real, ""winner"" text, ""challenge_leader"" text );","SELECT ""time"" FROM ""table1_29535057_4"" WHERE ""location""='Cassell Coliseum • Blacksburg, VA';",1-29535057-4 How many challenge leaders were there of the games won by virginia (87-79)?,"CREATE TABLE ""table1_29535057_4"" ( ""date"" text, ""time"" text, ""acc_team"" text, ""big_ten_team"" text, ""location"" text, ""television"" text, ""attendance"" real, ""winner"" text, ""challenge_leader"" text );","SELECT COUNT(""challenge_leader"") FROM ""table1_29535057_4"" WHERE ""winner""='Virginia (87-79)';",1-29535057-4 Who were the challenge leaders of the games won by boston college (88-76)?,"CREATE TABLE ""table1_29535057_4"" ( ""date"" text, ""time"" text, ""acc_team"" text, ""big_ten_team"" text, ""location"" text, ""television"" text, ""attendance"" real, ""winner"" text, ""challenge_leader"" text );","SELECT ""challenge_leader"" FROM ""table1_29535057_4"" WHERE ""winner""='Boston College (88-76)';",1-29535057-4 Where did the games that had Wake Forest as Acc Team take place?,"CREATE TABLE ""table1_29535057_4"" ( ""date"" text, ""time"" text, ""acc_team"" text, ""big_ten_team"" text, ""location"" text, ""television"" text, ""attendance"" real, ""winner"" text, ""challenge_leader"" text );","SELECT ""location"" FROM ""table1_29535057_4"" WHERE ""acc_team""='Wake Forest';",1-29535057-4 Where did the games that had Wisconsin as big ten team take place?,"CREATE TABLE ""table1_29535057_4"" ( ""date"" text, ""time"" text, ""acc_team"" text, ""big_ten_team"" text, ""location"" text, ""television"" text, ""attendance"" real, ""winner"" text, ""challenge_leader"" text );","SELECT ""location"" FROM ""table1_29535057_4"" WHERE ""big_ten_team""='Wisconsin';",1-29535057-4 Who had the most assists and how many did they have on January 5?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""schedule"" WHERE ""date""='January 5';",1-29556461-7 What team was Temple playing on January 19?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""schedule"" WHERE ""date""='January 19';",1-29556461-7 "How many different combinations of team colors are there in all the schools in Maroa, Illinois?","CREATE TABLE ""member_schools"" ( ""institution"" text, ""location"" text, ""mascot"" text, ""colors"" text, ""affiliation"" text, ""9_12_enrollment"" real, ""school_website"" text );","SELECT COUNT(""colors"") FROM ""member_schools"" WHERE ""location""='Maroa, Illinois';",1-29612224-1 "What's the website of the school in Macon, Illinois?","CREATE TABLE ""member_schools"" ( ""institution"" text, ""location"" text, ""mascot"" text, ""colors"" text, ""affiliation"" text, ""9_12_enrollment"" real, ""school_website"" text );","SELECT ""school_website"" FROM ""member_schools"" WHERE ""location""='Macon, Illinois';",1-29612224-1 What location has 363 students enrolled in the 9th to 12th grades?,"CREATE TABLE ""member_schools"" ( ""institution"" text, ""location"" text, ""mascot"" text, ""colors"" text, ""affiliation"" text, ""9_12_enrollment"" real, ""school_website"" text );","SELECT ""location"" FROM ""member_schools"" WHERE ""9_12_enrollment""=363;",1-29612224-1 "What are the team colors from Tolono, Illinois?","CREATE TABLE ""member_schools"" ( ""institution"" text, ""location"" text, ""mascot"" text, ""colors"" text, ""affiliation"" text, ""9_12_enrollment"" real, ""school_website"" text );","SELECT ""colors"" FROM ""member_schools"" WHERE ""location""='Tolono, Illinois';",1-29612224-1 What's the name of the city or town of the school that operates the http://www.mfschools.org/high/ website?,"CREATE TABLE ""member_schools"" ( ""institution"" text, ""location"" text, ""mascot"" text, ""colors"" text, ""affiliation"" text, ""9_12_enrollment"" real, ""school_website"" text );","SELECT ""institution"" FROM ""member_schools"" WHERE ""school_website""='http://www.mfschools.org/high/';",1-29612224-1 "What colors can you see players from Tolono, Illinois wearing?","CREATE TABLE ""member_schools"" ( ""institution"" text, ""location"" text, ""mascot"" text, ""colors"" text, ""affiliation"" text, ""9_12_enrollment"" real, ""school_website"" text );","SELECT ""colors"" FROM ""member_schools"" WHERE ""location""='Tolono, Illinois';",1-29612224-1 Who had the fastest lap(s) when stefan wilson had the pole?,"CREATE TABLE ""race_results"" ( ""rd"" text, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""fastest_lap"" FROM ""race_results"" WHERE ""pole_position""='Stefan Wilson';",1-29690363-3 Who had the fastest lap(s) when josef newgarden led the most laps at edmonton?,"CREATE TABLE ""race_results"" ( ""rd"" text, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""fastest_lap"" FROM ""race_results"" WHERE ""most_laps_led""='Josef Newgarden' AND ""race""='Edmonton';",1-29690363-3 Who had the pole(s) when esteban guerrieri led the most laps round 8a and josef newgarden had the fastest lap?,"CREATE TABLE ""race_results"" ( ""rd"" text, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""pole_position"" FROM ""race_results"" WHERE ""most_laps_led""='Esteban Guerrieri' AND ""fastest_lap""='Josef Newgarden' AND ""rd""='8A';",1-29690363-3 Who led the most laps when brandon wagner had the fastest lap?,"CREATE TABLE ""race_results"" ( ""rd"" text, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""most_laps_led"" FROM ""race_results"" WHERE ""fastest_lap""='Brandon Wagner';",1-29690363-3 What race did josef newgarden have the fastest lap and lead the most laps?,"CREATE TABLE ""race_results"" ( ""rd"" text, ""race"" text, ""pole_position"" text, ""fastest_lap"" text, ""most_laps_led"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""race"" FROM ""race_results"" WHERE ""fastest_lap""='Josef Newgarden' AND ""most_laps_led""='Josef Newgarden';",1-29690363-3 What is the lowest overall amount of shutouts?,"CREATE TABLE ""goalkeepers"" ( ""name"" text, ""country"" text, ""years"" text, ""games"" real, ""minutes"" real, ""conceded"" real, ""shutouts"" real, ""int_caps"" real );","SELECT MIN(""shutouts"") FROM ""goalkeepers"";",1-29743928-4 When chase harrison category:articles with hcards is the name what is the year?,"CREATE TABLE ""goalkeepers"" ( ""name"" text, ""country"" text, ""years"" text, ""games"" real, ""minutes"" real, ""conceded"" real, ""shutouts"" real, ""int_caps"" real );","SELECT ""years"" FROM ""goalkeepers"" WHERE ""name""='Chase Harrison Category:Articles with hCards';",1-29743928-4 When chris konopka category:articles with hcards is the name what is the year?,"CREATE TABLE ""goalkeepers"" ( ""name"" text, ""country"" text, ""years"" text, ""games"" real, ""minutes"" real, ""conceded"" real, ""shutouts"" real, ""int_caps"" real );","SELECT ""years"" FROM ""goalkeepers"" WHERE ""name""='Chris Konopka Category:Articles with hCards';",1-29743928-4 When chase harrison category:articles with hcards is the name what is the year?,"CREATE TABLE ""goalkeepers"" ( ""name"" text, ""country"" text, ""years"" text, ""games"" real, ""minutes"" real, ""conceded"" real, ""shutouts"" real, ""int_caps"" real );","SELECT ""years"" FROM ""goalkeepers"" WHERE ""name""='Chase Harrison Category:Articles with hCards';",1-29743928-4 When 2010 is the year what is the game?,"CREATE TABLE ""goalkeepers"" ( ""name"" text, ""country"" text, ""years"" text, ""games"" real, ""minutes"" real, ""conceded"" real, ""shutouts"" real, ""int_caps"" real );","SELECT ""games"" FROM ""goalkeepers"" WHERE ""years""='2010';",1-29743928-4 "Which week had the song choice "" empire state of mind (part ii) broken down ""?","CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""week_num"" FROM ""performances"" WHERE ""song_choice""='\"" Empire State of Mind (Part II) Broken Down \""';",1-29756040-1 Which song was chosen during the audition week?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""song_choice"" FROM ""performances"" WHERE ""week_num""='Audition';",1-29756040-1 "What are all the order #s from the week ""top 6""?","CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""order_num"" FROM ""performances"" WHERE ""week_num""='Top 6';",1-29756040-1 Which artists have order # 1?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""original_artist"" FROM ""performances"" WHERE ""order_num""='1';",1-29756040-1 Which artists have order number 6?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""song_choice"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""original_artist"" FROM ""performances"" WHERE ""order_num""='6';",1-29756040-1 "how many episodes in the serie were title ""the key""","CREATE TABLE ""table1_29803475_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_million"" text );","SELECT COUNT(""no_in_series"") FROM ""table1_29803475_3"" WHERE ""title""='\""The Key\""';",1-29803475-3 what is the name of the episode directed by james bobin,"CREATE TABLE ""table1_29803475_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_million"" text );","SELECT ""title"" FROM ""table1_29803475_3"" WHERE ""directed_by""='James Bobin';",1-29803475-3 who directed the episode that have 0.25 million u.s viewers,"CREATE TABLE ""table1_29803475_3"" ( ""no_in_series"" real, ""no_in_season"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""original_air_date"" text, ""u_s_viewers_million"" text );","SELECT ""directed_by"" FROM ""table1_29803475_3"" WHERE ""u_s_viewers_million""='0.25';",1-29803475-3 "what is the official rating 16-39 for the episode with a 16-39 share of 22,77%?","CREATE TABLE ""rating_figures"" ( ""date"" text, ""episode"" real, ""official_rating_4"" text, ""share_4"" text, ""official_rating_16_39"" text, ""share_16_39"" text );","SELECT ""official_rating_16_39"" FROM ""rating_figures"" WHERE ""share_16_39""='22,77%';",1-29804176-23 "What is the official 4+ rating of the episode with a 16-39 share of 24,59%?","CREATE TABLE ""rating_figures"" ( ""date"" text, ""episode"" real, ""official_rating_4"" text, ""share_4"" text, ""official_rating_16_39"" text, ""share_16_39"" text );","SELECT ""official_rating_4"" FROM ""rating_figures"" WHERE ""share_16_39""='24,59%';",1-29804176-23 "What is the 16-39 share of the episode with a 4+ share of 30,01%?","CREATE TABLE ""rating_figures"" ( ""date"" text, ""episode"" real, ""official_rating_4"" text, ""share_4"" text, ""official_rating_16_39"" text, ""share_16_39"" text );","SELECT ""share_16_39"" FROM ""rating_figures"" WHERE ""share_4""='30,01%';",1-29804176-23 What university was Kevan George affiliated with?,"CREATE TABLE ""round_2"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""affiliation"" FROM ""round_2"" WHERE ""player""='Kevan George';",1-29836557-2 What pick number did Real Salt Lake get?,"CREATE TABLE ""round_2"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT MIN(""pick_num"") FROM ""round_2"" WHERE ""mls_team""='Real Salt Lake';",1-29836557-2 What pick number is Kevan George?,"CREATE TABLE ""round_2"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""pick_num"" FROM ""round_2"" WHERE ""player""='Kevan George';",1-29836557-2 Who was pick number 34?,"CREATE TABLE ""round_2"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""player"" FROM ""round_2"" WHERE ""pick_num""=34;",1-29836557-2 What MLS team picked Babayele Sodade?,"CREATE TABLE ""round_2"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""mls_team"" FROM ""round_2"" WHERE ""player""='Babayele Sodade';",1-29836557-2 What is the international use of the 1 единица flag?,"CREATE TABLE ""table1_29997112_3"" ( ""flag_name"" text, ""transliteration"" text, ""meaning"" text, ""description"" text, ""international_use"" text );","SELECT ""international_use"" FROM ""table1_29997112_3"" WHERE ""flag_name""='1 единица';",1-29997112-3 What is the name of the flag that means decimal digit 2?,"CREATE TABLE ""table1_29997112_3"" ( ""flag_name"" text, ""transliteration"" text, ""meaning"" text, ""description"" text, ""international_use"" text );","SELECT ""flag_name"" FROM ""table1_29997112_3"" WHERE ""meaning""='Decimal Digit 2';",1-29997112-3 How many different descriptions are there for the flag that means decimal digit 2?,"CREATE TABLE ""table1_29997112_3"" ( ""flag_name"" text, ""transliteration"" text, ""meaning"" text, ""description"" text, ""international_use"" text );","SELECT COUNT(""description"") FROM ""table1_29997112_3"" WHERE ""meaning""='Decimal Digit 2';",1-29997112-3 What are the meanings of the flag whose name transliterates to dvojka?,"CREATE TABLE ""table1_29997112_3"" ( ""flag_name"" text, ""transliteration"" text, ""meaning"" text, ""description"" text, ""international_use"" text );","SELECT ""meaning"" FROM ""table1_29997112_3"" WHERE ""transliteration""='dvojka';",1-29997112-3 What are the meanings of the flag whose name transliterates to semërka?,"CREATE TABLE ""table1_29997112_3"" ( ""flag_name"" text, ""transliteration"" text, ""meaning"" text, ""description"" text, ""international_use"" text );","SELECT ""meaning"" FROM ""table1_29997112_3"" WHERE ""transliteration""='semërka';",1-29997112-3 What are the meanings of the flag whose name transliterates to semërka?,"CREATE TABLE ""table1_29997112_3"" ( ""flag_name"" text, ""transliteration"" text, ""meaning"" text, ""description"" text, ""international_use"" text );","SELECT ""meaning"" FROM ""table1_29997112_3"" WHERE ""transliteration""='semërka';",1-29997112-3 How many 3rd runner up values does Turkey have?,"CREATE TABLE ""country_rankings"" ( ""rank"" real, ""country_territory"" text, ""mister_world"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""semifinalists"" real, ""total"" real );","SELECT COUNT(""3rd_runner_up"") FROM ""country_rankings"" WHERE ""country_territory""='Turkey';",1-30007801-1 What is the smallest 1st runner up value?,"CREATE TABLE ""country_rankings"" ( ""rank"" real, ""country_territory"" text, ""mister_world"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""semifinalists"" real, ""total"" real );","SELECT MIN(""1st_runner_up"") FROM ""country_rankings"";",1-30007801-1 What is the number of 1st runner up values for Jamaica?,"CREATE TABLE ""country_rankings"" ( ""rank"" real, ""country_territory"" text, ""mister_world"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""semifinalists"" real, ""total"" real );","SELECT COUNT(""1st_runner_up"") FROM ""country_rankings"" WHERE ""country_territory""='Jamaica';",1-30007801-1 What is the US air date when the director is ken girotti?,"CREATE TABLE ""table1_30012404_4"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""france_air_date"" text, ""canadian_air_date"" text, ""us_air_date"" text );","SELECT ""us_air_date"" FROM ""table1_30012404_4"" WHERE ""directed_by""='Ken Girotti';",1-30012404-4 What is the canadian air date when the US air date is 24 august 2012?,"CREATE TABLE ""table1_30012404_4"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""france_air_date"" text, ""canadian_air_date"" text, ""us_air_date"" text );","SELECT ""canadian_air_date"" FROM ""table1_30012404_4"" WHERE ""us_air_date""='24 August 2012';",1-30012404-4 What is the series # when the US air date is 20 July 2012?,"CREATE TABLE ""table1_30012404_4"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""written_by"" text, ""france_air_date"" text, ""canadian_air_date"" text, ""us_air_date"" text );","SELECT MIN(""series_num"") FROM ""table1_30012404_4"" WHERE ""us_air_date""='20 July 2012';",1-30012404-4 How many games had they won or lost in a row on May 9?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""location_attendance"" text, ""series"" text, ""streak"" text );","SELECT ""streak"" FROM ""game_log"" WHERE ""date""='May 9';",1-30047613-13 What is every entry for Tuesday August 23 when Thursday August 25 is 24' 31.87 92.282mph?,"CREATE TABLE ""2011_junior_classic_practice_times_and_l"" ( ""rank"" real, ""rider"" text, ""sat_20_aug"" text, ""mon_22_aug"" text, ""tues_23_aug"" text, ""wed_24_aug"" text, ""thurs_25_aug"" text, ""fri_26_aug"" text );","SELECT ""tues_23_aug"" FROM ""2011_junior_classic_practice_times_and_l"" WHERE ""thurs_25_aug""='24'' 31.87 92.282mph';",1-30058355-3 What is every value on Thursday August 25 for rank 3?,"CREATE TABLE ""2011_junior_classic_practice_times_and_l"" ( ""rank"" real, ""rider"" text, ""sat_20_aug"" text, ""mon_22_aug"" text, ""tues_23_aug"" text, ""wed_24_aug"" text, ""thurs_25_aug"" text, ""fri_26_aug"" text );","SELECT ""thurs_25_aug"" FROM ""2011_junior_classic_practice_times_and_l"" WHERE ""rank""=3;",1-30058355-3 What is every entry on Monday August 22 when the entry for Wednesday August 24 is 22' 50.05 99.141mph?,"CREATE TABLE ""2011_junior_classic_practice_times_and_l"" ( ""rank"" real, ""rider"" text, ""sat_20_aug"" text, ""mon_22_aug"" text, ""tues_23_aug"" text, ""wed_24_aug"" text, ""thurs_25_aug"" text, ""fri_26_aug"" text );","SELECT ""mon_22_aug"" FROM ""2011_junior_classic_practice_times_and_l"" WHERE ""wed_24_aug""='22'' 50.05 99.141mph';",1-30058355-3 What is every entry for Friday August 26 if the entry for Monday August 22 is 32' 25.72 69.809mph?,"CREATE TABLE ""2011_junior_classic_practice_times_and_l"" ( ""rank"" real, ""rider"" text, ""sat_20_aug"" text, ""mon_22_aug"" text, ""tues_23_aug"" text, ""wed_24_aug"" text, ""thurs_25_aug"" text, ""fri_26_aug"" text );","SELECT ""fri_26_aug"" FROM ""2011_junior_classic_practice_times_and_l"" WHERE ""mon_22_aug""='32'' 25.72 69.809mph';",1-30058355-3 How many nationalities are there for the 2011 apertura?,"CREATE TABLE ""winners"" ( ""tournament"" text, ""player"" text, ""nationality"" text, ""team"" text, ""games_played"" real, ""goals_conceded"" real, ""coefficient"" text );","SELECT COUNT(""nationality"") FROM ""winners"" WHERE ""tournament""='2011 Apertura';",1-30083499-1 Which team was in the 2012 clausura tournament?,"CREATE TABLE ""winners"" ( ""tournament"" text, ""player"" text, ""nationality"" text, ""team"" text, ""games_played"" real, ""goals_conceded"" real, ""coefficient"" text );","SELECT ""team"" FROM ""winners"" WHERE ""tournament""='2012 Clausura';",1-30083499-1 What is the coefficient for agustín marchesín (1)?,"CREATE TABLE ""winners"" ( ""tournament"" text, ""player"" text, ""nationality"" text, ""team"" text, ""games_played"" real, ""goals_conceded"" real, ""coefficient"" text );","SELECT ""coefficient"" FROM ""winners"" WHERE ""player""='Agustín Marchesín (1)';",1-30083499-1 the 2010 clausura tournament?,"CREATE TABLE ""winners"" ( ""tournament"" text, ""player"" text, ""nationality"" text, ""team"" text, ""games_played"" real, ""goals_conceded"" real, ""coefficient"" text );","SELECT ""coefficient"" FROM ""winners"" WHERE ""tournament""='2010 Clausura';",1-30083499-1 What is the nationality of the 2012 clausura tournament?,"CREATE TABLE ""winners"" ( ""tournament"" text, ""player"" text, ""nationality"" text, ""team"" text, ""games_played"" real, ""goals_conceded"" real, ""coefficient"" text );","SELECT ""nationality"" FROM ""winners"" WHERE ""tournament""='2012 Clausura';",1-30083499-1 Who did the high points in game number 1?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""=1;",1-30087032-5 In how many different games did Oliver Miller (7) did the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""high_rebounds""='Oliver Miller (7)';",1-30087032-5 Who did the high assists in the game where Charles Barkley (21) did the high points?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""high_points""='Charles Barkley (21)';",1-30087032-5 How many different high points results are there for the game on May 15?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT COUNT(""high_points"") FROM ""game_log"" WHERE ""date""='May 15';",1-30087032-5 In what series did Charles Barkley (34) did most high points?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""series"" FROM ""game_log"" WHERE ""high_points""='Charles Barkley (34)';",1-30087032-5 What is the barony of mountcotton?,"CREATE TABLE ""table1_30120605_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""barony"" FROM ""table1_30120605_1"" WHERE ""townland""='Mountcotton';",1-30120605-1 What is the area in acres of gortnaskehy?,"CREATE TABLE ""table1_30120605_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""area_acres"" FROM ""table1_30120605_1"" WHERE ""townland""='Gortnaskehy';",1-30120605-1 In which civil parish is ballymacandrick?,"CREATE TABLE ""table1_30120605_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""civil_parish"" FROM ""table1_30120605_1"" WHERE ""townland""='Ballymacandrick';",1-30120605-1 Name the townland for fermoy and ballynoe,"CREATE TABLE ""table1_30120664_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""townland"" FROM ""table1_30120664_1"" WHERE ""poor_law_union""='Fermoy' AND ""civil_parish""='Ballynoe';",1-30120664-1 name the civil parish for garryduff,"CREATE TABLE ""table1_30120664_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""civil_parish"" FROM ""table1_30120664_1"" WHERE ""townland""='Garryduff';",1-30120664-1 Name the area for civil parish ballynoe and killasseragh,"CREATE TABLE ""table1_30120664_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""area_acres"" FROM ""table1_30120664_1"" WHERE ""civil_parish""='Ballynoe' AND ""townland""='Killasseragh';",1-30120664-1 What is the poor law union of the Kilmaloda townland?,"CREATE TABLE ""table1_30121046_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""poor_law_union"" FROM ""table1_30121046_1"" WHERE ""townland""='Kilmaloda';",1-30121046-1 What is the poor law union of the Lackenagobidane townland?,"CREATE TABLE ""table1_30121046_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""poor_law_union"" FROM ""table1_30121046_1"" WHERE ""townland""='Lackenagobidane';",1-30121046-1 What is the poor law union of the Ardacrow townland?,"CREATE TABLE ""table1_30121046_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""poor_law_union"" FROM ""table1_30121046_1"" WHERE ""townland""='Ardacrow';",1-30121046-1 What is the maximum area (in acres) of the Knockacullen townland?,"CREATE TABLE ""table1_30121046_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT MAX(""area_acres"") FROM ""table1_30121046_1"" WHERE ""townland""='Knockacullen';",1-30121046-1 What are the civil parishes of the Loughmarsh townland?,"CREATE TABLE ""table1_30121082_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""civil_parish"" FROM ""table1_30121082_1"" WHERE ""townland""='Loughmarsh';",1-30121082-1 What is the greatest area when the Poor Law Union is Skibbereen and the Civil Parish is Tullagh?,"CREATE TABLE ""table1_30121082_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT MAX(""area_acres"") FROM ""table1_30121082_1"" WHERE ""poor_law_union""='Skibbereen' AND ""civil_parish""='Tullagh';",1-30121082-1 What are the areas (in acres) of the Kilnahera East townland?,"CREATE TABLE ""table1_30121082_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""area_acres"" FROM ""table1_30121082_1"" WHERE ""townland""='Kilnahera East';",1-30121082-1 What are the Baronies when the area (in acres) is 276?,"CREATE TABLE ""table1_30121082_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""barony"" FROM ""table1_30121082_1"" WHERE ""area_acres""=276;",1-30121082-1 What are the Poor Law Unions when the area (in acres) is 142?,"CREATE TABLE ""table1_30121082_1"" ( ""townland"" text, ""area_acres"" real, ""barony"" text, ""civil_parish"" text, ""poor_law_union"" text );","SELECT ""poor_law_union"" FROM ""table1_30121082_1"" WHERE ""area_acres""=142;",1-30121082-1 Tell me the average Rank for lossess less than 6 and wins less than 11 for michigan state,"CREATE TABLE ""ncaa_championship_game_appearances"" ( ""rank"" real, ""school"" text, ""appearances"" real, ""wins"" real, ""losses"" real );","SELECT AVG(""rank"") FROM ""ncaa_championship_game_appearances"" WHERE ""losses""<6 AND ""wins""<11 AND ""school""='michigan state';",2-10098068-6 Tell me the sum of losses for wins less than 2 and rank of 10 with appearances larger than 3,"CREATE TABLE ""ncaa_championship_game_appearances"" ( ""rank"" real, ""school"" text, ""appearances"" real, ""wins"" real, ""losses"" real );","SELECT SUM(""losses"") FROM ""ncaa_championship_game_appearances"" WHERE ""wins""<2 AND ""rank""=10 AND ""appearances"">3;",2-10098068-6 "Which Rank number has a Silver of 0, Gold of 2 and total smaller than 2?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""rank"") FROM ""medal_table"" WHERE ""silver""=0 AND ""gold""=2 AND ""total""<2;",2-1010430-2 What is the lowest Total containing a Bronze of 0 and Rank smaller than 2?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""medal_table"" WHERE ""bronze""=0 AND ""rank""<2;",2-1010430-2 Tell me the track for june 9,"CREATE TABLE ""schedule_results"" ( ""date"" text, ""track"" text, ""event_name"" text, ""pole_winner"" text, ""race_winner"" text );","SELECT ""track"" FROM ""schedule_results"" WHERE ""date""='june 9';",2-10353104-1 Tell me the track for scott lagasse jr.,"CREATE TABLE ""schedule_results"" ( ""date"" text, ""track"" text, ""event_name"" text, ""pole_winner"" text, ""race_winner"" text );","SELECT ""track"" FROM ""schedule_results"" WHERE ""race_winner""='scott lagasse jr.';",2-10353104-1 Tell me the event name for michael mcdowell and billy leslie,"CREATE TABLE ""schedule_results"" ( ""date"" text, ""track"" text, ""event_name"" text, ""pole_winner"" text, ""race_winner"" text );","SELECT ""event_name"" FROM ""schedule_results"" WHERE ""pole_winner""='michael mcdowell' AND ""race_winner""='billy leslie';",2-10353104-1 Tell me the pole winner of may 12,"CREATE TABLE ""schedule_results"" ( ""date"" text, ""track"" text, ""event_name"" text, ""pole_winner"" text, ""race_winner"" text );","SELECT ""pole_winner"" FROM ""schedule_results"" WHERE ""date""='may 12';",2-10353104-1 Tell me the lowest kazakhstan for kyrghizstan of 4.62 and belarus less than 2.46,"CREATE TABLE ""tfr_by_federal_subjects"" ( ""year"" real, ""azerbaijan"" real, ""armenia"" real, ""belarus"" real, ""georgia"" real, ""kazakhstan"" real, ""kyrghizstan"" real, ""latvia"" real, ""lithuania"" real, ""moldova"" real, ""russia"" real, ""tajikistan"" real, ""turkmenikstan"" real, ""uzbekistan"" real, ""ukraine"" real, ""estonia"" real );","SELECT MIN(""kazakhstan"") FROM ""tfr_by_federal_subjects"" WHERE ""kyrghizstan""=4.62 AND ""belarus""<2.46;",2-10102795-3 Tell me the lowest gold for rank of 6 and total less than 2,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""gold"") FROM ""medals_table"" WHERE ""rank""='6' AND ""total""<2;",2-10351118-1 Tell me the rank for bronze less than 17 and gold less than 1,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""rank"" FROM ""medals_table"" WHERE ""bronze""<17 AND ""silver"">1 AND ""gold""<1;",2-10351118-1 Tell me the WL doubles with a debut of 1999,"CREATE TABLE ""team_representatives"" ( ""player"" text, ""w_l_total"" text, ""w_l_singles"" text, ""w_l_doubles"" text, ""ties"" real, ""debut"" real, ""years_played"" real );","SELECT ""w_l_doubles"" FROM ""team_representatives"" WHERE ""debut""=1999;",2-10153810-7 "For the Hockey East conference, what is the total number of win percentages when there are less than 4 bids?","CREATE TABLE ""record_by_conference"" ( ""conference"" text, ""num_of_bids"" real, ""record"" text, ""win_pct"" real, ""regional_finals"" real );","SELECT COUNT(""win_pct"") FROM ""record_by_conference"" WHERE ""conference""='hockey east' AND ""num_of_bids""<4;",2-10084187-2 What is the average Regional Finals score when the record is 3-2 and there are more than 3 bids?,"CREATE TABLE ""record_by_conference"" ( ""conference"" text, ""num_of_bids"" real, ""record"" text, ""win_pct"" real, ""regional_finals"" real );","SELECT AVG(""regional_finals"") FROM ""record_by_conference"" WHERE ""record""='3-2' AND ""num_of_bids"">3;",2-10084187-2 In what competition was the score reported as 12.8 (80) - 8.7 (55)?,"CREATE TABLE ""reserves_team"" ( ""year"" text, ""competition"" text, ""opponent"" text, ""score"" text, ""venue"" text );","SELECT ""competition"" FROM ""reserves_team"" WHERE ""score""='12.8 (80) - 8.7 (55)';",2-10257-4 At what venue was there a competition with a score reported as 7.14 (56) - 4.5 (29)?,"CREATE TABLE ""reserves_team"" ( ""year"" text, ""competition"" text, ""opponent"" text, ""score"" text, ""venue"" text );","SELECT ""venue"" FROM ""reserves_team"" WHERE ""score""='7.14 (56) - 4.5 (29)';",2-10257-4 At what venue did the team from Collingwood score 7.14 (56) - 4.5 (29)?,"CREATE TABLE ""reserves_team"" ( ""year"" text, ""competition"" text, ""opponent"" text, ""score"" text, ""venue"" text );","SELECT ""venue"" FROM ""reserves_team"" WHERE ""opponent""='collingwood' AND ""score""='7.14 (56) - 4.5 (29)';",2-10257-4 What team does Jimmy Frazelle play on?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""mls_team"" FROM ""round_five"" WHERE ""player""='jimmy frazelle';",2-1014145-5 Which MLS team has the #41 pick?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""mls_team"" FROM ""round_five"" WHERE ""pick_num""=41;",2-1014145-5 What position has UCLA pick that is larger than #47?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""position"" FROM ""round_five"" WHERE ""pick_num"">47 AND ""affiliation""='ucla';",2-1014145-5 What is the position of the Colorado Rapids team?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""mls_team"" text, ""player"" text, ""position"" text, ""affiliation"" text );","SELECT ""position"" FROM ""round_five"" WHERE ""mls_team""='colorado rapids';",2-1014145-5 Tell me the service for versions l-410uvp,"CREATE TABLE ""aircraft_inventory"" ( ""aircraft"" text, ""origin"" text, ""type"" text, ""versions"" text, ""in_service"" text );","SELECT ""in_service"" FROM ""aircraft_inventory"" WHERE ""versions""='l-410uvp';",2-1035225-1 Tell me the versions for czechoslovakia?,"CREATE TABLE ""aircraft_inventory"" ( ""aircraft"" text, ""origin"" text, ""type"" text, ""versions"" text, ""in_service"" text );","SELECT ""versions"" FROM ""aircraft_inventory"" WHERE ""origin""='czechoslovakia';",2-1035225-1 Tell me the aircraft for pzl-104,"CREATE TABLE ""aircraft_inventory"" ( ""aircraft"" text, ""origin"" text, ""type"" text, ""versions"" text, ""in_service"" text );","SELECT ""aircraft"" FROM ""aircraft_inventory"" WHERE ""versions""='pzl-104';",2-1035225-1 Tell me the origin for mi-2,"CREATE TABLE ""aircraft_inventory"" ( ""aircraft"" text, ""origin"" text, ""type"" text, ""versions"" text, ""in_service"" text );","SELECT ""origin"" FROM ""aircraft_inventory"" WHERE ""versions""='mi-2';",2-1035225-1 Tell me the total number of top 25 for wins less than 1 and cuts made of 22,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""top_25"") FROM ""summary"" WHERE ""cuts_made""=22 AND ""wins""<1;",2-1006287-7 Tell me the total number of events for tournament of masters tournament and top 25 less than 6,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""events"") FROM ""summary"" WHERE ""tournament""='masters tournament' AND ""top_25""<6;",2-1006287-7 What was the earliest year for the USISL Pro League?,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT MIN(""year"") FROM ""year_by_year"" WHERE ""league""='usisl pro league';",2-1035432-1 What is the 2007 Lukoil oil prodroduction when in 2010 oil production 3.137 million tonnes?,"CREATE TABLE ""lukoil_oil_production_by_region_million_"" ( ""region"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2007"" FROM ""lukoil_oil_production_by_region_million_"" WHERE ""2010""='3.137';",2-1027881-1 What is the 2010 Lukoil oil prodroduction when in 2009 oil production 21.662 million tonnes?,"CREATE TABLE ""lukoil_oil_production_by_region_million_"" ( ""region"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2010"" FROM ""lukoil_oil_production_by_region_million_"" WHERE ""2009""='21.662';",2-1027881-1 What is the 2004 Lukoil oil prodroduction when in 2011 oil production 90.917 million tonnes?,"CREATE TABLE ""lukoil_oil_production_by_region_million_"" ( ""region"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2004"" FROM ""lukoil_oil_production_by_region_million_"" WHERE ""2011""='90.917';",2-1027881-1 What is the 2005 Lukoil oil prodroduction when in 2007 oil production 91.100 million tonnes?,"CREATE TABLE ""lukoil_oil_production_by_region_million_"" ( ""region"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2005"" FROM ""lukoil_oil_production_by_region_million_"" WHERE ""2007""='91.100';",2-1027881-1 What is the 2005 Lukoil oil prodroduction when in 2007 oil production 5.545 million tonnes?,"CREATE TABLE ""lukoil_oil_production_by_region_million_"" ( ""region"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2005"" FROM ""lukoil_oil_production_by_region_million_"" WHERE ""2007""='5.545';",2-1027881-1 Tell me the highest home runs for cleveland indians years before 1931,"CREATE TABLE ""most_home_runs_by_a_pitcher_in_a_season_"" ( ""player"" text, ""home_runs"" real, ""season_total"" real, ""year"" real, ""team"" text );","SELECT MAX(""home_runs"") FROM ""most_home_runs_by_a_pitcher_in_a_season_"" WHERE ""team""='cleveland indians' AND ""year""<1931;",2-1035235-5 What nation has the lowest gold average that has a rank over 9?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""gold"") FROM ""medal_table"" WHERE ""rank"">9;",2-10256651-3 Tell me the country for julian schnabel,"CREATE TABLE ""2000s"" ( ""year"" real, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""country"" FROM ""2000s"" WHERE ""director""='julian schnabel';",2-10259574-2 Name the title of jean-pierre jeunet,"CREATE TABLE ""2000s"" ( ""year"" real, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""english_title"" FROM ""2000s"" WHERE ""director""='jean-pierre jeunet';",2-10259574-2 What is the power output (kw) of model hxd2b?,"CREATE TABLE ""ac_dc_ac_transmission"" ( ""model"" text, ""build_year"" text, ""top_speed_in_operation_km_h"" real, ""power_output_k_w"" text, ""builder_family"" text, ""total_production"" text );","SELECT ""power_output_k_w"" FROM ""ac_dc_ac_transmission"" WHERE ""model""='hxd2b';",2-10285177-8 "What model has a builder of zhuzhou, and a power output of 9600 (kw)?","CREATE TABLE ""ac_dc_ac_transmission"" ( ""model"" text, ""build_year"" text, ""top_speed_in_operation_km_h"" real, ""power_output_k_w"" text, ""builder_family"" text, ""total_production"" text );","SELECT ""model"" FROM ""ac_dc_ac_transmission"" WHERE ""builder_family""='zhuzhou' AND ""power_output_k_w""='9600';",2-10285177-8 What is the power output (kw) of model hxd3d?,"CREATE TABLE ""ac_dc_ac_transmission"" ( ""model"" text, ""build_year"" text, ""top_speed_in_operation_km_h"" real, ""power_output_k_w"" text, ""builder_family"" text, ""total_production"" text );","SELECT ""power_output_k_w"" FROM ""ac_dc_ac_transmission"" WHERE ""model""='hxd3d';",2-10285177-8 "What is the power output (kw) of builder zhuzhou, model hxd1d, with a total production of 2?","CREATE TABLE ""ac_dc_ac_transmission"" ( ""model"" text, ""build_year"" text, ""top_speed_in_operation_km_h"" real, ""power_output_k_w"" text, ""builder_family"" text, ""total_production"" text );","SELECT ""power_output_k_w"" FROM ""ac_dc_ac_transmission"" WHERE ""total_production""='2' AND ""builder_family""='zhuzhou' AND ""model""='hxd1d';",2-10285177-8 Name the average bronze for total less than 1,"CREATE TABLE ""medals_by_country"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medals_by_country"" WHERE ""total""<1;",2-1006029-1 Name the recipient of much ado about nothing for 1973,"CREATE TABLE ""external_links"" ( ""year"" real, ""recipient"" text, ""role"" text, ""play"" text, ""production"" text );","SELECT ""recipient"" FROM ""external_links"" WHERE ""play""='much ado about nothing' AND ""year""=1973;",2-10231753-1 Name the recipientof the year for 1976,"CREATE TABLE ""external_links"" ( ""year"" real, ""recipient"" text, ""role"" text, ""play"" text, ""production"" text );","SELECT ""recipient"" FROM ""external_links"" WHERE ""year""=1976;",2-10231753-1 Name the play for 1976,"CREATE TABLE ""external_links"" ( ""year"" real, ""recipient"" text, ""role"" text, ""play"" text, ""production"" text );","SELECT ""play"" FROM ""external_links"" WHERE ""year""=1976;",2-10231753-1 Name the average year for much ado about nothing and recipient of ray virta,"CREATE TABLE ""external_links"" ( ""year"" real, ""recipient"" text, ""role"" text, ""play"" text, ""production"" text );","SELECT AVG(""year"") FROM ""external_links"" WHERE ""play""='much ado about nothing' AND ""recipient""='ray virta';",2-10231753-1 "On channel 32, when the power is 32 kW horizontal, what is the modulation?","CREATE TABLE ""tv"" ( ""channel"" real, ""frequency"" text, ""power"" text, ""modulation"" text, ""erraor_protection_mode"" text, ""guard"" text, ""data_rate"" text );","SELECT ""modulation"" FROM ""tv"" WHERE ""power""='32 kw horizontal' AND ""channel""=32;",2-10072577-2 "On channel 32, when the power is 32 kW horizontal, what is the frequency?","CREATE TABLE ""tv"" ( ""channel"" real, ""frequency"" text, ""power"" text, ""modulation"" text, ""erraor_protection_mode"" text, ""guard"" text, ""data_rate"" text );","SELECT ""frequency"" FROM ""tv"" WHERE ""power""='32 kw horizontal' AND ""channel""=32;",2-10072577-2 Tell me the highest wins for year less than 2000 and best finish of 4 and tournaments played less than 3,"CREATE TABLE ""lpga_tour_record"" ( ""year"" real, ""tournaments_played"" real, ""cuts_made"" real, ""wins"" real, ""top_10s"" real, ""best_finish"" text, ""earnings"" text, ""scoring_average"" real );","SELECT MAX(""wins"") FROM ""lpga_tour_record"" WHERE ""year""<2000 AND ""best_finish""='4' AND ""tournaments_played""<3;",2-102100-5 Tell me the scoring average for year less than 1998 and wins more than 3,"CREATE TABLE ""lpga_tour_record"" ( ""year"" real, ""tournaments_played"" real, ""cuts_made"" real, ""wins"" real, ""top_10s"" real, ""best_finish"" text, ""earnings"" text, ""scoring_average"" real );","SELECT ""scoring_average"" FROM ""lpga_tour_record"" WHERE ""year""<1998 AND ""wins"">3;",2-102100-5 "What happened on November 20, 1983 before week 15?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""week""<15 AND ""date""='november 20, 1983';",2-10361946-2 Who won under Gary Simms?,"CREATE TABLE ""winners_since_1991"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""time"" text, ""grade"" text );","SELECT ""winner"" FROM ""winners_since_1991"" WHERE ""trainer""='gary simms';",2-10219395-1 Which trainer had a time of 1:10.09 with a year less than 2009?,"CREATE TABLE ""winners_since_1991"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""time"" text, ""grade"" text );","SELECT ""trainer"" FROM ""winners_since_1991"" WHERE ""year""<2009 AND ""time""='1:10.09';",2-10219395-1 Which trainer won the hyroglyphic in a year that was before 2010?,"CREATE TABLE ""winners_since_1991"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""time"" text, ""grade"" text );","SELECT ""trainer"" FROM ""winners_since_1991"" WHERE ""year""<2010 AND ""winner""='hyroglyphic';",2-10219395-1 What was the time for Screen Your Friend?,"CREATE TABLE ""winners_since_1991"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""time"" text, ""grade"" text );","SELECT ""time"" FROM ""winners_since_1991"" WHERE ""winner""='screen your friend';",2-10219395-1 Which places have points larger than 10?,"CREATE TABLE ""1970_isle_of_man_sidecar_500cc_tt_final_"" ( ""place"" real, ""rider"" text, ""country"" text, ""machine"" text, ""speed"" text, ""time"" text, ""points"" real );","SELECT MIN(""points"") FROM ""1970_isle_of_man_sidecar_500cc_tt_final_"" WHERE ""place"">10;",2-10301911-6 What is the total grid number when Fonsi Nieto had more than 22 laps?,"CREATE TABLE ""superbike_race_2_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT COUNT(""grid"") FROM ""superbike_race_2_classification"" WHERE ""rider""='fonsi nieto' AND ""laps"">22;",2-10101173-2 "When the grid number is 10, what is the total number of laps?","CREATE TABLE ""superbike_race_2_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT COUNT(""laps"") FROM ""superbike_race_2_classification"" WHERE ""grid""=10;",2-10101173-2 Which bike did Jiri Drazdak ride when he had a grid number larger than 14 and less than 22 laps?,"CREATE TABLE ""superbike_race_2_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""bike"" FROM ""superbike_race_2_classification"" WHERE ""grid"">14 AND ""laps""<22 AND ""rider""='jiri drazdak';",2-10101173-2 Tell me the winning driver for pau grand prix,"CREATE TABLE ""non_championship_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""winning_driver"" FROM ""non_championship_grands_prix"" WHERE ""name""='pau grand prix';",2-10292065-2 Tell me the report for 30 july,"CREATE TABLE ""non_championship_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""report"" FROM ""non_championship_grands_prix"" WHERE ""date""='30 july';",2-10292065-2 Tell me the report for 10 april,"CREATE TABLE ""non_championship_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""report"" FROM ""non_championship_grands_prix"" WHERE ""date""='10 april';",2-10292065-2 Tell me the winning constructor for the paris cup,"CREATE TABLE ""non_championship_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""winning_constructor"" FROM ""non_championship_grands_prix"" WHERE ""name""='paris cup';",2-10292065-2 what date has the class of non-championship f2 as well as a driver name josé froilán gonzález that has a position larger than 2?,"CREATE TABLE ""podium_finishes"" ( ""class"" text, ""date"" text, ""race"" text, ""driver"" text, ""position"" real, ""team"" text );","SELECT ""date"" FROM ""podium_finishes"" WHERE ""class""='non-championship f2' AND ""driver""='josé froilán gonzález' AND ""position"">2;",2-10319633-1 what team has a drive name emmanuel de graffenried and a position larger than 1 as well as the date of 9/1953?,"CREATE TABLE ""podium_finishes"" ( ""class"" text, ""date"" text, ""race"" text, ""driver"" text, ""position"" real, ""team"" text );","SELECT ""team"" FROM ""podium_finishes"" WHERE ""position"">1 AND ""date""='9/1953' AND ""driver""='emmanuel de graffenried';",2-10319633-1 what class has the date of 8/1954?,"CREATE TABLE ""podium_finishes"" ( ""class"" text, ""date"" text, ""race"" text, ""driver"" text, ""position"" real, ""team"" text );","SELECT ""class"" FROM ""podium_finishes"" WHERE ""date""='8/1954';",2-10319633-1 "what driver has a team of officine alfieri maserati and belongs to the class of non-championship f2 and has a position of 2, as well as a date of 9/1952?","CREATE TABLE ""podium_finishes"" ( ""class"" text, ""date"" text, ""race"" text, ""driver"" text, ""position"" real, ""team"" text );","SELECT ""driver"" FROM ""podium_finishes"" WHERE ""team""='officine alfieri maserati' AND ""class""='non-championship f2' AND ""position""=2 AND ""date""='9/1952';",2-10319633-1 How many people attended the game with a result of w 16-13 and a week earlier than 12?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""schedule"" WHERE ""result""='w 16-13' AND ""week""<12;",2-10361230-2 How many values for Lost% occur when the value for drawn is 8 and less than 14 lost?,"CREATE TABLE ""managers"" ( ""name"" text, ""nt_career"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""win_pct"" real, ""drawn_pct"" real, ""lost_pct"" real );","SELECT COUNT(""lost_pct"") FROM ""managers"" WHERE ""drawn""=8 AND ""lost""<14;",2-1008145-13 "It has fa cup goals larger than 0 and total goals of 0, what is the average total apps?","CREATE TABLE ""sheffield_united"" ( ""division"" text, ""league_apps"" real, ""league_goals"" real, ""fa_cup_apps"" real, ""fa_cup_goals"" real, ""total_apps"" real, ""total_goals"" real );","SELECT AVG(""total_apps"") FROM ""sheffield_united"" WHERE ""total_goals""=0 AND ""fa_cup_goals"">0;",2-10240125-2 "It has a FA Cup Goals smaller than 4, and a FA Cup Apps larger than 7, what is the total number of total apps?","CREATE TABLE ""sheffield_united"" ( ""division"" text, ""league_apps"" real, ""league_goals"" real, ""fa_cup_apps"" real, ""fa_cup_goals"" real, ""total_apps"" real, ""total_goals"" real );","SELECT COUNT(""total_apps"") FROM ""sheffield_united"" WHERE ""fa_cup_goals""<4 AND ""fa_cup_apps"">7;",2-10240125-2 "The total goals have a FA Cup Apps larger than 1, and a Total Apps of 37, and a League Apps smaller than 30?, what is the total number?","CREATE TABLE ""sheffield_united"" ( ""division"" text, ""league_apps"" real, ""league_goals"" real, ""fa_cup_apps"" real, ""fa_cup_goals"" real, ""total_apps"" real, ""total_goals"" real );","SELECT COUNT(""total_goals"") FROM ""sheffield_united"" WHERE ""fa_cup_apps"">1 AND ""total_apps""=37 AND ""league_apps""<30;",2-10240125-2 What is the result when the record was 1-0 and it was earlier than week 4?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real, ""record"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""week""<4 AND ""record""='1-0';",2-10360849-2 What are the bore & stroke specifications for an engine with 4-barrel carburetor and VIN code of A?,"CREATE TABLE ""1976_engines"" ( ""engine"" text, ""horsepower"" text, ""torque"" text, ""carburetor"" text, ""compression_ratio"" text, ""bore_stroke"" text, ""vin_code"" text );","SELECT ""bore_stroke"" FROM ""1976_engines"" WHERE ""carburetor""='4-barrel' AND ""vin_code""='a';",2-10166535-9 "Which opponent has unknown attendance, and lost 2-0?","CREATE TABLE ""friendlies"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""friendlies"" WHERE ""attendance""='unknown' AND ""result""='lost 2-0';",2-10017434-1 What is the result from the Leeds United opponent?,"CREATE TABLE ""friendlies"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""friendlies"" WHERE ""opponent""='leeds united';",2-10017434-1 What is the attendance rate for the Middlesbrough opponent?,"CREATE TABLE ""friendlies"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""friendlies"" WHERE ""opponent""='middlesbrough';",2-10017434-1 The capital of funadhoo has what local letter?,"CREATE TABLE ""atolls"" ( ""latin_letter"" text, ""code_abbr"" text, ""local_letter"" text, ""code_name"" text, ""official_name"" text, ""capital"" text );","SELECT ""local_letter"" FROM ""atolls"" WHERE ""capital""='funadhoo';",2-10345068-1 Tell me the venue for extra of short race and year less than 1999,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""extra""='short race' AND ""year""<1999;",2-10298595-1 Tell me the sum of year for 5th result,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT SUM(""year"") FROM ""achievements"" WHERE ""result""='5th';",2-10298595-1 Tell me the extra for tournament of olympic games,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT ""extra"" FROM ""achievements"" WHERE ""tournament""='olympic games';",2-10298595-1 Tell me the highest year for result of 9th,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT MAX(""year"") FROM ""achievements"" WHERE ""result""='9th';",2-10298595-1 Tell me the shigella for yersinia yopb,"CREATE TABLE ""nomenclature_of_t3_ss_proteins"" ( ""function_genus"" text, ""shigella"" text, ""salmonella"" text, ""yersinia"" text, ""escherichia"" text );","SELECT ""shigella"" FROM ""nomenclature_of_t3_ss_proteins"" WHERE ""yersinia""='yopb';",2-10321124-1 Tell me the shigella and yscn,"CREATE TABLE ""nomenclature_of_t3_ss_proteins"" ( ""function_genus"" text, ""shigella"" text, ""salmonella"" text, ""yersinia"" text, ""escherichia"" text );","SELECT ""shigella"" FROM ""nomenclature_of_t3_ss_proteins"" WHERE ""yersinia""='yscn';",2-10321124-1 "Tell me the opponent for november 24, 1996","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""tv_time"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""date""='november 24, 1996';",2-10362201-2 "Tell me the tv time for attendance of 60,894","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""tv_time"" text, ""attendance"" text );","SELECT ""tv_time"" FROM ""schedule"" WHERE ""attendance""='60,894';",2-10362201-2 "Tell me the lowest week for attendance of 60,894","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""tv_time"" text, ""attendance"" text );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""attendance""='60,894';",2-10362201-2 Which Ensemble Name has the Advertisement date October 2007?,"CREATE TABLE ""local_ensembles"" ( ""area"" text, ""advertisement_date"" text, ""block"" text, ""winning_applicant"" text, ""ensemble_name"" text );","SELECT ""ensemble_name"" FROM ""local_ensembles"" WHERE ""advertisement_date""='october 2007';",2-10712301-4 Who is the Winning Applicant of Block 10B in Derbyshire Area?,"CREATE TABLE ""local_ensembles"" ( ""area"" text, ""advertisement_date"" text, ""block"" text, ""winning_applicant"" text, ""ensemble_name"" text );","SELECT ""winning_applicant"" FROM ""local_ensembles"" WHERE ""block""='10b' AND ""area""='derbyshire';",2-10712301-4 Which Block does Northamptonshire Area have?,"CREATE TABLE ""local_ensembles"" ( ""area"" text, ""advertisement_date"" text, ""block"" text, ""winning_applicant"" text, ""ensemble_name"" text );","SELECT ""block"" FROM ""local_ensembles"" WHERE ""area""='northamptonshire';",2-10712301-4 What is Ensemble Name Muxco Gloucestershire's Advertisement Date in Block 10C?,"CREATE TABLE ""local_ensembles"" ( ""area"" text, ""advertisement_date"" text, ""block"" text, ""winning_applicant"" text, ""ensemble_name"" text );","SELECT ""advertisement_date"" FROM ""local_ensembles"" WHERE ""block""='10c' AND ""ensemble_name""='muxco gloucestershire';",2-10712301-4 What is Oxfordshire Area's Ensemble Name?,"CREATE TABLE ""local_ensembles"" ( ""area"" text, ""advertisement_date"" text, ""block"" text, ""winning_applicant"" text, ""ensemble_name"" text );","SELECT ""ensemble_name"" FROM ""local_ensembles"" WHERE ""area""='oxfordshire';",2-10712301-4 Who is the Winning Applicant of Ensemble Name Muxco Lincolnshire in Block 10D?,"CREATE TABLE ""local_ensembles"" ( ""area"" text, ""advertisement_date"" text, ""block"" text, ""winning_applicant"" text, ""ensemble_name"" text );","SELECT ""winning_applicant"" FROM ""local_ensembles"" WHERE ""block""='10d' AND ""ensemble_name""='muxco lincolnshire';",2-10712301-4 Who was the home team that scored 12.6 (78)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_10"" WHERE ""home_team_score""='12.6 (78)';",2-10776330-10 What was the average crowd size of games held at Glenferrie Oval?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_10"" WHERE ""venue""='glenferrie oval';",2-10776330-10 What is the date of the game where the home team scored 9.10 (64)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_10"" WHERE ""home_team_score""='9.10 (64)';",2-10776330-10 "What was the home team's score at the game attended by more than 24,637?","CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_10"" WHERE ""crowd"">'24,637';",2-10776330-10 Who was the home team that scored 12.6 (78)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_10"" WHERE ""home_team_score""='12.6 (78)';",2-10776330-10 What was the time for the man who scored 1 point?,"CREATE TABLE ""1971_isle_of_man_lightweight_tt_250cc_fi"" ( ""place"" real, ""rider"" text, ""country"" text, ""machine"" text, ""speed"" text, ""time"" text, ""points"" real );","SELECT ""time"" FROM ""1971_isle_of_man_lightweight_tt_250cc_fi"" WHERE ""points""=1;",2-10638654-2 Who was the away team when the VFL played at MCG?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_8"" WHERE ""venue""='mcg';",2-10701045-8 What was the crowd when the VFL played MCG?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_8"" WHERE ""venue""='mcg';",2-10701045-8 What was the crowd when Melbourne was the home team?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_8"" WHERE ""home_team""='melbourne';",2-10701045-8 What is the total of lane(s) for swimmers from Sweden with a 50m split of faster than 26.25?,"CREATE TABLE ""finals"" ( ""lane"" real, ""name"" text, ""nationality"" text, ""split_50m"" real, ""time"" real );","SELECT SUM(""lane"") FROM ""finals"" WHERE ""nationality""='sweden' AND ""split_50m""<26.25;",2-10647310-1 What is the slowest 50m split time for a total of 53.74 in a lane of less than 3?,"CREATE TABLE ""finals"" ( ""lane"" real, ""name"" text, ""nationality"" text, ""split_50m"" real, ""time"" real );","SELECT MAX(""split_50m"") FROM ""finals"" WHERE ""time""=53.74 AND ""lane""<3;",2-10647310-1 What is the total sum of 50m splits for josefin lillhage in lanes above 8?,"CREATE TABLE ""finals"" ( ""lane"" real, ""name"" text, ""nationality"" text, ""split_50m"" real, ""time"" real );","SELECT SUM(""split_50m"") FROM ""finals"" WHERE ""name""='josefin lillhage' AND ""lane"">8;",2-10647310-1 Which venue had a home team score of 6.10 (46)?,"CREATE TABLE ""round_1"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_1"" WHERE ""home_team_score""='6.10 (46)';",2-10776330-1 What was the score for the home team St Kilda?,"CREATE TABLE ""round_1"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_1"" WHERE ""home_team""='st kilda';",2-10776330-1 What is the average crowd size when Collingwood is the away team?,"CREATE TABLE ""round_1"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_1"" WHERE ""away_team""='collingwood';",2-10776330-1 What is the name of the Senator in the O District who assumed office in 2013?,"CREATE TABLE ""alaska_state_senate_28th_alaska_legislat"" ( ""district"" text, ""name"" text, ""party"" text, ""residence"" text, ""assumed_office"" real, ""next_election"" real );","SELECT ""name"" FROM ""alaska_state_senate_28th_alaska_legislat"" WHERE ""assumed_office""=2013 AND ""district""='o';",2-1071782-3 "What is the party of the Senator in District A, who assumed office before 2013 and will be up for re-election after 2014?","CREATE TABLE ""alaska_state_senate_28th_alaska_legislat"" ( ""district"" text, ""name"" text, ""party"" text, ""residence"" text, ""assumed_office"" real, ""next_election"" real );","SELECT ""party"" FROM ""alaska_state_senate_28th_alaska_legislat"" WHERE ""next_election"">2014 AND ""assumed_office""<2013 AND ""district""='a';",2-1071782-3 What is the 1944 result for the U.S. Championships?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""1940"" text, ""1941"" text, ""1942"" text, ""1943"" text, ""1944"" text, ""1945"" text, ""1946_1"" text, ""1947_1"" text, ""1948"" text, ""1949"" text, ""1950"" text, ""1951"" text, ""1952"" text, ""1953"" text, ""1954"" text, ""career_sr"" text );","SELECT ""1944"" FROM ""singles"" WHERE ""tournament""='u.s. championships';",2-1060790-3 What is the tournament that had a result of A in 1954 and NH in 1942?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""1940"" text, ""1941"" text, ""1942"" text, ""1943"" text, ""1944"" text, ""1945"" text, ""1946_1"" text, ""1947_1"" text, ""1948"" text, ""1949"" text, ""1950"" text, ""1951"" text, ""1952"" text, ""1953"" text, ""1954"" text, ""career_sr"" text );","SELECT ""tournament"" FROM ""singles"" WHERE ""1954""='a' AND ""1942""='nh';",2-1060790-3 What is the average number of years on learners of the drivers over the age of 24 with less than 0 attempts at the licence test?,"CREATE TABLE ""red_team"" ( ""learner_driver"" text, ""partner"" text, ""driver_s_age"" real, ""years_on_learners"" real, ""licence_test_attempts"" real, ""passed_yet"" text );","SELECT AVG(""years_on_learners"") FROM ""red_team"" WHERE ""driver_s_age"">24 AND ""licence_test_attempts""<0;",2-10749367-1 Which driver is older than 24 and has more than 0 licence test attempts?,"CREATE TABLE ""red_team"" ( ""learner_driver"" text, ""partner"" text, ""driver_s_age"" real, ""years_on_learners"" real, ""licence_test_attempts"" real, ""passed_yet"" text );","SELECT ""learner_driver"" FROM ""red_team"" WHERE ""licence_test_attempts"">0 AND ""driver_s_age"">24;",2-10749367-1 When was Fitzroy the home team?,"CREATE TABLE ""round_13"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_13"" WHERE ""home_team""='fitzroy';",2-10767641-13 Where did Geelong play a home game?,"CREATE TABLE ""round_13"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_13"" WHERE ""home_team""='geelong';",2-10767641-13 What is the sum of losses for teams with less than 4 games played?,"CREATE TABLE ""europe_pool_b"" ( ""club"" text, ""played"" real, ""lost"" real, ""drawn"" real, ""against"" real, ""diff"" real, ""points"" real );","SELECT SUM(""lost"") FROM ""europe_pool_b"" WHERE ""played""<4;",2-10637415-4 What is the rider status for the 1971 netherlands team?,"CREATE TABLE ""tour_of_britain_winners_1945_1999"" ( ""year"" real, ""race_name"" text, ""rider_status"" text, ""winner"" text, ""team_country"" text );","SELECT ""rider_status"" FROM ""tour_of_britain_winners_1945_1999"" WHERE ""team_country""='netherlands' AND ""year""=1971;",2-1053132-1 Who was the winner in 1973 with an amateur rider status?,"CREATE TABLE ""tour_of_britain_winners_1945_1999"" ( ""year"" real, ""race_name"" text, ""rider_status"" text, ""winner"" text, ""team_country"" text );","SELECT ""winner"" FROM ""tour_of_britain_winners_1945_1999"" WHERE ""rider_status""='amateur' AND ""year""=1973;",2-1053132-1 What is the latest year when Phil Anderson won?,"CREATE TABLE ""tour_of_britain_winners_1945_1999"" ( ""year"" real, ""race_name"" text, ""rider_status"" text, ""winner"" text, ""team_country"" text );","SELECT MAX(""year"") FROM ""tour_of_britain_winners_1945_1999"" WHERE ""winner""='phil anderson';",2-1053132-1 What ream played later than 1958 in the kellogg's tour?,"CREATE TABLE ""tour_of_britain_winners_1945_1999"" ( ""year"" real, ""race_name"" text, ""rider_status"" text, ""winner"" text, ""team_country"" text );","SELECT ""team_country"" FROM ""tour_of_britain_winners_1945_1999"" WHERE ""year"">1958 AND ""race_name""='kellogg''s tour';",2-1053132-1 "What is the sum of laps that has a car number of larger than 1, is a ford, and has 155 points?","CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" real, ""laps"" real, ""winnings"" text );","SELECT SUM(""laps"") FROM ""race_results"" WHERE ""car_num"">1 AND ""make""='ford' AND ""points""=155;",2-10780927-1 What is the lowest number of laps for kyle petty with under 118 points?,"CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" real, ""laps"" real, ""winnings"" text );","SELECT MIN(""laps"") FROM ""race_results"" WHERE ""points""<118 AND ""driver""='kyle petty';",2-10780927-1 "Who was the away team that played Fitzroy on May 13, 1950 at Brunswick Street Oval.","CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_4"" WHERE ""venue""='brunswick street oval';",2-10701045-4 What was the lowest crowd size at the Windy Hill venue?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_4"" WHERE ""venue""='windy hill';",2-10701045-4 "What was the away team's score when Fitzroy's score was 16.27 (123) on May 13, 1950.","CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_4"" WHERE ""home_team_score""='16.27 (123)';",2-10701045-4 "Who is the away side when the crowd is over 18,000 with collingwood at home?","CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_4"" WHERE ""crowd"">'18,000' AND ""home_team""='collingwood';",2-10766119-4 Which venue's home team is geelong?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_6"" WHERE ""home_team""='geelong';",2-10747009-6 How many people in the crowd with north melbourne as an away team?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_6"" WHERE ""away_team""='north melbourne';",2-10747009-6 Which team was at Corio Oval on 4 June 1927?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_6"" WHERE ""date""='4 june 1927' AND ""venue""='corio oval';",2-10747009-6 "Which venue has a crowd over 16,000 and a home team score of 7.7 (49)?","CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_8"" WHERE ""crowd"">'16,000' AND ""home_team_score""='7.7 (49)';",2-10776330-8 What was the home team score for the Richmond away team?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_8"" WHERE ""away_team""='richmond';",2-10776330-8 Which rider had a time of 1:54.26.6?,"CREATE TABLE ""1971_isle_of_man_production_250_cc_tt_fi"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""rider"" FROM ""1971_isle_of_man_production_250_cc_tt_fi"" WHERE ""time""='1:54.26.6';",2-10638654-9 What was the time for Peter Berwick of Team Suzuki?,"CREATE TABLE ""1971_isle_of_man_production_250_cc_tt_fi"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""time"" FROM ""1971_isle_of_man_production_250_cc_tt_fi"" WHERE ""team""='suzuki' AND ""rider""='peter berwick';",2-10638654-9 What is the total number of Lunsford votes when the percentage of those votes is 33.85%?,"CREATE TABLE ""results_breakdown"" ( ""county"" text, ""precincts"" real, ""lunsford"" real, ""pct_lunsford"" text, ""mc_connell"" real, ""pct_mc_connell"" text, ""total"" text );","SELECT COUNT(""lunsford"") FROM ""results_breakdown"" WHERE ""pct_lunsford""='33.85%';",2-10586064-2 What was the home team's score at the game held at Punt Road Oval?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_5"" WHERE ""venue""='punt road oval';",2-10775038-5 "What was the home team's score at the game that had a crowd larger than 24,000?","CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_5"" WHERE ""crowd"">'24,000';",2-10775038-5 Which player started in 2001?,"CREATE TABLE ""h"" ( ""player"" text, ""nationality"" text, ""position"" text, ""from"" text, ""school_country"" text );","SELECT ""player"" FROM ""h"" WHERE ""from""='2001';",2-10560886-9 What position was for Arizona State?,"CREATE TABLE ""h"" ( ""player"" text, ""nationality"" text, ""position"" text, ""from"" text, ""school_country"" text );","SELECT ""position"" FROM ""h"" WHERE ""school_country""='arizona state';",2-10560886-9 Which school has the player that started in 1958?,"CREATE TABLE ""h"" ( ""player"" text, ""nationality"" text, ""position"" text, ""from"" text, ""school_country"" text );","SELECT ""school_country"" FROM ""h"" WHERE ""from""='1958';",2-10560886-9 Who was the home team for the game where North Melbourne was the away team?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_10"" WHERE ""away_team""='north melbourne';",2-10701045-10 When was the game where the away team had a score of 13.8 (86)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_10"" WHERE ""away_team_score""='13.8 (86)';",2-10701045-10 "Who was the home team for the game where North Melbourne was the away team and the crowd was over 12,000?","CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_10"" WHERE ""crowd"">'12,000' AND ""away_team""='north melbourne';",2-10701045-10 "What was attendance of the whole season when the average attendance for League Cup was 32,415?","CREATE TABLE ""total_attendance_average_attendance"" ( ""season"" text, ""season_total_att"" text, ""k_league_season_total_att"" text, ""regular_season_average_att"" text, ""league_cup_average_att"" text, ""fa_cup_total_average_att"" text, ""acl_total_average_att"" text, ""friendly_match_att"" text );","SELECT ""season_total_att"" FROM ""total_attendance_average_attendance"" WHERE ""league_cup_average_att""='32,415';",2-1056336-11 What was the Candlelight Records Catalog of Candle053tin format?,"CREATE TABLE ""release_history"" ( ""region"" text, ""year"" real, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""label""='candlelight records' AND ""catalog""='candle053tin';",2-1077708-2 What is Candlelight Records format?,"CREATE TABLE ""release_history"" ( ""region"" text, ""year"" real, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""label""='candlelight records';",2-1077708-2 What year did Japan form a label?,"CREATE TABLE ""release_history"" ( ""region"" text, ""year"" real, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""year"" FROM ""release_history"" WHERE ""region""='japan';",2-1077708-2 What name is associated with a longer length than 903?,"CREATE TABLE ""goalkeeping"" ( ""rank"" real, ""name"" text, ""club"" text, ""season"" text, ""length"" real );","SELECT ""name"" FROM ""goalkeeping"" WHERE ""length"">903;",2-10724559-5 What is the sum of all the years that Landon Donovan won the ESPY award?,"CREATE TABLE ""list_of_winners"" ( ""year"" real, ""player"" text, ""nation_of_citizenship"" text, ""team_represented"" text, ""position_primarily_played"" text );","SELECT COUNT(""year"") FROM ""list_of_winners"" WHERE ""player""='landon donovan';",2-10541352-1 How many uninterrupted ranks does john dingell have?,"CREATE TABLE ""house_time"" ( ""total_tenure_rank"" real, ""uninterrupted_rank"" real, ""name"" text, ""total_tenure_time"" text, ""uninterrupted_time"" text );","SELECT COUNT(""uninterrupted_rank"") FROM ""house_time"" WHERE ""name""='john dingell';",2-10644188-4 "Who has a total tenure time and uninterrupted time of 36 years, 0 days, as well as a total tenure rank of 49?","CREATE TABLE ""house_time"" ( ""total_tenure_rank"" real, ""uninterrupted_rank"" real, ""name"" text, ""total_tenure_time"" text, ""uninterrupted_time"" text );","SELECT ""name"" FROM ""house_time"" WHERE ""total_tenure_time""='36 years, 0 days' AND ""uninterrupted_time""='36 years, 0 days' AND ""total_tenure_rank""=49;",2-10644188-4 What is the value of match points when the points for is 570?,"CREATE TABLE ""final_table"" ( ""club"" text, ""total_points"" text, ""bonus_points"" text, ""match_points"" text, ""games"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""diff"" text );","SELECT ""match_points"" FROM ""final_table"" WHERE ""points_against""='570';",2-10518887-1 What is the amount of match points for a club that lost 18 and has 11 bonus points?,"CREATE TABLE ""final_table"" ( ""club"" text, ""total_points"" text, ""bonus_points"" text, ""match_points"" text, ""games"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""diff"" text );","SELECT ""match_points"" FROM ""final_table"" WHERE ""lost""='18' AND ""bonus_points""='11';",2-10518887-1 What is the diff for a club that has a value of 662 for points for?,"CREATE TABLE ""final_table"" ( ""club"" text, ""total_points"" text, ""bonus_points"" text, ""match_points"" text, ""games"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""diff"" text );","SELECT ""diff"" FROM ""final_table"" WHERE ""points_for""='662';",2-10518887-1 What is the number of games for a club that has a value of 595 for points for?,"CREATE TABLE ""final_table"" ( ""club"" text, ""total_points"" text, ""bonus_points"" text, ""match_points"" text, ""games"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""diff"" text );","SELECT ""games"" FROM ""final_table"" WHERE ""points_for""='595';",2-10518887-1 What is the number of games for a club that has 34 match points?,"CREATE TABLE ""final_table"" ( ""club"" text, ""total_points"" text, ""bonus_points"" text, ""match_points"" text, ""games"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""diff"" text );","SELECT ""games"" FROM ""final_table"" WHERE ""match_points""='34';",2-10518887-1 How many bonus points did the Colomiers earn?,"CREATE TABLE ""final_table"" ( ""club"" text, ""total_points"" text, ""bonus_points"" text, ""match_points"" text, ""games"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""diff"" text );","SELECT ""bonus_points"" FROM ""final_table"" WHERE ""club""='colomiers';",2-10518887-1 What is the venue for the event on 12 November 2005?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""date""='12 november 2005';",2-1057369-3 What is the competition that occured on 27 July 2004?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""date""='27 july 2004';",2-1057369-3 What is the venue of the game on 20 November 2002?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""date""='20 november 2002';",2-1057369-3 What was the score of the game played on 16 August 2006?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""date""='16 august 2006';",2-1057369-3 How large was the crowd at Brunswick Street Oval?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_11"" WHERE ""venue""='brunswick street oval';",2-10747009-11 How big was the crowd when the away team was Richmond?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_11"" WHERE ""away_team""='richmond';",2-10747009-11 What was the largest crowd where the home team was Fitzroy?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_11"" WHERE ""home_team""='fitzroy';",2-10747009-11 What was the venue where Fitzroy played as the home team?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_11"" WHERE ""home_team""='fitzroy';",2-10747009-11 Who was the away team playing the home team North Melbourne?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_11"" WHERE ""home_team""='north melbourne';",2-10747009-11 Who built Warren Booth's car with the Cosworth DFV V8 engine?,"CREATE TABLE ""teams_and_drivers"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""constructor"" FROM ""teams_and_drivers"" WHERE ""engine""='cosworth dfv v8' AND ""driver""='warren booth';",2-10663439-1 What engine is used by Colin Bennett Racing with an 811 chassis?,"CREATE TABLE ""teams_and_drivers"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""engine"" FROM ""teams_and_drivers"" WHERE ""entrant""='colin bennett racing' AND ""chassis""='811';",2-10663439-1 What team used the BRM built car?,"CREATE TABLE ""teams_and_drivers"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""entrant"" FROM ""teams_and_drivers"" WHERE ""constructor""='brm';",2-10663439-1 Who built the Jim Crawford car?,"CREATE TABLE ""teams_and_drivers"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""constructor"" FROM ""teams_and_drivers"" WHERE ""driver""='jim crawford';",2-10663439-1 What chassis does the shadow built car use?,"CREATE TABLE ""teams_and_drivers"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""chassis"" FROM ""teams_and_drivers"" WHERE ""constructor""='shadow';",2-10663439-1 What team uses a Cosworth DFV V8 engine and DN9 Chassis?,"CREATE TABLE ""teams_and_drivers"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""entrant"" FROM ""teams_and_drivers"" WHERE ""engine""='cosworth dfv v8' AND ""chassis""='dn9';",2-10663439-1 "What was the population of a county in 1960 that had a population of 467,052 in 2000 and 78,812 in 2040?","CREATE TABLE ""historical_population"" ( ""rank"" text, ""county"" text, ""population_1960"" real, ""population_2000"" real, ""population_2040"" real );","SELECT AVG(""population_1960"") FROM ""historical_population"" WHERE ""population_2000"">'467,052' AND ""population_2040""='78,812';",2-1064198-2 "What was the population of a county in 2040 that had a population less than 108,172 in 2000 and less than 107,589 in 1960?","CREATE TABLE ""historical_population"" ( ""rank"" text, ""county"" text, ""population_1960"" real, ""population_2000"" real, ""population_2040"" real );","SELECT COUNT(""population_2040"") FROM ""historical_population"" WHERE ""population_1960""<'108,172' AND ""population_2000""<'107,589';",2-1064198-2 "What was Oslo's population in 1960, with a population of 507,467 in 2000?","CREATE TABLE ""historical_population"" ( ""rank"" text, ""county"" text, ""population_1960"" real, ""population_2000"" real, ""population_2040"" real );","SELECT AVG(""population_1960"") FROM ""historical_population"" WHERE ""county""='oslo' AND ""population_2000"">'507,467';",2-1064198-2 "What is the sum of week number(s) had an attendance of 61,985?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT COUNT(""week"") FROM ""schedule"" WHERE ""attendance""='61,985';",2-10650887-2 Who is the away side when north melbourne is at home and has a score of 9.10 (64)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_10"" WHERE ""home_team_score""='9.10 (64)' AND ""home_team""='north melbourne';",2-10750694-10 What is the home team's score when the venue is princes park?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_10"" WHERE ""venue""='princes park';",2-10750694-10 What is the away team when north melbourne is at home?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_10"" WHERE ""home_team""='north melbourne';",2-10750694-10 What is the highest average that has 6 dances and a total of over 128?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""total"" real, ""number_of_dances"" real, ""average"" real );","SELECT MAX(""average"") FROM ""average_chart"" WHERE ""number_of_dances""=6 AND ""total"">128;",2-10535354-3 Which party has a net gain/loss of -2?,"CREATE TABLE ""parliament"" ( ""party"" text, ""seats"" text, ""net_gain_loss"" text, ""pct_of_seats"" text, ""pct_of_votes"" text );","SELECT ""party"" FROM ""parliament"" WHERE ""net_gain_loss""='-2';",2-10577-3 "When the Swedish People's Party had a net gain/loss of 0, how many seats did they have?","CREATE TABLE ""parliament"" ( ""party"" text, ""seats"" text, ""net_gain_loss"" text, ""pct_of_seats"" text, ""pct_of_votes"" text );","SELECT ""seats"" FROM ""parliament"" WHERE ""net_gain_loss""='0' AND ""party""='swedish people''s party';",2-10577-3 "When there was a net gain/loss of +34, what was the percentage of seats that party held?","CREATE TABLE ""parliament"" ( ""party"" text, ""seats"" text, ""net_gain_loss"" text, ""pct_of_seats"" text, ""pct_of_votes"" text );","SELECT ""pct_of_seats"" FROM ""parliament"" WHERE ""net_gain_loss""='+34';",2-10577-3 Regarding the seats that casted 8.1% of the vote how many seats were held?,"CREATE TABLE ""parliament"" ( ""party"" text, ""seats"" text, ""net_gain_loss"" text, ""pct_of_seats"" text, ""pct_of_votes"" text );","SELECT ""seats"" FROM ""parliament"" WHERE ""pct_of_votes""='8.1';",2-10577-3 How many points does footscray score as the home side?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_11"" WHERE ""home_team""='footscray';",2-10775038-11 What is the home team's score when richmond is away?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_11"" WHERE ""away_team""='richmond';",2-10775038-11 What player played on 04/05/1999 with a conv of 0?,"CREATE TABLE ""most_tries_in_a_match"" ( ""player"" text, ""tries"" text, ""conv"" text, ""pens"" text, ""venue"" text, ""date"" text );","SELECT ""player"" FROM ""most_tries_in_a_match"" WHERE ""conv""='0' AND ""date""='04/05/1999';",2-1074629-9 What date did Josh Taumalolo play at Nuku'alofa?,"CREATE TABLE ""most_tries_in_a_match"" ( ""player"" text, ""tries"" text, ""conv"" text, ""pens"" text, ""venue"" text, ""date"" text );","SELECT ""date"" FROM ""most_tries_in_a_match"" WHERE ""venue""='nuku''alofa' AND ""player""='josh taumalolo';",2-1074629-9 "What is the home team at Victoria Park with an Away team score of 7.12 (54) and more than 12,000 people?","CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_11"" WHERE ""crowd"">'12,000' AND ""away_team_score""='7.12 (54)' AND ""venue""='victoria park';",2-10640687-11 What is the home team score when the away team is St Kilda?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_11"" WHERE ""away_team""='st kilda';",2-10640687-11 What is the home team score when the away team is Melbourne?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_11"" WHERE ""away_team""='melbourne';",2-10640687-11 What away team has a home team score of 15.18 (108)?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_11"" WHERE ""home_team_score""='15.18 (108)';",2-10640687-11 What is the home team for punt road oval?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_11"" WHERE ""venue""='punt road oval';",2-10640687-11 Which country has a Youth (15-24) Literacy Rate Total of 100% and has an Adult Women Literacy rate of 92%?,"CREATE TABLE ""literacy_rates"" ( ""country"" text, ""year_most_recent"" real, ""adult_15_literacy_rate_total"" text, ""adult_men"" text, ""adult_women"" text, ""youth_15_24_literacy_rate_total"" text, ""youth_men"" text, ""youth_women"" text );","SELECT ""country"" FROM ""literacy_rates"" WHERE ""youth_15_24_literacy_rate_total""='100%' AND ""adult_women""='92%';",2-106539-7 Which country has its most recent year as being 2005 and has an Adult Men literacy rate of 96%?,"CREATE TABLE ""literacy_rates"" ( ""country"" text, ""year_most_recent"" real, ""adult_15_literacy_rate_total"" text, ""adult_men"" text, ""adult_women"" text, ""youth_15_24_literacy_rate_total"" text, ""youth_men"" text, ""youth_women"" text );","SELECT ""country"" FROM ""literacy_rates"" WHERE ""year_most_recent""=2005 AND ""adult_men""='96%';",2-106539-7 "What country has a Youth (15-24) Literacy Rate Total of 99%, and a Youth Men of 98%?","CREATE TABLE ""literacy_rates"" ( ""country"" text, ""year_most_recent"" real, ""adult_15_literacy_rate_total"" text, ""adult_men"" text, ""adult_women"" text, ""youth_15_24_literacy_rate_total"" text, ""youth_men"" text, ""youth_women"" text );","SELECT ""country"" FROM ""literacy_rates"" WHERE ""youth_15_24_literacy_rate_total""='99%' AND ""youth_men""='98%';",2-106539-7 Which public college has a nickname of The Grenadiers?,"CREATE TABLE ""current_members"" ( ""institution"" text, ""nickname"" text, ""location"" text, ""founded"" real, ""type"" text, ""enrollment"" real );","SELECT ""institution"" FROM ""current_members"" WHERE ""type""='public' AND ""nickname""='grenadiers';",2-10581768-2 "Which of the private colleges is the oldest, and whose nickname is the Mountaineers?","CREATE TABLE ""current_members"" ( ""institution"" text, ""nickname"" text, ""location"" text, ""founded"" real, ""type"" text, ""enrollment"" real );","SELECT MIN(""founded"") FROM ""current_members"" WHERE ""type""='private' AND ""nickname""='mountaineers';",2-10581768-2 "Which college's enrollment is less than 1,000?","CREATE TABLE ""current_members"" ( ""institution"" text, ""nickname"" text, ""location"" text, ""founded"" real, ""type"" text, ""enrollment"" real );","SELECT ""institution"" FROM ""current_members"" WHERE ""enrollment""<'1,000';",2-10581768-2 How much is the sum of every crowd in attendance when the away score was 7.13 (55) for Richmond?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_3"" WHERE ""away_team_score""='7.13 (55)' AND ""away_team""='richmond';",2-10747009-3 Which away team had a score of 4.12 (36)?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_3"" WHERE ""away_team_score""='4.12 (36)';",2-10747009-3 On what date does Essendon play as the away team?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_3"" WHERE ""away_team""='essendon';",2-10747009-3 What was the home team when the Geelong away team had a score of 7.13 (55)?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_3"" WHERE ""away_team_score""='7.13 (55)' AND ""away_team""='geelong';",2-10747009-3 Which away team had a score of 7.13 (55) against the home team North Melbourne?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_3"" WHERE ""away_team_score""='7.13 (55)' AND ""home_team""='north melbourne';",2-10747009-3 Which venue hosted a home team with a score of 13.15 (93)?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_3"" WHERE ""home_team_score""='13.15 (93)';",2-10747009-3 What team with a Game smaller than 18 has the lowest Goal Gain?,"CREATE TABLE ""finalised_league_table"" ( ""team"" text, ""game"" real, ""draw"" real, ""loss"" real, ""goal_gain"" real, ""goal_loss"" real, ""goal_diff"" real, ""point"" real );","SELECT MIN(""goal_gain"") FROM ""finalised_league_table"" WHERE ""game""<18;",2-10661133-1 What was the nationality of all players from the year 1976?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""position"" text, ""from"" real, ""school_country"" text );","SELECT ""nationality"" FROM ""t"" WHERE ""from""=1976;",2-10560886-20 What was the nationality of every player that attended Baylor?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""position"" text, ""from"" real, ""school_country"" text );","SELECT ""nationality"" FROM ""t"" WHERE ""school_country""='baylor';",2-10560886-20 What was the largest crowd to view a game where the away team scored 17.8 (110)?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_5"" WHERE ""away_team_score""='17.8 (110)';",2-10701045-5 Which team was the away team when the game was at punt road oval?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_5"" WHERE ""venue""='punt road oval';",2-10701045-5 What was the score for the away team when the home team was Fitzroy?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_5"" WHERE ""home_team""='fitzroy';",2-10701045-5 What was the venue when the away team scored 14.9 (93)?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_5"" WHERE ""away_team_score""='14.9 (93)';",2-10701045-5 What was the date of the game when the away team was south melbourne?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_5"" WHERE ""away_team""='south melbourne';",2-10701045-5 "What was the score for the away team that played against Richmond and has a crowd over 12,500?","CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_5"" WHERE ""crowd"">'12,500' AND ""home_team""='richmond';",2-10701045-5 What is the percentage of Glendale when Pasadena is 14%?,"CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""glendale"" FROM ""mapping_l_a"" WHERE ""pasadena""='14%';",2-107642-1 What is the percentage of Tujunja when Pasadena is 33%?,"CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""tujunga"" FROM ""mapping_l_a"" WHERE ""pasadena""='33%';",2-107642-1 What is the percentage of Tukunga when La Crescenta-Montrose is 28%?,"CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""tujunga"" FROM ""mapping_l_a"" WHERE ""la_crescenta_montrose""='28%';",2-107642-1 What is the figure for Pasadena when Tujunga is 36?,"CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""pasadena"" FROM ""mapping_l_a"" WHERE ""tujunga""='36';",2-107642-1 What is the percentage of Glendale when La Canada Flintridge is 5%?,"CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""glendale"" FROM ""mapping_l_a"" WHERE ""la_ca_ada_flintridge""='5%';",2-107642-1 "What is the figure for La Crescenta-Montrose when Gelndale is $57,112?","CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""la_crescenta_montrose"" FROM ""mapping_l_a"" WHERE ""glendale""='$57,112';",2-107642-1 How many drops did Nicky Little have in Hong Kong?,"CREATE TABLE ""most_points_in_a_match"" ( ""player"" text, ""tries"" text, ""conv"" text, ""pens"" text, ""drop"" text, ""venue"" text, ""date"" text );","SELECT ""drop"" FROM ""most_points_in_a_match"" WHERE ""player""='nicky little' AND ""venue""='hong kong';",2-1074616-8 How many conversions had 0 pens and 0 tries?,"CREATE TABLE ""most_points_in_a_match"" ( ""player"" text, ""tries"" text, ""conv"" text, ""pens"" text, ""drop"" text, ""venue"" text, ""date"" text );","SELECT ""conv"" FROM ""most_points_in_a_match"" WHERE ""pens""='0' AND ""tries""='0';",2-1074616-8 How many conversions did Severo Koroduadua Waqanibau have when he has 0 pens?,"CREATE TABLE ""most_points_in_a_match"" ( ""player"" text, ""tries"" text, ""conv"" text, ""pens"" text, ""drop"" text, ""venue"" text, ""date"" text );","SELECT ""conv"" FROM ""most_points_in_a_match"" WHERE ""pens""='0' AND ""player""='severo koroduadua waqanibau';",2-1074616-8 What is the away team's score when the home team scores 16.8 (104)?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_5"" WHERE ""home_team_score""='16.8 (104)';",2-10776868-5 What is the home team's score at mcg?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_5"" WHERE ""venue""='mcg';",2-10776868-5 What day is the venue the western oval?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_5"" WHERE ""venue""='western oval';",2-10776868-5 Which Bullet diameter has a Name of 11.4mm werndl m/73?,"CREATE TABLE ""rifle_cartridges"" ( ""name"" text, ""case_type"" text, ""bullet_diameter"" text, ""neck_diameter"" text, ""base_diameter"" text, ""rim_diameter"" text, ""case_length"" text, ""cartridge_length"" text );","SELECT ""bullet_diameter"" FROM ""rifle_cartridges"" WHERE ""name""='11.4mm werndl m/73';",2-1057617-3 Which Case length has a Rim diameter of 13.20 (.518)?,"CREATE TABLE ""rifle_cartridges"" ( ""name"" text, ""case_type"" text, ""bullet_diameter"" text, ""neck_diameter"" text, ""base_diameter"" text, ""rim_diameter"" text, ""case_length"" text, ""cartridge_length"" text );","SELECT ""case_length"" FROM ""rifle_cartridges"" WHERE ""rim_diameter""='13.20 (.518)';",2-1057617-3 Which Bullet diameter has a Neck diameter of 12.17 (.479)?,"CREATE TABLE ""rifle_cartridges"" ( ""name"" text, ""case_type"" text, ""bullet_diameter"" text, ""neck_diameter"" text, ""base_diameter"" text, ""rim_diameter"" text, ""case_length"" text, ""cartridge_length"" text );","SELECT ""bullet_diameter"" FROM ""rifle_cartridges"" WHERE ""neck_diameter""='12.17 (.479)';",2-1057617-3 Which Rim diameter has a Neck diameter of 11.84 (.466)?,"CREATE TABLE ""rifle_cartridges"" ( ""name"" text, ""case_type"" text, ""bullet_diameter"" text, ""neck_diameter"" text, ""base_diameter"" text, ""rim_diameter"" text, ""case_length"" text, ""cartridge_length"" text );","SELECT ""rim_diameter"" FROM ""rifle_cartridges"" WHERE ""neck_diameter""='11.84 (.466)';",2-1057617-3 Which Case type has a Cartridge length of 64.77 (2.550)?,"CREATE TABLE ""rifle_cartridges"" ( ""name"" text, ""case_type"" text, ""bullet_diameter"" text, ""neck_diameter"" text, ""base_diameter"" text, ""rim_diameter"" text, ""case_length"" text, ""cartridge_length"" text );","SELECT ""case_type"" FROM ""rifle_cartridges"" WHERE ""cartridge_length""='64.77 (2.550)';",2-1057617-3 "Which Case type has a Base diameter of 13.03 (.513), and a Case length of 63.5 (2.5)?","CREATE TABLE ""rifle_cartridges"" ( ""name"" text, ""case_type"" text, ""bullet_diameter"" text, ""neck_diameter"" text, ""base_diameter"" text, ""rim_diameter"" text, ""case_length"" text, ""cartridge_length"" text );","SELECT ""case_type"" FROM ""rifle_cartridges"" WHERE ""base_diameter""='13.03 (.513)' AND ""case_length""='63.5 (2.5)';",2-1057617-3 "What day had 37,500 attending?","CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""date"" FROM ""regular_season"" WHERE ""attendance""='37,500';",2-10719633-1 What day did they play at candlestick park?,"CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""date"" FROM ""regular_season"" WHERE ""game_site""='candlestick park';",2-10719633-1 "What day had over 51,319 attending week 4?","CREATE TABLE ""regular_season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""regular_season_schedule"" WHERE ""attendance"">'51,319' AND ""week""=4;",2-10651649-2 What is the crowd size of the game when Fitzroy is the away team?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT COUNT(""crowd"") FROM ""round_17"" WHERE ""away_team""='fitzroy';",2-10775890-17 What is the venue when Geelong is the away team?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""away_team""='geelong';",2-10775890-17 How many Dwellings does Beverly Heights have that have a change percent larger than -5.2?,"CREATE TABLE ""demographics"" ( ""neighbourhood"" text, ""population_2012"" real, ""population_2009"" real, ""change_pct"" real, ""dwellings"" real, ""area_km_2"" real, ""density_people_km_2"" real );","SELECT SUM(""dwellings"") FROM ""demographics"" WHERE ""neighbourhood""='beverly heights' AND ""change_pct"">-5.2;",2-10717762-1 What is the density of an area that is 1.38km and has a population more than 12924?,"CREATE TABLE ""demographics"" ( ""neighbourhood"" text, ""population_2012"" real, ""population_2009"" real, ""change_pct"" real, ""dwellings"" real, ""area_km_2"" real, ""density_people_km_2"" real );","SELECT COUNT(""density_people_km_2"") FROM ""demographics"" WHERE ""area_km_2"">1.38 AND ""population_2012"">12924;",2-10717762-1 "What is the average week number of all the matches where less than 22,604 people attended?","CREATE TABLE ""regular_season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""week"") FROM ""regular_season_schedule"" WHERE ""attendance""<'22,604';",2-10649583-2 What is the largest crowd size at a match against the Chicago Cardinals after Week 10 of the season?,"CREATE TABLE ""regular_season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""regular_season_schedule"" WHERE ""opponent""='chicago cardinals' AND ""week"">10;",2-10649583-2 What is the average crowd size when North Melbourne is the away team?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_6"" WHERE ""away_team""='north melbourne';",2-10767641-6 What is the smallest crowd to see the away team score 10.7 (67)?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_6"" WHERE ""away_team_score""='10.7 (67)';",2-10767641-6 What is the away team that scored 9.12 (66) at Windy Hill?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_6"" WHERE ""away_team_score""='9.12 (66)' AND ""venue""='windy hill';",2-10767641-6 Where did the away team score 8.9 (57)?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_6"" WHERE ""away_team_score""='8.9 (57)';",2-10767641-6 What is the average crowd to watch Hawthorn as the away team?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_6"" WHERE ""away_team""='hawthorn';",2-10767641-6 What away team played Footscray?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_6"" WHERE ""home_team""='footscray';",2-10767641-6 What was the size of the largest crowd that Essendon played in front of as the away team?,"CREATE TABLE ""round_14"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_14"" WHERE ""away_team""='essendon';",2-10746808-14 What was the average crowd at Western Oval?,"CREATE TABLE ""round_14"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_14"" WHERE ""venue""='western oval';",2-10746808-14 What is the sum of all the crowds that watched North Melbourne at home?,"CREATE TABLE ""round_14"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_14"" WHERE ""home_team""='north melbourne';",2-10746808-14 What was the crowd size at Victoria Park?,"CREATE TABLE ""round_14"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_14"" WHERE ""venue""='victoria park';",2-10746808-14 What was the smallest crowd that watched an away team score 3.10 (28)?,"CREATE TABLE ""round_14"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_14"" WHERE ""away_team_score""='3.10 (28)';",2-10746808-14 What was the winning score when there were 9 strokes advantage?,"CREATE TABLE ""lpga_tour_wins_88"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""winning_score"" FROM ""lpga_tour_wins_88"" WHERE ""margin_of_victory""='9 strokes';",2-1075064-2 "What was the margin of victory on Apr 23, 1967?","CREATE TABLE ""lpga_tour_wins_88"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""margin_of_victory"" FROM ""lpga_tour_wins_88"" WHERE ""date""='apr 23, 1967';",2-1075064-2 What make of car did Brian Vickers drive?,"CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" text, ""laps"" real, ""winnings"" text );","SELECT ""make"" FROM ""race_results"" WHERE ""driver""='brian vickers';",2-10607482-1 What is the average car number of all the drivers with 109 points?,"CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" text, ""laps"" real, ""winnings"" text );","SELECT AVG(""car_num"") FROM ""race_results"" WHERE ""points""='109';",2-10607482-1 "What is the average car number of all the drivers who have won $111,683?","CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" text, ""laps"" real, ""winnings"" text );","SELECT AVG(""car_num"") FROM ""race_results"" WHERE ""winnings""='$111,683';",2-10607482-1 How many people were in the crowd when Essendon was the home team?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT COUNT(""crowd"") FROM ""round_7"" WHERE ""home_team""='essendon';",2-10747009-7 Which home team competed against the away team Geelong?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_7"" WHERE ""away_team""='geelong';",2-10747009-7 How many people were present in a total of every crowd at the MCG venue?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_7"" WHERE ""venue""='mcg';",2-10747009-7 What was the score for the home team of Essendon?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_7"" WHERE ""home_team""='essendon';",2-10747009-7 What is the sum of all crowds present at the Glenferrie Oval venue?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_7"" WHERE ""venue""='glenferrie oval';",2-10747009-7 "How many elections had more than 36,599 inhabitants when Mayor was giovanni manildo?","CREATE TABLE ""municipalities"" ( ""municipality"" text, ""inhabitants"" real, ""mayor"" text, ""party"" text, ""election"" real );","SELECT COUNT(""election"") FROM ""municipalities"" WHERE ""inhabitants"">'36,599' AND ""mayor""='giovanni manildo';",2-10747104-2 What party was achille variati afilliated with?,"CREATE TABLE ""municipalities"" ( ""municipality"" text, ""inhabitants"" real, ""mayor"" text, ""party"" text, ""election"" real );","SELECT ""party"" FROM ""municipalities"" WHERE ""mayor""='achille variati';",2-10747104-2 In the election earlier than 2012 how many Inhabitants had a Party of five star movement?,"CREATE TABLE ""municipalities"" ( ""municipality"" text, ""inhabitants"" real, ""mayor"" text, ""party"" text, ""election"" real );","SELECT SUM(""inhabitants"") FROM ""municipalities"" WHERE ""party""='five star movement' AND ""election""<2012;",2-10747104-2 How many Inhabitants were in the democratic party for an election before 2009 for Mayor of stefano cimatti?,"CREATE TABLE ""municipalities"" ( ""municipality"" text, ""inhabitants"" real, ""mayor"" text, ""party"" text, ""election"" real );","SELECT COUNT(""inhabitants"") FROM ""municipalities"" WHERE ""party""='democratic party' AND ""mayor""='stefano cimatti' AND ""election""<2009;",2-10747104-2 "At 96.76mph speed, what is the Time?","CREATE TABLE ""1971_isle_of_man_formula_1_750_cc_tt_fin"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""time"" FROM ""1971_isle_of_man_formula_1_750_cc_tt_fin"" WHERE ""speed""='96.76mph';",2-10638654-10 Which Rider has a 1:06.02.0 Time?,"CREATE TABLE ""1971_isle_of_man_formula_1_750_cc_tt_fin"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""rider"" FROM ""1971_isle_of_man_formula_1_750_cc_tt_fin"" WHERE ""time""='1:06.02.0';",2-10638654-10 How many Ranks have ray pickrell as a Rider?,"CREATE TABLE ""1971_isle_of_man_formula_1_750_cc_tt_fin"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT COUNT(""rank"") FROM ""1971_isle_of_man_formula_1_750_cc_tt_fin"" WHERE ""rider""='ray pickrell';",2-10638654-10 What is the largest crowd when the away team is Hawthorn?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_18"" WHERE ""away_team""='hawthorn';",2-10767118-18 What date was the game when the away team was carlton?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_18"" WHERE ""away_team""='carlton';",2-10767118-18 What was the score of the home team when the away team scored 14.12 (96)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_18"" WHERE ""away_team_score""='14.12 (96)';",2-10767118-18 "What is the score of the away team when the crowd was larger than 8,000?","CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_18"" WHERE ""crowd"">'8,000';",2-10767118-18 What was the away team when the game was at corio oval?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_18"" WHERE ""venue""='corio oval';",2-10767118-18 What is the location in 2007?,"CREATE TABLE ""editions"" ( ""year"" real, ""date"" text, ""location"" text, ""theme"" text, ""anthem"" text );","SELECT ""location"" FROM ""editions"" WHERE ""year""=2007;",2-10611804-1 What date has a theme of fate or fortune?,"CREATE TABLE ""editions"" ( ""year"" real, ""date"" text, ""location"" text, ""theme"" text, ""anthem"" text );","SELECT ""date"" FROM ""editions"" WHERE ""theme""='fate or fortune';",2-10611804-1 "What is the earliest year it was located in gelredome, arnhem, and a Anthem of technoboy - next dimensional world?","CREATE TABLE ""editions"" ( ""year"" real, ""date"" text, ""location"" text, ""theme"" text, ""anthem"" text );","SELECT MIN(""year"") FROM ""editions"" WHERE ""location""='gelredome, arnhem' AND ""anthem""='technoboy - next dimensional world';",2-10611804-1 What Sweet Sixteen team is in the Colonial conference?,"CREATE TABLE ""record_by_conference"" ( ""conference"" text, ""num_of_bids"" real, ""record"" text, ""win_pct"" text, ""round_of_32"" text, ""sweet_sixteen"" text, ""elite_eight"" text, ""final_four"" text, ""championship_game"" text );","SELECT ""sweet_sixteen"" FROM ""record_by_conference"" WHERE ""conference""='colonial';",2-10689762-6 What date is associated with the Spunk label?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""label""='spunk';",2-10538989-2 What label has a catalog of chem036cd?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""catalog""='chem036cd';",2-10538989-2 What label is associated with the United Kingdom and the chem036 catalog?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""region""='united kingdom' AND ""catalog""='chem036';",2-10538989-2 What is the listed crowd when essendon is the away squad?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT COUNT(""crowd"") FROM ""round_5"" WHERE ""away_team""='essendon';",2-10766119-5 "What venue featured a crowd of over 30,000?","CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_5"" WHERE ""crowd"">'30,000';",2-10766119-5 What was the listed crowd at junction oval?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_5"" WHERE ""venue""='junction oval';",2-10766119-5 What date was the 1500 m freestyle competition?,"CREATE TABLE ""men"" ( ""event"" text, ""time"" text, ""nationality"" text, ""date"" text, ""meet"" text, ""location"" text );","SELECT ""date"" FROM ""men"" WHERE ""event""='1500 m freestyle';",2-10760098-2 Where were the 2008 championships with a time of 7:56.90 held?,"CREATE TABLE ""men"" ( ""event"" text, ""time"" text, ""nationality"" text, ""date"" text, ""meet"" text, ""location"" text );","SELECT ""location"" FROM ""men"" WHERE ""meet""='2008 championships' AND ""time""='7:56.90';",2-10760098-2 What is the home team score for Footscray?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_17"" WHERE ""home_team""='footscray';",2-10640687-17 What home team has a score of 16.18 (114)?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_17"" WHERE ""home_team_score""='16.18 (114)';",2-10640687-17 What home team played at western oval?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_17"" WHERE ""venue""='western oval';",2-10640687-17 Where did a home team score 10.9 (69)?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""home_team_score""='10.9 (69)';",2-10640687-17 What was the score of the Browns week 4 game?,"CREATE TABLE ""exhibition_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""exhibition_schedule"" WHERE ""week""=4;",2-10651758-1 What year has the wild side of soccer! as the slogan?,"CREATE TABLE ""year_by_year"" ( ""year"" text, ""league"" text, ""reg_season"" text, ""finish"" text, ""owner_s"" text, ""attendance_average"" real, ""slogan"" text );","SELECT ""year"" FROM ""year_by_year"" WHERE ""slogan""='the wild side of soccer!';",2-1056106-2 Which LNER 1946 number is from 1892 and has an LNER number of 7347–7356?,"CREATE TABLE ""table_of_orders_and_numbers"" ( ""year"" text, ""order_no"" text, ""quantity"" real, ""ger_nos"" text, ""lner_no"" text, ""lner_1946_no"" text );","SELECT ""lner_1946_no"" FROM ""table_of_orders_and_numbers"" WHERE ""year""='1892' AND ""lner_no""='7347–7356';",2-10639582-1 What is order S24's LNER 1946 number?,"CREATE TABLE ""table_of_orders_and_numbers"" ( ""year"" text, ""order_no"" text, ""quantity"" real, ""ger_nos"" text, ""lner_no"" text, ""lner_1946_no"" text );","SELECT ""lner_1946_no"" FROM ""table_of_orders_and_numbers"" WHERE ""order_no""='s24';",2-10639582-1 Who is the away side at corio oval?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_10"" WHERE ""venue""='corio oval';",2-10767641-10 Who is the home team when melbourne is the away team?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_10"" WHERE ""away_team""='melbourne';",2-10767641-10 What is the venue when fitzroy was the away team?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_10"" WHERE ""away_team""='fitzroy';",2-10767641-10 What day does the team play at punt road oval?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_10"" WHERE ""venue""='punt road oval';",2-10767641-10 "How many weeks had an attendance larger than 84,816?","CREATE TABLE ""exhibition_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT COUNT(""week"") FROM ""exhibition_schedule"" WHERE ""attendance"">'84,816';",2-10650887-1 What is the date of week 4?,"CREATE TABLE ""exhibition_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""exhibition_schedule"" WHERE ""week""=4;",2-10650887-1 "What is the lowest attendance on September 3, 1972?","CREATE TABLE ""exhibition_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""exhibition_schedule"" WHERE ""date""='september 3, 1972';",2-10650887-1 "At what venue where the home team scored 12.11 (83) was the crowd larger than 31,185?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""crowd"">'31,185' AND ""home_team_score""='12.11 (83)';",2-10776868-17 What was the away team when the home team scored 10.8 (68)?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_17"" WHERE ""home_team_score""='10.8 (68)';",2-10776868-17 What was the home team when the away team scored 9.10 (64)?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_17"" WHERE ""away_team_score""='9.10 (64)';",2-10776868-17 What was the home team that scored 10.8 (68)?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_17"" WHERE ""home_team_score""='10.8 (68)';",2-10776868-17 Who was the away team at the game at Victoria Park?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_6"" WHERE ""venue""='victoria park';",2-10750694-6 When was the game when Footscray was the away team?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_6"" WHERE ""away_team""='footscray';",2-10750694-6 What is the highest number of laps for the driver with 5 points?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" text );","SELECT MAX(""laps"") FROM ""race"" WHERE ""points""='5';",2-10600299-2 What team does jan heylen race for?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" text );","SELECT ""team"" FROM ""race"" WHERE ""driver""='jan heylen';",2-10600299-2 "What was the result of the game after Week 13 on December 8, 1991?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""week"">13 AND ""date""='december 8, 1991';",2-10672413-2 Who did the Patriots play in week 4?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week""=4;",2-10672413-2 "What was the result of the game on December 22, 1991?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""date""='december 22, 1991';",2-10672413-2 What is the fewest number of silver medals a nation who ranked below 8 received?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""silver"") FROM ""medal_table"" WHERE ""rank"">8;",2-10649389-3 "Which place has points larger than 1, a bmw machine, and a time of 1:18.47.6?","CREATE TABLE ""1971_isle_of_man_sidecar_500cc_tt_final_"" ( ""place"" real, ""rider"" text, ""country"" text, ""machine"" text, ""speed"" text, ""time"" text, ""points"" real );","SELECT MIN(""place"") FROM ""1971_isle_of_man_sidecar_500cc_tt_final_"" WHERE ""points"">1 AND ""machine""='bmw' AND ""time""='1:18.47.6';",2-10638654-5 "How many total laps did the Chevrolet that won $97,508 make?","CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" real, ""laps"" real, ""winnings"" text );","SELECT COUNT(""laps"") FROM ""race_results"" WHERE ""make""='chevrolet' AND ""winnings""='$97,508';",2-10674121-1 What was the crowd size when there was a home team score of 10.13 (73)?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_2"" WHERE ""home_team_score""='10.13 (73)';",2-10776868-2 What away team played at Brunswick Street Oval?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_2"" WHERE ""venue""='brunswick street oval';",2-10776868-2 At what venue did an away team score 10.15 (75)?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_2"" WHERE ""away_team_score""='10.15 (75)';",2-10776868-2 What is the average attendance after week 16?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""week"">16;",2-10650539-2 "How many people were injured in total in East Champaran, Bihar with more than 2 people killed?","CREATE TABLE ""2006"" ( ""incident_no"" text, ""date"" text, ""place"" text, ""killed"" real, ""injured"" real );","SELECT COUNT(""injured"") FROM ""2006"" WHERE ""place""='east champaran, bihar' AND ""killed"">2;",2-1074011-3 "What is the least amount of injuries in Dantewada, Chhattisgarh when 8 people were killed?","CREATE TABLE ""2006"" ( ""incident_no"" text, ""date"" text, ""place"" text, ""killed"" real, ""injured"" real );","SELECT MIN(""injured"") FROM ""2006"" WHERE ""place""='dantewada, chhattisgarh' AND ""killed""=8;",2-1074011-3 When did the match take place that had a home team score of 7.9 (51)?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_12"" WHERE ""home_team_score""='7.9 (51)';",2-10746200-12 "Of matches that had a home team score of 13.13 (91), which one had the largest crowd?","CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_12"" WHERE ""home_team_score""='13.13 (91)';",2-10746200-12 Which team plays home at Princes Park?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_12"" WHERE ""venue""='princes park';",2-10746200-12 Which match where Hawthorn was the away team had the largest crowd?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_12"" WHERE ""away_team""='hawthorn';",2-10746200-12 What was the away team's score at the match played at The Western Oval?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_12"" WHERE ""venue""='western oval';",2-10746200-12 "At the match where the away team scored 4.5 (29), what was the crowd size?","CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT COUNT(""crowd"") FROM ""round_12"" WHERE ""away_team_score""='4.5 (29)';",2-10746200-12 What air date has a red winner and an emergency braking challenge?,"CREATE TABLE ""episodes"" ( ""air_date"" text, ""challenge"" text, ""winner"" text, ""test_taker"" text, ""passed"" text );","SELECT ""air_date"" FROM ""episodes"" WHERE ""winner""='red' AND ""challenge""='emergency braking';",2-10749367-3 On which air date was Robert the test-taker?,"CREATE TABLE ""episodes"" ( ""air_date"" text, ""challenge"" text, ""winner"" text, ""test_taker"" text, ""passed"" text );","SELECT ""air_date"" FROM ""episodes"" WHERE ""test_taker""='robert';",2-10749367-3 What is the result for passing in the country driving challenge?,"CREATE TABLE ""episodes"" ( ""air_date"" text, ""challenge"" text, ""winner"" text, ""test_taker"" text, ""passed"" text );","SELECT ""passed"" FROM ""episodes"" WHERE ""challenge""='country driving';",2-10749367-3 What Nation of citizenship has a stock car vehicle with a year of 1999?,"CREATE TABLE ""list_of_winners"" ( ""year"" real, ""driver"" text, ""nation_of_citizenship"" text, ""racing_series"" text, ""type_of_vehicle"" text );","SELECT ""nation_of_citizenship"" FROM ""list_of_winners"" WHERE ""type_of_vehicle""='stock car' AND ""year""=1999;",2-10526612-1 What driver has a stock car vehicle with a year of 1999?,"CREATE TABLE ""list_of_winners"" ( ""year"" real, ""driver"" text, ""nation_of_citizenship"" text, ""racing_series"" text, ""type_of_vehicle"" text );","SELECT ""driver"" FROM ""list_of_winners"" WHERE ""type_of_vehicle""='stock car' AND ""year""=1999;",2-10526612-1 What Nation of citizenship has a stock car vehicle with a year of 2012?,"CREATE TABLE ""list_of_winners"" ( ""year"" real, ""driver"" text, ""nation_of_citizenship"" text, ""racing_series"" text, ""type_of_vehicle"" text );","SELECT ""nation_of_citizenship"" FROM ""list_of_winners"" WHERE ""type_of_vehicle""='stock car' AND ""year""=2012;",2-10526612-1 What year has the vehicle of open wheel and a racing series of formula one with a Nation of citizenship in Germany.,"CREATE TABLE ""list_of_winners"" ( ""year"" real, ""driver"" text, ""nation_of_citizenship"" text, ""racing_series"" text, ""type_of_vehicle"" text );","SELECT ""year"" FROM ""list_of_winners"" WHERE ""type_of_vehicle""='open wheel' AND ""racing_series""='formula one' AND ""nation_of_citizenship""='germany';",2-10526612-1 "On what Route is the mountain with a Rank less than 33 and an Elevation of 11,312 feet 3448 m?","CREATE TABLE ""colorado_mountain_passes_traversed_by_pa"" ( ""rank"" real, ""mountain_pass"" text, ""elevation"" text, ""surface"" text, ""route"" real );","SELECT MAX(""route"") FROM ""colorado_mountain_passes_traversed_by_pa"" WHERE ""rank""<33 AND ""elevation""='11,312 feet 3448 m';",2-14926835-1 What is the Surface of the Route less than 7?,"CREATE TABLE ""colorado_mountain_passes_traversed_by_pa"" ( ""rank"" real, ""mountain_pass"" text, ""elevation"" text, ""surface"" text, ""route"" real );","SELECT ""surface"" FROM ""colorado_mountain_passes_traversed_by_pa"" WHERE ""route""<7;",2-14926835-1 What is the Mountain Pass with a 21 Rank?,"CREATE TABLE ""colorado_mountain_passes_traversed_by_pa"" ( ""rank"" real, ""mountain_pass"" text, ""elevation"" text, ""surface"" text, ""route"" real );","SELECT ""mountain_pass"" FROM ""colorado_mountain_passes_traversed_by_pa"" WHERE ""rank""=21;",2-14926835-1 What is the Elevation of the mountain on Route 62?,"CREATE TABLE ""colorado_mountain_passes_traversed_by_pa"" ( ""rank"" real, ""mountain_pass"" text, ""elevation"" text, ""surface"" text, ""route"" real );","SELECT ""elevation"" FROM ""colorado_mountain_passes_traversed_by_pa"" WHERE ""route""=62;",2-14926835-1 "What Mountain Pass has an Elevation of 10,001 feet 3048 m?","CREATE TABLE ""colorado_mountain_passes_traversed_by_pa"" ( ""rank"" real, ""mountain_pass"" text, ""elevation"" text, ""surface"" text, ""route"" real );","SELECT ""mountain_pass"" FROM ""colorado_mountain_passes_traversed_by_pa"" WHERE ""elevation""='10,001 feet 3048 m';",2-14926835-1 "Which Score has a Visitor of ny rangers, and a Record of 19–28–15?","CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""game_log"" WHERE ""visitor""='ny rangers' AND ""record""='19–28–15';",2-14335342-6 Which Score has a Date of february 9?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='february 9';",2-14335342-6 "Which Game site has a Kickoff (ET) of 1:00pm, and a Record of 4–1?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""kickoff_et"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""nfl_recap"" text );","SELECT ""game_site"" FROM ""schedule"" WHERE ""kickoff_et""='1:00pm' AND ""record""='4–1';",2-14490386-1 "Which Opponent has a Game site of heinz field, and a Record of 3–1?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""kickoff_et"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""nfl_recap"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""game_site""='heinz field' AND ""record""='3–1';",2-14490386-1 Which Kickoff (ET) has a Result of w 34–23?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""kickoff_et"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""nfl_recap"" text );","SELECT ""kickoff_et"" FROM ""schedule"" WHERE ""result""='w 34–23';",2-14490386-1 "Which Floors have a Location of ljubljana, and a Name of tr3?","CREATE TABLE ""tallest_buildings"" ( ""rank"" real, ""name"" text, ""location"" text, ""height_metres_feet"" text, ""floors"" text );","SELECT ""floors"" FROM ""tallest_buildings"" WHERE ""location""='ljubljana' AND ""name""='tr3';",2-15062421-1 Which Rank is the lowest one that has a Name of maribor cathedral?,"CREATE TABLE ""tallest_buildings"" ( ""rank"" real, ""name"" text, ""location"" text, ""height_metres_feet"" text, ""floors"" text );","SELECT MIN(""rank"") FROM ""tallest_buildings"" WHERE ""name""='maribor cathedral';",2-15062421-1 Which Name has a Location of ljubljana?,"CREATE TABLE ""tallest_buildings"" ( ""rank"" real, ""name"" text, ""location"" text, ""height_metres_feet"" text, ""floors"" text );","SELECT ""name"" FROM ""tallest_buildings"" WHERE ""location""='ljubljana';",2-15062421-1 "Which Height Metres / feet has a Rank of 8, and Floors of 3x17?","CREATE TABLE ""tallest_buildings"" ( ""rank"" real, ""name"" text, ""location"" text, ""height_metres_feet"" text, ""floors"" text );","SELECT ""height_metres_feet"" FROM ""tallest_buildings"" WHERE ""rank""=8 AND ""floors""='3x17';",2-15062421-1 "What is the time for Moscow, Russia?","CREATE TABLE ""mma_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""time"" FROM ""mma_record"" WHERE ""location""='moscow, russia';",2-13845847-2 "Who was the opponent in London, England in a round less than 2?","CREATE TABLE ""mma_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""opponent"" FROM ""mma_record"" WHERE ""location""='london, england' AND ""round""<2;",2-13845847-2 What was the method for opponent of Ivan Serati?,"CREATE TABLE ""mma_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""method"" FROM ""mma_record"" WHERE ""opponent""='ivan serati';",2-13845847-2 Which event had an opponent of Yasuhito Namekawa with a decision method?,"CREATE TABLE ""mma_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""event"" FROM ""mma_record"" WHERE ""opponent""='yasuhito namekawa' AND ""method""='decision';",2-13845847-2 What is the time for an opponent of Satoshi Honma?,"CREATE TABLE ""mma_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""time"" FROM ""mma_record"" WHERE ""opponent""='satoshi honma';",2-13845847-2 What is the manufacturer serial number of the 1963 withdrawn year?,"CREATE TABLE ""midland_railway_company_of_western_austr"" ( ""wheel_arrangement"" text, ""manufacturer_serial_numbers"" text, ""year_introduced_mrwa"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_withdrawn"" text );","SELECT ""manufacturer_serial_numbers"" FROM ""midland_railway_company_of_western_austr"" WHERE ""year_s_withdrawn""='1963';",2-15212127-2 What was the year the MRWA with a wheel arrangement of 4-6-2 was introduced?,"CREATE TABLE ""midland_railway_company_of_western_austr"" ( ""wheel_arrangement"" text, ""manufacturer_serial_numbers"" text, ""year_introduced_mrwa"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_withdrawn"" text );","SELECT ""year_introduced_mrwa"" FROM ""midland_railway_company_of_western_austr"" WHERE ""wheel_arrangement""='4-6-2';",2-15212127-2 What College/Junior/Club Team (League) has 6 as the Round?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""round""=6;",2-14302613-17 "Which Player has United States as Nationality, forward as Position and a greater than 5 Round?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""player"" FROM ""draft_picks"" WHERE ""nationality""='united states' AND ""position""='forward' AND ""round"">5;",2-14302613-17 Name the total number of round for wide receiver for kent state,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""round"") FROM ""atlanta_falcons_draft_history"" WHERE ""position""='wide receiver' AND ""college""='kent state';",2-15198842-9 what episode is called jewboy,"CREATE TABLE ""filmography"" ( ""year"" text, ""title"" text, ""type"" text, ""episodes"" text, ""role"" text );","SELECT ""episodes"" FROM ""filmography"" WHERE ""title""='jewboy';",2-14779983-1 Tell me the date with result of won 1-0,"CREATE TABLE ""friendlies"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""friendlies"" WHERE ""result""='won 1-0';",2-15211906-2 Name the attendance with result of won 1-0,"CREATE TABLE ""friendlies"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""friendlies"" WHERE ""result""='won 1-0';",2-15211906-2 Name the venue for staines town,"CREATE TABLE ""friendlies"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""venue"" FROM ""friendlies"" WHERE ""opponent""='staines town';",2-15211906-2 Which Region has a Catalog of kem 072?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""catalog""='kem 072';",2-15143976-2 "Which Region has a Format of cd album, and a Label of kemado records, and a Catalog of kem 071?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""format""='cd album' AND ""label""='kemado records' AND ""catalog""='kem 071';",2-15143976-2 "Which Format has a Date of may 24, 2008?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""date""='may 24, 2008';",2-15143976-2 "Which Format has a Region of united states, and a Catalog of kem 072?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""region""='united states' AND ""catalog""='kem 072';",2-15143976-2 "Which Label has a Region of united states, and a Format of lp album?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""region""='united states' AND ""format""='lp album';",2-15143976-2 Which Format has a Label of toy's factory records?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""label""='toy''s factory records';",2-15143976-2 "Which result's venue was in Rotterdam, Netherlands?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""venue""='rotterdam, netherlands';",2-152680-3 what is the district of wallasey,"CREATE TABLE ""list_of_civil_parishes_and_unparished_ar"" ( ""name"" text, ""status"" text, ""population"" real, ""district"" text, ""former_local_authority"" text );","SELECT ""district"" FROM ""list_of_civil_parishes_and_unparished_ar"" WHERE ""name""='wallasey';",2-1469686-1 What is the average attendance at a week 4 game?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""week""=4;",2-14878026-2 What venue held that game with a result of l 24–14?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT ""venue"" FROM ""schedule"" WHERE ""result""='l 24–14';",2-14878026-2 "What is the average week of the game on November 22, 1964 attended by 48,065?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT AVG(""week"") FROM ""schedule"" WHERE ""date""='november 22, 1964' AND ""attendance"">'48,065';",2-14878026-2 Which name had more than 5 rounds and was a defensive end?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""name"" FROM ""atlanta_falcons_draft_history"" WHERE ""round"">5 AND ""position""='defensive end';",2-15198842-46 Which overall's pick number was 14?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""overall"" FROM ""atlanta_falcons_draft_history"" WHERE ""pick_num""=14;",2-15198842-46 Which highest pick number had Akeem Dent as a name and where the overall was less than 91?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""atlanta_falcons_draft_history"" WHERE ""name""='akeem dent' AND ""overall""<91;",2-15198842-46 How many Points have an Opponent of @ los angeles kings and a Game larger than 4?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT AVG(""points"") FROM ""regular_season"" WHERE ""opponent""='@ los angeles kings' AND ""game"">4;",2-14323142-2 "Which October has a Record of 5–1–0, and a Game larger than 6?","CREATE TABLE ""regular_season"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT AVG(""october"") FROM ""regular_season"" WHERE ""record""='5–1–0' AND ""game"">6;",2-14323142-2 which playoffs took place during 2011?,"CREATE TABLE ""year_by_year"" ( ""year"" text, ""division"" text, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT ""playoffs"" FROM ""year_by_year"" WHERE ""year""='2011';",2-1463479-1 which open cup was in 2012?,"CREATE TABLE ""year_by_year"" ( ""year"" text, ""division"" text, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT ""open_cup"" FROM ""year_by_year"" WHERE ""year""='2012';",2-1463479-1 when did the usl a-league have conference finals?,"CREATE TABLE ""year_by_year"" ( ""year"" text, ""division"" text, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT ""year"" FROM ""year_by_year"" WHERE ""league""='usl a-league' AND ""playoffs""='conference finals';",2-1463479-1 what opponent has an average less than 62 and a January average less than 6,"CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""points""<62 AND ""january""<6;",2-14173105-6 what is the average for January with points of 51,"CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""january"" FROM ""regular_season"" WHERE ""points""=51;",2-14173105-6 How many vuts made for a player with 2 wins and under 7 top 5s?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""cuts_made"") FROM ""summary"" WHERE ""wins""=2 AND ""top_5""<7;",2-1514634-7 How many top 10s associated with 3 top 5s and under 22 cuts made?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""top_10"") FROM ""summary"" WHERE ""top_5""=3 AND ""cuts_made""<22;",2-1514634-7 How many top 10s when he had under 1 top 5s?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT SUM(""top_10"") FROM ""summary"" WHERE ""top_5""<1;",2-1514634-7 What loss has 26-9 as a loss?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""record""='26-9';",2-13955721-3 What was their record when they were at Pittsburgh?,"CREATE TABLE ""february"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""february"" WHERE ""home""='pittsburgh';",2-13909437-6 What was their record on February 24?,"CREATE TABLE ""february"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""february"" WHERE ""date""='february 24';",2-13909437-6 Driver Shaun Jones with a viper as a chassis is in what class?,"CREATE TABLE ""non_gearbox"" ( ""team"" text, ""class"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""class"" FROM ""non_gearbox"" WHERE ""chassis""='viper' AND ""driver""='shaun jones';",2-15162596-2 "What is the name of the driver with a rotax max engine, in the rotax heavy class, with arrow as chassis and on the TWR Raceline Seating team?","CREATE TABLE ""non_gearbox"" ( ""team"" text, ""class"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""driver"" FROM ""non_gearbox"" WHERE ""engine""='rotax max' AND ""class""='rotax heavy' AND ""chassis""='arrow' AND ""team""='twr raceline seating';",2-15162596-2 What type of engine does the BF Racing Marron Excavations have that also has Monaco as chassis and Lee Filliponi as the driver?,"CREATE TABLE ""non_gearbox"" ( ""team"" text, ""class"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""engine"" FROM ""non_gearbox"" WHERE ""team""='bf racing marron excavations' AND ""chassis""='monaco' AND ""driver""='lee filliponi';",2-15162596-2 Which team does Colin Moore drive for?,"CREATE TABLE ""non_gearbox"" ( ""team"" text, ""class"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""team"" FROM ""non_gearbox"" WHERE ""driver""='colin moore';",2-15162596-2 What is the name of the team whose class is Rotax Light?,"CREATE TABLE ""non_gearbox"" ( ""team"" text, ""class"" text, ""chassis"" text, ""engine"" text, ""driver"" text );","SELECT ""team"" FROM ""non_gearbox"" WHERE ""class""='rotax light';",2-15162596-2 Which company launched in 1996 and has a Hanzi of 凤凰卫视中文台?,"CREATE TABLE ""premium_satellite_television"" ( ""name"" text, ""hanzi"" text, ""origin"" text, ""launch"" text, ""owner"" text );","SELECT ""name"" FROM ""premium_satellite_television"" WHERE ""launch""='1996' AND ""hanzi""='凤凰卫视中文台';",2-15147453-5 Where did the Hanzi of 凤凰卫视电影台 originate?,"CREATE TABLE ""premium_satellite_television"" ( ""name"" text, ""hanzi"" text, ""origin"" text, ""launch"" text, ""owner"" text );","SELECT ""origin"" FROM ""premium_satellite_television"" WHERE ""hanzi""='凤凰卫视电影台';",2-15147453-5 What is the Hanzi of Hong Kong in 1998?,"CREATE TABLE ""premium_satellite_television"" ( ""name"" text, ""hanzi"" text, ""origin"" text, ""launch"" text, ""owner"" text );","SELECT ""hanzi"" FROM ""premium_satellite_television"" WHERE ""origin""='hong kong' AND ""launch""='1998';",2-15147453-5 What is the Hanzi of Phoenix Television Chinese that launched in 1996?,"CREATE TABLE ""premium_satellite_television"" ( ""name"" text, ""hanzi"" text, ""origin"" text, ""launch"" text, ""owner"" text );","SELECT ""hanzi"" FROM ""premium_satellite_television"" WHERE ""launch""='1996' AND ""name""='phoenix television chinese';",2-15147453-5 Which Against is the highest one that has a Difference of 12?,"CREATE TABLE ""torneio_rio_s_o_paulo"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT MAX(""against"") FROM ""torneio_rio_s_o_paulo"" WHERE ""difference""='12';",2-15284070-1 "Which average Played has a Drawn smaller than 1, and Points larger than 4?","CREATE TABLE ""torneio_rio_s_o_paulo"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT AVG(""played"") FROM ""torneio_rio_s_o_paulo"" WHERE ""drawn""<1 AND ""points"">4;",2-15284070-1 Which Position has a Played larger than 9?,"CREATE TABLE ""torneio_rio_s_o_paulo"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT SUM(""position"") FROM ""torneio_rio_s_o_paulo"" WHERE ""played"">9;",2-15284070-1 "Which Lost is the highest one that has a Drawn smaller than 4, and a Played smaller than 9?","CREATE TABLE ""torneio_rio_s_o_paulo"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT MAX(""lost"") FROM ""torneio_rio_s_o_paulo"" WHERE ""drawn""<4 AND ""played""<9;",2-15284070-1 "Which Points is the highest one that has a Position of 1, and a Lost smaller than 0?","CREATE TABLE ""torneio_rio_s_o_paulo"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT MAX(""points"") FROM ""torneio_rio_s_o_paulo"" WHERE ""position""=1 AND ""lost""<0;",2-15284070-1 Which District has a First Elected of 1904 and an Incumbent of Duncan E. Mckinlay?,"CREATE TABLE ""california"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text );","SELECT ""district"" FROM ""california"" WHERE ""first_elected""=1904 AND ""incumbent""='duncan e. mckinlay';",2-1365799-2 What's the highest First Elected with a Result of Re-elected and DIstrict of California 5?,"CREATE TABLE ""california"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text );","SELECT MAX(""first_elected"") FROM ""california"" WHERE ""result""='re-elected' AND ""district""='california 5';",2-1365799-2 Which Incumbent has a District of California 8?,"CREATE TABLE ""california"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text );","SELECT ""incumbent"" FROM ""california"" WHERE ""district""='california 8';",2-1365799-2 Which District has a Result of Re-elected and a First Elected of 1898?,"CREATE TABLE ""california"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text );","SELECT ""district"" FROM ""california"" WHERE ""result""='re-elected' AND ""first_elected""=1898;",2-1365799-2 Which Incumbent has a District of California 5?,"CREATE TABLE ""california"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""result"" text );","SELECT ""incumbent"" FROM ""california"" WHERE ""district""='california 5';",2-1365799-2 "Name the venue for friendly competition october 16, 2012","CREATE TABLE ""goals_for_senior_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""goals_for_senior_national_team"" WHERE ""competition""='friendly' AND ""date""='october 16, 2012';",2-15019756-1 Name the date for score of 1-5,"CREATE TABLE ""goals_for_senior_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""goals_for_senior_national_team"" WHERE ""score""='1-5';",2-15019756-1 What Gold has the Year of 1994?,"CREATE TABLE ""changquan"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""gold"" FROM ""changquan"" WHERE ""year""=1994;",2-14783550-12 What's the lowest Year with the Location of Bangkok?,"CREATE TABLE ""changquan"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT MIN(""year"") FROM ""changquan"" WHERE ""location""='bangkok';",2-14783550-12 What Silver has the Location of Guangzhou?,"CREATE TABLE ""changquan"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""silver"" FROM ""changquan"" WHERE ""location""='guangzhou';",2-14783550-12 What Gold has the Year of 2006?,"CREATE TABLE ""changquan"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""gold"" FROM ""changquan"" WHERE ""year""=2006;",2-14783550-12 What Silver has a Golf of Li AO?,"CREATE TABLE ""changquan"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""silver"" FROM ""changquan"" WHERE ""gold""='li ao';",2-14783550-12 What's the Bronze with the Year of 1998?,"CREATE TABLE ""changquan"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""bronze"" FROM ""changquan"" WHERE ""year""=1998;",2-14783550-12 What is the average number of silver medals for countries with 0 gold and rank under 3?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""silver"") FROM ""medal_table"" WHERE ""gold""=0 AND ""rank""<3;",2-14140556-5 "What is the average gold medals for countries with more than 0 bronze, more than 0 silver, rank over 2 and total over 3?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_table"" WHERE ""bronze"">0 AND ""silver"">0 AND ""rank"">2 AND ""total"">3;",2-14140556-5 What team had 10 Labs and the Driver was Alex Yoong?,"CREATE TABLE ""sprint_race"" ( ""team"" text, ""driver"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""team"" FROM ""sprint_race"" WHERE ""laps""=10 AND ""driver""='alex yoong';",2-13742683-3 What is the Grid number for the Team from Italy?,"CREATE TABLE ""sprint_race"" ( ""team"" text, ""driver"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT COUNT(""grid"") FROM ""sprint_race"" WHERE ""team""='italy';",2-13742683-3 For what Team is Narain Karthikeyan the Driver?,"CREATE TABLE ""sprint_race"" ( ""team"" text, ""driver"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""team"" FROM ""sprint_race"" WHERE ""driver""='narain karthikeyan';",2-13742683-3 Which award has the category of the best direction of a musical?,"CREATE TABLE ""original_broadway_production"" ( ""year"" real, ""award"" text, ""category"" text, ""nominee"" text, ""result"" text );","SELECT ""award"" FROM ""original_broadway_production"" WHERE ""category""='best direction of a musical';",2-13798309-1 "With a Date of 22 July, what is the Winning team?","CREATE TABLE ""race_calendar_and_results"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_team"" FROM ""race_calendar_and_results"" WHERE ""date""='22 july';",2-13811982-2 What Winning team has 22 July as a Date?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_team"" FROM ""race_calendar_and_results"" WHERE ""date""='22 july';",2-13811982-2 Who is the Winning Driver that has a Winning team of Engstler Motorsport Engstler Motorsport and also the Date 22 July?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_driver"" FROM ""race_calendar_and_results"" WHERE ""winning_team""='engstler motorsport engstler motorsport' AND ""date""='22 july';",2-13811982-2 What Round was the Winning Team Engstler Motorsport Maurer Motorsport?,"CREATE TABLE ""race_calendar_and_results"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""round"" FROM ""race_calendar_and_results"" WHERE ""winning_team""='engstler motorsport maurer motorsport';",2-13811982-2 Which player(s) was drafted by the Pittsburgh Penguins?,"CREATE TABLE ""round_ten"" ( ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_ten"" WHERE ""nhl_team""='pittsburgh penguins';",2-1473672-10 "What is the name of the award in a year more than 2005, and the Result of nominated?","CREATE TABLE ""awards_achievements"" ( ""year"" real, ""organisation"" text, ""award"" text, ""representative_work"" text, ""result"" text );","SELECT ""award"" FROM ""awards_achievements"" WHERE ""year"">2005 AND ""result""='nominated';",2-14626659-3 What is the award for the Star Awards earlier than 2005 and the result is won?,"CREATE TABLE ""awards_achievements"" ( ""year"" real, ""organisation"" text, ""award"" text, ""representative_work"" text, ""result"" text );","SELECT ""award"" FROM ""awards_achievements"" WHERE ""organisation""='star awards' AND ""year""<2005 AND ""result""='won';",2-14626659-3 What is the organisation in 2011 that was nominated and the award of best info-ed programme host?,"CREATE TABLE ""awards_achievements"" ( ""year"" real, ""organisation"" text, ""award"" text, ""representative_work"" text, ""result"" text );","SELECT ""organisation"" FROM ""awards_achievements"" WHERE ""year""=2011 AND ""result""='nominated' AND ""award""='best info-ed programme host';",2-14626659-3 "What is the name of the Representative Work in a year later than 2005 with a Result of nominated, and an Award of best variety show host?","CREATE TABLE ""awards_achievements"" ( ""year"" real, ""organisation"" text, ""award"" text, ""representative_work"" text, ""result"" text );","SELECT ""representative_work"" FROM ""awards_achievements"" WHERE ""year"">2005 AND ""result""='nominated' AND ""award""='best variety show host';",2-14626659-3 What is the award for 1998 with Representative Work of city beat?,"CREATE TABLE ""awards_achievements"" ( ""year"" real, ""organisation"" text, ""award"" text, ""representative_work"" text, ""result"" text );","SELECT ""award"" FROM ""awards_achievements"" WHERE ""year""=1998 AND ""representative_work""='city beat';",2-14626659-3 Score of 2–1 has what record?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""record"" FROM ""game_log"" WHERE ""score""='2–1';",2-13931419-6 Home of kings had what score?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""game_log"" WHERE ""home""='kings';",2-13931419-6 Record of 21–29–10 had what total number of points?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT COUNT(""points"") FROM ""game_log"" WHERE ""record""='21–29–10';",2-13931419-6 "How many wins did the team, which had more than 110 points, have in 1989?","CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT SUM(""wins"") FROM ""motorcycle_grand_prix_results"" WHERE ""year""=1989 AND ""points"">110;",2-14881229-4 What is the highest number of points the team with 0 wins had before 1992?,"CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT MAX(""points"") FROM ""motorcycle_grand_prix_results"" WHERE ""wins""=0 AND ""year""<1992;",2-14881229-4 In what Round was Pick #12 drafted?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""round"" FROM ""nfl_draft"" WHERE ""pick_num""=12;",2-14655713-1 What Player is a Wide Receiver?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""position""='wide receiver';",2-14655713-1 In what Round was a player from College of Connecticut drafted?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""round"" FROM ""nfl_draft"" WHERE ""college""='connecticut';",2-14655713-1 What is the Position of Pick #321?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""pick_num""=321;",2-14655713-1 What is Mark Cannon's College?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""nfl_draft"" WHERE ""player""='mark cannon';",2-14655713-1 What is the length and duration of the race on April 19?,"CREATE TABLE ""schedule"" ( ""race"" text, ""class_es"" text, ""length_duration"" text, ""circuit"" text, ""date"" text );","SELECT ""length_duration"" FROM ""schedule"" WHERE ""date""='april 19';",2-14387459-1 What was the circuit had a race on September 20.,"CREATE TABLE ""schedule"" ( ""race"" text, ""class_es"" text, ""length_duration"" text, ""circuit"" text, ""date"" text );","SELECT ""circuit"" FROM ""schedule"" WHERE ""date""='september 20';",2-14387459-1 What was the date of the race that lasted 6 hours?,"CREATE TABLE ""schedule"" ( ""race"" text, ""class_es"" text, ""length_duration"" text, ""circuit"" text, ""date"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""length_duration""='6 hours';",2-14387459-1 What are the classes for the circuit that has the Mazda Raceway Laguna Seca race.,"CREATE TABLE ""schedule"" ( ""race"" text, ""class_es"" text, ""length_duration"" text, ""circuit"" text, ""date"" text );","SELECT ""class_es"" FROM ""schedule"" WHERE ""circuit""='mazda raceway laguna seca';",2-14387459-1 "Which opponent has points less than 18, and a november greater than 11?","CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""points""<18 AND ""november"">11;",2-14291300-3 "What is the highest November that has a game less than 12, and @ detroit red wings as the opponent?","CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT MAX(""november"") FROM ""regular_season"" WHERE ""game""<12 AND ""opponent""='@ detroit red wings';",2-14291300-3 "What record has a november greater than 11, and st. louis blues as the opponent?","CREATE TABLE ""regular_season"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""record"" FROM ""regular_season"" WHERE ""november"">11 AND ""opponent""='st. louis blues';",2-14291300-3 What is the score when the record was 5-4-2?,"CREATE TABLE ""october"" ( ""game_num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""october"" WHERE ""record""='5-4-2';",2-13913477-3 What is the score for the team with a record of 2-1?,"CREATE TABLE ""chicago_black_hawks_4_montreal_canadiens"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""chicago_black_hawks_4_montreal_canadiens"" WHERE ""record""='2-1';",2-13909503-3 Which home team has a record of 3-2?,"CREATE TABLE ""chicago_black_hawks_4_montreal_canadiens"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""chicago_black_hawks_4_montreal_canadiens"" WHERE ""record""='3-2';",2-13909503-3 What is the average wins in 250cc class for Bultaco with 8 points later than 1966?,"CREATE TABLE ""grand_prix_motorcycle_racing_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT AVG(""wins"") FROM ""grand_prix_motorcycle_racing_results"" WHERE ""class""='250cc' AND ""team""='bultaco' AND ""year"">1966 AND ""points""=8;",2-15129536-3 "Which class corresponds to more than 2 points, wins greater than 0, and a year earlier than 1973?","CREATE TABLE ""grand_prix_motorcycle_racing_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT ""class"" FROM ""grand_prix_motorcycle_racing_results"" WHERE ""points"">2 AND ""year""<1973 AND ""wins"">0;",2-15129536-3 What is the sum of all points in 1975 with 0 wins?,"CREATE TABLE ""grand_prix_motorcycle_racing_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT SUM(""points"") FROM ""grand_prix_motorcycle_racing_results"" WHERE ""year""=1975 AND ""wins""<0;",2-15129536-3 Which Country has a Score of 70-68-70-68=276?,"CREATE TABLE ""winners"" ( ""year"" real, ""dates"" text, ""champion"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin_of_victory"" text, ""purse_us"" real, ""winner_s_share"" real );","SELECT ""country"" FROM ""winners"" WHERE ""score""='70-68-70-68=276';",2-1529260-2 What is the fastest lap in the Le Mans Bugatti circuit?,"CREATE TABLE ""race_calendar_and_winners"" ( ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""winning_manufacturer"" text );","SELECT ""fastest_lap"" FROM ""race_calendar_and_winners"" WHERE ""circuit""='le mans bugatti';",2-15293399-2 What is the fastest lap of the Oschersleben circuit with Audi Sport Team ABT as the winning team?,"CREATE TABLE ""race_calendar_and_winners"" ( ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""winning_manufacturer"" text );","SELECT ""fastest_lap"" FROM ""race_calendar_and_winners"" WHERE ""winning_team""='audi sport team abt' AND ""circuit""='oschersleben';",2-15293399-2 Who is the winning driver of the Oschersleben circuit with Timo Scheider as the pole position?,"CREATE TABLE ""race_calendar_and_winners"" ( ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""winning_manufacturer"" text );","SELECT ""winning_driver"" FROM ""race_calendar_and_winners"" WHERE ""pole_position""='timo scheider' AND ""circuit""='oschersleben';",2-15293399-2 What is the winning team of the race on 31 August with Audi as the winning manufacturer and Timo Scheider as the winning driver?,"CREATE TABLE ""race_calendar_and_winners"" ( ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""winning_manufacturer"" text );","SELECT ""winning_team"" FROM ""race_calendar_and_winners"" WHERE ""winning_manufacturer""='audi' AND ""winning_driver""='timo scheider' AND ""date""='31 august';",2-15293399-2 Who is the winning driver of the race with no race as the winning manufacturer?,"CREATE TABLE ""race_calendar_and_winners"" ( ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text, ""winning_manufacturer"" text );","SELECT ""winning_driver"" FROM ""race_calendar_and_winners"" WHERE ""winning_manufacturer""='no race';",2-15293399-2 "In what Tournament was the Score of 3–6, 6–3, 7–6 in a match played on a hard Surface?","CREATE TABLE ""doubles_13_12_1"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""tournament"" FROM ""doubles_13_12_1"" WHERE ""surface""='hard' AND ""score""='3–6, 6–3, 7–6';",2-15097334-5 "Who was the Partner in a game with the Score of 6–4, 6–2 on a hard surface?","CREATE TABLE ""doubles_13_12_1"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""partner"" FROM ""doubles_13_12_1"" WHERE ""surface""='hard' AND ""score""='6–4, 6–2';",2-15097334-5 "On what Date was the Score 6–4, 6–2?","CREATE TABLE ""doubles_13_12_1"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""date"" FROM ""doubles_13_12_1"" WHERE ""score""='6–4, 6–2';",2-15097334-5 "When was the year that had an average attendance of 5,445?","CREATE TABLE ""year_by_year"" ( ""year"" text, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""avg_attendance"" text );","SELECT ""year"" FROM ""year_by_year"" WHERE ""avg_attendance""='5,445';",2-14246854-3 "In 2010-11, what was the League name?","CREATE TABLE ""year_by_year"" ( ""year"" text, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""avg_attendance"" text );","SELECT ""league"" FROM ""year_by_year"" WHERE ""year""='2010-11';",2-14246854-3 "If the Played was played, what is the lost?","CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""lost"" FROM ""2008_2009_table"" WHERE ""played""='played';",2-13741576-4 "If the losing bonus was 6, what is the tries for?","CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_for"" FROM ""2008_2009_table"" WHERE ""losing_bonus""='6';",2-13741576-4 "If points against was 371, what is the drawn?","CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""drawn"" FROM ""2008_2009_table"" WHERE ""points_against""='371';",2-13741576-4 "If played is 22 and the tries against are 43, what are the points?","CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points_for"" FROM ""2008_2009_table"" WHERE ""played""='22' AND ""tries_against""='43';",2-13741576-4 What's the losing bonus of Crumlin RFC?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""losing_bonus"" FROM ""2008_2009_table"" WHERE ""club""='crumlin rfc';",2-13741576-4 What's the Opponent with a Week that's larger than 16?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""tv_time"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week"">16;",2-14882589-1 What's the Game SIte with an Opponent of San Diego Chargers?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""tv_time"" text, ""attendance"" text );","SELECT ""game_site"" FROM ""schedule"" WHERE ""opponent""='san diego chargers';",2-14882589-1 "Which Silver is the lowest one that has a Gold larger than 0, and a Rank of total, and a Bronze smaller than 32?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""silver"") FROM ""medals_table"" WHERE ""gold"">0 AND ""rank""='total' AND ""bronze""<32;",2-14289535-3 "Which Bronze is the lowest one that has a Rank of 3, and a Silver smaller than 2?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""bronze"") FROM ""medals_table"" WHERE ""rank""='3' AND ""silver""<2;",2-14289535-3 "Which Silver has a Nation of china, and a Bronze smaller than 7?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""silver"") FROM ""medals_table"" WHERE ""nation""='china' AND ""bronze""<7;",2-14289535-3 "Which Nation has a Gold of 0, and a Bronze smaller than 6, and a Rank of 6?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""nation"" FROM ""medals_table"" WHERE ""gold""=0 AND ""bronze""<6 AND ""rank""='6';",2-14289535-3 "What score has detroit as the home, and December 9 as the date?","CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""december"" WHERE ""home""='detroit' AND ""date""='december 9';",2-13535187-3 What score has mtl. maroons as the visitor?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""december"" WHERE ""visitor""='mtl. maroons';",2-13535187-3 What record has detroit as the home and mtl. maroons as the visitor?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""december"" WHERE ""home""='detroit' AND ""visitor""='mtl. maroons';",2-13535187-3 What visitor has December 14 as the date?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""visitor"" FROM ""december"" WHERE ""date""='december 14';",2-13535187-3 "What is the highest number of FCWC in the Years of 1958–1965, and an ICFC smaller than 11?","CREATE TABLE ""top_scorers_in_international_competition"" ( ""ranking"" real, ""nationality"" text, ""name"" text, ""years"" text, ""icfc"" real, ""fcwc"" real, ""total"" real );","SELECT MAX(""fcwc"") FROM ""top_scorers_in_international_competition"" WHERE ""years""='1958–1965' AND ""icfc""<11;",2-14707564-6 What is the lowest ranking associated with a total of 23?,"CREATE TABLE ""top_scorers_in_international_competition"" ( ""ranking"" real, ""nationality"" text, ""name"" text, ""years"" text, ""icfc"" real, ""fcwc"" real, ""total"" real );","SELECT MIN(""ranking"") FROM ""top_scorers_in_international_competition"" WHERE ""total""=23;",2-14707564-6 Which is the Outcome on 13 november 2006?,"CREATE TABLE ""singles_7_3_4"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""singles_7_3_4"" WHERE ""date""='13 november 2006';",2-14926150-6 Which Score has an Opponent of melanie south?,"CREATE TABLE ""singles_7_3_4"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_7_3_4"" WHERE ""opponent""='melanie south';",2-14926150-6 Which Outcome has a Opponent of lindsay lee-waters?,"CREATE TABLE ""singles_7_3_4"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""singles_7_3_4"" WHERE ""opponent""='lindsay lee-waters';",2-14926150-6 Which Opponent is on 17 november 2002?,"CREATE TABLE ""singles_7_3_4"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""opponent"" FROM ""singles_7_3_4"" WHERE ""date""='17 november 2002';",2-14926150-6 Which Tournament has an Outcome of winner on 19 october 2008?,"CREATE TABLE ""singles_7_3_4"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""tournament"" FROM ""singles_7_3_4"" WHERE ""outcome""='winner' AND ""date""='19 october 2008';",2-14926150-6 When is an Opponent of evie dominikovic?,"CREATE TABLE ""singles_7_3_4"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""date"" FROM ""singles_7_3_4"" WHERE ""opponent""='evie dominikovic';",2-14926150-6 "Who was the opponent at the game attended by 45,000?","CREATE TABLE ""schedule"" ( ""date"" text, ""opponentnum"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""opponentnum"" FROM ""schedule"" WHERE ""attendance""='45,000';",2-14721214-1 Which Bleeding time has a Condition of factor x deficiency as seen in amyloid purpura?,"CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""bleeding_time"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""condition""='factor x deficiency as seen in amyloid purpura';",2-1525-1 Which Platelet count has a Condition of bernard-soulier syndrome?,"CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""platelet_count"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""condition""='bernard-soulier syndrome';",2-1525-1 "Which Prothrombin time has a Platelet count of unaffected, and a Bleeding time of unaffected, and a Partial thromboplastin time of normal or mildly prolonged?","CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""prothrombin_time"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""platelet_count""='unaffected' AND ""bleeding_time""='unaffected' AND ""partial_thromboplastin_time""='normal or mildly prolonged';",2-1525-1 Which Platelet count has a Condition of factor v deficiency?,"CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""platelet_count"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""condition""='factor v deficiency';",2-1525-1 "Which Condition has a Bleeding time of unaffected, and a Partial thromboplastin time of prolonged, and a Prothrombin time of unaffected?","CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""condition"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""bleeding_time""='unaffected' AND ""partial_thromboplastin_time""='prolonged' AND ""prothrombin_time""='unaffected';",2-1525-1 What is hemophilia's bleeding time?,"CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""bleeding_time"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""condition""='hemophilia';",2-1525-1 "Which Bronze has a Year smaller than 1994, and a Silver of south korea?","CREATE TABLE ""team"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""bronze"" FROM ""team"" WHERE ""year""<1994 AND ""silver""='south korea';",2-14662246-3 Which Location has a Silver of japan?,"CREATE TABLE ""team"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""location"" FROM ""team"" WHERE ""silver""='japan';",2-14662246-3 "Which Year is the highest one that has a Bronze of south korea, and a Silver of philippines?","CREATE TABLE ""team"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT MAX(""year"") FROM ""team"" WHERE ""bronze""='south korea' AND ""silver""='philippines';",2-14662246-3 How many years has Japan won silver?,"CREATE TABLE ""team"" ( ""year"" real, ""location"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT SUM(""year"") FROM ""team"" WHERE ""silver""='japan';",2-14662246-3 "What was the Indians record during the game that had 19,823 fans attending?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""attendance""='19,823';",2-14546530-3 What date did the Indians have a record of 14-28?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='14-28';",2-14546530-3 In what Round was George Thomas Picked?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""round"") FROM ""atlanta_falcons_draft_history"" WHERE ""name""='george thomas';",2-15198842-23 What was the first Round with a Pick # greater than 1 and 140 Overall?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MIN(""round"") FROM ""atlanta_falcons_draft_history"" WHERE ""pick_num"">1 AND ""overall"">140;",2-15198842-23 What is Aundray Bruce's Pick #?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""pick_num"" FROM ""atlanta_falcons_draft_history"" WHERE ""name""='aundray bruce';",2-15198842-23 In what Round with an Overall greater than 306 was the pick from the College of Virginia Tech?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""round"") FROM ""atlanta_falcons_draft_history"" WHERE ""college""='virginia tech' AND ""overall"">306;",2-15198842-23 "Which highest wins number had Kawasaki as a team, 95 points, and a year prior to 1981?","CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT MAX(""wins"") FROM ""motorcycle_grand_prix_results"" WHERE ""team""='kawasaki' AND ""points""=95 AND ""year""<1981;",2-15094460-3 "How many points numbers had a class of 250cc, a year prior to 1978, Yamaha as a team, and where wins was more than 0?","CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT COUNT(""points"") FROM ""motorcycle_grand_prix_results"" WHERE ""class""='250cc' AND ""year""<1978 AND ""team""='yamaha' AND ""wins"">0;",2-15094460-3 "What is the mean year number where there are more than 0 wins, the class is 250cc, and the points are 95?","CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""wins"" real );","SELECT AVG(""year"") FROM ""motorcycle_grand_prix_results"" WHERE ""wins"">0 AND ""class""='250cc' AND ""points""=95;",2-15094460-3 What is the score on december 10?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""december"" WHERE ""date""='december 10';",2-14208941-4 What is the date for the home detroit and visitor was chicago?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""date"" FROM ""december"" WHERE ""home""='detroit' AND ""visitor""='chicago';",2-14208941-4 Who is the visitor on december 3?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""visitor"" FROM ""december"" WHERE ""date""='december 3';",2-14208941-4 Who is the visitor on the date december 31?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""visitor"" FROM ""december"" WHERE ""date""='december 31';",2-14208941-4 What is the location of the race on 11 November?,"CREATE TABLE ""2007"" ( ""date"" text, ""race_name"" text, ""location"" text, ""uci_rating"" text, ""winner"" text, ""team"" text );","SELECT ""location"" FROM ""2007"" WHERE ""date""='11 november';",2-13867144-1 Who is the winner of the race in Burkina Faso?,"CREATE TABLE ""2007"" ( ""date"" text, ""race_name"" text, ""location"" text, ""uci_rating"" text, ""winner"" text, ""team"" text );","SELECT ""winner"" FROM ""2007"" WHERE ""location""='burkina faso';",2-13867144-1 What is the release date of Martial Law: Take Out?,"CREATE TABLE ""vcd"" ( ""release_date"" text, ""release_title"" text, ""country"" text, ""publisher"" text, ""format"" text, ""language"" text, ""subtitles"" text, ""notes"" text );","SELECT ""release_date"" FROM ""vcd"" WHERE ""release_title""='martial law: take out';",2-1497260-2 Which publisher released Martial Law: Substitutes?,"CREATE TABLE ""vcd"" ( ""release_date"" text, ""release_title"" text, ""country"" text, ""publisher"" text, ""format"" text, ""language"" text, ""subtitles"" text, ""notes"" text );","SELECT ""publisher"" FROM ""vcd"" WHERE ""release_title""='martial law: substitutes';",2-1497260-2 Which country had a release of 1 VCD titled Martial Law: Substitutes?,"CREATE TABLE ""vcd"" ( ""release_date"" text, ""release_title"" text, ""country"" text, ""publisher"" text, ""format"" text, ""language"" text, ""subtitles"" text, ""notes"" text );","SELECT ""country"" FROM ""vcd"" WHERE ""notes""='1 vcd' AND ""release_title""='martial law: substitutes';",2-1497260-2 Who was the publisher of Martial Law: Dead Ringers?,"CREATE TABLE ""vcd"" ( ""release_date"" text, ""release_title"" text, ""country"" text, ""publisher"" text, ""format"" text, ""language"" text, ""subtitles"" text, ""notes"" text );","SELECT ""publisher"" FROM ""vcd"" WHERE ""release_title""='martial law: dead ringers';",2-1497260-2 "What is the name of the Loser when the winner was new england patriots, and a Location of giants stadium, and a Result of 30–28?","CREATE TABLE ""1990s_jets_11_9"" ( ""year"" real, ""date"" text, ""winner"" text, ""result"" text, ""loser"" text, ""location"" text );","SELECT ""loser"" FROM ""1990s_jets_11_9"" WHERE ""winner""='new england patriots' AND ""location""='giants stadium' AND ""result""='30–28';",2-14732368-6 "What team was the lower when the winner was the new york jets, and a Year earlier than 1994, and a Result of 37–13?","CREATE TABLE ""1990s_jets_11_9"" ( ""year"" real, ""date"" text, ""winner"" text, ""result"" text, ""loser"" text, ""location"" text );","SELECT ""loser"" FROM ""1990s_jets_11_9"" WHERE ""winner""='new york jets' AND ""year""<1994 AND ""result""='37–13';",2-14732368-6 What is the location when the new york jets lost earlier than 1997 and a Result of 31–28?,"CREATE TABLE ""1990s_jets_11_9"" ( ""year"" real, ""date"" text, ""winner"" text, ""result"" text, ""loser"" text, ""location"" text );","SELECT ""location"" FROM ""1990s_jets_11_9"" WHERE ""loser""='new york jets' AND ""year""<1997 AND ""result""='31–28';",2-14732368-6 "What is the year when the Winner was the new york jets, with a Result of 24–17, played at giants stadium?","CREATE TABLE ""1990s_jets_11_9"" ( ""year"" real, ""date"" text, ""winner"" text, ""result"" text, ""loser"" text, ""location"" text );","SELECT SUM(""year"") FROM ""1990s_jets_11_9"" WHERE ""winner""='new york jets' AND ""result""='24–17' AND ""location""='giants stadium';",2-14732368-6 What is the earliest year catalog # ual 24033 had an LP?,"CREATE TABLE ""release_history"" ( ""year"" real, ""type"" text, ""label"" text, ""catalog_num"" text, ""country"" text );","SELECT MIN(""year"") FROM ""release_history"" WHERE ""type""='lp' AND ""catalog_num""='ual 24033';",2-14577431-2 Which Games had a Name of manuel felix diaz?,"CREATE TABLE ""list_of_medalists"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""games"" FROM ""list_of_medalists"" WHERE ""name""='manuel felix diaz';",2-14824014-3 "Which Medal had a Games of 2008 beijing, and a Sport of taekwondo?","CREATE TABLE ""list_of_medalists"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""medal"" FROM ""list_of_medalists"" WHERE ""games""='2008 beijing' AND ""sport""='taekwondo';",2-14824014-3 "Which Medal had a Name of félix sánchez, and a Games of 2012 london?","CREATE TABLE ""list_of_medalists"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""medal"" FROM ""list_of_medalists"" WHERE ""name""='félix sánchez' AND ""games""='2012 london';",2-14824014-3 Which Sport had an Event of men's 400 m hurdles?,"CREATE TABLE ""list_of_medalists"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""sport"" FROM ""list_of_medalists"" WHERE ""event""='men''s 400 m hurdles';",2-14824014-3 What Medal had a Name of manuel felix diaz?,"CREATE TABLE ""list_of_medalists"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""medal"" FROM ""list_of_medalists"" WHERE ""name""='manuel felix diaz';",2-14824014-3 "Which Name had a Games of 2008 beijing, and a Medal of gold?","CREATE TABLE ""list_of_medalists"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""name"" FROM ""list_of_medalists"" WHERE ""games""='2008 beijing' AND ""medal""='gold';",2-14824014-3 What is bedford's mascot?,"CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""county"" text );","SELECT ""mascot"" FROM ""indiana_high_school_athletics_conference"" WHERE ""location""='bedford';",2-13986492-14 Segment A of heather gems is what netflix episode?,"CREATE TABLE ""season_17_2011"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""netflix"" FROM ""season_17_2011"" WHERE ""segment_a""='heather gems';",2-15187735-17 Segment B of aerospace fuel lines is what netflix episode?,"CREATE TABLE ""season_17_2011"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""netflix"" FROM ""season_17_2011"" WHERE ""segment_b""='aerospace fuel lines';",2-15187735-17 Segment B of aerospace fuel lines has what segment A?,"CREATE TABLE ""season_17_2011"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""segment_a"" FROM ""season_17_2011"" WHERE ""segment_b""='aerospace fuel lines';",2-15187735-17 Episode smaller than 210 had what segment c?,"CREATE TABLE ""season_17_2011"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""segment_c"" FROM ""season_17_2011"" WHERE ""episode""<210;",2-15187735-17 What's the Material collected for the 978-1401209674 ISBN?,"CREATE TABLE ""collected_editions"" ( ""vol_num"" real, ""title"" text, ""material_collected"" text, ""publication_date"" text, ""isbn"" text );","SELECT ""material_collected"" FROM ""collected_editions"" WHERE ""isbn""='978-1401209674';",2-144367-5 How many Volume Numbers have the title of Darkness Falls?,"CREATE TABLE ""collected_editions"" ( ""vol_num"" real, ""title"" text, ""material_collected"" text, ""publication_date"" text, ""isbn"" text );","SELECT SUM(""vol_num"") FROM ""collected_editions"" WHERE ""title""='darkness falls';",2-144367-5 What's the Lowest Volume Number that was published November 2004?,"CREATE TABLE ""collected_editions"" ( ""vol_num"" real, ""title"" text, ""material_collected"" text, ""publication_date"" text, ""isbn"" text );","SELECT MIN(""vol_num"") FROM ""collected_editions"" WHERE ""publication_date""='november 2004';",2-144367-5 What Type of game has a Results¹ of 10:1?,"CREATE TABLE ""1952"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""type_of_game"" FROM ""1952"" WHERE ""results""='10:1';",2-14305653-30 With the Type is game of friendly and the City Belgrade and November 2 as the Date what were the Results¹?,"CREATE TABLE ""1952"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""results"" FROM ""1952"" WHERE ""type_of_game""='friendly' AND ""city""='belgrade' AND ""date""='november 2';",2-14305653-30 What is the name of the City with December 21 as a Date?,"CREATE TABLE ""1952"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""city"" FROM ""1952"" WHERE ""date""='december 21';",2-14305653-30 What Type of game was played on Date of July 29?,"CREATE TABLE ""1952"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""type_of_game"" FROM ""1952"" WHERE ""date""='july 29';",2-14305653-30 What is the Results¹ that was a friendly game and played on June 25?,"CREATE TABLE ""1952"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""results"" FROM ""1952"" WHERE ""type_of_game""='friendly' AND ""date""='june 25';",2-14305653-30 What is the version shown for the Length of 4:58?,"CREATE TABLE ""official_versions"" ( ""version"" text, ""length"" text, ""album"" text, ""remixed_by"" text, ""year"" real );","SELECT ""version"" FROM ""official_versions"" WHERE ""length""='4:58';",2-14748428-1 "What is the version shown for the Length of 5:20, and shows Remixed by —?","CREATE TABLE ""official_versions"" ( ""version"" text, ""length"" text, ""album"" text, ""remixed_by"" text, ""year"" real );","SELECT ""version"" FROM ""official_versions"" WHERE ""length""='5:20' AND ""remixed_by""='—';",2-14748428-1 Record of 19–16 occurred on what date?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='19–16';",2-14250040-5 Loss of postponed (rain) rescheduled for may 10 had what record?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""loss""='postponed (rain) rescheduled for may 10';",2-14250040-5 "Opponent of @ braves, and a Loss of pelfrey (2–5) had what score?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""opponent""='@ braves' AND ""loss""='pelfrey (2–5)';",2-14250040-5 "Attendance of 30,335 had what record?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""attendance""='30,335';",2-14250040-5 Record of 22–20 involved what score?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='22–20';",2-14250040-5 Score of postponed (rain) rescheduled for June 27 had what loss?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""score""='postponed (rain) rescheduled for june 27';",2-14250040-5 "Station Ownership of eicb tv, and a Call sign of ktcj-ld is what virtual network?","CREATE TABLE ""broadcast"" ( ""call_sign"" text, ""analog_channel"" text, ""digital_channel"" text, ""virtual_channel"" text, ""network"" text, ""station_ownership"" text );","SELECT ""virtual_channel"" FROM ""broadcast"" WHERE ""station_ownership""='eicb tv' AND ""call_sign""='ktcj-ld';",2-1404984-1 "Call sign of k33ln-ld, and a Virtual channel of 33.5 is what network?","CREATE TABLE ""broadcast"" ( ""call_sign"" text, ""analog_channel"" text, ""digital_channel"" text, ""virtual_channel"" text, ""network"" text, ""station_ownership"" text );","SELECT ""network"" FROM ""broadcast"" WHERE ""call_sign""='k33ln-ld' AND ""virtual_channel""='33.5';",2-1404984-1 Digital channel of 32 belongs to what analog channel?,"CREATE TABLE ""broadcast"" ( ""call_sign"" text, ""analog_channel"" text, ""digital_channel"" text, ""virtual_channel"" text, ""network"" text, ""station_ownership"" text );","SELECT ""analog_channel"" FROM ""broadcast"" WHERE ""digital_channel""='32';",2-1404984-1 Call sign of k43hb-ld is what virtual channel?,"CREATE TABLE ""broadcast"" ( ""call_sign"" text, ""analog_channel"" text, ""digital_channel"" text, ""virtual_channel"" text, ""network"" text, ""station_ownership"" text );","SELECT ""virtual_channel"" FROM ""broadcast"" WHERE ""call_sign""='k43hb-ld';",2-1404984-1 Virtual channel of 16.5 has what call sign?,"CREATE TABLE ""broadcast"" ( ""call_sign"" text, ""analog_channel"" text, ""digital_channel"" text, ""virtual_channel"" text, ""network"" text, ""station_ownership"" text );","SELECT ""call_sign"" FROM ""broadcast"" WHERE ""virtual_channel""='16.5';",2-1404984-1 Network of nbc is what digital channel?,"CREATE TABLE ""broadcast"" ( ""call_sign"" text, ""analog_channel"" text, ""digital_channel"" text, ""virtual_channel"" text, ""network"" text, ""station_ownership"" text );","SELECT ""digital_channel"" FROM ""broadcast"" WHERE ""network""='nbc';",2-1404984-1 What is the latest first year with 0 total medals and over 0 golds?,"CREATE TABLE ""participation_and_medals"" ( ""games"" real, ""first"" real, ""last"" real, ""gold"" real, ""bronze"" real, ""total"" real, ""best_finish_first_last"" text );","SELECT MAX(""first"") FROM ""participation_and_medals"" WHERE ""total"">0 AND ""gold"">0;",2-15059224-2 "How many bronzes associated with over 0 total medals, 3 golds, and over 6 games?","CREATE TABLE ""participation_and_medals"" ( ""games"" real, ""first"" real, ""last"" real, ""gold"" real, ""bronze"" real, ""total"" real, ""best_finish_first_last"" text );","SELECT AVG(""bronze"") FROM ""participation_and_medals"" WHERE ""total"">0 AND ""gold""=3 AND ""games"">6;",2-15059224-2 What is the fewest number of medals associated with under 6 games and over 0 golds?,"CREATE TABLE ""participation_and_medals"" ( ""games"" real, ""first"" real, ""last"" real, ""gold"" real, ""bronze"" real, ""total"" real, ""best_finish_first_last"" text );","SELECT MIN(""total"") FROM ""participation_and_medals"" WHERE ""games""<6 AND ""gold"">0;",2-15059224-2 How many games are associated with over 0 golds and a first year before 2008?,"CREATE TABLE ""participation_and_medals"" ( ""games"" real, ""first"" real, ""last"" real, ""gold"" real, ""bronze"" real, ""total"" real, ""best_finish_first_last"" text );","SELECT SUM(""games"") FROM ""participation_and_medals"" WHERE ""gold"">0 AND ""first""<2008;",2-15059224-2 What is the largest value for goals in rank over 3 with goal ration of 0.54?,"CREATE TABLE ""top_scorers"" ( ""rank"" real, ""player"" text, ""goals"" real, ""games"" real, ""goal_ratio"" real );","SELECT MAX(""goals"") FROM ""top_scorers"" WHERE ""rank"">3 AND ""goal_ratio""=0.54;",2-1360863-3 How many goal ratios have rank of 2 with more than 44 games?,"CREATE TABLE ""top_scorers"" ( ""rank"" real, ""player"" text, ""goals"" real, ""games"" real, ""goal_ratio"" real );","SELECT COUNT(""goal_ratio"") FROM ""top_scorers"" WHERE ""rank""=2 AND ""games"">44;",2-1360863-3 How many games have 23 goals with a rank greater than 9?,"CREATE TABLE ""top_scorers"" ( ""rank"" real, ""player"" text, ""goals"" real, ""games"" real, ""goal_ratio"" real );","SELECT COUNT(""games"") FROM ""top_scorers"" WHERE ""goals""=23 AND ""rank"">9;",2-1360863-3 How many goals have a goal ration less than 0.8 with 56 games?,"CREATE TABLE ""top_scorers"" ( ""rank"" real, ""player"" text, ""goals"" real, ""games"" real, ""goal_ratio"" real );","SELECT COUNT(""goals"") FROM ""top_scorers"" WHERE ""goal_ratio""<0.8 AND ""games""=56;",2-1360863-3 What Event has an Outcome of other open tournaments?,"CREATE TABLE ""singles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""opponent_in_the_final"" text );","SELECT ""event"" FROM ""singles"" WHERE ""outcome""='other open tournaments';",2-14895621-1 "What is the Outcome of the Singles Event in London, England?","CREATE TABLE ""singles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""opponent_in_the_final"" text );","SELECT ""outcome"" FROM ""singles"" WHERE ""event""='singles' AND ""venue""='london, england';",2-14895621-1 What is the Opponent in final with an All England Open Outcome?,"CREATE TABLE ""singles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""opponent_in_the_final"" text );","SELECT ""opponent_in_the_final"" FROM ""singles"" WHERE ""outcome""='all england open';",2-14895621-1 "Who was the Opponent in London, England with an Outcome of 1?","CREATE TABLE ""singles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""opponent_in_the_final"" text );","SELECT ""opponent_in_the_final"" FROM ""singles"" WHERE ""outcome""='1' AND ""venue""='london, england';",2-14895621-1 What is the Outcome when All England Open is the Opponent in the final?,"CREATE TABLE ""singles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""opponent_in_the_final"" text );","SELECT ""outcome"" FROM ""singles"" WHERE ""opponent_in_the_final""='all england open';",2-14895621-1 What is the Name of the stage with a Length of 16.62km and Time of 15:10?,"CREATE TABLE ""special_stages"" ( ""stage"" text, ""time"" text, ""name"" text, ""length"" text, ""winner"" text );","SELECT ""name"" FROM ""special_stages"" WHERE ""length""='16.62km' AND ""time""='15:10';",2-15135730-2 What is the Name of the stage with S. Loeb as the Winner with a Length of 13.04km and a Stage of SS12?,"CREATE TABLE ""special_stages"" ( ""stage"" text, ""time"" text, ""name"" text, ""length"" text, ""winner"" text );","SELECT ""name"" FROM ""special_stages"" WHERE ""winner""='s. loeb' AND ""length""='13.04km' AND ""stage""='ss12';",2-15135730-2 What is the Name of the SS5 Stage?,"CREATE TABLE ""special_stages"" ( ""stage"" text, ""time"" text, ""name"" text, ""length"" text, ""winner"" text );","SELECT ""name"" FROM ""special_stages"" WHERE ""stage""='ss5';",2-15135730-2 What is the Name of the SS11 Stage?,"CREATE TABLE ""special_stages"" ( ""stage"" text, ""time"" text, ""name"" text, ""length"" text, ""winner"" text );","SELECT ""name"" FROM ""special_stages"" WHERE ""stage""='ss11';",2-15135730-2 "How many games ended in a record of 30-28-4, with a March more than 1?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""schedule_and_results"" WHERE ""record""='30-28-4' AND ""march"">1;",2-14056076-7 "What competition has a result of W on June 30, 1966?","CREATE TABLE ""brazil_national_team"" ( ""date"" text, ""result"" text, ""score"" text, ""brazil_scorers"" text, ""competition"" text );","SELECT ""competition"" FROM ""brazil_national_team"" WHERE ""result""='w' AND ""date""='june 30, 1966';",2-15220905-5 "What is the result of the International Friendly competition on May 15, 1966?","CREATE TABLE ""brazil_national_team"" ( ""date"" text, ""result"" text, ""score"" text, ""brazil_scorers"" text, ""competition"" text );","SELECT ""result"" FROM ""brazil_national_team"" WHERE ""competition""='international friendly' AND ""date""='may 15, 1966';",2-15220905-5 What is the result when the score is 4-0?,"CREATE TABLE ""brazil_national_team"" ( ""date"" text, ""result"" text, ""score"" text, ""brazil_scorers"" text, ""competition"" text );","SELECT ""result"" FROM ""brazil_national_team"" WHERE ""score""='4-0';",2-15220905-5 What is the code for rank 10?,"CREATE TABLE ""2008_final_statistics"" ( ""rank"" real, ""airport"" text, ""code_iata_icao"" text, ""total_cargo_metric_tonnes"" real, ""pct_change"" text );","SELECT ""code_iata_icao"" FROM ""2008_final_statistics"" WHERE ""rank""=10;",2-1451581-5 "What is the rank for ord/kord with more than 1,332,123 total cargo?","CREATE TABLE ""2008_final_statistics"" ( ""rank"" real, ""airport"" text, ""code_iata_icao"" text, ""total_cargo_metric_tonnes"" real, ""pct_change"" text );","SELECT MIN(""rank"") FROM ""2008_final_statistics"" WHERE ""code_iata_icao""='ord/kord' AND ""total_cargo_metric_tonnes"">'1,332,123';",2-1451581-5 Name the week 6 when week 3 is 25 and week 7 is eliminated,"CREATE TABLE ""judges_scoring_summary"" ( ""team"" text, ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text, ""week_6"" text, ""week_7"" text, ""week_8_final"" text );","SELECT ""week_6"" FROM ""judges_scoring_summary"" WHERE ""week_3""='25' AND ""week_7""='eliminated';",2-1354805-4 Name the week 3 for team of mark/jennifer,"CREATE TABLE ""judges_scoring_summary"" ( ""team"" text, ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text, ""week_6"" text, ""week_7"" text, ""week_8_final"" text );","SELECT ""week_3"" FROM ""judges_scoring_summary"" WHERE ""team""='mark/jennifer';",2-1354805-4 Name the team for week 1 of 33,"CREATE TABLE ""judges_scoring_summary"" ( ""team"" text, ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text, ""week_6"" text, ""week_7"" text, ""week_8_final"" text );","SELECT ""team"" FROM ""judges_scoring_summary"" WHERE ""week_1""='33';",2-1354805-4 Name the week 3 with week 6 of 31+40=71,"CREATE TABLE ""judges_scoring_summary"" ( ""team"" text, ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text, ""week_6"" text, ""week_7"" text, ""week_8_final"" text );","SELECT ""week_3"" FROM ""judges_scoring_summary"" WHERE ""week_6""='31+40=71';",2-1354805-4 Name the week 3 of 36,"CREATE TABLE ""judges_scoring_summary"" ( ""team"" text, ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text, ""week_6"" text, ""week_7"" text, ""week_8_final"" text );","SELECT ""week_1"" FROM ""judges_scoring_summary"" WHERE ""week_3""='36';",2-1354805-4 Name the team for week 1 of 28,"CREATE TABLE ""judges_scoring_summary"" ( ""team"" text, ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text, ""week_6"" text, ""week_7"" text, ""week_8_final"" text );","SELECT ""team"" FROM ""judges_scoring_summary"" WHERE ""week_1""='28';",2-1354805-4 Who was the home team in the game having a visitor of Chicago?,"CREATE TABLE ""april"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""april"" WHERE ""visitor""='chicago';",2-14163678-8 What is the date of the game that had a visitor of Chicago?,"CREATE TABLE ""april"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""date"" FROM ""april"" WHERE ""visitor""='chicago';",2-14163678-8 what album is 5:15 long,"CREATE TABLE ""official_versions"" ( ""version"" text, ""length"" text, ""album"" text, ""remixed_by"" text, ""year"" real );","SELECT ""version"" FROM ""official_versions"" WHERE ""length""='5:15';",2-14872863-2 "How many total show when silver is 0, bronze is 1, and the rank is less than 3?","CREATE TABLE ""winners_by_country"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""winners_by_country"" WHERE ""silver""=0 AND ""bronze""=1 AND ""rank""<3;",2-14660820-2 What is the number for rank when gold is less than 0?,"CREATE TABLE ""winners_by_country"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""rank"") FROM ""winners_by_country"" WHERE ""gold""<0;",2-14660820-2 "What is the average for silver when bronze is less than 1, and gold is more than 0?","CREATE TABLE ""winners_by_country"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""silver"") FROM ""winners_by_country"" WHERE ""bronze""<1 AND ""gold"">0;",2-14660820-2 What is the average Gold when the rank is less than 3 and the bronze is less than 1?,"CREATE TABLE ""winners_by_country"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""winners_by_country"" WHERE ""rank""<3 AND ""bronze""<1;",2-14660820-2 "What is the average Rank when there are 2 bronze, the total is 2 and gold is less than 0?","CREATE TABLE ""winners_by_country"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""rank"") FROM ""winners_by_country"" WHERE ""bronze""=2 AND ""total""=2 AND ""gold""<0;",2-14660820-2 "What is the 7th runner-up of the country with a 10th runner-up greater than 0, a 9th runner-up greater than 0, and an 8th runner-up greater than 1?","CREATE TABLE ""semi_finalists"" ( ""rank"" real, ""country_territory"" text, ""nuestra_belleza_latina"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""7th_runner_up"" real, ""8th_runner_up"" real, ""9th_runner_up"" real, ""10th_runner_up"" real, ""11th_runner_up"" real, ""top_18_20_24_30"" real, ""total"" real );","SELECT SUM(""7th_runner_up"") FROM ""semi_finalists"" WHERE ""10th_runner_up"">0 AND ""9th_runner_up"">0 AND ""8th_runner_up"">1;",2-15054180-6 "What is the 3rd runner-up of the country with more than 0 9th runner-up, an 11th runner-up of 0, and the 1st runner-up greater than 0?","CREATE TABLE ""semi_finalists"" ( ""rank"" real, ""country_territory"" text, ""nuestra_belleza_latina"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""7th_runner_up"" real, ""8th_runner_up"" real, ""9th_runner_up"" real, ""10th_runner_up"" real, ""11th_runner_up"" real, ""top_18_20_24_30"" real, ""total"" real );","SELECT SUM(""3rd_runner_up"") FROM ""semi_finalists"" WHERE ""9th_runner_up"">0 AND ""11th_runner_up""=0 AND ""1st_runner_up"">0;",2-15054180-6 What is the average total of the country with a 4th runner-up of 0 and a Nuestra Bellaza Latina less than 0?,"CREATE TABLE ""semi_finalists"" ( ""rank"" real, ""country_territory"" text, ""nuestra_belleza_latina"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""7th_runner_up"" real, ""8th_runner_up"" real, ""9th_runner_up"" real, ""10th_runner_up"" real, ""11th_runner_up"" real, ""top_18_20_24_30"" real, ""total"" real );","SELECT AVG(""total"") FROM ""semi_finalists"" WHERE ""4th_runner_up""=0 AND ""nuestra_belleza_latina""<0;",2-15054180-6 "What is the total number of 3rd runners-up of the country ranked lower than 12 with a 10th runner-up of 0, an 8th runner-up less than 1, and a 7th runner-up of 0?","CREATE TABLE ""semi_finalists"" ( ""rank"" real, ""country_territory"" text, ""nuestra_belleza_latina"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""7th_runner_up"" real, ""8th_runner_up"" real, ""9th_runner_up"" real, ""10th_runner_up"" real, ""11th_runner_up"" real, ""top_18_20_24_30"" real, ""total"" real );","SELECT COUNT(""3rd_runner_up"") FROM ""semi_finalists"" WHERE ""10th_runner_up""=0 AND ""8th_runner_up""<1 AND ""7th_runner_up""=0 AND ""rank"">12;",2-15054180-6 "What is the lowest 7th runner-up of the country with a top 18/20/24/30 greater than 5, a 1st runner-up greater than 0, and an 11th runner-up less than 0?","CREATE TABLE ""semi_finalists"" ( ""rank"" real, ""country_territory"" text, ""nuestra_belleza_latina"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""7th_runner_up"" real, ""8th_runner_up"" real, ""9th_runner_up"" real, ""10th_runner_up"" real, ""11th_runner_up"" real, ""top_18_20_24_30"" real, ""total"" real );","SELECT MIN(""7th_runner_up"") FROM ""semi_finalists"" WHERE ""top_18_20_24_30"">5 AND ""1st_runner_up"">0 AND ""11th_runner_up""<0;",2-15054180-6 What is the 9th runner-up with a top 18/20/24/30 greater than 17 and a 5th runner-up of 2?,"CREATE TABLE ""semi_finalists"" ( ""rank"" real, ""country_territory"" text, ""nuestra_belleza_latina"" real, ""1st_runner_up"" real, ""2nd_runner_up"" real, ""3rd_runner_up"" real, ""4th_runner_up"" real, ""5th_runner_up"" real, ""6th_runner_up"" real, ""7th_runner_up"" real, ""8th_runner_up"" real, ""9th_runner_up"" real, ""10th_runner_up"" real, ""11th_runner_up"" real, ""top_18_20_24_30"" real, ""total"" real );","SELECT SUM(""9th_runner_up"") FROM ""semi_finalists"" WHERE ""5th_runner_up""=2 AND ""top_18_20_24_30"">17;",2-15054180-6 what player is playing on round 1,"CREATE TABLE ""draft_picks"" ( ""round"" text, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""player"" FROM ""draft_picks"" WHERE ""round""='1';",2-14344289-12 what is the school that hosts mikael renberg,"CREATE TABLE ""draft_picks"" ( ""round"" text, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""player""='mikael renberg';",2-14344289-12 Which area served has a Callsign of 5ddn?,"CREATE TABLE ""defunct_callsigns"" ( ""callsign"" text, ""area_served"" text, ""frequency"" text, ""band"" text, ""fate"" text, ""freq_currently"" text, ""purpose"" text );","SELECT ""area_served"" FROM ""defunct_callsigns"" WHERE ""callsign""='5ddn';",2-14155349-2 What is the purpose for Frequency of 102.3?,"CREATE TABLE ""defunct_callsigns"" ( ""callsign"" text, ""area_served"" text, ""frequency"" text, ""band"" text, ""fate"" text, ""freq_currently"" text, ""purpose"" text );","SELECT ""purpose"" FROM ""defunct_callsigns"" WHERE ""frequency""='102.3';",2-14155349-2 What is the current freq for Frequency of 104.7?,"CREATE TABLE ""defunct_callsigns"" ( ""callsign"" text, ""area_served"" text, ""frequency"" text, ""band"" text, ""fate"" text, ""freq_currently"" text, ""purpose"" text );","SELECT ""freq_currently"" FROM ""defunct_callsigns"" WHERE ""frequency""='104.7';",2-14155349-2 What was the score for the game with FK Bratstvo as home team?,"CREATE TABLE ""schedule"" ( ""venue"" text, ""home"" text, ""guest"" text, ""score"" text, ""attendance"" real );","SELECT ""score"" FROM ""schedule"" WHERE ""home""='fk bratstvo';",2-13883437-1 What was the attendance of the game that had an away team of FK Mogren?,"CREATE TABLE ""schedule"" ( ""venue"" text, ""home"" text, ""guest"" text, ""score"" text, ""attendance"" real );","SELECT ""attendance"" FROM ""schedule"" WHERE ""guest""='fk mogren';",2-13883437-1 What was the final score for the match with a partnering of Tessa Price?,"CREATE TABLE ""doubles_11_7_4"" ( ""outcome"" text, ""tournament"" text, ""surface"" text, ""partnering"" text, ""score_in_the_final"" text );","SELECT ""score_in_the_final"" FROM ""doubles_11_7_4"" WHERE ""partnering""='tessa price';",2-15096976-6 What is the earliest round that Donald Mason had a pick larger than 114?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""nationality"" text, ""school_club_team"" text );","SELECT MIN(""round"") FROM ""draft_picks"" WHERE ""player""='donald mason' AND ""pick"">114;",2-14828499-1 What is the nationality of the player from Drexel who had a pick larger than 183?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""nationality"" text, ""school_club_team"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""pick"">183 AND ""school_club_team""='drexel';",2-14828499-1 What country has grandstand stadium as the stadium?,"CREATE TABLE ""wta_tour_venues"" ( ""rank"" text, ""stadium"" text, ""capacity"" real, ""city"" text, ""country"" text, ""tournament_hosted"" text );","SELECT ""country"" FROM ""wta_tour_venues"" WHERE ""stadium""='grandstand stadium';",2-14476860-2 What is the average capacity that has switzerland as the country?,"CREATE TABLE ""wta_tour_venues"" ( ""rank"" text, ""stadium"" text, ""capacity"" real, ""city"" text, ""country"" text, ""tournament_hosted"" text );","SELECT AVG(""capacity"") FROM ""wta_tour_venues"" WHERE ""country""='switzerland';",2-14476860-2 What is the average capacity that has rod laver arena as the stadium?,"CREATE TABLE ""wta_tour_venues"" ( ""rank"" text, ""stadium"" text, ""capacity"" real, ""city"" text, ""country"" text, ""tournament_hosted"" text );","SELECT AVG(""capacity"") FROM ""wta_tour_venues"" WHERE ""stadium""='rod laver arena';",2-14476860-2 "How much January has a Record of 26–12–6, and Points smaller than 58?","CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT SUM(""january"") FROM ""regular_season"" WHERE ""record""='26–12–6' AND ""points""<58;",2-14208855-5 Which Points have a Score of 4–1?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT MAX(""points"") FROM ""regular_season"" WHERE ""score""='4–1';",2-14208855-5 "How many Games have a Score of 2–6, and Points larger than 62?","CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""game"") FROM ""regular_season"" WHERE ""score""='2–6' AND ""points"">62;",2-14208855-5 Tell me the region for catalog of 576 096-2,"CREATE TABLE ""release_history"" ( ""date"" text, ""label"" text, ""region"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""catalog""='576 096-2';",2-15027876-1 Name the catalog for 26 march 1996,"CREATE TABLE ""release_history"" ( ""date"" text, ""label"" text, ""region"" text, ""format"" text, ""catalog"" text );","SELECT ""catalog"" FROM ""release_history"" WHERE ""date""='26 march 1996';",2-15027876-1 Name the region with catalog of 576 097-2,"CREATE TABLE ""release_history"" ( ""date"" text, ""label"" text, ""region"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""catalog""='576 097-2';",2-15027876-1 The game that has a save of lynch (4) ended with what score?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""save""='lynch (4)';",2-13553506-4 On which day did the Chicago Cubs have a loss of trout (4-2)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""loss""='trout (4-2)';",2-13553506-4 "What is the loss for the game against @ expos, with a save of parrett (2)?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""opponent""='@ expos' AND ""save""='parrett (2)';",2-13553506-4 The game with a loss of smith (2-4) ended with what score?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""loss""='smith (2-4)';",2-13553506-4 What is the date for the game that included a loss of sutcliffe (10-4)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""loss""='sutcliffe (10-4)';",2-13553506-4 What is the date of the Greater Greensboro Chrysler Classic?,"CREATE TABLE ""tournament_results"" ( ""date"" text, ""tournament"" text, ""location"" text, ""winner"" text, ""score"" text, ""1st_prize"" real );","SELECT ""date"" FROM ""tournament_results"" WHERE ""tournament""='greater greensboro chrysler classic';",2-14611430-1 What is the score of the B.C. Open in New York?,"CREATE TABLE ""tournament_results"" ( ""date"" text, ""tournament"" text, ""location"" text, ""winner"" text, ""score"" text, ""1st_prize"" real );","SELECT ""score"" FROM ""tournament_results"" WHERE ""location""='new york' AND ""tournament""='b.c. open';",2-14611430-1 Who is the winner of the tournament in Georgia on Oct 3?,"CREATE TABLE ""tournament_results"" ( ""date"" text, ""tournament"" text, ""location"" text, ""winner"" text, ""score"" text, ""1st_prize"" real );","SELECT ""winner"" FROM ""tournament_results"" WHERE ""location""='georgia' AND ""date""='oct 3';",2-14611430-1 What's the largest shirt number when the cap number is 5?,"CREATE TABLE ""wales"" ( ""cap_number"" real, ""date"" text, ""position"" text, ""shirt_number"" real, ""home_or_away"" text, ""venue"" text, ""result"" text, ""score"" text );","SELECT MAX(""shirt_number"") FROM ""wales"" WHERE ""cap_number""=5;",2-15267650-2 Which team is in the Southeast with a home at Philips Arena?,"CREATE TABLE ""list_of_professional_sports_teams_in_the"" ( ""conference"" text, ""division"" text, ""team"" text, ""city"" text, ""home_arena"" text );","SELECT ""team"" FROM ""list_of_professional_sports_teams_in_the"" WHERE ""division""='southeast' AND ""home_arena""='philips arena';",2-14519555-8 Which division do the Toronto Raptors belong in?,"CREATE TABLE ""list_of_professional_sports_teams_in_the"" ( ""conference"" text, ""division"" text, ""team"" text, ""city"" text, ""home_arena"" text );","SELECT ""division"" FROM ""list_of_professional_sports_teams_in_the"" WHERE ""team""='toronto raptors';",2-14519555-8 Which city includes the Target Center arena?,"CREATE TABLE ""list_of_professional_sports_teams_in_the"" ( ""conference"" text, ""division"" text, ""team"" text, ""city"" text, ""home_arena"" text );","SELECT ""city"" FROM ""list_of_professional_sports_teams_in_the"" WHERE ""home_arena""='target center';",2-14519555-8 "Which conference is in Portland, Oregon?","CREATE TABLE ""list_of_professional_sports_teams_in_the"" ( ""conference"" text, ""division"" text, ""team"" text, ""city"" text, ""home_arena"" text );","SELECT ""conference"" FROM ""list_of_professional_sports_teams_in_the"" WHERE ""city""='portland, oregon';",2-14519555-8 Which city includes Barclays Center?,"CREATE TABLE ""list_of_professional_sports_teams_in_the"" ( ""conference"" text, ""division"" text, ""team"" text, ""city"" text, ""home_arena"" text );","SELECT ""city"" FROM ""list_of_professional_sports_teams_in_the"" WHERE ""home_arena""='barclays center';",2-14519555-8 "Which WYSIWYG Editor has a User-selectable themes of yes, and an Unread message tracking of session, and an Image attachment of plugin?","CREATE TABLE ""features"" ( ""flat"" text, ""threaded"" text, ""user_selectable_themes"" text, ""calendar"" text, ""image_attachment"" text, ""unread_message_tracking"" text, ""wysiwyg_editor"" text );","SELECT ""wysiwyg_editor"" FROM ""features"" WHERE ""user_selectable_themes""='yes' AND ""unread_message_tracking""='session' AND ""image_attachment""='plugin';",2-1423563-2 Which Calendar has WYSIWYG Editor of yes and an Unread message tracking of yes?,"CREATE TABLE ""features"" ( ""flat"" text, ""threaded"" text, ""user_selectable_themes"" text, ""calendar"" text, ""image_attachment"" text, ""unread_message_tracking"" text, ""wysiwyg_editor"" text );","SELECT ""calendar"" FROM ""features"" WHERE ""wysiwyg_editor""='yes' AND ""unread_message_tracking""='yes';",2-1423563-2 "Which WYSIWYG Editor has an Image attachment of yes, and a Calendar of plugin?","CREATE TABLE ""features"" ( ""flat"" text, ""threaded"" text, ""user_selectable_themes"" text, ""calendar"" text, ""image_attachment"" text, ""unread_message_tracking"" text, ""wysiwyg_editor"" text );","SELECT ""wysiwyg_editor"" FROM ""features"" WHERE ""image_attachment""='yes' AND ""calendar""='plugin';",2-1423563-2 "Which Calendar has a WYSIWYG Editor of no, and an Unread message tracking of session, and an Image attachment of no?","CREATE TABLE ""features"" ( ""flat"" text, ""threaded"" text, ""user_selectable_themes"" text, ""calendar"" text, ""image_attachment"" text, ""unread_message_tracking"" text, ""wysiwyg_editor"" text );","SELECT ""calendar"" FROM ""features"" WHERE ""wysiwyg_editor""='no' AND ""unread_message_tracking""='session' AND ""image_attachment""='no';",2-1423563-2 "Which Image attachment has a Threaded of yes, and a Calendar of yes?","CREATE TABLE ""features"" ( ""flat"" text, ""threaded"" text, ""user_selectable_themes"" text, ""calendar"" text, ""image_attachment"" text, ""unread_message_tracking"" text, ""wysiwyg_editor"" text );","SELECT ""image_attachment"" FROM ""features"" WHERE ""threaded""='yes' AND ""calendar""='yes';",2-1423563-2 Which Calendar has a User-selectable themes of user-selectable themes?,"CREATE TABLE ""features"" ( ""flat"" text, ""threaded"" text, ""user_selectable_themes"" text, ""calendar"" text, ""image_attachment"" text, ""unread_message_tracking"" text, ""wysiwyg_editor"" text );","SELECT ""calendar"" FROM ""features"" WHERE ""user_selectable_themes""='user-selectable themes';",2-1423563-2 What was the record of the game with a score of 12–6?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""score""='12–6';",2-14269743-6 What was the date of the game with a loss of Bush (1–5)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""loss""='bush (1–5)';",2-14269743-6 Who was the opponent at the game with a score of 7–6?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""score""='7–6';",2-14269743-6 What was the score of the game with a loss of Maholm (2–4)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""loss""='maholm (2–4)';",2-14269743-6 What is the attendance for the game on May 25?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""attendance"" FROM ""game_log"" WHERE ""date""='may 25';",2-13955731-3 What was the game with a rank higher than 2 and a name of zendon hamilton?,"CREATE TABLE ""points"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""points"" real );","SELECT MAX(""games"") FROM ""points"" WHERE ""name""='zendon hamilton' AND ""rank"">2;",2-13535631-4 "If the points were 0, what was the losing bonus?","CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""losing_bonus"" FROM ""2007_2008_table"" WHERE ""points""='0';",2-13741576-5 What club had 56 points?,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""club"" FROM ""2007_2008_table"" WHERE ""points""='56';",2-13741576-5 "If the points were 0, what were the tries for?","CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_for"" FROM ""2007_2008_table"" WHERE ""points_for""='0';",2-13741576-5 What's the try bonus that had 423 points?,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""try_bonus"" FROM ""2007_2008_table"" WHERE ""points_for""='423';",2-13741576-5 "Name the tries when tries against were 41, try bonus was 6, and had 317 points.","CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_for"" FROM ""2007_2008_table"" WHERE ""try_bonus""='6' AND ""tries_against""='41' AND ""points_against""='317';",2-13741576-5 What was the tries against when they had 32 tries for?,"CREATE TABLE ""2007_2008_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_against"" FROM ""2007_2008_table"" WHERE ""tries_for""='32';",2-13741576-5 Name the least weeks for year less than 2000,"CREATE TABLE ""singles"" ( ""year"" real, ""chart"" text, ""track"" text, ""peak"" real, ""weeks_on_chart"" real );","SELECT MIN(""weeks_on_chart"") FROM ""singles"" WHERE ""year""<2000;",2-15143232-3 Name the total number of weeks for si te vas and peak less than 7 and year less than 2000,"CREATE TABLE ""singles"" ( ""year"" real, ""chart"" text, ""track"" text, ""peak"" real, ""weeks_on_chart"" real );","SELECT COUNT(""weeks_on_chart"") FROM ""singles"" WHERE ""track""='si te vas' AND ""peak""<7 AND ""year""<2000;",2-15143232-3 What is the english title with a lp format and an Original title of то ли ещё будет?,"CREATE TABLE ""original_solo_albums"" ( ""year_p"" real, ""original_title"" text, ""title_in_english"" text, ""format"" text, ""label_country"" text );","SELECT ""title_in_english"" FROM ""original_solo_albums"" WHERE ""format""='lp' AND ""original_title""='то ли ещё будет';",2-1421392-1 "What was the score when the attendance was 18,545?","CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""regular_season"" WHERE ""attendance""='18,545';",2-14159731-5 "What was the decision when the attendance was 19,592?","CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" text, ""record"" text );","SELECT ""decision"" FROM ""regular_season"" WHERE ""attendance""='19,592';",2-14159731-5 Which Run has an Opponent of Canterbury?,"CREATE TABLE ""lowest_team_totals"" ( ""rank"" text, ""runs"" text, ""opponent"" text, ""venue"" text, ""season"" text );","SELECT ""runs"" FROM ""lowest_team_totals"" WHERE ""opponent""='canterbury';",2-14412861-3 Which Runs has a Rank of =5 and an Opponent of south australia?,"CREATE TABLE ""lowest_team_totals"" ( ""rank"" text, ""runs"" text, ""opponent"" text, ""venue"" text, ""season"" text );","SELECT ""runs"" FROM ""lowest_team_totals"" WHERE ""rank""='=5' AND ""opponent""='south australia';",2-14412861-3 Which Runs has a Opponent of south australia?,"CREATE TABLE ""lowest_team_totals"" ( ""rank"" text, ""runs"" text, ""opponent"" text, ""venue"" text, ""season"" text );","SELECT ""runs"" FROM ""lowest_team_totals"" WHERE ""opponent""='south australia';",2-14412861-3 Which Skip has a Third of tony angiboust?,"CREATE TABLE ""group_a"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""group_a"" WHERE ""third""='tony angiboust';",2-15295737-1 Which Lead has a Nation of switzerland?,"CREATE TABLE ""group_a"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""group_a"" WHERE ""nation""='switzerland';",2-15295737-1 Which Third has a Nation of scotland?,"CREATE TABLE ""group_a"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""third"" FROM ""group_a"" WHERE ""nation""='scotland';",2-15295737-1 In which third did angel garcia lead?,"CREATE TABLE ""group_a"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""third"" FROM ""group_a"" WHERE ""lead""='angel garcia';",2-15295737-1 When did France come in second?,"CREATE TABLE ""group_a"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""second"" FROM ""group_a"" WHERE ""nation""='france';",2-15295737-1 When did holger höhne come in third?,"CREATE TABLE ""group_a"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""third"" FROM ""group_a"" WHERE ""lead""='holger höhne';",2-15295737-1 "How many Caps does the Club/province Munster, position of lock and Mick O'Driscoll have?","CREATE TABLE ""2008_six_nations_championship_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT COUNT(""caps"") FROM ""2008_six_nations_championship_squads"" WHERE ""club_province""='munster' AND ""position""='lock' AND ""player""='mick o''driscoll';",2-15149189-3 What Club/province have caps less than 2 and Jonathan Sexton as player?,"CREATE TABLE ""2008_six_nations_championship_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""club_province"" FROM ""2008_six_nations_championship_squads"" WHERE ""caps""<2 AND ""player""='jonathan sexton';",2-15149189-3 Paddy Wallace who plays the position of fly-half has how many Caps?,"CREATE TABLE ""2008_six_nations_championship_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""caps"" FROM ""2008_six_nations_championship_squads"" WHERE ""position""='fly-half' AND ""player""='paddy wallace';",2-15149189-3 What is the total of Caps when player born 13 December 1977?,"CREATE TABLE ""2008_six_nations_championship_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT SUM(""caps"") FROM ""2008_six_nations_championship_squads"" WHERE ""date_of_birth_age""='13 december 1977';",2-15149189-3 what artist has a book called cyberella,"CREATE TABLE ""helix_titles"" ( ""book_title"" text, ""issues"" real, ""writer"" text, ""artist_s"" text, ""publication_dates"" text );","SELECT ""artist_s"" FROM ""helix_titles"" WHERE ""book_title""='cyberella';",2-1420954-1 "WHat is the amount of Human Development Index (2000) that has a Population (2005) of 54,929, and an Area (km 2 ) larger than 343.6?","CREATE TABLE ""references"" ( ""inegi_code"" real, ""municipality"" text, ""municipal_seat"" text, ""area_km_2"" real, ""population_2005"" real, ""population_density_km_2"" real, ""human_development_index_2000"" real );","SELECT COUNT(""human_development_index_2000"") FROM ""references"" WHERE ""population_2005""='54,929' AND ""area_km_2"">343.6;",2-1480455-1 WHich INEGI code has a Population density (/km 2 ) smaller than 81.4 and 0.6593 Human Development Index (2000)?,"CREATE TABLE ""references"" ( ""inegi_code"" real, ""municipality"" text, ""municipal_seat"" text, ""area_km_2"" real, ""population_2005"" real, ""population_density_km_2"" real, ""human_development_index_2000"" real );","SELECT AVG(""inegi_code"") FROM ""references"" WHERE ""population_density_km_2""<81.4 AND ""human_development_index_2000""=0.6593;",2-1480455-1 "Which Area (km 2 )has a Population (2005) of 57,204, and a Human Development Index (2000) smaller than 0.7074?","CREATE TABLE ""references"" ( ""inegi_code"" real, ""municipality"" text, ""municipal_seat"" text, ""area_km_2"" real, ""population_2005"" real, ""population_density_km_2"" real, ""human_development_index_2000"" real );","SELECT COUNT(""area_km_2"") FROM ""references"" WHERE ""population_2005""='57,204' AND ""human_development_index_2000""<0.7074;",2-1480455-1 What is the lowest number of field goals for a player with 3 touchdowns?,"CREATE TABLE ""michigan_76_albion_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""field_goals"") FROM ""michigan_76_albion_0"" WHERE ""touchdowns""=3;",2-14342480-3 How many extra points did right halfback Roswell Wendell have?,"CREATE TABLE ""michigan_76_albion_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT ""extra_points"" FROM ""michigan_76_albion_0"" WHERE ""position""='right halfback' AND ""player""='roswell wendell';",2-14342480-3 What is the lowest number of touchdowns for left halfback WIllie Heston who has more than 15 points?,"CREATE TABLE ""michigan_76_albion_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""touchdowns"") FROM ""michigan_76_albion_0"" WHERE ""position""='left halfback' AND ""player""='willie heston' AND ""points"">15;",2-14342480-3 What was the result for the 1964 summer olympics on october 18?,"CREATE TABLE ""1964"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""results"" FROM ""1964"" WHERE ""type_of_game""='1964 summer olympics' AND ""date""='october 18';",2-14305653-42 What was the opponent on october 28?,"CREATE TABLE ""1964"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""opponent"" FROM ""1964"" WHERE ""date""='october 28';",2-14305653-42 Wjich city had a date of october 13?,"CREATE TABLE ""1964"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""city"" FROM ""1964"" WHERE ""date""='october 13';",2-14305653-42 What day were the results 3:2?,"CREATE TABLE ""1964"" ( ""date"" text, ""city"" text, ""opponent"" text, ""results"" text, ""type_of_game"" text );","SELECT ""date"" FROM ""1964"" WHERE ""results""='3:2';",2-14305653-42 "What is the number of failure for the country of Russia, and a Family of r14 r-14, and a Partial failures smaller than 0?","CREATE TABLE ""by_family"" ( ""family"" text, ""country"" text, ""launches"" real, ""successes"" real, ""failures"" real, ""partial_failures"" real );","SELECT COUNT(""failures"") FROM ""by_family"" WHERE ""country""='russia' AND ""family""='r14 r-14' AND ""partial_failures""<0;",2-13894411-6 "What is the partial failure for the Country of russia, and a Failure larger than 0, and a Family of angara, and a Launch larger than 1?","CREATE TABLE ""by_family"" ( ""family"" text, ""country"" text, ""launches"" real, ""successes"" real, ""failures"" real, ""partial_failures"" real );","SELECT AVG(""partial_failures"") FROM ""by_family"" WHERE ""country""='russia' AND ""failures"">0 AND ""family""='angara' AND ""launches"">1;",2-13894411-6 What is the group B region with a Group E region of Georgia?,"CREATE TABLE ""proposed_regions"" ( ""region"" real, ""group_a"" text, ""group_b"" text, ""group_c"" text, ""group_d"" text, ""group_e"" text, ""group_f"" text );","SELECT ""group_b"" FROM ""proposed_regions"" WHERE ""group_e""='georgia';",2-15290638-1 What is the group A region with a region number of 2?,"CREATE TABLE ""proposed_regions"" ( ""region"" real, ""group_a"" text, ""group_b"" text, ""group_c"" text, ""group_d"" text, ""group_e"" text, ""group_f"" text );","SELECT ""group_a"" FROM ""proposed_regions"" WHERE ""region""=2;",2-15290638-1 What is the group C region with Illinois as group B?,"CREATE TABLE ""proposed_regions"" ( ""region"" real, ""group_a"" text, ""group_b"" text, ""group_c"" text, ""group_d"" text, ""group_e"" text, ""group_f"" text );","SELECT ""group_c"" FROM ""proposed_regions"" WHERE ""group_b""='illinois';",2-15290638-1 What opponnent has a record of 82-68?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""record""='82-68';",2-14026681-8 what date has the record of 77-62?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='77-62';",2-14026681-8 what opponent has the record of 78-63?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""record""='78-63';",2-14026681-8 what score has the opponent of tigers and a record of 78-64?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""opponent""='tigers' AND ""record""='78-64';",2-14026681-8 What time did team kawasaki zx10 1000cc have?,"CREATE TABLE ""2008_superstock_tt_final_standings"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""time"" FROM ""2008_superstock_tt_final_standings"" WHERE ""team""='kawasaki zx10 1000cc';",2-14209455-5 What time did team kawasaki zx10 1000cc have?,"CREATE TABLE ""2008_superstock_tt_final_standings"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""time"" FROM ""2008_superstock_tt_final_standings"" WHERE ""team""='kawasaki zx10 1000cc';",2-14209455-5 What is the rank for the team with a Time of 1:12.40.28?,"CREATE TABLE ""2008_superstock_tt_final_standings"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT SUM(""rank"") FROM ""2008_superstock_tt_final_standings"" WHERE ""time""='1:12.40.28';",2-14209455-5 Which Issue Date(s) has an Artist of men at work?,"CREATE TABLE ""see_also"" ( ""volume_issue"" text, ""issue_date_s"" text, ""weeks_on_top"" real, ""song"" text, ""artist"" text );","SELECT ""issue_date_s"" FROM ""see_also"" WHERE ""artist""='men at work';",2-14519693-1 "Which Issue Date(s) has Weeks on Top larger than 3, and a Volume: Issue of 35:25-26, 36:1-2?","CREATE TABLE ""see_also"" ( ""volume_issue"" text, ""issue_date_s"" text, ""weeks_on_top"" real, ""song"" text, ""artist"" text );","SELECT ""issue_date_s"" FROM ""see_also"" WHERE ""weeks_on_top"">3 AND ""volume_issue""='35:25-26, 36:1-2';",2-14519693-1 Which Weeks on Top have an Issue Date(s) of 20 november?,"CREATE TABLE ""see_also"" ( ""volume_issue"" text, ""issue_date_s"" text, ""weeks_on_top"" real, ""song"" text, ""artist"" text );","SELECT SUM(""weeks_on_top"") FROM ""see_also"" WHERE ""issue_date_s""='20 november';",2-14519693-1 Who is the male partner for amy winehouse?,"CREATE TABLE ""international_awards"" ( ""year"" real, ""male"" text, ""female"" text, ""album"" text, ""live_performance"" text );","SELECT ""male"" FROM ""international_awards"" WHERE ""female""='amy winehouse';",2-1460129-2 Which male is paired with dido in 2004?,"CREATE TABLE ""international_awards"" ( ""year"" real, ""male"" text, ""female"" text, ""album"" text, ""live_performance"" text );","SELECT ""male"" FROM ""international_awards"" WHERE ""year""<2004 AND ""female""='dido';",2-1460129-2 Which female artist has an album named elephant?,"CREATE TABLE ""international_awards"" ( ""year"" real, ""male"" text, ""female"" text, ""album"" text, ""live_performance"" text );","SELECT ""female"" FROM ""international_awards"" WHERE ""album""='elephant';",2-1460129-2 Date of march 30 involves what home?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""home"" FROM ""regular_season"" WHERE ""date""='march 30';",2-14022127-4 Which venue hosted the Los Angeles Rams as an opponent?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT ""venue"" FROM ""schedule"" WHERE ""opponent""='los angeles rams';",2-14877877-2 "Which date's week was more than 4 with the venue being City Stadium and where the attendance was more than 14,297?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""week"">4 AND ""venue""='city stadium' AND ""attendance"">'14,297';",2-14877877-2 Name the home with toronto visiting,"CREATE TABLE ""october"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""october"" WHERE ""visitor""='toronto';",2-14208941-2 What was the pick# for Lorenzo Freeman as defensive tackle?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""pick_num"" FROM ""nfl_draft"" WHERE ""position""='defensive tackle' AND ""player""='lorenzo freeman';",2-14655166-1 What is the largest pick# for Greg Harris?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""nfl_draft"" WHERE ""player""='greg harris';",2-14655166-1 Which round goes to Stanford college?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""round"" FROM ""nfl_draft"" WHERE ""college""='stanford';",2-14655166-1 What is the sum of pick# for Don Majkowski?3,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT SUM(""pick_num"") FROM ""nfl_draft"" WHERE ""player""='don majkowski';",2-14655166-1 Which college had Tony Leiker in round 7?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""round"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""nfl_draft"" WHERE ""round""='round 7' AND ""player""='tony leiker';",2-14655166-1 What is the Group's equity share percentage for Company VN/CX catering services limited?,"CREATE TABLE ""subsidiaries_and_associates"" ( ""company"" text, ""type"" text, ""principal_activities"" text, ""incorporated_in"" text, ""group_s_equity_shareholding_10_march_2010"" text );","SELECT ""group_s_equity_shareholding_10_march_2010"" FROM ""subsidiaries_and_associates"" WHERE ""company""='vn/cx catering services limited';",2-151575-1 "Which company's principal activities are catering services, and a Group's Equity Shareholding (as of March 10th 2010) of 40%?","CREATE TABLE ""subsidiaries_and_associates"" ( ""company"" text, ""type"" text, ""principal_activities"" text, ""incorporated_in"" text, ""group_s_equity_shareholding_10_march_2010"" text );","SELECT ""company"" FROM ""subsidiaries_and_associates"" WHERE ""principal_activities""='catering services' AND ""group_s_equity_shareholding_10_march_2010""='40%';",2-151575-1 "Which company's type is joint venture, and has principle activities listed as Cargo Airline and an incorporation of China?","CREATE TABLE ""subsidiaries_and_associates"" ( ""company"" text, ""type"" text, ""principal_activities"" text, ""incorporated_in"" text, ""group_s_equity_shareholding_10_march_2010"" text );","SELECT ""company"" FROM ""subsidiaries_and_associates"" WHERE ""type""='joint venture' AND ""principal_activities""='cargo airline' AND ""incorporated_in""='china';",2-151575-1 "Which company has a group equity shareholding percentage, as of March 10th 2010 of 30%?","CREATE TABLE ""subsidiaries_and_associates"" ( ""company"" text, ""type"" text, ""principal_activities"" text, ""incorporated_in"" text, ""group_s_equity_shareholding_10_march_2010"" text );","SELECT ""company"" FROM ""subsidiaries_and_associates"" WHERE ""group_s_equity_shareholding_10_march_2010""='30%';",2-151575-1 "What is the type for the Cathay Pacific Holidays company, an incorporation of Hong Kong and listed activities as Travel Agency?","CREATE TABLE ""subsidiaries_and_associates"" ( ""company"" text, ""type"" text, ""principal_activities"" text, ""incorporated_in"" text, ""group_s_equity_shareholding_10_march_2010"" text );","SELECT ""type"" FROM ""subsidiaries_and_associates"" WHERE ""incorporated_in""='hong kong' AND ""principal_activities""='travel agency' AND ""company""='cathay pacific holidays';",2-151575-1 "What is the name of the company that has a Group's equity shareholding percentage, as of March 10th, 2010, of 100%, as well as a Principal activity of Airline?","CREATE TABLE ""subsidiaries_and_associates"" ( ""company"" text, ""type"" text, ""principal_activities"" text, ""incorporated_in"" text, ""group_s_equity_shareholding_10_march_2010"" text );","SELECT ""company"" FROM ""subsidiaries_and_associates"" WHERE ""group_s_equity_shareholding_10_march_2010""='100%' AND ""principal_activities""='airline';",2-151575-1 Which Position has a Surname of naylor?,"CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT ""position"" FROM ""player_roster"" WHERE ""surname""='naylor';",2-14431362-6 "How many Uni numbers have Bats of s, and a Position of utl?","CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT COUNT(""uninum"") FROM ""player_roster"" WHERE ""bats""='s' AND ""position""='utl';",2-14431362-6 "Which First has a Uni # larger than 34, and Throws of r, and a Position of rhp, and a Surname of stockman?","CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT ""first"" FROM ""player_roster"" WHERE ""uninum"">34 AND ""throws""='r' AND ""position""='rhp' AND ""surname""='stockman';",2-14431362-6 Which Uni # has a Surname of ough?,"CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT ""uninum"" FROM ""player_roster"" WHERE ""surname""='ough';",2-14431362-6 "Which Surname has Throws of l, and a DOB of 5/02/79?","CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT ""surname"" FROM ""player_roster"" WHERE ""throws""='l' AND ""d_o_b""='5/02/79';",2-14431362-6 "Which surface had a partner of Sandrine Testud on November 14, 1999?","CREATE TABLE ""wta_tour_doubles_finals_17_10_7"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""surface"" FROM ""wta_tour_doubles_finals_17_10_7"" WHERE ""partner""='sandrine testud' AND ""date""='november 14, 1999';",2-1496412-5 What is the average number of field goals for players with more than 60 points?,"CREATE TABLE ""michigan_60_indiana_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT AVG(""field_goals"") FROM ""michigan_60_indiana_0"" WHERE ""points"">60;",2-14342367-5 What is the smallest number of field goals for players with 4 touchdowns and less than 9 extra points?,"CREATE TABLE ""michigan_60_indiana_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""field_goals"") FROM ""michigan_60_indiana_0"" WHERE ""touchdowns""=4 AND ""extra_points""<9;",2-14342367-5 What is the highest number of points for players with less than 2 touchdowns and 0 extra points?,"CREATE TABLE ""michigan_60_indiana_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""points"") FROM ""michigan_60_indiana_0"" WHERE ""extra_points""=0 AND ""touchdowns""<2;",2-14342367-5 What is the highest number of extra points for players with less than 2 touchdowns and less than 1 point?,"CREATE TABLE ""michigan_60_indiana_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""extra_points"") FROM ""michigan_60_indiana_0"" WHERE ""touchdowns""<2 AND ""points""<1;",2-14342367-5 What is the average number of points for players with 4 touchdowns and more than 0 field goals?,"CREATE TABLE ""michigan_60_indiana_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT AVG(""points"") FROM ""michigan_60_indiana_0"" WHERE ""touchdowns""=4 AND ""field_goals"">0;",2-14342367-5 What E score has the T score of 8 and a number smaller than 22.95?,"CREATE TABLE ""group_5_ribbons"" ( ""nation"" text, ""t_score"" real, ""a_score"" real, ""e_score"" real, ""pen"" real, ""total"" real );","SELECT MIN(""e_score"") FROM ""group_5_ribbons"" WHERE ""t_score""=8 AND ""total""<22.95;",2-14726623-3 What's the sum of A Score that also has a score lower than 7.3 and an E Score larger than 7.1?,"CREATE TABLE ""group_5_ribbons"" ( ""nation"" text, ""t_score"" real, ""a_score"" real, ""e_score"" real, ""pen"" real, ""total"" real );","SELECT SUM(""a_score"") FROM ""group_5_ribbons"" WHERE ""t_score""<7.3 AND ""e_score"">7.1;",2-14726623-3 What is the relative height of Scotland with Ben Vorlich as parent?,"CREATE TABLE ""near_misses"" ( ""peak"" text, ""absolute_height_m"" real, ""relative_height_m"" real, ""parent"" text, ""country"" text );","SELECT COUNT(""relative_height_m"") FROM ""near_misses"" WHERE ""country""='scotland' AND ""parent""='ben vorlich';",2-1456056-3 "What is the highest rank of Austria, which had less than 0 silvers?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""rank"") FROM ""medal_table"" WHERE ""nation""='austria' AND ""silver""<0;",2-1473124-1 What is the rank of the team with 0 gold and less than 0 silvers?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""rank"") FROM ""medal_table"" WHERE ""gold""=0 AND ""silver""<0;",2-1473124-1 "What is the total number of bronze medals of West Germany, which is ranked 2 and has less than 1 total medals?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""bronze"") FROM ""medal_table"" WHERE ""rank""=2 AND ""nation""='west germany' AND ""total""<1;",2-1473124-1 What is the number of points of the game less than number 17 with an 11-6-0 record?,"CREATE TABLE ""november"" ( ""game_num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text, ""points"" real );","SELECT SUM(""points"") FROM ""november"" WHERE ""record""='11-6-0' AND ""game_num""<17;",2-13910113-4 What is the record of the game on November 22?,"CREATE TABLE ""november"" ( ""game_num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text, ""points"" real );","SELECT ""record"" FROM ""november"" WHERE ""date""='november 22';",2-13910113-4 Who is the visitor team of game 19 with Los Angeles as the home team?,"CREATE TABLE ""november"" ( ""game_num"" real, ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text, ""points"" real );","SELECT ""visitor"" FROM ""november"" WHERE ""home""='los angeles' AND ""game_num""=19;",2-13910113-4 WHich Studio host has a Year of 2003-04?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""studio_host"" FROM ""2000s"" WHERE ""year""='2003-04';",2-14902507-2 WHich Studio analysts has a Studio host of gary tanguay in 2009-10?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""studio_analysts"" FROM ""2000s"" WHERE ""studio_host""='gary tanguay' AND ""year""='2009-10';",2-14902507-2 WHich Color commentatorhas a Studio host of gary tanguay & eric frede?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""color_commentator_s"" FROM ""2000s"" WHERE ""studio_host""='gary tanguay & eric frede';",2-14902507-2 "WHich Play-by-play has a Studio host of gary tanguay, and a Studio analysts of donny marshall?","CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""play_by_play"" FROM ""2000s"" WHERE ""studio_host""='gary tanguay' AND ""studio_analysts""='donny marshall';",2-14902507-2 "Which Color commentator has a Channel of fsn new england, and a Year of 2004-05?","CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""color_commentator_s"" FROM ""2000s"" WHERE ""channel""='fsn new england' AND ""year""='2004-05';",2-14902507-2 Which Courtside reporter has a Channel of fsn new england in 2006-07?,"CREATE TABLE ""2000s"" ( ""year"" text, ""channel"" text, ""play_by_play"" text, ""color_commentator_s"" text, ""courtside_reporter"" text, ""studio_host"" text, ""studio_analysts"" text );","SELECT ""courtside_reporter"" FROM ""2000s"" WHERE ""channel""='fsn new england' AND ""year""='2006-07';",2-14902507-2 What was the score on April 21?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='april 21';",2-14271605-5 "Player of napoleon lajoie, and a Team of cleveland bronchos, and a Doubles of 49 which years record stood?","CREATE TABLE ""evolution_of_the_single_season_record_fo"" ( ""doubles"" real, ""player"" text, ""team"" text, ""year"" real, ""years_record_stood"" text );","SELECT ""years_record_stood"" FROM ""evolution_of_the_single_season_record_fo"" WHERE ""player""='napoleon lajoie' AND ""team""='cleveland bronchos' AND ""doubles""=49;",2-14252542-4 What date was the game at Comiskey Park and had a 4th Inning?,"CREATE TABLE ""fielder_s_fifty_one"" ( ""home_run"" real, ""game"" real, ""date"" text, ""inning"" text, ""location"" text, ""opposing_pitcher"" text, ""team"" text );","SELECT ""date"" FROM ""fielder_s_fifty_one"" WHERE ""location""='comiskey park' AND ""inning""='4th';",2-13990967-7 "When Efrain Valdez was pitching, what was the highest home run?","CREATE TABLE ""fielder_s_fifty_one"" ( ""home_run"" real, ""game"" real, ""date"" text, ""inning"" text, ""location"" text, ""opposing_pitcher"" text, ""team"" text );","SELECT MAX(""home_run"") FROM ""fielder_s_fifty_one"" WHERE ""opposing_pitcher""='efrain valdez';",2-13990967-7 "On June 17 in Tiger stadium, what was the average home run?","CREATE TABLE ""fielder_s_fifty_one"" ( ""home_run"" real, ""game"" real, ""date"" text, ""inning"" text, ""location"" text, ""opposing_pitcher"" text, ""team"" text );","SELECT AVG(""home_run"") FROM ""fielder_s_fifty_one"" WHERE ""location""='tiger stadium' AND ""date""='june 17';",2-13990967-7 "For the game with 528 attendance, what was the result?","CREATE TABLE ""all_time_results_record"" ( ""date"" text, ""result"" text, ""competition"" text, ""venue"" text, ""attendance"" text );","SELECT ""result"" FROM ""all_time_results_record"" WHERE ""attendance""='528';",2-14288212-2 What is the score of the game that holds a record of 80-61?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='80-61';",2-13955746-8 "What is the record of the game with 28,135 people in attendance?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""attendance""='28,135';",2-13955746-8 what team has a score of 2,"CREATE TABLE ""regular_season"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""points""=2;",2-14208850-2 what team has a score of 11,"CREATE TABLE ""regular_season"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""record"" FROM ""regular_season"" WHERE ""game""=11;",2-14208850-2 Which nation finished with a time of 47.049?,"CREATE TABLE ""track_records_all_from_unless_noted"" ( ""sport"" text, ""record"" text, ""nation"" text, ""date"" text, ""time_sec"" real );","SELECT ""nation"" FROM ""track_records_all_from_unless_noted"" WHERE ""time_sec""=47.049;",2-15204848-3 Which sport has a time over 49?,"CREATE TABLE ""track_records_all_from_unless_noted"" ( ""sport"" text, ""record"" text, ""nation"" text, ""date"" text, ""time_sec"" real );","SELECT ""sport"" FROM ""track_records_all_from_unless_noted"" WHERE ""time_sec"">49;",2-15204848-3 Which nation had a time of 48.38?,"CREATE TABLE ""track_records_all_from_unless_noted"" ( ""sport"" text, ""record"" text, ""nation"" text, ""date"" text, ""time_sec"" real );","SELECT ""nation"" FROM ""track_records_all_from_unless_noted"" WHERE ""time_sec""=48.38;",2-15204848-3 Which year had a team of Aprilia and a rank of 4th?,"CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""machine"" text, ""points"" real, ""rank"" text, ""wins"" real );","SELECT ""year"" FROM ""motorcycle_grand_prix_results"" WHERE ""team""='aprilia' AND ""rank""='4th';",2-14836182-1 "Which class had a machine of RS125R, points over 113, and a rank of 4th?","CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""machine"" text, ""points"" real, ""rank"" text, ""wins"" real );","SELECT ""class"" FROM ""motorcycle_grand_prix_results"" WHERE ""machine""='rs125r' AND ""points"">113 AND ""rank""='4th';",2-14836182-1 "Which team had a year over 1995, machine of RS125R, and ranked 1st?","CREATE TABLE ""motorcycle_grand_prix_results"" ( ""year"" real, ""class"" text, ""team"" text, ""machine"" text, ""points"" real, ""rank"" text, ""wins"" real );","SELECT ""team"" FROM ""motorcycle_grand_prix_results"" WHERE ""year"">1995 AND ""machine""='rs125r' AND ""rank""='1st';",2-14836182-1 Which Oberliga Bayern has a Season of 1981-82?,"CREATE TABLE ""southern_germany_1982_94"" ( ""season"" text, ""oberliga_bayern"" text, ""oberliga_hessen"" text, ""oberliga_baden_w_rttemberg"" text, ""oberliga_s_dwest"" text );","SELECT ""oberliga_bayern"" FROM ""southern_germany_1982_94"" WHERE ""season""='1981-82';",2-14242137-4 Which Oberliga Südwest has an Oberliga Bayern of fc schweinfurt 05?,"CREATE TABLE ""southern_germany_1982_94"" ( ""season"" text, ""oberliga_bayern"" text, ""oberliga_hessen"" text, ""oberliga_baden_w_rttemberg"" text, ""oberliga_s_dwest"" text );","SELECT ""oberliga_s_dwest"" FROM ""southern_germany_1982_94"" WHERE ""oberliga_bayern""='fc schweinfurt 05';",2-14242137-4 Which Season ha spvgg bayreuth and eintracht trier?,"CREATE TABLE ""southern_germany_1982_94"" ( ""season"" text, ""oberliga_bayern"" text, ""oberliga_hessen"" text, ""oberliga_baden_w_rttemberg"" text, ""oberliga_s_dwest"" text );","SELECT ""season"" FROM ""southern_germany_1982_94"" WHERE ""oberliga_bayern""='spvgg bayreuth' AND ""oberliga_s_dwest""='eintracht trier';",2-14242137-4 which Oberliga Baden-Württemberg has a Season of 1991-92?,"CREATE TABLE ""southern_germany_1982_94"" ( ""season"" text, ""oberliga_bayern"" text, ""oberliga_hessen"" text, ""oberliga_baden_w_rttemberg"" text, ""oberliga_s_dwest"" text );","SELECT ""oberliga_baden_w_rttemberg"" FROM ""southern_germany_1982_94"" WHERE ""season""='1991-92';",2-14242137-4 Which Oberliga Baden-Württemberg has an Oberliga Hessen of fsv frankfurt in 1993-94?,"CREATE TABLE ""southern_germany_1982_94"" ( ""season"" text, ""oberliga_bayern"" text, ""oberliga_hessen"" text, ""oberliga_baden_w_rttemberg"" text, ""oberliga_s_dwest"" text );","SELECT ""oberliga_baden_w_rttemberg"" FROM ""southern_germany_1982_94"" WHERE ""oberliga_hessen""='fsv frankfurt' AND ""season""='1993-94';",2-14242137-4 which Oberliga Südwes has an Oberliga Baden-Württemberg of sv sandhausen in 1984-85?,"CREATE TABLE ""southern_germany_1982_94"" ( ""season"" text, ""oberliga_bayern"" text, ""oberliga_hessen"" text, ""oberliga_baden_w_rttemberg"" text, ""oberliga_s_dwest"" text );","SELECT ""oberliga_s_dwest"" FROM ""southern_germany_1982_94"" WHERE ""oberliga_baden_w_rttemberg""='sv sandhausen' AND ""season""='1984-85';",2-14242137-4 "Name the loss with save of || 23,391 ||17-18||?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""save""='|| 23,391 ||17-18||';",2-13552019-3 Name the opponent for save of williams (9),"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""save""='williams (9)';",2-13552019-3 Name the save for braves for may 15,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""save"" FROM ""game_log"" WHERE ""opponent""='braves' AND ""date""='may 15';",2-13552019-3 Name the loss for may 1,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""date""='may 1';",2-13552019-3 What was the score in the tournament against Ekaterina Makarova?,"CREATE TABLE ""singles_9_3_titles_6_runners_up"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_9_3_titles_6_runners_up"" WHERE ""opponent""='ekaterina makarova';",2-15100199-3 What is the market for the 11pm-1am Saturday game?,"CREATE TABLE ""affiliates"" ( ""calls"" text, ""freq"" text, ""format"" text, ""market_market_rank"" text, ""weeknights"" text, ""saturday"" text, ""sunday"" text, ""group_owner"" text );","SELECT ""market_market_rank"" FROM ""affiliates"" WHERE ""saturday""='11pm-1am';",2-1437635-1 what is the name of the holland locale,"CREATE TABLE ""youngest_mayors"" ( ""name"" text, ""locale"" text, ""state"" text, ""age_at_appointment"" real, ""term"" text );","SELECT ""name"" FROM ""youngest_mayors"" WHERE ""locale""='holland';",2-14207203-1 How many ranks have an industry of health care?,"CREATE TABLE ""2004"" ( ""rank"" real, ""name"" text, ""headquarters"" text, ""primary_industry"" text, ""market_value_usd_million"" real );","SELECT COUNT(""rank"") FROM ""2004"" WHERE ""primary_industry""='health care';",2-14094649-16 "Which Points have an Opponent of new york islanders, and a Game smaller than 65?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT SUM(""points"") FROM ""regular_season"" WHERE ""opponent""='new york islanders' AND ""game""<65;",2-14173105-8 "How many Points have a Record of 40–21–12–3, and a March larger than 28?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""points"") FROM ""regular_season"" WHERE ""record""='40–21–12–3' AND ""march"">28;",2-14173105-8 Which Opponent has a Record of 38–20–12–2?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""record""='38–20–12–2';",2-14173105-8 "Which Game is the highest one that has Points smaller than 92, and a Score of 1–3?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT MAX(""game"") FROM ""regular_season"" WHERE ""points""<92 AND ""score""='1–3';",2-14173105-8 What is the accession number of the protein with the common name Purple Sea Urchin?,"CREATE TABLE ""distant_homologs"" ( ""common_name"" text, ""protein_name"" text, ""divergence_from_human_lineage_mya"" real, ""accession_number"" text, ""sequence_length_aa"" real, ""sequence_identity_to_human_protein"" text );","SELECT ""accession_number"" FROM ""distant_homologs"" WHERE ""common_name""='purple sea urchin';",2-15229416-3 What is the protein name of the protein with a sequence identity to human protein of 32%?,"CREATE TABLE ""distant_homologs"" ( ""common_name"" text, ""protein_name"" text, ""divergence_from_human_lineage_mya"" real, ""accession_number"" text, ""sequence_length_aa"" real, ""sequence_identity_to_human_protein"" text );","SELECT ""protein_name"" FROM ""distant_homologs"" WHERE ""sequence_identity_to_human_protein""='32%';",2-15229416-3 What is the sequence length (aa) of the protein with the common name Purple Sea Urchin and a divergence from human lineage less than 742.9?,"CREATE TABLE ""distant_homologs"" ( ""common_name"" text, ""protein_name"" text, ""divergence_from_human_lineage_mya"" real, ""accession_number"" text, ""sequence_length_aa"" real, ""sequence_identity_to_human_protein"" text );","SELECT SUM(""sequence_length_aa"") FROM ""distant_homologs"" WHERE ""common_name""='purple sea urchin' AND ""divergence_from_human_lineage_mya""<742.9;",2-15229416-3 What is the accession number of the protein with a divergence from human lineage of 937.5?,"CREATE TABLE ""distant_homologs"" ( ""common_name"" text, ""protein_name"" text, ""divergence_from_human_lineage_mya"" real, ""accession_number"" text, ""sequence_length_aa"" real, ""sequence_identity_to_human_protein"" text );","SELECT ""accession_number"" FROM ""distant_homologs"" WHERE ""divergence_from_human_lineage_mya""=937.5;",2-15229416-3 Which Series has a Score of 9–4?,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""series"" FROM ""playoffs"" WHERE ""score""='9–4';",2-14311305-10 "Which Series has an Opponent of calgary flames, and a Score of 9–4?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""series"" FROM ""playoffs"" WHERE ""opponent""='calgary flames' AND ""score""='9–4';",2-14311305-10 "Which Date has a Game smaller than 4, and an Opponent of calgary flames, and a Score of 4–5?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""date"" FROM ""playoffs"" WHERE ""game""<4 AND ""opponent""='calgary flames' AND ""score""='4–5';",2-14311305-10 "Which Date has a Score of 4–5, and a Game smaller than 4?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""date"" FROM ""playoffs"" WHERE ""score""='4–5' AND ""game""<4;",2-14311305-10 How many founded years had a final af2 season prior to 2009 where the arena was the bi-lo center and the first af2 season was prior to 2000?,"CREATE TABLE ""external_links"" ( ""team"" text, ""city"" text, ""arena"" text, ""founded"" real, ""first_af2_season"" real, ""final_af2_season"" real );","SELECT COUNT(""founded"") FROM ""external_links"" WHERE ""final_af2_season""<2009 AND ""arena""='bi-lo center' AND ""first_af2_season""<2000;",2-1530891-1 What is the mean Founded number when the team is the Baton Rouge Blaze?,"CREATE TABLE ""external_links"" ( ""team"" text, ""city"" text, ""arena"" text, ""founded"" real, ""first_af2_season"" real, ""final_af2_season"" real );","SELECT AVG(""founded"") FROM ""external_links"" WHERE ""team""='baton rouge blaze';",2-1530891-1 "What is listed as the highest Gold that also has a Silver that's smaller than 1, and has a Total that's smaller than 0?","CREATE TABLE ""medal_table_by_country"" ( ""rank"" real, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real, ""participants"" real );","SELECT MAX(""gold"") FROM ""medal_table_by_country"" WHERE ""silver""<1 AND ""total""<0;",2-14641138-1 What's the total Rank that has a Gold that's smaller than 0?,"CREATE TABLE ""medal_table_by_country"" ( ""rank"" real, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real, ""participants"" real );","SELECT SUM(""rank"") FROM ""medal_table_by_country"" WHERE ""gold""<0;",2-14641138-1 "What is listed as the highest Participants that also have a Rank of 5, and Silver that's smaller than 0?","CREATE TABLE ""medal_table_by_country"" ( ""rank"" real, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real, ""participants"" real );","SELECT MAX(""participants"") FROM ""medal_table_by_country"" WHERE ""rank""=5 AND ""silver""<0;",2-14641138-1 "What is listed as the highest Rank that has a Gold that's larger than 0, and Participants that's smaller than 10?","CREATE TABLE ""medal_table_by_country"" ( ""rank"" real, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real, ""participants"" real );","SELECT MAX(""rank"") FROM ""medal_table_by_country"" WHERE ""gold"">0 AND ""participants""<10;",2-14641138-1 What is the total number of Participants that has Silver that's smaller than 0?,"CREATE TABLE ""medal_table_by_country"" ( ""rank"" real, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real, ""participants"" real );","SELECT SUM(""participants"") FROM ""medal_table_by_country"" WHERE ""silver""<0;",2-14641138-1 Which skip has Zrinka Muhek as Second?,"CREATE TABLE ""group_b2"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""group_b2"" WHERE ""second""='zrinka muhek';",2-14385184-113 What is the name of the second who has Caroline Reed as third?,"CREATE TABLE ""group_b2"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""second"" FROM ""group_b2"" WHERE ""third""='caroline reed';",2-14385184-113 Which lead has Kirsty Balfour as second?,"CREATE TABLE ""group_b2"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""group_b2"" WHERE ""skip""='kirsty balfour';",2-14385184-113 What is the name of the third who has Barbora Vojtusova as Skip?,"CREATE TABLE ""group_b2"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""third"" FROM ""group_b2"" WHERE ""skip""='barbora vojtusova';",2-14385184-113 Who is the Second with Nikolina Petric as Third?,"CREATE TABLE ""group_b2"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""second"" FROM ""group_b2"" WHERE ""third""='nikolina petric';",2-14385184-113 Which Lead has Katarina Radonic as Skip?,"CREATE TABLE ""group_b2"" ( ""nation"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""group_b2"" WHERE ""skip""='katarina radonic';",2-14385184-113 Who manufactured the motorcycle that did 24 laps and 9 grids?,"CREATE TABLE ""125cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""manufacturer"" FROM ""125cc_classification"" WHERE ""laps""=24 AND ""grid""=9;",2-14125739-3 How many grids correspond to more than 24 laps?,"CREATE TABLE ""125cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""125cc_classification"" WHERE ""laps"">24;",2-14125739-3 What is the time with 10 grids?,"CREATE TABLE ""125cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""125cc_classification"" WHERE ""grid""=10;",2-14125739-3 How many grids have more than 24 laps with a time/retired of +1:12.208?,"CREATE TABLE ""125cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""grid"") FROM ""125cc_classification"" WHERE ""time_retired""='+1:12.208' AND ""laps"">24;",2-14125739-3 What is the score from the winner Keith Clearwater (1)?,"CREATE TABLE ""tournament_results"" ( ""date"" text, ""tournament"" text, ""location"" text, ""winner"" text, ""score"" text, ""1st_prize"" real );","SELECT ""score"" FROM ""tournament_results"" WHERE ""winner""='keith clearwater (1)';",2-14640069-1 What is the date where the winner was Tom Kite (10)?,"CREATE TABLE ""tournament_results"" ( ""date"" text, ""tournament"" text, ""location"" text, ""winner"" text, ""score"" text, ""1st_prize"" real );","SELECT ""date"" FROM ""tournament_results"" WHERE ""winner""='tom kite (10)';",2-14640069-1 "Which Week had a Date of december 4, 1960?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""week"" FROM ""schedule"" WHERE ""date""='december 4, 1960';",2-15122916-1 Which player has a last name of baron?,"CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT ""bats"" FROM ""player_roster"" WHERE ""surname""='baron';",2-14431362-5 Which batter has a uni# of 31?,"CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT ""bats"" FROM ""player_roster"" WHERE ""uninum""=31;",2-14431362-5 Which batter has the last name Graham?,"CREATE TABLE ""player_roster"" ( ""surname"" text, ""first"" text, ""d_o_b"" text, ""uninum"" real, ""bats"" text, ""throws"" text, ""position"" text );","SELECT ""bats"" FROM ""player_roster"" WHERE ""surname""='graham';",2-14431362-5 Which Home has a Date of april 1?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""game_log"" WHERE ""date""='april 1';",2-15302438-2 Which Home has a Record of 16–17–6?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""game_log"" WHERE ""record""='16–17–6';",2-15302438-2 "Which Date has a Score of 2–7, and a Record of 5–8–2?","CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""score""='2–7' AND ""record""='5–8–2';",2-15302438-2 "Which Record has a Score of 2–4, and a Home of quebec nordiques?","CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""score""='2–4' AND ""home""='quebec nordiques';",2-15302438-2 "Which Record has a Home of edmonton oilers, and a Score of 3–6?","CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""home""='edmonton oilers' AND ""score""='3–6';",2-15302438-2 Which Home has a Record of 11–14–4?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""game_log"" WHERE ""record""='11–14–4';",2-15302438-2 "What is the series episode number with a segment of D, and having fluorescent tubes?","CREATE TABLE ""season_1_2001"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""series_ep"" FROM ""season_1_2001"" WHERE ""segment_d""='fluorescent tubes';",2-15187735-1 What is the Netflix number having a series episode of 1-01?,"CREATE TABLE ""season_1_2001"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""netflix"" FROM ""season_1_2001"" WHERE ""series_ep""='1-01';",2-15187735-1 "What is the Netflix number having a segment D, of NED can corn?","CREATE TABLE ""season_1_2001"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""netflix"" FROM ""season_1_2001"" WHERE ""segment_d""='ned can corn';",2-15187735-1 "What is the segment A name, having a Netflix of s01e12?","CREATE TABLE ""season_1_2001"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""segment_a"" FROM ""season_1_2001"" WHERE ""netflix""='s01e12';",2-15187735-1 What is the Netflix number having a segment of C of pills?,"CREATE TABLE ""season_1_2001"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""netflix"" FROM ""season_1_2001"" WHERE ""segment_c""='pills';",2-15187735-1 "For a segment D of pasta, what is the segment B?","CREATE TABLE ""season_1_2001"" ( ""series_ep"" text, ""episode"" real, ""netflix"" text, ""segment_a"" text, ""segment_b"" text, ""segment_c"" text, ""segment_d"" text );","SELECT ""segment_b"" FROM ""season_1_2001"" WHERE ""segment_d""='pasta';",2-15187735-1 Which sport resulted in a gold medal in the 2000 Sydney games?,"CREATE TABLE ""summer_olympics"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""sport"" FROM ""summer_olympics"" WHERE ""medal""='gold' AND ""games""='2000 sydney';",2-14786308-4 Which wrestling event was at the 2008 Beijing games?,"CREATE TABLE ""summer_olympics"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""event"" FROM ""summer_olympics"" WHERE ""sport""='wrestling' AND ""games""='2008 beijing';",2-14786308-4 What wrestling event was participated in during the 2008 Beijing games?,"CREATE TABLE ""summer_olympics"" ( ""medal"" text, ""name"" text, ""games"" text, ""sport"" text, ""event"" text );","SELECT ""event"" FROM ""summer_olympics"" WHERE ""games""='2008 beijing' AND ""sport""='wrestling';",2-14786308-4 after december 29 what is the score?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""december"">29;",2-14344289-4 Wjat game 3 has ian french as a game of 2?,"CREATE TABLE ""queensland"" ( ""position"" text, ""game_1"" text, ""game_2"" text, ""game_3"" text, ""exhibition"" text );","SELECT ""game_3"" FROM ""queensland"" WHERE ""game_2""='ian french';",2-14208117-2 What game 1 has halfback as a position?,"CREATE TABLE ""queensland"" ( ""position"" text, ""game_1"" text, ""game_2"" text, ""game_3"" text, ""exhibition"" text );","SELECT ""game_1"" FROM ""queensland"" WHERE ""position""='halfback';",2-14208117-2 What position has colin scott as game 1?,"CREATE TABLE ""queensland"" ( ""position"" text, ""game_1"" text, ""game_2"" text, ""game_3"" text, ""exhibition"" text );","SELECT ""position"" FROM ""queensland"" WHERE ""game_1""='colin scott';",2-14208117-2 What exhibition has greg conescu as game 1?,"CREATE TABLE ""queensland"" ( ""position"" text, ""game_1"" text, ""game_2"" text, ""game_3"" text, ""exhibition"" text );","SELECT ""exhibition"" FROM ""queensland"" WHERE ""game_1""='greg conescu';",2-14208117-2 What game 1 has bob lindner as game 2?,"CREATE TABLE ""queensland"" ( ""position"" text, ""game_1"" text, ""game_2"" text, ""game_3"" text, ""exhibition"" text );","SELECT ""game_1"" FROM ""queensland"" WHERE ""game_2""='bob lindner';",2-14208117-2 What pick was mario williams before 2006?,"CREATE TABLE ""player_selections"" ( ""year"" real, ""pick"" real, ""player_name"" text, ""position"" text, ""college"" text );","SELECT SUM(""pick"") FROM ""player_selections"" WHERE ""player_name""='mario williams' AND ""year""<2006;",2-15168551-2 What is the entered office that has 1337 as the left office?,"CREATE TABLE ""1230_1357"" ( ""throne_name"" text, ""title"" text, ""born_died"" text, ""entered_office"" text, ""left_office"" text );","SELECT ""entered_office"" FROM ""1230_1357"" WHERE ""left_office""='1337';",2-13877-14 What is the born-died that has office of 13 September 1229 as the entered?,"CREATE TABLE ""1230_1357"" ( ""throne_name"" text, ""title"" text, ""born_died"" text, ""entered_office"" text, ""left_office"" text );","SELECT ""born_died"" FROM ""1230_1357"" WHERE ""entered_office""='13 september 1229';",2-13877-14 "Which Blagojevich (D) has a Source of zogby/wsj, and a Topinka (R) of 33.2%?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""blagojevich_d"" text, ""topinka_r"" text, ""remainder"" text );","SELECT ""blagojevich_d"" FROM ""polling"" WHERE ""source""='zogby/wsj' AND ""topinka_r""='33.2%';",2-1527262-1 "Which Blagojevich (D) has a Source of zogby/wsj, and a Date of october 16, 2006?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""blagojevich_d"" text, ""topinka_r"" text, ""remainder"" text );","SELECT ""blagojevich_d"" FROM ""polling"" WHERE ""source""='zogby/wsj' AND ""date""='october 16, 2006';",2-1527262-1 "Which Blagojevich (D) happened on october 16, 2006?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""blagojevich_d"" text, ""topinka_r"" text, ""remainder"" text );","SELECT ""blagojevich_d"" FROM ""polling"" WHERE ""date""='october 16, 2006';",2-1527262-1 "Which Topinka happened on january 22, 2006?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""blagojevich_d"" text, ""topinka_r"" text, ""remainder"" text );","SELECT ""topinka_r"" FROM ""polling"" WHERE ""date""='january 22, 2006';",2-1527262-1 Which Date has a Remainder of 20%?,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""blagojevich_d"" text, ""topinka_r"" text, ""remainder"" text );","SELECT ""date"" FROM ""polling"" WHERE ""remainder""='20%';",2-1527262-1 "Which Source has a Remainder of 15%, and a Topinka of 26%?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""blagojevich_d"" text, ""topinka_r"" text, ""remainder"" text );","SELECT ""source"" FROM ""polling"" WHERE ""remainder""='15%' AND ""topinka_r""='26%';",2-1527262-1 "How many contestants were there on March 1, 2009 during the season premiere?","CREATE TABLE ""semi_finalists"" ( ""season"" text, ""season_premiere"" text, ""season_finale"" text, ""winner"" text, ""runner_up"" text, ""number_of_contestants"" real, ""winner_s_country"" text, ""runner_up_s_country"" text );","SELECT SUM(""number_of_contestants"") FROM ""semi_finalists"" WHERE ""season_premiere""='march 1, 2009';",2-15054180-5 What season had more than 12 contestants in which greydis gil won?,"CREATE TABLE ""semi_finalists"" ( ""season"" text, ""season_premiere"" text, ""season_finale"" text, ""winner"" text, ""runner_up"" text, ""number_of_contestants"" real, ""winner_s_country"" text, ""runner_up_s_country"" text );","SELECT ""season"" FROM ""semi_finalists"" WHERE ""number_of_contestants"">12 AND ""winner""='greydis gil';",2-15054180-5 How many contestants were there in a season where alejandra espinoza won?,"CREATE TABLE ""semi_finalists"" ( ""season"" text, ""season_premiere"" text, ""season_finale"" text, ""winner"" text, ""runner_up"" text, ""number_of_contestants"" real, ""winner_s_country"" text, ""runner_up_s_country"" text );","SELECT COUNT(""number_of_contestants"") FROM ""semi_finalists"" WHERE ""winner""='alejandra espinoza';",2-15054180-5 "What season's premiere had puerto rico winning on May 20, 2012?","CREATE TABLE ""semi_finalists"" ( ""season"" text, ""season_premiere"" text, ""season_finale"" text, ""winner"" text, ""runner_up"" text, ""number_of_contestants"" real, ""winner_s_country"" text, ""runner_up_s_country"" text );","SELECT ""season_premiere"" FROM ""semi_finalists"" WHERE ""winner_s_country""='puerto rico' AND ""season_finale""='may 20, 2012';",2-15054180-5 What season had mexico as the runner up with melissa marty winning?,"CREATE TABLE ""semi_finalists"" ( ""season"" text, ""season_premiere"" text, ""season_finale"" text, ""winner"" text, ""runner_up"" text, ""number_of_contestants"" real, ""winner_s_country"" text, ""runner_up_s_country"" text );","SELECT ""season"" FROM ""semi_finalists"" WHERE ""runner_up_s_country""='mexico' AND ""winner""='melissa marty';",2-15054180-5 "Record description of maximum load to m (ft), and a Date of 23 september 1961 is what pilot?","CREATE TABLE ""world_records"" ( ""date"" text, ""type"" text, ""record_description"" text, ""achievement"" text, ""pilot"" text );","SELECT ""pilot"" FROM ""world_records"" WHERE ""record_description""='maximum load to m (ft)' AND ""date""='23 september 1961';",2-1493427-1 "Date of 23 september 1961, and a Pilot of b.v. zemskov had what record description?","CREATE TABLE ""world_records"" ( ""date"" text, ""type"" text, ""record_description"" text, ""achievement"" text, ""pilot"" text );","SELECT ""record_description"" FROM ""world_records"" WHERE ""date""='23 september 1961' AND ""pilot""='b.v. zemskov';",2-1493427-1 "Type of mi-10r, and a Record description of altitude with kg (lb) payload, and a Pilot of g.v. alfyorov is what date?","CREATE TABLE ""world_records"" ( ""date"" text, ""type"" text, ""record_description"" text, ""achievement"" text, ""pilot"" text );","SELECT ""date"" FROM ""world_records"" WHERE ""type""='mi-10r' AND ""record_description""='altitude with kg (lb) payload' AND ""pilot""='g.v. alfyorov';",2-1493427-1 "Record description of altitude with kg (lb) payload, and a Pilot of g.v. alfyorov had what type?","CREATE TABLE ""world_records"" ( ""date"" text, ""type"" text, ""record_description"" text, ""achievement"" text, ""pilot"" text );","SELECT ""type"" FROM ""world_records"" WHERE ""record_description""='altitude with kg (lb) payload' AND ""pilot""='g.v. alfyorov';",2-1493427-1 "Pilot of g.v. alfyorov, and a Record description of altitude with kg (lb) payload, and a Type of mi-10 involved what date?","CREATE TABLE ""world_records"" ( ""date"" text, ""type"" text, ""record_description"" text, ""achievement"" text, ""pilot"" text );","SELECT ""date"" FROM ""world_records"" WHERE ""pilot""='g.v. alfyorov' AND ""record_description""='altitude with kg (lb) payload' AND ""type""='mi-10';",2-1493427-1 "Achievement of m (ft), and a Type of mi-10r, and a Pilot of v.p. koloshenko, and a Date of 28 may 1965 had what record description?","CREATE TABLE ""world_records"" ( ""date"" text, ""type"" text, ""record_description"" text, ""achievement"" text, ""pilot"" text );","SELECT ""record_description"" FROM ""world_records"" WHERE ""achievement""='m (ft)' AND ""type""='mi-10r' AND ""pilot""='v.p. koloshenko' AND ""date""='28 may 1965';",2-1493427-1 When was the date of death for the person married to Charles II?,"CREATE TABLE ""house_of_stuart_1603_1707"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_consort"" text, ""coronation"" text, ""ceased_to_be_consort"" text, ""death"" text, ""spouse"" text );","SELECT ""death"" FROM ""house_of_stuart_1603_1707"" WHERE ""spouse""='charles ii';",2-14909875-13 On what date did James II take a consort?,"CREATE TABLE ""house_of_stuart_1603_1707"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_consort"" text, ""coronation"" text, ""ceased_to_be_consort"" text, ""death"" text, ""spouse"" text );","SELECT ""became_consort"" FROM ""house_of_stuart_1603_1707"" WHERE ""spouse""='james ii';",2-14909875-13 What is the total number of field goals a player had when there were more than 0 extra points and there were 5 touchdowns?,"CREATE TABLE ""michigan_29_northwestern_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT COUNT(""field_goals"") FROM ""michigan_29_northwestern_0"" WHERE ""extra_points"">0 AND ""touchdowns""=5;",2-14342210-5 What is the sum of all the touchdowns when the player had more than 0 extra points and less than 0 field goals?,"CREATE TABLE ""michigan_29_northwestern_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT SUM(""touchdowns"") FROM ""michigan_29_northwestern_0"" WHERE ""extra_points"">0 AND ""field_goals""<0;",2-14342210-5 "What is the total number of field goals for a player that had less than 3 touchdowns, had 4 points, and had less than 4 extra points?","CREATE TABLE ""michigan_29_northwestern_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT COUNT(""field_goals"") FROM ""michigan_29_northwestern_0"" WHERE ""touchdowns""<3 AND ""points""=4 AND ""extra_points""<4;",2-14342210-5 What is the lowest number of draws of the NTFA Div 2 Lilydale?,"CREATE TABLE ""2011_ladder"" ( ""ntfa_div_2"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MIN(""draws"") FROM ""2011_ladder"" WHERE ""ntfa_div_2""='lilydale';",2-14756291-15 What is the lowest number of draws of the team with 9 wins and less than 0 byes?,"CREATE TABLE ""2011_ladder"" ( ""ntfa_div_2"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MIN(""draws"") FROM ""2011_ladder"" WHERE ""wins""=9 AND ""byes""<0;",2-14756291-15 What is the lowest number of against of NTFA Div 2 Fingal Valley?,"CREATE TABLE ""2011_ladder"" ( ""ntfa_div_2"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MIN(""against"") FROM ""2011_ladder"" WHERE ""ntfa_div_2""='fingal valley';",2-14756291-15 "What is the highest rank for Nelson Island with area more than 2,183?","CREATE TABLE ""islands_over_square_miles_km"" ( ""rank"" real, ""island_s_name"" text, ""area_sqmi"" real, ""area_km_2"" real, ""location"" text, ""population_2000"" text );","SELECT MAX(""rank"") FROM ""islands_over_square_miles_km"" WHERE ""island_s_name""='nelson island' AND ""area_km_2"">'2,183';",2-13897690-1 "What is the largest rank with 2,080 area?","CREATE TABLE ""islands_over_square_miles_km"" ( ""rank"" real, ""island_s_name"" text, ""area_sqmi"" real, ""area_km_2"" real, ""location"" text, ""population_2000"" text );","SELECT MAX(""rank"") FROM ""islands_over_square_miles_km"" WHERE ""area_sqmi""='2,080';",2-13897690-1 What is the largest area in Alaska with a population of 39 and rank over 19?,"CREATE TABLE ""islands_over_square_miles_km"" ( ""rank"" real, ""island_s_name"" text, ""area_sqmi"" real, ""area_km_2"" real, ""location"" text, ""population_2000"" text );","SELECT MAX(""area_km_2"") FROM ""islands_over_square_miles_km"" WHERE ""location""='alaska' AND ""population_2000""='39' AND ""rank"">19;",2-13897690-1 "How many events have earnings less than 1,030,717?","CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""events"" real, ""wins"" real );","SELECT COUNT(""events"") FROM ""leaders"" WHERE ""earnings""<'1,030,717';",2-14611644-3 How many events are in South Africa?,"CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""events"" real, ""wins"" real );","SELECT SUM(""events"") FROM ""leaders"" WHERE ""country""='south africa';",2-14611644-3 On what date was game 2 played?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""date"" FROM ""nba_finals"" WHERE ""game""='game 2';",2-14828476-4 Which game had Philadelphia as its home team and was played on April 23?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""nba_finals"" WHERE ""home_team""='philadelphia' AND ""date""='april 23';",2-14828476-4 Which games had Philadelphia as home team?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""nba_finals"" WHERE ""home_team""='philadelphia';",2-14828476-4 What was the result of the game played on April 16 with Philadelphia as home team?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""nba_finals"" WHERE ""home_team""='philadelphia' AND ""date""='april 16';",2-14828476-4 What was the result of the April 16 game?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""nba_finals"" WHERE ""date""='april 16';",2-14828476-4 Which game had a result of 126-95?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""nba_finals"" WHERE ""result""='126-95';",2-14828476-4 "Which Services have a Local authority of chiltern, and a Zone 2010 of 9?","CREATE TABLE ""list_of_stations"" ( ""station"" text, ""services"" text, ""local_authority"" text, ""zone_2007"" text, ""zone_2008"" text, ""zone_2010"" text, ""zone_2013"" text );","SELECT ""services"" FROM ""list_of_stations"" WHERE ""local_authority""='chiltern' AND ""zone_2010""='9';",2-1518351-1 Which Station has a Zone 2010 of 7?,"CREATE TABLE ""list_of_stations"" ( ""station"" text, ""services"" text, ""local_authority"" text, ""zone_2007"" text, ""zone_2008"" text, ""zone_2010"" text, ""zone_2013"" text );","SELECT ""station"" FROM ""list_of_stations"" WHERE ""zone_2010""='7';",2-1518351-1 "Which Local authority has a Zone 2007 of outside zones, and a Zone 2008 of outside zones, and a Zone 2010 of outside zones, and a Station of waltham cross?","CREATE TABLE ""list_of_stations"" ( ""station"" text, ""services"" text, ""local_authority"" text, ""zone_2007"" text, ""zone_2008"" text, ""zone_2010"" text, ""zone_2013"" text );","SELECT ""local_authority"" FROM ""list_of_stations"" WHERE ""zone_2007""='outside zones' AND ""zone_2008""='outside zones' AND ""zone_2010""='outside zones' AND ""station""='waltham cross';",2-1518351-1 Which Local authority has Services of greater anglia?,"CREATE TABLE ""list_of_stations"" ( ""station"" text, ""services"" text, ""local_authority"" text, ""zone_2007"" text, ""zone_2008"" text, ""zone_2010"" text, ""zone_2013"" text );","SELECT ""local_authority"" FROM ""list_of_stations"" WHERE ""services""='greater anglia';",2-1518351-1 "Which Station has a Zone 2008 of 8, and a Zone 2007 of outside zones, and Services of london overground?","CREATE TABLE ""list_of_stations"" ( ""station"" text, ""services"" text, ""local_authority"" text, ""zone_2007"" text, ""zone_2008"" text, ""zone_2010"" text, ""zone_2013"" text );","SELECT ""station"" FROM ""list_of_stations"" WHERE ""zone_2008""='8' AND ""zone_2007""='outside zones' AND ""services""='london overground';",2-1518351-1 "Which Zone 2008 has Services of greater anglia, and a Station of cheshunt?","CREATE TABLE ""list_of_stations"" ( ""station"" text, ""services"" text, ""local_authority"" text, ""zone_2007"" text, ""zone_2008"" text, ""zone_2010"" text, ""zone_2013"" text );","SELECT ""zone_2008"" FROM ""list_of_stations"" WHERE ""services""='greater anglia' AND ""station""='cheshunt';",2-1518351-1 What was the total attendance of aalesund which had a capacity with more than 96.14%?,"CREATE TABLE ""attendances"" ( ""team"" text, ""stadium"" text, ""capacity"" real, ""turf"" text, ""total"" real, ""games"" real, ""average"" real, ""pct_of_capacity"" real );","SELECT MAX(""total"") FROM ""attendances"" WHERE ""team""='aalesund' AND ""pct_of_capacity"">96.14;",2-15309915-11 How many touchdowns are there when there were 0 extra points and Hal Weeks had left halfback?,"CREATE TABLE ""michigan_65_ohio_normal_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT ""touchdowns"" FROM ""michigan_65_ohio_normal_0"" WHERE ""extra_points""=0 AND ""position""='left halfback' AND ""player""='hal weeks';",2-14342480-5 How many field goals did duncan thompson have?,"CREATE TABLE ""michigan_65_ohio_normal_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT ""field_goals"" FROM ""michigan_65_ohio_normal_0"" WHERE ""player""='duncan thompson';",2-14342480-5 What is the highest field goals when there were more than 1 touchdown and 0 extra points?,"CREATE TABLE ""michigan_65_ohio_normal_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MAX(""field_goals"") FROM ""michigan_65_ohio_normal_0"" WHERE ""touchdowns"">1 AND ""extra_points"">0;",2-14342480-5 What is the lowest number of field goals when the points were less than 5?,"CREATE TABLE ""michigan_65_ohio_normal_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""field_goals"") FROM ""michigan_65_ohio_normal_0"" WHERE ""points""<5;",2-14342480-5 what is the HAAT of devils lake,"CREATE TABLE ""full_power_stations"" ( ""station"" text, ""city_of_license"" text, ""channels"" text, ""first_air_date"" text, ""call_letters_meaning"" text, ""haat"" text, ""facility_id"" real );","SELECT ""haat"" FROM ""full_power_stations"" WHERE ""city_of_license""='devils lake';",2-1408549-1 What was the date with a winner of km (mi)?,"CREATE TABLE ""route_and_stages"" ( ""date"" text, ""course"" text, ""distance"" text, ""type"" text, ""winner"" text );","SELECT ""date"" FROM ""route_and_stages"" WHERE ""winner""='km (mi)';",2-15194788-1 What is the highest ERP W of an 89.1 frequency translator?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT MAX(""erp_w"") FROM ""translators"" WHERE ""frequency_m_hz""=89.1;",2-13975109-1 What is the class of the translator with 10 ERP W and a call sign of w273bl?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""class"" FROM ""translators"" WHERE ""erp_w""=10 AND ""call_sign""='w273bl';",2-13975109-1 "What is the FCC info of the translator with an Irmo, South Carolina city license?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""fcc_info"" FROM ""translators"" WHERE ""city_of_license""='irmo, south carolina';",2-13975109-1 "What is the call sign of the translator in Spring Valley, Nevada?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""translators"" WHERE ""city_of_license""='spring valley, nevada';",2-13975109-1 "What is the call sign of the translator with an ERP W greater than 38 and a city license from Great Falls, Montana?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""translators"" WHERE ""erp_w"">38 AND ""city_of_license""='great falls, montana';",2-13975109-1 Name the ERP W for frequency of 92.7,"CREATE TABLE ""broadcast_translators_of_wxlg"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""erp_w"" FROM ""broadcast_translators_of_wxlg"" WHERE ""frequency_m_hz""=92.7;",2-14208614-1 "Name the ERP W for glens falls, new york","CREATE TABLE ""broadcast_translators_of_wxlg"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""erp_w"" FROM ""broadcast_translators_of_wxlg"" WHERE ""city_of_license""='glens falls, new york';",2-14208614-1 Name the FCC info for frequency Mhz less than 97.3 and call sign of w237br,"CREATE TABLE ""broadcast_translators_of_wxlg"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""fcc_info"" FROM ""broadcast_translators_of_wxlg"" WHERE ""frequency_m_hz""<97.3 AND ""call_sign""='w237br';",2-14208614-1 Name the average ERP W and call sign of w237br,"CREATE TABLE ""broadcast_translators_of_wxlg"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT AVG(""erp_w"") FROM ""broadcast_translators_of_wxlg"" WHERE ""call_sign""='w237br';",2-14208614-1 "Which Score has Points of 64, and a Game of 49?","CREATE TABLE ""game_log"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""game_log"" WHERE ""points""=64 AND ""game""=49;",2-14347546-6 "Which Points have a Score of 4–1, and a Record of 18–10–8–1, and a January larger than 2?","CREATE TABLE ""game_log"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT AVG(""points"") FROM ""game_log"" WHERE ""score""='4–1' AND ""record""='18–10–8–1' AND ""january"">2;",2-14347546-6 How many Points have a January of 18?,"CREATE TABLE ""game_log"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""points"") FROM ""game_log"" WHERE ""january""=18;",2-14347546-6 "How many Games have a Score of 5–4, and Points smaller than 49?","CREATE TABLE ""game_log"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""score""='5–4' AND ""points""<49;",2-14347546-6 "What is the average gold of the winter athlete with 1 bronze, less than 3 silver, and less than 4 total medals?","CREATE TABLE ""top_medal_earners"" ( ""athlete"" text, ""sport"" text, ""type"" text, ""olympics"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""top_medal_earners"" WHERE ""bronze""=1 AND ""type""='winter' AND ""silver""<3 AND ""total""<4;",2-13554889-6 What is the highest total medals winter athlete Clara Hughes has?,"CREATE TABLE ""top_medal_earners"" ( ""athlete"" text, ""sport"" text, ""type"" text, ""olympics"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""total"") FROM ""top_medal_earners"" WHERE ""type""='winter' AND ""athlete""='clara hughes';",2-13554889-6 What is the lowest number of bronze a short track athlete with 0 gold medals has?,"CREATE TABLE ""top_medal_earners"" ( ""athlete"" text, ""sport"" text, ""type"" text, ""olympics"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""bronze"") FROM ""top_medal_earners"" WHERE ""sport""='short track' AND ""gold""=0;",2-13554889-6 What is the Project Name with a Country that is kazakhstan and a Peak that is 150?,"CREATE TABLE ""detailed_project_table_for_2008"" ( ""country"" text, ""project_name"" text, ""year_startup"" text, ""operator"" text, ""peak"" text );","SELECT ""project_name"" FROM ""detailed_project_table_for_2008"" WHERE ""country""='kazakhstan' AND ""peak""='150';",2-14659505-2 What is the Peak with a Project Name that is talakan ph 1?,"CREATE TABLE ""detailed_project_table_for_2008"" ( ""country"" text, ""project_name"" text, ""year_startup"" text, ""operator"" text, ""peak"" text );","SELECT ""peak"" FROM ""detailed_project_table_for_2008"" WHERE ""project_name""='talakan ph 1';",2-14659505-2 What is the Project Name with a Country that is opec?,"CREATE TABLE ""detailed_project_table_for_2008"" ( ""country"" text, ""project_name"" text, ""year_startup"" text, ""operator"" text, ""peak"" text );","SELECT ""project_name"" FROM ""detailed_project_table_for_2008"" WHERE ""country""='opec';",2-14659505-2 What is the Operator with a Peak that is 55?,"CREATE TABLE ""detailed_project_table_for_2008"" ( ""country"" text, ""project_name"" text, ""year_startup"" text, ""operator"" text, ""peak"" text );","SELECT ""operator"" FROM ""detailed_project_table_for_2008"" WHERE ""peak""='55';",2-14659505-2 What was the score when they had a 25-41-9 record?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""record""='25-41-9';",2-13991411-7 "What is the game associated with a score of 4 - 2, and a record of 25-39-9?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MAX(""game"") FROM ""schedule_and_results"" WHERE ""score""='4 - 2' AND ""record""='25-39-9';",2-13991411-7 "What is the lowest week that has an attendance greater than 23,058, with october 24, 1943 as the date?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""attendance"">'23,058' AND ""date""='october 24, 1943';",2-15124966-1 How many attendances have w 48-10 as the result?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""schedule"" WHERE ""result""='w 48-10';",2-15124966-1 How many attendances have 9 as the week?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT COUNT(""attendance"") FROM ""schedule"" WHERE ""week""=9;",2-15124966-1 "What is the lowest attendance that has a week less than 4, and w 13-7 as the result?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""schedule"" WHERE ""week""<4 AND ""result""='w 13-7';",2-15124966-1 "What was the average value in 2005 when 2008 is 61,837,716, and a 2006 is more than 57,126,389?","CREATE TABLE ""general_statistics_2002_2010"" ( ""years"" text, ""2004"" real, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011"" real );","SELECT AVG(""2005"") FROM ""general_statistics_2002_2010"" WHERE ""2008""='61,837,716' AND ""2006"">'57,126,389';",2-13823555-1 "What is the lowest value in 2007 when 2009 is 42,014,178 and 2008 is over 61,837,716?","CREATE TABLE ""general_statistics_2002_2010"" ( ""years"" text, ""2004"" real, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011"" real );","SELECT MIN(""2007"") FROM ""general_statistics_2002_2010"" WHERE ""2009""='42,014,178' AND ""2008"">'61,837,716';",2-13823555-1 "What is the highest value in 2011 with less than 5,049 in 2006 and less than 1,380,935 in 2008?","CREATE TABLE ""general_statistics_2002_2010"" ( ""years"" text, ""2004"" real, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011"" real );","SELECT MAX(""2011"") FROM ""general_statistics_2002_2010"" WHERE ""2006""<'5,049' AND ""2008""<'1,380,935';",2-13823555-1 "What was the total in 2009 for years of river vessels when 2008 was more than 8,030 and 2007 was more than 1,411,414?","CREATE TABLE ""general_statistics_2002_2010"" ( ""years"" text, ""2004"" real, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011"" real );","SELECT COUNT(""2009"") FROM ""general_statistics_2002_2010"" WHERE ""2007"">'1,411,414' AND ""years""='river vessels' AND ""2008"">'8,030';",2-13823555-1 What is the psd-pc for 18-22/04/2009?,"CREATE TABLE ""opinion_polls"" ( ""polling_firm"" text, ""date"" text, ""psd_pc"" text, ""udmr"" text, ""elena_b_sescu"" text, ""others"" text, ""undecided"" text );","SELECT ""psd_pc"" FROM ""opinion_polls"" WHERE ""date""='18-22/04/2009';",2-15125204-1 What date has the others of 2%?,"CREATE TABLE ""opinion_polls"" ( ""polling_firm"" text, ""date"" text, ""psd_pc"" text, ""udmr"" text, ""elena_b_sescu"" text, ""others"" text, ""undecided"" text );","SELECT ""date"" FROM ""opinion_polls"" WHERE ""others""='2%';",2-15125204-1 What was the UDMR for 18-22/04/2009?,"CREATE TABLE ""opinion_polls"" ( ""polling_firm"" text, ""date"" text, ""psd_pc"" text, ""udmr"" text, ""elena_b_sescu"" text, ""others"" text, ""undecided"" text );","SELECT ""udmr"" FROM ""opinion_polls"" WHERE ""date""='18-22/04/2009';",2-15125204-1 When the other is n/a and the psc-pc is 30% what is the date?,"CREATE TABLE ""opinion_polls"" ( ""polling_firm"" text, ""date"" text, ""psd_pc"" text, ""udmr"" text, ""elena_b_sescu"" text, ""others"" text, ""undecided"" text );","SELECT ""date"" FROM ""opinion_polls"" WHERE ""others""='n/a' AND ""psd_pc""='30%';",2-15125204-1 What was the polling firm with others of 1%?,"CREATE TABLE ""opinion_polls"" ( ""polling_firm"" text, ""date"" text, ""psd_pc"" text, ""udmr"" text, ""elena_b_sescu"" text, ""others"" text, ""undecided"" text );","SELECT ""polling_firm"" FROM ""opinion_polls"" WHERE ""others""='1%';",2-15125204-1 What is the elena basescu when the poling firm of gallup?,"CREATE TABLE ""opinion_polls"" ( ""polling_firm"" text, ""date"" text, ""psd_pc"" text, ""udmr"" text, ""elena_b_sescu"" text, ""others"" text, ""undecided"" text );","SELECT ""elena_b_sescu"" FROM ""opinion_polls"" WHERE ""polling_firm""='gallup';",2-15125204-1 "Game smaller than 34, and a December smaller than 14, and a Score of 10 - 6 has what opponent?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule_and_results"" WHERE ""game""<34 AND ""december""<14 AND ""score""='10 - 6';",2-13912739-4 "Game larger than 34, and a December smaller than 23 had what record?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""record"" FROM ""schedule_and_results"" WHERE ""game"">34 AND ""december""<23;",2-13912739-4 "Record of 15-12-4, and a Game larger than 31 involves what highest December?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MAX(""december"") FROM ""schedule_and_results"" WHERE ""record""='15-12-4' AND ""game"">31;",2-13912739-4 "Which Points have a Record of 45–21–4, and a Game larger than 70?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT AVG(""points"") FROM ""regular_season"" WHERE ""record""='45–21–4' AND ""game"">70;",2-14320222-7 "Which March is the lowest one that has a Score of 5–6, and Points smaller than 100?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT MIN(""march"") FROM ""regular_season"" WHERE ""score""='5–6' AND ""points""<100;",2-14320222-7 "Which Score has a March larger than 15, and Points larger than 96, and a Game smaller than 76, and an Opponent of @ washington capitals?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""march"">15 AND ""points"">96 AND ""game""<76 AND ""opponent""='@ washington capitals';",2-14320222-7 Which Opponent has a Record of 45–21–4?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""record""='45–21–4';",2-14320222-7 What year was the building completed that has 10 floors?,"CREATE TABLE ""chronology_of_the_tallest_buildings_in_j"" ( ""years_tallest"" text, ""name"" text, ""height_ft_m"" text, ""floors"" real, ""year_completed"" real );","SELECT AVG(""year_completed"") FROM ""chronology_of_the_tallest_buildings_in_j"" WHERE ""floors""=10;",2-15189770-2 What was the name of the building with 10 floors?,"CREATE TABLE ""chronology_of_the_tallest_buildings_in_j"" ( ""years_tallest"" text, ""name"" text, ""height_ft_m"" text, ""floors"" real, ""year_completed"" real );","SELECT ""name"" FROM ""chronology_of_the_tallest_buildings_in_j"" WHERE ""floors""=10;",2-15189770-2 "How tall is the florida life building, completed before 1990?","CREATE TABLE ""chronology_of_the_tallest_buildings_in_j"" ( ""years_tallest"" text, ""name"" text, ""height_ft_m"" text, ""floors"" real, ""year_completed"" real );","SELECT ""height_ft_m"" FROM ""chronology_of_the_tallest_buildings_in_j"" WHERE ""year_completed""<1990 AND ""name""='florida life building';",2-15189770-2 Result of 86-87 (2-4) is what game?,"CREATE TABLE ""series_summary"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""series_summary"" WHERE ""result""='86-87 (2-4)';",2-1403349-5 Result of 88-85 ot (1-0) involves what game?,"CREATE TABLE ""series_summary"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""series_summary"" WHERE ""result""='88-85 ot (1-0)';",2-1403349-5 Game of game 5 had what result?,"CREATE TABLE ""series_summary"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""series_summary"" WHERE ""game""='game 5';",2-1403349-5 "Road Team of utah jazz, and a Result of 81-83 (3-2) involved what game?","CREATE TABLE ""series_summary"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""series_summary"" WHERE ""road_team""='utah jazz' AND ""result""='81-83 (3-2)';",2-1403349-5 "Home Team of chicago bulls, and a Result of 81-83 (3-2) involved what game?","CREATE TABLE ""series_summary"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""series_summary"" WHERE ""home_team""='chicago bulls' AND ""result""='81-83 (3-2)';",2-1403349-5 Result of 86-87 (2-4) involves what home team?,"CREATE TABLE ""series_summary"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""home_team"" FROM ""series_summary"" WHERE ""result""='86-87 (2-4)';",2-1403349-5 "What is the fewest wins that has fewer than 23 goals scored, team of 2 de Mayo, and fewer than 7 draws?","CREATE TABLE ""torneo_clausura"" ( ""position"" real, ""team"" text, ""played"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""scored"" real, ""conceded"" real, ""points"" real );","SELECT MIN(""wins"") FROM ""torneo_clausura"" WHERE ""scored""<23 AND ""team""='2 de mayo' AND ""draws""<7;",2-14871601-2 What is the number of draws for the team with more than 8 losses and 13 points?,"CREATE TABLE ""torneo_clausura"" ( ""position"" real, ""team"" text, ""played"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""scored"" real, ""conceded"" real, ""points"" real );","SELECT ""draws"" FROM ""torneo_clausura"" WHERE ""losses"">8 AND ""points""=13;",2-14871601-2 How much March has Points of 85?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""march"") FROM ""regular_season"" WHERE ""points""=85;",2-14344570-7 "Which Game is the lowest one that has a Score of 2–3 ot, and Points larger than 76?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT MIN(""game"") FROM ""regular_season"" WHERE ""score""='2–3 ot' AND ""points"">76;",2-14344570-7 "How many games have a March of 19, and Points smaller than 83?","CREATE TABLE ""regular_season"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""game"") FROM ""regular_season"" WHERE ""march""=19 AND ""points""<83;",2-14344570-7 What is the Almali village with the Süskən village zərnə?,"CREATE TABLE ""villages"" ( ""almal_qax"" text, ""f_st_ql"" text, ""malax"" text, ""qaxmu_al"" text, ""s_sk_n"" text );","SELECT ""almal_qax"" FROM ""villages"" WHERE ""s_sk_n""='zərnə';",2-1492872-2 What is the Almali village with the Malax village qaxingiloy?,"CREATE TABLE ""villages"" ( ""almal_qax"" text, ""f_st_ql"" text, ""malax"" text, ""qaxmu_al"" text, ""s_sk_n"" text );","SELECT ""almal_qax"" FROM ""villages"" WHERE ""malax""='qaxingiloy';",2-1492872-2 What is the Süskən village with a Malax village meşəbaş?,"CREATE TABLE ""villages"" ( ""almal_qax"" text, ""f_st_ql"" text, ""malax"" text, ""qaxmu_al"" text, ""s_sk_n"" text );","SELECT ""s_sk_n"" FROM ""villages"" WHERE ""malax""='meşəbaş';",2-1492872-2 What is the Qaxmuğal village with a Malax village meşəbaş?,"CREATE TABLE ""villages"" ( ""almal_qax"" text, ""f_st_ql"" text, ""malax"" text, ""qaxmu_al"" text, ""s_sk_n"" text );","SELECT ""qaxmu_al"" FROM ""villages"" WHERE ""malax""='meşəbaş';",2-1492872-2 What is the Qaxmuğal village with a Fistiqli village keşqutan?,"CREATE TABLE ""villages"" ( ""almal_qax"" text, ""f_st_ql"" text, ""malax"" text, ""qaxmu_al"" text, ""s_sk_n"" text );","SELECT ""qaxmu_al"" FROM ""villages"" WHERE ""f_st_ql""='keşqutan';",2-1492872-2 What are the highest championships where the club is Springfield Cardinals?,"CREATE TABLE ""sports"" ( ""club"" text, ""league"" text, ""venue"" text, ""established"" real, ""championships"" real );","SELECT MAX(""championships"") FROM ""sports"" WHERE ""club""='springfield cardinals';",2-150728-3 "What is the maximum torque that has 2,445 CC Displacement, and an Iveco 8144.61 engine?","CREATE TABLE ""engines"" ( ""model"" text, ""engine"" text, ""displacement"" text, ""valvetrain"" text, ""fuel_system"" text, ""max_power_at_rpm"" text, ""max_torque_at_rpm"" text );","SELECT ""max_torque_at_rpm"" FROM ""engines"" WHERE ""displacement""='2,445 cc' AND ""engine""='iveco 8144.61';",2-1415821-1 What Valvetrain has a fuel system made up of petrol engines?,"CREATE TABLE ""engines"" ( ""model"" text, ""engine"" text, ""displacement"" text, ""valvetrain"" text, ""fuel_system"" text, ""max_power_at_rpm"" text, ""max_torque_at_rpm"" text );","SELECT ""valvetrain"" FROM ""engines"" WHERE ""fuel_system""='petrol engines';",2-1415821-1 "Which Population has an Altitude (mslm) larger than 98, and a Density (inhabitants/km 2) larger than 5869, and a Rank of 1st?","CREATE TABLE ""largest_municipalities_by_population"" ( ""rank"" text, ""city"" text, ""population"" real, ""area_km_2"" real, ""density_inhabitants_km_2"" real, ""altitude_mslm"" real );","SELECT SUM(""population"") FROM ""largest_municipalities_by_population"" WHERE ""altitude_mslm"">98 AND ""density_inhabitants_km_2"">5869 AND ""rank""='1st';",2-1448716-1 "Which Population is the highest one that has a Density (inhabitants/km 2) larger than 2805.8, and a Rank of 1st, and an Altitude (mslm) smaller than 122?","CREATE TABLE ""largest_municipalities_by_population"" ( ""rank"" text, ""city"" text, ""population"" real, ""area_km_2"" real, ""density_inhabitants_km_2"" real, ""altitude_mslm"" real );","SELECT MAX(""population"") FROM ""largest_municipalities_by_population"" WHERE ""density_inhabitants_km_2"">2805.8 AND ""rank""='1st' AND ""altitude_mslm""<122;",2-1448716-1 "Which Altitude (mslm) is the highest one that has an Area (km 2) smaller than 13.01, and a Population of 74536, and a Density (inhabitants/km 2) larger than 5869?","CREATE TABLE ""largest_municipalities_by_population"" ( ""rank"" text, ""city"" text, ""population"" real, ""area_km_2"" real, ""density_inhabitants_km_2"" real, ""altitude_mslm"" real );","SELECT MAX(""altitude_mslm"") FROM ""largest_municipalities_by_population"" WHERE ""area_km_2""<13.01 AND ""population""=74536 AND ""density_inhabitants_km_2"">5869;",2-1448716-1 "Which Altitude (mslm) is the highest one that has a City of legnano, and a Population larger than 59492?","CREATE TABLE ""largest_municipalities_by_population"" ( ""rank"" text, ""city"" text, ""population"" real, ""area_km_2"" real, ""density_inhabitants_km_2"" real, ""altitude_mslm"" real );","SELECT MAX(""altitude_mslm"") FROM ""largest_municipalities_by_population"" WHERE ""city""='legnano' AND ""population"">59492;",2-1448716-1 "What is the Motor that has a Focuses bigger than 62, and a Participant of rebaque?","CREATE TABLE ""formula_one_results"" ( ""year"" real, ""entrant"" text, ""engine"" text, ""tyres"" text, ""points"" real );","SELECT ""engine"" FROM ""formula_one_results"" WHERE ""points"">62 AND ""entrant""='rebaque';",2-1355491-1 What is the Focus that has a Year bigger than 1977?,"CREATE TABLE ""formula_one_results"" ( ""year"" real, ""entrant"" text, ""engine"" text, ""tyres"" text, ""points"" real );","SELECT ""points"" FROM ""formula_one_results"" WHERE ""year"">1977;",2-1355491-1 When did Hans Hartmann drive?,"CREATE TABLE ""non_championship_results"" ( ""year"" real, ""event"" text, ""venue"" text, ""driver"" text, ""result"" text, ""category"" text, ""report"" text );","SELECT COUNT(""year"") FROM ""non_championship_results"" WHERE ""driver""='hans hartmann';",2-14287417-3 What is the second that has jordan moulton as the lead?,"CREATE TABLE ""teams"" ( ""country"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""second"" FROM ""teams"" WHERE ""lead""='jordan moulton';",2-15075508-54 What skip has martina baumann as the third?,"CREATE TABLE ""teams"" ( ""country"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""teams"" WHERE ""third""='martina baumann';",2-15075508-54 What skip has switzerland as the country?,"CREATE TABLE ""teams"" ( ""country"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""teams"" WHERE ""country""='switzerland';",2-15075508-54 What skip has angela tuvaeva as the lead?,"CREATE TABLE ""teams"" ( ""country"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""teams"" WHERE ""lead""='angela tuvaeva';",2-15075508-54 What skip has norway as the country?,"CREATE TABLE ""teams"" ( ""country"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""teams"" WHERE ""country""='norway';",2-15075508-54 What skip has denmark as the country?,"CREATE TABLE ""teams"" ( ""country"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""teams"" WHERE ""country""='denmark';",2-15075508-54 Which visitor has a Los Angeles home?,"CREATE TABLE ""november"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""visitor"" FROM ""november"" WHERE ""home""='los angeles';",2-14163678-3 "Opponent of edmonton oilers, and a Game of 3 is what series?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""series"" FROM ""playoffs"" WHERE ""opponent""='edmonton oilers' AND ""game""=3;",2-14208857-12 Score of 2–3 ot on what date?,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""date"" FROM ""playoffs"" WHERE ""score""='2–3 ot';",2-14208857-12 "Opponent of @ edmonton oilers, and a Game smaller than 7, and a Series of oilers lead 3–2 had what score?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""score"" FROM ""playoffs"" WHERE ""opponent""='@ edmonton oilers' AND ""game""<7 AND ""series""='oilers lead 3–2';",2-14208857-12 "Opponent of @ edmonton oilers, and a Game larger than 1, and a Series of oilers lead 3–2 had what score?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT ""score"" FROM ""playoffs"" WHERE ""opponent""='@ edmonton oilers' AND ""game"">1 AND ""series""='oilers lead 3–2';",2-14208857-12 Series of oilers win 4–3 had what highest game?,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""series"" text );","SELECT MAX(""game"") FROM ""playoffs"" WHERE ""series""='oilers win 4–3';",2-14208857-12 Which December has a Record of 4-3-6?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""december"" FROM ""schedule_and_results"" WHERE ""record""='4-3-6';",2-14473419-3 "Which Score has a December smaller than 14, and a Game of 12?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""december""<14 AND ""game""=12;",2-14473419-3 Which Game is the highest one that has a Record of 4-3-6?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MAX(""game"") FROM ""schedule_and_results"" WHERE ""record""='4-3-6';",2-14473419-3 Which Score has a Record of 18–11–5?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""record""='18–11–5';",2-14306821-4 "Which Score has a Game larger than 32, and Points smaller than 42, and a December larger than 19, and a Record of 18–12–5?","CREATE TABLE ""regular_season"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""game"">32 AND ""points""<42 AND ""december"">19 AND ""record""='18–12–5';",2-14306821-4 "Which Score has Points of 36, and a Game of 30?","CREATE TABLE ""regular_season"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""points""=36 AND ""game""=30;",2-14306821-4 "Which Game has a Record of 14–10–4, and Points smaller than 32?","CREATE TABLE ""regular_season"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT SUM(""game"") FROM ""regular_season"" WHERE ""record""='14–10–4' AND ""points""<32;",2-14306821-4 Which Game has a Score of 4–1?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT SUM(""game"") FROM ""regular_season"" WHERE ""score""='4–1';",2-14306821-4 Which celebrity was famous for being a rapper?,"CREATE TABLE ""series_10_2010"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""celebrity"" FROM ""series_10_2010"" WHERE ""famous_for""='rapper';",2-14345690-11 What position did the celebrity finish that entered on day 1 and exited on day 19?,"CREATE TABLE ""series_10_2010"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""finished"" FROM ""series_10_2010"" WHERE ""exited""='day 19' AND ""entered""='day 1';",2-14345690-11 What was Dom Joly famous for?,"CREATE TABLE ""series_10_2010"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""famous_for"" FROM ""series_10_2010"" WHERE ""celebrity""='dom joly';",2-14345690-11 What position did the celebrity finish that entered on day 1 and exited on day 15?,"CREATE TABLE ""series_10_2010"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""finished"" FROM ""series_10_2010"" WHERE ""entered""='day 1' AND ""exited""='day 15';",2-14345690-11 What celebrity is famous for being an actor?,"CREATE TABLE ""series_10_2010"" ( ""celebrity"" text, ""famous_for"" text, ""entered"" text, ""exited"" text, ""finished"" text );","SELECT ""celebrity"" FROM ""series_10_2010"" WHERE ""famous_for""='actor';",2-14345690-11 Where did steve smith go to school?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""nfl_draft"" WHERE ""player""='steve smith';",2-14094067-1 "What was the result associated with the cinemaa awards, and gabbar singh film?","CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""film"" text, ""award"" text, ""category"" text, ""result"" text );","SELECT ""result"" FROM ""awards_and_nominations"" WHERE ""award""='cinemaa awards' AND ""film""='gabbar singh';",2-14790824-3 What was the award for the excellence in tamil category?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""film"" text, ""award"" text, ""category"" text, ""result"" text );","SELECT ""award"" FROM ""awards_and_nominations"" WHERE ""category""='excellence in tamil';",2-14790824-3 Who is the composer of the song with a length of 6:24?,"CREATE TABLE ""track_listing"" ( ""track"" text, ""song_title"" text, ""length"" text, ""composer_s"" text, ""performance_location_s"" text );","SELECT ""composer_s"" FROM ""track_listing"" WHERE ""length""='6:24';",2-15160494-1 What is the lengtho f track 16?,"CREATE TABLE ""track_listing"" ( ""track"" text, ""song_title"" text, ""length"" text, ""composer_s"" text, ""performance_location_s"" text );","SELECT ""length"" FROM ""track_listing"" WHERE ""track""='16';",2-15160494-1 How many new entries this round have clubs 2 → 1?,"CREATE TABLE ""calendar"" ( ""round"" text, ""date"" text, ""matches"" real, ""clubs"" text, ""new_entries_this_round"" text, ""prize_money"" text );","SELECT ""new_entries_this_round"" FROM ""calendar"" WHERE ""clubs""='2 → 1';",2-15145581-1 "What is the average for matches with a prize money amount of £3,000?","CREATE TABLE ""calendar"" ( ""round"" text, ""date"" text, ""matches"" real, ""clubs"" text, ""new_entries_this_round"" text, ""prize_money"" text );","SELECT AVG(""matches"") FROM ""calendar"" WHERE ""prize_money""='£3,000';",2-15145581-1 How many new entries this round are there with more than 16 matches and a third round qualifying?,"CREATE TABLE ""calendar"" ( ""round"" text, ""date"" text, ""matches"" real, ""clubs"" text, ""new_entries_this_round"" text, ""prize_money"" text );","SELECT ""new_entries_this_round"" FROM ""calendar"" WHERE ""matches"">16 AND ""round""='third round qualifying';",2-15145581-1 What are the clubs with 46 matches?,"CREATE TABLE ""calendar"" ( ""round"" text, ""date"" text, ""matches"" real, ""clubs"" text, ""new_entries_this_round"" text, ""prize_money"" text );","SELECT ""clubs"" FROM ""calendar"" WHERE ""matches""=46;",2-15145581-1 What High School with a nickname of S Eagle has a Division of crest?,"CREATE TABLE ""4_a_members"" ( ""high_school"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text, ""division"" text );","SELECT ""high_school"" FROM ""4_a_members"" WHERE ""division""='crest' AND ""nickname""='s eagle';",2-13759592-1 What is the affiliation of a location called Issaquah?,"CREATE TABLE ""4_a_members"" ( ""high_school"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text, ""division"" text );","SELECT ""affiliation"" FROM ""4_a_members"" WHERE ""location""='issaquah';",2-13759592-1 What is the affiliation of a high school in Issaquah that was founded in less than 1965?,"CREATE TABLE ""4_a_members"" ( ""high_school"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text, ""division"" text );","SELECT ""affiliation"" FROM ""4_a_members"" WHERE ""founded""<1965 AND ""high_school""='issaquah';",2-13759592-1 "Which Venue has a Competition of pl group b, and a Score of 2-2?","CREATE TABLE ""results_and_fixtures"" ( ""date"" text, ""venue"" text, ""opponents"" text, ""score"" text, ""competition"" text );","SELECT ""venue"" FROM ""results_and_fixtures"" WHERE ""competition""='pl group b' AND ""score""='2-2';",2-15129117-1 "Which Competition has a Score of 0-1, and Opponents of pkns fc?","CREATE TABLE ""results_and_fixtures"" ( ""date"" text, ""venue"" text, ""opponents"" text, ""score"" text, ""competition"" text );","SELECT ""competition"" FROM ""results_and_fixtures"" WHERE ""score""='0-1' AND ""opponents""='pkns fc';",2-15129117-1 "Who competed on may 6, 2006?","CREATE TABLE ""results_and_fixtures"" ( ""date"" text, ""venue"" text, ""opponents"" text, ""score"" text, ""competition"" text );","SELECT ""opponents"" FROM ""results_and_fixtures"" WHERE ""date""='may 6, 2006';",2-15129117-1 "Which Score has Opponents of pkns fc, and a Date of january 8, 2006?","CREATE TABLE ""results_and_fixtures"" ( ""date"" text, ""venue"" text, ""opponents"" text, ""score"" text, ""competition"" text );","SELECT ""score"" FROM ""results_and_fixtures"" WHERE ""opponents""='pkns fc' AND ""date""='january 8, 2006';",2-15129117-1 "Which Date has a Competition of pl group b, and Opponents of police, and a Venue of selayang municipal council stadium?","CREATE TABLE ""results_and_fixtures"" ( ""date"" text, ""venue"" text, ""opponents"" text, ""score"" text, ""competition"" text );","SELECT ""date"" FROM ""results_and_fixtures"" WHERE ""competition""='pl group b' AND ""opponents""='police' AND ""venue""='selayang municipal council stadium';",2-15129117-1 "Which Competition has Opponents of pkns fc, and a Score of 0-0?","CREATE TABLE ""results_and_fixtures"" ( ""date"" text, ""venue"" text, ""opponents"" text, ""score"" text, ""competition"" text );","SELECT ""competition"" FROM ""results_and_fixtures"" WHERE ""opponents""='pkns fc' AND ""score""='0-0';",2-15129117-1 How many people attended the game at the miami orange bowl?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""schedule"" WHERE ""game_site""='miami orange bowl';",2-14945881-1 What was the attendance at game with a loss of Josh Hall (0–1)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text, ""attendance"" real, ""record"" text );","SELECT ""attendance"" FROM ""game_log"" WHERE ""loss""='josh hall (0–1)';",2-13964639-9 What was the score of the game that had a loss of Chad Fox (3–3)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""loss""='chad fox (3–3)';",2-13964639-9 What's the attendance of the game where there was a Loss of Yates (3-2)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""attendance"" FROM ""game_log"" WHERE ""loss""='yates (3-2)';",2-14269540-7 What's the latest keynote version of version 2.3 of numbers with pages greater than 4.3?,"CREATE TABLE ""versions"" ( ""i_work_version"" text, ""keynote_version"" real, ""pages_version"" real, ""numbers_version"" text, ""release_date"" text );","SELECT MAX(""keynote_version"") FROM ""versions"" WHERE ""numbers_version""='2.3' AND ""pages_version"">4.3;",2-1386692-1 "What version of iWork was released on October 22, 2013 with a pages version greater than 2?","CREATE TABLE ""versions"" ( ""i_work_version"" text, ""keynote_version"" real, ""pages_version"" real, ""numbers_version"" text, ""release_date"" text );","SELECT ""i_work_version"" FROM ""versions"" WHERE ""release_date""='october 22, 2013' AND ""pages_version"">2;",2-1386692-1 "Which Rank is the lowest one that has Points larger than 52, and a Year larger than 1970?","CREATE TABLE ""ncaa_tournament"" ( ""rank"" real, ""player"" text, ""year"" real, ""game"" text, ""points"" real );","SELECT MIN(""rank"") FROM ""ncaa_tournament"" WHERE ""points"">52 AND ""year"">1970;",2-14519568-4 "Which opponent has a game larger than 61, february smaller than 28, and fewer points than 69?","CREATE TABLE ""regular_season"" ( ""game"" real, ""february"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""game"">61 AND ""february""<28 AND ""points""<69;",2-14294324-6 How many games have a record of 30–25–9 and more points than 69?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""february"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""game"") FROM ""regular_season"" WHERE ""record""='30–25–9' AND ""points"">69;",2-14294324-6 How many february games had a record of 29–24–9?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""february"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT AVG(""february"") FROM ""regular_season"" WHERE ""record""='29–24–9';",2-14294324-6 What numbered pick was the player from texas?,"CREATE TABLE ""atlanta_falcons_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick_num"") FROM ""atlanta_falcons_draft_history"" WHERE ""college""='texas';",2-15198842-6 What is the conference record for the year of 1971?,"CREATE TABLE ""conference_championships"" ( ""year"" text, ""overall_record"" text, ""conference_record"" text, ""coach"" text, ""conference"" text );","SELECT ""conference_record"" FROM ""conference_championships"" WHERE ""year""='1971';",2-15127554-3 "When first elected was 2006, who was the delegate?","CREATE TABLE ""current_members_of_the_southern_maryland"" ( ""district"" text, ""counties_represented"" text, ""delegate"" text, ""party"" text, ""first_elected"" real, ""committee"" text );","SELECT ""delegate"" FROM ""current_members_of_the_southern_maryland"" WHERE ""first_elected""=2006;",2-14010415-1 Which was the district that had first elected greater than 2006 and is democratic?,"CREATE TABLE ""current_members_of_the_southern_maryland"" ( ""district"" text, ""counties_represented"" text, ""delegate"" text, ""party"" text, ""first_elected"" real, ""committee"" text );","SELECT ""district"" FROM ""current_members_of_the_southern_maryland"" WHERE ""party""='democratic' AND ""first_elected"">2006;",2-14010415-1 Name the score for game more than 6 and before october 28,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""game"">6 AND ""october""<28;",2-14056030-2 Name the least game for october 21,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MIN(""game"") FROM ""schedule_and_results"" WHERE ""october""=21;",2-14056030-2 Name the least game for record of 5-1-3,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MIN(""game"") FROM ""schedule_and_results"" WHERE ""record""='5-1-3';",2-14056030-2 Name the most october for game less than 1,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MAX(""october"") FROM ""schedule_and_results"" WHERE ""game""<1;",2-14056030-2 Name the least game for record of 1-0-2,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MIN(""game"") FROM ""schedule_and_results"" WHERE ""record""='1-0-2';",2-14056030-2 "Which Bronze is the highest one that has a Rank larger than 1, and a Nation of dominican republic, and a Total larger than 4?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medal_table"" WHERE ""rank"">1 AND ""nation""='dominican republic' AND ""total"">4;",2-14423756-3 Which Total is the lowest one that has a Rank smaller than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""medal_table"" WHERE ""rank""<1;",2-14423756-3 "Which Total is the lowest one that has a Rank smaller than 2, and a Silver smaller than 15?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""medal_table"" WHERE ""rank""<2 AND ""silver""<15;",2-14423756-3 "Which Silver has a Gold of 2, and a Nation of puerto rico, and a Total smaller than 12?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""silver"") FROM ""medal_table"" WHERE ""gold""=2 AND ""nation""='puerto rico' AND ""total""<12;",2-14423756-3 "Which Men's doubles have a Year smaller than 1960, and Men's singles of noel b. radford?","CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""men_s_doubles"" FROM ""previous_winners"" WHERE ""year""<1960 AND ""men_s_singles""='noel b. radford';",2-14184508-1 Album of les mots had what lowest year?,"CREATE TABLE ""official_versions"" ( ""version"" text, ""length"" text, ""album"" text, ""remixed_by"" text, ""year"" real );","SELECT MIN(""year"") FROM ""official_versions"" WHERE ""album""='les mots';",2-14962245-2 What team has 2000-01 as the season?,"CREATE TABLE ""landesligas_from_1963_to_2012"" ( ""record"" text, ""team"" text, ""season"" text, ""league"" text, ""number"" real );","SELECT ""team"" FROM ""landesligas_from_1963_to_2012"" WHERE ""season""='2000-01';",2-14001393-4 "What season has a number less than 90, Mitte as the league and spvgg ruhmannsfelden as the team?","CREATE TABLE ""landesligas_from_1963_to_2012"" ( ""record"" text, ""team"" text, ""season"" text, ""league"" text, ""number"" real );","SELECT ""season"" FROM ""landesligas_from_1963_to_2012"" WHERE ""number""<90 AND ""league""='mitte' AND ""team""='spvgg ruhmannsfelden';",2-14001393-4 "What league has a number less than 122, and least wins as the record?","CREATE TABLE ""landesligas_from_1963_to_2012"" ( ""record"" text, ""team"" text, ""season"" text, ""league"" text, ""number"" real );","SELECT ""league"" FROM ""landesligas_from_1963_to_2012"" WHERE ""number""<122 AND ""record""='least wins';",2-14001393-4 What league has most wins as the record?,"CREATE TABLE ""landesligas_from_1963_to_2012"" ( ""record"" text, ""team"" text, ""season"" text, ""league"" text, ""number"" real );","SELECT ""league"" FROM ""landesligas_from_1963_to_2012"" WHERE ""record""='most wins';",2-14001393-4 What league has a number less than 1?,"CREATE TABLE ""landesligas_from_1963_to_2012"" ( ""record"" text, ""team"" text, ""season"" text, ""league"" text, ""number"" real );","SELECT ""league"" FROM ""landesligas_from_1963_to_2012"" WHERE ""number""<1;",2-14001393-4 "What is the average nominated of the composition nominated by Taioseach with an Industrial and Commercial panel less than 9, an administrative panel greater than 0, a cultural and educational panel greater than 2, and a total less than 29?","CREATE TABLE ""composition_of_the_21st_seanad"" ( ""administrative_panel"" real, ""agricultural_panel"" real, ""cultural_and_educational_panel"" real, ""industrial_and_commercial_panel"" real, ""labour_panel"" real, ""national_university_of_ireland"" real, ""nominated_by_the_taoiseach"" real, ""total"" real );","SELECT AVG(""nominated_by_the_taoiseach"") FROM ""composition_of_the_21st_seanad"" WHERE ""industrial_and_commercial_panel""<9 AND ""administrative_panel"">0 AND ""cultural_and_educational_panel"">2 AND ""total""<29;",2-15062102-1 What is the average administrative panel of the composition nominated by Taoiseach 0 times with a total less than 4?,"CREATE TABLE ""composition_of_the_21st_seanad"" ( ""administrative_panel"" real, ""agricultural_panel"" real, ""cultural_and_educational_panel"" real, ""industrial_and_commercial_panel"" real, ""labour_panel"" real, ""national_university_of_ireland"" real, ""nominated_by_the_taoiseach"" real, ""total"" real );","SELECT AVG(""administrative_panel"") FROM ""composition_of_the_21st_seanad"" WHERE ""nominated_by_the_taoiseach""=0 AND ""total""<4;",2-15062102-1 What is the highest number of nominations by Taoiseach of the composition with an administrative panel greater than 0 and an industrial and commercial panel less than 1?,"CREATE TABLE ""composition_of_the_21st_seanad"" ( ""administrative_panel"" real, ""agricultural_panel"" real, ""cultural_and_educational_panel"" real, ""industrial_and_commercial_panel"" real, ""labour_panel"" real, ""national_university_of_ireland"" real, ""nominated_by_the_taoiseach"" real, ""total"" real );","SELECT MAX(""nominated_by_the_taoiseach"") FROM ""composition_of_the_21st_seanad"" WHERE ""administrative_panel"">0 AND ""industrial_and_commercial_panel""<1;",2-15062102-1 "What is the average agricultural panel of the composition with a labour panel less than 6, more than 0 nominations by Taoiseach, and a total less than 4?","CREATE TABLE ""composition_of_the_21st_seanad"" ( ""administrative_panel"" real, ""agricultural_panel"" real, ""cultural_and_educational_panel"" real, ""industrial_and_commercial_panel"" real, ""labour_panel"" real, ""national_university_of_ireland"" real, ""nominated_by_the_taoiseach"" real, ""total"" real );","SELECT AVG(""agricultural_panel"") FROM ""composition_of_the_21st_seanad"" WHERE ""labour_panel""<6 AND ""nominated_by_the_taoiseach"">0 AND ""total""<4;",2-15062102-1 What is the total number of agriculatural panels of the composition with more than 3 National Universities of Ireland?,"CREATE TABLE ""composition_of_the_21st_seanad"" ( ""administrative_panel"" real, ""agricultural_panel"" real, ""cultural_and_educational_panel"" real, ""industrial_and_commercial_panel"" real, ""labour_panel"" real, ""national_university_of_ireland"" real, ""nominated_by_the_taoiseach"" real, ""total"" real );","SELECT COUNT(""agricultural_panel"") FROM ""composition_of_the_21st_seanad"" WHERE ""national_university_of_ireland"">3;",2-15062102-1 What was the attendance on September 28?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT MAX(""attendance"") FROM ""game_log"" WHERE ""date""='september 28';",2-14271815-8 Away result of 1-2 has what season?,"CREATE TABLE ""european_matches"" ( ""season"" text, ""competition"" text, ""round"" text, ""club"" text, ""home_result"" text, ""away_result"" text );","SELECT ""season"" FROM ""european_matches"" WHERE ""away_result""='1-2';",2-14913233-11 "Round of 2r, and a Home result of 0-0 has what season?","CREATE TABLE ""european_matches"" ( ""season"" text, ""competition"" text, ""round"" text, ""club"" text, ""home_result"" text, ""away_result"" text );","SELECT ""season"" FROM ""european_matches"" WHERE ""round""='2r' AND ""home_result""='0-0';",2-14913233-11 "Home result of 1–0, and a Away result of 0–1 involves what club?","CREATE TABLE ""european_matches"" ( ""season"" text, ""competition"" text, ""round"" text, ""club"" text, ""home_result"" text, ""away_result"" text );","SELECT ""club"" FROM ""european_matches"" WHERE ""home_result""='1–0' AND ""away_result""='0–1';",2-14913233-11 "Round of 1r, and an away result of 7–1 is what season?","CREATE TABLE ""european_matches"" ( ""season"" text, ""competition"" text, ""round"" text, ""club"" text, ""home_result"" text, ""away_result"" text );","SELECT ""season"" FROM ""european_matches"" WHERE ""round""='1r' AND ""away_result""='7–1';",2-14913233-11 "Away result of 0–3, and a Season of 1969-70 is what competition?","CREATE TABLE ""european_matches"" ( ""season"" text, ""competition"" text, ""round"" text, ""club"" text, ""home_result"" text, ""away_result"" text );","SELECT ""competition"" FROM ""european_matches"" WHERE ""away_result""='0–3' AND ""season""='1969-70';",2-14913233-11 "Away result of 1–1, and a Round of 1r, and a Season of 1967-68 involves what club?","CREATE TABLE ""european_matches"" ( ""season"" text, ""competition"" text, ""round"" text, ""club"" text, ""home_result"" text, ""away_result"" text );","SELECT ""club"" FROM ""european_matches"" WHERE ""away_result""='1–1' AND ""round""='1r' AND ""season""='1967-68';",2-14913233-11 what was the nominee of best musical,"CREATE TABLE ""original_broadway_production"" ( ""year"" real, ""award"" text, ""category"" text, ""nominee"" text, ""result"" text );","SELECT ""nominee"" FROM ""original_broadway_production"" WHERE ""category""='best musical';",2-13810103-1 what year was michele assaf nominated,"CREATE TABLE ""original_broadway_production"" ( ""year"" real, ""award"" text, ""category"" text, ""nominee"" text, ""result"" text );","SELECT ""year"" FROM ""original_broadway_production"" WHERE ""nominee""='michele assaf';",2-13810103-1 What was the highest pick for a player from a school or club team of Arkansas?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT MAX(""pick"") FROM ""nfl_draft"" WHERE ""school_club_team""='arkansas';",2-14886978-1 "How many Golds did Rank 10 get, with a Bronze larger than 2?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medals_table"" WHERE ""rank""='10' AND ""bronze"">2;",2-14177667-3 "What rank is Turkmenistan, who had 0 silver's and Less than 2 golds?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""rank"" FROM ""medals_table"" WHERE ""silver""=0 AND ""gold""<2 AND ""nation""='turkmenistan';",2-14177667-3 What's the biggest Bronze that has less than 0 Silvers?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medals_table"" WHERE ""silver""<0;",2-14177667-3 What is the total Gold's less than 0?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""medals_table"" WHERE ""gold""<0;",2-14177667-3 "What city is the School, Highland, in that ranks less than 8 and had its first title before 1980 and its last title later than 1960?","CREATE TABLE ""schools_with_most_team_titles_in_one_spo"" ( ""rank"" real, ""num_of_titles"" real, ""school"" text, ""city"" text, ""sport"" text, ""first"" real, ""last"" real );","SELECT ""city"" FROM ""schools_with_most_team_titles_in_one_spo"" WHERE ""rank""<8 AND ""first""<1980 AND ""last"">1960 AND ""school""='highland';",2-14385107-2 What city is the school that had less than 17 titles in boys basketball with the last title being after 2005?,"CREATE TABLE ""schools_with_most_team_titles_in_one_spo"" ( ""rank"" real, ""num_of_titles"" real, ""school"" text, ""city"" text, ""sport"" text, ""first"" real, ""last"" real );","SELECT ""city"" FROM ""schools_with_most_team_titles_in_one_spo"" WHERE ""num_of_titles""<17 AND ""last"">2005 AND ""sport""='boys basketball';",2-14385107-2 What is the highest rank for the boys swimming team in Albuquerque?,"CREATE TABLE ""schools_with_most_team_titles_in_one_spo"" ( ""rank"" real, ""num_of_titles"" real, ""school"" text, ""city"" text, ""sport"" text, ""first"" real, ""last"" real );","SELECT MAX(""rank"") FROM ""schools_with_most_team_titles_in_one_spo"" WHERE ""sport""='boys swimming' AND ""city""='albuquerque';",2-14385107-2 What is the total rank number for Los Alamos' girls cross country?,"CREATE TABLE ""schools_with_most_team_titles_in_one_spo"" ( ""rank"" real, ""num_of_titles"" real, ""school"" text, ""city"" text, ""sport"" text, ""first"" real, ""last"" real );","SELECT COUNT(""rank"") FROM ""schools_with_most_team_titles_in_one_spo"" WHERE ""school""='los alamos' AND ""sport""='girls cross country';",2-14385107-2 "What capital has an S.Number under 7, and a Name of janapada of Punia?","CREATE TABLE ""references"" ( ""s_no"" real, ""name_of_janapada"" text, ""name_of_king"" text, ""no_of_villages"" real, ""capital"" text );","SELECT ""capital"" FROM ""references"" WHERE ""s_no""<7 AND ""name_of_janapada""='punia';",2-14835245-1 What king has an S. number over 1 and a number of villages of 600?,"CREATE TABLE ""references"" ( ""s_no"" real, ""name_of_janapada"" text, ""name_of_king"" text, ""no_of_villages"" real, ""capital"" text );","SELECT ""name_of_king"" FROM ""references"" WHERE ""s_no"">1 AND ""no_of_villages""=600;",2-14835245-1 What is the average number of villages with a name of janapada of Punia?,"CREATE TABLE ""references"" ( ""s_no"" real, ""name_of_janapada"" text, ""name_of_king"" text, ""no_of_villages"" real, ""capital"" text );","SELECT AVG(""no_of_villages"") FROM ""references"" WHERE ""name_of_janapada""='punia';",2-14835245-1 What is the highest S number with a capital of Shekhsar?,"CREATE TABLE ""references"" ( ""s_no"" real, ""name_of_janapada"" text, ""name_of_king"" text, ""no_of_villages"" real, ""capital"" text );","SELECT MAX(""s_no"") FROM ""references"" WHERE ""capital""='shekhsar';",2-14835245-1 What is the highest round number for the player who came from team Missouri?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT MAX(""round"") FROM ""nfl_draft"" WHERE ""school_club_team""='missouri';",2-15085862-1 "What is the total number of rounds that had draft pick 97, duncan mccoll?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT COUNT(""round"") FROM ""nfl_draft"" WHERE ""player""='duncan mccoll' AND ""pick""<97;",2-15085862-1 What opponent uses the method of decision and a 5-3 record?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text );","SELECT ""opponent"" FROM ""mixed_martial_arts_record"" WHERE ""method""='decision' AND ""record""='5-3';",2-14265951-2 "What round has the highest Res loss, and a time of 40:00?","CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text );","SELECT MAX(""round"") FROM ""mixed_martial_arts_record"" WHERE ""res""='loss' AND ""time""='40:00';",2-14265951-2 Who visited on April 29?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""home"" text, ""score"" text, ""visitor"" text, ""record"" text );","SELECT ""visitor"" FROM ""playoffs"" WHERE ""date""='april 29';",2-14028934-3 When did Montreal visit and have a score of 1-4?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""home"" text, ""score"" text, ""visitor"" text, ""record"" text );","SELECT ""date"" FROM ""playoffs"" WHERE ""visitor""='montreal' AND ""score""='1-4';",2-14028934-3 What was the score on April 25?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""home"" text, ""score"" text, ""visitor"" text, ""record"" text );","SELECT ""score"" FROM ""playoffs"" WHERE ""date""='april 25';",2-14028934-3 What was the score on May 3?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""home"" text, ""score"" text, ""visitor"" text, ""record"" text );","SELECT ""score"" FROM ""playoffs"" WHERE ""date""='may 3';",2-14028934-3 "What is the School/Junior/Club Group (Association) that has a Round bigger than 6, and a Place of winger, and a Player of evgeny afanasiev?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""round"">6 AND ""position""='winger' AND ""player""='evgeny afanasiev';",2-13909437-13 "What is the School/Junior/Club Group (Class) that has a Nationality of canada, and a Place of goalie?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""nationality""='canada' AND ""position""='goalie';",2-13909437-13 What is the Nationality for alexandre jacques?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""player""='alexandre jacques';",2-13909437-13 What is the highest Pick that is wide receiver with overall of 29?,"CREATE TABLE ""jacksonville_jaguars_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""jacksonville_jaguars_draft_history"" WHERE ""position""='wide receiver' AND ""overall""=29;",2-15100419-6 What is the lowest Round with Overall of 247 and pick less than 41?,"CREATE TABLE ""jacksonville_jaguars_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MIN(""round"") FROM ""jacksonville_jaguars_draft_history"" WHERE ""overall""=247 AND ""pick_num""<41;",2-15100419-6 What is the Position with a round 3 pick for r. jay soward?,"CREATE TABLE ""jacksonville_jaguars_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""jacksonville_jaguars_draft_history"" WHERE ""round""<3 AND ""name""='r. jay soward';",2-15100419-6 What is the average Round for wide receiver r. jay soward and Overall smaller than 29?,"CREATE TABLE ""jacksonville_jaguars_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""round"") FROM ""jacksonville_jaguars_draft_history"" WHERE ""position""='wide receiver' AND ""name""='r. jay soward' AND ""overall""<29;",2-15100419-6 "Which Points is the lowest one that has Touchdowns smaller than 2, and an Extra points of 7, and a Field goals smaller than 0?","CREATE TABLE ""michigan_79_beloit_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""safeties"" real, ""points"" real );","SELECT MIN(""points"") FROM ""michigan_79_beloit_0"" WHERE ""touchdowns""<2 AND ""extra_points""=7 AND ""field_goals""<0;",2-14342480-4 "How many Touchdowns have a Player of rolla bigelow, and an Extra points smaller than 0?","CREATE TABLE ""michigan_79_beloit_0"" ( ""player"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""safeties"" real, ""points"" real );","SELECT SUM(""touchdowns"") FROM ""michigan_79_beloit_0"" WHERE ""player""='rolla bigelow' AND ""extra_points""<0;",2-14342480-4 Which Longi- tude is on jun 6?,"CREATE TABLE ""list_of_solar_terms"" ( ""longi_tude"" text, ""usual_translation"" text, ""chinese_name"" text, ""japanese_name"" text, ""korean_name"" text, ""vietnamese_name"" text, ""date"" text );","SELECT ""longi_tude"" FROM ""list_of_solar_terms"" WHERE ""date""='jun 6';",2-1507712-1 When has a Korean name ² of 청명 (清明) cheongmyeong?,"CREATE TABLE ""list_of_solar_terms"" ( ""longi_tude"" text, ""usual_translation"" text, ""chinese_name"" text, ""japanese_name"" text, ""korean_name"" text, ""vietnamese_name"" text, ""date"" text );","SELECT ""date"" FROM ""list_of_solar_terms"" WHERE ""korean_name""='청명 (清明) cheongmyeong';",2-1507712-1 WHICH Vietnamese name has a Chinese name ¹ of 芒種 (芒种) mángzhòng?,"CREATE TABLE ""list_of_solar_terms"" ( ""longi_tude"" text, ""usual_translation"" text, ""chinese_name"" text, ""japanese_name"" text, ""korean_name"" text, ""vietnamese_name"" text, ""date"" text );","SELECT ""vietnamese_name"" FROM ""list_of_solar_terms"" WHERE ""chinese_name""='芒種 (芒种) mángzhòng';",2-1507712-1 WHICH Usual translation is on jun 21?,"CREATE TABLE ""list_of_solar_terms"" ( ""longi_tude"" text, ""usual_translation"" text, ""chinese_name"" text, ""japanese_name"" text, ""korean_name"" text, ""vietnamese_name"" text, ""date"" text );","SELECT ""usual_translation"" FROM ""list_of_solar_terms"" WHERE ""date""='jun 21';",2-1507712-1 Which Japanese name has a Korean name ² of 경칩 (驚蟄) gyeongchip?,"CREATE TABLE ""list_of_solar_terms"" ( ""longi_tude"" text, ""usual_translation"" text, ""chinese_name"" text, ""japanese_name"" text, ""korean_name"" text, ""vietnamese_name"" text, ""date"" text );","SELECT ""japanese_name"" FROM ""list_of_solar_terms"" WHERE ""korean_name""='경칩 (驚蟄) gyeongchip';",2-1507712-1 WHich Usual translation is on sep 23?,"CREATE TABLE ""list_of_solar_terms"" ( ""longi_tude"" text, ""usual_translation"" text, ""chinese_name"" text, ""japanese_name"" text, ""korean_name"" text, ""vietnamese_name"" text, ""date"" text );","SELECT ""usual_translation"" FROM ""list_of_solar_terms"" WHERE ""date""='sep 23';",2-1507712-1 "What is the average Week for the game at three rivers stadium, with a Record of 3–2?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""time_et"" text, ""result"" text, ""record"" text );","SELECT AVG(""week"") FROM ""schedule"" WHERE ""location""='three rivers stadium' AND ""record""='3–2';",2-14670399-1 What is the result of the game at three rivers stadium with a Record of 6–3?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""time_et"" text, ""result"" text, ""record"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""location""='three rivers stadium' AND ""record""='6–3';",2-14670399-1 What is the earliest week that shows a record of 8–5?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""time_et"" text, ""result"" text, ""record"" text );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""record""='8–5';",2-14670399-1 What is the record of the game that has a result of w 45–17?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""time_et"" text, ""result"" text, ""record"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""result""='w 45–17';",2-14670399-1 What week that shows a game record of 0–1?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""location"" text, ""time_et"" text, ""result"" text, ""record"" text );","SELECT AVG(""week"") FROM ""schedule"" WHERE ""record""='0–1';",2-14670399-1 Which driver has less than 37 wins and at 14.12%?,"CREATE TABLE ""total_wins"" ( ""driver"" text, ""seasons"" text, ""entries"" real, ""wins"" real, ""percentage"" text );","SELECT AVG(""entries"") FROM ""total_wins"" WHERE ""wins""<37 AND ""percentage""='14.12%';",2-13599687-6 Which driver has 162 entries?,"CREATE TABLE ""total_wins"" ( ""driver"" text, ""seasons"" text, ""entries"" real, ""wins"" real, ""percentage"" text );","SELECT ""driver"" FROM ""total_wins"" WHERE ""entries""=162;",2-13599687-6 Which season did jackie stewart enter with entries less than 215?,"CREATE TABLE ""total_wins"" ( ""driver"" text, ""seasons"" text, ""entries"" real, ""wins"" real, ""percentage"" text );","SELECT ""seasons"" FROM ""total_wins"" WHERE ""entries""<215 AND ""driver""='jackie stewart';",2-13599687-6 How many ERP W is it that has a Call sign of w273bs?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""height_m_ft"" text, ""fcc_info"" text );","SELECT SUM(""erp_w"") FROM ""translators"" WHERE ""call_sign""='w273bs';",2-13998897-1 "Which City of license has a Frequency MHz smaller than 100.9, and a ERP W larger than 100?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""height_m_ft"" text, ""fcc_info"" text );","SELECT ""city_of_license"" FROM ""translators"" WHERE ""frequency_m_hz""<100.9 AND ""erp_w"">100;",2-13998897-1 "What is the number of Frequency MHz in woodstock, georgia?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""height_m_ft"" text, ""fcc_info"" text );","SELECT SUM(""frequency_m_hz"") FROM ""translators"" WHERE ""city_of_license""='woodstock, georgia';",2-13998897-1 What is the lowest ERP W of w223bp?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""height_m_ft"" text, ""fcc_info"" text );","SELECT MIN(""erp_w"") FROM ""translators"" WHERE ""call_sign""='w223bp';",2-13998897-1 What was the highest points where there were less than 2 drawn and the games were less than 6?,"CREATE TABLE ""world_championship_group_c1_slovakia"" ( ""games"" real, ""drawn"" real, ""lost"" real, ""points_difference"" text, ""points"" real );","SELECT MAX(""points"") FROM ""world_championship_group_c1_slovakia"" WHERE ""drawn""<2 AND ""games""<6;",2-14076980-4 What is the license plate code for the country with an area of 784?,"CREATE TABLE ""counties"" ( ""county"" text, ""county_seat"" text, ""license_plate_code"" text, ""year_founded"" text, ""population_2008_est"" real, ""population_percentage"" text, ""area_sq_mi"" real, ""area_pct"" text );","SELECT ""license_plate_code"" FROM ""counties"" WHERE ""area_sq_mi""=784;",2-14607-5 What is the country seat for the license plate code 5c?,"CREATE TABLE ""counties"" ( ""county"" text, ""county_seat"" text, ""license_plate_code"" text, ""year_founded"" text, ""population_2008_est"" real, ""population_percentage"" text, ""area_sq_mi"" real, ""area_pct"" text );","SELECT ""county_seat"" FROM ""counties"" WHERE ""license_plate_code""='5c';",2-14607-5 Which Pada 3 has a Pada 1 of टे te?,"CREATE TABLE ""padas_quarters"" ( ""name"" text, ""pada_1"" text, ""pada_2"" text, ""pada_3"" text, ""pada_4"" text );","SELECT ""pada_3"" FROM ""padas_quarters"" WHERE ""pada_1""='टे te';",2-1408397-2 which Pada 4 has a Pada 2 of थ tha?,"CREATE TABLE ""padas_quarters"" ( ""name"" text, ""pada_1"" text, ""pada_2"" text, ""pada_3"" text, ""pada_4"" text );","SELECT ""pada_4"" FROM ""padas_quarters"" WHERE ""pada_2""='थ tha';",2-1408397-2 which Pada 3 has a Pada 2 of चे che?,"CREATE TABLE ""padas_quarters"" ( ""name"" text, ""pada_1"" text, ""pada_2"" text, ""pada_3"" text, ""pada_4"" text );","SELECT ""pada_3"" FROM ""padas_quarters"" WHERE ""pada_2""='चे che';",2-1408397-2 What is the Name of ङ ng/na?,"CREATE TABLE ""padas_quarters"" ( ""name"" text, ""pada_1"" text, ""pada_2"" text, ""pada_3"" text, ""pada_4"" text );","SELECT ""name"" FROM ""padas_quarters"" WHERE ""pada_3""='ङ ng/na';",2-1408397-2 What kind of Pada 4 has a Pada 1 of खी ju/khi?,"CREATE TABLE ""padas_quarters"" ( ""name"" text, ""pada_1"" text, ""pada_2"" text, ""pada_3"" text, ""pada_4"" text );","SELECT ""pada_4"" FROM ""padas_quarters"" WHERE ""pada_1""='खी ju/khi';",2-1408397-2 What kind of Pada 1 has a Pada 2 of सा sa?,"CREATE TABLE ""padas_quarters"" ( ""name"" text, ""pada_1"" text, ""pada_2"" text, ""pada_3"" text, ""pada_4"" text );","SELECT ""pada_1"" FROM ""padas_quarters"" WHERE ""pada_2""='सा sa';",2-1408397-2 Name the points classification for stage of 18b,"CREATE TABLE ""jersey_progress"" ( ""stage"" text, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""mountains_classification"" text, ""team_classification"" text );","SELECT ""points_classification"" FROM ""jersey_progress"" WHERE ""stage""='18b';",2-15061543-2 Name the points classification of stage 16,"CREATE TABLE ""jersey_progress"" ( ""stage"" text, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""mountains_classification"" text, ""team_classification"" text );","SELECT ""points_classification"" FROM ""jersey_progress"" WHERE ""stage""='16';",2-15061543-2 "Total Population (2011 est) larger than 30,262,610, and a Hindu total of 63,718 involves what country?","CREATE TABLE ""hinduism_by_country"" ( ""region"" text, ""country"" text, ""total_population_2011_est"" real, ""hindu_pct_of_population"" text, ""hindu_total"" text );","SELECT ""country"" FROM ""hinduism_by_country"" WHERE ""total_population_2011_est"">'30,262,610' AND ""hindu_total""='63,718';",2-1389609-1 What is the round of the match with Emanuel Newton as the opponent?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""round"" FROM ""mixed_martial_arts_record"" WHERE ""opponent""='emanuel newton';",2-15278607-2 What is the location of the match with Aron Lofton as the opponent?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""opponent""='aron lofton';",2-15278607-2 What is the location of the match with an event of ecc 8: comeback?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""event""='ecc 8: comeback';",2-15278607-2 Who is the opponent of the match with a win result and a time of 3:02?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""opponent"" FROM ""mixed_martial_arts_record"" WHERE ""res""='win' AND ""time""='3:02';",2-15278607-2 What is the method of the match with 1 round and a time of 1:58?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""method"" FROM ""mixed_martial_arts_record"" WHERE ""round""=1 AND ""time""='1:58';",2-15278607-2 "How many people attended the game on September 19, 1976?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT COUNT(""attendance"") FROM ""schedule"" WHERE ""date""='september 19, 1976';",2-14656139-2 What is the lowest week number where they played against the Detroit Lions?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""opponent""='detroit lions';",2-14656139-2 "What is the average attendance for the game on September 26, 1976?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""date""='september 26, 1976';",2-14656139-2 Which pick has a school/club team that is kentucky?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" text, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""pick"" FROM ""nfl_draft"" WHERE ""school_club_team""='kentucky';",2-14655866-1 Which player is it that has a pick of 147?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" text, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""pick""='147';",2-14655866-1 Which round has a position that is cornerback?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" text, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""round"" FROM ""nfl_draft"" WHERE ""position""='cornerback';",2-14655866-1 What is the height of the building named 555 17th street?,"CREATE TABLE ""timeline_of_tallest_buildings"" ( ""name"" text, ""street_address"" text, ""years_as_tallest"" text, ""height_ft_m"" text, ""floors"" real );","SELECT ""height_ft_m"" FROM ""timeline_of_tallest_buildings"" WHERE ""name""='555 17th street';",2-14887355-2 What is the height of the building with 40 floors?,"CREATE TABLE ""timeline_of_tallest_buildings"" ( ""name"" text, ""street_address"" text, ""years_as_tallest"" text, ""height_ft_m"" text, ""floors"" real );","SELECT ""height_ft_m"" FROM ""timeline_of_tallest_buildings"" WHERE ""floors""=40;",2-14887355-2 What is the per capital income for Charles county?,"CREATE TABLE ""maryland_counties_ranked_by_per_capita_i"" ( ""county"" text, ""per_capita_income"" text, ""median_household_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""per_capita_income"" FROM ""maryland_counties_ranked_by_per_capita_i"" WHERE ""county""='charles';",2-1401388-1 What is the per capital income for Washington county?,"CREATE TABLE ""maryland_counties_ranked_by_per_capita_i"" ( ""county"" text, ""per_capita_income"" text, ""median_household_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""per_capita_income"" FROM ""maryland_counties_ranked_by_per_capita_i"" WHERE ""county""='washington';",2-1401388-1 what builder is now retired,"CREATE TABLE ""ships_of_the_class"" ( ""name"" text, ""pennant_number"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""commissioned"" text, ""current_status"" text );","SELECT ""pennant_number"" FROM ""ships_of_the_class"" WHERE ""current_status""='retired';",2-13537940-1 what builder launched the name minerva,"CREATE TABLE ""ships_of_the_class"" ( ""name"" text, ""pennant_number"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""commissioned"" text, ""current_status"" text );","SELECT ""launched"" FROM ""ships_of_the_class"" WHERE ""name""='minerva';",2-13537940-1 what is the name of the builder who launched in danaide,"CREATE TABLE ""ships_of_the_class"" ( ""name"" text, ""pennant_number"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""commissioned"" text, ""current_status"" text );","SELECT ""launched"" FROM ""ships_of_the_class"" WHERE ""name""='danaide';",2-13537940-1 How many wins did he have when he played under 2 events?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""wins"") FROM ""summary"" WHERE ""events""<2;",2-1519060-2 What is his highest number of top 25s when eh played over 2 events and under 0 wins?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""top_25"") FROM ""summary"" WHERE ""events"">2 AND ""wins""<0;",2-1519060-2 What is his low win total when he has over 3 top 25s and under 9 cuts made?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""wins"") FROM ""summary"" WHERE ""top_25""=3 AND ""cuts_made""<9;",2-1519060-2 "What opponent had an attendance of 10,089?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""attendance""='10,089';",2-14269743-5 What was the score of the game against the Braves with a record of 41–27?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""stadium"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""opponent""='braves' AND ""record""='41–27';",2-13983270-6 "Who was the opponent for the match were the outcome was runner-up and the score was 5-7, 1-6?","CREATE TABLE ""singles_5_3_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""opponent"" FROM ""singles_5_3_2"" WHERE ""outcome""='runner-up' AND ""score""='5-7, 1-6';",2-15061083-1 What was the outcome of the match against Stacy Margolin?,"CREATE TABLE ""singles_5_3_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""singles_5_3_2"" WHERE ""opponent""='stacy margolin';",2-15061083-1 What was the score of the match against duk-hee lee?,"CREATE TABLE ""singles_5_3_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_5_3_2"" WHERE ""opponent""='duk-hee lee';",2-15061083-1 "How many Points have a Rank of 17th, and Wins larger than 0?","CREATE TABLE ""grand_prix_motorcycle_racing_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""rank"" text, ""wins"" real );","SELECT COUNT(""points"") FROM ""grand_prix_motorcycle_racing_results"" WHERE ""rank""='17th' AND ""wins"">0;",2-14889951-2 "Which Wins have a Class of 500cc, and a Year smaller than 1975?","CREATE TABLE ""grand_prix_motorcycle_racing_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""rank"" text, ""wins"" real );","SELECT ""wins"" FROM ""grand_prix_motorcycle_racing_results"" WHERE ""class""='500cc' AND ""year""<1975;",2-14889951-2 "Which Wins is the highest one that has a Class of 500cc, and Points smaller than 6?","CREATE TABLE ""grand_prix_motorcycle_racing_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""rank"" text, ""wins"" real );","SELECT MAX(""wins"") FROM ""grand_prix_motorcycle_racing_results"" WHERE ""class""='500cc' AND ""points""<6;",2-14889951-2 "Which Points is the lowest one that has a Year larger than 1974, and a Rank of 15th?","CREATE TABLE ""grand_prix_motorcycle_racing_results"" ( ""year"" real, ""class"" text, ""team"" text, ""points"" real, ""rank"" text, ""wins"" real );","SELECT MIN(""points"") FROM ""grand_prix_motorcycle_racing_results"" WHERE ""year"">1974 AND ""rank""='15th';",2-14889951-2 Frequency MHz of 88.7 had what average erp w?,"CREATE TABLE ""kansas"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT AVG(""erp_w"") FROM ""kansas"" WHERE ""frequency_m_hz""=88.7;",2-14993406-1 "Frequency MHz smaller than 95.3, and a Call sign of k234ag is what class?","CREATE TABLE ""kansas"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""class"" FROM ""kansas"" WHERE ""frequency_m_hz""<95.3 AND ""call_sign""='k234ag';",2-14993406-1 Call sign of k231bg has what sum of erp w?,"CREATE TABLE ""kansas"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT SUM(""erp_w"") FROM ""kansas"" WHERE ""call_sign""='k231bg';",2-14993406-1 "Class of d, and a Frequency MHz smaller than 107.7, and a ERP W smaller than 232 has what call sign?","CREATE TABLE ""kansas"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""kansas"" WHERE ""class""='d' AND ""frequency_m_hz""<107.7 AND ""erp_w""<232;",2-14993406-1 "ERP W that has a Class of d, and a Call sign of k299ar is what total number?","CREATE TABLE ""kansas"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT COUNT(""erp_w"") FROM ""kansas"" WHERE ""class""='d' AND ""call_sign""='k299ar';",2-14993406-1 Name the date for loss of ruffin (3-5),"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""loss""='ruffin (3-5)';",2-13552019-6 Name the date with loss of carman (3-12),"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""loss""='carman (3-12)';",2-13552019-6 Name the score for save of lancaster (3),"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""save""='lancaster (3)';",2-13552019-6 Name the opponent with loss of sanderson (9-8),"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""loss""='sanderson (9-8)';",2-13552019-6 Which game has the highest score in October with 9?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MAX(""october"") FROM ""schedule_and_results"" WHERE ""game""=9;",2-14056076-2 What was the average game with a record of 4-4-0?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT AVG(""game"") FROM ""schedule_and_results"" WHERE ""record""='4-4-0';",2-14056076-2 What was the literacy rate published in the 2001 census for the state that saw a 12.66% increase?,"CREATE TABLE ""graph"" ( ""state"" text, ""literacy_rate_pct_2013_estimate"" real, ""literacy_rate_pct_2001_census"" real, ""literacy_rate_pct_2011_census"" real, ""pct_increase"" text );","SELECT ""literacy_rate_pct_2001_census"" FROM ""graph"" WHERE ""pct_increase""='12.66%';",2-14747435-1 What is the average estimated 2013 literacy rate for the states that had a literacy rate of 68.81% in the 2001 census and a literacy rate higher than 79.6% in the 2011 census?,"CREATE TABLE ""graph"" ( ""state"" text, ""literacy_rate_pct_2013_estimate"" real, ""literacy_rate_pct_2001_census"" real, ""literacy_rate_pct_2011_census"" real, ""pct_increase"" text );","SELECT ""literacy_rate_pct_2013_estimate"" FROM ""graph"" WHERE ""literacy_rate_pct_2011_census"">79.6 AND ""literacy_rate_pct_2001_census""=68.81;",2-14747435-1 "What is the average increase in literacy for the states that had a rate higher than 73.2% in 2011, less than 68.81% in 2001, and an estimate of 76.8% for 2013?","CREATE TABLE ""graph"" ( ""state"" text, ""literacy_rate_pct_2013_estimate"" real, ""literacy_rate_pct_2001_census"" real, ""literacy_rate_pct_2011_census"" real, ""pct_increase"" text );","SELECT ""pct_increase"" FROM ""graph"" WHERE ""literacy_rate_pct_2011_census"">73.2 AND ""literacy_rate_pct_2001_census""<68.81 AND ""literacy_rate_pct_2013_estimate""=76.8;",2-14747435-1 Who earned the save in the game against the Sinon Bulls when Jeriome Robertson took the loss?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""save"" FROM ""regular_season"" WHERE ""opponent""='sinon bulls' AND ""loss""='jeriome robertson';",2-13990653-3 what number of people went to the tiger stadium,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""venue""='tiger stadium';",2-14887186-2 What is the undecided percentage of the poll where Goldberg had 6%?,"CREATE TABLE ""polls"" ( ""source"" text, ""date"" text, ""goldberg"" text, ""murray"" text, ""silbert"" text, ""undecided"" text );","SELECT ""undecided"" FROM ""polls"" WHERE ""goldberg""='6%';",2-1463912-2 What is the date of the poll where Murray had 11% from the Suffolk University source?,"CREATE TABLE ""polls"" ( ""source"" text, ""date"" text, ""goldberg"" text, ""murray"" text, ""silbert"" text, ""undecided"" text );","SELECT ""date"" FROM ""polls"" WHERE ""source""='suffolk university' AND ""murray""='11%';",2-1463912-2 What is the undecided percentage of the poll from Suffolk University with Murray at 11%?,"CREATE TABLE ""polls"" ( ""source"" text, ""date"" text, ""goldberg"" text, ""murray"" text, ""silbert"" text, ""undecided"" text );","SELECT ""undecided"" FROM ""polls"" WHERE ""source""='suffolk university' AND ""murray""='11%';",2-1463912-2 What is the date of the poll with Silbert at 18%?,"CREATE TABLE ""polls"" ( ""source"" text, ""date"" text, ""goldberg"" text, ""murray"" text, ""silbert"" text, ""undecided"" text );","SELECT ""date"" FROM ""polls"" WHERE ""silbert""='18%';",2-1463912-2 What is the date of the poll with Silbert at 10.0%?,"CREATE TABLE ""polls"" ( ""source"" text, ""date"" text, ""goldberg"" text, ""murray"" text, ""silbert"" text, ""undecided"" text );","SELECT ""date"" FROM ""polls"" WHERE ""silbert""='10.0%';",2-1463912-2 What is the date of the poll with Goldberg at 26%?,"CREATE TABLE ""polls"" ( ""source"" text, ""date"" text, ""goldberg"" text, ""murray"" text, ""silbert"" text, ""undecided"" text );","SELECT ""date"" FROM ""polls"" WHERE ""goldberg""='26%';",2-1463912-2 What is the smallest number of tries with conversions more than 0?,"CREATE TABLE ""overall_points_record"" ( ""team"" text, ""games"" real, ""tries"" real, ""conversions"" real, ""total_points"" real );","SELECT MIN(""tries"") FROM ""overall_points_record"" WHERE ""conversions"">0;",2-15267650-1 What is the average number of tries for British and Irish Lions with less than 2 games?,"CREATE TABLE ""overall_points_record"" ( ""team"" text, ""games"" real, ""tries"" real, ""conversions"" real, ""total_points"" real );","SELECT AVG(""tries"") FROM ""overall_points_record"" WHERE ""team""='british and irish lions' AND ""games""<2;",2-15267650-1 What is the average number of conversions for the Cardiff Blues with less than 14 tries?,"CREATE TABLE ""overall_points_record"" ( ""team"" text, ""games"" real, ""tries"" real, ""conversions"" real, ""total_points"" real );","SELECT AVG(""conversions"") FROM ""overall_points_record"" WHERE ""team""='cardiff blues' AND ""tries""<14;",2-15267650-1 "What is the Median family income when the Median household income is $38,137?","CREATE TABLE ""indiana_counties_ranked_by_per_capita_in"" ( ""county"" text, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""median_family_income"" FROM ""indiana_counties_ranked_by_per_capita_in"" WHERE ""median_household_income""='$38,137';",2-1511373-1 "What County has a Median household income of $46,872?","CREATE TABLE ""indiana_counties_ranked_by_per_capita_in"" ( ""county"" text, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""county"" FROM ""indiana_counties_ranked_by_per_capita_in"" WHERE ""median_household_income""='$46,872';",2-1511373-1 What is the average number of field goals scored by a right halfback who had more than 3 touchdowns?,"CREATE TABLE ""michigan_88_ferris_institute_0"" ( ""player"" text, ""position"" text, ""starter"" text, ""touchdowns"" real, ""extra_points"" real, ""field_goals"" real, ""points"" real );","SELECT AVG(""field_goals"") FROM ""michigan_88_ferris_institute_0"" WHERE ""position""='right halfback' AND ""touchdowns"">3;",2-14342480-7 "What was the result of the game where 63,243 people attended after week 9?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""attendance"">'63,243' AND ""week"">9;",2-15092877-2 "What is the week of the game played on November 28, 1974?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""date""='november 28, 1974';",2-15092877-2 "What Year was james mcclure Deputy, and the Name is robert mcphearson?","CREATE TABLE ""mayor_of_coleraine"" ( ""year"" text, ""name"" text, ""political_affiliation"" text, ""deputy"" text, ""deputy_s_affiliation"" text );","SELECT ""year"" FROM ""mayor_of_coleraine"" WHERE ""deputy""='james mcclure' AND ""name""='robert mcphearson';",2-1423290-1 What is the name of the Deputy when the Name was elizabeth black?,"CREATE TABLE ""mayor_of_coleraine"" ( ""year"" text, ""name"" text, ""political_affiliation"" text, ""deputy"" text, ""deputy_s_affiliation"" text );","SELECT ""deputy"" FROM ""mayor_of_coleraine"" WHERE ""name""='elizabeth black';",2-1423290-1 What is the Name for 1997–99?,"CREATE TABLE ""mayor_of_coleraine"" ( ""year"" text, ""name"" text, ""political_affiliation"" text, ""deputy"" text, ""deputy_s_affiliation"" text );","SELECT ""name"" FROM ""mayor_of_coleraine"" WHERE ""year""='1997–99';",2-1423290-1 What is the Political affiliation of deputy john dallat?,"CREATE TABLE ""mayor_of_coleraine"" ( ""year"" text, ""name"" text, ""political_affiliation"" text, ""deputy"" text, ""deputy_s_affiliation"" text );","SELECT ""political_affiliation"" FROM ""mayor_of_coleraine"" WHERE ""deputy""='john dallat';",2-1423290-1 What is the name of the deputy in 1992–93?,"CREATE TABLE ""mayor_of_coleraine"" ( ""year"" text, ""name"" text, ""political_affiliation"" text, ""deputy"" text, ""deputy_s_affiliation"" text );","SELECT ""deputy"" FROM ""mayor_of_coleraine"" WHERE ""year""='1992–93';",2-1423290-1 What is the Deputy's affiliation in 1992–93?,"CREATE TABLE ""mayor_of_coleraine"" ( ""year"" text, ""name"" text, ""political_affiliation"" text, ""deputy"" text, ""deputy_s_affiliation"" text );","SELECT ""deputy_s_affiliation"" FROM ""mayor_of_coleraine"" WHERE ""year""='1992–93';",2-1423290-1 "How many civil liberties 2013 values are associated with a 2010 political rights value of 6, civil liberties 2012 values over 5, and political rights 2011 under 6?","CREATE TABLE ""freedom_house_2010_2013"" ( ""country"" text, ""political_rights_2010"" real, ""civil_liberties_2010"" real, ""status_2010"" text, ""political_rights_2011"" real, ""civil_liberties_2011"" real, ""status_2011"" text, ""political_rights_2012"" real, ""civil_liberties_2012"" real, ""status_2012"" text, ""political_rights_2013"" real, ""civil_liberties_2013"" real, ""status_2013"" text );","SELECT COUNT(""civil_liberties_2013"") FROM ""freedom_house_2010_2013"" WHERE ""political_rights_2010""=6 AND ""civil_liberties_2012"">5 AND ""political_rights_2011""<6;",2-1530291-1 "What is the average 2012 civil liberties value associated with a 2011 status of not free, political rights 2012 over 6, and political rights 2011 over 7?","CREATE TABLE ""freedom_house_2010_2013"" ( ""country"" text, ""political_rights_2010"" real, ""civil_liberties_2010"" real, ""status_2010"" text, ""political_rights_2011"" real, ""civil_liberties_2011"" real, ""status_2011"" text, ""political_rights_2012"" real, ""civil_liberties_2012"" real, ""status_2012"" text, ""political_rights_2013"" real, ""civil_liberties_2013"" real, ""status_2013"" text );","SELECT AVG(""civil_liberties_2012"") FROM ""freedom_house_2010_2013"" WHERE ""status_2011""='not free' AND ""political_rights_2012"">6 AND ""political_rights_2011"">7;",2-1530291-1 What is the total number of civil liberties 2011 values having 2010 political rights values under 3 and 2011 political rights values under 1?,"CREATE TABLE ""freedom_house_2010_2013"" ( ""country"" text, ""political_rights_2010"" real, ""civil_liberties_2010"" real, ""status_2010"" text, ""political_rights_2011"" real, ""civil_liberties_2011"" real, ""status_2011"" text, ""political_rights_2012"" real, ""civil_liberties_2012"" real, ""status_2012"" text, ""political_rights_2013"" real, ""civil_liberties_2013"" real, ""status_2013"" text );","SELECT COUNT(""civil_liberties_2011"") FROM ""freedom_house_2010_2013"" WHERE ""political_rights_2010""<3 AND ""political_rights_2011""<1;",2-1530291-1 What percentage of people were opposed to the candidate based on the WNBC/Marist poll that showed 8% of people were unsure?,"CREATE TABLE ""support_likelihood"" ( ""poll_source"" text, ""date"" text, ""candidate"" text, ""support"" text, ""consider"" text, ""oppose"" text, ""unsure"" text );","SELECT ""oppose"" FROM ""support_likelihood"" WHERE ""unsure""='8%' AND ""poll_source""='wnbc/marist poll';",2-1478239-7 What percentage of people were opposed to the candidate based on the Time Poll poll that showed 6% of people were unsure?,"CREATE TABLE ""support_likelihood"" ( ""poll_source"" text, ""date"" text, ""candidate"" text, ""support"" text, ""consider"" text, ""oppose"" text, ""unsure"" text );","SELECT ""oppose"" FROM ""support_likelihood"" WHERE ""poll_source""='time poll' AND ""unsure""='6%';",2-1478239-7 What percentage of people said they would consider Rudy Giuliani as a candidate according to the Newsweek poll that showed 32% opposed him?,"CREATE TABLE ""support_likelihood"" ( ""poll_source"" text, ""date"" text, ""candidate"" text, ""support"" text, ""consider"" text, ""oppose"" text, ""unsure"" text );","SELECT ""consider"" FROM ""support_likelihood"" WHERE ""poll_source""='newsweek poll' AND ""oppose""='32%' AND ""candidate""='rudy giuliani';",2-1478239-7 "What was the result of the game in Stuttgart, West Germany and a goal number of less than 9?","CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""venue""='stuttgart, west germany' AND ""goal""<9;",2-1525677-2 "Which Record has an Opponent of twins, and a Date of july 25?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""opponent""='twins' AND ""date""='july 25';",2-14546530-5 "How much is per capita income when median household income is $42,845?","CREATE TABLE ""washington_counties_ranked_by_per_capita"" ( ""county"" text, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""per_capita_income"" FROM ""washington_counties_ranked_by_per_capita"" WHERE ""median_household_income""='$42,845';",2-1530019-1 "Which Points have a Score of 4–1, and a Game smaller than 39?","CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT SUM(""points"") FROM ""regular_season"" WHERE ""score""='4–1' AND ""game""<39;",2-14318917-5 "Which January has a Score of 7–4, and a Game smaller than 42?","CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT SUM(""january"") FROM ""regular_season"" WHERE ""score""='7–4' AND ""game""<42;",2-14318917-5 "How many games have a Score of 1–0, and Points smaller than 66?","CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT COUNT(""game"") FROM ""regular_season"" WHERE ""score""='1–0' AND ""points""<66;",2-14318917-5 "Which Points is the lowest one that has a Score of 1–4, and a January smaller than 18?","CREATE TABLE ""regular_season"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text, ""points"" real );","SELECT MIN(""points"") FROM ""regular_season"" WHERE ""score""='1–4' AND ""january""<18;",2-14318917-5 "Which borough or census area has a $59,596 median household income?","CREATE TABLE ""alaska_boroughs_and_census_areas_ranked_"" ( ""borough_or_census_area"" text, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text, ""population"" real, ""number_of_households"" real );","SELECT ""borough_or_census_area"" FROM ""alaska_boroughs_and_census_areas_ranked_"" WHERE ""median_household_income""='$59,596';",2-1363152-1 "What is the population of the area with a median family income of $71,278?","CREATE TABLE ""alaska_boroughs_and_census_areas_ranked_"" ( ""borough_or_census_area"" text, ""per_capita_income"" text, ""median_household_income"" text, ""median_family_income"" text, ""population"" real, ""number_of_households"" real );","SELECT COUNT(""population"") FROM ""alaska_boroughs_and_census_areas_ranked_"" WHERE ""median_family_income""='$71,278';",2-1363152-1 What was the Outcome of the Danish Open in 1985?,"CREATE TABLE ""doubles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""partner"" text );","SELECT ""outcome"" FROM ""doubles"" WHERE ""venue""='danish open' AND ""year""='1985';",2-14895591-2 What was the Venue in 1986 with an Outcome of 1?,"CREATE TABLE ""doubles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""partner"" text );","SELECT ""venue"" FROM ""doubles"" WHERE ""year""='1986' AND ""outcome""='1';",2-14895591-2 What was the Outcome in 1983 of the WD Event?,"CREATE TABLE ""doubles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""partner"" text );","SELECT ""outcome"" FROM ""doubles"" WHERE ""event""='wd' AND ""year""='1983';",2-14895591-2 In what Year did the German Open have Yoo Sang-Hee as Partner?,"CREATE TABLE ""doubles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""partner"" text );","SELECT ""year"" FROM ""doubles"" WHERE ""partner""='yoo sang-hee' AND ""venue""='german open';",2-14895591-2 What is the Outcome in the Malaysia Open with Partner Yoo Sang-Hee?,"CREATE TABLE ""doubles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""partner"" text );","SELECT ""outcome"" FROM ""doubles"" WHERE ""partner""='yoo sang-hee' AND ""venue""='malaysia open';",2-14895591-2 What is the Partner during the Asian Games Year?,"CREATE TABLE ""doubles"" ( ""outcome"" text, ""event"" text, ""year"" text, ""venue"" text, ""partner"" text );","SELECT ""partner"" FROM ""doubles"" WHERE ""year""='asian games';",2-14895591-2 What was the loss for August 19?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""date""='august 19';",2-14050964-7 What Municipality has a Rank of 44?,"CREATE TABLE ""list"" ( ""rank"" real, ""municipality"" text, ""province"" text, ""status"" text, ""area_km_2"" real );","SELECT ""municipality"" FROM ""list"" WHERE ""rank""=44;",2-1436397-1 "What is the total Rank that has a Municipality of Winnipeg, an Area (KM 2) that's larger than 464.01?","CREATE TABLE ""list"" ( ""rank"" real, ""municipality"" text, ""province"" text, ""status"" text, ""area_km_2"" real );","SELECT SUM(""rank"") FROM ""list"" WHERE ""municipality""='winnipeg' AND ""area_km_2"">464.01;",2-1436397-1 "What is the highest Area (KM 2) for the Province of Ontario, that has the Status of Town, a Municipality of Minto, and a Rank that's smaller than 84?","CREATE TABLE ""list"" ( ""rank"" real, ""municipality"" text, ""province"" text, ""status"" text, ""area_km_2"" real );","SELECT MAX(""area_km_2"") FROM ""list"" WHERE ""province""='ontario' AND ""status""='town' AND ""municipality""='minto' AND ""rank""<84;",2-1436397-1 What's the total of Rank that has an Area (KM 2) of 1050.14?,"CREATE TABLE ""list"" ( ""rank"" real, ""municipality"" text, ""province"" text, ""status"" text, ""area_km_2"" real );","SELECT SUM(""rank"") FROM ""list"" WHERE ""area_km_2""=1050.14;",2-1436397-1 What is the listed Status that has the Province of Ontario and Rank of 86?,"CREATE TABLE ""list"" ( ""rank"" real, ""municipality"" text, ""province"" text, ""status"" text, ""area_km_2"" real );","SELECT ""status"" FROM ""list"" WHERE ""province""='ontario' AND ""rank""=86;",2-1436397-1 What type of event had the wrestler with a reign of 2 and held the title for 35 days?,"CREATE TABLE ""official_wwa_title"" ( ""wrestler"" text, ""reign"" text, ""days_held"" text, ""location"" text, ""event"" text );","SELECT ""event"" FROM ""official_wwa_title"" WHERE ""reign""='2' AND ""days_held""='35';",2-14227676-2 "Where did the wrestler, super parka, with the title with a reign of 2?","CREATE TABLE ""official_wwa_title"" ( ""wrestler"" text, ""reign"" text, ""days_held"" text, ""location"" text, ""event"" text );","SELECT ""location"" FROM ""official_wwa_title"" WHERE ""wrestler""='super parka' AND ""reign""='2';",2-14227676-2 What is the reign for super kendo who held it for 35 days?,"CREATE TABLE ""official_wwa_title"" ( ""wrestler"" text, ""reign"" text, ""days_held"" text, ""location"" text, ""event"" text );","SELECT ""reign"" FROM ""official_wwa_title"" WHERE ""days_held""='35' AND ""wrestler""='super kendo';",2-14227676-2 Which FCC info has an ERP W of 100 watts?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" text, ""fcc_info"" text );","SELECT ""fcc_info"" FROM ""translators"" WHERE ""erp_w""='100 watts';",2-13847188-1 Which Frequency MHz has a Call Sign of K218BE?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" text, ""fcc_info"" text );","SELECT ""frequency_m_hz"" FROM ""translators"" WHERE ""call_sign""='k218be';",2-13847188-1 Which ERP W has a Frequency MHz of 88.5 FM?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" text, ""fcc_info"" text );","SELECT ""erp_w"" FROM ""translators"" WHERE ""frequency_m_hz""='88.5 fm';",2-13847188-1 What is the name of the player from Spain with a rank lower than 3?,"CREATE TABLE ""transfer_fee_paid"" ( ""ranking"" real, ""nationality"" text, ""name"" text, ""adjusted_fee"" text, ""from"" text, ""year"" real );","SELECT ""name"" FROM ""transfer_fee_paid"" WHERE ""nationality""='spain' AND ""ranking"">3;",2-14707564-9 What is the most recent year a player was from Valencia?,"CREATE TABLE ""transfer_fee_paid"" ( ""ranking"" real, ""nationality"" text, ""name"" text, ""adjusted_fee"" text, ""from"" text, ""year"" real );","SELECT MAX(""year"") FROM ""transfer_fee_paid"" WHERE ""from""='valencia';",2-14707564-9 Where is the ranked 2 players from?,"CREATE TABLE ""transfer_fee_paid"" ( ""ranking"" real, ""nationality"" text, ""name"" text, ""adjusted_fee"" text, ""from"" text, ""year"" real );","SELECT ""from"" FROM ""transfer_fee_paid"" WHERE ""ranking""=2;",2-14707564-9 Which region had a catalog number of 570 734-2?,"CREATE TABLE ""release_history"" ( ""date"" text, ""label"" text, ""region"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""catalog""='570 734-2';",2-14825299-1 Which region had a release format of CD Maxi?,"CREATE TABLE ""release_history"" ( ""date"" text, ""label"" text, ""region"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""format""='cd maxi';",2-14825299-1 Which region had a release format of CD Maxi?,"CREATE TABLE ""release_history"" ( ""date"" text, ""label"" text, ""region"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""format""='cd maxi';",2-14825299-1 "Where did the Jet's play with an attendance of 11,309?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""game_site"" FROM ""schedule"" WHERE ""attendance""='11,309';",2-13983406-1 What's the result of the game against Bye?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""opponent""='bye';",2-13983406-1 What's the Result for week 15?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""week""=15;",2-13983406-1 "What day was the appointment when Credentials Presented was jul 2, 1969?","CREATE TABLE ""chiefs_of_mission_to_india"" ( ""name"" text, ""state"" text, ""status"" text, ""title"" text, ""appointment"" text, ""credentials_presented"" text );","SELECT ""appointment"" FROM ""chiefs_of_mission_to_india"" WHERE ""credentials_presented""='jul 2, 1969';",2-14213389-1 When were the credentials presented for new jersey with a status of foreign service officer?,"CREATE TABLE ""chiefs_of_mission_to_india"" ( ""name"" text, ""state"" text, ""status"" text, ""title"" text, ""appointment"" text, ""credentials_presented"" text );","SELECT ""credentials_presented"" FROM ""chiefs_of_mission_to_india"" WHERE ""state""='new jersey' AND ""status""='foreign service officer';",2-14213389-1 What is the title for david campbell mulford?,"CREATE TABLE ""chiefs_of_mission_to_india"" ( ""name"" text, ""state"" text, ""status"" text, ""title"" text, ""appointment"" text, ""credentials_presented"" text );","SELECT ""title"" FROM ""chiefs_of_mission_to_india"" WHERE ""name""='david campbell mulford';",2-14213389-1 "What state has an appointment for jul 12, 2001?","CREATE TABLE ""chiefs_of_mission_to_india"" ( ""name"" text, ""state"" text, ""status"" text, ""title"" text, ""appointment"" text, ""credentials_presented"" text );","SELECT ""state"" FROM ""chiefs_of_mission_to_india"" WHERE ""appointment""='jul 12, 2001';",2-14213389-1 What day were credentials presented for vermont?,"CREATE TABLE ""chiefs_of_mission_to_india"" ( ""name"" text, ""state"" text, ""status"" text, ""title"" text, ""appointment"" text, ""credentials_presented"" text );","SELECT ""credentials_presented"" FROM ""chiefs_of_mission_to_india"" WHERE ""state""='vermont';",2-14213389-1 Which Class has a Weight of 203?,"CREATE TABLE ""western_kentucky"" ( ""position"" text, ""number"" real, ""name"" text, ""height"" text, ""weight"" real, ""class"" text, ""hometown"" text, ""games"" real );","SELECT ""class"" FROM ""western_kentucky"" WHERE ""weight""=203;",2-14624447-29 What is the team 1 with team 2 Mount Cameroon FC?,"CREATE TABLE ""first_round_of_16"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_1"" FROM ""first_round_of_16"" WHERE ""team_2""='mount cameroon fc';",2-14835821-3 What is the 2nd leg of team 1 Dolphins?,"CREATE TABLE ""first_round_of_16"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""2nd_leg"" FROM ""first_round_of_16"" WHERE ""team_1""='dolphins';",2-14835821-3 "When the winner was No Race in a year after 1909, what was the distance?","CREATE TABLE ""winners_of_the_queens_county_handicap_si"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""distance_miles"" text, ""time"" text );","SELECT ""distance_miles"" FROM ""winners_of_the_queens_county_handicap_si"" WHERE ""winner""='no race' AND ""year"">1909;",2-14620613-1 "What horse won with a trainer of ""no race""?","CREATE TABLE ""winners_of_the_queens_county_handicap_si"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""distance_miles"" text, ""time"" text );","SELECT ""winner"" FROM ""winners_of_the_queens_county_handicap_si"" WHERE ""trainer""='no race';",2-14620613-1 Who was the jockey for the winning horse Helioptic?,"CREATE TABLE ""winners_of_the_queens_county_handicap_si"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""distance_miles"" text, ""time"" text );","SELECT ""jockey"" FROM ""winners_of_the_queens_county_handicap_si"" WHERE ""winner""='helioptic';",2-14620613-1 What was the time for the winning horse Salford ii?,"CREATE TABLE ""winners_of_the_queens_county_handicap_si"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""distance_miles"" text, ""time"" text );","SELECT ""time"" FROM ""winners_of_the_queens_county_handicap_si"" WHERE ""winner""='salford ii';",2-14620613-1 "What was the winning time for the winning horse, Kentucky ii?","CREATE TABLE ""winners_of_the_queens_county_handicap_si"" ( ""year"" real, ""winner"" text, ""jockey"" text, ""trainer"" text, ""owner"" text, ""distance_miles"" text, ""time"" text );","SELECT ""time"" FROM ""winners_of_the_queens_county_handicap_si"" WHERE ""winner""='kentucky ii';",2-14620613-1 What was the position with the total number less than 1?,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT COUNT(""position"") FROM ""campeonato_paulista"" WHERE ""lost""<1;",2-15423698-2 What is the sum of golds for ranks of 6 and totals over 3?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""gold"") FROM ""medal_table"" WHERE ""rank""='6' AND ""total"">3;",2-15988551-1 "What is the average silver for golds over 2, ranks of 1, and bronzes over 0?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""silver"") FROM ""medal_table"" WHERE ""gold"">2 AND ""rank""='1' AND ""bronze"">0;",2-15988551-1 "What is the number of totals that have silvers under 2, bronzes over 0, and golds over 1?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""medal_table"" WHERE ""silver""<2 AND ""bronze"">0 AND ""gold"">1;",2-15988551-1 "What is the total number of golds having a total of 1, bronzes of 0, and from West Germany?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medal_table"" WHERE ""total""=1 AND ""bronze""<1 AND ""nation""='west germany';",2-15988551-1 What is the sum of bronzes having silvers over 5 and golds under 20?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""silver"">5 AND ""gold""<20;",2-15988551-1 "What week was the game on September 12, 1982 with an attendance greater than 51,999?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""week"") FROM ""schedule"" WHERE ""attendance"">'51,999' AND ""date""='september 12, 1982';",2-16023745-2 "What is the result of the game with an attendance greater than 67,702?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""attendance"">'67,702';",2-16023745-2 "How many Losses have a Ballarat FL of melton south, and an Against larger than 1468?","CREATE TABLE ""2010_ladder"" ( ""ballarat_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""losses"") FROM ""2010_ladder"" WHERE ""ballarat_fl""='melton south' AND ""against"">1468;",2-1552908-21 How many Against has Byes smaller than 2?,"CREATE TABLE ""2010_ladder"" ( ""ballarat_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""against"") FROM ""2010_ladder"" WHERE ""byes""<2;",2-1552908-21 How many Against has a Ballarat FL of darley and Wins larger than 8?,"CREATE TABLE ""2010_ladder"" ( ""ballarat_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""against"") FROM ""2010_ladder"" WHERE ""ballarat_fl""='darley' AND ""wins"">8;",2-1552908-21 How many Byes have Against of 1076 and Wins smaller than 13?,"CREATE TABLE ""2010_ladder"" ( ""ballarat_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""byes"") FROM ""2010_ladder"" WHERE ""against""=1076 AND ""wins""<13;",2-1552908-21 What is the total number of Total Passengers when the annual change is 28.8% and the rank is less than 8?,"CREATE TABLE ""brazil_s_15_busiest_airports_by_passenge"" ( ""rank"" real, ""location"" text, ""total_passengers"" real, ""annual_change"" text, ""capacity_in_use"" text );","SELECT COUNT(""total_passengers"") FROM ""brazil_s_15_busiest_airports_by_passenge"" WHERE ""annual_change""='28.8%' AND ""rank""<8;",2-15494883-20 What is the sum of Total Passengers when the annual change is 9.7% and the rank is less than 6?,"CREATE TABLE ""brazil_s_15_busiest_airports_by_passenge"" ( ""rank"" real, ""location"" text, ""total_passengers"" real, ""annual_change"" text, ""capacity_in_use"" text );","SELECT SUM(""total_passengers"") FROM ""brazil_s_15_busiest_airports_by_passenge"" WHERE ""annual_change""='9.7%' AND ""rank""<6;",2-15494883-20 "What is the highest Total Passengers when the annual change is 18.3%, and the rank is less than 11?","CREATE TABLE ""brazil_s_15_busiest_airports_by_passenge"" ( ""rank"" real, ""location"" text, ""total_passengers"" real, ""annual_change"" text, ""capacity_in_use"" text );","SELECT MAX(""total_passengers"") FROM ""brazil_s_15_busiest_airports_by_passenge"" WHERE ""annual_change""='18.3%' AND ""rank""<11;",2-15494883-20 What location has an annual change of 7.6%,"CREATE TABLE ""brazil_s_15_busiest_airports_by_passenge"" ( ""rank"" real, ""location"" text, ""total_passengers"" real, ""annual_change"" text, ""capacity_in_use"" text );","SELECT ""location"" FROM ""brazil_s_15_busiest_airports_by_passenge"" WHERE ""annual_change""='7.6%';",2-15494883-20 "Which Result has a Score of 1–0, and a Goal of 16?","CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""score""='1–0' AND ""goal""=16;",2-1539789-1 "Which Score has a Result of 2–1, and a Competition of friendly, and a Goal smaller than 17?","CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""result""='2–1' AND ""competition""='friendly' AND ""goal""<17;",2-1539789-1 "Which Score has a Date of october 8, 2005, and a Venue of estadio alfonso lastras, san luis potosí, mexico?","CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""date""='october 8, 2005' AND ""venue""='estadio alfonso lastras, san luis potosí, mexico';",2-1539789-1 "Which Competition has a Venue of estadio alfonso lastras, san luis potosí, mexico, and a Goal larger than 15?","CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""venue""='estadio alfonso lastras, san luis potosí, mexico' AND ""goal"">15;",2-1539789-1 What is the area for Worth Parish?,"CREATE TABLE ""civil_parishes"" ( ""parish"" text, ""type"" text, ""area_hectare"" real, ""population_2001"" real, ""pop_density_hectare"" real );","SELECT ""area_hectare"" FROM ""civil_parishes"" WHERE ""parish""='worth';",2-156979-1 What is the week number with Phil Collins as the original artist?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""week_num"" FROM ""performances"" WHERE ""original_artist""='phil collins';",2-15796057-1 What is the order number that has top 20 (10 women) as the week number?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""order_num"" FROM ""performances"" WHERE ""week_num""='top 20 (10 women)';",2-15796057-1 What is the original artist of top 9 as the week number?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""original_artist"" FROM ""performances"" WHERE ""week_num""='top 9';",2-15796057-1 What is the week number that has Dolly Parton as the theme?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""week_num"" FROM ""performances"" WHERE ""theme""='dolly parton';",2-15796057-1 What is the original artist that has 11 as the order number?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""original_artist"" FROM ""performances"" WHERE ""order_num""='11';",2-15796057-1 What is the order number that has Aretha Franklin as the original artist?,"CREATE TABLE ""performances"" ( ""week_num"" text, ""theme"" text, ""original_artist"" text, ""order_num"" text, ""result"" text );","SELECT ""order_num"" FROM ""performances"" WHERE ""original_artist""='aretha franklin';",2-15796057-1 "Which Format has a Date of 1993, and a Catalog of cleo 2481-2?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" real, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""date""=1993 AND ""catalog""='cleo 2481-2';",2-15442855-1 "Which Label has a Date smaller than 2008, and a Catalog of fall cd 006?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" real, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""date""<2008 AND ""catalog""='fall cd 006';",2-15442855-1 What years from 1893-94 that is from the 1890s to the 1990s?,"CREATE TABLE ""top_division"" ( ""1890s"" text, ""1890_91"" text, ""1891_92"" text, ""1892_93"" text, ""1893_94"" text );","SELECT ""1893_94"" FROM ""top_division"" WHERE ""1890s""='1990s';",2-1568241-5 What is the year from 1891-92 from the years 1890s to the 1960s?,"CREATE TABLE ""top_division"" ( ""1890s"" text, ""1890_91"" text, ""1891_92"" text, ""1892_93"" text, ""1893_94"" text );","SELECT ""1891_92"" FROM ""top_division"" WHERE ""1890s""='1960s';",2-1568241-5 What is the year from 1892-93 that has the 1890s to the 1940s?,"CREATE TABLE ""top_division"" ( ""1890s"" text, ""1890_91"" text, ""1891_92"" text, ""1892_93"" text, ""1893_94"" text );","SELECT ""1892_93"" FROM ""top_division"" WHERE ""1890s""='1940s';",2-1568241-5 What is the sum of Round with a Position that is center?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT SUM(""round"") FROM ""nfl_draft"" WHERE ""position""='center';",2-15353328-1 What is the sum of Round with a Pick that is 55?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT SUM(""round"") FROM ""nfl_draft"" WHERE ""pick""=55;",2-15353328-1 What is the most wins when the number of losses was less than 4 and there was more than 0 ties?,"CREATE TABLE ""group_a"" ( ""pos"" real, ""team"" text, ""wins"" real, ""ties"" real, ""losses"" real, ""goals"" text, ""diff"" text, ""points"" text );","SELECT MAX(""wins"") FROM ""group_a"" WHERE ""losses""<4 AND ""ties"">0;",2-15472798-1 Which team had fewer than 2 losses and a position number more than 1?,"CREATE TABLE ""group_a"" ( ""pos"" real, ""team"" text, ""wins"" real, ""ties"" real, ""losses"" real, ""goals"" text, ""diff"" text, ""points"" text );","SELECT ""team"" FROM ""group_a"" WHERE ""losses""<2 AND ""pos"">1;",2-15472798-1 What season had Marcio Lassiter?,"CREATE TABLE ""l"" ( ""name"" text, ""position"" text, ""number"" real, ""school_club_team"" text, ""season"" text, ""acquisition_via"" text );","SELECT ""season"" FROM ""l"" WHERE ""name""='marcio lassiter';",2-15463188-12 "What season had an acquisition of free agency, and was higher than 9?","CREATE TABLE ""l"" ( ""name"" text, ""position"" text, ""number"" real, ""school_club_team"" text, ""season"" text, ""acquisition_via"" text );","SELECT ""season"" FROM ""l"" WHERE ""acquisition_via""='free agency' AND ""number"">9;",2-15463188-12 "What number has an acquisition via the Rookie Draft, and is part of a School/club team at Cal State Fullerton?","CREATE TABLE ""l"" ( ""name"" text, ""position"" text, ""number"" real, ""school_club_team"" text, ""season"" text, ""acquisition_via"" text );","SELECT ""number"" FROM ""l"" WHERE ""acquisition_via""='rookie draft' AND ""school_club_team""='cal state fullerton';",2-15463188-12 "What is the highest rank of the medal total less than 15, more than 2 bronzes, 0 gold and 1 silver?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""rank"") FROM ""medal_table"" WHERE ""total""<15 AND ""bronze"">2 AND ""gold""=0 AND ""silver""=1;",2-1618638-2 "What is the location of the team nicknamed Broncos, which was founded after 1889?","CREATE TABLE ""division_i"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT ""location"" FROM ""division_i"" WHERE ""founded"">1889 AND ""team_nickname""='broncos';",2-16078390-1 "What is the location of the University of Montana, which was founded after 1890?","CREATE TABLE ""division_i"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""team_nickname"" text, ""primary_conference"" text );","SELECT ""location"" FROM ""division_i"" WHERE ""founded"">1890 AND ""institution""='university of montana';",2-16078390-1 Which landfall was in category 1 for Saffir-Simpson in 1999?,"CREATE TABLE ""table_1_historical_storms_and_the_chi_19"" ( ""name"" text, ""year"" real, ""landfall"" text, ""nhc_advisory_number"" text, ""v_mph"" real, ""r_miles"" real, ""saffir_simpson_category"" real );","SELECT ""landfall"" FROM ""table_1_historical_storms_and_the_chi_19"" WHERE ""saffir_simpson_category""=1 AND ""year""=1999;",2-15416002-1 What was the lowest V(mph) for a Saffir-Simpson of 4 in 2005?,"CREATE TABLE ""table_1_historical_storms_and_the_chi_19"" ( ""name"" text, ""year"" real, ""landfall"" text, ""nhc_advisory_number"" text, ""v_mph"" real, ""r_miles"" real, ""saffir_simpson_category"" real );","SELECT MIN(""v_mph"") FROM ""table_1_historical_storms_and_the_chi_19"" WHERE ""saffir_simpson_category""=4 AND ""year""=2005;",2-15416002-1 What was the highest SaffirSimpson with an NHC advisory of 18?,"CREATE TABLE ""table_1_historical_storms_and_the_chi_19"" ( ""name"" text, ""year"" real, ""landfall"" text, ""nhc_advisory_number"" text, ""v_mph"" real, ""r_miles"" real, ""saffir_simpson_category"" real );","SELECT MAX(""saffir_simpson_category"") FROM ""table_1_historical_storms_and_the_chi_19"" WHERE ""nhc_advisory_number""='18';",2-15416002-1 "Which athlete's rank is more than 15 when the result is less than 7.68, the group is b, and the nationality listed is Great Britain?","CREATE TABLE ""qualification"" ( ""rank"" real, ""group"" text, ""athlete"" text, ""nationality"" text, ""result"" real );","SELECT ""athlete"" FROM ""qualification"" WHERE ""rank"">15 AND ""result""<7.68 AND ""group""='b' AND ""nationality""='great britain';",2-15550233-3 When did NASA launch the wide field infrared explorer (wire)?,"CREATE TABLE ""infrared_and_submillimetre"" ( ""name"" text, ""space_agency"" text, ""launch_date"" text, ""terminated"" text, ""location"" text );","SELECT ""launch_date"" FROM ""infrared_and_submillimetre"" WHERE ""space_agency""='nasa' AND ""name""='wide field infrared explorer (wire)';",2-15951109-5 Which space agency launched the herschel space observatory?,"CREATE TABLE ""infrared_and_submillimetre"" ( ""name"" text, ""space_agency"" text, ""launch_date"" text, ""terminated"" text, ""location"" text );","SELECT ""space_agency"" FROM ""infrared_and_submillimetre"" WHERE ""name""='herschel space observatory';",2-15951109-5 What lead has the third David Nedohin?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""teams"" WHERE ""third""='david nedohin';",2-15942076-1 Which builder completed after 1889?,"CREATE TABLE ""ships"" ( ""name"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""completed"" real );","SELECT ""builder"" FROM ""ships"" WHERE ""completed"">1889;",2-15344743-1 Which builder completed before 1890 and launched on 9 june 1888?,"CREATE TABLE ""ships"" ( ""name"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""completed"" real );","SELECT ""builder"" FROM ""ships"" WHERE ""completed""<1890 AND ""launched""='9 june 1888';",2-15344743-1 What is the name of the boat that was built by Chatham and Laid down of 25 april 1887?,"CREATE TABLE ""ships"" ( ""name"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""completed"" real );","SELECT ""name"" FROM ""ships"" WHERE ""builder""='chatham' AND ""laid_down""='25 april 1887';",2-15344743-1 What boat was laid down on 25 april 1887?,"CREATE TABLE ""ships"" ( ""name"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""completed"" real );","SELECT ""name"" FROM ""ships"" WHERE ""laid_down""='25 april 1887';",2-15344743-1 When did chatham complete the Hmsmedusa?,"CREATE TABLE ""ships"" ( ""name"" text, ""builder"" text, ""laid_down"" text, ""launched"" text, ""completed"" real );","SELECT ""completed"" FROM ""ships"" WHERE ""builder""='chatham' AND ""name""='hmsmedusa';",2-15344743-1 "What is the Overall with a Date that is february 4, 1964?","CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""result"" text, ""overall"" text );","SELECT ""overall"" FROM ""schedule"" WHERE ""date""='february 4, 1964';",2-15759302-1 What is the Date with an Opponent that is indiana state college?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""result"" text, ""overall"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""opponent""='indiana state college';",2-15759302-1 "What is the Location with a Date that is december 10, 1963?","CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""result"" text, ""overall"" text );","SELECT ""location"" FROM ""schedule"" WHERE ""date""='december 10, 1963';",2-15759302-1 "What is NiCd, when Type is ""Capacity under 500mA constant Drain""?","CREATE TABLE ""comparison"" ( ""type"" text, ""zinc_carbon"" text, ""alkaline"" text, ""li_fe_s_2"" text, ""ni_cd"" text, ""ni_mh"" text );","SELECT ""ni_cd"" FROM ""comparison"" WHERE ""type""='capacity under 500ma constant drain';",2-1592019-1 "What is Li-FeS 2, when Type is Nominal Voltage?","CREATE TABLE ""comparison"" ( ""type"" text, ""zinc_carbon"" text, ""alkaline"" text, ""li_fe_s_2"" text, ""ni_cd"" text, ""ni_mh"" text );","SELECT ""li_fe_s_2"" FROM ""comparison"" WHERE ""type""='nominal voltage';",2-1592019-1 What was the Liberal Party result from the election having a Conservative Party result of 16 (-1) and Labour of 6 (+2)?,"CREATE TABLE ""election_results_1933_1972"" ( ""election"" real, ""liberal_party"" text, ""conservative_party"" text, ""labour_party"" text, ""independents"" text, ""control"" text );","SELECT ""liberal_party"" FROM ""election_results_1933_1972"" WHERE ""conservative_party""='16 (-1)' AND ""labour_party""='6 (+2)';",2-16041438-1 What was the control for the year with a Conservative Party result of 10 (+5)?,"CREATE TABLE ""election_results_1933_1972"" ( ""election"" real, ""liberal_party"" text, ""conservative_party"" text, ""labour_party"" text, ""independents"" text, ""control"" text );","SELECT ""control"" FROM ""election_results_1933_1972"" WHERE ""conservative_party""='10 (+5)';",2-16041438-1 Who was in control the year that Labour Party won 12 (+6) seats?,"CREATE TABLE ""election_results_1933_1972"" ( ""election"" real, ""liberal_party"" text, ""conservative_party"" text, ""labour_party"" text, ""independents"" text, ""control"" text );","SELECT ""control"" FROM ""election_results_1933_1972"" WHERE ""labour_party""='12 (+6)';",2-16041438-1 What is the number of Independents elected in the year Labour won 26 (+3) seats?,"CREATE TABLE ""election_results_1933_1972"" ( ""election"" real, ""liberal_party"" text, ""conservative_party"" text, ""labour_party"" text, ""independents"" text, ""control"" text );","SELECT ""independents"" FROM ""election_results_1933_1972"" WHERE ""labour_party""='26 (+3)';",2-16041438-1 What is the set 5 for the game with a set 2 of 21-25 and a set 1 of 41633?,"CREATE TABLE ""pool_c"" ( ""game"" real, ""date"" text, ""set_1"" text, ""set_2"" text, ""set_3"" text, ""set_4"" text, ""set_5"" text, ""result_sets"" text, ""result_pts"" text );","SELECT ""set_5"" FROM ""pool_c"" WHERE ""set_2""='21-25' AND ""set_1""='41633';",2-15924759-7 What is the result of the game with a set 1 of 26-24?,"CREATE TABLE ""pool_c"" ( ""game"" real, ""date"" text, ""set_1"" text, ""set_2"" text, ""set_3"" text, ""set_4"" text, ""set_5"" text, ""result_sets"" text, ""result_pts"" text );","SELECT ""result_pts"" FROM ""pool_c"" WHERE ""set_1""='26-24';",2-15924759-7 Which Altadeña has a Aprende of jaguars?,"CREATE TABLE ""middle_schools_in_kyrene_sd"" ( ""information"" text, ""altade_a"" text, ""aprende"" text, ""centennial"" text, ""kyrene_ms"" text, ""del_pueblo"" text );","SELECT ""altade_a"" FROM ""middle_schools_in_kyrene_sd"" WHERE ""aprende""='jaguars';",2-15977768-1 WHich kind of Aprende has a Centennial of 1988?,"CREATE TABLE ""middle_schools_in_kyrene_sd"" ( ""information"" text, ""altade_a"" text, ""aprende"" text, ""centennial"" text, ""kyrene_ms"" text, ""del_pueblo"" text );","SELECT ""aprende"" FROM ""middle_schools_in_kyrene_sd"" WHERE ""centennial""='1988';",2-15977768-1 Which Centennial has a Altadeña of panthers?,"CREATE TABLE ""middle_schools_in_kyrene_sd"" ( ""information"" text, ""altade_a"" text, ""aprende"" text, ""centennial"" text, ""kyrene_ms"" text, ""del_pueblo"" text );","SELECT ""centennial"" FROM ""middle_schools_in_kyrene_sd"" WHERE ""altade_a""='panthers';",2-15977768-1 Which Centennial has a del Pueblo of 1986?,"CREATE TABLE ""middle_schools_in_kyrene_sd"" ( ""information"" text, ""altade_a"" text, ""aprende"" text, ""centennial"" text, ""kyrene_ms"" text, ""del_pueblo"" text );","SELECT ""centennial"" FROM ""middle_schools_in_kyrene_sd"" WHERE ""del_pueblo""='1986';",2-15977768-1 What kind of Altadeña has del Pueblo of maroon/gray?,"CREATE TABLE ""middle_schools_in_kyrene_sd"" ( ""information"" text, ""altade_a"" text, ""aprende"" text, ""centennial"" text, ""kyrene_ms"" text, ""del_pueblo"" text );","SELECT ""altade_a"" FROM ""middle_schools_in_kyrene_sd"" WHERE ""del_pueblo""='maroon/gray';",2-15977768-1 How many people attended the game against Clemson?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""result"" text, ""attendance"" real );","SELECT COUNT(""attendance"") FROM ""schedule"" WHERE ""opponent""='clemson';",2-15524351-1 Who's the Runner(s)-up with a Winning score of −19 (71-63-63-64=261)?,"CREATE TABLE ""champions_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""runner_s_up"" FROM ""champions_tour_wins_5"" WHERE ""winning_score""='−19 (71-63-63-64=261)';",2-1558607-4 Which Date has a Runner(s)-up of fred funk?,"CREATE TABLE ""champions_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""date"" FROM ""champions_tour_wins_5"" WHERE ""runner_s_up""='fred funk';",2-1558607-4 "Which Tournament has a Date of jul 14, 2013?","CREATE TABLE ""champions_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""tournament"" FROM ""champions_tour_wins_5"" WHERE ""date""='jul 14, 2013';",2-1558607-4 Which Margin of victory has a Tournament of u.s. senior open?,"CREATE TABLE ""champions_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""margin_of_victory"" FROM ""champions_tour_wins_5"" WHERE ""tournament""='u.s. senior open';",2-1558607-4 "Which Date has a Runner(s)-up of bernhard langer, and a Tournament of at&t championship?","CREATE TABLE ""champions_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""date"" FROM ""champions_tour_wins_5"" WHERE ""runner_s_up""='bernhard langer' AND ""tournament""='at&t championship';",2-1558607-4 "Which Date has a Margin of victory of 5 strokes, and a Winning score of −13 (67-73-64-63=267)?","CREATE TABLE ""champions_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""date"" FROM ""champions_tour_wins_5"" WHERE ""margin_of_victory""='5 strokes' AND ""winning_score""='−13 (67-73-64-63=267)';",2-1558607-4 "What is the Population density that has a Change (%) higher than 10.4, and a Population (2011) less than 8574, in the County of Queens?","CREATE TABLE ""list"" ( ""county"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" real, ""area_km"" real, ""population_density"" real );","SELECT AVG(""population_density"") FROM ""list"" WHERE ""change_pct"">10.4 AND ""county""='queens' AND ""population_2011""<8574;",2-15380820-1 "What was the Population (2011) when the Population (2006) was less than 7083, and the Population density less than 342.8, and the Change (%) of 5, and an Area (km²) larger than 4.5?","CREATE TABLE ""list"" ( ""county"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" real, ""area_km"" real, ""population_density"" real );","SELECT COUNT(""population_2011"") FROM ""list"" WHERE ""population_2006""<7083 AND ""population_density""<342.8 AND ""change_pct""=5 AND ""area_km"">4.5;",2-15380820-1 "What was the Area (km²) when the Population (2011) was 8574, and the Population density was larger than 381.4?","CREATE TABLE ""list"" ( ""county"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" real, ""area_km"" real, ""population_density"" real );","SELECT AVG(""area_km"") FROM ""list"" WHERE ""population_2011""=8574 AND ""population_density"">381.4;",2-15380820-1 "In the County of Prince, what was the highest Population density when the Area (km²) was larger than 3.02, and the Population (2006) was larger than 786, and the Population (2011) was smaller than 1135?","CREATE TABLE ""list"" ( ""county"" text, ""population_2011"" real, ""population_2006"" real, ""change_pct"" real, ""area_km"" real, ""population_density"" real );","SELECT MAX(""population_density"") FROM ""list"" WHERE ""county""='prince' AND ""area_km"">3.02 AND ""population_2006"">786 AND ""population_2011""<1135;",2-15380820-1 What is the lowest Against when the played is more than 10?,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT MIN(""against"") FROM ""campeonato_paulista"" WHERE ""played"">10;",2-15419712-1 What is the sum of Against when the lost is more than 7?,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT SUM(""against"") FROM ""campeonato_paulista"" WHERE ""lost"">7;",2-15419712-1 "What is the highest Drawn when the lost is 7 and the points are more than 4, and the against is less than 22?","CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT MAX(""drawn"") FROM ""campeonato_paulista"" WHERE ""lost""=7 AND ""points"">4 AND ""against""<22;",2-15419712-1 "What team has an against more than 8, lost of 7, and the position is 5?","CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT ""team"" FROM ""campeonato_paulista"" WHERE ""against"">8 AND ""lost""=7 AND ""position""=5;",2-15419712-1 What is the Against when the drawn is 5?,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT ""against"" FROM ""campeonato_paulista"" WHERE ""drawn""=5;",2-15419712-1 How many years were there for the 62nd golden globe awards?,"CREATE TABLE ""awards"" ( ""year"" real, ""film"" text, ""awards"" text, ""category"" text, ""result"" text );","SELECT SUM(""year"") FROM ""awards"" WHERE ""awards""='62nd golden globe awards';",2-1586084-3 What was the result for years prior to 2005?,"CREATE TABLE ""awards"" ( ""year"" real, ""film"" text, ""awards"" text, ""category"" text, ""result"" text );","SELECT ""result"" FROM ""awards"" WHERE ""year""<2005;",2-1586084-3 Which awards happened more recently than 2005?,"CREATE TABLE ""awards"" ( ""year"" real, ""film"" text, ""awards"" text, ""category"" text, ""result"" text );","SELECT ""awards"" FROM ""awards"" WHERE ""year"">2005;",2-1586084-3 "How many 2007's have a 2000 greater than 56,6, 23,2 as 2006, and a 1998 greater than 61,1?","CREATE TABLE ""homicide_rates"" ( ""capital_region"" text, ""1997"" real, ""1998"" real, ""1999"" real, ""2000"" real, ""2001"" real, ""2002"" real, ""2003"" real, ""2004"" real, ""2005"" real, ""2006"" real, ""2007"" real );","SELECT SUM(""2007"") FROM ""homicide_rates"" WHERE ""2000"">'56,6' AND ""2006""='23,2' AND ""1998"">'61,1';",2-15348345-1 "How many 2007's have a 2003 less than 36,4, 27,9 as a 2001, and a 1999 less than 25,2?","CREATE TABLE ""homicide_rates"" ( ""capital_region"" text, ""1997"" real, ""1998"" real, ""1999"" real, ""2000"" real, ""2001"" real, ""2002"" real, ""2003"" real, ""2004"" real, ""2005"" real, ""2006"" real, ""2007"" real );","SELECT SUM(""2007"") FROM ""homicide_rates"" WHERE ""2003""<'36,4' AND ""2001""='27,9' AND ""1999""<'25,2';",2-15348345-1 "What is the average 2000 that has a 1997 greater than 34,6, a 2006 greater than 38,7, and a 2998 less than 76?","CREATE TABLE ""homicide_rates"" ( ""capital_region"" text, ""1997"" real, ""1998"" real, ""1999"" real, ""2000"" real, ""2001"" real, ""2002"" real, ""2003"" real, ""2004"" real, ""2005"" real, ""2006"" real, ""2007"" real );","SELECT AVG(""2000"") FROM ""homicide_rates"" WHERE ""1997"">'34,6' AND ""2006"">'38,7' AND ""1998""<76;",2-15348345-1 What is the total years with average runs less than 4.75 and a time of 14.26?,"CREATE TABLE ""steel_challenge_women_s_world_records"" ( ""stage"" text, ""shooter"" text, ""time"" real, ""avg_run"" real, ""year"" real );","SELECT COUNT(""year"") FROM ""steel_challenge_women_s_world_records"" WHERE ""time""=14.26 AND ""avg_run""<4.75;",2-15924881-2 What is the total amount of time for years prior to 2013 when speed option is the stage?,"CREATE TABLE ""steel_challenge_women_s_world_records"" ( ""stage"" text, ""shooter"" text, ""time"" real, ""avg_run"" real, ""year"" real );","SELECT SUM(""time"") FROM ""steel_challenge_women_s_world_records"" WHERE ""stage""='speed option' AND ""year""<2013;",2-15924881-2 What was the prior position held by Wyman Webb?,"CREATE TABLE ""judges"" ( ""name"" text, ""appointed"" text, ""prior_position"" text, ""province"" text, ""nominated_by"" text );","SELECT ""prior_position"" FROM ""judges"" WHERE ""name""='wyman webb';",2-1604132-1 "Who was appointed on October 21, 2011 from Quebec?","CREATE TABLE ""judges"" ( ""name"" text, ""appointed"" text, ""prior_position"" text, ""province"" text, ""nominated_by"" text );","SELECT ""name"" FROM ""judges"" WHERE ""province""='quebec' AND ""appointed""='october 21, 2011';",2-1604132-1 The Away High Park Demons was which Ground?,"CREATE TABLE ""round_ten"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""ground"" FROM ""round_ten"" WHERE ""away""='high park demons';",2-15764352-10 "With the Ground of Humber College North at 12:00, what was the Away?","CREATE TABLE ""round_ten"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""away"" FROM ""round_ten"" WHERE ""ground""='humber college north' AND ""time""='12:00';",2-15764352-10 Who has the Home Score of 52-54?,"CREATE TABLE ""round_ten"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""home"" FROM ""round_ten"" WHERE ""score""='52-54';",2-15764352-10 When did the High Park Demons play Away?,"CREATE TABLE ""round_ten"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""date"" FROM ""round_ten"" WHERE ""away""='high park demons';",2-15764352-10 What tournament that Fernando Roca is the runner-up?,"CREATE TABLE ""european_tour_wins_8"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""tournament"" FROM ""european_tour_wins_8"" WHERE ""runner_s_up""='fernando roca';",2-1564436-2 What is the winning score for the runner-up Ernie Els?,"CREATE TABLE ""european_tour_wins_8"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""winning_score"" FROM ""european_tour_wins_8"" WHERE ""runner_s_up""='ernie els';",2-1564436-2 How many people attended when Wake Forest played Virginia Tech?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""schedule"" WHERE ""opponent""='virginia tech';",2-15531181-1 "What is Country, when Television Service is Eurosport 2?","CREATE TABLE ""sport"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""country"" FROM ""sport"" WHERE ""television_service""='eurosport 2';",2-15887683-3 "What is Package/Option, when Content is Poker?","CREATE TABLE ""sport"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""package_option"" FROM ""sport"" WHERE ""content""='poker';",2-15887683-3 "What is Language, when Content is Sport, when HDTV is No, and when Television Service is ESPN America?","CREATE TABLE ""sport"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""language"" FROM ""sport"" WHERE ""content""='sport' AND ""hdtv""='no' AND ""television_service""='espn america';",2-15887683-3 "What is Package/Option, when Content is Tennis?","CREATE TABLE ""sport"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""package_option"" FROM ""sport"" WHERE ""content""='tennis';",2-15887683-3 "What is Television Service, when Content is Calcio, and when Package/Option is Option?","CREATE TABLE ""sport"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""television_service"" FROM ""sport"" WHERE ""content""='calcio' AND ""package_option""='option';",2-15887683-3 "What is the Novelty of the dinosaur that was named by the Author, Zhiming, and whose Notes are, ""carcharodontosaurid""?","CREATE TABLE ""newly_named_dinosaurs"" ( ""name"" text, ""novelty"" text, ""status"" text, ""authors"" text, ""location"" text, ""notes"" text );","SELECT ""novelty"" FROM ""newly_named_dinosaurs"" WHERE ""authors""='zhiming' AND ""notes""='carcharodontosaurid';",2-15678217-4 "What is the Name of the dinosaur that was discovered in the Location, China, and whose Notes are, ""described from a single tooth""?","CREATE TABLE ""newly_named_dinosaurs"" ( ""name"" text, ""novelty"" text, ""status"" text, ""authors"" text, ""location"" text, ""notes"" text );","SELECT ""name"" FROM ""newly_named_dinosaurs"" WHERE ""location""='china' AND ""notes""='described from a single tooth';",2-15678217-4 "What is the Name of the dinosaur, whose notes are, ""n ornithischia of uncertain placement""?","CREATE TABLE ""newly_named_dinosaurs"" ( ""name"" text, ""novelty"" text, ""status"" text, ""authors"" text, ""location"" text, ""notes"" text );","SELECT ""name"" FROM ""newly_named_dinosaurs"" WHERE ""notes""='n ornithischia of uncertain placement';",2-15678217-4 "What is the Status of the dinosaur, whose notes are, ""n coelurosauria""?","CREATE TABLE ""newly_named_dinosaurs"" ( ""name"" text, ""novelty"" text, ""status"" text, ""authors"" text, ""location"" text, ""notes"" text );","SELECT ""status"" FROM ""newly_named_dinosaurs"" WHERE ""notes""='n coelurosauria';",2-15678217-4 "What are the Notes of the dinosaur, whose Status is nomen dubium, and whose Location is China?","CREATE TABLE ""newly_named_dinosaurs"" ( ""name"" text, ""novelty"" text, ""status"" text, ""authors"" text, ""location"" text, ""notes"" text );","SELECT ""notes"" FROM ""newly_named_dinosaurs"" WHERE ""status""='nomen dubium' AND ""location""='china';",2-15678217-4 "What is the Novelty of the dinosaur, whose naming Author was Galton?","CREATE TABLE ""newly_named_dinosaurs"" ( ""name"" text, ""novelty"" text, ""status"" text, ""authors"" text, ""location"" text, ""notes"" text );","SELECT ""novelty"" FROM ""newly_named_dinosaurs"" WHERE ""authors""='galton';",2-15678217-4 What is the number listed under against when there were less than 13 losses and less than 2 byes?,"CREATE TABLE ""2012_ladder"" ( ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""against"") FROM ""2012_ladder"" WHERE ""losses""<13 AND ""byes""<2;",2-1552908-25 What is the highest number listed under against when there were 15 losses and more than 1 win?,"CREATE TABLE ""2012_ladder"" ( ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""against"") FROM ""2012_ladder"" WHERE ""losses""=15 AND ""wins"">1;",2-1552908-25 What is the average number of Byes when there were less than 0 losses and were against 1247?,"CREATE TABLE ""2012_ladder"" ( ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""byes"") FROM ""2012_ladder"" WHERE ""against""=1247 AND ""draws""<0;",2-1552908-25 What is the highest number listed under against when there were less than 3 wins and less than 15 losses?,"CREATE TABLE ""2012_ladder"" ( ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""against"") FROM ""2012_ladder"" WHERE ""wins""<3 AND ""losses""<15;",2-1552908-25 "What is the deficit/surplus % of the 2012 GDP of the country with a GDP in billions of USD in 2012 less than 1,352.1, a GDP per capita in PPP US dollars in 2012 greater than 21,615, public debt % of GDP in the 2013 Q1 less than 75.4, and an inflation % annual in 2012 of 2.9?","CREATE TABLE ""economic_growth"" ( ""member_state_sorted_by_gdp"" text, ""gdp_in_s_billion_of_usd_2012"" real, ""gdp_pct_of_eu_2012"" text, ""annual_change_pct_of_gdp_2012"" text, ""gdp_per_capita_in_ppp_us_2012"" real, ""public_debt_pct_of_gdp_2013_q1"" real, ""deficit_surplus_pct_of_gdp_2012"" text, ""inflation_pct_annual_2012"" real, ""unemp_pct_2013_m7"" real );","SELECT ""deficit_surplus_pct_of_gdp_2012"" FROM ""economic_growth"" WHERE ""gdp_in_s_billion_of_usd_2012""<'1,352.1' AND ""gdp_per_capita_in_ppp_us_2012"">'21,615' AND ""public_debt_pct_of_gdp_2013_q1""<75.4 AND ""inflation_pct_annual_2012""=2.9;",2-1598533-8 "What is the average public debt % of GDP in 2013 Q1 of the country with a member slate sorted by GDP of Czech Republic and a GDP per capita in PPP US dollars in 2012 greater than 27,191?","CREATE TABLE ""economic_growth"" ( ""member_state_sorted_by_gdp"" text, ""gdp_in_s_billion_of_usd_2012"" real, ""gdp_pct_of_eu_2012"" text, ""annual_change_pct_of_gdp_2012"" text, ""gdp_per_capita_in_ppp_us_2012"" real, ""public_debt_pct_of_gdp_2013_q1"" real, ""deficit_surplus_pct_of_gdp_2012"" text, ""inflation_pct_annual_2012"" real, ""unemp_pct_2013_m7"" real );","SELECT AVG(""public_debt_pct_of_gdp_2013_q1"") FROM ""economic_growth"" WHERE ""member_state_sorted_by_gdp""='czech republic' AND ""gdp_per_capita_in_ppp_us_2012"">'27,191';",2-1598533-8 What is the largest inflation % annual in 2012 of the country with a public debt % of GDP in 2013 Q1 greater than 88.2 and a GDP % of EU in 2012 of 2.9%?,"CREATE TABLE ""economic_growth"" ( ""member_state_sorted_by_gdp"" text, ""gdp_in_s_billion_of_usd_2012"" real, ""gdp_pct_of_eu_2012"" text, ""annual_change_pct_of_gdp_2012"" text, ""gdp_per_capita_in_ppp_us_2012"" real, ""public_debt_pct_of_gdp_2013_q1"" real, ""deficit_surplus_pct_of_gdp_2012"" text, ""inflation_pct_annual_2012"" real, ""unemp_pct_2013_m7"" real );","SELECT MAX(""inflation_pct_annual_2012"") FROM ""economic_growth"" WHERE ""public_debt_pct_of_gdp_2013_q1"">88.2 AND ""gdp_pct_of_eu_2012""='2.9%';",2-1598533-8 What is the GDP % of EU in 2012 of the country with a GDP in billions of USD in 2012 of 256.3?,"CREATE TABLE ""economic_growth"" ( ""member_state_sorted_by_gdp"" text, ""gdp_in_s_billion_of_usd_2012"" real, ""gdp_pct_of_eu_2012"" text, ""annual_change_pct_of_gdp_2012"" text, ""gdp_per_capita_in_ppp_us_2012"" real, ""public_debt_pct_of_gdp_2013_q1"" real, ""deficit_surplus_pct_of_gdp_2012"" text, ""inflation_pct_annual_2012"" real, ""unemp_pct_2013_m7"" real );","SELECT ""gdp_pct_of_eu_2012"" FROM ""economic_growth"" WHERE ""gdp_in_s_billion_of_usd_2012""=256.3;",2-1598533-8 What is the Chord with a Major that is third of e?,"CREATE TABLE ""dominant_seventh_chords"" ( ""chord"" text, ""root"" text, ""major_third"" text, ""perfect_fifth"" text, ""minor_seventh"" text );","SELECT ""chord"" FROM ""dominant_seventh_chords"" WHERE ""major_third""='e';",2-1577801-7 What is the Chord with a Minor that is seventh of f?,"CREATE TABLE ""dominant_seventh_chords"" ( ""chord"" text, ""root"" text, ""major_third"" text, ""perfect_fifth"" text, ""minor_seventh"" text );","SELECT ""chord"" FROM ""dominant_seventh_chords"" WHERE ""minor_seventh""='f';",2-1577801-7 What is the Major third with a Perfect fifth that is d?,"CREATE TABLE ""dominant_seventh_chords"" ( ""chord"" text, ""root"" text, ""major_third"" text, ""perfect_fifth"" text, ""minor_seventh"" text );","SELECT ""major_third"" FROM ""dominant_seventh_chords"" WHERE ""perfect_fifth""='d';",2-1577801-7 What is the Perfect fifth with a Minor that is seventh of d?,"CREATE TABLE ""dominant_seventh_chords"" ( ""chord"" text, ""root"" text, ""major_third"" text, ""perfect_fifth"" text, ""minor_seventh"" text );","SELECT ""perfect_fifth"" FROM ""dominant_seventh_chords"" WHERE ""minor_seventh""='d';",2-1577801-7 "Where was the game, and how many attended the game on january 2?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""date""='january 2';",2-15869204-6 What is the Location and Attendance with a Record of 21–22?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""record""='21–22';",2-15869204-6 What was the date of the game against North Carolina?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""opponent""='north carolina';",2-15524351-13 What is the total number of offensive rebounds for players with more than 124 3-point attempts?,"CREATE TABLE ""season_box_score"" ( ""player"" text, ""fg_pct"" real, ""3_fga"" real, ""3_fgm"" real, ""3_fg_pct"" real, ""ft_pct"" real, ""off_reb"" real, ""def_reb"" real, ""total_reb"" real, ""asst"" real );","SELECT COUNT(""off_reb"") FROM ""season_box_score"" WHERE ""3_fga"">124;",2-15746812-4 How many FG percent values are associated with 59 assists and offensive rebounds under 40?,"CREATE TABLE ""season_box_score"" ( ""player"" text, ""fg_pct"" real, ""3_fga"" real, ""3_fgm"" real, ""3_fg_pct"" real, ""ft_pct"" real, ""off_reb"" real, ""def_reb"" real, ""total_reb"" real, ""asst"" real );","SELECT COUNT(""fg_pct"") FROM ""season_box_score"" WHERE ""asst""=59 AND ""off_reb""<40;",2-15746812-4 "What is the total number of offensive rebounds for players with under 65 total rebounds, 5 defensive rebounds, and under 7 assists?","CREATE TABLE ""season_box_score"" ( ""player"" text, ""fg_pct"" real, ""3_fga"" real, ""3_fgm"" real, ""3_fg_pct"" real, ""ft_pct"" real, ""off_reb"" real, ""def_reb"" real, ""total_reb"" real, ""asst"" real );","SELECT COUNT(""off_reb"") FROM ""season_box_score"" WHERE ""total_reb""<65 AND ""def_reb""=5 AND ""asst""<7;",2-15746812-4 "Which Round has a Competition of uefa cup, and a Series of 5–2?","CREATE TABLE ""1970s_return_to_success_and_uefa_cup_sem"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponent"" text, ""home"" text, ""away"" text, ""series"" text );","SELECT ""round"" FROM ""1970s_return_to_success_and_uefa_cup_sem"" WHERE ""competition""='uefa cup' AND ""series""='5–2';",2-1573615-3 "Which Series has a Home of 2–0, and an Opponent of panathinaikos?","CREATE TABLE ""1970s_return_to_success_and_uefa_cup_sem"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponent"" text, ""home"" text, ""away"" text, ""series"" text );","SELECT ""series"" FROM ""1970s_return_to_success_and_uefa_cup_sem"" WHERE ""home""='2–0' AND ""opponent""='panathinaikos';",2-1573615-3 "Which Home has a Competition of european cup, and a Round of qf?","CREATE TABLE ""1970s_return_to_success_and_uefa_cup_sem"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponent"" text, ""home"" text, ""away"" text, ""series"" text );","SELECT ""home"" FROM ""1970s_return_to_success_and_uefa_cup_sem"" WHERE ""competition""='european cup' AND ""round""='qf';",2-1573615-3 Which Season has an Opponent of hibernians?,"CREATE TABLE ""1970s_return_to_success_and_uefa_cup_sem"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponent"" text, ""home"" text, ""away"" text, ""series"" text );","SELECT ""season"" FROM ""1970s_return_to_success_and_uefa_cup_sem"" WHERE ""opponent""='hibernians';",2-1573615-3 "Which Opponent has an Away of 1–1, and a Home of 3–3?","CREATE TABLE ""1970s_return_to_success_and_uefa_cup_sem"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponent"" text, ""home"" text, ""away"" text, ""series"" text );","SELECT ""opponent"" FROM ""1970s_return_to_success_and_uefa_cup_sem"" WHERE ""away""='1–1' AND ""home""='3–3';",2-1573615-3 "Which Home has a Round of r1, and an Opponent of dundee united?","CREATE TABLE ""1970s_return_to_success_and_uefa_cup_sem"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponent"" text, ""home"" text, ""away"" text, ""series"" text );","SELECT ""home"" FROM ""1970s_return_to_success_and_uefa_cup_sem"" WHERE ""round""='r1' AND ""opponent""='dundee united';",2-1573615-3 "What is the set 2 the has 1 set of 21-25, and 4 sets of 25-20?","CREATE TABLE ""results_pool_a"" ( ""date"" text, ""score"" text, ""set_1"" text, ""set_2"" text, ""set_3"" text, ""set_4"" text, ""set_5"" text, ""total"" text );","SELECT ""set_2"" FROM ""results_pool_a"" WHERE ""set_1""='21-25' AND ""set_4""='25-20';",2-16013858-3 What is Domenik Hixon's average rush?,"CREATE TABLE ""rushing"" ( ""player"" text, ""att"" real, ""yards"" text, ""avg"" text, ""long"" text, ""fum_l"" real );","SELECT ""avg"" FROM ""rushing"" WHERE ""player""='domenik hixon';",2-15581223-6 What is the total number of Viewers when the rank is #40?,"CREATE TABLE ""episodes"" ( ""episode_num"" real, ""title"" text, ""air_date"" text, ""rating"" real, ""share"" real, ""18_49"" real, ""viewers"" real, ""rank"" text );","SELECT COUNT(""viewers"") FROM ""episodes"" WHERE ""rank""='#40';",2-15472662-3 "What is the average Episode # with a share of 9, and #35 is rank and less than 8.21 viewers?","CREATE TABLE ""episodes"" ( ""episode_num"" real, ""title"" text, ""air_date"" text, ""rating"" real, ""share"" real, ""18_49"" real, ""viewers"" real, ""rank"" text );","SELECT AVG(""episode_num"") FROM ""episodes"" WHERE ""share""=9 AND ""rank""='#35' AND ""viewers""<8.21;",2-15472662-3 "What is the average Episode # with a 7 share and 18–49 is less than 2 and the Air Date of may 21, 2009?","CREATE TABLE ""episodes"" ( ""episode_num"" real, ""title"" text, ""air_date"" text, ""rating"" real, ""share"" real, ""18_49"" real, ""viewers"" real, ""rank"" text );","SELECT AVG(""episode_num"") FROM ""episodes"" WHERE ""share""=7 AND ""18_49""<2 AND ""air_date""='may 21, 2009';",2-15472662-3 "What is the lowest Viewers that has an Episode #higher than 58 with a title of ""curveball"" less than 4.1 rating?","CREATE TABLE ""episodes"" ( ""episode_num"" real, ""title"" text, ""air_date"" text, ""rating"" real, ""share"" real, ""18_49"" real, ""viewers"" real, ""rank"" text );","SELECT MIN(""viewers"") FROM ""episodes"" WHERE ""episode_num"">58 AND ""title""='\""curveball\""' AND ""rating""<4.1;",2-15472662-3 "What is the Air Date that has a 18–49 larger than 1.9, less than 7.54 viewers and a rating less than 4.9?","CREATE TABLE ""episodes"" ( ""episode_num"" real, ""title"" text, ""air_date"" text, ""rating"" real, ""share"" real, ""18_49"" real, ""viewers"" real, ""rank"" text );","SELECT ""air_date"" FROM ""episodes"" WHERE ""18_49"">1.9 AND ""viewers""<7.54 AND ""rating""<4.9;",2-15472662-3 What is the lowest Bronze with a Nation of egypt (egy) and with a Gold that is smaller than 2?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""bronze"") FROM ""medal_table"" WHERE ""nation""='egypt (egy)' AND ""gold""<2;",2-15553293-2 What is the total number of Silver with a Total that is smaller than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""silver"") FROM ""medal_table"" WHERE ""total""<1;",2-15553293-2 What is the highest Total with a Rank that is smaller than 4 and a Nation of tunisia (tun) with a Gold that is smaller than 2?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""total"") FROM ""medal_table"" WHERE ""rank""<4 AND ""nation""='tunisia (tun)' AND ""gold""<2;",2-15553293-2 What is the average Total with a Nation of ethiopia (eth) and a Rank that is larger than 9?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""total"") FROM ""medal_table"" WHERE ""nation""='ethiopia (eth)' AND ""rank"">9;",2-15553293-2 From which region is the album with release date of 19 June 2007?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""date""='19 june 2007';",2-15460519-4 Which label released the catalog Magik Muzik CD 07 on 28 March 2007?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""date""='28 march 2007' AND ""catalog""='magik muzik cd 07';",2-15460519-4 "For the catalog title DP068-07, what formats are available?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""catalog""='dp068-07';",2-15460519-4 What is the Term in office with an Order that is 9?,"CREATE TABLE ""list_of_ministers_for_sport"" ( ""order"" text, ""minister"" text, ""party"" text, ""prime_minister"" text, ""term_start"" text, ""term_end"" text, ""term_in_office"" text );","SELECT ""term_in_office"" FROM ""list_of_ministers_for_sport"" WHERE ""order""='9';",2-15733048-1 "What competition has June 19, 2004 as the date?","CREATE TABLE ""quer_taro_and_atletico_san_luis"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""quer_taro_and_atletico_san_luis"" WHERE ""date""='june 19, 2004';",2-1598635-1 "What result has January 21, 2002 as the date?","CREATE TABLE ""quer_taro_and_atletico_san_luis"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""quer_taro_and_atletico_san_luis"" WHERE ""date""='january 21, 2002';",2-1598635-1 "What date has alamodome, san antonio, united states as the venue?","CREATE TABLE ""quer_taro_and_atletico_san_luis"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""quer_taro_and_atletico_san_luis"" WHERE ""venue""='alamodome, san antonio, united states';",2-1598635-1 "What date has 2006 fifa world cup qualification as the competition, and alamodome, san antonio, united States as the venue?","CREATE TABLE ""quer_taro_and_atletico_san_luis"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""quer_taro_and_atletico_san_luis"" WHERE ""competition""='2006 fifa world cup qualification' AND ""venue""='alamodome, san antonio, united states';",2-1598635-1 What is the rank of the nation with more than 0 silver medals and 38 bronze medals?,"CREATE TABLE ""all_time_medal_table_1966_2013"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""rank"" FROM ""all_time_medal_table_1966_2013"" WHERE ""silver"">0 AND ""bronze""=38;",2-1570167-8 Which astrological sign has the Latin motto of Vita?,"CREATE TABLE ""the_twelve_houses"" ( ""house"" text, ""sign"" text, ""latin_motto"" text, ""translation"" text, ""modern_title_of_house"" text );","SELECT ""sign"" FROM ""the_twelve_houses"" WHERE ""latin_motto""='vita';",2-160338-1 What is the translation of the sign of Aquarius?,"CREATE TABLE ""the_twelve_houses"" ( ""house"" text, ""sign"" text, ""latin_motto"" text, ""translation"" text, ""modern_title_of_house"" text );","SELECT ""translation"" FROM ""the_twelve_houses"" WHERE ""sign""='aquarius';",2-160338-1 Which modern house title translates to prison?,"CREATE TABLE ""the_twelve_houses"" ( ""house"" text, ""sign"" text, ""latin_motto"" text, ""translation"" text, ""modern_title_of_house"" text );","SELECT ""modern_title_of_house"" FROM ""the_twelve_houses"" WHERE ""translation""='prison';",2-160338-1 What is the Latin motto of the sign that translates to spouse?,"CREATE TABLE ""the_twelve_houses"" ( ""house"" text, ""sign"" text, ""latin_motto"" text, ""translation"" text, ""modern_title_of_house"" text );","SELECT ""latin_motto"" FROM ""the_twelve_houses"" WHERE ""translation""='spouse';",2-160338-1 What is the modern house title of the 1st house?,"CREATE TABLE ""the_twelve_houses"" ( ""house"" text, ""sign"" text, ""latin_motto"" text, ""translation"" text, ""modern_title_of_house"" text );","SELECT ""modern_title_of_house"" FROM ""the_twelve_houses"" WHERE ""house""='1st';",2-160338-1 Which sign has a modern house title of House of Partnerships?,"CREATE TABLE ""the_twelve_houses"" ( ""house"" text, ""sign"" text, ""latin_motto"" text, ""translation"" text, ""modern_title_of_house"" text );","SELECT ""sign"" FROM ""the_twelve_houses"" WHERE ""modern_title_of_house""='house of partnerships';",2-160338-1 "What is the sum for the int yards that has an assts more than 3, and player Jay Alford?","CREATE TABLE ""defensive"" ( ""player"" text, ""tackles"" real, ""solo"" real, ""assts"" real, ""sacks"" real, ""int_yards"" real, ""int_avg"" real, ""int_td"" real, ""fum_rec"" real, ""fum_rec_td"" real );","SELECT SUM(""int_yards"") FROM ""defensive"" WHERE ""assts"">3 AND ""player""='jay alford';",2-15581223-8 What is the Time with a Score that is 80-34?,"CREATE TABLE ""round_six"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""time"" FROM ""round_six"" WHERE ""score""='80-34';",2-15764352-6 What is the Date with a Home that is hamilton wildcats?,"CREATE TABLE ""round_six"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""date"" FROM ""round_six"" WHERE ""home""='hamilton wildcats';",2-15764352-6 What is the Ground with a Date that is 2008-06-20?,"CREATE TABLE ""round_six"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""ground"" FROM ""round_six"" WHERE ""date""='2008-06-20';",2-15764352-6 What is the Away with a Ground that is humber college lakeshore?,"CREATE TABLE ""round_six"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""away"" FROM ""round_six"" WHERE ""ground""='humber college lakeshore';",2-15764352-6 What is the Time with a Ground that is humber college north?,"CREATE TABLE ""round_six"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""time"" FROM ""round_six"" WHERE ""ground""='humber college north';",2-15764352-6 What is the Away with a Ground that is humber college north?,"CREATE TABLE ""round_six"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""away"" FROM ""round_six"" WHERE ""ground""='humber college north';",2-15764352-6 What is the College with a Round # that is 290?,"CREATE TABLE ""nfl_draft"" ( ""round_num"" real, ""pick_num"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""nfl_draft"" WHERE ""round_num""=290;",2-15555101-1 What is the College with a Player that is dean caliguire?,"CREATE TABLE ""nfl_draft"" ( ""round_num"" real, ""pick_num"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""nfl_draft"" WHERE ""player""='dean caliguire';",2-15555101-1 What was the first leg of the semi-final?,"CREATE TABLE ""liverpool"" ( ""round"" text, ""opposition"" text, ""first_leg"" text, ""second_leg"" text, ""aggregate_score"" text );","SELECT ""first_leg"" FROM ""liverpool"" WHERE ""round""='semi-final';",2-15717469-1 What was the first leg score against Real Sociedad?,"CREATE TABLE ""liverpool"" ( ""round"" text, ""opposition"" text, ""first_leg"" text, ""second_leg"" text, ""aggregate_score"" text );","SELECT ""first_leg"" FROM ""liverpool"" WHERE ""opposition""='real sociedad';",2-15717469-1 What was the first leg against Hibernian?,"CREATE TABLE ""liverpool"" ( ""round"" text, ""opposition"" text, ""first_leg"" text, ""second_leg"" text, ""aggregate_score"" text );","SELECT ""first_leg"" FROM ""liverpool"" WHERE ""opposition""='hibernian';",2-15717469-1 Who were the opposition in the quarter-final?,"CREATE TABLE ""liverpool"" ( ""round"" text, ""opposition"" text, ""first_leg"" text, ""second_leg"" text, ""aggregate_score"" text );","SELECT ""opposition"" FROM ""liverpool"" WHERE ""round""='quarter-final';",2-15717469-1 What is the least number of assists among players ranked 2?,"CREATE TABLE ""assists"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""assists"" real );","SELECT MIN(""assists"") FROM ""assists"" WHERE ""rank""=2;",2-16050349-6 What is the lowest total when the rank is 14 and the gold medals is larger than 0?,"CREATE TABLE ""all_time_medal_tables"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""all_time_medal_tables"" WHERE ""rank""='14' AND ""gold"">0;",2-1603424-3 What is the total number of medals when there are 18 gold medals?,"CREATE TABLE ""all_time_medal_tables"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""total"") FROM ""all_time_medal_tables"" WHERE ""gold""=18;",2-1603424-3 "What is the number of bronze medals when the total is greater than 1, more than 2 silver medals are won, and the rank is 2?","CREATE TABLE ""all_time_medal_tables"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""bronze"" FROM ""all_time_medal_tables"" WHERE ""total"">1 AND ""silver"">2 AND ""rank""='2';",2-1603424-3 What was the location of the game when the record was 12-4?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""location"" FROM ""schedule"" WHERE ""record""='12-4';",2-15925327-3 What was the location of the game when the record was 2-1?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""location"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""location"" FROM ""schedule"" WHERE ""record""='2-1';",2-15925327-3 What day was the game that had the Cavaliers as visiting team and the Knicks as the home team?,"CREATE TABLE ""april"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""record"" text );","SELECT ""date"" FROM ""april"" WHERE ""visitor""='cavaliers' AND ""home""='knicks';",2-15932367-11 "What is the main span in feet from a year of 2009 or more recent with a rank less than 94 and 1,310 main span metres?","CREATE TABLE ""completed_suspension_bridges"" ( ""rank"" real, ""main_span_metres"" text, ""main_span_feet"" text, ""year_opened"" real, ""country"" text );","SELECT ""main_span_feet"" FROM ""completed_suspension_bridges"" WHERE ""year_opened"">2009 AND ""rank""<94 AND ""main_span_metres""='1,310';",2-1604842-1 What is the main span feet from opening year of 1936 in the United States with a rank greater than 47 and 421 main span metres?,"CREATE TABLE ""completed_suspension_bridges"" ( ""rank"" real, ""main_span_metres"" text, ""main_span_feet"" text, ""year_opened"" real, ""country"" text );","SELECT ""main_span_feet"" FROM ""completed_suspension_bridges"" WHERE ""year_opened""=1936 AND ""country""='united states' AND ""rank"">47 AND ""main_span_metres""='421';",2-1604842-1 What is the highest rank from the year greater than 2010 with 430 main span metres?,"CREATE TABLE ""completed_suspension_bridges"" ( ""rank"" real, ""main_span_metres"" text, ""main_span_feet"" text, ""year_opened"" real, ""country"" text );","SELECT MAX(""rank"") FROM ""completed_suspension_bridges"" WHERE ""year_opened"">2010 AND ""main_span_metres""='430';",2-1604842-1 "What is the oldest year with a main span feet of 1,640 in South Korea?","CREATE TABLE ""completed_suspension_bridges"" ( ""rank"" real, ""main_span_metres"" text, ""main_span_feet"" text, ""year_opened"" real, ""country"" text );","SELECT MIN(""year_opened"") FROM ""completed_suspension_bridges"" WHERE ""main_span_feet""='1,640' AND ""country""='south korea';",2-1604842-1 What was the score of the game when the record was 39–21–4?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='39–21–4';",2-15798619-2 What was the date of the game with a score of 2–1?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""score""='2–1';",2-15798619-2 What is the earliest week that the Texans played at the Cleveland Browns Stadium?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" text );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""game_site""='cleveland browns stadium';",2-15399928-4 When did the Texans play at LP Field?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""game_site""='lp field';",2-15399928-4 Which quarterback had an Avg/G of 195.8?,"CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""year"" text, ""att_cmp_int"" text, ""avg_g"" real );","SELECT ""name"" FROM ""passing"" WHERE ""avg_g""=195.8;",2-15739323-14 When did Philoxenus Anicetus begin to hold power?,"CREATE TABLE ""list_of_state_leaders_in_100_bc"" ( ""type"" text, ""name"" text, ""title"" text, ""royal_house"" text, ""from"" text );","SELECT ""from"" FROM ""list_of_state_leaders_in_100_bc"" WHERE ""name""='philoxenus anicetus';",2-1576352-12 When did Demetrios III begin to hold power?,"CREATE TABLE ""list_of_state_leaders_in_100_bc"" ( ""type"" text, ""name"" text, ""title"" text, ""royal_house"" text, ""from"" text );","SELECT ""from"" FROM ""list_of_state_leaders_in_100_bc"" WHERE ""name""='demetrios iii';",2-1576352-12 Which royal house corresponds to Polyxenos Epiphanes Soter?,"CREATE TABLE ""list_of_state_leaders_in_100_bc"" ( ""type"" text, ""name"" text, ""title"" text, ""royal_house"" text, ""from"" text );","SELECT ""royal_house"" FROM ""list_of_state_leaders_in_100_bc"" WHERE ""name""='polyxenos epiphanes soter';",2-1576352-12 "What is Mark, when Name is Dmytro Hlushchenko?","CREATE TABLE ""semifinals"" ( ""heat"" real, ""lane"" real, ""name"" text, ""country"" text, ""mark"" text, ""react"" real );","SELECT ""mark"" FROM ""semifinals"" WHERE ""name""='dmytro hlushchenko';",2-16181680-3 "What is Country, when Lane is 5, and when React is greater than 0.166?","CREATE TABLE ""semifinals"" ( ""heat"" real, ""lane"" real, ""name"" text, ""country"" text, ""mark"" text, ""react"" real );","SELECT ""country"" FROM ""semifinals"" WHERE ""lane""=5 AND ""react"">0.166;",2-16181680-3 "What is the lowest Lane, when Country is France, and when React is less than 0.14100000000000001?","CREATE TABLE ""semifinals"" ( ""heat"" real, ""lane"" real, ""name"" text, ""country"" text, ""mark"" text, ""react"" real );","SELECT MIN(""lane"") FROM ""semifinals"" WHERE ""country""='france' AND ""react""<0.14100000000000001;",2-16181680-3 "What is Heat, when Mark is 6.69?","CREATE TABLE ""semifinals"" ( ""heat"" real, ""lane"" real, ""name"" text, ""country"" text, ""mark"" text, ""react"" real );","SELECT ""heat"" FROM ""semifinals"" WHERE ""mark""='6.69';",2-16181680-3 What is the average number of points for a song ranked 2nd with a draw greater than 3?,"CREATE TABLE ""references"" ( ""draw"" real, ""song"" text, ""performer"" text, ""points"" real, ""rank"" text );","SELECT AVG(""points"") FROM ""references"" WHERE ""rank""='2nd' AND ""draw"">3;",2-15695610-1 What is the total number of draws for songs performed by Miranda with fewer than 48 points?,"CREATE TABLE ""references"" ( ""draw"" real, ""song"" text, ""performer"" text, ""points"" real, ""rank"" text );","SELECT COUNT(""draw"") FROM ""references"" WHERE ""performer""='miranda' AND ""points""<48;",2-15695610-1 What is the HDTV when the content shows a timeshift +1 di disney junior?,"CREATE TABLE ""children"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""hdtv"" FROM ""children"" WHERE ""content""='timeshift +1 di disney junior';",2-15887683-9 "What is the Country when the language is italian english, and the television service is disney xd +1?","CREATE TABLE ""children"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""country"" FROM ""children"" WHERE ""language""='italian english' AND ""television_service""='disney xd +1';",2-15887683-9 "What is the HDTV when the Package/Option is sky famiglia, and a Television service of boomerang +1?","CREATE TABLE ""children"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""hdtv"" FROM ""children"" WHERE ""package_option""='sky famiglia' AND ""television_service""='boomerang +1';",2-15887683-9 What shows as Content for the Television service of nickelodeon +1?,"CREATE TABLE ""children"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""content"" FROM ""children"" WHERE ""television_service""='nickelodeon +1';",2-15887683-9 "What is the Team, when the Year 2007 is greater than 15,710, when the Year 2006 is greater than 17,666, and when the Year 2005 is greater than 22,532?","CREATE TABLE ""attendance"" ( ""team"" text, ""year_2007"" real, ""year_2006"" real, ""year_2005"" real, ""change_06_07"" text );","SELECT ""team"" FROM ""attendance"" WHERE ""year_2007"">'15,710' AND ""year_2006"">'17,666' AND ""year_2005"">'22,532';",2-160994-2 "What is the sum of Year 2007(s), when the Year 2005 is greater than 29,377?","CREATE TABLE ""attendance"" ( ""team"" text, ""year_2007"" real, ""year_2006"" real, ""year_2005"" real, ""change_06_07"" text );","SELECT SUM(""year_2007"") FROM ""attendance"" WHERE ""year_2005"">'29,377';",2-160994-2 On what day was the game that ended in a score of 97-38?,"CREATE TABLE ""round_two"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""date"" FROM ""round_two"" WHERE ""score""='97-38';",2-15764352-2 Who was the home team of the game at the time of 14:00?,"CREATE TABLE ""round_two"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""home"" FROM ""round_two"" WHERE ""time""='14:00';",2-15764352-2 Who was the home team of the game at the time of 15:00?,"CREATE TABLE ""round_two"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""home"" FROM ""round_two"" WHERE ""time""='15:00';",2-15764352-2 On what day was the game that ended in a score of 97-38?,"CREATE TABLE ""round_two"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""date"" FROM ""round_two"" WHERE ""score""='97-38';",2-15764352-2 Who was the away team of the game at the time 15:00?,"CREATE TABLE ""round_two"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""away"" FROM ""round_two"" WHERE ""time""='15:00';",2-15764352-2 On what grounds did the away team of the Toronto Rebels play?,"CREATE TABLE ""round_two"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""ground"" FROM ""round_two"" WHERE ""away""='toronto rebels';",2-15764352-2 Which capital has a Hangul of 경상남도?,"CREATE TABLE ""provinces_since_the_division_of_korea"" ( ""rr_romaja"" text, ""m_r_romaja"" text, ""hangul_chosongul"" text, ""hanja"" text, ""area"" text, ""capital"" text, ""region"" text, ""country"" text );","SELECT ""capital"" FROM ""provinces_since_the_division_of_korea"" WHERE ""hangul_chosongul""='경상남도';",2-160510-5 Which country has a city with a Hanja of 平安北道?,"CREATE TABLE ""provinces_since_the_division_of_korea"" ( ""rr_romaja"" text, ""m_r_romaja"" text, ""hangul_chosongul"" text, ""hanja"" text, ""area"" text, ""capital"" text, ""region"" text, ""country"" text );","SELECT ""country"" FROM ""provinces_since_the_division_of_korea"" WHERE ""hanja""='平安北道';",2-160510-5 What is the RR Romaja for the province that has Hangul of 강원도 and capital of Wonsan?,"CREATE TABLE ""provinces_since_the_division_of_korea"" ( ""rr_romaja"" text, ""m_r_romaja"" text, ""hangul_chosongul"" text, ""hanja"" text, ""area"" text, ""capital"" text, ""region"" text, ""country"" text );","SELECT ""rr_romaja"" FROM ""provinces_since_the_division_of_korea"" WHERE ""hangul_chosongul""='강원도' AND ""capital""='wonsan';",2-160510-5 What is the area for the province having Hangul of 경기도?,"CREATE TABLE ""provinces_since_the_division_of_korea"" ( ""rr_romaja"" text, ""m_r_romaja"" text, ""hangul_chosongul"" text, ""hanja"" text, ""area"" text, ""capital"" text, ""region"" text, ""country"" text );","SELECT ""area"" FROM ""provinces_since_the_division_of_korea"" WHERE ""hangul_chosongul""='경기도';",2-160510-5 What is the M-R Romaja for the province having a capital of Cheongju?,"CREATE TABLE ""provinces_since_the_division_of_korea"" ( ""rr_romaja"" text, ""m_r_romaja"" text, ""hangul_chosongul"" text, ""hanja"" text, ""area"" text, ""capital"" text, ""region"" text, ""country"" text );","SELECT ""m_r_romaja"" FROM ""provinces_since_the_division_of_korea"" WHERE ""capital""='cheongju';",2-160510-5 What is the highest game that has 32 points and a team rank larger than 4 named montepaschi siena,"CREATE TABLE ""points"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""points"" real );","SELECT MAX(""games"") FROM ""points"" WHERE ""points""=32 AND ""team""='montepaschi siena' AND ""rank"">4;",2-16050349-10 "What is the lowest Built, when Floors is greater than 23, and when Rank is 3?","CREATE TABLE ""tallest_completed_buildings"" ( ""rank"" real, ""name"" text, ""built"" real, ""height"" text, ""floors"" real );","SELECT MIN(""built"") FROM ""tallest_completed_buildings"" WHERE ""floors"">23 AND ""rank""=3;",2-15947425-1 "What is Height, when Rank is less than 20, when Floors is greater than 9, when Built is 2005, and when Name is The Edge (C)?","CREATE TABLE ""tallest_completed_buildings"" ( ""rank"" real, ""name"" text, ""built"" real, ""height"" text, ""floors"" real );","SELECT ""height"" FROM ""tallest_completed_buildings"" WHERE ""rank""<20 AND ""floors"">9 AND ""built""=2005 AND ""name""='the edge (c)';",2-15947425-1 "What is the lowest Floors, when Built is greater than 1970, and when Name is NV Building 3?","CREATE TABLE ""tallest_completed_buildings"" ( ""rank"" real, ""name"" text, ""built"" real, ""height"" text, ""floors"" real );","SELECT MIN(""floors"") FROM ""tallest_completed_buildings"" WHERE ""built"">1970 AND ""name""='nv building 3';",2-15947425-1 "What is the total number of Built, when Floors is less than 22, when Rank is less than 8, and when Name is White, Mediacityuk?","CREATE TABLE ""tallest_completed_buildings"" ( ""rank"" real, ""name"" text, ""built"" real, ""height"" text, ""floors"" real );","SELECT COUNT(""built"") FROM ""tallest_completed_buildings"" WHERE ""floors""<22 AND ""rank""<8 AND ""name""='white, mediacityuk';",2-15947425-1 "What is the height of the player from Las Vegas, NV?","CREATE TABLE ""roster"" ( ""name"" text, ""height"" text, ""position"" text, ""year"" text, ""home_town"" text );","SELECT ""height"" FROM ""roster"" WHERE ""home_town""='las vegas, nv';",2-16066729-1 "What is the name of the guard from Cary, NC?","CREATE TABLE ""roster"" ( ""name"" text, ""height"" text, ""position"" text, ""year"" text, ""home_town"" text );","SELECT ""name"" FROM ""roster"" WHERE ""position""='guard' AND ""home_town""='cary, nc';",2-16066729-1 In what year of school is the forward Iman McFarland?,"CREATE TABLE ""roster"" ( ""name"" text, ""height"" text, ""position"" text, ""year"" text, ""home_town"" text );","SELECT ""year"" FROM ""roster"" WHERE ""position""='forward' AND ""name""='iman mcfarland';",2-16066729-1 How tall is the freshman guard Cetera Degraffenreid?,"CREATE TABLE ""roster"" ( ""name"" text, ""height"" text, ""position"" text, ""year"" text, ""home_town"" text );","SELECT ""height"" FROM ""roster"" WHERE ""position""='guard' AND ""year""='freshman' AND ""name""='cetera degraffenreid';",2-16066729-1 "What position does the 5-8 player from Grottoes, VA play?","CREATE TABLE ""roster"" ( ""name"" text, ""height"" text, ""position"" text, ""year"" text, ""home_town"" text );","SELECT ""position"" FROM ""roster"" WHERE ""height""='5-8' AND ""home_town""='grottoes, va';",2-16066729-1 "In what year of school is the player from Fayetteville, NC?","CREATE TABLE ""roster"" ( ""name"" text, ""height"" text, ""position"" text, ""year"" text, ""home_town"" text );","SELECT ""year"" FROM ""roster"" WHERE ""home_town""='fayetteville, nc';",2-16066729-1 "What is the Team with a game of more than 56, and the score is l 85–90 (ot)?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""game"">56 AND ""score""='l 85–90 (ot)';",2-15780049-7 What is the Record when the high rebounds was Antonio Davis (9)?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""high_rebounds""='antonio davis (9)';",2-15780049-7 What is the home score with marek dupnitsa as opponent?,"CREATE TABLE ""by_season"" ( ""season"" text, ""competition"" text, ""round"" text, ""opponent"" text, ""home"" text, ""away"" text );","SELECT ""home"" FROM ""by_season"" WHERE ""opponent""='marek dupnitsa';",2-1566040-4 What is the Label of the B0011141-01 Catalog?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""catalog""='b0011141-01';",2-15389236-2 What is the Label of the UICI-1069 Catalog?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""catalog""='uici-1069';",2-15389236-2 What is the Region of the 1766390 Catalog?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""catalog""='1766390';",2-15389236-2 What School/Club did Dominique Wilkins play for?,"CREATE TABLE ""w"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""w"" WHERE ""player""='dominique wilkins';",2-15621965-20 "What is the outcome of the 4–6, 6–4, 6–3, 7–6 (7–2) score?","CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""score""='4–6, 6–4, 6–3, 7–6 (7–2)';",2-16100029-3 What is the outcome of the match with Roger Federer as the opponent?,"CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""opponent""='roger federer';",2-16100029-3 What surface was the Australian Open (1) played on?,"CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""surface"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""championship""='australian open (1)';",2-16100029-3 What is the Rank of the player with 362 Matches?,"CREATE TABLE ""list_of_top_association_football_goal_sc"" ( ""rank"" real, ""name"" text, ""years"" text, ""matches"" real, ""goals"" real );","SELECT MAX(""rank"") FROM ""list_of_top_association_football_goal_sc"" WHERE ""matches""=362;",2-1590321-38 What is the Rank of the player with 158 Goals in more than 362 Matches?,"CREATE TABLE ""list_of_top_association_football_goal_sc"" ( ""rank"" real, ""name"" text, ""years"" text, ""matches"" real, ""goals"" real );","SELECT COUNT(""rank"") FROM ""list_of_top_association_football_goal_sc"" WHERE ""goals""=158 AND ""matches"">362;",2-1590321-38 What is the sum of drawn that has a played more than 12?,"CREATE TABLE ""lpf_s_campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT COUNT(""drawn"") FROM ""lpf_s_campeonato_paulista"" WHERE ""played"">12;",2-15405394-2 "What difference has a points greater than 10, and a drawn less than 2?","CREATE TABLE ""lpf_s_campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT ""difference"" FROM ""lpf_s_campeonato_paulista"" WHERE ""points"">10 AND ""drawn""<2;",2-15405394-2 "What is the Result of the game with 72,949 in attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""attendance""='72,949';",2-16025124-3 "What is the Attendance for a Week earlier than 16, and a Date of bye?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""week""<16 AND ""date""='bye';",2-16025124-3 What is the Result of the game against the Indianapolis Colts?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""opponent""='indianapolis colts';",2-16025124-3 "Which song has more than 66 points, a draw greater than 3, and is ranked 3rd?","CREATE TABLE ""references"" ( ""draw"" real, ""song"" text, ""performer"" text, ""points"" real, ""rank"" text );","SELECT ""song"" FROM ""references"" WHERE ""points"">66 AND ""draw"">3 AND ""rank""='3rd';",2-15689942-1 What is the lowest points when the ranking is 1st?,"CREATE TABLE ""references"" ( ""draw"" real, ""song"" text, ""performer"" text, ""points"" real, ""rank"" text );","SELECT MIN(""points"") FROM ""references"" WHERE ""rank""='1st';",2-15689942-1 What is the average number of points when the ranking is 7th and the draw is less than 4?,"CREATE TABLE ""references"" ( ""draw"" real, ""song"" text, ""performer"" text, ""points"" real, ""rank"" text );","SELECT AVG(""points"") FROM ""references"" WHERE ""rank""='7th' AND ""draw""<4;",2-15689942-1 What is the total number of points of the honda hr-1 engine?,"CREATE TABLE ""cart"" ( ""year"" real, ""team"" text, ""chassis"" text, ""engine"" text, ""rank"" text, ""points"" real );","SELECT COUNT(""points"") FROM ""cart"" WHERE ""engine""='honda hr-1';",2-1615758-2 What is the rank of the reynard 2ki chassis before 2002?,"CREATE TABLE ""cart"" ( ""year"" real, ""team"" text, ""chassis"" text, ""engine"" text, ""rank"" text, ""points"" real );","SELECT ""rank"" FROM ""cart"" WHERE ""year""<2002 AND ""chassis""='reynard 2ki';",2-1615758-2 "Who was the home team on April 13, 2008 when Itabuna was the away team?","CREATE TABLE ""first_three_matches"" ( ""round"" text, ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text );","SELECT ""home_team"" FROM ""first_three_matches"" WHERE ""date""='april 13, 2008' AND ""away_team""='itabuna';",2-15468818-2 What is the name of the home team with a round of 2nd and Vitória da Conquista as the way team?,"CREATE TABLE ""first_three_matches"" ( ""round"" text, ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text );","SELECT ""home_team"" FROM ""first_three_matches"" WHERE ""round""='2nd' AND ""away_team""='vitória da conquista';",2-15468818-2 "What is the name of the home team on April 13, 2008 when Itabuna was the away team?","CREATE TABLE ""first_three_matches"" ( ""round"" text, ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text );","SELECT ""home_team"" FROM ""first_three_matches"" WHERE ""date""='april 13, 2008' AND ""away_team""='itabuna';",2-15468818-2 What home team has a score of 5 - 5?,"CREATE TABLE ""first_three_matches"" ( ""round"" text, ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text );","SELECT ""home_team"" FROM ""first_three_matches"" WHERE ""score""='5 - 5';",2-15468818-2 On which date was the score 0 - 0?,"CREATE TABLE ""first_three_matches"" ( ""round"" text, ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text );","SELECT ""date"" FROM ""first_three_matches"" WHERE ""score""='0 - 0';",2-15468818-2 Who played as the home team when Vitória was the away team?,"CREATE TABLE ""first_three_matches"" ( ""round"" text, ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text );","SELECT ""home_team"" FROM ""first_three_matches"" WHERE ""away_team""='vitória';",2-15468818-2 What grid is the lowest when the time/retired is + 5 laps and the laps is less than 161?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT MIN(""grid"") FROM ""race"" WHERE ""time_retired""='+ 5 laps' AND ""laps""<161;",2-15444757-2 What is the biggest points when the grid is less than 13 and the time/retired is +7.538 secs?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT MAX(""points"") FROM ""race"" WHERE ""grid""<13 AND ""time_retired""='+7.538 secs';",2-15444757-2 Driver Ricardo Sperafico has what as his average laps?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT AVG(""laps"") FROM ""race"" WHERE ""driver""='ricardo sperafico';",2-15444757-2 What is the name of the driver with 6 points?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT ""driver"" FROM ""race"" WHERE ""points""=6;",2-15444757-2 What is the average points that the driver Ryan Hunter-Reay has?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT AVG(""points"") FROM ""race"" WHERE ""driver""='ryan hunter-reay';",2-15444757-2 "What shows for 2006, when 2013 is 2–4?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2006"" text, ""2009"" text, ""2012"" text, ""2013"" text );","SELECT ""2006"" FROM ""doubles_performance_timeline"" WHERE ""2013""='2–4';",2-15852178-3 "What shows for 2013 when the 2012 is 2r, and a 2009 is 2r?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2006"" text, ""2009"" text, ""2012"" text, ""2013"" text );","SELECT ""2013"" FROM ""doubles_performance_timeline"" WHERE ""2012""='2r' AND ""2009""='2r';",2-15852178-3 "What is the 2006 when the 2013 is 1r, and the 2012 is 1r?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2006"" text, ""2009"" text, ""2012"" text, ""2013"" text );","SELECT ""2006"" FROM ""doubles_performance_timeline"" WHERE ""2013""='1r' AND ""2012""='1r';",2-15852178-3 "What is the 2006 when the 2013 is 2r, and a Tournament was the us open?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2006"" text, ""2009"" text, ""2012"" text, ""2013"" text );","SELECT ""2006"" FROM ""doubles_performance_timeline"" WHERE ""2013""='2r' AND ""tournament""='us open';",2-15852178-3 "What is the Tournament when the 2013 is 2r, and a 2006 is 1r?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2006"" text, ""2009"" text, ""2012"" text, ""2013"" text );","SELECT ""tournament"" FROM ""doubles_performance_timeline"" WHERE ""2013""='2r' AND ""2006""='1r';",2-15852178-3 What is the Tournament when the 2013 is 1r?,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2006"" text, ""2009"" text, ""2012"" text, ""2013"" text );","SELECT ""tournament"" FROM ""doubles_performance_timeline"" WHERE ""2013""='1r';",2-15852178-3 When in 2008 that has a 2007 of f?,"CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""tournament"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text, ""win_pct"" text );","SELECT ""2008"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""2007""='f';",2-16100029-2 Which Tournament has a 2007 of 19–4?,"CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""tournament"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text, ""win_pct"" text );","SELECT ""tournament"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""2007""='19–4';",2-16100029-2 WHat in 2005 has a Win % of 82.61?,"CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""tournament"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text, ""win_pct"" text );","SELECT ""2005"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""win_pct""='82.61';",2-16100029-2 "What in 2007 has a 2008 of sf, and a 2010 of f?","CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""tournament"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text, ""win_pct"" text );","SELECT ""2007"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""2008""='sf' AND ""2010""='f';",2-16100029-2 What in 2013 has a 2009 of 3r?,"CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""tournament"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text, ""win_pct"" text );","SELECT ""2013"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""2009""='3r';",2-16100029-2 "What in 2007 has a 2010 of qf, and a 2012 of w?","CREATE TABLE ""grand_slam_tournament_performance_timeli"" ( ""tournament"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text, ""win_pct"" text );","SELECT ""2007"" FROM ""grand_slam_tournament_performance_timeli"" WHERE ""2010""='qf' AND ""2012""='w';",2-16100029-2 What is the name of Team 2 with a 2nd leg of 4-6?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_2"" FROM ""first_round"" WHERE ""2nd_leg""='4-6';",2-16004214-1 What is the name of Team 2 with a Team 1 of Al Qadsia?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_2"" FROM ""first_round"" WHERE ""team_1""='al qadsia';",2-16004214-1 What is the 1st leg of the Al Fahaheel Team 1?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""first_round"" WHERE ""team_1""='al fahaheel';",2-16004214-1 What is the 1st leg of the match with a 2nd leg of 3-2?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""first_round"" WHERE ""2nd_leg""='3-2';",2-16004214-1 What is the Ground with an Away that is central blues?,"CREATE TABLE ""round_seven"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""ground"" FROM ""round_seven"" WHERE ""away""='central blues';",2-15764352-7 What is the Away with a Time that is 14:00?,"CREATE TABLE ""round_seven"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""away"" FROM ""round_seven"" WHERE ""time""='14:00';",2-15764352-7 What is the Date with a Time that is 18:45?,"CREATE TABLE ""round_seven"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""date"" FROM ""round_seven"" WHERE ""time""='18:45';",2-15764352-7 What is the Score with a Date that is 2008-06-28?,"CREATE TABLE ""round_seven"" ( ""date"" text, ""time"" text, ""home"" text, ""away"" text, ""score"" text, ""ground"" text );","SELECT ""score"" FROM ""round_seven"" WHERE ""date""='2008-06-28';",2-15764352-7 Which player was in the Omonia Nicosia club?,"CREATE TABLE ""european_golden_shoe_winners"" ( ""season"" text, ""nationality"" text, ""player"" text, ""club"" text, ""league"" text, ""goals"" real, ""points"" text );","SELECT ""player"" FROM ""european_golden_shoe_winners"" WHERE ""club""='omonia nicosia';",2-1601889-2 Which league's nationality was Italy when there were 62 points?,"CREATE TABLE ""european_golden_shoe_winners"" ( ""season"" text, ""nationality"" text, ""player"" text, ""club"" text, ""league"" text, ""goals"" real, ""points"" text );","SELECT ""league"" FROM ""european_golden_shoe_winners"" WHERE ""nationality""='italy' AND ""points""='62';",2-1601889-2 "What is the value for the item ""Lost"" when the value ""Tries"" is 47?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""tries_for"" text, ""tries_against"" text );","SELECT ""lost"" FROM ""league_table"" WHERE ""tries_for""='47';",2-15467476-4 "What is the value for the item ""Tries"" when the value of the item ""Played"" is 18 and the value of the item ""Points"" is 375?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""tries_for"" text, ""tries_against"" text );","SELECT ""tries_for"" FROM ""league_table"" WHERE ""played""='18' AND ""points_against""='375';",2-15467476-4 "What is the value of the item ""Points"" when the value of the item ""Points against"" is 272?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""tries_for"" text, ""tries_against"" text );","SELECT ""points_for"" FROM ""league_table"" WHERE ""points_against""='272';",2-15467476-4 Which location has a capacity that has a rank of 23?,"CREATE TABLE ""brazil_s_30_busiest_airports_by_passenge"" ( ""rank"" real, ""location"" text, ""total_passengers"" real, ""annual_change"" text, ""capacity"" real, ""capacity_in_use"" text );","SELECT ""capacity_in_use"" FROM ""brazil_s_30_busiest_airports_by_passenge"" WHERE ""rank""=23;",2-15494883-4 "What location has an in use capacity of 167,60%?","CREATE TABLE ""brazil_s_30_busiest_airports_by_passenge"" ( ""rank"" real, ""location"" text, ""total_passengers"" real, ""annual_change"" text, ""capacity"" real, ""capacity_in_use"" text );","SELECT MIN(""capacity"") FROM ""brazil_s_30_busiest_airports_by_passenge"" WHERE ""capacity_in_use""='167,60%';",2-15494883-4 "Which Height (cm) has a Birthplace of bloomfield hills, michigan?","CREATE TABLE ""list_of_united_states_national_ice_hocke"" ( ""position"" text, ""jersey_num"" real, ""name"" text, ""height_cm"" real, ""weight_kg"" real, ""birthdate"" text, ""birthplace"" text, ""2007_2008_team"" text, ""nhl_rights_if_any"" text );","SELECT AVG(""height_cm"") FROM ""list_of_united_states_national_ice_hocke"" WHERE ""birthplace""='bloomfield hills, michigan';",2-15715109-52 "Which Weight (kg) has a NHL rights, if any of phoenix coyotes?","CREATE TABLE ""list_of_united_states_national_ice_hocke"" ( ""position"" text, ""jersey_num"" real, ""name"" text, ""height_cm"" real, ""weight_kg"" real, ""birthdate"" text, ""birthplace"" text, ""2007_2008_team"" text, ""nhl_rights_if_any"" text );","SELECT COUNT(""weight_kg"") FROM ""list_of_united_states_national_ice_hocke"" WHERE ""nhl_rights_if_any""='phoenix coyotes';",2-15715109-52 "Which Height (cm) has a Birthplace of new canaan, connecticut?","CREATE TABLE ""list_of_united_states_national_ice_hocke"" ( ""position"" text, ""jersey_num"" real, ""name"" text, ""height_cm"" real, ""weight_kg"" real, ""birthdate"" text, ""birthplace"" text, ""2007_2008_team"" text, ""nhl_rights_if_any"" text );","SELECT COUNT(""height_cm"") FROM ""list_of_united_states_national_ice_hocke"" WHERE ""birthplace""='new canaan, connecticut';",2-15715109-52 Which Class has a Number at Lincoln smaller than 1 and a Wheel Arrangement of 0-6-0?,"CREATE TABLE ""lner"" ( ""class"" text, ""wheel_arrangement"" text, ""railway"" text, ""number_at_doncaster"" real, ""number_at_lincoln"" real );","SELECT ""class"" FROM ""lner"" WHERE ""number_at_lincoln""<1 AND ""wheel_arrangement""='0-6-0';",2-15608800-3 Which Class has a Number at Lincoln larger than 0 and a Number at Doncaster of 8?,"CREATE TABLE ""lner"" ( ""class"" text, ""wheel_arrangement"" text, ""railway"" text, ""number_at_doncaster"" real, ""number_at_lincoln"" real );","SELECT ""class"" FROM ""lner"" WHERE ""number_at_lincoln"">0 AND ""number_at_doncaster""=8;",2-15608800-3 What was the loss for Boris Picano-Nacci?,"CREATE TABLE ""table_of_largest_rogue_trader_losses"" ( ""name"" text, ""country"" text, ""date_s"" text, ""loss"" text, ""institution"" text, ""market_activity"" text );","SELECT ""loss"" FROM ""table_of_largest_rogue_trader_losses"" WHERE ""name""='boris picano-nacci';",2-15438337-1 "Which Score has smaller than 1994, and a Partner of elizabeth sayers smylie?","CREATE TABLE ""mixed_doubles_finals_15_7_8"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""score"" FROM ""mixed_doubles_finals_15_7_8"" WHERE ""year""<1994 AND ""partner""='elizabeth sayers smylie';",2-1547951-3 "Who was the Partner that was a winner, a Year smaller than 1993, and a Score of 6–4, 6–2?","CREATE TABLE ""mixed_doubles_finals_15_7_8"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents"" text, ""score"" text );","SELECT ""partner"" FROM ""mixed_doubles_finals_15_7_8"" WHERE ""outcome""='winner' AND ""year""<1993 AND ""score""='6–4, 6–2';",2-1547951-3 What tournament had a victory of a 1 stroke margin and the final winning score 69-75-71-70?,"CREATE TABLE ""lpga_tour_wins_11"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""tournament"" FROM ""lpga_tour_wins_11"" WHERE ""margin_of_victory""='1 stroke' AND ""winning_score""='69-75-71-70';",2-15422496-1 "Which Loera has a Source of surveyusa, and a Date of may 16–may 18, 2008?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""goberman"" text, ""loera"" text, ""merkley"" text, ""neville"" text, ""novick"" text, ""obrist"" text, ""other_undecided"" text );","SELECT ""loera"" FROM ""polling"" WHERE ""source""='surveyusa' AND ""date""='may 16–may 18, 2008';",2-15638491-2 "Which Goberman has a Date of april 28–april 30, 2008?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""goberman"" text, ""loera"" text, ""merkley"" text, ""neville"" text, ""novick"" text, ""obrist"" text, ""other_undecided"" text );","SELECT ""goberman"" FROM ""polling"" WHERE ""date""='april 28–april 30, 2008';",2-15638491-2 Which Neville has a Novick of 23%?,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""goberman"" text, ""loera"" text, ""merkley"" text, ""neville"" text, ""novick"" text, ""obrist"" text, ""other_undecided"" text );","SELECT ""neville"" FROM ""polling"" WHERE ""novick""='23%';",2-15638491-2 "Which Goberman has an Obrist of 2%, and a Merkley of 34%?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""goberman"" text, ""loera"" text, ""merkley"" text, ""neville"" text, ""novick"" text, ""obrist"" text, ""other_undecided"" text );","SELECT ""goberman"" FROM ""polling"" WHERE ""obrist""='2%' AND ""merkley""='34%';",2-15638491-2 "Which Novick has a Source of surveyusa, and a Neville of 8%?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""goberman"" text, ""loera"" text, ""merkley"" text, ""neville"" text, ""novick"" text, ""obrist"" text, ""other_undecided"" text );","SELECT ""novick"" FROM ""polling"" WHERE ""source""='surveyusa' AND ""neville""='8%';",2-15638491-2 Which Date has a Novick of 26%?,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""goberman"" text, ""loera"" text, ""merkley"" text, ""neville"" text, ""novick"" text, ""obrist"" text, ""other_undecided"" text );","SELECT ""date"" FROM ""polling"" WHERE ""novick""='26%';",2-15638491-2 What is the Coach with a Big Ten that is 2nd (79)?,"CREATE TABLE ""career_coaching_record"" ( ""season"" text, ""coach"" text, ""overall"" text, ""conference"" text, ""big_ten"" text, ""national"" text );","SELECT ""coach"" FROM ""career_coaching_record"" WHERE ""big_ten""='2nd (79)';",2-15814170-1 What is the Season with a Big Ten that is 2nd (386)?,"CREATE TABLE ""career_coaching_record"" ( ""season"" text, ""coach"" text, ""overall"" text, ""conference"" text, ""big_ten"" text, ""national"" text );","SELECT ""season"" FROM ""career_coaching_record"" WHERE ""big_ten""='2nd (386)';",2-15814170-1 What is the Coach with a Big Ten that is 3rd (278)?,"CREATE TABLE ""career_coaching_record"" ( ""season"" text, ""coach"" text, ""overall"" text, ""conference"" text, ""big_ten"" text, ""national"" text );","SELECT ""coach"" FROM ""career_coaching_record"" WHERE ""big_ten""='3rd (278)';",2-15814170-1 What is the Coach with a Big Ten that is 1st (148)?,"CREATE TABLE ""career_coaching_record"" ( ""season"" text, ""coach"" text, ""overall"" text, ""conference"" text, ""big_ten"" text, ""national"" text );","SELECT ""coach"" FROM ""career_coaching_record"" WHERE ""big_ten""='1st (148)';",2-15814170-1 What is the total of First Season games with 1537 Wins and a Season greater than 109?,"CREATE TABLE ""see_also"" ( ""rank"" real, ""college"" text, ""first_season"" real, ""seasons"" real, ""wins"" real, ""losses"" real );","SELECT SUM(""first_season"") FROM ""see_also"" WHERE ""wins""=1537 AND ""seasons"">109;",2-16185580-1 How many wins were there for Washington State College with losses greater than 980 and a first season before 1906 and rank greater than 42?,"CREATE TABLE ""see_also"" ( ""rank"" real, ""college"" text, ""first_season"" real, ""seasons"" real, ""wins"" real, ""losses"" real );","SELECT COUNT(""wins"") FROM ""see_also"" WHERE ""losses"">980 AND ""first_season""<1906 AND ""college""='washington state' AND ""rank"">42;",2-16185580-1 "What is the total number of rank with losses less than 992, North Carolina State College and a season greater than 101?","CREATE TABLE ""see_also"" ( ""rank"" real, ""college"" text, ""first_season"" real, ""seasons"" real, ""wins"" real, ""losses"" real );","SELECT COUNT(""rank"") FROM ""see_also"" WHERE ""losses""<992 AND ""college""='north carolina state' AND ""seasons"">101;",2-16185580-1 "What is the total number of bronzes associated with 1 silver, ranks under 6 and under 6 golds?","CREATE TABLE ""medals_by_republic"" ( ""rank"" real, ""republic"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medals_by_republic"" WHERE ""silver""=1 AND ""rank""<6 AND ""gold""<6;",2-1577603-1 What is the highest number of bronzes for teams ranked number 7 with more than 0 silver?,"CREATE TABLE ""medals_by_republic"" ( ""rank"" real, ""republic"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medals_by_republic"" WHERE ""silver"">0 AND ""rank""=7;",2-1577603-1 "What is the average total for teams with more than 1 gold, ranked over 3 and more than 3 bronze?","CREATE TABLE ""medals_by_republic"" ( ""rank"" real, ""republic"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""total"") FROM ""medals_by_republic"" WHERE ""gold"">1 AND ""rank"">3 AND ""bronze"">3;",2-1577603-1 "What is the sum of bronzes for teams with more than 2 gold, ranked under 3, and less than 22 silver?","CREATE TABLE ""medals_by_republic"" ( ""rank"" real, ""republic"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medals_by_republic"" WHERE ""gold"">2 AND ""rank""<3 AND ""silver""<22;",2-1577603-1 What is the sum of silvers for teams with ranks over 3 and totals under 2?,"CREATE TABLE ""medals_by_republic"" ( ""rank"" real, ""republic"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""silver"") FROM ""medals_by_republic"" WHERE ""rank"">3 AND ""total""<2;",2-1577603-1 What is the number of Games for the Maccabi Tel Aviv Team with less than 208 Rebounds?,"CREATE TABLE ""rebounds"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""rebounds"" real );","SELECT AVG(""games"") FROM ""rebounds"" WHERE ""team""='maccabi tel aviv' AND ""rebounds""<208;",2-16050349-14 How many Rebounds did Novica Veličković get in less than 22 Games?,"CREATE TABLE ""rebounds"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""rebounds"" real );","SELECT SUM(""rebounds"") FROM ""rebounds"" WHERE ""name""='novica veličković' AND ""games""<22;",2-16050349-14 How many Games for Terence Morris?,"CREATE TABLE ""rebounds"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""rebounds"" real );","SELECT ""games"" FROM ""rebounds"" WHERE ""name""='terence morris';",2-16050349-14 What is the number of Games for Partizan Belgrade player Nikola Peković with a Rank of more than 4?,"CREATE TABLE ""rebounds"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""rebounds"" real );","SELECT MIN(""games"") FROM ""rebounds"" WHERE ""team""='partizan belgrade' AND ""name""='nikola peković' AND ""rank"">4;",2-16050349-14 Which year's rank was #4 when the country was the US?,"CREATE TABLE ""accolades"" ( ""publication"" text, ""country"" text, ""accolade"" text, ""year"" real, ""rank"" text );","SELECT ""year"" FROM ""accolades"" WHERE ""rank""='#4' AND ""country""='us';",2-15425794-2 Which publication happened in the UK?,"CREATE TABLE ""accolades"" ( ""publication"" text, ""country"" text, ""accolade"" text, ""year"" real, ""rank"" text );","SELECT ""publication"" FROM ""accolades"" WHERE ""country""='uk';",2-15425794-2 Which rank's country is the US when the accolade is 40 best albums of the year?,"CREATE TABLE ""accolades"" ( ""publication"" text, ""country"" text, ""accolade"" text, ""year"" real, ""rank"" text );","SELECT ""rank"" FROM ""accolades"" WHERE ""country""='us' AND ""accolade""='40 best albums of the year';",2-15425794-2 What is the nationality of the HMS Cheshire?,"CREATE TABLE ""summary_of_raiding_history"" ( ""date"" text, ""name"" text, ""nationality"" text, ""tonnage_grt"" real, ""fate"" text );","SELECT ""nationality"" FROM ""summary_of_raiding_history"" WHERE ""name""='hms cheshire';",2-15472215-1 "What was the final score with Guillermo Vilas as the opponent in the final, that happened after 1972?","CREATE TABLE ""singles_titles_4"" ( ""outcome"" text, ""date"" real, ""championship"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""score_in_the_final"" FROM ""singles_titles_4"" WHERE ""opponent_in_the_final""='guillermo vilas' AND ""date"">1972;",2-15428560-1 Which points has the driver Paul Tracy?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT ""points"" FROM ""race"" WHERE ""driver""='paul tracy';",2-15323340-2 "What grid has 78 laps, and Ronnie Bremer as driver?","CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT ""grid"" FROM ""race"" WHERE ""laps""=78 AND ""driver""='ronnie bremer';",2-15323340-2 Who scored with a grid of 10 and the highest amount of laps?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT MAX(""laps"") FROM ""race"" WHERE ""grid""=10;",2-15565520-2 Who was Fourth in the 2008 Telstra Men's Pro Event?,"CREATE TABLE ""pro_final_results"" ( ""event"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text );","SELECT ""fourth"" FROM ""pro_final_results"" WHERE ""event""='2008 telstra men''s pro';",2-16067721-1 Who was the Winner when Selby Riddle came in Fourth?,"CREATE TABLE ""pro_final_results"" ( ""event"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text );","SELECT ""winner"" FROM ""pro_final_results"" WHERE ""fourth""='selby riddle';",2-16067721-1 Who was in Second Place with Isabelle Brayley came in Fourth?,"CREATE TABLE ""pro_final_results"" ( ""event"" text, ""winner"" text, ""second"" text, ""third"" text, ""fourth"" text );","SELECT ""second"" FROM ""pro_final_results"" WHERE ""fourth""='isabelle brayley';",2-16067721-1 "What is the average Total Freshwater Withdrawal (km 3 /yr), when Industrial Use (m 3 /p/yr)(in %) is 337(63%), and when Per Capita Withdrawal (m 3 /p/yr) is greater than 535?","CREATE TABLE ""freshwater_withdrawal_by_country_and_sec"" ( ""country"" text, ""total_freshwater_withdrawal_km_3_yr"" real, ""per_capita_withdrawal_m_3_p_yr"" real, ""domestic_use_m_3_p_yr_in_pct"" text, ""industrial_use_m_3_p_yr_in_pct"" text, ""agricultural_use_m_3_p_yr_in_pct"" text );","SELECT AVG(""total_freshwater_withdrawal_km_3_yr"") FROM ""freshwater_withdrawal_by_country_and_sec"" WHERE ""industrial_use_m_3_p_yr_in_pct""='337(63%)' AND ""per_capita_withdrawal_m_3_p_yr"">535;",2-15909409-2 "What is the highest Per Capita Withdrawal (m 3 /p/yr), when Agricultural Use (m 3 /p/yr)(in %) is 1363(92%), and when Total Freshwater Withdrawal (km 3 /yr) is less than 42.7?","CREATE TABLE ""freshwater_withdrawal_by_country_and_sec"" ( ""country"" text, ""total_freshwater_withdrawal_km_3_yr"" real, ""per_capita_withdrawal_m_3_p_yr"" real, ""domestic_use_m_3_p_yr_in_pct"" text, ""industrial_use_m_3_p_yr_in_pct"" text, ""agricultural_use_m_3_p_yr_in_pct"" text );","SELECT MAX(""per_capita_withdrawal_m_3_p_yr"") FROM ""freshwater_withdrawal_by_country_and_sec"" WHERE ""agricultural_use_m_3_p_yr_in_pct""='1363(92%)' AND ""total_freshwater_withdrawal_km_3_yr""<42.7;",2-15909409-2 "What is Agricultural Use (m 3 /p/yr)(in %), when Per Capita Withdrawal (m 3 /p/yr) is greater than 923, and when Domestic Use (m 3 /p/yr)(in %) is 73(7%)?","CREATE TABLE ""freshwater_withdrawal_by_country_and_sec"" ( ""country"" text, ""total_freshwater_withdrawal_km_3_yr"" real, ""per_capita_withdrawal_m_3_p_yr"" real, ""domestic_use_m_3_p_yr_in_pct"" text, ""industrial_use_m_3_p_yr_in_pct"" text, ""agricultural_use_m_3_p_yr_in_pct"" text );","SELECT ""agricultural_use_m_3_p_yr_in_pct"" FROM ""freshwater_withdrawal_by_country_and_sec"" WHERE ""per_capita_withdrawal_m_3_p_yr"">923 AND ""domestic_use_m_3_p_yr_in_pct""='73(7%)';",2-15909409-2 "What is Industrial Use (m 3 /p/yr)(in %), when Total Freshwater Withdrawal (km 3/yr) is less than 82.75, and when Agricultural Use (m 3 /p/yr)(in %) is 1363(92%)?","CREATE TABLE ""freshwater_withdrawal_by_country_and_sec"" ( ""country"" text, ""total_freshwater_withdrawal_km_3_yr"" real, ""per_capita_withdrawal_m_3_p_yr"" real, ""domestic_use_m_3_p_yr_in_pct"" text, ""industrial_use_m_3_p_yr_in_pct"" text, ""agricultural_use_m_3_p_yr_in_pct"" text );","SELECT ""industrial_use_m_3_p_yr_in_pct"" FROM ""freshwater_withdrawal_by_country_and_sec"" WHERE ""total_freshwater_withdrawal_km_3_yr""<82.75 AND ""agricultural_use_m_3_p_yr_in_pct""='1363(92%)';",2-15909409-2 Who was the leading score in the game at the Warriors?,"CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""record"" text );","SELECT ""leading_scorer"" FROM ""january"" WHERE ""home""='warriors';",2-15932367-8 How many average cuts made when 11 is the Top-10?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""cuts_made"") FROM ""summary"" WHERE ""top_10""=11;",2-1544337-5 When the wins are less than 0 and the Top-5 1 what is the average cuts?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""cuts_made"") FROM ""summary"" WHERE ""top_5""=1 AND ""wins""<0;",2-1544337-5 What is the average Top-10 with a greater than 11 Top-25 and a less than 2 wins?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""top_10"") FROM ""summary"" WHERE ""top_25"">11 AND ""wins""<2;",2-1544337-5 What is the total of wins when the cuts made is 76 and the events greater than 115?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT SUM(""wins"") FROM ""summary"" WHERE ""cuts_made""=76 AND ""events"">115;",2-1544337-5 What are the largest cuts made when the events are less than 21?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""cuts_made"") FROM ""summary"" WHERE ""events""<21;",2-1544337-5 What is the lowest Top-25 that has 3 Events and Wins greater than 0?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""top_25"") FROM ""summary"" WHERE ""events""=3 AND ""wins"">0;",2-1608306-4 What is the Wins of the Top-25 of 1 and 7 Events?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT ""wins"" FROM ""summary"" WHERE ""top_25""=1 AND ""events""=7;",2-1608306-4 What is the lowest Top-25 with Wins less than 0?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""top_25"") FROM ""summary"" WHERE ""wins""<0;",2-1608306-4 What is the total number of cuts made of tournaments with 2 Events?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""cuts_made"") FROM ""summary"" WHERE ""events""=2;",2-1608306-4 Which Bleeding has a Condition of congenital afibrinogenemia?,"CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""bleeding_time"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""condition""='congenital afibrinogenemia';",2-1557752-1 "which Partial thromboplastin time has a Condition of liver failure , early?","CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""partial_thromboplastin_time"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""condition""='liver failure , early';",2-1557752-1 "Which Condition has an unaffected Partial thromboplastin time, Platelet count, and a Prothrombin time?","CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""condition"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""partial_thromboplastin_time""='unaffected' AND ""platelet_count""='unaffected' AND ""prothrombin_time""='unaffected';",2-1557752-1 "Which Condition has an unaffected Prothrombin time and a Bleeding time, and a Partial thromboplastin time of prolonged?","CREATE TABLE ""laboratory_findings_in_various_platelet_"" ( ""condition"" text, ""prothrombin_time"" text, ""partial_thromboplastin_time"" text, ""bleeding_time"" text, ""platelet_count"" text );","SELECT ""condition"" FROM ""laboratory_findings_in_various_platelet_"" WHERE ""prothrombin_time""='unaffected' AND ""bleeding_time""='unaffected' AND ""partial_thromboplastin_time""='prolonged';",2-1557752-1 "What margin was in after 1981, and was Roberto De Vicenzo runner-up?","CREATE TABLE ""wins_5"" ( ""year"" real, ""championship"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""margin"" FROM ""wins_5"" WHERE ""year"">1981 AND ""runner_s_up""='roberto de vicenzo';",2-1552405-6 What championship was in 1985?,"CREATE TABLE ""wins_5"" ( ""year"" real, ""championship"" text, ""winning_score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""championship"" FROM ""wins_5"" WHERE ""year""=1985;",2-1552405-6 What is the number of bronze medals when the total medals were 78 and there were less than 12 golds?,"CREATE TABLE ""medal_count"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_count"" WHERE ""total""=78 AND ""gold""<12;",2-15428689-2 "What is the average number of gold medals when the total was 1335 medals, with more than 469 bronzes and more than 14 silvers?","CREATE TABLE ""medal_count"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_count"" WHERE ""silver"">14 AND ""total""=1335 AND ""bronze"">469;",2-15428689-2 What is the total amount of gold medals when there were more than 20 silvers and there were 135 bronze medals?,"CREATE TABLE ""medal_count"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medal_count"" WHERE ""silver"">20 AND ""bronze""=135;",2-15428689-2 What is the average number of bronze medals for total of all nations?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medal_table"" WHERE ""nation""='total';",2-15481353-1 What is the sum of gold medals for a rank of 14?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""gold"") FROM ""medal_table"" WHERE ""rank""='14';",2-15481353-1 Which rank has 1 silver medal and more than 1 gold medal?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""rank"" FROM ""medal_table"" WHERE ""silver""=1 AND ""gold"">1;",2-15481353-1 What is the Clubs when there are 4 for the number of fixtures?,"CREATE TABLE ""calendar"" ( ""round"" text, ""main_date"" text, ""number_of_fixtures"" real, ""clubs"" text, ""new_entries_this_round"" text );","SELECT ""clubs"" FROM ""calendar"" WHERE ""number_of_fixtures""=4;",2-15488604-1 What is the sum of Number of fixtures when the rounds shows quarter-finals?,"CREATE TABLE ""calendar"" ( ""round"" text, ""main_date"" text, ""number_of_fixtures"" real, ""clubs"" text, ""new_entries_this_round"" text );","SELECT SUM(""number_of_fixtures"") FROM ""calendar"" WHERE ""round""='quarter-finals';",2-15488604-1 What is the New entries this round when the round is the semi-finals?,"CREATE TABLE ""calendar"" ( ""round"" text, ""main_date"" text, ""number_of_fixtures"" real, ""clubs"" text, ""new_entries_this_round"" text );","SELECT ""new_entries_this_round"" FROM ""calendar"" WHERE ""round""='semi-finals';",2-15488604-1 "What is the Round when the number of fixtures is more than 2, and the Main date of 7 and 28 november 2007?","CREATE TABLE ""calendar"" ( ""round"" text, ""main_date"" text, ""number_of_fixtures"" real, ""clubs"" text, ""new_entries_this_round"" text );","SELECT ""round"" FROM ""calendar"" WHERE ""number_of_fixtures"">2 AND ""main_date""='7 and 28 november 2007';",2-15488604-1 What is the event average for a top-25 smaller than 0?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""events"") FROM ""summary"" WHERE ""top_25""<0;",2-1543742-2 "What are the highest wins with cuts smaller than 6, events of 4 and a top-5 smaller than 0?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""wins"") FROM ""summary"" WHERE ""cuts_made""<6 AND ""events""=4 AND ""top_5""<0;",2-1543742-2 "What are the lowest top-5 with a top-25 larger than 4, 29 cuts and a top-10 larger than 18?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""top_5"") FROM ""summary"" WHERE ""top_25"">4 AND ""cuts_made""=29 AND ""top_10"">18;",2-1543742-2 What is the lowest for top-25 with events smaller than 42 in a U.S. Open with a top-10 smaller than 5?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""top_25"") FROM ""summary"" WHERE ""events""<42 AND ""tournament""='u.s. open' AND ""top_10""<5;",2-1543742-2 "Which birthplace's height in inches was more than 192 when the position was d and the birthday was April 5, 1983?","CREATE TABLE ""list_of_united_states_national_ice_hocke"" ( ""position"" text, ""jersey_num"" real, ""name"" text, ""height_in"" real, ""weight_lb"" text, ""birthdate"" text, ""birthplace"" text, ""2010_2011_team"" text );","SELECT ""birthplace"" FROM ""list_of_united_states_national_ice_hocke"" WHERE ""height_in"">192 AND ""position""='d' AND ""birthdate""='april 5, 1983';",2-15715109-35 What nationality has steve kerr as the player?,"CREATE TABLE ""k"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""nationality"" FROM ""k"" WHERE ""player""='steve kerr';",2-15621965-10 "What years in Orlando have the United States as the nationality, with concord hs as the school/club team?","CREATE TABLE ""k"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""years_in_orlando"" FROM ""k"" WHERE ""nationality""='united states' AND ""school_club_team""='concord hs';",2-15621965-10 Which player has montana as the school/club team?,"CREATE TABLE ""k"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""k"" WHERE ""school_club_team""='montana';",2-15621965-10 What nationality has jon koncak as the player?,"CREATE TABLE ""k"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""nationality"" FROM ""k"" WHERE ""player""='jon koncak';",2-15621965-10 "What years in orlando have the United States as the nationality, and montana as the school/club team?","CREATE TABLE ""k"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""years_in_orlando"" FROM ""k"" WHERE ""nationality""='united states' AND ""school_club_team""='montana';",2-15621965-10 What school/club team has tim kempton as the player?,"CREATE TABLE ""k"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""k"" WHERE ""player""='tim kempton';",2-15621965-10 "In the game where they played the Pittsburgh Steelers, what was the attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""opponent""='pittsburgh steelers';",2-15345341-2 "In the game on or before week 9, who was the opponent when the attendance was 61,626?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week""<9 AND ""attendance""='61,626';",2-15345341-2 "On November 20, 1994, what was the result of the game?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""date""='november 20, 1994';",2-15345341-2 What is the team #2 with Deport as team #1?,"CREATE TABLE ""phase_ii"" ( ""team_num1"" text, ""points"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_num2"" FROM ""phase_ii"" WHERE ""team_num1""='deport';",2-16056990-12 What is the 2nd leg for the team #2 junior?,"CREATE TABLE ""phase_ii"" ( ""team_num1"" text, ""points"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""2nd_leg"" FROM ""phase_ii"" WHERE ""team_num2""='junior';",2-16056990-12 What is the 1st leg with a junior team #2?,"CREATE TABLE ""phase_ii"" ( ""team_num1"" text, ""points"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""phase_ii"" WHERE ""team_num2""='junior';",2-16056990-12 What is the rank with 0 bronze?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""rank"") FROM ""medals_table"" WHERE ""bronze""<0;",2-15826239-2 What is the total where the gold is larger than 2?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""medals_table"" WHERE ""gold"">2;",2-15826239-2 What is the smallest number of gold where the total is less than 3 and the silver count is 2?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""gold"") FROM ""medals_table"" WHERE ""silver""=2 AND ""total""<3;",2-15826239-2 "Which Against has a Drawn smaller than 5, and a Lost smaller than 6, and a Points larger than 36?","CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT COUNT(""against"") FROM ""campeonato_paulista"" WHERE ""drawn""<5 AND ""lost""<6 AND ""points"">36;",2-15317277-1 "Which Played has a Lost larger than 9, and a Points smaller than 15, and a Position smaller than 12, and a Drawn smaller than 2?","CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT AVG(""played"") FROM ""campeonato_paulista"" WHERE ""lost"">9 AND ""points""<15 AND ""position""<12 AND ""drawn""<2;",2-15317277-1 "How many weeks have october 31, 1954 as the date?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT COUNT(""week"") FROM ""schedule"" WHERE ""date""='october 31, 1954';",2-15765440-1 What party took office after 1993 with Senator Michael Galloway?,"CREATE TABLE ""senate"" ( ""senator"" text, ""party"" text, ""district"" real, ""home_town"" text, ""took_office"" real );","SELECT ""party"" FROM ""senate"" WHERE ""took_office"">1993 AND ""senator""='michael galloway';",2-15939524-3 What year did Senator Ken Armbrister take office?,"CREATE TABLE ""senate"" ( ""senator"" text, ""party"" text, ""district"" real, ""home_town"" text, ""took_office"" real );","SELECT ""took_office"" FROM ""senate"" WHERE ""senator""='ken armbrister';",2-15939524-3 What is the sum of Bronze when the total is more than 27?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""total"">27;",2-15400315-1 What is the total number of Bronze when gold is more than 1 and nation is total?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""bronze"") FROM ""medal_table"" WHERE ""gold"">1 AND ""nation""='total';",2-15400315-1 What is the average Bronze for rank 3 and total is more than 8?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medal_table"" WHERE ""rank""='3' AND ""total"">8;",2-15400315-1 What is the sum of Total when rank is 2?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""total"") FROM ""medal_table"" WHERE ""rank""='2';",2-15400315-1 "What is the Nation when there is a total less than 27, gold is less than 1, and bronze is more than 1?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""nation"" FROM ""medal_table"" WHERE ""total""<27 AND ""gold""<1 AND ""bronze"">1;",2-15400315-1 What is the earliest Year commissioned wiht an Average annual output greater than 58 and Installed capacity of 20?,"CREATE TABLE ""power_stations"" ( ""name"" text, ""year_commissioned"" real, ""gross_head_metres"" real, ""installed_capacity_megawatts"" real, ""average_annual_output_million_k_wh"" real );","SELECT MIN(""year_commissioned"") FROM ""power_stations"" WHERE ""average_annual_output_million_k_wh"">58 AND ""installed_capacity_megawatts""=20;",2-16183862-1 What is the Average annual output for Culligran power station with an Installed capacity less than 19?,"CREATE TABLE ""power_stations"" ( ""name"" text, ""year_commissioned"" real, ""gross_head_metres"" real, ""installed_capacity_megawatts"" real, ""average_annual_output_million_k_wh"" real );","SELECT AVG(""average_annual_output_million_k_wh"") FROM ""power_stations"" WHERE ""name""='culligran' AND ""installed_capacity_megawatts""<19;",2-16183862-1 What is the Year Commissioned of the power stationo with a Gross head of less than 18?,"CREATE TABLE ""power_stations"" ( ""name"" text, ""year_commissioned"" real, ""gross_head_metres"" real, ""installed_capacity_megawatts"" real, ""average_annual_output_million_k_wh"" real );","SELECT AVG(""year_commissioned"") FROM ""power_stations"" WHERE ""gross_head_metres""<18;",2-16183862-1 What is the Year commissioned of the power station with a Gross head of 60 metres and Average annual output of less than 59 million KWh?,"CREATE TABLE ""power_stations"" ( ""name"" text, ""year_commissioned"" real, ""gross_head_metres"" real, ""installed_capacity_megawatts"" real, ""average_annual_output_million_k_wh"" real );","SELECT MAX(""year_commissioned"") FROM ""power_stations"" WHERE ""gross_head_metres""=60 AND ""average_annual_output_million_k_wh""<59;",2-16183862-1 What is the sum of the area values for districts having density over 462 and websites of http://krishna.nic.in/?,"CREATE TABLE ""external_links"" ( ""code"" text, ""district"" text, ""headquarters"" text, ""population_2011"" real, ""area_km"" real, ""density_km"" real, ""official_website"" text );","SELECT SUM(""area_km"") FROM ""external_links"" WHERE ""density_km"">462 AND ""official_website""='http://krishna.nic.in/';",2-1610301-1 What is the valvetrain with an engine model that is engine model?,"CREATE TABLE ""sdi_vs_other_vw_group_diesel_engines"" ( ""engine_model"" text, ""engine_displacement"" text, ""valvetrain"" text, ""max_power_k_w_ps"" text, ""rpm_for_max_power"" text, ""max_torque_nm_ft_lbf"" text, ""rpm_for_max_torque"" text );","SELECT ""valvetrain"" FROM ""sdi_vs_other_vw_group_diesel_engines"" WHERE ""engine_model""='engine model';",2-15884090-2 What is the Position of the player from Vanderbilt?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""position"" FROM ""t"" WHERE ""school_club_team""='vanderbilt';",2-15621965-18 What is Stephen Thompson's School/Club Team?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""t"" WHERE ""player""='stephen thompson';",2-15621965-18 "How many spikes have 28.09.1981 as the date of birth, with a block greater than 318?","CREATE TABLE ""volleyball_at_the_2004_summer_olympics_m"" ( ""name"" text, ""date_of_birth"" text, ""height"" real, ""weight"" real, ""spike"" real, ""block"" real );","SELECT SUM(""spike"") FROM ""volleyball_at_the_2004_summer_olympics_m"" WHERE ""date_of_birth""='28.09.1981' AND ""block"">318;",2-15859432-4 On what date was the DVD released for the season with fewer than 13 episodes that aired before season 8?,"CREATE TABLE ""series_overview"" ( ""season"" real, ""episodes"" real, ""season_premiere"" text, ""season_finale"" text, ""dvd_release_date"" text );","SELECT ""dvd_release_date"" FROM ""series_overview"" WHERE ""season""<8 AND ""episodes""<13;",2-15584441-1 "Which season had fewer than 13 episodes and aired its season finale on February 20, 2011?","CREATE TABLE ""series_overview"" ( ""season"" real, ""episodes"" real, ""season_premiere"" text, ""season_finale"" text, ""dvd_release_date"" text );","SELECT COUNT(""season"") FROM ""series_overview"" WHERE ""episodes""<13 AND ""season_finale""='february 20, 2011';",2-15584441-1 "After Match 43, what was the Attendance of the Match with a Score of 2-4?","CREATE TABLE ""third_round"" ( ""match_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""third_round"" WHERE ""match_no"">43 AND ""score""='2-4';",2-15994215-4 "When the runner-up is listed as Gigi Fernández Natalia Zvereva and the week is 26 June 2 weeks, who are the semi finalists?","CREATE TABLE ""june"" ( ""week_of"" text, ""tier"" text, ""winner"" text, ""runner_up"" text, ""semi_finalists"" text );","SELECT ""semi_finalists"" FROM ""june"" WHERE ""runner_up""='gigi fernández natalia zvereva' AND ""week_of""='26 june 2 weeks';",2-15866312-6 "Who is the winner in the week listed as 26 June 2 weeks, when the runner-up is Arantxa Sánchez Vicario?","CREATE TABLE ""june"" ( ""week_of"" text, ""tier"" text, ""winner"" text, ""runner_up"" text, ""semi_finalists"" text );","SELECT ""winner"" FROM ""june"" WHERE ""week_of""='26 june 2 weeks' AND ""runner_up""='arantxa sánchez vicario';",2-15866312-6 "Who are the semi finalists on the week of 12 june, when the runner-up is listed as Lori McNeil?","CREATE TABLE ""june"" ( ""week_of"" text, ""tier"" text, ""winner"" text, ""runner_up"" text, ""semi_finalists"" text );","SELECT ""semi_finalists"" FROM ""june"" WHERE ""week_of""='12 june' AND ""runner_up""='lori mcneil';",2-15866312-6 "When the Tier is listed as tier iii, who is the Winner?","CREATE TABLE ""june"" ( ""week_of"" text, ""tier"" text, ""winner"" text, ""runner_up"" text, ""semi_finalists"" text );","SELECT ""winner"" FROM ""june"" WHERE ""tier""='tier iii';",2-15866312-6 "In which week is the winner listed as Jana Novotná Arantxa Sánchez Vicario 5–7, 7–5, 6–4?","CREATE TABLE ""june"" ( ""week_of"" text, ""tier"" text, ""winner"" text, ""runner_up"" text, ""semi_finalists"" text );","SELECT ""week_of"" FROM ""june"" WHERE ""winner""='jana novotná arantxa sánchez vicario 5–7, 7–5, 6–4';",2-15866312-6 Who was the Player that spent the Year 2005 in Orlando?,"CREATE TABLE ""j"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""j"" WHERE ""years_in_orlando""='2005';",2-15621965-9 "What was the Position of the Player, Britton Johnsen?","CREATE TABLE ""j"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""position"" FROM ""j"" WHERE ""player""='britton johnsen';",2-15621965-9 "Who was the Player that had the Position, guard-forward?","CREATE TABLE ""j"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_in_orlando"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""j"" WHERE ""position""='guard-forward';",2-15621965-9 Which Features have Yes listed under Datacenter?,"CREATE TABLE ""windows_server_2008_r2_edition_compariso"" ( ""features"" text, ""foundation"" text, ""standard"" text, ""enterprise"" text, ""datacenter"" text, ""itanium"" text );","SELECT ""features"" FROM ""windows_server_2008_r2_edition_compariso"" WHERE ""datacenter""='yes';",2-16090138-1 What is the Datacenter for the Fault Tolerant Memory Sync Feature that has Yes for Itanium and No for Standard?,"CREATE TABLE ""windows_server_2008_r2_edition_compariso"" ( ""features"" text, ""foundation"" text, ""standard"" text, ""enterprise"" text, ""datacenter"" text, ""itanium"" text );","SELECT ""datacenter"" FROM ""windows_server_2008_r2_edition_compariso"" WHERE ""standard""='no' AND ""itanium""='yes' AND ""features""='fault tolerant memory sync';",2-16090138-1 Which Foundation has an Enterprise of 2?,"CREATE TABLE ""windows_server_2008_r2_edition_compariso"" ( ""features"" text, ""foundation"" text, ""standard"" text, ""enterprise"" text, ""datacenter"" text, ""itanium"" text );","SELECT ""foundation"" FROM ""windows_server_2008_r2_edition_compariso"" WHERE ""enterprise""='2';",2-16090138-1 What is the Datacenter for the Memory modules: hot addition Feature that has Yes listed for Itanium?,"CREATE TABLE ""windows_server_2008_r2_edition_compariso"" ( ""features"" text, ""foundation"" text, ""standard"" text, ""enterprise"" text, ""datacenter"" text, ""itanium"" text );","SELECT ""datacenter"" FROM ""windows_server_2008_r2_edition_compariso"" WHERE ""itanium""='yes' AND ""features""='memory modules: hot addition';",2-16090138-1 What is the Enterprise for teh memory modules: hot replacement Feature that has a Datacenter of Yes?,"CREATE TABLE ""windows_server_2008_r2_edition_compariso"" ( ""features"" text, ""foundation"" text, ""standard"" text, ""enterprise"" text, ""datacenter"" text, ""itanium"" text );","SELECT ""enterprise"" FROM ""windows_server_2008_r2_edition_compariso"" WHERE ""datacenter""='yes' AND ""features""='memory modules: hot replacement';",2-16090138-1 What Datacenter is listed against the network access connections: rras Feature?,"CREATE TABLE ""windows_server_2008_r2_edition_compariso"" ( ""features"" text, ""foundation"" text, ""standard"" text, ""enterprise"" text, ""datacenter"" text, ""itanium"" text );","SELECT ""datacenter"" FROM ""windows_server_2008_r2_edition_compariso"" WHERE ""features""='network access connections: rras';",2-16090138-1 What is the L2 cache with a 13.5x multi 1?,"CREATE TABLE ""caspian"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""fpu_width"" text, ""multi_1"" text, ""socket"" text, ""release_date"" text, ""order_part_number"" text );","SELECT ""l2_cache"" FROM ""caspian"" WHERE ""multi_1""='13.5x';",2-1604940-12 "What is the socket with an order part number of amm300dbo22gq and a September 10, 2009 release date?","CREATE TABLE ""caspian"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""fpu_width"" text, ""multi_1"" text, ""socket"" text, ""release_date"" text, ""order_part_number"" text );","SELECT ""socket"" FROM ""caspian"" WHERE ""release_date""='september 10, 2009' AND ""order_part_number""='amm300dbo22gq';",2-1604940-12 What is the order part number with a 12.5x multi 1?,"CREATE TABLE ""caspian"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""fpu_width"" text, ""multi_1"" text, ""socket"" text, ""release_date"" text, ""order_part_number"" text );","SELECT ""order_part_number"" FROM ""caspian"" WHERE ""multi_1""='12.5x';",2-1604940-12 What is the frequency of the tmm500dbo22gq order part number?,"CREATE TABLE ""caspian"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""fpu_width"" text, ""multi_1"" text, ""socket"" text, ""release_date"" text, ""order_part_number"" text );","SELECT ""frequency"" FROM ""caspian"" WHERE ""order_part_number""='tmm500dbo22gq';",2-1604940-12 "What is the L2 cache with a release date on September 10, 2009, a 128-bit FPU width, and a 12x multi 1?","CREATE TABLE ""caspian"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""fpu_width"" text, ""multi_1"" text, ""socket"" text, ""release_date"" text, ""order_part_number"" text );","SELECT ""l2_cache"" FROM ""caspian"" WHERE ""release_date""='september 10, 2009' AND ""fpu_width""='128-bit' AND ""multi_1""='12x';",2-1604940-12 "What is the release date of the 2x 512 kb L2 cache with a 11x multi 1, and a FPU width of 128-bit?","CREATE TABLE ""caspian"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""fpu_width"" text, ""multi_1"" text, ""socket"" text, ""release_date"" text, ""order_part_number"" text );","SELECT ""release_date"" FROM ""caspian"" WHERE ""l2_cache""='2x 512 kb' AND ""multi_1""='11x' AND ""fpu_width""='128-bit';",2-1604940-12 What Player has a College that is alberta?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""round_five"" WHERE ""college""='alberta';",2-15817998-5 What College has a Player that is jermaine romans?,"CREATE TABLE ""round_five"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""round_five"" WHERE ""player""='jermaine romans';",2-15817998-5 "Which Score has a Date of 28 february 1953, and a Tie no of 3?","CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""sixth_round_proper"" WHERE ""date""='28 february 1953' AND ""tie_no""='3';",2-15625088-7 "Which Home team has a Score of 0–1, and an Away team of tottenham hotspur?","CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""sixth_round_proper"" WHERE ""score""='0–1' AND ""away_team""='tottenham hotspur';",2-15625088-7 Which Score has a Tie no of 1?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""sixth_round_proper"" WHERE ""tie_no""='1';",2-15625088-7 Which Home team has an Away team of everton?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""sixth_round_proper"" WHERE ""away_team""='everton';",2-15625088-7 "Which Tie no has a Score of 0–1, and a Date of 9 march 1953?","CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""sixth_round_proper"" WHERE ""score""='0–1' AND ""date""='9 march 1953';",2-15625088-7 Which Score has a Home team of aston villa?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""sixth_round_proper"" WHERE ""home_team""='aston villa';",2-15625088-7 What is the Language for Canale Aste?,"CREATE TABLE ""thematic_channels"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""language"" FROM ""thematic_channels"" WHERE ""television_service""='canale aste';",2-15887683-13 What is the Country with Reteconomy as the Television service?,"CREATE TABLE ""thematic_channels"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""country"" FROM ""thematic_channels"" WHERE ""television_service""='reteconomy';",2-15887683-13 What is the HDTV when documentaries are the content?,"CREATE TABLE ""thematic_channels"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""hdtv"" FROM ""thematic_channels"" WHERE ""content""='documentaries';",2-15887683-13 What is the Language when the Reteconomy is the television service?,"CREATE TABLE ""thematic_channels"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""language"" FROM ""thematic_channels"" WHERE ""television_service""='reteconomy';",2-15887683-13 What is the HDTV for the Rai Nettuno Sat Uno Television service?,"CREATE TABLE ""thematic_channels"" ( ""television_service"" text, ""country"" text, ""language"" text, ""content"" text, ""hdtv"" text, ""package_option"" text );","SELECT ""hdtv"" FROM ""thematic_channels"" WHERE ""television_service""='rai nettuno sat uno';",2-15887683-13 "What is the lowest Week when the result was l 13–10, November 30, 1975, with more than 44,982 people in attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""result""='l 13–10' AND ""date""='november 30, 1975' AND ""attendance"">'44,982';",2-15386171-2 "What is the highest Week when the opponent was the los angeles rams, with more than 37,382 in Attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""opponent""='los angeles rams' AND ""attendance"">'37,382';",2-15386171-2 "What is the highest Week when the opponent was kansas city chiefs, with more than 26,469 in attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""opponent""='kansas city chiefs' AND ""attendance"">'26,469';",2-15386171-2 What is the lowest Week when the result was l 6–0?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""result""='l 6–0';",2-15386171-2 "What is the average Week when the result was w 28–20, and there were more than 46,888 in attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""week"") FROM ""schedule"" WHERE ""result""='w 28–20' AND ""attendance"">'46,888';",2-15386171-2 What is the lowest Overs with a Run that is 18?,"CREATE TABLE ""one_day_bowling_statistics"" ( ""player"" text, ""matches"" real, ""overs"" real, ""maidens"" real, ""runs"" real, ""wickets"" real, ""average"" text, ""economy"" real, ""best_bowling"" text );","SELECT MIN(""overs"") FROM ""one_day_bowling_statistics"" WHERE ""runs""=18;",2-15893020-4 What score has charlton athletic as the away team?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""third_round_proper"" WHERE ""away_team""='charlton athletic';",2-15625088-4 What home team has coventry city as the away team?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""third_round_proper"" WHERE ""away_team""='coventry city';",2-15625088-4 What is the average Pick when the round was less than 6 for kenneth green?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""nationality"" text, ""school_club_team"" text );","SELECT AVG(""pick"") FROM ""draft_picks"" WHERE ""round""<6 AND ""player""='kenneth green';",2-15540335-1 What average goals have matches less than 228?,"CREATE TABLE ""list_of_top_association_football_goal_sc"" ( ""rank"" real, ""name"" text, ""years"" text, ""matches"" real, ""goals"" real, ""goals_matches"" real );","SELECT AVG(""goals"") FROM ""list_of_top_association_football_goal_sc"" WHERE ""matches""<228;",2-1590321-30 How many goals/matches have 153 as the goals with matches greater than 352?,"CREATE TABLE ""list_of_top_association_football_goal_sc"" ( ""rank"" real, ""name"" text, ""years"" text, ""matches"" real, ""goals"" real, ""goals_matches"" real );","SELECT SUM(""goals_matches"") FROM ""list_of_top_association_football_goal_sc"" WHERE ""goals""=153 AND ""matches"">352;",2-1590321-30 What are the lowest goal that have goals/matches greater than 0.43 with joachim streich as the name and matches greater than 378?,"CREATE TABLE ""list_of_top_association_football_goal_sc"" ( ""rank"" real, ""name"" text, ""years"" text, ""matches"" real, ""goals"" real, ""goals_matches"" real );","SELECT MIN(""goals"") FROM ""list_of_top_association_football_goal_sc"" WHERE ""goals_matches"">0.43 AND ""name""='joachim streich' AND ""matches"">378;",2-1590321-30 "What years have goals less than 229, and 440 as matches?","CREATE TABLE ""list_of_top_association_football_goal_sc"" ( ""rank"" real, ""name"" text, ""years"" text, ""matches"" real, ""goals"" real, ""goals_matches"" real );","SELECT ""years"" FROM ""list_of_top_association_football_goal_sc"" WHERE ""goals""<229 AND ""matches""=440;",2-1590321-30 What team was the winner when the runner-up shows both teams awarded championship after a draw.?,"CREATE TABLE ""all_japan_rugby_football_championship_fi"" ( ""title"" text, ""season"" text, ""winner"" text, ""score"" text, ""runner_up"" text, ""venue"" text, ""attendance"" text );","SELECT ""winner"" FROM ""all_japan_rugby_football_championship_fi"" WHERE ""runner_up""='both teams awarded championship after a draw.';",2-15696579-1 "What is the Score when the winner was suntory sungoliath, and the number attendance was n/a?","CREATE TABLE ""all_japan_rugby_football_championship_fi"" ( ""title"" text, ""season"" text, ""winner"" text, ""score"" text, ""runner_up"" text, ""venue"" text, ""attendance"" text );","SELECT ""score"" FROM ""all_japan_rugby_football_championship_fi"" WHERE ""winner""='suntory sungoliath' AND ""attendance""='n/a';",2-15696579-1 "What is the Attendance number when the runner-up was suntory sungoliath, and a Title of 46th?","CREATE TABLE ""all_japan_rugby_football_championship_fi"" ( ""title"" text, ""season"" text, ""winner"" text, ""score"" text, ""runner_up"" text, ""venue"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""all_japan_rugby_football_championship_fi"" WHERE ""runner_up""='suntory sungoliath' AND ""title""='46th';",2-15696579-1 What is the Attendance number for the title of 44th?,"CREATE TABLE ""all_japan_rugby_football_championship_fi"" ( ""title"" text, ""season"" text, ""winner"" text, ""score"" text, ""runner_up"" text, ""venue"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""all_japan_rugby_football_championship_fi"" WHERE ""title""='44th';",2-15696579-1 "What is the Title when the winner was suntory sungoliath, and a Season of 2011-12 details?","CREATE TABLE ""all_japan_rugby_football_championship_fi"" ( ""title"" text, ""season"" text, ""winner"" text, ""score"" text, ""runner_up"" text, ""venue"" text, ""attendance"" text );","SELECT ""title"" FROM ""all_japan_rugby_football_championship_fi"" WHERE ""winner""='suntory sungoliath' AND ""season""='2011-12 details';",2-15696579-1 "What is the Score when the winner was sanyo wild knights, and a Runner-up of suntory sungoliath?","CREATE TABLE ""all_japan_rugby_football_championship_fi"" ( ""title"" text, ""season"" text, ""winner"" text, ""score"" text, ""runner_up"" text, ""venue"" text, ""attendance"" text );","SELECT ""score"" FROM ""all_japan_rugby_football_championship_fi"" WHERE ""winner""='sanyo wild knights' AND ""runner_up""='suntory sungoliath';",2-15696579-1 Which Position has a Pick # lower than 278 for Player Charles Benson?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""pick_num""<278 AND ""player""='charles benson';",2-16023753-1 Which Player has a Pick # lower than 223 and a Defensive End Position?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""pick_num""<223 AND ""position""='defensive end';",2-16023753-1 If the Position is Running Back what is the Total number of Pick #?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick_num"") FROM ""nfl_draft"" WHERE ""position""='running back';",2-16023753-1 Which College has Player Mark Brown and a Pick # greater than 195?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""nfl_draft"" WHERE ""pick_num"">195 AND ""player""='mark brown';",2-16023753-1 What was the average Position for which the amount Drawn was less than 0?,"CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT AVG(""position"") FROM ""campeonato_paulista"" WHERE ""drawn""<0;",2-15368442-1 "What was the total number of Points when the value Difference was 13, and when the value Lost was greater than 3?","CREATE TABLE ""campeonato_paulista"" ( ""position"" real, ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""difference"" text );","SELECT SUM(""points"") FROM ""campeonato_paulista"" WHERE ""difference""='13' AND ""lost"">3;",2-15368442-1 "How many values for 1999 European correspond to a value more than 4.7 in 2009 European, general 2001 more than 7.5, 2006 general at 10, and more than 9.4 in general 2008?","CREATE TABLE ""popular_support"" ( ""1996_general"" real, ""1999_european"" real, ""2001_general"" real, ""2004_european"" real, ""2006_general"" real, ""2008_general"" real, ""2009_european"" real, ""2013_general"" real );","SELECT COUNT(""1999_european"") FROM ""popular_support"" WHERE ""2009_european"">4.7 AND ""2001_general"">7.5 AND ""2006_general""=10 AND ""2008_general"">9.4;",2-16070554-1 "What is the highest value for general 2008 when there is less than 5.5 in European 2009, more than 5.8 in general 2006, more than 3.3 in general 2001, and less than 3.6 for 2004 European?","CREATE TABLE ""popular_support"" ( ""1996_general"" real, ""1999_european"" real, ""2001_general"" real, ""2004_european"" real, ""2006_general"" real, ""2008_general"" real, ""2009_european"" real, ""2013_general"" real );","SELECT MAX(""2008_general"") FROM ""popular_support"" WHERE ""2009_european""<5.5 AND ""2006_general"">5.8 AND ""2001_general"">3.3 AND ""2004_european""<3.6;",2-16070554-1 What is the lowest value for 2004 European when 1999 European is 3.3 and less than 4.4 in 1996 general?,"CREATE TABLE ""popular_support"" ( ""1996_general"" real, ""1999_european"" real, ""2001_general"" real, ""2004_european"" real, ""2006_general"" real, ""2008_general"" real, ""2009_european"" real, ""2013_general"" real );","SELECT MIN(""2004_european"") FROM ""popular_support"" WHERE ""1999_european""=3.3 AND ""1996_general""<4.4;",2-16070554-1 "What is the average value for general 2001 with more than 4.8 in 1999 European, 7.7 in 2006 general, and more than 9 in 1996 general?","CREATE TABLE ""popular_support"" ( ""1996_general"" real, ""1999_european"" real, ""2001_general"" real, ""2004_european"" real, ""2006_general"" real, ""2008_general"" real, ""2009_european"" real, ""2013_general"" real );","SELECT AVG(""2001_general"") FROM ""popular_support"" WHERE ""1999_european"">4.8 AND ""2006_general""=7.7 AND ""1996_general"">9;",2-16070554-1 "What was the value for 2004 European with less than 7.5 in general 2001, less than 6.4 in 2009 European, and less than 1.5 in general 2013 with 4.3 in 2008 general?","CREATE TABLE ""popular_support"" ( ""1996_general"" real, ""1999_european"" real, ""2001_general"" real, ""2004_european"" real, ""2006_general"" real, ""2008_general"" real, ""2009_european"" real, ""2013_general"" real );","SELECT ""2004_european"" FROM ""popular_support"" WHERE ""2001_general""<7.5 AND ""2009_european""<6.4 AND ""2013_general""<1.5 AND ""2008_general""=4.3;",2-16070554-1 Who won with the song kemenangan cinta?,"CREATE TABLE ""winners"" ( ""season"" text, ""winner"" text, ""winning_song"" text, ""winning_song_english_title"" text, ""debut_album"" text );","SELECT ""winner"" FROM ""winners"" WHERE ""winning_song""='kemenangan cinta';",2-1646960-3 Which winning song had a debut album in progress?,"CREATE TABLE ""winners"" ( ""season"" text, ""winner"" text, ""winning_song"" text, ""winning_song_english_title"" text, ""debut_album"" text );","SELECT ""winning_song"" FROM ""winners"" WHERE ""debut_album""='in progress';",2-1646960-3 Which album debuted in season 2 (2005)?,"CREATE TABLE ""winners"" ( ""season"" text, ""winner"" text, ""winning_song"" text, ""winning_song_english_title"" text, ""debut_album"" text );","SELECT ""debut_album"" FROM ""winners"" WHERE ""season""='season 2 (2005)';",2-1646960-3 Which English winning song had the winner aris runtuwene?,"CREATE TABLE ""winners"" ( ""season"" text, ""winner"" text, ""winning_song"" text, ""winning_song_english_title"" text, ""debut_album"" text );","SELECT ""winning_song_english_title"" FROM ""winners"" WHERE ""winner""='aris runtuwene';",2-1646960-3 Which winning song was sung by aku tetap milikmu?,"CREATE TABLE ""winners"" ( ""season"" text, ""winner"" text, ""winning_song"" text, ""winning_song_english_title"" text, ""debut_album"" text );","SELECT ""winning_song_english_title"" FROM ""winners"" WHERE ""winning_song""='aku tetap milikmu';",2-1646960-3 Name the highest Profits (billion $) which has a Company of walmart?,"CREATE TABLE ""2009_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" real, ""profits_billion"" real, ""assets_billion"" real, ""market_value_billion"" real );","SELECT MAX(""profits_billion"") FROM ""2009_list"" WHERE ""company""='walmart';",2-1682026-5 "How many Assets (billion $) has an Industry of oil and gas, and a Rank of 9, and a Market Value (billion $) larger than 121.7?","CREATE TABLE ""2009_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" real, ""profits_billion"" real, ""assets_billion"" real, ""market_value_billion"" real );","SELECT SUM(""assets_billion"") FROM ""2009_list"" WHERE ""industry""='oil and gas' AND ""rank""=9 AND ""market_value_billion"">121.7;",2-1682026-5 "Name the lowest Profits (billion $) which has a Sales (billion $) of 425.7, and a Rank larger than 4?","CREATE TABLE ""2009_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" real, ""profits_billion"" real, ""assets_billion"" real, ""market_value_billion"" real );","SELECT MIN(""profits_billion"") FROM ""2009_list"" WHERE ""sales_billion""=425.7 AND ""rank"">4;",2-1682026-5 "Name the lowest Market Value (billion $) which has Assets (billion $) larger than 276.81, and a Company of toyota, and Profits (billion $) larger than 17.21?","CREATE TABLE ""2009_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" real, ""profits_billion"" real, ""assets_billion"" real, ""market_value_billion"" real );","SELECT MIN(""market_value_billion"") FROM ""2009_list"" WHERE ""assets_billion"">276.81 AND ""company""='toyota' AND ""profits_billion"">17.21;",2-1682026-5 Name the Sales (billion $) which have a Company of exxonmobil?,"CREATE TABLE ""2009_list"" ( ""rank"" real, ""company"" text, ""headquarters"" text, ""industry"" text, ""sales_billion"" real, ""profits_billion"" real, ""assets_billion"" real, ""market_value_billion"" real );","SELECT ""sales_billion"" FROM ""2009_list"" WHERE ""company""='exxonmobil';",2-1682026-5 "What is Winner, when Win # is greater than 1, and when Points is less than 94?","CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""points"" real, ""playoff_result"" text, ""win_num"" real );","SELECT ""winner"" FROM ""winners"" WHERE ""win_num"">1 AND ""points""<94;",2-17404333-1 "What is Playoff Result, when Winner is ""Alaska Aces"", when Win # is greater than 1, when Points is less than 106, and when Year is ""2011-12""?","CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""points"" real, ""playoff_result"" text, ""win_num"" real );","SELECT ""playoff_result"" FROM ""winners"" WHERE ""winner""='alaska aces' AND ""win_num"">1 AND ""points""<106 AND ""year""='2011-12';",2-17404333-1 "What is the lowest Win #, when Year is ""2011-12"", and when Points is less than 97?","CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""points"" real, ""playoff_result"" text, ""win_num"" real );","SELECT MIN(""win_num"") FROM ""winners"" WHERE ""year""='2011-12' AND ""points""<97;",2-17404333-1 "What is the highest Win #, when Winner is ""Knoxville Cherokees"", when Playoff Result is ""Lost 1st Round ( LOU )"", and when Points is less than 94?","CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""points"" real, ""playoff_result"" text, ""win_num"" real );","SELECT MAX(""win_num"") FROM ""winners"" WHERE ""winner""='knoxville cherokees' AND ""playoff_result""='lost 1st round ( lou )' AND ""points""<94;",2-17404333-1 Who was the winner against Lindsay Davenport?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""winner"" FROM ""singles"" WHERE ""finalist""='lindsay davenport';",2-16850008-1 Who was the finalist in Miami?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""finalist"" FROM ""singles"" WHERE ""tournament""='miami';",2-16850008-1 Who was the winner against finalist Lina Krasnoroutskaya?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""winner"" FROM ""singles"" WHERE ""finalist""='lina krasnoroutskaya';",2-16850008-1 What was the date when the away team was carlisle united?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""fifth_round_proper"" WHERE ""away_team""='carlisle united';",2-17620547-6 What was the date when the away team was the leeds united?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""fifth_round_proper"" WHERE ""away_team""='leeds united';",2-17620547-6 What was the tie number when peterborough united was the away team?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""fifth_round_proper"" WHERE ""away_team""='peterborough united';",2-17620547-6 "What is the highest week when attendance is greater than 64,300 with a result of w 27-14?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""attendance"">'64,300' AND ""result""='w 27-14';",2-16678191-2 "What result in a week over 2 occurred with an attendance greater than 53,043 on November 18, 1979?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""attendance"">'53,043' AND ""week"">2 AND ""date""='november 18, 1979';",2-16678191-2 "What player has E as the to par, and The United States as the country?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""to_par""='e' AND ""country""='united states';",2-17231211-4 What player has The United States as the country with 70 as the score?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""country""='united states' AND ""score""=70;",2-17231211-4 "What player has The United States as the country, with t2 as the place?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""country""='united states' AND ""place""='t2';",2-17231211-4 "What place has E as the to par, with Mark Wiebe as the player?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""to_par""='e' AND ""player""='mark wiebe';",2-17231211-4 When is the club founded that founed prsl in 2008 and the home city is carolina 1?,"CREATE TABLE ""final_teams"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""founded"" real, ""joined_prsl"" real );","SELECT MAX(""founded"") FROM ""final_teams"" WHERE ""joined_prsl""=2008 AND ""home_city""='carolina 1';",2-17430068-1 "what is the club that was founded before 2007, joined prsl in 2008 and the stadium is yldefonso solá morales stadium?","CREATE TABLE ""final_teams"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""founded"" real, ""joined_prsl"" real );","SELECT ""club"" FROM ""final_teams"" WHERE ""founded""<2007 AND ""joined_prsl""=2008 AND ""stadium""='yldefonso solá morales stadium';",2-17430068-1 what is the earliest founded when the home city is mayagüez?,"CREATE TABLE ""final_teams"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""founded"" real, ""joined_prsl"" real );","SELECT MIN(""founded"") FROM ""final_teams"" WHERE ""home_city""='mayagüez';",2-17430068-1 when is the latest to join prsl when founded in 2007 and the stadium is roberto clemente stadium 1?,"CREATE TABLE ""final_teams"" ( ""club"" text, ""home_city"" text, ""stadium"" text, ""founded"" real, ""joined_prsl"" real );","SELECT MAX(""joined_prsl"") FROM ""final_teams"" WHERE ""founded""=2007 AND ""stadium""='roberto clemente stadium 1';",2-17430068-1 What year was the International Cup that was won by Akron Goodyear Wingfoots and had Real Madrid as runner-up?,"CREATE TABLE ""intercontinental_cup_winners"" ( ""year"" text, ""host_city"" text, ""champion"" text, ""runner_up"" text, ""final"" text );","SELECT ""year"" FROM ""intercontinental_cup_winners"" WHERE ""champion""='akron goodyear wingfoots' AND ""runner_up""='real madrid';",2-16636833-1 In what year did the United States win To par greater than 14,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT ""year_s_won"" FROM ""missed_the_cut"" WHERE ""country""='united states' AND ""to_par"">14;",2-16299790-3 What is the total that South Africa had a par greater than 14,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT SUM(""total"") FROM ""missed_the_cut"" WHERE ""country""='south africa' AND ""to_par"">14;",2-16299790-3 What is the highest to par that is less than 153,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT MAX(""to_par"") FROM ""missed_the_cut"" WHERE ""total""<153;",2-16299790-3 "What is the average Attendance, when the Date is September 17, 1981?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""date""='september 17, 1981';",2-16677990-2 "What is the Attendance, when the Opponent is the Tampa Bay Buccaneers?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""attendance"" FROM ""schedule"" WHERE ""opponent""='tampa bay buccaneers';",2-16677990-2 What is the highest Sets+ number for Valeriano Allès Menorca when the Sets- number was larger than 31?,"CREATE TABLE ""2012_13_season_standings"" ( ""team"" text, ""sets"" real, ""sets"" real, ""points"" real, ""points"" real );","SELECT MAX(""sets"") FROM ""2012_13_season_standings"" WHERE ""team""='valeriano allès menorca' AND ""sets"">31;",2-17323912-2 What is the total number of Points- when the Sets- is larger than 51?,"CREATE TABLE ""2012_13_season_standings"" ( ""team"" text, ""sets"" real, ""sets"" real, ""points"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""2012_13_season_standings"" WHERE ""sets"">51;",2-17323912-2 "What is the highest Points+ number when the Points- number is larger than 1385, a Sets+ number smaller than 37 and a Sets- number larger than 41?","CREATE TABLE ""2012_13_season_standings"" ( ""team"" text, ""sets"" real, ""sets"" real, ""points"" real, ""points"" real );","SELECT MAX(""points"") FROM ""2012_13_season_standings"" WHERE ""points"">1385 AND ""sets""<37 AND ""sets"">41;",2-17323912-2 "Who is the team who had a Sets+ number smaller than 20, a Sets- number of 45, and a Points+ number smaller than 1238?","CREATE TABLE ""2012_13_season_standings"" ( ""team"" text, ""sets"" real, ""sets"" real, ""points"" real, ""points"" real );","SELECT ""team"" FROM ""2012_13_season_standings"" WHERE ""sets""<20 AND ""points""<1238 AND ""sets""=45;",2-17323912-2 "What is the highest Points+ number that has a Sets+ number larger than 45, a Sets- number larger than 9, and a Points- number smaller than 1066?","CREATE TABLE ""2012_13_season_standings"" ( ""team"" text, ""sets"" real, ""sets"" real, ""points"" real, ""points"" real );","SELECT MAX(""points"") FROM ""2012_13_season_standings"" WHERE ""sets"">45 AND ""points""<1066 AND ""sets"">9;",2-17323912-2 Which developer has a year of cancelled releases?,"CREATE TABLE ""series"" ( ""name"" text, ""year_of_release"" text, ""developer"" text, ""publisher"" text, ""original_platforms"" text );","SELECT ""developer"" FROM ""series"" WHERE ""year_of_release""='cancelled';",2-16610571-1 Which publisher has release year of 2000 and an original dreamcast platform?,"CREATE TABLE ""series"" ( ""name"" text, ""year_of_release"" text, ""developer"" text, ""publisher"" text, ""original_platforms"" text );","SELECT ""publisher"" FROM ""series"" WHERE ""year_of_release""='2000' AND ""original_platforms""='dreamcast';",2-16610571-1 Which publisher is responsible for spec ops: stealth patrol?,"CREATE TABLE ""series"" ( ""name"" text, ""year_of_release"" text, ""developer"" text, ""publisher"" text, ""original_platforms"" text );","SELECT ""publisher"" FROM ""series"" WHERE ""name""='spec ops: stealth patrol';",2-16610571-1 What is the connection for the proxyconn web accelerator web client accelerator?,"CREATE TABLE ""comparison"" ( ""web_client_accelerator"" text, ""operating_system"" text, ""browser"" text, ""client"" text, ""connection"" text );","SELECT ""connection"" FROM ""comparison"" WHERE ""web_client_accelerator""='proxyconn web accelerator';",2-1752264-1 What's the Date with the Region of Europe and has a Catalog of 28765 22392 8?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""region""='europe' AND ""catalog""='28765 22392 8';",2-17093870-5 What's listed for the Label with a Date of 29 July 1997?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""date""='29 july 1997';",2-17093870-5 What's the Date for the Region of Europe and has the Catalog of 28765 22392 8?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""region""='europe' AND ""catalog""='28765 22392 8';",2-17093870-5 What Format has the Region of Europe and a Catalog of 74321 45851 2?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""region""='europe' AND ""catalog""='74321 45851 2';",2-17093870-5 What Label has the Region of Australia?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""region""='australia';",2-17093870-5 What Date has the Region Europe and a Catalog of 74321 45851 2?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""region""='europe' AND ""catalog""='74321 45851 2';",2-17093870-5 How many poles are there in the Formula Three Euroseries in the 2008 season with more than 0 F/Laps?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT SUM(""poles"") FROM ""career_summary"" WHERE ""series""='formula three euroseries' AND ""season""='2008' AND ""f_laps"">0;",2-17538072-1 Which series has 11 points?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT ""series"" FROM ""career_summary"" WHERE ""points""='11';",2-17538072-1 How many poles are there in the 2009 season with 2 races and more than 0 F/Laps?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT COUNT(""poles"") FROM ""career_summary"" WHERE ""season""='2009' AND ""races""=2 AND ""f_laps"">0;",2-17538072-1 How many races did the Formula Three Euroseries signature team have?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_laps"" real, ""points"" text, ""position"" text );","SELECT SUM(""races"") FROM ""career_summary"" WHERE ""series""='formula three euroseries' AND ""team""='signature';",2-17538072-1 "What is Title, when Studio is ""Embassy Pictures""?","CREATE TABLE ""top_grossing_films_u_s"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director"" text, ""gross"" text );","SELECT ""title"" FROM ""top_grossing_films_u_s"" WHERE ""studio""='embassy pictures';",2-171692-1 "What is Studio, when Title is ""Do Not Disturb""?","CREATE TABLE ""top_grossing_films_u_s"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director"" text, ""gross"" text );","SELECT ""studio"" FROM ""top_grossing_films_u_s"" WHERE ""title""='do not disturb';",2-171692-1 "What is the highest Rank, when Director is ""Henry Hathaway""?","CREATE TABLE ""top_grossing_films_u_s"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director"" text, ""gross"" text );","SELECT MAX(""rank"") FROM ""top_grossing_films_u_s"" WHERE ""director""='henry hathaway';",2-171692-1 What Country is Player Sam Snead with a To par of less than 5 from?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" real );","SELECT ""country"" FROM ""final_leaderboard"" WHERE ""to_par""<5 AND ""player""='sam snead';",2-17290216-1 What is Claude Harmon's Place?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" real );","SELECT ""place"" FROM ""final_leaderboard"" WHERE ""player""='claude harmon';",2-17290216-1 What is the Johnny Palmer with a To larger than 6 Money sum?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" real );","SELECT SUM(""money"") FROM ""final_leaderboard"" WHERE ""to_par"">6 AND ""player""='johnny palmer';",2-17290216-1 "Which Season # has a Title of ""jaunt (part 2)"", and a Series # larger than 45?","CREATE TABLE ""season_3_1998_99"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""original_air_date"" text );","SELECT MAX(""season_num"") FROM ""season_3_1998_99"" WHERE ""title""='\""jaunt (part 2)\""' AND ""series_num"">45;",2-16471432-4 "Which Original air date has a Season # smaller than 21, and a Title of ""palimpsest""?","CREATE TABLE ""season_3_1998_99"" ( ""series_num"" real, ""season_num"" real, ""title"" text, ""directed_by"" text, ""original_air_date"" text );","SELECT ""original_air_date"" FROM ""season_3_1998_99"" WHERE ""season_num""<21 AND ""title""='\""palimpsest\""';",2-16471432-4 Who is the opponent of the game with a tied 1-1 series and becky hammon (14) as the leading scorer?,"CREATE TABLE ""wnba_playoffs"" ( ""date"" text, ""opponent"" text, ""score"" text, ""leading_scorer"" text, ""attendance"" text, ""series"" text );","SELECT ""opponent"" FROM ""wnba_playoffs"" WHERE ""series""='tied 1-1' AND ""leading_scorer""='becky hammon (14)';",2-17121661-6 What is the attendance of the western conference finals series?,"CREATE TABLE ""wnba_playoffs"" ( ""date"" text, ""opponent"" text, ""score"" text, ""leading_scorer"" text, ""attendance"" text, ""series"" text );","SELECT ""attendance"" FROM ""wnba_playoffs"" WHERE ""series""='western conference finals';",2-17121661-6 Who is the leading scorer of the wnba finals series?,"CREATE TABLE ""wnba_playoffs"" ( ""date"" text, ""opponent"" text, ""score"" text, ""leading_scorer"" text, ""attendance"" text, ""series"" text );","SELECT ""leading_scorer"" FROM ""wnba_playoffs"" WHERE ""series""='wnba finals';",2-17121661-6 Which Tie is from birmingham city?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""fifth_round_proper"" WHERE ""home_team""='birmingham city';",2-17608125-6 Which Tie is from everton?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""fifth_round_proper"" WHERE ""home_team""='everton';",2-17608125-6 "What is the lowest U Wins, when Alianza Wins is greater than 0, when Alianza Goals is greater than 25, and when Draws is ""99""?","CREATE TABLE ""games"" ( ""alianza_wins"" real, ""draws"" real, ""u_wins"" real, ""alianza_goals"" real, ""u_goals"" real );","SELECT MIN(""u_wins"") FROM ""games"" WHERE ""alianza_wins"">0 AND ""alianza_goals"">25 AND ""draws""=99;",2-17299309-2 "What is the sum of Alianza Wins, when Alianza Goals is ""317, and when U Goals is greater than 296?","CREATE TABLE ""games"" ( ""alianza_wins"" real, ""draws"" real, ""u_wins"" real, ""alianza_goals"" real, ""u_goals"" real );","SELECT SUM(""alianza_wins"") FROM ""games"" WHERE ""alianza_goals""=317 AND ""u_goals"">296;",2-17299309-2 "What is the total number of U Wins, when Alianza Goals is ""0"", and when U Goals is greater than 3?","CREATE TABLE ""games"" ( ""alianza_wins"" real, ""draws"" real, ""u_wins"" real, ""alianza_goals"" real, ""u_goals"" real );","SELECT COUNT(""u_wins"") FROM ""games"" WHERE ""alianza_goals""=0 AND ""u_goals"">3;",2-17299309-2 "What is the lowest Draws, when Alianza Goals is less than 317, when U Goals is less than 3, and when Alianza Wins is less than 2?","CREATE TABLE ""games"" ( ""alianza_wins"" real, ""draws"" real, ""u_wins"" real, ""alianza_goals"" real, ""u_goals"" real );","SELECT MIN(""draws"") FROM ""games"" WHERE ""alianza_goals""<317 AND ""u_goals""<3 AND ""alianza_wins""<2;",2-17299309-2 What is the total of all to par with player Bob Rosburg?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT SUM(""to_par"") FROM ""final_round"" WHERE ""player""='bob rosburg';",2-17290150-7 Which money has player Jack Fleck with t1 place?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""money"" FROM ""final_round"" WHERE ""place""='t1' AND ""player""='jack fleck';",2-17290150-7 What is average to par when Bud Holscher is the player?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT AVG(""to_par"") FROM ""final_round"" WHERE ""player""='bud holscher';",2-17290150-7 What is the name of the golfer that has the score of 73-65=138?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""score""='73-65=138';",2-17162228-5 Frank Nobilo plays for what country?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""player""='frank nobilo';",2-17162228-5 what is the lowest appearance when goals is more than 0?,"CREATE TABLE ""statistics"" ( ""season"" text, ""appearance"" real, ""tries"" real, ""goals"" real, ""points"" real );","SELECT MIN(""appearance"") FROM ""statistics"" WHERE ""goals"">0;",2-16494005-1 what is the sum of appearance when goals is more than 0?,"CREATE TABLE ""statistics"" ( ""season"" text, ""appearance"" real, ""tries"" real, ""goals"" real, ""points"" real );","SELECT SUM(""appearance"") FROM ""statistics"" WHERE ""goals"">0;",2-16494005-1 what is the average tries for the season 2008 warrington wolves with an appearance more than 7?,"CREATE TABLE ""statistics"" ( ""season"" text, ""appearance"" real, ""tries"" real, ""goals"" real, ""points"" real );","SELECT AVG(""tries"") FROM ""statistics"" WHERE ""season""='2008 warrington wolves' AND ""appearance"">7;",2-16494005-1 How many times is tries 0 and appearance less than 0?,"CREATE TABLE ""statistics"" ( ""season"" text, ""appearance"" real, ""tries"" real, ""goals"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""statistics"" WHERE ""tries""=0 AND ""appearance""<0;",2-16494005-1 "What is the Rank of the Film with a Worldwide Gross of $183,031,272?","CREATE TABLE ""highest_grossing_films_of_1994"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director"" text, ""worldwide_gross"" text );","SELECT SUM(""rank"") FROM ""highest_grossing_films_of_1994"" WHERE ""worldwide_gross""='$183,031,272';",2-171019-1 "What is the Title of the Film with a Rank greater than 11 and Worldwide Gross of $131,002,597?","CREATE TABLE ""highest_grossing_films_of_1994"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director"" text, ""worldwide_gross"" text );","SELECT ""title"" FROM ""highest_grossing_films_of_1994"" WHERE ""rank"">11 AND ""worldwide_gross""='$131,002,597';",2-171019-1 What is the Worldwide Gross of the Film with a Rank of 3?,"CREATE TABLE ""highest_grossing_films_of_1994"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director"" text, ""worldwide_gross"" text );","SELECT ""worldwide_gross"" FROM ""highest_grossing_films_of_1994"" WHERE ""rank""=3;",2-171019-1 What is the Worldwide Gross of the Film with a Rank of 16?,"CREATE TABLE ""highest_grossing_films_of_1994"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director"" text, ""worldwide_gross"" text );","SELECT ""worldwide_gross"" FROM ""highest_grossing_films_of_1994"" WHERE ""rank""=16;",2-171019-1 "When the player gained below 1,405 yards and lost over 390 yards, what's the sum of the long yards?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT SUM(""long"") FROM ""rushing"" WHERE ""loss"">390 AND ""gain""<'1,405';",2-17056450-5 "When the Gain is 29, and the average per game is 2, and the player lost less than 390 yards, what's the sum of the Long yards?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT SUM(""long"") FROM ""rushing"" WHERE ""loss""<390 AND ""avg_g""=2 AND ""gain"">29;",2-17056450-5 "What's the sum of all average yards gained when the gained yards is under 1,276 and lost more than 3 yards?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT SUM(""avg_g"") FROM ""rushing"" WHERE ""gain""<'1,276' AND ""loss"">3;",2-17056450-5 "How many overalls have charley barnes as the name, with a pick less than 3?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""name""='charley barnes' AND ""pick""<3;",2-17100961-31 "How many rounds have john o'day as the name, and a pick less than 3?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""round"") FROM ""washington_redskins_draft_history"" WHERE ""name""='john o''day' AND ""pick""<3;",2-17100961-31 What airport has an IATA of ARN?,"CREATE TABLE ""international_services"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""airport"" FROM ""international_services"" WHERE ""iata""='arn';",2-1745717-2 What country has an ICAO of ENZV?,"CREATE TABLE ""international_services"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""country"" FROM ""international_services"" WHERE ""icao""='enzv';",2-1745717-2 What airport has an ICAP of BGBW?,"CREATE TABLE ""international_services"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""airport"" FROM ""international_services"" WHERE ""icao""='bgbw';",2-1745717-2 What airport has an ICAO of Birk?,"CREATE TABLE ""international_services"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""airport"" FROM ""international_services"" WHERE ""icao""='birk';",2-1745717-2 "What is the ICAO for Denmark, and the IATA is bll?","CREATE TABLE ""international_services"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""icao"" FROM ""international_services"" WHERE ""country""='denmark' AND ""iata""='bll';",2-1745717-2 What is the number of the round in which Ron Hansen was drafted and the overall is greater than 332?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""round"") FROM ""washington_redskins_draft_history"" WHERE ""name""='ron hansen' AND ""overall"">332;",2-17100961-24 What pick did George Rosso get drafted when the overall was less than 296?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick"") FROM ""washington_redskins_draft_history"" WHERE ""name""='george rosso' AND ""overall""<296;",2-17100961-24 What was the from for the Date From of 2007-08-08?,"CREATE TABLE ""loan_in"" ( ""date_from"" text, ""date_to"" text, ""position"" text, ""name"" text, ""from"" text );","SELECT ""from"" FROM ""loan_in"" WHERE ""date_from""='2007-08-08';",2-17064840-4 What was the from for the Date From of 2007-08-08?,"CREATE TABLE ""loan_in"" ( ""date_from"" text, ""date_to"" text, ""position"" text, ""name"" text, ""from"" text );","SELECT ""from"" FROM ""loan_in"" WHERE ""date_from""='2007-08-08';",2-17064840-4 What was the name for the row with Date From of 2008-02-21?,"CREATE TABLE ""loan_in"" ( ""date_from"" text, ""date_to"" text, ""position"" text, ""name"" text, ""from"" text );","SELECT ""name"" FROM ""loan_in"" WHERE ""date_from""='2008-02-21';",2-17064840-4 "What was the Date From for Theo Robinson, who was with the team until the end of season?","CREATE TABLE ""loan_in"" ( ""date_from"" text, ""date_to"" text, ""position"" text, ""name"" text, ""from"" text );","SELECT ""date_from"" FROM ""loan_in"" WHERE ""date_to""='end of season' AND ""name""='theo robinson';",2-17064840-4 "Where was the player from who had the position of DF, who started 2007-10-30?","CREATE TABLE ""loan_in"" ( ""date_from"" text, ""date_to"" text, ""position"" text, ""name"" text, ""from"" text );","SELECT ""from"" FROM ""loan_in"" WHERE ""position""='df' AND ""date_from""='2007-10-30';",2-17064840-4 "What date did Toumani Diagouraga, who played position MF, start?","CREATE TABLE ""loan_in"" ( ""date_from"" text, ""date_to"" text, ""position"" text, ""name"" text, ""from"" text );","SELECT ""date_from"" FROM ""loan_in"" WHERE ""position""='mf' AND ""name""='toumani diagouraga';",2-17064840-4 What is the average round against opponent Klas Akesson?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""location"" text );","SELECT AVG(""round"") FROM ""mixed_martial_arts_record"" WHERE ""opponent""='klas akesson';",2-17445847-2 What is the highest week that was played against the Minnesota Vikings?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""attendance"" text );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""opponent""='minnesota vikings';",2-17607736-2 Which opponent was played in Week 6?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week""=6;",2-17607736-2 "WhichScore has a Location Attendance of seattle center coliseum 11,497?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""location_attendance""='seattle center coliseum 11,497';",2-17382360-8 Which Game has a Team of portland trail blazers?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT AVG(""game"") FROM ""game_log"" WHERE ""team""='portland trail blazers';",2-17382360-8 Which game was played on march 2?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT AVG(""game"") FROM ""game_log"" WHERE ""date""='march 2';",2-17382360-8 Which Game has High assists of s. threatt (9)?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MIN(""game"") FROM ""game_log"" WHERE ""high_assists""='s. threatt (9)';",2-17382360-8 "Name the amount of Map Key which has a Pop (2004) smaller than 433,819, and a Capital City of hajjah, and an Area km² smaller than 9,376? Question 1","CREATE TABLE ""governorates_of_yemen"" ( ""governorate"" text, ""capital_city"" text, ""area_km"" real, ""pop_2004"" real, ""map_key"" real );","SELECT AVG(""map_key"") FROM ""governorates_of_yemen"" WHERE ""pop_2004""<'433,819' AND ""capital_city""='hajjah' AND ""area_km""<'9,376';",2-16285899-1 "Count the sum of Pop (2004) which has a Governorate of al mahrah with an Area km² smaller than 78,073?","CREATE TABLE ""governorates_of_yemen"" ( ""governorate"" text, ""capital_city"" text, ""area_km"" real, ""pop_2004"" real, ""map_key"" real );","SELECT SUM(""pop_2004"") FROM ""governorates_of_yemen"" WHERE ""governorate""='al mahrah' AND ""area_km""<'78,073';",2-16285899-1 How many Pop (2004) has a Governorate of al mahwit?,"CREATE TABLE ""governorates_of_yemen"" ( ""governorate"" text, ""capital_city"" text, ""area_km"" real, ""pop_2004"" real, ""map_key"" real );","SELECT SUM(""pop_2004"") FROM ""governorates_of_yemen"" WHERE ""governorate""='al mahwit';",2-16285899-1 "How many Map Key has an Area km² larger than 14,003 and a Capital City of al mukalla, and a Pop (2004) larger than 1,028,556?","CREATE TABLE ""governorates_of_yemen"" ( ""governorate"" text, ""capital_city"" text, ""area_km"" real, ""pop_2004"" real, ""map_key"" real );","SELECT SUM(""map_key"") FROM ""governorates_of_yemen"" WHERE ""area_km"">'14,003' AND ""capital_city""='al mukalla' AND ""pop_2004"">'1,028,556';",2-16285899-1 "What is Location Attendance, when High Points is ""Allen Iverson (23)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""high_points""='allen iverson (23)';",2-17325937-5 "What is the average Game, when Team is ""Milwaukee""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT AVG(""game"") FROM ""game_log"" WHERE ""team""='milwaukee';",2-17325937-5 "What is High Points, when Game is ""5""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""=5;",2-17325937-5 "What is High Points, when Game is less than 10, and when High Assists is ""Chauncey Billups (8)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""game""<10 AND ""high_assists""='chauncey billups (8)';",2-17325937-5 What is the Team in Game 38?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""team"" FROM ""season_schedule"" WHERE ""game""=38;",2-17064796-5 What Game had a Score of 129–105?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT MIN(""game"") FROM ""season_schedule"" WHERE ""score""='129–105';",2-17064796-5 What is the Team in Game 41?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""team"" FROM ""season_schedule"" WHERE ""game""=41;",2-17064796-5 What is the Streak in the game with a Record of 20–16?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""streak"" FROM ""season_schedule"" WHERE ""record""='20–16';",2-17064796-5 What is the Team on January 20?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""team"" FROM ""season_schedule"" WHERE ""date""='january 20';",2-17064796-5 What venue had an event on 17 November 1963?,"CREATE TABLE ""campeonato_profesional_de_lima_1951_1965"" ( ""season"" real, ""date"" text, ""winner"" text, ""score_c"" text, ""venue"" text, ""competition_round"" text );","SELECT ""venue"" FROM ""campeonato_profesional_de_lima_1951_1965"" WHERE ""season""=1963 AND ""date""='17 november 1963';",2-17299309-4 What is the most recent season with a date of 27 October 1957?,"CREATE TABLE ""campeonato_profesional_de_lima_1951_1965"" ( ""season"" real, ""date"" text, ""winner"" text, ""score_c"" text, ""venue"" text, ""competition_round"" text );","SELECT MAX(""season"") FROM ""campeonato_profesional_de_lima_1951_1965"" WHERE ""date""='27 october 1957';",2-17299309-4 Who was the winner on 15 December 1957?,"CREATE TABLE ""campeonato_profesional_de_lima_1951_1965"" ( ""season"" real, ""date"" text, ""winner"" text, ""score_c"" text, ""venue"" text, ""competition_round"" text );","SELECT ""winner"" FROM ""campeonato_profesional_de_lima_1951_1965"" WHERE ""date""='15 december 1957';",2-17299309-4 What is the score of the event that Alianza Lima won in 1965?,"CREATE TABLE ""campeonato_profesional_de_lima_1951_1965"" ( ""season"" real, ""date"" text, ""winner"" text, ""score_c"" text, ""venue"" text, ""competition_round"" text );","SELECT ""score_c"" FROM ""campeonato_profesional_de_lima_1951_1965"" WHERE ""winner""='alianza lima' AND ""season""=1965;",2-17299309-4 "Which Seasons has a Name of joe grugin, and a Lost larger than 8?","CREATE TABLE ""head_coaches"" ( ""name"" text, ""years"" text, ""seasons"" real, ""lost"" real, ""pct"" real );","SELECT COUNT(""seasons"") FROM ""head_coaches"" WHERE ""name""='joe grugin' AND ""lost"">8;",2-16646567-1 what is the location/attendance when the record is 9-2?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""regular_season"" WHERE ""record""='9-2';",2-17104677-8 what is the game on june 29?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT SUM(""game"") FROM ""regular_season"" WHERE ""date""='june 29';",2-17104677-8 who had the high points on june 8?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""regular_season"" WHERE ""date""='june 8';",2-17104677-8 who had the high assists when the game was less than 13 and the score was w 75-66?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""regular_season"" WHERE ""game""<13 AND ""score""='w 75-66';",2-17104677-8 What was the result of Frank Langella?,"CREATE TABLE ""golden_globe_awards_actual_presidents"" ( ""year"" real, ""category"" text, ""president"" text, ""nominee"" text, ""film_or_television_series_or_miniseries"" text, ""result"" text );","SELECT ""result"" FROM ""golden_globe_awards_actual_presidents"" WHERE ""nominee""='frank langella';",2-1673723-10 "Can you tell me the sum of Goals against that has the Goals for larger than 10, and the Position of 3, and the Wins smaller than 6?","CREATE TABLE ""promotion_playoff"" ( ""position"" real, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT SUM(""goals_against"") FROM ""promotion_playoff"" WHERE ""goals_for"">10 AND ""position""=3 AND ""wins""<6;",2-17608926-6 "Can you tell me the lowest Played that has the Position larger than 2, and the Draws smaller than 2, and the Goals against smaller than 18?","CREATE TABLE ""promotion_playoff"" ( ""position"" real, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MIN(""played"") FROM ""promotion_playoff"" WHERE ""position"">2 AND ""draws""<2 AND ""goals_against""<18;",2-17608926-6 "Can you tell me the total number of Wins that has the Draws larger than 0, and the Points of 11?","CREATE TABLE ""promotion_playoff"" ( ""position"" real, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""wins"") FROM ""promotion_playoff"" WHERE ""draws"">0 AND ""points""=11;",2-17608926-6 In what city does the tallest building have 35 floors?,"CREATE TABLE ""timeline_of_tallest_buildings"" ( ""name"" text, ""city"" text, ""years_as_tallest"" text, ""height_ft_m"" text, ""floors"" real );","SELECT ""city"" FROM ""timeline_of_tallest_buildings"" WHERE ""floors""=35;",2-17472859-2 What building in Louisville had more than 35 floors?,"CREATE TABLE ""timeline_of_tallest_buildings"" ( ""name"" text, ""city"" text, ""years_as_tallest"" text, ""height_ft_m"" text, ""floors"" real );","SELECT ""name"" FROM ""timeline_of_tallest_buildings"" WHERE ""city""='louisville' AND ""floors"">35;",2-17472859-2 What was the venue where goal #2 occured?,"CREATE TABLE ""international_goals"" ( ""goal_num"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""goal_num""=2;",2-1658421-3 What was the flyers' record when the visitors were florida?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""regular_season"" WHERE ""visitor""='florida';",2-17511295-9 Who were the visitors when the home team were the ny rangers?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""visitor"" FROM ""regular_season"" WHERE ""home""='ny rangers';",2-17511295-9 What car/motorcycle goes 91.813mph?,"CREATE TABLE ""brick_track_re_opening_1909"" ( ""year"" real, ""date"" text, ""driver_rider"" text, ""car_motorcycle"" text, ""time"" text, ""speed"" text );","SELECT ""car_motorcycle"" FROM ""brick_track_re_opening_1909"" WHERE ""speed""='91.813mph';",2-16293403-29 Which driver is Indian?,"CREATE TABLE ""brick_track_re_opening_1909"" ( ""year"" real, ""date"" text, ""driver_rider"" text, ""car_motorcycle"" text, ""time"" text, ""speed"" text );","SELECT ""driver_rider"" FROM ""brick_track_re_opening_1909"" WHERE ""car_motorcycle""='indian';",2-16293403-29 "What is the Full Word, when Case Suffix (case) is ""-sa (dative)""?","CREATE TABLE ""some_nouns_with_all_morpheme_slots_fille"" ( ""noun_root_meaning"" text, ""case_suffix_case"" text, ""postposition"" text, ""full_word"" text, ""english_meaning"" text );","SELECT ""full_word"" FROM ""some_nouns_with_all_morpheme_slots_fille"" WHERE ""case_suffix_case""='-sa (dative)';",2-1730774-6 "What is English Meaning, when Full Word is ""Shens Gamo""?","CREATE TABLE ""some_nouns_with_all_morpheme_slots_fille"" ( ""noun_root_meaning"" text, ""case_suffix_case"" text, ""postposition"" text, ""full_word"" text, ""english_meaning"" text );","SELECT ""english_meaning"" FROM ""some_nouns_with_all_morpheme_slots_fille"" WHERE ""full_word""='shens gamo';",2-1730774-6 "What is Case Suffix (Case), when English Meaning is ""to Georgia, in Georgia""?","CREATE TABLE ""some_nouns_with_all_morpheme_slots_fille"" ( ""noun_root_meaning"" text, ""case_suffix_case"" text, ""postposition"" text, ""full_word"" text, ""english_meaning"" text );","SELECT ""case_suffix_case"" FROM ""some_nouns_with_all_morpheme_slots_fille"" WHERE ""english_meaning""='to georgia, in georgia';",2-1730774-6 "What is Postposition, when Noun Root (Meaning) is ""mshobl- (parent)""?","CREATE TABLE ""some_nouns_with_all_morpheme_slots_fille"" ( ""noun_root_meaning"" text, ""case_suffix_case"" text, ""postposition"" text, ""full_word"" text, ""english_meaning"" text );","SELECT ""postposition"" FROM ""some_nouns_with_all_morpheme_slots_fille"" WHERE ""noun_root_meaning""='mshobl- (parent)';",2-1730774-6 "What is English Meaning, when Case Suffix (Case) is ""-sa (dative)""?","CREATE TABLE ""some_nouns_with_all_morpheme_slots_fille"" ( ""noun_root_meaning"" text, ""case_suffix_case"" text, ""postposition"" text, ""full_word"" text, ""english_meaning"" text );","SELECT ""english_meaning"" FROM ""some_nouns_with_all_morpheme_slots_fille"" WHERE ""case_suffix_case""='-sa (dative)';",2-1730774-6 "What is Case Suffix (Case), when Postposition is ""-mde (drops d)""?","CREATE TABLE ""some_nouns_with_all_morpheme_slots_fille"" ( ""noun_root_meaning"" text, ""case_suffix_case"" text, ""postposition"" text, ""full_word"" text, ""english_meaning"" text );","SELECT ""case_suffix_case"" FROM ""some_nouns_with_all_morpheme_slots_fille"" WHERE ""postposition""='-mde (drops d)';",2-1730774-6 What is the total years for roots and branches?,"CREATE TABLE ""singles"" ( ""year"" real, ""title"" text, ""billboard_hot_100"" text, ""album"" text, ""label"" text );","SELECT SUM(""year"") FROM ""singles"" WHERE ""album""='roots and branches';",2-1721801-3 What is the average number of podiums in the 32nd position with less than 0 wins?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_l"" real, ""podiums"" real, ""points"" text, ""position"" text );","SELECT AVG(""podiums"") FROM ""career_summary"" WHERE ""position""='32nd' AND ""wins""<0;",2-16912145-1 What is the race in the 8th position?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" real, ""wins"" real, ""poles"" real, ""f_l"" real, ""podiums"" real, ""points"" text, ""position"" text );","SELECT ""races"" FROM ""career_summary"" WHERE ""position""='8th';",2-16912145-1 "What is the sum of Overall, when College is ""Arkansas State"", and when Pick is less than 17?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""college""='arkansas state' AND ""pick""<17;",2-17100961-60 "What is the average Pick, when Name is ""Lybrant Robinson"", and when Overall is less than 139?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""pick"") FROM ""washington_redskins_draft_history"" WHERE ""name""='lybrant robinson' AND ""overall""<139;",2-17100961-60 "What is the sum of Overall, when Name is ""Tim Smiley"", and when Round is less than 5?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""name""='tim smiley' AND ""round""<5;",2-17100961-60 "What is Score In The Final, when Championship is ""Athens , Greece"", and when Outcome is ""Winner""?","CREATE TABLE ""singles_finals_12_6_6"" ( ""outcome"" text, ""date"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""score_in_the_final"" FROM ""singles_finals_12_6_6"" WHERE ""championship""='athens , greece' AND ""outcome""='winner';",2-1727920-1 "What is Opponent In The Final, when Date is before 1991, and when Outcome is ""Runner-Up""?","CREATE TABLE ""singles_finals_12_6_6"" ( ""outcome"" text, ""date"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""opponent_in_the_final"" FROM ""singles_finals_12_6_6"" WHERE ""date""<1991 AND ""outcome""='runner-up';",2-1727920-1 What was the religious affiliation for the athletics nicknamed lords/ladies?,"CREATE TABLE ""the_ohio_5"" ( ""university"" text, ""location"" text, ""enrollment"" real, ""founded"" real, ""religious_affiliation"" text, ""athletics_nickname"" text, ""school_colors"" text );","SELECT ""religious_affiliation"" FROM ""the_ohio_5"" WHERE ""athletics_nickname""='lords/ladies';",2-163464-3 "What is Tournament, when Career SR is ""ATP Masters Series""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""tournament"" FROM ""singles_performance_timeline"" WHERE ""career_sr""='atp masters series';",2-1723582-8 "What is 1995, when Tournament is ""Miami""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1995"" FROM ""singles_performance_timeline"" WHERE ""tournament""='miami';",2-1723582-8 "What is 1997, when 1996 is ""1R"", when 1990 is ""2R"", and when 1991 is ""F""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1997"" FROM ""singles_performance_timeline"" WHERE ""1996""='1r' AND ""1990""='2r' AND ""1991""='f';",2-1723582-8 "What is 1996, when 1992 is ""ATP Masters Series""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1996"" FROM ""singles_performance_timeline"" WHERE ""1992""='atp masters series';",2-1723582-8 "What is 1994, when 1991 is ""QF"", and when Tournament is ""Australian Open""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1994"" FROM ""singles_performance_timeline"" WHERE ""1991""='qf' AND ""tournament""='australian open';",2-1723582-8 When was the venue named nassau veterans memorial coliseum established??,"CREATE TABLE ""detailed_summary_by_team"" ( ""club"" text, ""league"" text, ""venue"" text, ""capacity"" text, ""location"" text, ""established"" real, ""championships"" real );","SELECT MAX(""established"") FROM ""detailed_summary_by_team"" WHERE ""venue""='nassau veterans memorial coliseum';",2-1635723-1 Who was the opponent with the record of 15-21-6?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule_and_results"" WHERE ""record""='15-21-6';",2-17311466-5 What day in January was the game greater than 49 and had @ Montreal Canadiens as opponents?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT SUM(""january"") FROM ""schedule_and_results"" WHERE ""opponent""='@ montreal canadiens' AND ""game"">49;",2-17311466-5 What was the total number of games on January 20?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""schedule_and_results"" WHERE ""january""=20;",2-17311466-5 "What is Votes (%), when Episode is ""1x03""?","CREATE TABLE ""series_1"" ( ""episode"" text, ""first_broadcast"" text, ""graeme_s_guest"" text, ""jeremy_s_guest"" text, ""votes_pct"" text );","SELECT ""votes_pct"" FROM ""series_1"" WHERE ""episode""='1x03';",2-17413485-1 "What is First Broadcast, when Jeremy's Guest is ""Tim Brooke-Taylor""?","CREATE TABLE ""series_1"" ( ""episode"" text, ""first_broadcast"" text, ""graeme_s_guest"" text, ""jeremy_s_guest"" text, ""votes_pct"" text );","SELECT ""first_broadcast"" FROM ""series_1"" WHERE ""jeremy_s_guest""='tim brooke-taylor';",2-17413485-1 "What is Jeremy's Guest, when First Broadcast is ""20 March 1998""?","CREATE TABLE ""series_1"" ( ""episode"" text, ""first_broadcast"" text, ""graeme_s_guest"" text, ""jeremy_s_guest"" text, ""votes_pct"" text );","SELECT ""jeremy_s_guest"" FROM ""series_1"" WHERE ""first_broadcast""='20 march 1998';",2-17413485-1 "What is Episode, when Jeremy's Guest is ""Pauline McLynn""?","CREATE TABLE ""series_1"" ( ""episode"" text, ""first_broadcast"" text, ""graeme_s_guest"" text, ""jeremy_s_guest"" text, ""votes_pct"" text );","SELECT ""episode"" FROM ""series_1"" WHERE ""jeremy_s_guest""='pauline mclynn';",2-17413485-1 "What is Graeme's Guest, when Episode is ""1x03""?","CREATE TABLE ""series_1"" ( ""episode"" text, ""first_broadcast"" text, ""graeme_s_guest"" text, ""jeremy_s_guest"" text, ""votes_pct"" text );","SELECT ""graeme_s_guest"" FROM ""series_1"" WHERE ""episode""='1x03';",2-17413485-1 "What is Votes (%), when First Broadcast is ""13 March 1998""?","CREATE TABLE ""series_1"" ( ""episode"" text, ""first_broadcast"" text, ""graeme_s_guest"" text, ""jeremy_s_guest"" text, ""votes_pct"" text );","SELECT ""votes_pct"" FROM ""series_1"" WHERE ""first_broadcast""='13 march 1998';",2-17413485-1 Who had the high rebounds of the game that Deron Williams (5) had the high assists?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""high_assists""='deron williams (5)';",2-17355716-7 What was the score of Game 48?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""game""=48;",2-17355716-7 Who had the high rebounds on January 24?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""date""='january 24';",2-17355716-7 "How big is the area that has a population density of 113 and a population larger than 184,531?","CREATE TABLE ""population_and_area"" ( ""district"" text, ""population"" real, ""area"" real, ""pop_dens"" real, ""no_of_settlements"" real );","SELECT COUNT(""area"") FROM ""population_and_area"" WHERE ""pop_dens""=113 AND ""population"">'184,531';",2-171368-2 "What is the population density of the area with a population larger than 92,719?","CREATE TABLE ""population_and_area"" ( ""district"" text, ""population"" real, ""area"" real, ""pop_dens"" real, ""no_of_settlements"" real );","SELECT COUNT(""pop_dens"") FROM ""population_and_area"" WHERE ""population"">'92,719';",2-171368-2 "What is the population with an area of 1,126.84?","CREATE TABLE ""population_and_area"" ( ""district"" text, ""population"" real, ""area"" real, ""pop_dens"" real, ""no_of_settlements"" real );","SELECT MIN(""population"") FROM ""population_and_area"" WHERE ""area""='1,126.84';",2-171368-2 How many settlements are in český krumlov (ck) with a population density higher than 38?,"CREATE TABLE ""population_and_area"" ( ""district"" text, ""population"" real, ""area"" real, ""pop_dens"" real, ""no_of_settlements"" real );","SELECT SUM(""no_of_settlements"") FROM ""population_and_area"" WHERE ""district""='český krumlov (ck)' AND ""pop_dens"">38;",2-171368-2 What is the lowest population density of Strakonice (st) with more than 112 settlements?,"CREATE TABLE ""population_and_area"" ( ""district"" text, ""population"" real, ""area"" real, ""pop_dens"" real, ""no_of_settlements"" real );","SELECT MIN(""pop_dens"") FROM ""population_and_area"" WHERE ""district""='strakonice (st)' AND ""no_of_settlements"">112;",2-171368-2 Who presented their credentials at an unknown date?,"CREATE TABLE ""notes"" ( ""name"" text, ""background"" text, ""title"" text, ""appointment"" text, ""presentation_of_credentials"" text );","SELECT ""name"" FROM ""notes"" WHERE ""presentation_of_credentials""='unknown';",2-17444611-1 When did Robert G. Miner present his credentials?,"CREATE TABLE ""notes"" ( ""name"" text, ""background"" text, ""title"" text, ""appointment"" text, ""presentation_of_credentials"" text );","SELECT ""presentation_of_credentials"" FROM ""notes"" WHERE ""name""='robert g. miner';",2-17444611-1 When was William A. Costello appointed?,"CREATE TABLE ""notes"" ( ""name"" text, ""background"" text, ""title"" text, ""appointment"" text, ""presentation_of_credentials"" text );","SELECT ""appointment"" FROM ""notes"" WHERE ""name""='william a. costello';",2-17444611-1 "Who was appointed on October 24, 1997?","CREATE TABLE ""notes"" ( ""name"" text, ""background"" text, ""title"" text, ""appointment"" text, ""presentation_of_credentials"" text );","SELECT ""name"" FROM ""notes"" WHERE ""appointment""='october 24, 1997';",2-17444611-1 What was Anthony D. Marshall's title?,"CREATE TABLE ""notes"" ( ""name"" text, ""background"" text, ""title"" text, ""appointment"" text, ""presentation_of_credentials"" text );","SELECT ""title"" FROM ""notes"" WHERE ""name""='anthony d. marshall';",2-17444611-1 "What is Nationality, when Position is ""G"", and when Pick is greater than 26?","CREATE TABLE ""nba_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""school_club_team"" text );","SELECT ""nationality"" FROM ""nba_draft"" WHERE ""position""='g' AND ""pick"">26;",2-17361223-1 "What is Player, when Round is ""2"", and when School/Club Team is ""Xavier""?","CREATE TABLE ""nba_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""nba_draft"" WHERE ""round""=2 AND ""school_club_team""='xavier';",2-17361223-1 "What is the highest Pick, when Position is ""G/F""?","CREATE TABLE ""nba_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""school_club_team"" text );","SELECT MAX(""pick"") FROM ""nba_draft"" WHERE ""position""='g/f';",2-17361223-1 What was the average place for the song that had 69 points and a draw smaller than 13?,"CREATE TABLE ""final"" ( ""draw"" real, ""language"" text, ""artist"" text, ""song"" text, ""english_translation"" text, ""place"" real, ""points"" real );","SELECT AVG(""place"") FROM ""final"" WHERE ""points""=69 AND ""draw""<13;",2-17524651-4 What was the english translation for the song by svetlana loboda?,"CREATE TABLE ""final"" ( ""draw"" real, ""language"" text, ""artist"" text, ""song"" text, ""english_translation"" text, ""place"" real, ""points"" real );","SELECT ""english_translation"" FROM ""final"" WHERE ""artist""='svetlana loboda';",2-17524651-4 What song was in french?,"CREATE TABLE ""final"" ( ""draw"" real, ""language"" text, ""artist"" text, ""song"" text, ""english_translation"" text, ""place"" real, ""points"" real );","SELECT ""song"" FROM ""final"" WHERE ""language""='french';",2-17524651-4 what is the points against when drawn is drawn?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points_against"" FROM ""league_table"" WHERE ""drawn""='drawn';",2-17409365-1 what is the points against when the losing bonus is 0 and the club is banwen rfc?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points_against"" FROM ""league_table"" WHERE ""losing_bonus""='0' AND ""club""='banwen rfc';",2-17409365-1 what is the points when the club blaengarw rfc?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points"" FROM ""league_table"" WHERE ""club""='blaengarw rfc';",2-17409365-1 what is the tries fow when losing bonus is losing bonus?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_for"" FROM ""league_table"" WHERE ""losing_bonus""='losing bonus';",2-17409365-1 what is drawn when the club is hirwaun rfc?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""drawn"" FROM ""league_table"" WHERE ""club""='hirwaun rfc';",2-17409365-1 what is lost when the points against is 231?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""lost"" FROM ""league_table"" WHERE ""points_against""='231';",2-17409365-1 Who was the away team against the home team Sheffield United?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""away_team"" FROM ""third_round_proper"" WHERE ""home_team""='sheffield united';",2-17437287-3 Who was the away team with a tie of 14?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""away_team"" FROM ""third_round_proper"" WHERE ""tie_no""='14';",2-17437287-3 What is the latest year of the album with the release title death valley?,"CREATE TABLE ""albums"" ( ""year_of_release"" real, ""title"" text, ""label"" text, ""format"" text, ""cat_no"" text );","SELECT MAX(""year_of_release"") FROM ""albums"" WHERE ""title""='death valley';",2-17008475-1 What is the total year of release of the title what goes around comes around?,"CREATE TABLE ""albums"" ( ""year_of_release"" real, ""title"" text, ""label"" text, ""format"" text, ""cat_no"" text );","SELECT COUNT(""year_of_release"") FROM ""albums"" WHERE ""title""='what goes around comes around';",2-17008475-1 What percent is the lead margin of 25 that Republican: Jeff Beatty has according to poll source Rasmussen Reports?,"CREATE TABLE ""opinion_polling_for_the_united_states_se"" ( ""poll_source"" text, ""dates_administered"" text, ""democrat_john_kerry"" text, ""republican_jeff_beatty"" text, ""lead_margin"" real );","SELECT ""republican_jeff_beatty"" FROM ""opinion_polling_for_the_united_states_se"" WHERE ""lead_margin""=25 AND ""poll_source""='rasmussen reports';",2-16751596-5 Who is the poll source that has Republican: Jeff Beatty behind at 27%?,"CREATE TABLE ""opinion_polling_for_the_united_states_se"" ( ""poll_source"" text, ""dates_administered"" text, ""democrat_john_kerry"" text, ""republican_jeff_beatty"" text, ""lead_margin"" real );","SELECT ""poll_source"" FROM ""opinion_polling_for_the_united_states_se"" WHERE ""republican_jeff_beatty""='27%';",2-16751596-5 How did the ship named proletarij finish its service?,"CREATE TABLE ""ships_attacked"" ( ""date"" text, ""name_of_ship"" text, ""flag"" text, ""tonnage"" real, ""fate"" text );","SELECT ""fate"" FROM ""ships_attacked"" WHERE ""name_of_ship""='proletarij';",2-17264629-1 What is the average tonnage of the ship named proletarij?,"CREATE TABLE ""ships_attacked"" ( ""date"" text, ""name_of_ship"" text, ""flag"" text, ""tonnage"" real, ""fate"" text );","SELECT AVG(""tonnage"") FROM ""ships_attacked"" WHERE ""name_of_ship""='proletarij';",2-17264629-1 What is the area in square kilometers of Studholm?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT COUNT(""area_km_2"") FROM ""parishes"" WHERE ""official_name""='studholm';",2-171236-2 "For what week was the attendance 40,429?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""week"") FROM ""schedule"" WHERE ""attendance""='40,429';",2-16710944-2 The Detroit Lions were played against what week?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""week"" FROM ""schedule"" WHERE ""opponent""='detroit lions';",2-16710944-2 "On September 10, 1989 how many people attended the game?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""attendance"" FROM ""schedule"" WHERE ""date""='september 10, 1989';",2-16710944-2 "Which Tom Ridge* has a Pat Toomey of 60%, and a Poll source of suffolk?","CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""arlen_specter"" text, ""pat_toomey"" text, ""tom_ridge"" text, ""peg_luksik"" text );","SELECT ""tom_ridge"" FROM ""polling"" WHERE ""pat_toomey""='60%' AND ""poll_source""='suffolk';",2-16948973-2 "Which Poll source has a Peg Luksik of 9%, and Dates administered of may 12, 2010?","CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""arlen_specter"" text, ""pat_toomey"" text, ""tom_ridge"" text, ""peg_luksik"" text );","SELECT ""poll_source"" FROM ""polling"" WHERE ""peg_luksik""='9%' AND ""dates_administered""='may 12, 2010';",2-16948973-2 Which Poll source has Pat Toomey of 23%?,"CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""arlen_specter"" text, ""pat_toomey"" text, ""tom_ridge"" text, ""peg_luksik"" text );","SELECT ""poll_source"" FROM ""polling"" WHERE ""pat_toomey""='23%';",2-16948973-2 "Which Dates administered has an Arlen Specter* of ––, and a Peg Luksik of 9%?","CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""arlen_specter"" text, ""pat_toomey"" text, ""tom_ridge"" text, ""peg_luksik"" text );","SELECT ""dates_administered"" FROM ""polling"" WHERE ""arlen_specter""='––' AND ""peg_luksik""='9%';",2-16948973-2 "Which Tom Ridge* has a Poll source of research 2000, and an Arlen Specter* of 43%?","CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""arlen_specter"" text, ""pat_toomey"" text, ""tom_ridge"" text, ""peg_luksik"" text );","SELECT ""tom_ridge"" FROM ""polling"" WHERE ""poll_source""='research 2000' AND ""arlen_specter""='43%';",2-16948973-2 "Which Poll source has an Arlen Specter* of ––, and a Tom Ridge* of 60%?","CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""arlen_specter"" text, ""pat_toomey"" text, ""tom_ridge"" text, ""peg_luksik"" text );","SELECT ""poll_source"" FROM ""polling"" WHERE ""arlen_specter""='––' AND ""tom_ridge""='60%';",2-16948973-2 How many total silvers does Russia have?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""silver"") FROM ""medal_table"" WHERE ""nation""='russia';",2-17029703-3 "What is the average number of bronze medals of the Philippines, which has more than 0 gold?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medal_table"" WHERE ""nation""='philippines' AND ""gold"">0;",2-17029703-3 What is the average number of bronze of the nation with more than 1 gold and 1 silver medal?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medal_table"" WHERE ""gold"">1 AND ""silver""=1;",2-17029703-3 What is the average total medals of the nation ranked 1 with less than 1 silver?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""total"") FROM ""medal_table"" WHERE ""rank""='1' AND ""silver""<1;",2-17029703-3 What is the lowest number of gold medals the nation with less than 0 silver medals has?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""gold"") FROM ""medal_table"" WHERE ""silver""<0;",2-17029703-3 What was the Location/Attendance on september 11?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""regular_season"" WHERE ""date""='september 11';",2-17103645-12 What were the high rebounds on september 11?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""regular_season"" WHERE ""date""='september 11';",2-17103645-12 When did indiana play?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""regular_season"" WHERE ""opponent""='indiana';",2-17103645-12 Which Location/Attendance has High rebounds of lennox (7)?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""regular_season"" WHERE ""high_rebounds""='lennox (7)';",2-17103645-12 "What team has tony parker (10) as the high assists, kurt thomas (12) as the high rebounds?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""high_assists""='tony parker (10)' AND ""high_rebounds""='kurt thomas (12)';",2-17288845-6 What score has tim duncan (14) as the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""high_rebounds""='tim duncan (14)';",2-17288845-6 What is the lowest round for an overall pick of 349 with a pick number in the round over 11?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MIN(""round"") FROM ""washington_redskins_draft_history"" WHERE ""overall""=349 AND ""pick"">11;",2-17100961-41 Where was the fight located that lasted 1 round against luiz claudio das dores?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""round""='1' AND ""opponent""='luiz claudio das dores';",2-17443117-2 Which date was game 35 on?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""game""=35;",2-17311759-6 What was the record after game 37?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""game""=37;",2-17311759-6 What is the score of the tournament with olivier delaître as the opponent in the final?,"CREATE TABLE ""singles_titles_11"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""score"" FROM ""singles_titles_11"" WHERE ""opponent_in_the_final""='olivier delaître';",2-1723582-6 What is the date of the tournament with olivier delaître as the opponent in the final?,"CREATE TABLE ""singles_titles_11"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""date"" FROM ""singles_titles_11"" WHERE ""opponent_in_the_final""='olivier delaître';",2-1723582-6 What is the surface of the tournament with cédric pioline as the opponent in the final?,"CREATE TABLE ""singles_titles_11"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""surface"" FROM ""singles_titles_11"" WHERE ""opponent_in_the_final""='cédric pioline';",2-1723582-6 What was the result for the team with 3 draws?,"CREATE TABLE ""sudamericano_femenino_record"" ( ""year"" text, ""result"" text, ""matches"" text, ""wins"" text, ""draws"" text, ""losses"" text );","SELECT ""result"" FROM ""sudamericano_femenino_record"" WHERE ""draws""='3';",2-17223835-2 How many draws were there in 2006?,"CREATE TABLE ""sudamericano_femenino_record"" ( ""year"" text, ""result"" text, ""matches"" text, ""wins"" text, ""draws"" text, ""losses"" text );","SELECT ""draws"" FROM ""sudamericano_femenino_record"" WHERE ""year""='2006';",2-17223835-2 "What were the matches where the teams finished in the first group stage, in 1998?","CREATE TABLE ""sudamericano_femenino_record"" ( ""year"" text, ""result"" text, ""matches"" text, ""wins"" text, ""draws"" text, ""losses"" text );","SELECT ""matches"" FROM ""sudamericano_femenino_record"" WHERE ""result""='first group stage' AND ""year""='1998';",2-17223835-2 What year was Zona Sur nominated?,"CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""director"" text, ""result"" text );","SELECT ""year_ceremony"" FROM ""submissions"" WHERE ""original_title""='zona sur';",2-17175240-1 What is Dependencia Sexual's film title that was used in its nomination?,"CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""director"" text, ""result"" text );","SELECT ""film_title_used_in_nomination"" FROM ""submissions"" WHERE ""original_title""='dependencia sexual';",2-17175240-1 What was Zona Sur's result after being considered for nomination?,"CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""director"" text, ""result"" text );","SELECT ""result"" FROM ""submissions"" WHERE ""original_title""='zona sur';",2-17175240-1 How many losses did leon patton have with the longest gain higher than 45?,"CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT COUNT(""loss"") FROM ""rushing"" WHERE ""name""='leon patton' AND ""long"">45;",2-16435990-19 what is the average top-5 when the cuts made is more than 34?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""top_5"") FROM ""summary"" WHERE ""cuts_made"">34;",2-1662630-5 what is the sum of wins when events is 13 and top-5 is less than 1?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT SUM(""wins"") FROM ""summary"" WHERE ""events""=13 AND ""top_5""<1;",2-1662630-5 "what is the highest events when the cuts made is less than 34, the top-25 is less than 5 and the top-10 is more than 1?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""events"") FROM ""summary"" WHERE ""cuts_made""<34 AND ""top_25""<5 AND ""top_10"">1;",2-1662630-5 what is the average top-10 when the cuts made is less than 9 and the events is more than 14?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""top_10"") FROM ""summary"" WHERE ""cuts_made""<9 AND ""events"">14;",2-1662630-5 What is the 2008 for 2009 heartland high tech?,"CREATE TABLE ""list_of_recent_world_s_grand_champions"" ( ""year"" text, ""2009"" text, ""2008"" text, ""2007"" text, ""2006"" text, ""2005"" text, ""2004"" text, ""2003"" text );","SELECT ""2008"" FROM ""list_of_recent_world_s_grand_champions"" WHERE ""2009""='heartland high tech';",2-17185248-1 What is the 2007 with ch callaway's copyright in 2003?,"CREATE TABLE ""list_of_recent_world_s_grand_champions"" ( ""year"" text, ""2009"" text, ""2008"" text, ""2007"" text, ""2006"" text, ""2005"" text, ""2004"" text, ""2003"" text );","SELECT ""2007"" FROM ""list_of_recent_world_s_grand_champions"" WHERE ""2003""='ch callaway''s copyright';",2-17185248-1 What year is the 2007 big red?,"CREATE TABLE ""list_of_recent_world_s_grand_champions"" ( ""year"" text, ""2009"" text, ""2008"" text, ""2007"" text, ""2006"" text, ""2005"" text, ""2004"" text, ""2003"" text );","SELECT ""year"" FROM ""list_of_recent_world_s_grand_champions"" WHERE ""2007""='big red';",2-17185248-1 What year is the 2004 shake don't stir?,"CREATE TABLE ""list_of_recent_world_s_grand_champions"" ( ""year"" text, ""2009"" text, ""2008"" text, ""2007"" text, ""2006"" text, ""2005"" text, ""2004"" text, ""2003"" text );","SELECT ""year"" FROM ""list_of_recent_world_s_grand_champions"" WHERE ""2004""='shake don''t stir';",2-17185248-1 What is the 2007 for the 2003 desert prince?,"CREATE TABLE ""list_of_recent_world_s_grand_champions"" ( ""year"" text, ""2009"" text, ""2008"" text, ""2007"" text, ""2006"" text, ""2005"" text, ""2004"" text, ""2003"" text );","SELECT ""2007"" FROM ""list_of_recent_world_s_grand_champions"" WHERE ""2003""='desert prince';",2-17185248-1 What is the 2008 for the 2009 ch our charming lady?,"CREATE TABLE ""list_of_recent_world_s_grand_champions"" ( ""year"" text, ""2009"" text, ""2008"" text, ""2007"" text, ""2006"" text, ""2005"" text, ""2004"" text, ""2003"" text );","SELECT ""2008"" FROM ""list_of_recent_world_s_grand_champions"" WHERE ""2009""='ch our charming lady';",2-17185248-1 What is the j p c that commonly decays (>5% of decays) d 0 + π 0 or d 0 + γ?,"CREATE TABLE ""d_mesons"" ( ""particle_name"" text, ""particle_symbol"" text, ""antiparticle_symbol"" text, ""quark_content"" text, ""rest_mass_me_v_c_2"" text, ""j_p_c"" text, ""mean_lifetime_s"" text, ""commonly_decays_to_5pct_of_decays"" text );","SELECT ""j_p_c"" FROM ""d_mesons"" WHERE ""commonly_decays_to_5pct_of_decays""='d 0 + π 0 or d 0 + γ';",2-16920816-1 What is the antiparticle symbol with a rest mess (mev/c2) of .47 ± .33?,"CREATE TABLE ""d_mesons"" ( ""particle_name"" text, ""particle_symbol"" text, ""antiparticle_symbol"" text, ""quark_content"" text, ""rest_mass_me_v_c_2"" text, ""j_p_c"" text, ""mean_lifetime_s"" text, ""commonly_decays_to_5pct_of_decays"" text );","SELECT ""antiparticle_symbol"" FROM ""d_mesons"" WHERE ""rest_mass_me_v_c_2""='.47 ± .33';",2-16920816-1 What was the surface in 1981?,"CREATE TABLE ""doubles_finals_24_10_14"" ( ""outcome"" text, ""date"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""surface"" FROM ""doubles_finals_24_10_14"" WHERE ""date""=1981;",2-17262467-2 "What is the outcome on a hard surface, when the score in the final was 4–6, 3–6?","CREATE TABLE ""doubles_finals_24_10_14"" ( ""outcome"" text, ""date"" real, ""championship"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""outcome"" FROM ""doubles_finals_24_10_14"" WHERE ""surface""='hard' AND ""score_in_the_final""='4–6, 3–6';",2-17262467-2 What is the total championships that the league cup is less than 0?,"CREATE TABLE ""goal_scorers"" ( ""name"" text, ""championship"" real, ""fa_cup"" real, ""league_cup"" real, ""total"" real );","SELECT SUM(""championship"") FROM ""goal_scorers"" WHERE ""league_cup""<0;",2-17412873-11 What is the total championships of James Henry that has a league cup more than 1?,"CREATE TABLE ""goal_scorers"" ( ""name"" text, ""championship"" real, ""fa_cup"" real, ""league_cup"" real, ""total"" real );","SELECT SUM(""championship"") FROM ""goal_scorers"" WHERE ""league_cup"">1 AND ""name""='james henry';",2-17412873-11 What is the championship of Jem Karacan that has a total of 2 and a league cup more than 0?,"CREATE TABLE ""goal_scorers"" ( ""name"" text, ""championship"" real, ""fa_cup"" real, ""league_cup"" real, ""total"" real );","SELECT ""championship"" FROM ""goal_scorers"" WHERE ""total""=2 AND ""league_cup"">0 AND ""name""='jem karacan';",2-17412873-11 In which season did he have 0 Poles and 19th position in the GP2 Series?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_laps"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""season"" FROM ""career_summary"" WHERE ""poles""='0' AND ""series""='gp2 series' AND ""position""='19th';",2-17430257-1 What was his position in 2009 with 1 win?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_laps"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""position"" FROM ""career_summary"" WHERE ""wins""='1' AND ""season""='2009';",2-17430257-1 How many races did he do in the year he had 8 points?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_laps"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""races"" FROM ""career_summary"" WHERE ""points""='8';",2-17430257-1 "What were the points in the year when his Wins were 0, his Podiums were 0, and he drove in 4 races?","CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_laps"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""points"" FROM ""career_summary"" WHERE ""wins""='0' AND ""podiums""='0' AND ""races""='4';",2-17430257-1 What were the points in the year when his Podiums were 5?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_laps"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""points"" FROM ""career_summary"" WHERE ""podiums""='5';",2-17430257-1 What was the F/Laps when the Wins were 0 and the Position was 4th?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_laps"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""f_laps"" FROM ""career_summary"" WHERE ""wins""='0' AND ""position""='4th';",2-17430257-1 What was the Result on May 30?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""result"" FROM ""season_schedule"" WHERE ""date""='may 30';",2-17116064-4 What was the Result on July 24?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""result"" FROM ""season_schedule"" WHERE ""date""='july 24';",2-17116064-4 What was the Score of the game with a Record of 0-1?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""score"" FROM ""season_schedule"" WHERE ""record""='0-1';",2-17116064-4 What is the Record of the game on June 24?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""record"" FROM ""season_schedule"" WHERE ""date""='june 24';",2-17116064-4 What is the Date of the game with a Loss and Record of 7-9?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""date"" FROM ""season_schedule"" WHERE ""result""='loss' AND ""record""='7-9';",2-17116064-4 What is the Record on July 12?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""record"" FROM ""season_schedule"" WHERE ""date""='july 12';",2-17116064-4 What player has a total of 290 points?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""total""=290;",2-17231125-1 What is the year that Hale Irwin won with 285 points?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""year_s_won"" FROM ""made_the_cut"" WHERE ""total""=285 AND ""player""='hale irwin';",2-17231125-1 Which year has a 2011 of 1r?,"CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2003"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text );","SELECT ""2008"" FROM ""singles_performance_timeline"" WHERE ""2011""='1r';",2-16894271-5 "Which tournament has a 2013 of 1r, and a 2012 of 1r?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2003"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text );","SELECT ""tournament"" FROM ""singles_performance_timeline"" WHERE ""2013""='1r' AND ""2012""='1r';",2-16894271-5 Which year has a 2003 of lq?,"CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2003"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text, ""2013"" text );","SELECT ""2009"" FROM ""singles_performance_timeline"" WHERE ""2003""='lq';",2-16894271-5 "WHAT IS THE WEEK WITH AN ATTENDANCE OF 75,555?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""tv_time"" text, ""attendance"" text );","SELECT SUM(""week"") FROM ""schedule"" WHERE ""attendance""='75,555';",2-16764708-1 WHAT IS THE RESULT WHEN THE OPPONENT WAS CHICAGO BEARS?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""tv_time"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""opponent""='chicago bears';",2-16764708-1 "WHAT IS THE TV TIME WOTH A WEEK BIGGER THAN 15, WITH THE OAKLAND RAIDERS AS OPPONENT?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""tv_time"" text, ""attendance"" text );","SELECT ""tv_time"" FROM ""schedule"" WHERE ""week"">15 AND ""opponent""='oakland raiders';",2-16764708-1 "WHAT IS THE TV TIME FOR NOVEMBER 10, 1996?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""tv_time"" text, ""attendance"" text );","SELECT ""tv_time"" FROM ""schedule"" WHERE ""date""='november 10, 1996';",2-16764708-1 What was the date for the match where Tweedie-Yates' partner was jodi kenoyer?,"CREATE TABLE ""doubles_15_8_7"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""date"" FROM ""doubles_15_8_7"" WHERE ""partner""='jodi kenoyer';",2-17587775-4 Who were the opponents during the final when christina wheeler was partner?,"CREATE TABLE ""doubles_15_8_7"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""opponents_in_the_final"" FROM ""doubles_15_8_7"" WHERE ""partner""='christina wheeler';",2-17587775-4 "What is Country, when Total is less than 290, and when Year(s) Won is 1960?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""total""<290 AND ""year_s_won""='1960';",2-17277237-1 "What is the total number of Total, when To Par is 12?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT COUNT(""total"") FROM ""made_the_cut"" WHERE ""to_par""=12;",2-17277237-1 "What is Player, when Total is 292?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""total""=292;",2-17277237-1 "What is Player, when Year(s) Won is 1955?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""year_s_won""='1955';",2-17277237-1 Which Oil Pattern has a Winner (Title #) of mike wolfe (3)?,"CREATE TABLE ""2007_08_tournament_recap"" ( ""date"" text, ""event"" text, ""city"" text, ""oil_pattern"" text, ""winner_title_num"" text, ""runner_up"" text, ""score"" text );","SELECT ""oil_pattern"" FROM ""2007_08_tournament_recap"" WHERE ""winner_title_num""='mike wolfe (3)';",2-16301437-1 Which Score has an Event of constructionjobs.com classic?,"CREATE TABLE ""2007_08_tournament_recap"" ( ""date"" text, ""event"" text, ""city"" text, ""oil_pattern"" text, ""winner_title_num"" text, ""runner_up"" text, ""score"" text );","SELECT ""score"" FROM ""2007_08_tournament_recap"" WHERE ""event""='constructionjobs.com classic';",2-16301437-1 Name the Event which has a Winner (Title #) of parker bohn iii (31)?,"CREATE TABLE ""2007_08_tournament_recap"" ( ""date"" text, ""event"" text, ""city"" text, ""oil_pattern"" text, ""winner_title_num"" text, ""runner_up"" text, ""score"" text );","SELECT ""event"" FROM ""2007_08_tournament_recap"" WHERE ""winner_title_num""='parker bohn iii (31)';",2-16301437-1 Name the Date when has robert smith (7)?,"CREATE TABLE ""2007_08_tournament_recap"" ( ""date"" text, ""event"" text, ""city"" text, ""oil_pattern"" text, ""winner_title_num"" text, ""runner_up"" text, ""score"" text );","SELECT ""date"" FROM ""2007_08_tournament_recap"" WHERE ""winner_title_num""='robert smith (7)';",2-16301437-1 Name the Event which has a Score of 209-197?,"CREATE TABLE ""2007_08_tournament_recap"" ( ""date"" text, ""event"" text, ""city"" text, ""oil_pattern"" text, ""winner_title_num"" text, ""runner_up"" text, ""score"" text );","SELECT ""event"" FROM ""2007_08_tournament_recap"" WHERE ""score""='209-197';",2-16301437-1 "Name the Date which has a Oil Pattern of chameleon, and a Event of lake county indiana classic?","CREATE TABLE ""2007_08_tournament_recap"" ( ""date"" text, ""event"" text, ""city"" text, ""oil_pattern"" text, ""winner_title_num"" text, ""runner_up"" text, ""score"" text );","SELECT ""date"" FROM ""2007_08_tournament_recap"" WHERE ""oil_pattern""='chameleon' AND ""event""='lake county indiana classic';",2-16301437-1 "Which Rank has a Nation of south korea, and a Silver larger than 0?","CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""rank"") FROM ""medals_table"" WHERE ""nation""='south korea' AND ""silver"">0;",2-17035268-2 "Which Bronze has a Rank of 3, and a Silver larger than 0?","CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""bronze"") FROM ""medals_table"" WHERE ""rank""=3 AND ""silver"">0;",2-17035268-2 Who was the opponent when there was a TKO method?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""opponent"" FROM ""mixed_martial_arts_record"" WHERE ""method""='tko';",2-17624408-2 What was the round that Sergio Vinagre had a time of 5:00?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT MAX(""round"") FROM ""mixed_martial_arts_record"" WHERE ""time""='5:00' AND ""opponent""='sergio vinagre';",2-17624408-2 What round was it when the method was TKO (would not stand up from Butt Scoot)?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT AVG(""round"") FROM ""mixed_martial_arts_record"" WHERE ""method""='tko (would not stand up from butt scoot)';",2-17624408-2 What was the record after the game before Jan 7?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""january"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""record"" FROM ""schedule_and_results"" WHERE ""january""<7;",2-17310913-5 "Which TV season has a Season larger than 2, and a Ranking of #5?","CREATE TABLE ""broadcast_history_and_ratings"" ( ""season"" real, ""season_premiere"" text, ""season_finale"" text, ""tv_season"" text, ""ranking"" text, ""households_in_millions"" text );","SELECT ""tv_season"" FROM ""broadcast_history_and_ratings"" WHERE ""season"">2 AND ""ranking""='#5';",2-170325-2 "Which TV season has a Season smaller than 8, and a Household (in millions) of 15.92 (17.1 rating)?","CREATE TABLE ""broadcast_history_and_ratings"" ( ""season"" real, ""season_premiere"" text, ""season_finale"" text, ""tv_season"" text, ""ranking"" text, ""households_in_millions"" text );","SELECT ""tv_season"" FROM ""broadcast_history_and_ratings"" WHERE ""season""<8 AND ""households_in_millions""='15.92 (17.1 rating)';",2-170325-2 Which TV season has Households (in millions) of 30.503 (34.9 rating)?,"CREATE TABLE ""broadcast_history_and_ratings"" ( ""season"" real, ""season_premiere"" text, ""season_finale"" text, ""tv_season"" text, ""ranking"" text, ""households_in_millions"" text );","SELECT ""tv_season"" FROM ""broadcast_history_and_ratings"" WHERE ""households_in_millions""='30.503 (34.9 rating)';",2-170325-2 What is the total number of area listed for cannonvale with a population less than 409?,"CREATE TABLE ""main_places"" ( ""place"" text, ""code"" real, ""area_km_2"" real, ""population"" real, ""most_spoken_language"" text );","SELECT COUNT(""area_km_2"") FROM ""main_places"" WHERE ""population""<409 AND ""place""='cannonvale';",2-1720632-2 "What is the lowest code number for the remainder of the municipality that has an area bigger than 15.34 squared kilometers, a population greater than 762 and a language of xhosa spoken?","CREATE TABLE ""main_places"" ( ""place"" text, ""code"" real, ""area_km_2"" real, ""population"" real, ""most_spoken_language"" text );","SELECT MIN(""code"") FROM ""main_places"" WHERE ""population"">762 AND ""most_spoken_language""='xhosa' AND ""area_km_2"">15.34 AND ""place""='remainder of the municipality';",2-1720632-2 "What is the total code number for places with a population greater than 87,585?","CREATE TABLE ""main_places"" ( ""place"" text, ""code"" real, ""area_km_2"" real, ""population"" real, ""most_spoken_language"" text );","SELECT COUNT(""code"") FROM ""main_places"" WHERE ""population"">'87,585';",2-1720632-2 What is the lowest area for cannonvale that speaks afrikaans?,"CREATE TABLE ""main_places"" ( ""place"" text, ""code"" real, ""area_km_2"" real, ""population"" real, ""most_spoken_language"" text );","SELECT MIN(""area_km_2"") FROM ""main_places"" WHERE ""most_spoken_language""='afrikaans' AND ""place""='cannonvale';",2-1720632-2 "What is the place that speaks xhosa, has a population less than 87,585, an area smaller than 1.28 squared kilometers, and a code larger than 27504?","CREATE TABLE ""main_places"" ( ""place"" text, ""code"" real, ""area_km_2"" real, ""population"" real, ""most_spoken_language"" text );","SELECT ""place"" FROM ""main_places"" WHERE ""population""<'87,585' AND ""area_km_2""<1.28 AND ""code"">27504 AND ""most_spoken_language""='xhosa';",2-1720632-2 Which Score has a Location of richfield coliseum?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""location""='richfield coliseum';",2-17344582-9 Where was game 78 held?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT ""location"" FROM ""game_log"" WHERE ""game""=78;",2-17344582-9 When was the score 56-26?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='56-26';",2-17344582-9 Which Opponent has a Score of 92-111?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""score""='92-111';",2-17344582-9 What was the Opponent when the Cavaliers had a Record of 3-9?,"CREATE TABLE ""november"" ( ""date"" text, ""h_a_n"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""november"" WHERE ""record""='3-9';",2-16946097-4 On what Date was the Score 105-128?,"CREATE TABLE ""november"" ( ""date"" text, ""h_a_n"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""date"" FROM ""november"" WHERE ""score""='105-128';",2-16946097-4 What is the Opponent of the game with a H/A/N of H and Score of 120-99?,"CREATE TABLE ""november"" ( ""date"" text, ""h_a_n"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""november"" WHERE ""h_a_n""='h' AND ""score""='120-99';",2-16946097-4 On what Date was the Score 106-104 against the Portland Trail Blazers?,"CREATE TABLE ""november"" ( ""date"" text, ""h_a_n"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""date"" FROM ""november"" WHERE ""opponent""='portland trail blazers' AND ""score""='106-104';",2-16946097-4 On what Date was the Score 105-118 and the H/A/N A?,"CREATE TABLE ""november"" ( ""date"" text, ""h_a_n"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""date"" FROM ""november"" WHERE ""h_a_n""='a' AND ""score""='105-118';",2-16946097-4 Which Selection has a College of texas a&m?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""selection"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT SUM(""selection"") FROM ""nfl_draft"" WHERE ""college""='texas a&m';",2-16783007-1 "Which Selection has a Player of jamaar taylor, and a Round larger than 6?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""selection"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT MIN(""selection"") FROM ""nfl_draft"" WHERE ""player""='jamaar taylor' AND ""round"">6;",2-16783007-1 Which Position has a Player of gibril wilson?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""selection"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""player""='gibril wilson';",2-16783007-1 "Which Position has a Round larger than 5, and a Selection of 168?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""selection"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""round"">5 AND ""selection""=168;",2-16783007-1 What is Jillian Evans highest number of seats?,"CREATE TABLE ""leaders_in_the_european_parliament"" ( ""leader"" text, ""party"" text, ""leader_s_seat"" text, ""number_of_seats"" real, ""leader_since"" text );","SELECT MAX(""number_of_seats"") FROM ""leaders_in_the_european_parliament"" WHERE ""leader""='jillian evans';",2-17430092-7 Which party does Timothy Kirkhope lead?,"CREATE TABLE ""leaders_in_the_european_parliament"" ( ""leader"" text, ""party"" text, ""leader_s_seat"" text, ""number_of_seats"" real, ""leader_since"" text );","SELECT ""party"" FROM ""leaders_in_the_european_parliament"" WHERE ""leader""='timothy kirkhope';",2-17430092-7 What is Daultan Leveille's Position?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""position"" FROM ""draft_picks"" WHERE ""player""='daultan leveille';",2-17042893-14 What is the Player in Round 5?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""player"" FROM ""draft_picks"" WHERE ""round""=5;",2-17042893-14 What is the highest rebounds for game 81?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""game""=81;",2-17311797-10 Who was the winner of the Miami tournament where Elena Dementieva was a finalist?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""winner"" FROM ""singles"" WHERE ""finalist""='elena dementieva' AND ""tournament""='miami';",2-16845634-1 Who was the finalist of the hard surface tournament in Miami?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""finalist"" FROM ""singles"" WHERE ""surface""='hard' AND ""tournament""='miami';",2-16845634-1 Who were the semifinalists in the Rome tournament?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""semifinalists"" FROM ""singles"" WHERE ""tournament""='rome';",2-16845634-1 What is the resolution of the camera that has 6726 x 5040 pixels and a model of afi 7?,"CREATE TABLE ""discontinued_models"" ( ""model"" text, ""sensor_size"" text, ""resolution"" text, ""active_pixels"" text, ""display"" text );","SELECT ""resolution"" FROM ""discontinued_models"" WHERE ""active_pixels""='6726 x 5040' AND ""model""='afi 7';",2-16395908-3 "Which model has a sensor sized 48x36 mm, pixels of 6726 x 5040, and a 33 mp resolution?","CREATE TABLE ""discontinued_models"" ( ""model"" text, ""sensor_size"" text, ""resolution"" text, ""active_pixels"" text, ""display"" text );","SELECT ""model"" FROM ""discontinued_models"" WHERE ""sensor_size""='48x36 mm' AND ""active_pixels""='6726 x 5040' AND ""resolution""='33 mp';",2-16395908-3 What are the active pixels of the cantare model?,"CREATE TABLE ""discontinued_models"" ( ""model"" text, ""sensor_size"" text, ""resolution"" text, ""active_pixels"" text, ""display"" text );","SELECT ""active_pixels"" FROM ""discontinued_models"" WHERE ""model""='cantare';",2-16395908-3 What are the active pixels of the c-most model camera?,"CREATE TABLE ""discontinued_models"" ( ""model"" text, ""sensor_size"" text, ""resolution"" text, ""active_pixels"" text, ""display"" text );","SELECT ""active_pixels"" FROM ""discontinued_models"" WHERE ""model""='c-most';",2-16395908-3 "Which Rank has a Third of 2, and Winners smaller than 2?","CREATE TABLE ""winners_by_team"" ( ""rank"" real, ""club"" text, ""winners"" real, ""runners_up"" real, ""third"" real );","SELECT AVG(""rank"") FROM ""winners_by_team"" WHERE ""third""=2 AND ""winners""<2;",2-16561399-2 "How many Winners have a Third of 1, and Runners-up smaller than 0?","CREATE TABLE ""winners_by_team"" ( ""rank"" real, ""club"" text, ""winners"" real, ""runners_up"" real, ""third"" real );","SELECT COUNT(""winners"") FROM ""winners_by_team"" WHERE ""third""=1 AND ""runners_up""<0;",2-16561399-2 "Which Third has Runners-up of 0, and Winners of 0, and a Club of far rabat?","CREATE TABLE ""winners_by_team"" ( ""rank"" real, ""club"" text, ""winners"" real, ""runners_up"" real, ""third"" real );","SELECT AVG(""third"") FROM ""winners_by_team"" WHERE ""runners_up""=0 AND ""winners""=0 AND ""club""='far rabat';",2-16561399-2 "Which Winners is the highest one that has a Rank larger than 7, and a Third smaller than 1?","CREATE TABLE ""winners_by_team"" ( ""rank"" real, ""club"" text, ""winners"" real, ""runners_up"" real, ""third"" real );","SELECT MAX(""winners"") FROM ""winners_by_team"" WHERE ""rank"">7 AND ""third""<1;",2-16561399-2 "Which Leading Scorer has an Opponent of @ seattle, and a Record of 14-16?","CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT ""leading_scorer"" FROM ""season_schedule"" WHERE ""opponent""='@ seattle' AND ""record""='14-16';",2-17115722-6 "Which Score has an Opponent of @ houston, and a Record of 2-0?","CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""season_schedule"" WHERE ""opponent""='@ houston' AND ""record""='2-0';",2-17115722-6 Which Attendance has a Date of september 7?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT MIN(""attendance"") FROM ""season_schedule"" WHERE ""date""='september 7';",2-17115722-6 What is the venue of game 3?,"CREATE TABLE ""pre_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""venue"" FROM ""pre_season"" WHERE ""game""=3;",2-17382981-2 What is the lowest game number on 20 July 2008?,"CREATE TABLE ""pre_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT MIN(""game"") FROM ""pre_season"" WHERE ""date""='20 july 2008';",2-17382981-2 What is the result on 20 July 2008?,"CREATE TABLE ""pre_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""pre_season"" WHERE ""date""='20 july 2008';",2-17382981-2 What is the total game number with athlone town as the opponent?,"CREATE TABLE ""pre_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT COUNT(""game"") FROM ""pre_season"" WHERE ""opponent""='athlone town';",2-17382981-2 What is the result of the game with a game number greater than 6 and an away venue?,"CREATE TABLE ""pre_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""pre_season"" WHERE ""venue""='away' AND ""game"">6;",2-17382981-2 "What is the lowest value for Week, when the Attendance is greater than 22,958, and when the Opponent is At Chicago Cardinals?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""attendance"">'22,958' AND ""opponent""='at chicago cardinals';",2-16678530-2 What was the end date when Alex Bodry was the minister?,"CREATE TABLE ""list_of_ministers_for_communications_and"" ( ""minister"" text, ""party"" text, ""start_date"" text, ""end_date"" text, ""prime_minister"" text );","SELECT ""end_date"" FROM ""list_of_ministers_for_communications_and"" WHERE ""minister""='alex bodry';",2-16637278-1 Who was the minister for the CSV party with a present day end date?,"CREATE TABLE ""list_of_ministers_for_communications_and"" ( ""minister"" text, ""party"" text, ""start_date"" text, ""end_date"" text, ""prime_minister"" text );","SELECT ""minister"" FROM ""list_of_ministers_for_communications_and"" WHERE ""party""='csv' AND ""end_date""='present day';",2-16637278-1 "What is the sum of the points of the game with philadelphia as the visitor and an attendance greater than 7,284?","CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT SUM(""points"") FROM ""game_log"" WHERE ""visitor""='philadelphia' AND ""attendance"">'7,284';",2-17190456-3 What is the lowest amount of points of the game with toronto as the home team?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT MIN(""points"") FROM ""game_log"" WHERE ""home""='toronto';",2-17190456-3 How many laps did pere riba ride?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""laps"") FROM ""moto_gp_classification"" WHERE ""rider""='pere riba';",2-17035864-1 How many laps were in grid 4?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""laps"" FROM ""moto_gp_classification"" WHERE ""grid""=4;",2-17035864-1 Who manufactured grid 11?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""manufacturer"" FROM ""moto_gp_classification"" WHERE ""grid""=11;",2-17035864-1 "Which Grid has Laps larger than 26, and a Time/Retired of 44:39.467?","CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""grid"") FROM ""moto_gp_classification"" WHERE ""laps"">26 AND ""time_retired""='44:39.467';",2-17035864-1 Which Horse finished in 8?,"CREATE TABLE ""results"" ( ""finished"" text, ""horse"" text, ""jockey"" text, ""trainer"" text, ""odds"" text );","SELECT ""horse"" FROM ""results"" WHERE ""finished""='8';",2-17480962-2 Who is the Jockey that has Nick Zito as Trainer and Odds of 34-1?,"CREATE TABLE ""results"" ( ""finished"" text, ""horse"" text, ""jockey"" text, ""trainer"" text, ""odds"" text );","SELECT ""jockey"" FROM ""results"" WHERE ""trainer""='nick zito' AND ""odds""='34-1';",2-17480962-2 What are the Odds for the Horse called Ready's Echo?,"CREATE TABLE ""results"" ( ""finished"" text, ""horse"" text, ""jockey"" text, ""trainer"" text, ""odds"" text );","SELECT ""odds"" FROM ""results"" WHERE ""horse""='ready''s echo';",2-17480962-2 What are the Odds for Trainer Barclay Tagg?,"CREATE TABLE ""results"" ( ""finished"" text, ""horse"" text, ""jockey"" text, ""trainer"" text, ""odds"" text );","SELECT ""odds"" FROM ""results"" WHERE ""trainer""='barclay tagg';",2-17480962-2 What is the Finished place for da'tara trained by Nick zito?,"CREATE TABLE ""results"" ( ""finished"" text, ""horse"" text, ""jockey"" text, ""trainer"" text, ""odds"" text );","SELECT ""finished"" FROM ""results"" WHERE ""trainer""='nick zito' AND ""horse""='da''tara';",2-17480962-2 Who is the Jockey for guadalcanal?,"CREATE TABLE ""results"" ( ""finished"" text, ""horse"" text, ""jockey"" text, ""trainer"" text, ""odds"" text );","SELECT ""jockey"" FROM ""results"" WHERE ""horse""='guadalcanal';",2-17480962-2 Which Manufacturer has a Time of accident and a Grid greater than 15?,"CREATE TABLE ""250cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""manufacturer"" FROM ""250cc_classification"" WHERE ""time""='accident' AND ""grid"">15;",2-16270492-2 What is the verb for Khola?,"CREATE TABLE ""simple_past_tense"" ( ""verb"" text, ""2_vf"" text, ""2_f"" text, ""3_f"" text, ""2_3_p"" text );","SELECT ""3_f"" FROM ""simple_past_tense"" WHERE ""verb""='khola';",2-1625862-8 What is the verb for তুমি খেলে?,"CREATE TABLE ""simple_past_tense"" ( ""verb"" text, ""2_vf"" text, ""2_f"" text, ""3_f"" text, ""2_3_p"" text );","SELECT ""verb"" FROM ""simple_past_tense"" WHERE ""2_f""='তুমি খেলে';",2-1625862-8 What is the 2nd verb for Khola?,"CREATE TABLE ""simple_past_tense"" ( ""verb"" text, ""2_vf"" text, ""2_f"" text, ""3_f"" text, ""2_3_p"" text );","SELECT ""2_f"" FROM ""simple_past_tense"" WHERE ""verb""='khola';",2-1625862-8 What is the 2(vf) for তুমি বললে?,"CREATE TABLE ""simple_past_tense"" ( ""verb"" text, ""2_vf"" text, ""2_f"" text, ""3_f"" text, ""2_3_p"" text );","SELECT ""2_vf"" FROM ""simple_past_tense"" WHERE ""2_f""='তুমি বললে';",2-1625862-8 What is the 2nd verb for chena?,"CREATE TABLE ""simple_past_tense"" ( ""verb"" text, ""2_vf"" text, ""2_f"" text, ""3_f"" text, ""2_3_p"" text );","SELECT ""2_f"" FROM ""simple_past_tense"" WHERE ""verb""='chena';",2-1625862-8 What is the 3rd for the 2nd Tui Dhuli?,"CREATE TABLE ""simple_past_tense"" ( ""verb"" text, ""2_vf"" text, ""2_f"" text, ""3_f"" text, ""2_3_p"" text );","SELECT ""3_f"" FROM ""simple_past_tense"" WHERE ""2_vf""='tui dhuli';",2-1625862-8 "Which Lead has a Third of randy ferbey (skip), a Second of scott pfeifer, and a Season of 2009–10?","CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""teams"" WHERE ""third""='randy ferbey (skip)' AND ""second""='scott pfeifer' AND ""season""='2009–10';",2-1731607-1 Which Season has a Third of colin hodgson?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""season"" FROM ""teams"" WHERE ""third""='colin hodgson';",2-1731607-1 Which Second has a Lead of ben hebert?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""second"" FROM ""teams"" WHERE ""lead""='ben hebert';",2-1731607-1 Which Third has a Second of scott pfeifer?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""third"" FROM ""teams"" WHERE ""second""='scott pfeifer';",2-1731607-1 "Which Second has a Third of david nedohin, and a Lead of ben hebert?","CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""second"" FROM ""teams"" WHERE ""third""='david nedohin' AND ""lead""='ben hebert';",2-1731607-1 Which Skip has a Season of 2002–03?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""skip"" FROM ""teams"" WHERE ""season""='2002–03';",2-1731607-1 What was the date of the poll with a sample size of 496 where Republican Mike Huckabee was chosen?,"CREATE TABLE ""new_york"" ( ""poll_source"" text, ""sample_size"" real, ""margin_of_error"" real, ""date"" text, ""democrat"" text, ""republican"" text );","SELECT ""date"" FROM ""new_york"" WHERE ""republican""='mike huckabee' AND ""sample_size""=496;",2-16668557-1 "What is the sample size of the poll taken on Dec 13-15, 2007 that had a margin of error of more than 4 and resulted with Republican Mike Huckabee?","CREATE TABLE ""new_york"" ( ""poll_source"" text, ""sample_size"" real, ""margin_of_error"" real, ""date"" text, ""democrat"" text, ""republican"" text );","SELECT AVG(""sample_size"") FROM ""new_york"" WHERE ""republican""='mike huckabee' AND ""margin_of_error"">4 AND ""date""='dec 13-15, 2007';",2-16668557-1 Which Democrat was selected in the poll with a sample size smaller than 516 where the Republican chosen was Ron Paul?,"CREATE TABLE ""new_york"" ( ""poll_source"" text, ""sample_size"" real, ""margin_of_error"" real, ""date"" text, ""democrat"" text, ""republican"" text );","SELECT ""democrat"" FROM ""new_york"" WHERE ""sample_size""<516 AND ""republican""='ron paul';",2-16668557-1 When was the show 9 to 5 returning?,"CREATE TABLE ""returning_this_year"" ( ""show"" text, ""last_aired"" real, ""previous_network"" text, ""retitled_as_same"" text, ""new_returning_same_network"" text, ""returning"" text );","SELECT ""returning"" FROM ""returning_this_year"" WHERE ""show""='9 to 5';",2-169741-3 What was the earliest aired show that's returning on September 13?,"CREATE TABLE ""returning_this_year"" ( ""show"" text, ""last_aired"" real, ""previous_network"" text, ""retitled_as_same"" text, ""new_returning_same_network"" text, ""returning"" text );","SELECT MIN(""last_aired"") FROM ""returning_this_year"" WHERE ""returning""='september 13';",2-169741-3 What is the Opponent of the game with a Score of 74-66?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""opponent"" FROM ""season_schedule"" WHERE ""score""='74-66';",2-17104991-4 What is the Score of the game @ San Antonio on June 20?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""score"" FROM ""season_schedule"" WHERE ""opponent""='@ san antonio' AND ""date""='june 20';",2-17104991-4 What is the Record of the game on September 6?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""record"" FROM ""season_schedule"" WHERE ""date""='september 6';",2-17104991-4 What is the Record of the game with a Score of 65-48?,"CREATE TABLE ""season_schedule"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""record"" FROM ""season_schedule"" WHERE ""score""='65-48';",2-17104991-4 "What is the lowest League Cup Goals, when Scorer is Denis Law?","CREATE TABLE ""first_division"" ( ""scorer"" text, ""club"" text, ""league_goals"" text, ""fa_cup_goals"" text, ""league_cup_goals"" real, ""texaco_cup_goals"" text, ""euro_competitions"" text, ""total"" real );","SELECT MIN(""league_cup_goals"") FROM ""first_division"" WHERE ""scorer""='denis law';",2-16454477-12 "What is the average Total, when FA Cup Goals is 1, when League Goals is 10, and when Club is Crystal Palace?","CREATE TABLE ""first_division"" ( ""scorer"" text, ""club"" text, ""league_goals"" text, ""fa_cup_goals"" text, ""league_cup_goals"" real, ""texaco_cup_goals"" text, ""euro_competitions"" text, ""total"" real );","SELECT AVG(""total"") FROM ""first_division"" WHERE ""fa_cup_goals""='1' AND ""league_goals""='10' AND ""club""='crystal palace';",2-16454477-12 "What is the total number of Total, when Club is Leeds United, and when League Goals is 13?","CREATE TABLE ""first_division"" ( ""scorer"" text, ""club"" text, ""league_goals"" text, ""fa_cup_goals"" text, ""league_cup_goals"" real, ""texaco_cup_goals"" text, ""euro_competitions"" text, ""total"" real );","SELECT COUNT(""total"") FROM ""first_division"" WHERE ""club""='leeds united' AND ""league_goals""='13';",2-16454477-12 "What is FA Cup Goals, when Euro Competitions is 1, and when League Goals is 11?","CREATE TABLE ""first_division"" ( ""scorer"" text, ""club"" text, ""league_goals"" text, ""fa_cup_goals"" text, ""league_cup_goals"" real, ""texaco_cup_goals"" text, ""euro_competitions"" text, ""total"" real );","SELECT ""fa_cup_goals"" FROM ""first_division"" WHERE ""euro_competitions""='1' AND ""league_goals""='11';",2-16454477-12 What tournament had finalist Monica Seles?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""tournament"" FROM ""singles"" WHERE ""finalist""='monica seles';",2-16850796-1 What week was the finalist Martina Hingis?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""week"" FROM ""singles"" WHERE ""finalist""='martina hingis';",2-16850796-1 What was the surface for finalist Justine Henin?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""surface"" FROM ""singles"" WHERE ""finalist""='justine henin';",2-16850796-1 Who was the winner in the Indian Wells?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""winner"" FROM ""singles"" WHERE ""tournament""='indian wells';",2-16850796-1 Which race did Bill Holland win in 1946?,"CREATE TABLE ""aaa_usac_championship_car"" ( ""year"" real, ""date"" text, ""race_name"" text, ""winner"" text, ""engine"" text );","SELECT ""race_name"" FROM ""aaa_usac_championship_car"" WHERE ""year""=1946 AND ""winner""='bill holland';",2-17169170-4 What date did Ted Horn win Lakewood Race 2?,"CREATE TABLE ""aaa_usac_championship_car"" ( ""year"" real, ""date"" text, ""race_name"" text, ""winner"" text, ""engine"" text );","SELECT ""date"" FROM ""aaa_usac_championship_car"" WHERE ""winner""='ted horn' AND ""race_name""='lakewood race 2';",2-17169170-4 Who won on September 6?,"CREATE TABLE ""aaa_usac_championship_car"" ( ""year"" real, ""date"" text, ""race_name"" text, ""winner"" text, ""engine"" text );","SELECT ""winner"" FROM ""aaa_usac_championship_car"" WHERE ""date""='september 6';",2-17169170-4 Jud Larson who which race after 1956?,"CREATE TABLE ""aaa_usac_championship_car"" ( ""year"" real, ""date"" text, ""race_name"" text, ""winner"" text, ""engine"" text );","SELECT ""race_name"" FROM ""aaa_usac_championship_car"" WHERE ""year"">1956 AND ""winner""='jud larson';",2-17169170-4 What is the Total medals for the Nation ranking 33 with more than 1 Bronze?,"CREATE TABLE ""all_time_medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""total"") FROM ""all_time_medal_table"" WHERE ""rank""='33' AND ""bronze"">1;",2-17032393-2 "How many games have an Attendance of 19,190?","CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""score"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT COUNT(""game"") FROM ""summary"" WHERE ""attendance""='19,190';",2-17226349-1 How many games had a Time of 2:14?,"CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""score"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT SUM(""game"") FROM ""summary"" WHERE ""time""='2:14';",2-17226349-1 Which Score has a Time of 2:28?,"CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""score"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT ""score"" FROM ""summary"" WHERE ""time""='2:28';",2-17226349-1 "Which Result has a Captain 1 of louis burger, and a Date of 30 october–2 november?","CREATE TABLE ""icc_intercontinental_cup"" ( ""date"" text, ""captain_1"" text, ""team_2"" text, ""captain_2"" text, ""venue"" text, ""result"" text );","SELECT ""result"" FROM ""icc_intercontinental_cup"" WHERE ""captain_1""='louis burger' AND ""date""='30 october–2 november';",2-17324788-5 Which Team 2 has a Captain 1 of final?,"CREATE TABLE ""icc_intercontinental_cup"" ( ""date"" text, ""captain_1"" text, ""team_2"" text, ""captain_2"" text, ""venue"" text, ""result"" text );","SELECT ""team_2"" FROM ""icc_intercontinental_cup"" WHERE ""captain_1""='final';",2-17324788-5 Which Captain 2 has a Result of ireland by 8 runs?,"CREATE TABLE ""icc_intercontinental_cup"" ( ""date"" text, ""captain_1"" text, ""team_2"" text, ""captain_2"" text, ""venue"" text, ""result"" text );","SELECT ""captain_2"" FROM ""icc_intercontinental_cup"" WHERE ""result""='ireland by 8 runs';",2-17324788-5 Which Result has a Captain 2 of louis burger?,"CREATE TABLE ""icc_intercontinental_cup"" ( ""date"" text, ""captain_1"" text, ""team_2"" text, ""captain_2"" text, ""venue"" text, ""result"" text );","SELECT ""result"" FROM ""icc_intercontinental_cup"" WHERE ""captain_2""='louis burger';",2-17324788-5 Which Captain 2 has a Result of final?,"CREATE TABLE ""icc_intercontinental_cup"" ( ""date"" text, ""captain_1"" text, ""team_2"" text, ""captain_2"" text, ""venue"" text, ""result"" text );","SELECT ""captain_2"" FROM ""icc_intercontinental_cup"" WHERE ""result""='final';",2-17324788-5 What is the Kosal with a balangir town sitalsasthi carnival?,"CREATE TABLE ""see_also"" ( ""sambalpuri_cinema"" text, ""kosal"" text, ""western_odisha"" text, ""sitalsasthi_carnival"" text, ""sambalpuri_language"" text, ""sambalpuri_saree"" text );","SELECT ""kosal"" FROM ""see_also"" WHERE ""sitalsasthi_carnival""='balangir town';",2-1712496-1 What is the kosal with hatibandha as the sambalpuri cinema?,"CREATE TABLE ""see_also"" ( ""sambalpuri_cinema"" text, ""kosal"" text, ""western_odisha"" text, ""sitalsasthi_carnival"" text, ""sambalpuri_language"" text, ""sambalpuri_saree"" text );","SELECT ""kosal"" FROM ""see_also"" WHERE ""sambalpuri_cinema""='hatibandha';",2-1712496-1 What is the sambalpuri saree with a samaleswari temple as sambalpuri language?,"CREATE TABLE ""see_also"" ( ""sambalpuri_cinema"" text, ""kosal"" text, ""western_odisha"" text, ""sitalsasthi_carnival"" text, ""sambalpuri_language"" text, ""sambalpuri_saree"" text );","SELECT ""sambalpuri_saree"" FROM ""see_also"" WHERE ""sambalpuri_language""='samaleswari temple';",2-1712496-1 What is the sitalsasthi carnival with sonepur as kosal?,"CREATE TABLE ""see_also"" ( ""sambalpuri_cinema"" text, ""kosal"" text, ""western_odisha"" text, ""sitalsasthi_carnival"" text, ""sambalpuri_language"" text, ""sambalpuri_saree"" text );","SELECT ""sitalsasthi_carnival"" FROM ""see_also"" WHERE ""kosal""='sonepur';",2-1712496-1 What is the sitalsasthi carnival with hirakud as sambalpuri saree?,"CREATE TABLE ""see_also"" ( ""sambalpuri_cinema"" text, ""kosal"" text, ""western_odisha"" text, ""sitalsasthi_carnival"" text, ""sambalpuri_language"" text, ""sambalpuri_saree"" text );","SELECT ""sitalsasthi_carnival"" FROM ""see_also"" WHERE ""sambalpuri_saree""='hirakud';",2-1712496-1 What was the attendance when their record stood at 0-2-2?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT SUM(""attendance"") FROM ""game_log"" WHERE ""record""='0-2-2';",2-17360840-4 On what date was the venue Away and the result was lost 6-4 (lost 9-7 on agg)?,"CREATE TABLE ""march"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text, ""competition"" text, ""man_of_the_match"" text );","SELECT ""date"" FROM ""march"" WHERE ""venue""='away' AND ""result""='lost 6-4 (lost 9-7 on agg)';",2-17120964-10 What was the result on the 26th?,"CREATE TABLE ""march"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text, ""competition"" text, ""man_of_the_match"" text );","SELECT ""result"" FROM ""march"" WHERE ""date""='26th';",2-17120964-10 What was the date when the opponent was Sheffield Scimitars and the venue was Home?,"CREATE TABLE ""march"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text, ""competition"" text, ""man_of_the_match"" text );","SELECT ""date"" FROM ""march"" WHERE ""opponent""='sheffield scimitars' AND ""venue""='home';",2-17120964-10 Who was the Man of the Match when the opponent was Milton Keynes Lightning and the venue was Away?,"CREATE TABLE ""march"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text, ""competition"" text, ""man_of_the_match"" text );","SELECT ""man_of_the_match"" FROM ""march"" WHERE ""opponent""='milton keynes lightning' AND ""venue""='away';",2-17120964-10 What competition was held on the 26th?,"CREATE TABLE ""march"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text, ""competition"" text, ""man_of_the_match"" text );","SELECT ""competition"" FROM ""march"" WHERE ""date""='26th';",2-17120964-10 What was the date when the attendance was n/a and the Man of the Match was unknown?,"CREATE TABLE ""march"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" text, ""competition"" text, ""man_of_the_match"" text );","SELECT ""date"" FROM ""march"" WHERE ""attendance""='n/a' AND ""man_of_the_match""='unknown';",2-17120964-10 "What Edition had a Result of 6-3, 6-0, 6-2?","CREATE TABLE ""doubles_8"" ( ""edition"" text, ""round"" text, ""date"" text, ""partnering"" text, ""against"" text, ""surface"" text, ""opponents"" text, ""result"" text );","SELECT ""edition"" FROM ""doubles_8"" WHERE ""result""='6-3, 6-0, 6-2';",2-16741821-9 What is the date of Super G in the 2010 season?,"CREATE TABLE ""race_podiums"" ( ""season"" real, ""date"" text, ""location"" text, ""discipline"" text, ""place"" text );","SELECT ""date"" FROM ""race_podiums"" WHERE ""discipline""='super g' AND ""season""=2010;",2-16403980-2 "When the communities name is Balmoral and the area is over 43.51 kilometers squared, what's the total population amount?","CREATE TABLE ""communities"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT COUNT(""population"") FROM ""communities"" WHERE ""official_name""='balmoral' AND ""area_km_2"">43.51;",2-171361-1 When the status is rural community what's the lowest area in kilometers squared?,"CREATE TABLE ""communities"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT MIN(""area_km_2"") FROM ""communities"" WHERE ""status""='rural community';",2-171361-1 How many total golds do teams have when the total medals is less than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""gold"") FROM ""medal_table"" WHERE ""total""<1;",2-16340209-1 who was the semifinalist for the Key Biscane tournament?,"CREATE TABLE ""singles"" ( ""tournament"" text, ""surface"" text, ""week"" text, ""winner_and_score"" text, ""finalist"" text, ""semifinalists"" text );","SELECT ""semifinalists"" FROM ""singles"" WHERE ""tournament""='key biscane';",2-16380510-1 What is the score of the game before 56 held after February 18 against the Chicago Black Hawks.,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""february"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""game""<56 AND ""february"">18 AND ""opponent""='chicago black hawks';",2-17311417-6 What was the score of the game 57 after February 23?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""february"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""february"">23 AND ""game""=57;",2-17311417-6 Who had the lowest laps on a grid smaller than 16 with a time of +21.689?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT MIN(""laps"") FROM ""moto_gp_classification"" WHERE ""grid""<16 AND ""time""='+21.689';",2-16295105-1 What laps did Honda do with a time of +1:38.407?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""laps"" FROM ""moto_gp_classification"" WHERE ""manufacturer""='honda' AND ""time""='+1:38.407';",2-16295105-1 What grid is Ducati with fewer than 22 laps?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""grid"" FROM ""moto_gp_classification"" WHERE ""manufacturer""='ducati' AND ""laps""<22;",2-16295105-1 What is Honda's highest grid with a time of +1:38.407?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""moto_gp_classification"" WHERE ""manufacturer""='honda' AND ""time""='+1:38.407';",2-16295105-1 What is the to par of player bunky henry?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""third_round"" WHERE ""player""='bunky henry';",2-17277086-5 What is the score of player bob rosburg?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""third_round"" WHERE ""player""='bob rosburg';",2-17277086-5 Who is the player with a t6 place and a 72-68-72=212 score?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""place""='t6' AND ""score""='72-68-72=212';",2-17277086-5 What is the score of player bob rosburg?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""third_round"" WHERE ""player""='bob rosburg';",2-17277086-5 What is the place of the 68-69-73=210?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""score""='68-69-73=210';",2-17277086-5 "What is 2006/07, when 2008/09 is LQ, and when 2010/11 is Not Held?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2006_07"" text, ""2008_09"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2006_07"" FROM ""performance_and_rankings_timeline"" WHERE ""2008_09""='lq' AND ""2010_11""='not held';",2-16275569-1 "What is 2008/09, when 2010/11 is UR?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2006_07"" text, ""2008_09"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2008_09"" FROM ""performance_and_rankings_timeline"" WHERE ""2010_11""='ur';",2-16275569-1 "What is 2006/07, when 2008/09 is LQ, when 2012/13 is LQ, and when 2011/12 is WR?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2006_07"" text, ""2008_09"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2006_07"" FROM ""performance_and_rankings_timeline"" WHERE ""2008_09""='lq' AND ""2012_13""='lq' AND ""2011_12""='wr';",2-16275569-1 "What is 2010-11, when 2006/07 is UR?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2006_07"" text, ""2008_09"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2010_11"" FROM ""performance_and_rankings_timeline"" WHERE ""2006_07""='ur';",2-16275569-1 "What is 2006/07, when 2008/09 is LQ, and when 2010/11 is Not Held?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2006_07"" text, ""2008_09"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2006_07"" FROM ""performance_and_rankings_timeline"" WHERE ""2008_09""='lq' AND ""2010_11""='not held';",2-16275569-1 "What is 2006/07, when 2011/12 is LQ, and when 2010/11 is LQ?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2006_07"" text, ""2008_09"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2006_07"" FROM ""performance_and_rankings_timeline"" WHERE ""2011_12""='lq' AND ""2010_11""='lq';",2-16275569-1 "What is Record, when High Rebounds is ""Tyson Chandler (6)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""high_rebounds""='tyson chandler (6)';",2-17288861-6 "What is Date, when Location Attendance is ""TD Banknorth Garden 18,624""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""location_attendance""='td banknorth garden 18,624';",2-17288861-6 "What is the average Game, when Date is ""December 23""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT AVG(""game"") FROM ""game_log"" WHERE ""date""='december 23';",2-17288861-6 "What is Score, when Team is ""@ Memphis""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""team""='@ memphis';",2-17288861-6 What's the post position when the lengths behind is 0?,"CREATE TABLE ""the_full_chart"" ( ""finish_position"" text, ""lengths_behind"" text, ""post_position"" real, ""horse_name"" text, ""trainer"" text, ""jockey"" text, ""owner"" text, ""post_time_odds"" text );","SELECT AVG(""post_position"") FROM ""the_full_chart"" WHERE ""lengths_behind""='0';",2-17463957-2 What's the lengths behind of Jockey Ramon A. Dominguez?,"CREATE TABLE ""the_full_chart"" ( ""finish_position"" text, ""lengths_behind"" text, ""post_position"" real, ""horse_name"" text, ""trainer"" text, ""jockey"" text, ""owner"" text, ""post_time_odds"" text );","SELECT ""lengths_behind"" FROM ""the_full_chart"" WHERE ""jockey""='ramon a. dominguez';",2-17463957-2 Who was the jockey that had post time odds of 34-1?,"CREATE TABLE ""the_full_chart"" ( ""finish_position"" text, ""lengths_behind"" text, ""post_position"" real, ""horse_name"" text, ""trainer"" text, ""jockey"" text, ""owner"" text, ""post_time_odds"" text );","SELECT ""jockey"" FROM ""the_full_chart"" WHERE ""post_time_odds""='34-1';",2-17463957-2 Who is the owner of Icabad Crane?,"CREATE TABLE ""the_full_chart"" ( ""finish_position"" text, ""lengths_behind"" text, ""post_position"" real, ""horse_name"" text, ""trainer"" text, ""jockey"" text, ""owner"" text, ""post_time_odds"" text );","SELECT ""owner"" FROM ""the_full_chart"" WHERE ""horse_name""='icabad crane';",2-17463957-2 What is the lengths behind of Jeremy Rose?,"CREATE TABLE ""the_full_chart"" ( ""finish_position"" text, ""lengths_behind"" text, ""post_position"" real, ""horse_name"" text, ""trainer"" text, ""jockey"" text, ""owner"" text, ""post_time_odds"" text );","SELECT ""lengths_behind"" FROM ""the_full_chart"" WHERE ""jockey""='jeremy rose';",2-17463957-2 How many wins for average start less than 25?,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""avg_start"" real, ""avg_finish"" real, ""winnings"" text, ""position"" text );","SELECT COUNT(""wins"") FROM ""nascar_sprint_cup_series"" WHERE ""avg_start""<25;",2-1637041-2 "What is the average top 10 score for 2 starts, winnings of $135,984 and an average finish more than 43?","CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""avg_start"" real, ""avg_finish"" real, ""winnings"" text, ""position"" text );","SELECT AVG(""top_10"") FROM ""nascar_sprint_cup_series"" WHERE ""starts""=2 AND ""winnings""='$135,984' AND ""avg_finish"">43;",2-1637041-2 How many starts for an average finish greater than 43?,"CREATE TABLE ""nascar_sprint_cup_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_10"" real, ""avg_start"" real, ""avg_finish"" real, ""winnings"" text, ""position"" text );","SELECT SUM(""starts"") FROM ""nascar_sprint_cup_series"" WHERE ""avg_finish"">43;",2-1637041-2 "What is the 1987 results when the results of 1989 is 3R, and the 1986 results is F?","CREATE TABLE ""grand_slam_singles_tournament_timeline"" ( ""tournament"" text, ""1983"" text, ""1984"" text, ""1985"" text, ""1986"" text, ""1987"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1987"" FROM ""grand_slam_singles_tournament_timeline"" WHERE ""1989""='3r' AND ""1986""='f';",2-1717109-5 In 1983 what is the tournament that is 0 / 1?,"CREATE TABLE ""grand_slam_singles_tournament_timeline"" ( ""tournament"" text, ""1983"" text, ""1984"" text, ""1985"" text, ""1986"" text, ""1987"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""tournament"" FROM ""grand_slam_singles_tournament_timeline"" WHERE ""1983""='0 / 1';",2-1717109-5 What tournament has 0 / 5 as career SR and A as 1983?,"CREATE TABLE ""grand_slam_singles_tournament_timeline"" ( ""tournament"" text, ""1983"" text, ""1984"" text, ""1985"" text, ""1986"" text, ""1987"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""tournament"" FROM ""grand_slam_singles_tournament_timeline"" WHERE ""career_sr""='0 / 5' AND ""1983""='a';",2-1717109-5 "What is the result in 1985 when the career win-loss is n/a, and 0 / 23 as the career SR?","CREATE TABLE ""grand_slam_singles_tournament_timeline"" ( ""tournament"" text, ""1983"" text, ""1984"" text, ""1985"" text, ""1986"" text, ""1987"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1985"" FROM ""grand_slam_singles_tournament_timeline"" WHERE ""career_win_loss""='n/a' AND ""career_sr""='0 / 23';",2-1717109-5 With a 1986 of NH and a career SR of 0 / 5 what is the results in 1985?,"CREATE TABLE ""grand_slam_singles_tournament_timeline"" ( ""tournament"" text, ""1983"" text, ""1984"" text, ""1985"" text, ""1986"" text, ""1987"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1985"" FROM ""grand_slam_singles_tournament_timeline"" WHERE ""career_sr""='0 / 5' AND ""1986""='nh';",2-1717109-5 "Which Overall has a Name of bob anderson, and a Round smaller than 9?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""name""='bob anderson' AND ""round""<9;",2-17100961-17 What is stanford's average overall?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""college""='stanford';",2-17100961-17 "Which pick has a Round smaller than 8, and an Overall smaller than 16, and a Name of harry gilmer?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""pick"" FROM ""washington_redskins_draft_history"" WHERE ""round""<8 AND ""overall""<16 AND ""name""='harry gilmer';",2-17100961-17 How much Overall has a Name of bob anderson?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""name""='bob anderson';",2-17100961-17 What is the mean team 1 when the 1st leg is Albignasego (Veneto A)?,"CREATE TABLE ""second_round"" ( ""team_1"" real, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT AVG(""team_1"") FROM ""second_round"" WHERE ""1st_leg""='albignasego (veneto a)';",2-17337726-62 "What is the points number when 20 shows for played, and lost is 0?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text );","SELECT ""points_for"" FROM ""league_table"" WHERE ""played""='20' AND ""lost""='0';",2-17409365-3 What is the points when the try bonus is 1?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text );","SELECT ""points_for"" FROM ""league_table"" WHERE ""try_bonus""='1';",2-17409365-3 "What club has a played number of 19, and the lost of 14?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text );","SELECT ""club"" FROM ""league_table"" WHERE ""played""='19' AND ""lost""='14';",2-17409365-3 What is the tries for when 52 was the tries against?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text );","SELECT ""tries_for"" FROM ""league_table"" WHERE ""tries_against""='52';",2-17409365-3 "What is the lost when the try bonus is 5, and points against is 298?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text );","SELECT ""lost"" FROM ""league_table"" WHERE ""try_bonus""='5' AND ""points_against""='298';",2-17409365-3 What is the tries against when the points are 475?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text );","SELECT ""tries_against"" FROM ""league_table"" WHERE ""points_for""='475';",2-17409365-3 Which team has 26 points?,"CREATE TABLE ""classification"" ( ""fin_pos"" text, ""car_no"" text, ""driver"" text, ""team"" text, ""laps"" text, ""time_retired"" text, ""grid"" text, ""laps_led"" text, ""points"" text );","SELECT ""team"" FROM ""classification"" WHERE ""points""='26';",2-17244483-1 How many points does driver kosuke matsuura have?,"CREATE TABLE ""classification"" ( ""fin_pos"" text, ""car_no"" text, ""driver"" text, ""team"" text, ""laps"" text, ""time_retired"" text, ""grid"" text, ""laps_led"" text, ""points"" text );","SELECT ""points"" FROM ""classification"" WHERE ""driver""='kosuke matsuura';",2-17244483-1 What grid has 24 points?,"CREATE TABLE ""classification"" ( ""fin_pos"" text, ""car_no"" text, ""driver"" text, ""team"" text, ""laps"" text, ""time_retired"" text, ""grid"" text, ""laps_led"" text, ""points"" text );","SELECT ""grid"" FROM ""classification"" WHERE ""points""='24';",2-17244483-1 How many laps does driver dario franchitti have?,"CREATE TABLE ""classification"" ( ""fin_pos"" text, ""car_no"" text, ""driver"" text, ""team"" text, ""laps"" text, ""time_retired"" text, ""grid"" text, ""laps_led"" text, ""points"" text );","SELECT ""laps"" FROM ""classification"" WHERE ""driver""='dario franchitti';",2-17244483-1 What was the record when the method of resolution was KO?,"CREATE TABLE ""mixed_martial_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text );","SELECT ""record"" FROM ""mixed_martial_record"" WHERE ""method""='ko';",2-17445288-2 "What is the record during the event, UFC 27?","CREATE TABLE ""mixed_martial_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text );","SELECT ""record"" FROM ""mixed_martial_record"" WHERE ""event""='ufc 27';",2-17445288-2 What is the record when the fight was against keith rockel?,"CREATE TABLE ""mixed_martial_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text );","SELECT ""record"" FROM ""mixed_martial_record"" WHERE ""opponent""='keith rockel';",2-17445288-2 Who was the opponent when the fight had a time of 0:10?,"CREATE TABLE ""mixed_martial_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text );","SELECT ""opponent"" FROM ""mixed_martial_record"" WHERE ""time""='0:10';",2-17445288-2 Who was the opponent when the fight had a time of 2:01?,"CREATE TABLE ""mixed_martial_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text );","SELECT ""opponent"" FROM ""mixed_martial_record"" WHERE ""time""='2:01';",2-17445288-2 What was the resolution for the fight against tom bolger by submission (guillotine choke)?,"CREATE TABLE ""mixed_martial_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text );","SELECT ""res"" FROM ""mixed_martial_record"" WHERE ""method""='submission (guillotine choke)' AND ""opponent""='tom bolger';",2-17445288-2 What is the score of the match with a 3-2 result?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""result""='3-2';",2-17139989-1 Who wears the jersey number 20 and has the position of SG?,"CREATE TABLE ""s"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" text, ""position"" text, ""years"" text, ""from"" text );","SELECT ""player"" FROM ""s"" WHERE ""position""='sg' AND ""jersey_number_s""='20';",2-16772687-18 What nationality is the player from Oregon State?,"CREATE TABLE ""s"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" text, ""position"" text, ""years"" text, ""from"" text );","SELECT ""nationality"" FROM ""s"" WHERE ""from""='oregon state';",2-16772687-18 What position does the player with jersey number 22 play?,"CREATE TABLE ""s"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" text, ""position"" text, ""years"" text, ""from"" text );","SELECT ""position"" FROM ""s"" WHERE ""jersey_number_s""='22';",2-16772687-18 "What is the lowest Loss, when Long is less than 0?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT MIN(""loss"") FROM ""rushing"" WHERE ""long""<0;",2-16768514-21 "What is the average Loss, when Avg/g is 0, and when Long is less than 0?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT AVG(""loss"") FROM ""rushing"" WHERE ""avg_g""=0 AND ""long""<0;",2-16768514-21 "What is the highest Loss, when Long is greater than 0, when Gain is greater than 484, and when Avg/g is greater than 126.4?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT MAX(""loss"") FROM ""rushing"" WHERE ""long"">0 AND ""gain"">484 AND ""avg_g"">126.4;",2-16768514-21 "What is the lowest Long, when Name is Kass, Rob, and when Avg/g is less than -0.30000000000000004?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT MIN(""long"") FROM ""rushing"" WHERE ""name""='kass, rob' AND ""avg_g""<-0.30000000000000004;",2-16768514-21 Who is the player from the United States with a total less than 293 and won in 1984?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""country""='united states' AND ""total""<293 AND ""year_s_won""='1984';",2-17162179-1 "What is the average total of player hale irwin, who had a t52 finish?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT AVG(""total"") FROM ""made_the_cut"" WHERE ""finish""='t52' AND ""player""='hale irwin';",2-17162179-1 Who is the player who won in 1994?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""year_s_won""='1994';",2-17162179-1 "What year did player steve jones, who had a t60 finish, win?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""year_s_won"" FROM ""made_the_cut"" WHERE ""finish""='t60' AND ""player""='steve jones';",2-17162179-1 What is the lowest Lead Margin when Republican: Mitch Daniels was polling at 48%?,"CREATE TABLE ""opinion_polling_for_the_united_states_gu"" ( ""poll_source"" text, ""dates_administered"" text, ""democrat_jill_long_thompson"" text, ""republican_mitch_daniels"" text, ""lead_margin"" real );","SELECT MIN(""lead_margin"") FROM ""opinion_polling_for_the_united_states_gu"" WHERE ""republican_mitch_daniels""='48%';",2-17538810-9 What was the result for a friendly match?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""competition""='friendly match';",2-1658720-2 Which player from the United States won in 1962?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""country""='united states' AND ""year_s_won""='1962';",2-17277086-1 What was Gary Player's highest total when his To par was over 15?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT MAX(""total"") FROM ""made_the_cut"" WHERE ""player""='gary player' AND ""to_par"">15;",2-17277086-1 "What is Trial Start Date, when Candidate Name is Notes?","CREATE TABLE ""disease_modifying_candidates_in_late_sta"" ( ""target_approach"" text, ""candidate_name"" text, ""trial_phase"" text, ""trial_start_date"" text, ""expected_end_date"" text );","SELECT ""trial_start_date"" FROM ""disease_modifying_candidates_in_late_sta"" WHERE ""candidate_name""='notes';",2-16507549-1 "What is Candidate Name, when Target/Approach is ""vaccine to amyloid-beta""?","CREATE TABLE ""disease_modifying_candidates_in_late_sta"" ( ""target_approach"" text, ""candidate_name"" text, ""trial_phase"" text, ""trial_start_date"" text, ""expected_end_date"" text );","SELECT ""candidate_name"" FROM ""disease_modifying_candidates_in_late_sta"" WHERE ""target_approach""='vaccine to amyloid-beta';",2-16507549-1 "What is Trial Phase, when Expected End Date is June 2007?","CREATE TABLE ""disease_modifying_candidates_in_late_sta"" ( ""target_approach"" text, ""candidate_name"" text, ""trial_phase"" text, ""trial_start_date"" text, ""expected_end_date"" text );","SELECT ""trial_phase"" FROM ""disease_modifying_candidates_in_late_sta"" WHERE ""expected_end_date""='june 2007';",2-16507549-1 "What is Expected End Date, when Target/Approach is Notes?","CREATE TABLE ""disease_modifying_candidates_in_late_sta"" ( ""target_approach"" text, ""candidate_name"" text, ""trial_phase"" text, ""trial_start_date"" text, ""expected_end_date"" text );","SELECT ""expected_end_date"" FROM ""disease_modifying_candidates_in_late_sta"" WHERE ""target_approach""='notes';",2-16507549-1 "What is Trial Start Date, when Candidate Name is PBT2?","CREATE TABLE ""disease_modifying_candidates_in_late_sta"" ( ""target_approach"" text, ""candidate_name"" text, ""trial_phase"" text, ""trial_start_date"" text, ""expected_end_date"" text );","SELECT ""trial_start_date"" FROM ""disease_modifying_candidates_in_late_sta"" WHERE ""candidate_name""='pbt2';",2-16507549-1 "What is Expected End Date, when Trial Start Date is Nov 2007?","CREATE TABLE ""disease_modifying_candidates_in_late_sta"" ( ""target_approach"" text, ""candidate_name"" text, ""trial_phase"" text, ""trial_start_date"" text, ""expected_end_date"" text );","SELECT ""expected_end_date"" FROM ""disease_modifying_candidates_in_late_sta"" WHERE ""trial_start_date""='nov 2007';",2-16507549-1 Which rider had a time/retired od +19.909?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""rider"" FROM ""moto_gp_classification"" WHERE ""time_retired""='+19.909';",2-17214300-1 "What is the time/retired for the rider with the manufacturuer yamaha, grod of 1 and 21 total laps?","CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""time_retired"" FROM ""moto_gp_classification"" WHERE ""laps""='21' AND ""manufacturer""='yamaha' AND ""grid""='1';",2-17214300-1 How many laps did Valentino rossi have when riding a vehicle manufactured by yamaha?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""laps"" FROM ""moto_gp_classification"" WHERE ""manufacturer""='yamaha' AND ""rider""='valentino rossi';",2-17214300-1 WWhich rder had a vehicle manufactured by kr211v?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""rider"" FROM ""moto_gp_classification"" WHERE ""manufacturer""='kr211v';",2-17214300-1 "When rider John Hopkins had 21 laps, what was the grid?","CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""grid"" FROM ""moto_gp_classification"" WHERE ""laps""='21' AND ""rider""='john hopkins';",2-17214300-1 What was the amount of laps for the vehicle manufactured by honda with a grid of 9?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""laps"" FROM ""moto_gp_classification"" WHERE ""manufacturer""='honda' AND ""grid""='9';",2-17214300-1 "Which Laps have a Time/Retired of +23.215, and a Grid larger than 11?","CREATE TABLE ""250cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""laps"") FROM ""250cc_classification"" WHERE ""time_retired""='+23.215' AND ""grid"">11;",2-17038035-2 Which Manufacturer has a Time/Retired of accident?,"CREATE TABLE ""250cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""manufacturer"" FROM ""250cc_classification"" WHERE ""time_retired""='accident';",2-17038035-2 "Which Grid has Laps of 25, and a Manufacturer of honda, and a Time/Retired of +1:47.797?","CREATE TABLE ""250cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""grid"") FROM ""250cc_classification"" WHERE ""laps""=25 AND ""manufacturer""='honda' AND ""time_retired""='+1:47.797';",2-17038035-2 What is the number of poles with 104 points?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_l"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""poles"" FROM ""career_summary"" WHERE ""points""='104';",2-16827273-1 "What is the number of podiums with 0 wins, 0 F.L. and 35 points?","CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_l"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""podiums"" FROM ""career_summary"" WHERE ""wins""='0' AND ""f_l""='0' AND ""points""='35';",2-16827273-1 What is the number of poles with 4 races?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_l"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""poles"" FROM ""career_summary"" WHERE ""races""='4';",2-16827273-1 "What races have gp2 series, 0 F.L. and a 17th position?","CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_l"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""races"" FROM ""career_summary"" WHERE ""series""='gp2 series' AND ""f_l""='0' AND ""position""='17th';",2-16827273-1 What is the number of podiums with 0 wins and 6 points?,"CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_l"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""podiums"" FROM ""career_summary"" WHERE ""wins""='0' AND ""points""='6';",2-16827273-1 "What is the number of wins with a 0 F.L., 0 poles, a position of 7th, and 35 points?","CREATE TABLE ""career_summary"" ( ""season"" text, ""series"" text, ""team_name"" text, ""races"" text, ""wins"" text, ""poles"" text, ""f_l"" text, ""podiums"" text, ""points"" text, ""position"" text );","SELECT ""wins"" FROM ""career_summary"" WHERE ""f_l""='0' AND ""poles""='0' AND ""position""='7th' AND ""points""='35';",2-16827273-1 Which pick came from Pittsburgh?,"CREATE TABLE ""nfl_draft"" ( ""round_num"" real, ""pick"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick"") FROM ""nfl_draft"" WHERE ""college""='pittsburgh';",2-16712547-1 Which pick came from Texas El-Paso?,"CREATE TABLE ""nfl_draft"" ( ""round_num"" real, ""pick"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT SUM(""pick"") FROM ""nfl_draft"" WHERE ""college""='texas el-paso';",2-16712547-1 "WHAT IS THE OPENING WITH A WORLDWIDE NUMBER OF $559,852,396?","CREATE TABLE ""box_office_performance"" ( ""film"" text, ""opening"" text, ""budget"" text, ""domestic"" text, ""worldwide"" text );","SELECT ""opening"" FROM ""box_office_performance"" WHERE ""worldwide""='$559,852,396';",2-16885554-4 "WHAT IS THE BUDGET WHEN THE WORLDWIDE BOX OFFICE IS $363,398,565?","CREATE TABLE ""box_office_performance"" ( ""film"" text, ""opening"" text, ""budget"" text, ""domestic"" text, ""worldwide"" text );","SELECT ""budget"" FROM ""box_office_performance"" WHERE ""worldwide""='$363,398,565';",2-16885554-4 WHAT IS THE BUDGET FOR THE INCREDIBLES?,"CREATE TABLE ""box_office_performance"" ( ""film"" text, ""opening"" text, ""budget"" text, ""domestic"" text, ""worldwide"" text );","SELECT ""budget"" FROM ""box_office_performance"" WHERE ""film""='the incredibles';",2-16885554-4 WHAT IS THE WORLDWIDE BOX OFFICE FOR BRAVE?,"CREATE TABLE ""box_office_performance"" ( ""film"" text, ""opening"" text, ""budget"" text, ""domestic"" text, ""worldwide"" text );","SELECT ""worldwide"" FROM ""box_office_performance"" WHERE ""film""='brave';",2-16885554-4 Which driver for Bob Holden Motors has fewer than 36 points and placed 7 in race 1?,"CREATE TABLE ""tac_peter_brock_classic_super_touring"" ( ""driver"" text, ""team"" text, ""race_1"" text, ""race_2"" text, ""points"" real );","SELECT ""driver"" FROM ""tac_peter_brock_classic_super_touring"" WHERE ""points""<36 AND ""team""='bob holden motors' AND ""race_1""='7';",2-17269395-6 Which team received 4 in race 1?,"CREATE TABLE ""tac_peter_brock_classic_super_touring"" ( ""driver"" text, ""team"" text, ""race_1"" text, ""race_2"" text, ""points"" real );","SELECT ""team"" FROM ""tac_peter_brock_classic_super_touring"" WHERE ""race_1""='4';",2-17269395-6 Which driver for Greenfield Mowers Racing has fewer than 36 points?,"CREATE TABLE ""tac_peter_brock_classic_super_touring"" ( ""driver"" text, ""team"" text, ""race_1"" text, ""race_2"" text, ""points"" real );","SELECT ""driver"" FROM ""tac_peter_brock_classic_super_touring"" WHERE ""points""<36 AND ""team""='greenfield mowers racing';",2-17269395-6 Who is the president representing the Creuse department?,"CREATE TABLE ""list_of_the_presidents_of_the_general_co"" ( ""number"" text, ""d_partment_or_collectivity"" text, ""pr_sident"" text, ""party"" text, ""since"" real );","SELECT ""pr_sident"" FROM ""list_of_the_presidents_of_the_general_co"" WHERE ""d_partment_or_collectivity""='creuse';",2-16950053-1 What number corresponds to Presidet Yves Krattinger of the Socialist party?,"CREATE TABLE ""list_of_the_presidents_of_the_general_co"" ( ""number"" text, ""d_partment_or_collectivity"" text, ""pr_sident"" text, ""party"" text, ""since"" real );","SELECT ""number"" FROM ""list_of_the_presidents_of_the_general_co"" WHERE ""party""='socialist party' AND ""pr_sident""='yves krattinger';",2-16950053-1 Which department has Guy-Dominique Kennel as president since 2008?,"CREATE TABLE ""list_of_the_presidents_of_the_general_co"" ( ""number"" text, ""d_partment_or_collectivity"" text, ""pr_sident"" text, ""party"" text, ""since"" real );","SELECT ""d_partment_or_collectivity"" FROM ""list_of_the_presidents_of_the_general_co"" WHERE ""since""=2008 AND ""pr_sident""='guy-dominique kennel';",2-16950053-1 Who is the president from the Union for a Popular Movement party that represents the Hautes-Alpes department?,"CREATE TABLE ""list_of_the_presidents_of_the_general_co"" ( ""number"" text, ""d_partment_or_collectivity"" text, ""pr_sident"" text, ""party"" text, ""since"" real );","SELECT ""pr_sident"" FROM ""list_of_the_presidents_of_the_general_co"" WHERE ""party""='union for a popular movement' AND ""d_partment_or_collectivity""='hautes-alpes';",2-16950053-1 "What is the highest capacity for the venue, ticha stadium, located in varna?","CREATE TABLE ""team_overview"" ( ""club"" text, ""location"" text, ""manager"" text, ""venue"" text, ""capacity"" real );","SELECT MAX(""capacity"") FROM ""team_overview"" WHERE ""location""='varna' AND ""venue""='ticha stadium';",2-17591791-1 "What is the highest capacity for the venue of the club, vihren?","CREATE TABLE ""team_overview"" ( ""club"" text, ""location"" text, ""manager"" text, ""venue"" text, ""capacity"" real );","SELECT MAX(""capacity"") FROM ""team_overview"" WHERE ""club""='vihren';",2-17591791-1 "What is the total number of capacity for the venue of the club, pirin?","CREATE TABLE ""team_overview"" ( ""club"" text, ""location"" text, ""manager"" text, ""venue"" text, ""capacity"" real );","SELECT COUNT(""capacity"") FROM ""team_overview"" WHERE ""club""='pirin';",2-17591791-1 "WHAT IS THE RATING THAT HAD A SHARE SMALLER THAN 4, AND 2.47 MILLION VIEWERS?","CREATE TABLE ""u_s_nielsen_ratings"" ( ""episode_number"" real, ""episode"" text, ""rating"" real, ""share"" real, ""rating_share_18_49"" text, ""viewers_millions"" real, ""rank_overall"" text );","SELECT COUNT(""rating"") FROM ""u_s_nielsen_ratings"" WHERE ""share""<4 AND ""viewers_millions"">2.47;",2-16993379-1 "WHAT IS THE NUMBER OF VIEWERS WITH EPISODE LARGER THAN 10, RATING SMALLER THAN 2?","CREATE TABLE ""u_s_nielsen_ratings"" ( ""episode_number"" real, ""episode"" text, ""rating"" real, ""share"" real, ""rating_share_18_49"" text, ""viewers_millions"" real, ""rank_overall"" text );","SELECT MAX(""viewers_millions"") FROM ""u_s_nielsen_ratings"" WHERE ""episode_number"">10 AND ""rating""<2;",2-16993379-1 WHAT IS THE HIGHEST VIEWERS WITH AN EPISODE LESS THAN 15 AND SHARE LAGER THAN 7?,"CREATE TABLE ""u_s_nielsen_ratings"" ( ""episode_number"" real, ""episode"" text, ""rating"" real, ""share"" real, ""rating_share_18_49"" text, ""viewers_millions"" real, ""rank_overall"" text );","SELECT MAX(""viewers_millions"") FROM ""u_s_nielsen_ratings"" WHERE ""episode_number""<15 AND ""share"">7;",2-16993379-1 What was the score of the game after game 6 on October 28?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""game"">6 AND ""october""=28;",2-17323267-2 What was the record for the game before game 6 against the chicago black hawks?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""october"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""record"" FROM ""schedule_and_results"" WHERE ""game""<6 AND ""opponent""='chicago black hawks';",2-17323267-2 "What is Position/ Eliminated, when Age¹ is less than 22, and when Full Name is ""Muhammad Fairul Azreen Bin Mohd Zahid""?","CREATE TABLE ""top_20"" ( ""full_name"" text, ""alias"" text, ""age"" real, ""from"" text, ""occupation"" text, ""specialty"" text, ""position_eliminated"" text );","SELECT ""position_eliminated"" FROM ""top_20"" WHERE ""age""<22 AND ""full_name""='muhammad fairul azreen bin mohd zahid';",2-17239180-1 "What is Occupation², when Age¹ is greater than 24, when Alias is ""Black""?","CREATE TABLE ""top_20"" ( ""full_name"" text, ""alias"" text, ""age"" real, ""from"" text, ""occupation"" text, ""specialty"" text, ""position_eliminated"" text );","SELECT ""occupation"" FROM ""top_20"" WHERE ""age"">24 AND ""alias""='black';",2-17239180-1 "What is Position/ Eliminated, when From is ""Kuala Lumpur"", and when Specialty is ""Contemporary Lyrical Jazz""?","CREATE TABLE ""top_20"" ( ""full_name"" text, ""alias"" text, ""age"" real, ""from"" text, ""occupation"" text, ""specialty"" text, ""position_eliminated"" text );","SELECT ""position_eliminated"" FROM ""top_20"" WHERE ""from""='kuala lumpur' AND ""specialty""='contemporary lyrical jazz';",2-17239180-1 "What is Full Name, when Age¹ is ""20"", and when Occupation² is ""Student""?","CREATE TABLE ""top_20"" ( ""full_name"" text, ""alias"" text, ""age"" real, ""from"" text, ""occupation"" text, ""specialty"" text, ""position_eliminated"" text );","SELECT ""full_name"" FROM ""top_20"" WHERE ""age""=20 AND ""occupation""='student';",2-17239180-1 Who is the Opponent when the Score is 2-8?,"CREATE TABLE ""21st_century_comeback"" ( ""date"" text, ""time"" text, ""opponent"" text, ""score"" text, ""site"" text, ""city"" text );","SELECT ""opponent"" FROM ""21st_century_comeback"" WHERE ""score""='2-8';",2-16311967-3 What is the Date if the Site is Shriver Field?,"CREATE TABLE ""21st_century_comeback"" ( ""date"" text, ""time"" text, ""opponent"" text, ""score"" text, ""site"" text, ""city"" text );","SELECT ""date"" FROM ""21st_century_comeback"" WHERE ""site""='shriver field';",2-16311967-3 Which Score has a Time of 5:00pm?,"CREATE TABLE ""21st_century_comeback"" ( ""date"" text, ""time"" text, ""opponent"" text, ""score"" text, ""site"" text, ""city"" text );","SELECT ""score"" FROM ""21st_century_comeback"" WHERE ""time""='5:00pm';",2-16311967-3 Which site has a Score of 0-1?,"CREATE TABLE ""21st_century_comeback"" ( ""date"" text, ""time"" text, ""opponent"" text, ""score"" text, ""site"" text, ""city"" text );","SELECT ""site"" FROM ""21st_century_comeback"" WHERE ""score""='0-1';",2-16311967-3 Who was the Opponent at Homewood Field with a Score of 5-8?,"CREATE TABLE ""21st_century_comeback"" ( ""date"" text, ""time"" text, ""opponent"" text, ""score"" text, ""site"" text, ""city"" text );","SELECT ""opponent"" FROM ""21st_century_comeback"" WHERE ""site""='homewood field' AND ""score""='5-8';",2-16311967-3 What is the team #1 with an 11th place position?,"CREATE TABLE ""other_results"" ( ""position"" text, ""team_num1"" text, ""agg"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_num1"" FROM ""other_results"" WHERE ""position""='11th place';",2-17142454-4 What is the 1st leg of bp. honvéd team #2?,"CREATE TABLE ""other_results"" ( ""position"" text, ""team_num1"" text, ""agg"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""other_results"" WHERE ""team_num2""='bp. honvéd';",2-17142454-4 What is the 1st leg with a 4-3 agg.?,"CREATE TABLE ""other_results"" ( ""position"" text, ""team_num1"" text, ""agg"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""other_results"" WHERE ""agg""='4-3';",2-17142454-4 What position has a 2-6 agg.?,"CREATE TABLE ""other_results"" ( ""position"" text, ""team_num1"" text, ""agg"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""position"" FROM ""other_results"" WHERE ""agg""='2-6';",2-17142454-4 What is the 2nd leg of the 4-9 agg.?,"CREATE TABLE ""other_results"" ( ""position"" text, ""team_num1"" text, ""agg"" text, ""team_num2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""2nd_leg"" FROM ""other_results"" WHERE ""agg""='4-9';",2-17142454-4 Which sport had the club of the Montgomery Biscuits?,"CREATE TABLE ""current_semi_professional_teams"" ( ""club"" text, ""city"" text, ""sport"" text, ""league"" text, ""venue"" text );","SELECT ""sport"" FROM ""current_semi_professional_teams"" WHERE ""club""='montgomery biscuits';",2-16405998-1 Which venue held a basketball team?,"CREATE TABLE ""current_semi_professional_teams"" ( ""club"" text, ""city"" text, ""sport"" text, ""league"" text, ""venue"" text );","SELECT ""venue"" FROM ""current_semi_professional_teams"" WHERE ""sport""='basketball';",2-16405998-1 Which sport was held in Huntsville at the Von Braun Center as part of the Southern Indoor Football League?,"CREATE TABLE ""current_semi_professional_teams"" ( ""club"" text, ""city"" text, ""sport"" text, ""league"" text, ""venue"" text );","SELECT ""sport"" FROM ""current_semi_professional_teams"" WHERE ""city""='huntsville' AND ""venue""='von braun center' AND ""league""='southern indoor football league';",2-16405998-1 Which venue hosted the Gridiron Development Football League?,"CREATE TABLE ""current_semi_professional_teams"" ( ""club"" text, ""city"" text, ""sport"" text, ""league"" text, ""venue"" text );","SELECT ""venue"" FROM ""current_semi_professional_teams"" WHERE ""league""='gridiron development football league';",2-16405998-1 Which venue hosted the Dixie Derby Girls?,"CREATE TABLE ""current_semi_professional_teams"" ( ""club"" text, ""city"" text, ""sport"" text, ""league"" text, ""venue"" text );","SELECT ""venue"" FROM ""current_semi_professional_teams"" WHERE ""club""='dixie derby girls';",2-16405998-1 Which city has a club called the Huntsville Stars?,"CREATE TABLE ""current_semi_professional_teams"" ( ""club"" text, ""city"" text, ""sport"" text, ""league"" text, ""venue"" text );","SELECT ""city"" FROM ""current_semi_professional_teams"" WHERE ""club""='huntsville stars';",2-16405998-1 which Type has a Title of so alive?,"CREATE TABLE ""other"" ( ""year"" real, ""artist"" text, ""title"" text, ""label"" text, ""type"" text );","SELECT ""type"" FROM ""other"" WHERE ""title""='so alive';",2-16845107-1 Name the Year which has a Label of atco records and a Type of album? Question 2,"CREATE TABLE ""other"" ( ""year"" real, ""artist"" text, ""title"" text, ""label"" text, ""type"" text );","SELECT ""year"" FROM ""other"" WHERE ""label""='atco records' AND ""type""='album';",2-16845107-1 Which Title has a Type of album and a Year larger than 1986?,"CREATE TABLE ""other"" ( ""year"" real, ""artist"" text, ""title"" text, ""label"" text, ""type"" text );","SELECT ""title"" FROM ""other"" WHERE ""type""='album' AND ""year"">1986;",2-16845107-1 Which Title has a Type of ep and a Year larger than 2003?,"CREATE TABLE ""other"" ( ""year"" real, ""artist"" text, ""title"" text, ""label"" text, ""type"" text );","SELECT ""title"" FROM ""other"" WHERE ""type""='ep' AND ""year"">2003;",2-16845107-1 Which Title has a Type of album in 1983?,"CREATE TABLE ""other"" ( ""year"" real, ""artist"" text, ""title"" text, ""label"" text, ""type"" text );","SELECT ""title"" FROM ""other"" WHERE ""type""='album' AND ""year""=1983;",2-16845107-1 "What was the date of the game with an attendance of 20,874 fans?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""season_schedule"" WHERE ""attendance""='20,874';",2-16899309-5 What was the record the the match against vs. calgary stampeders before week 15?,"CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""season_schedule"" WHERE ""opponent""='vs. calgary stampeders' AND ""week""<15;",2-16899309-5 What is the status when the artist is Neil Sedaka?,"CREATE TABLE ""performances"" ( ""week"" text, ""theme"" text, ""artist"" text, ""order_sung"" text, ""status"" text );","SELECT ""status"" FROM ""performances"" WHERE ""artist""='neil sedaka';",2-1740913-1 What was the theme for the Top 11 week?,"CREATE TABLE ""performances"" ( ""week"" text, ""theme"" text, ""artist"" text, ""order_sung"" text, ""status"" text );","SELECT ""theme"" FROM ""performances"" WHERE ""week""='top 11';",2-1740913-1 What week did the contestant finish in the bottom 2 with a Celine Dion song?,"CREATE TABLE ""performances"" ( ""week"" text, ""theme"" text, ""artist"" text, ""order_sung"" text, ""status"" text );","SELECT ""week"" FROM ""performances"" WHERE ""status""='bottom 2' AND ""artist""='celine dion';",2-1740913-1 What order was the performance of a Richard Marx song?,"CREATE TABLE ""performances"" ( ""week"" text, ""theme"" text, ""artist"" text, ""order_sung"" text, ""status"" text );","SELECT ""order_sung"" FROM ""performances"" WHERE ""artist""='richard marx';",2-1740913-1 What artist's song was performed in the week with theme of Billboard #1?,"CREATE TABLE ""performances"" ( ""week"" text, ""theme"" text, ""artist"" text, ""order_sung"" text, ""status"" text );","SELECT ""artist"" FROM ""performances"" WHERE ""theme""='billboard #1';",2-1740913-1 "What is Headquarter, when Type is Independent Online News Portal?","CREATE TABLE ""printed_media"" ( ""newspaper_magazine"" text, ""type"" text, ""language"" text, ""headquarter"" text, ""status"" text );","SELECT ""headquarter"" FROM ""printed_media"" WHERE ""type""='independent online news portal';",2-16603208-1 "What is Status, when Newspaper/Magazine is Al-Thawra?","CREATE TABLE ""printed_media"" ( ""newspaper_magazine"" text, ""type"" text, ""language"" text, ""headquarter"" text, ""status"" text );","SELECT ""status"" FROM ""printed_media"" WHERE ""newspaper_magazine""='al-thawra';",2-16603208-1 "What is Headquarter, when Newspaper/Magazine is Al-Ayyam?","CREATE TABLE ""printed_media"" ( ""newspaper_magazine"" text, ""type"" text, ""language"" text, ""headquarter"" text, ""status"" text );","SELECT ""headquarter"" FROM ""printed_media"" WHERE ""newspaper_magazine""='al-ayyam';",2-16603208-1 "What is Type, when Newspaper/Magazine is Telecoms & It Magazine?","CREATE TABLE ""printed_media"" ( ""newspaper_magazine"" text, ""type"" text, ""language"" text, ""headquarter"" text, ""status"" text );","SELECT ""type"" FROM ""printed_media"" WHERE ""newspaper_magazine""='telecoms & it magazine';",2-16603208-1 "What is Headquarter, when Language is English, and when Type is Independent Online News Portal?","CREATE TABLE ""printed_media"" ( ""newspaper_magazine"" text, ""type"" text, ""language"" text, ""headquarter"" text, ""status"" text );","SELECT ""headquarter"" FROM ""printed_media"" WHERE ""language""='english' AND ""type""='independent online news portal';",2-16603208-1 "What is Headquarter, when Type is Government-Owned, and when Newspaper/Magazine is Al-Jumhuriya?","CREATE TABLE ""printed_media"" ( ""newspaper_magazine"" text, ""type"" text, ""language"" text, ""headquarter"" text, ""status"" text );","SELECT ""headquarter"" FROM ""printed_media"" WHERE ""type""='government-owned' AND ""newspaper_magazine""='al-jumhuriya';",2-16603208-1 "For Saint-Paul parish, if it has an area of over 228.65 kilometers how many people live there?","CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT COUNT(""population"") FROM ""parishes"" WHERE ""official_name""='saint-paul' AND ""area_km_2"">228.65;",2-171229-2 What was the box score during a game that had a score of 86-96?,"CREATE TABLE ""round_8"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""box_score"" text, ""report"" text );","SELECT ""box_score"" FROM ""round_8"" WHERE ""score""='86-96';",2-16653153-15 What was the report at State Sports Centre?,"CREATE TABLE ""round_8"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""box_score"" text, ""report"" text );","SELECT ""report"" FROM ""round_8"" WHERE ""venue""='state sports centre';",2-16653153-15 Who was the home team at Gold Coast Convention Centre?,"CREATE TABLE ""round_8"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""box_score"" text, ""report"" text );","SELECT ""home_team"" FROM ""round_8"" WHERE ""venue""='gold coast convention centre';",2-16653153-15 What was the date that featured a game against Gold Coast Blaze?,"CREATE TABLE ""round_8"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""box_score"" text, ""report"" text );","SELECT ""date"" FROM ""round_8"" WHERE ""away_team""='gold coast blaze';",2-16653153-15 What was the box score during a home game of the Adelaide 36ers?,"CREATE TABLE ""round_8"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""box_score"" text, ""report"" text );","SELECT ""box_score"" FROM ""round_8"" WHERE ""home_team""='adelaide 36ers';",2-16653153-15 "How many Picks have an Overall smaller than 304, and a Position of g, and a Round smaller than 11?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick"") FROM ""washington_redskins_draft_history"" WHERE ""overall""<304 AND ""position""='g' AND ""round""<11;",2-17100961-56 "Which Overall is the highest one that has a Name of raleigh mckenzie, and a Pick larger than 10?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""name""='raleigh mckenzie' AND ""pick"">10;",2-17100961-56 "How many Picks have a College of hawaii, and an Overall smaller than 122?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick"") FROM ""washington_redskins_draft_history"" WHERE ""college""='hawaii' AND ""overall""<122;",2-17100961-56 "Which Round is the highest one that has a Pick smaller than 10, and a Name of tory nixon?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""round"") FROM ""washington_redskins_draft_history"" WHERE ""pick""<10 AND ""name""='tory nixon';",2-17100961-56 Which Ofsted has a Capacity of 1677?,"CREATE TABLE ""secondary_schools"" ( ""school"" text, ""locality"" text, ""ages"" text, ""capacity"" real, ""ofsted"" real );","SELECT ""ofsted"" FROM ""secondary_schools"" WHERE ""capacity""=1677;",2-16931017-2 "Which Ofsted has a School of marple hall school, and a Capacity larger than 1711?","CREATE TABLE ""secondary_schools"" ( ""school"" text, ""locality"" text, ""ages"" text, ""capacity"" real, ""ofsted"" real );","SELECT MIN(""ofsted"") FROM ""secondary_schools"" WHERE ""school""='marple hall school' AND ""capacity"">1711;",2-16931017-2 "Which School has Ages of 11-16, and an Ofsted smaller than 106142, and a Capacity of 1206?","CREATE TABLE ""secondary_schools"" ( ""school"" text, ""locality"" text, ""ages"" text, ""capacity"" real, ""ofsted"" real );","SELECT ""school"" FROM ""secondary_schools"" WHERE ""ages""='11-16' AND ""ofsted""<106142 AND ""capacity""=1206;",2-16931017-2 What is heaton chapel's capacity?,"CREATE TABLE ""secondary_schools"" ( ""school"" text, ""locality"" text, ""ages"" text, ""capacity"" real, ""ofsted"" real );","SELECT MAX(""capacity"") FROM ""secondary_schools"" WHERE ""locality""='heaton chapel';",2-16931017-2 "Which School has a Capacity larger than 730, and an Ofsted smaller than 106135, and a Locality of heaton mersey?","CREATE TABLE ""secondary_schools"" ( ""school"" text, ""locality"" text, ""ages"" text, ""capacity"" real, ""ofsted"" real );","SELECT ""school"" FROM ""secondary_schools"" WHERE ""capacity"">730 AND ""ofsted""<106135 AND ""locality""='heaton mersey';",2-16931017-2 "What is the lowest Game, when Date is March 21?","CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT MIN(""game"") FROM ""season_schedule"" WHERE ""date""='march 21';",2-17064870-8 "What is Team, when Game is 77?","CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""team"" FROM ""season_schedule"" WHERE ""game""=77;",2-17064870-8 "What is Team, when Game is 73?","CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""team"" FROM ""season_schedule"" WHERE ""game""=73;",2-17064870-8 What location has surveying as the type?,"CREATE TABLE ""known_machines"" ( ""location"" text, ""country"" text, ""type"" text, ""wheels"" real, ""configuration"" text );","SELECT ""location"" FROM ""known_machines"" WHERE ""type""='surveying';",2-1732978-1 "What average wheels has accounting as the type, with IBM Collection as the location?","CREATE TABLE ""known_machines"" ( ""location"" text, ""country"" text, ""type"" text, ""wheels"" real, ""configuration"" text );","SELECT AVG(""wheels"") FROM ""known_machines"" WHERE ""type""='accounting' AND ""location""='ibm collection';",2-1732978-1 "What is the configuration for the country France, with accounting as the type, and wheels greater than 6?","CREATE TABLE ""known_machines"" ( ""location"" text, ""country"" text, ""type"" text, ""wheels"" real, ""configuration"" text );","SELECT ""configuration"" FROM ""known_machines"" WHERE ""country""='france' AND ""type""='accounting' AND ""wheels"">6;",2-1732978-1 Which NFL team has a pick# less than 200 for Travis Davis?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""nfl_team"" FROM ""nfl_draft"" WHERE ""pick_num""<200 AND ""player""='travis davis';",2-16710987-1 Which player was a running back from San Jose State?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""position""='running back' AND ""college""='san jose state';",2-16710987-1 What is the pick# from South Dakota college?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""pick_num"" FROM ""nfl_draft"" WHERE ""college""='south dakota';",2-16710987-1 Which college has a nose tackle position?,"CREATE TABLE ""nfl_draft"" ( ""pick_num"" real, ""nfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""nfl_draft"" WHERE ""position""='nose tackle';",2-16710987-1 Can you tell me the Home or the Away that has the Shirt Number larger than 18?,"CREATE TABLE ""welsh_caps"" ( ""cap_number"" real, ""date"" text, ""position"" text, ""shirt_number"" real, ""home_or_away"" text, ""venue"" text, ""result"" text, ""score"" text );","SELECT ""home_or_away"" FROM ""welsh_caps"" WHERE ""shirt_number"">18;",2-16825334-1 "Can you tell me the Score that has the Result of win, and the Date of 13 november 2009?","CREATE TABLE ""welsh_caps"" ( ""cap_number"" real, ""date"" text, ""position"" text, ""shirt_number"" real, ""home_or_away"" text, ""venue"" text, ""result"" text, ""score"" text );","SELECT ""score"" FROM ""welsh_caps"" WHERE ""result""='win' AND ""date""='13 november 2009';",2-16825334-1 "Can you tell me the lowest Cap Number that has the Date of 8 february 2009, and the Shirt Number larger than 19?","CREATE TABLE ""welsh_caps"" ( ""cap_number"" real, ""date"" text, ""position"" text, ""shirt_number"" real, ""home_or_away"" text, ""venue"" text, ""result"" text, ""score"" text );","SELECT MIN(""cap_number"") FROM ""welsh_caps"" WHERE ""date""='8 february 2009' AND ""shirt_number"">19;",2-16825334-1 "Which Points have a Position larger than 6, and a Lost smaller than 13?","CREATE TABLE ""first_round"" ( ""position"" real, ""name"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""points"" real );","SELECT AVG(""points"") FROM ""first_round"" WHERE ""position"">6 AND ""lost""<13;",2-16566850-11 "How much Drawn has a Lost of 2, and Played smaller than 14?","CREATE TABLE ""first_round"" ( ""position"" real, ""name"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""points"" real );","SELECT SUM(""drawn"") FROM ""first_round"" WHERE ""lost""=2 AND ""played""<14;",2-16566850-11 "Which Points is the highest one that has a Drawn smaller than 2, and a Name of esc holzkirchen, and Played smaller than 14?","CREATE TABLE ""first_round"" ( ""position"" real, ""name"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""points"" real );","SELECT MAX(""points"") FROM ""first_round"" WHERE ""drawn""<2 AND ""name""='esc holzkirchen' AND ""played""<14;",2-16566850-11 "Which Lost is the lowest one that has a Name of esc holzkirchen, and Played smaller than 14?","CREATE TABLE ""first_round"" ( ""position"" real, ""name"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""points"" real );","SELECT MIN(""lost"") FROM ""first_round"" WHERE ""name""='esc holzkirchen' AND ""played""<14;",2-16566850-11 What is the lowest numbered episode that had a rating/share of 0.9/4 and more than 3.79 million viewers?,"CREATE TABLE ""ratings"" ( ""episode_num"" real, ""us_air_date"" text, ""rating"" text, ""share"" text, ""rating_share_18_49"" text, ""viewers_millions"" real );","SELECT MIN(""episode_num"") FROM ""ratings"" WHERE ""rating_share_18_49""='0.9/4' AND ""viewers_millions"">3.79;",2-17525955-2 What is the average number of million viewers that watched an episode before episode 11 with a share of 4?,"CREATE TABLE ""ratings"" ( ""episode_num"" real, ""us_air_date"" text, ""rating"" text, ""share"" text, ""rating_share_18_49"" text, ""viewers_millions"" real );","SELECT AVG(""viewers_millions"") FROM ""ratings"" WHERE ""episode_num""<11 AND ""share""='4';",2-17525955-2 What is the rating/share for episode 13?,"CREATE TABLE ""ratings"" ( ""episode_num"" real, ""us_air_date"" text, ""rating"" text, ""share"" text, ""rating_share_18_49"" text, ""viewers_millions"" real );","SELECT ""rating_share_18_49"" FROM ""ratings"" WHERE ""episode_num""=13;",2-17525955-2 What is the lowest number of million viewers for an episode before episode 5 with a rating/share of 1.1/3?,"CREATE TABLE ""ratings"" ( ""episode_num"" real, ""us_air_date"" text, ""rating"" text, ""share"" text, ""rating_share_18_49"" text, ""viewers_millions"" real );","SELECT MIN(""viewers_millions"") FROM ""ratings"" WHERE ""rating_share_18_49""='1.1/3' AND ""episode_num""<5;",2-17525955-2 How many years of NBA experience does the player who plays position g for the Portland Trail Blazers?,"CREATE TABLE ""selections"" ( ""player"" text, ""pos"" text, ""nationality"" text, ""team"" text, ""previous_team"" text, ""years_of_nba_experience_a"" real, ""career_with_the_franchise_b"" text );","SELECT ""years_of_nba_experience_a"" FROM ""selections"" WHERE ""pos""='g' AND ""team""='portland trail blazers';",2-17065454-3 Who is the player from the Buffalo Braves with the previous team Los Angeles Lakers and a career with the franchase in 1970?,"CREATE TABLE ""selections"" ( ""player"" text, ""pos"" text, ""nationality"" text, ""team"" text, ""previous_team"" text, ""years_of_nba_experience_a"" real, ""career_with_the_franchise_b"" text );","SELECT ""player"" FROM ""selections"" WHERE ""team""='buffalo braves' AND ""previous_team""='los angeles lakers' AND ""career_with_the_franchise_b""='1970';",2-17065454-3 Who is the player with 7 years of NBA experience?,"CREATE TABLE ""selections"" ( ""player"" text, ""pos"" text, ""nationality"" text, ""team"" text, ""previous_team"" text, ""years_of_nba_experience_a"" real, ""career_with_the_franchise_b"" text );","SELECT ""player"" FROM ""selections"" WHERE ""years_of_nba_experience_a""=7;",2-17065454-3 how may times is regular season 1063 and playoffs more than 119?,"CREATE TABLE ""appearances"" ( ""name"" text, ""years"" text, ""regular_season"" real, ""playoffs"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""appearances"" WHERE ""regular_season""=1063 AND ""playoffs"">119;",2-16366700-1 what is the years when playoffs is 115?,"CREATE TABLE ""appearances"" ( ""name"" text, ""years"" text, ""regular_season"" real, ""playoffs"" real, ""total"" real );","SELECT ""years"" FROM ""appearances"" WHERE ""playoffs""=115;",2-16366700-1 What Competition had a Score of 2–0?,"CREATE TABLE ""senior_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""senior_team"" WHERE ""score""='2–0';",2-17069469-2 What was the Score in Gelora Sriwijaya Stadium?,"CREATE TABLE ""senior_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""senior_team"" WHERE ""venue""='gelora sriwijaya stadium';",2-17069469-2 What is the Venue of the Competition with a Result of 2–2 (d)?,"CREATE TABLE ""senior_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""senior_team"" WHERE ""result""='2–2 (d)';",2-17069469-2 What is the Result of the Competition at MBPJ Stadium with a Score of 4–0?,"CREATE TABLE ""senior_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""senior_team"" WHERE ""score""='4–0' AND ""venue""='mbpj stadium';",2-17069469-2 What is the Venue of the Competition with a Result of 2–2 (d)?,"CREATE TABLE ""senior_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""senior_team"" WHERE ""result""='2–2 (d)';",2-17069469-2 What Competition in Shah Alam Stadium have a Result of 2–0 (w)?,"CREATE TABLE ""senior_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""senior_team"" WHERE ""result""='2–0 (w)' AND ""venue""='shah alam stadium';",2-17069469-2 "Which Avg/G has a Long of 93, and a Loss smaller than 249?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT SUM(""avg_g"") FROM ""rushing"" WHERE ""long""=93 AND ""loss""<249;",2-16404968-31 "Which Avg/G has a Gain of 1,839?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT SUM(""avg_g"") FROM ""rushing"" WHERE ""gain""='1,839';",2-16404968-31 "Which Avg/G has a Name of josh freeman, and a Loss smaller than 134?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT SUM(""avg_g"") FROM ""rushing"" WHERE ""name""='josh freeman' AND ""loss""<134;",2-16404968-31 "How much Gain has a Long of 29, and an Avg/G smaller than 33.7?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT COUNT(""gain"") FROM ""rushing"" WHERE ""long""=29 AND ""avg_g""<33.7;",2-16404968-31 "Which Long is the highest one that has a Loss larger than 3, and a Gain larger than 2,894?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT MAX(""long"") FROM ""rushing"" WHERE ""loss"">3 AND ""gain"">'2,894';",2-16404968-31 What is the average round of the rw position player from the United States?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_team"" text );","SELECT AVG(""round"") FROM ""draft_picks"" WHERE ""nationality""='united states' AND ""position""='rw';",2-17371250-13 "What is the college/junior team of player tyler myers, who has a pick less than 44?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_team"" text );","SELECT ""college_junior_team"" FROM ""draft_picks"" WHERE ""pick""<44 AND ""player""='tyler myers';",2-17371250-13 "What is the nationality of player corey fienhage, who has a pick less than 104?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_team"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""pick""<104 AND ""player""='corey fienhage';",2-17371250-13 What is the sum of the pick of the lw position player?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_team"" text );","SELECT SUM(""pick"") FROM ""draft_picks"" WHERE ""position""='lw';",2-17371250-13 What is the Record in Week 2?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""stadium"" text, ""record"" text, ""attendance"" real );","SELECT ""record"" FROM ""schedule"" WHERE ""week""=2;",2-16778576-2 WHEN has a Result of w 23–17?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""stadium"" text, ""record"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""result""='w 23–17';",2-16778576-2 WHEN has a Opponent of miami dolphins?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""stadium"" text, ""record"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""opponent""='miami dolphins';",2-16778576-2 What was the 2009 ranking for Webometrics?,"CREATE TABLE ""reputation"" ( ""ranking"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text );","SELECT ""2009"" FROM ""reputation"" WHERE ""ranking""='webometrics';",2-1625631-1 "What is the Rank listed for the attendance of 2010 of 9,000,000 and 2011 larger than 9,210,000?","CREATE TABLE ""amusement_park_corporations_in_terms_of_"" ( ""rank"" real, ""amusement_park_corporations"" text, ""country"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" real, ""2012"" text );","SELECT SUM(""rank"") FROM ""amusement_park_corporations_in_terms_of_"" WHERE ""2010""='9,000,000' AND ""2011"">'9,210,000';",2-16578883-1 "In the United States the 2011 attendance at this amusement park corporation was larger than 30,800,000 but lists what as its 2008 attendance?","CREATE TABLE ""amusement_park_corporations_in_terms_of_"" ( ""rank"" real, ""amusement_park_corporations"" text, ""country"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" real, ""2012"" text );","SELECT ""2008"" FROM ""amusement_park_corporations_in_terms_of_"" WHERE ""2011"">'30,800,000' AND ""country""='united states';",2-16578883-1 What rank is Partizan Igokea that has less than 130 rebounds?,"CREATE TABLE ""rebounds"" ( ""rank"" real, ""name"" text, ""team"" text, ""games"" real, ""rebounds"" real );","SELECT MIN(""rank"") FROM ""rebounds"" WHERE ""rebounds""<130 AND ""team""='partizan igokea';",2-17273336-12 "Which College has a Pick # larger than 30, and a Position of ol?","CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""round_four"" WHERE ""pick_num"">30 AND ""position""='ol';",2-16575609-4 Which Pick # has a College of concordia?,"CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""round_four"" WHERE ""college""='concordia';",2-16575609-4 Which CFL Team has a Pick # larger than 31?,"CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""cfl_team"" FROM ""round_four"" WHERE ""pick_num"">31;",2-16575609-4 What is buffalo's pick #?,"CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""round_four"" WHERE ""college""='buffalo';",2-16575609-4 "Which College has a Position of ol, and a Pick # smaller than 32?","CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""round_four"" WHERE ""position""='ol' AND ""pick_num""<32;",2-16575609-4 What is the team of the player who was previously on the indiana pacers?,"CREATE TABLE ""selections"" ( ""pick"" real, ""pos"" text, ""nationality"" text, ""team"" text, ""previous_team"" text, ""nba_years_a"" text, ""career_with_the_franchise_b"" text );","SELECT ""team"" FROM ""selections"" WHERE ""previous_team""='indiana pacers';",2-17285433-3 What is the previous team of the player with 4 NBA years and a pick less than 16?,"CREATE TABLE ""selections"" ( ""pick"" real, ""pos"" text, ""nationality"" text, ""team"" text, ""previous_team"" text, ""nba_years_a"" text, ""career_with_the_franchise_b"" text );","SELECT ""previous_team"" FROM ""selections"" WHERE ""nba_years_a""='4' AND ""pick""<16;",2-17285433-3 How many NBA years did the player from the United States who was previously on the los angeles lakers have?,"CREATE TABLE ""selections"" ( ""pick"" real, ""pos"" text, ""nationality"" text, ""team"" text, ""previous_team"" text, ""nba_years_a"" text, ""career_with_the_franchise_b"" text );","SELECT ""nba_years_a"" FROM ""selections"" WHERE ""nationality""='united states' AND ""previous_team""='los angeles lakers';",2-17285433-3 What tournament did Nadal win and had a nadal of 16?,"CREATE TABLE ""singles"" ( ""year"" real, ""tournament"" text, ""surface"" text, ""round"" text, ""winner"" text, ""score"" text, ""length_h_mm"" text, ""sets"" text, ""federer"" real, ""nadal"" real );","SELECT ""tournament"" FROM ""singles"" WHERE ""winner""='nadal' AND ""nadal""=16;",2-17271235-3 What was the nadal in Miami in the final round?,"CREATE TABLE ""singles"" ( ""year"" real, ""tournament"" text, ""surface"" text, ""round"" text, ""winner"" text, ""score"" text, ""length_h_mm"" text, ""sets"" text, ""federer"" real, ""nadal"" real );","SELECT MAX(""nadal"") FROM ""singles"" WHERE ""round""='final' AND ""tournament""='miami';",2-17271235-3 What were the sets when Federer had 6 and a nadal of 13?,"CREATE TABLE ""singles"" ( ""year"" real, ""tournament"" text, ""surface"" text, ""round"" text, ""winner"" text, ""score"" text, ""length_h_mm"" text, ""sets"" text, ""federer"" real, ""nadal"" real );","SELECT ""sets"" FROM ""singles"" WHERE ""nadal""=13 AND ""federer""=6;",2-17271235-3 Which college had an overall pick of 9?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""washington_redskins_draft_history"" WHERE ""overall""=9;",2-17100961-76 What source of wealth has a value of £5726m?,"CREATE TABLE ""top_12_fortunes"" ( ""rank"" real, ""value"" text, ""name"" text, ""source_of_wealth"" text, ""2007_rank"" text );","SELECT ""source_of_wealth"" FROM ""top_12_fortunes"" WHERE ""value""='£5726m';",2-17139590-1 "What is the highest Game, when Opponents is less than 80, and when Record is ""1-0""?","CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""heat_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT MAX(""game"") FROM ""schedule"" WHERE ""opponents""<80 AND ""record""='1-0';",2-17292579-3 "What is Result, when Date is ""December 12""?","CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""heat_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""date""='december 12';",2-17292579-3 "What is Streak, when Heat Points is ""101"", and when Game is ""16""?","CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""heat_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT ""streak"" FROM ""schedule"" WHERE ""heat_points""=101 AND ""game""=16;",2-17292579-3 "What is Heat Points, when Game is less than 80, and when Date is ""April 26 (First Round)""?","CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""heat_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT ""heat_points"" FROM ""schedule"" WHERE ""game""<80 AND ""date""='april 26 (first round)';",2-17292579-3 "What is the average Heat Points, when Result is ""Loss"", when Game is greater than 72, and when Date is ""April 21""?","CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""heat_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT AVG(""heat_points"") FROM ""schedule"" WHERE ""result""='loss' AND ""game"">72 AND ""date""='april 21';",2-17292579-3 What was the attendance for week 2?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""week""=2;",2-16678103-2 What was the attendance when the Cincinnati Bengals were the opponents?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""opponent""='cincinnati bengals';",2-16678103-2 What country had a paste publication in 2009?,"CREATE TABLE ""accolades"" ( ""publication"" text, ""country"" text, ""accolade"" text, ""year"" real, ""rank"" real );","SELECT ""country"" FROM ""accolades"" WHERE ""year""=2009 AND ""publication""='paste';",2-1641457-2 What was the lowest rank after 2009 with an accolade of 125 best albums of the past 25 years?,"CREATE TABLE ""accolades"" ( ""publication"" text, ""country"" text, ""accolade"" text, ""year"" real, ""rank"" real );","SELECT MIN(""rank"") FROM ""accolades"" WHERE ""year"">2009 AND ""accolade""='125 best albums of the past 25 years';",2-1641457-2 What is Tom Gillis' score?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""score"" FROM ""first_round"" WHERE ""player""='tom gillis';",2-16292316-4 Which player is T3?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""place""='t3';",2-16292316-4 Which country has is Len Mattiace in T10 place?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""country"" FROM ""first_round"" WHERE ""place""='t10' AND ""player""='len mattiace';",2-16292316-4 What is the average score for the player who is T5 in the United States?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT AVG(""score"") FROM ""first_round"" WHERE ""place""='t5' AND ""country""='united states';",2-16292316-4 what is 1976 when 1980 is 2.0?,"CREATE TABLE ""military_imbalance"" ( ""1976"" text, ""1977"" text, ""1978"" text, ""1979"" text, ""1980"" text );","SELECT ""1976"" FROM ""military_imbalance"" WHERE ""1980""='2.0';",2-17610737-2 what is 1980 when 1979 is 951?,"CREATE TABLE ""military_imbalance"" ( ""1976"" text, ""1977"" text, ""1978"" text, ""1979"" text, ""1980"" text );","SELECT ""1980"" FROM ""military_imbalance"" WHERE ""1979""='951';",2-17610737-2 what is 1977 when 1980 is chile?,"CREATE TABLE ""military_imbalance"" ( ""1976"" text, ""1977"" text, ""1978"" text, ""1979"" text, ""1980"" text );","SELECT ""1977"" FROM ""military_imbalance"" WHERE ""1980""='chile';",2-17610737-2 what is 1976 when 1977 is 3.5?,"CREATE TABLE ""military_imbalance"" ( ""1976"" text, ""1977"" text, ""1978"" text, ""1979"" text, ""1980"" text );","SELECT ""1976"" FROM ""military_imbalance"" WHERE ""1977""='3.5';",2-17610737-2 what is 1977 when 1978 is 4.1?,"CREATE TABLE ""military_imbalance"" ( ""1976"" text, ""1977"" text, ""1978"" text, ""1979"" text, ""1980"" text );","SELECT ""1977"" FROM ""military_imbalance"" WHERE ""1978""='4.1';",2-17610737-2 what is 1980 when 1978 is 2.3?,"CREATE TABLE ""military_imbalance"" ( ""1976"" text, ""1977"" text, ""1978"" text, ""1979"" text, ""1980"" text );","SELECT ""1980"" FROM ""military_imbalance"" WHERE ""1978""='2.3';",2-17610737-2 What is the Frequency for Model Number c7 1.0?,"CREATE TABLE ""90_nm"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""front_side_bus"" text, ""multiplier"" text, ""voltage"" text, ""socket"" text, ""release_date"" text );","SELECT ""frequency"" FROM ""90_nm"" WHERE ""model_number""='c7 1.0';",2-16316920-1 What is the Release Date for Model Number c7 1.8?,"CREATE TABLE ""90_nm"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""front_side_bus"" text, ""multiplier"" text, ""voltage"" text, ""socket"" text, ""release_date"" text );","SELECT ""release_date"" FROM ""90_nm"" WHERE ""model_number""='c7 1.8';",2-16316920-1 What is the Front Side Bus for Model Number c7 1.5?,"CREATE TABLE ""90_nm"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""front_side_bus"" text, ""multiplier"" text, ""voltage"" text, ""socket"" text, ""release_date"" text );","SELECT ""front_side_bus"" FROM ""90_nm"" WHERE ""model_number""='c7 1.5';",2-16316920-1 What to par is located in the united states and has the player by the name of hale irwin?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_round"" WHERE ""country""='united states' AND ""player""='hale irwin';",2-17231351-6 What country has the score og 66-70-69-71=276?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""country"" FROM ""final_round"" WHERE ""score""='66-70-69-71=276';",2-17231351-6 "What player has money larger than 11,950 and is placed in t8 and has the score of 73-68-69-72=282?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""player"" FROM ""final_round"" WHERE ""money"">'11,950' AND ""place""='t8' AND ""score""='73-68-69-72=282';",2-17231351-6 WHAT IS THE HOME TEAM ON APRIL 25?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""home_team"" FROM ""nba_finals"" WHERE ""date""='april 25';",2-17101496-4 WHAT IS THE DATE WITH BOSTON ROAD TEAM AND 126-105 RESULT?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""date"" FROM ""nba_finals"" WHERE ""road_team""='boston' AND ""result""='126-105';",2-17101496-4 WHAT GAME HAD A SCORE OF 99-112?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""nba_finals"" WHERE ""result""='99-112';",2-17101496-4 WHAT IS THE RESULT OF THE GAME ON APRIL 23?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""nba_finals"" WHERE ""date""='april 23';",2-17101496-4 "WHAT IS THE RESULT WITH THE BOSTON ROAD TEAM, ON APRIL 23?","CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""nba_finals"" WHERE ""road_team""='boston' AND ""date""='april 23';",2-17101496-4 "WHAT IS THE HOME TEAM, RESULT 99-112?","CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""home_team"" FROM ""nba_finals"" WHERE ""result""='99-112';",2-17101496-4 What is Brown's transfer window?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text );","SELECT ""transfer_window"" FROM ""out"" WHERE ""name""='brown';",2-16549823-7 What is the transfer window with a status of transfer from the country of Wal?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text );","SELECT ""transfer_window"" FROM ""out"" WHERE ""status""='transfer' AND ""country""='wal';",2-16549823-7 What is the status of the Eng Country from the Maynard name?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text );","SELECT ""status"" FROM ""out"" WHERE ""country""='eng' AND ""name""='maynard';",2-16549823-7 What is the name of the free transfer fee with a transfer status and an ENG country?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text );","SELECT ""name"" FROM ""out"" WHERE ""transfer_fee""='free' AND ""status""='transfer' AND ""country""='eng';",2-16549823-7 What is the status of the ENG Country with the name of Farquharson?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text );","SELECT ""status"" FROM ""out"" WHERE ""country""='eng' AND ""name""='farquharson';",2-16549823-7 "What is Left Office, when Took Office is 2006?","CREATE TABLE ""references"" ( ""name"" text, ""took_office"" text, ""left_office"" text, ""president"" text, ""party"" text );","SELECT ""left_office"" FROM ""references"" WHERE ""took_office""='2006';",2-16791908-1 "What is Left Office, when Party is Vacant (1999-2001)?","CREATE TABLE ""references"" ( ""name"" text, ""took_office"" text, ""left_office"" text, ""president"" text, ""party"" text );","SELECT ""left_office"" FROM ""references"" WHERE ""party""='vacant (1999-2001)';",2-16791908-1 "What is Name, when President is Khamtai Siphandon, and when Left Office is 1999?","CREATE TABLE ""references"" ( ""name"" text, ""took_office"" text, ""left_office"" text, ""president"" text, ""party"" text );","SELECT ""name"" FROM ""references"" WHERE ""president""='khamtai siphandon' AND ""left_office""='1999';",2-16791908-1 "What is Party, when Name is Oudom Khattigna?","CREATE TABLE ""references"" ( ""name"" text, ""took_office"" text, ""left_office"" text, ""president"" text, ""party"" text );","SELECT ""party"" FROM ""references"" WHERE ""name""='oudom khattigna';",2-16791908-1 "What is Party, when Took Office is 1998?","CREATE TABLE ""references"" ( ""name"" text, ""took_office"" text, ""left_office"" text, ""president"" text, ""party"" text );","SELECT ""party"" FROM ""references"" WHERE ""took_office""='1998';",2-16791908-1 "What is Left Office, when Took Office is 1998?","CREATE TABLE ""references"" ( ""name"" text, ""took_office"" text, ""left_office"" text, ""president"" text, ""party"" text );","SELECT ""left_office"" FROM ""references"" WHERE ""took_office""='1998';",2-16791908-1 Who is the away team when the home team scored 17.6 (108)?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_3"" WHERE ""home_team_score""='17.6 (108)';",2-16388478-4 When was the away team geelong?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_3"" WHERE ""away_team""='geelong';",2-16388478-4 What was the ground for away team essendon?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text );","SELECT ""ground"" FROM ""round_3"" WHERE ""away_team""='essendon';",2-16388478-4 What was the ground for away team sydney?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text );","SELECT ""ground"" FROM ""round_3"" WHERE ""away_team""='sydney';",2-16388478-4 What date was the week 6 game played on?,"CREATE TABLE ""1968_cincinnati_bengals_regular_season_s"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real, ""record"" text );","SELECT ""date"" FROM ""1968_cincinnati_bengals_regular_season_s"" WHERE ""week""=6;",2-16764781-3 What week was the game played at Mile High Stadium?,"CREATE TABLE ""1968_cincinnati_bengals_regular_season_s"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""venue"" text, ""attendance"" real, ""record"" text );","SELECT ""week"" FROM ""1968_cincinnati_bengals_regular_season_s"" WHERE ""venue""='mile high stadium';",2-16764781-3 "What is the losing bonus when drawn was 0, and there were 101 points?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""losing_bonus"" FROM ""league_table"" WHERE ""drawn""='0' AND ""points""='101';",2-17625749-1 What is the points when the lost was 11?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points_for"" FROM ""league_table"" WHERE ""lost""='11';",2-17625749-1 What is the lost when the club was Barry RFC?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""lost"" FROM ""league_table"" WHERE ""club""='barry rfc';",2-17625749-1 "What is the played number when tries against is 84, and drawn is 2?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""played"" FROM ""league_table"" WHERE ""tries_against""='84' AND ""drawn""='2';",2-17625749-1 What is the name of the club with 22 points?,"CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""club"" FROM ""league_table"" WHERE ""points""='22';",2-17625749-1 "What is the name of the club when the played number is 22, and the try bonus was 0?","CREATE TABLE ""league_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""club"" FROM ""league_table"" WHERE ""played""='22' AND ""try_bonus""='0';",2-17625749-1 What was the nationality of the players with a position of g?,"CREATE TABLE ""d"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT ""nationality"" FROM ""d"" WHERE ""position""='g';",2-16772687-5 What college was the player with the jersey number of 34 from?,"CREATE TABLE ""d"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT ""from"" FROM ""d"" WHERE ""jersey_number_s""=34;",2-16772687-5 What is the lowest jersey number of a player from louisiana state?,"CREATE TABLE ""d"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT MIN(""jersey_number_s"") FROM ""d"" WHERE ""from""='louisiana state';",2-16772687-5 What years did the united states player with a jersey number 25 who attended delaware state play?,"CREATE TABLE ""d"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT ""years"" FROM ""d"" WHERE ""nationality""='united states' AND ""jersey_number_s""<25 AND ""from""='delaware state';",2-16772687-5 "What is Team, when High Assists is ""Rashard Lewis (4)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""high_assists""='rashard lewis (4)';",2-17311797-14 "What is High Points, when High Rebounds is ""Dwight Howard (16)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""high_rebounds""='dwight howard (16)';",2-17311797-14 "What is Series, when Date is ""June 7""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""series"" FROM ""game_log"" WHERE ""date""='june 7';",2-17311797-14 "What is High Assists, when High Rebounds is ""Dwight Howard , Rashard Lewis (10)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""high_rebounds""='dwight howard , rashard lewis (10)';",2-17311797-14 "What is the highest Game, when High Assists is ""Hedo Türkoğlu (7)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT MAX(""game"") FROM ""game_log"" WHERE ""high_assists""='hedo türkoğlu (7)';",2-17311797-14 What Game had a Score of 101–92?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT AVG(""game"") FROM ""season_schedule"" WHERE ""score""='101–92';",2-17064796-4 What is the Score of the Game with a Record of 13–12?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""score"" FROM ""season_schedule"" WHERE ""record""='13–12';",2-17064796-4 What is the Streak on December 30?,"CREATE TABLE ""season_schedule"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""record"" text, ""streak"" text );","SELECT ""streak"" FROM ""season_schedule"" WHERE ""date""='december 30';",2-17064796-4 What is the date of game 9?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""regular_season"" WHERE ""game""=9;",2-17118657-7 Who had the most assists in the game that led to a 3-7 record?,"CREATE TABLE ""regular_season"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""regular_season"" WHERE ""record""='3-7';",2-17118657-7 What is the location of the game with a 6-11-8 record?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""location"" FROM ""game_log"" WHERE ""record""='6-11-8';",2-17360840-6 What game has a 6-12-8 record?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""game"" FROM ""game_log"" WHERE ""record""='6-12-8';",2-17360840-6 "What is Points, when Points For is ""562""?","CREATE TABLE ""2005_06_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""points"" text );","SELECT ""points"" FROM ""2005_06_table"" WHERE ""points_for""='562';",2-1676073-12 "What is Drawn, when Played is ""Correct as of 2006-06-10""?","CREATE TABLE ""2005_06_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""points"" text );","SELECT ""drawn"" FROM ""2005_06_table"" WHERE ""played""='correct as of 2006-06-10';",2-1676073-12 "What is Drawn, when Points Against is ""686""?","CREATE TABLE ""2005_06_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""points"" text );","SELECT ""drawn"" FROM ""2005_06_table"" WHERE ""points_against""='686';",2-1676073-12 "What is Points Against, when Drawn is ""2"", and when Points Of is ""32""?","CREATE TABLE ""2005_06_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""points"" text );","SELECT ""points_against"" FROM ""2005_06_table"" WHERE ""drawn""='2' AND ""points""='32';",2-1676073-12 "What is Lost, when Drawn is ""2"", and when Points is ""36""?","CREATE TABLE ""2005_06_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""points"" text );","SELECT ""lost"" FROM ""2005_06_table"" WHERE ""drawn""='2' AND ""points""='36';",2-1676073-12 "What is Points For, when Points is ""63""?","CREATE TABLE ""2005_06_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""points_difference"" text, ""points"" text );","SELECT ""points_for"" FROM ""2005_06_table"" WHERE ""points""='63';",2-1676073-12 What was the game number that was played on November 15?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MIN(""game"") FROM ""game_log"" WHERE ""date""='november 15';",2-17080868-5 What is the lowest attendance when the h/A is H in the Semi-Finals Second Leg?,"CREATE TABLE ""cup_winners_cup"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""scorers"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""cup_winners_cup"" WHERE ""h_a""='h' AND ""round""='semi-finals second leg';",2-17577133-7 "What is the opponent name when the H/A is h with more than 28,411 in attendance and Sharpe 28' is the scorer?","CREATE TABLE ""cup_winners_cup"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""scorers"" text, ""attendance"" real );","SELECT ""opponents"" FROM ""cup_winners_cup"" WHERE ""h_a""='h' AND ""attendance"">'28,411' AND ""scorers""='sharpe 28''';",2-17577133-7 What is the attendance number in the final round?,"CREATE TABLE ""cup_winners_cup"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""scorers"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""cup_winners_cup"" WHERE ""round""='final';",2-17577133-7 What bridge in Sheridan county was built in 1915?,"CREATE TABLE ""references"" ( ""name"" text, ""built"" text, ""listed"" text, ""location"" text, ""county"" text );","SELECT ""name"" FROM ""references"" WHERE ""county""='sheridan' AND ""built""='1915';",2-17287870-1 What is the listed for the bridge at Daniel in Sublette county?,"CREATE TABLE ""references"" ( ""name"" text, ""built"" text, ""listed"" text, ""location"" text, ""county"" text );","SELECT ""listed"" FROM ""references"" WHERE ""county""='sublette' AND ""location""='daniel';",2-17287870-1 In what year was the bridge in Lovell built?,"CREATE TABLE ""references"" ( ""name"" text, ""built"" text, ""listed"" text, ""location"" text, ""county"" text );","SELECT ""built"" FROM ""references"" WHERE ""location""='lovell';",2-17287870-1 What is the county of the bridge in Boulder?,"CREATE TABLE ""references"" ( ""name"" text, ""built"" text, ""listed"" text, ""location"" text, ""county"" text );","SELECT ""county"" FROM ""references"" WHERE ""location""='boulder';",2-17287870-1 Which opponent has a score of 84-88 (ot)?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""score""='84-88 (ot)';",2-17622423-4 How many games have a score of 85-92?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""score""='85-92';",2-17622423-4 What is the earliest game with a score of 99-89?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT MIN(""game"") FROM ""game_log"" WHERE ""score""='99-89';",2-17622423-4 What game has a score of 89-91?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT AVG(""game"") FROM ""game_log"" WHERE ""score""='89-91';",2-17622423-4 On what date did a game higher than 10 have a score of 99-89?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""game"">10 AND ""score""='99-89';",2-17622423-4 On what date did Fleetcenter have a game lower than 9 with a score of 104-94?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""location""='fleetcenter' AND ""game""<9 AND ""score""='104-94';",2-17622423-4 "What is Place, when Score is less than 70?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""score""<70;",2-17277219-4 "What is To Par, when Country is ""United States"", when Place is ""T4"", and when Player is ""Frank Boynton""?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""to_par"" FROM ""first_round"" WHERE ""country""='united states' AND ""place""='t4' AND ""player""='frank boynton';",2-17277219-4 "What is To Par, when Country is ""United States"", when Place is ""T4"", and when Player is ""Arnold Palmer""?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""to_par"" FROM ""first_round"" WHERE ""country""='united states' AND ""place""='t4' AND ""player""='arnold palmer';",2-17277219-4 For the 2nd string of Ra what is the Depart de la main gauche?,"CREATE TABLE ""the_modes"" ( ""mode"" text, ""d_part_de_la_main_gauche"" text, ""accord_du_1st_string"" text, ""2nd_string"" text, ""3rd_string"" text );","SELECT ""d_part_de_la_main_gauche"" FROM ""the_modes"" WHERE ""2nd_string""='ra';",2-16795570-1 For a 1st string of si Accord du and a 2nd string of mi what is the 3rd string?,"CREATE TABLE ""the_modes"" ( ""mode"" text, ""d_part_de_la_main_gauche"" text, ""accord_du_1st_string"" text, ""2nd_string"" text, ""3rd_string"" text );","SELECT ""3rd_string"" FROM ""the_modes"" WHERE ""accord_du_1st_string""='si' AND ""2nd_string""='mi';",2-16795570-1 What is the mode of the Depart de la main gauche of 1st case and a la or mi 3rd string?,"CREATE TABLE ""the_modes"" ( ""mode"" text, ""d_part_de_la_main_gauche"" text, ""accord_du_1st_string"" text, ""2nd_string"" text, ""3rd_string"" text );","SELECT ""mode"" FROM ""the_modes"" WHERE ""d_part_de_la_main_gauche""='1st case' AND ""3rd_string""='la or mi';",2-16795570-1 What is the Depart de la main gauche of the do Mode?,"CREATE TABLE ""the_modes"" ( ""mode"" text, ""d_part_de_la_main_gauche"" text, ""accord_du_1st_string"" text, ""2nd_string"" text, ""3rd_string"" text );","SELECT ""d_part_de_la_main_gauche"" FROM ""the_modes"" WHERE ""mode""='do';",2-16795570-1 For the 2nd string of Do and an Accord du 1st string of FA what is the Depart de la main gauche?,"CREATE TABLE ""the_modes"" ( ""mode"" text, ""d_part_de_la_main_gauche"" text, ""accord_du_1st_string"" text, ""2nd_string"" text, ""3rd_string"" text );","SELECT ""d_part_de_la_main_gauche"" FROM ""the_modes"" WHERE ""2nd_string""='do' AND ""accord_du_1st_string""='fa';",2-16795570-1 "Which Rank has a Name of john curry, and Points larger than 338.43?","CREATE TABLE ""men"" ( ""rank"" real, ""name"" text, ""nation"" text, ""points"" real, ""placings"" real );","SELECT MAX(""rank"") FROM ""men"" WHERE ""name""='john curry' AND ""points"">338.43;",2-16831299-2 "How many Placings have Points smaller than 330.84, and a Name of silvo svajger?","CREATE TABLE ""men"" ( ""rank"" real, ""name"" text, ""nation"" text, ""points"" real, ""placings"" real );","SELECT COUNT(""placings"") FROM ""men"" WHERE ""points""<330.84 AND ""name""='silvo svajger';",2-16831299-2 "Which Placings have a Nation of west germany, and Points larger than 303.72?","CREATE TABLE ""men"" ( ""rank"" real, ""name"" text, ""nation"" text, ""points"" real, ""placings"" real );","SELECT SUM(""placings"") FROM ""men"" WHERE ""nation""='west germany' AND ""points"">303.72;",2-16831299-2 Which Nation has Points of 300.38?,"CREATE TABLE ""men"" ( ""rank"" real, ""name"" text, ""nation"" text, ""points"" real, ""placings"" real );","SELECT ""nation"" FROM ""men"" WHERE ""points""=300.38;",2-16831299-2 Which player finished at +10?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""to_par""='+10';",2-17231246-2 Who is the opponent before game 5 with a 0-1-0 record?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""game""<5 AND ""record""='0-1-0';",2-17599495-3 What is the score for the opponent Vancouver Canucks?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""opponent""='vancouver canucks';",2-17599495-3 What date is the record 4-3-0?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='4-3-0';",2-17599495-3 What is the fleet number with a 4-6-0 wheel arrangement made in 1890?,"CREATE TABLE ""class_e_4_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""fleet_number_s"" FROM ""class_e_4_6_0"" WHERE ""wheel_arrangement""='4-6-0' AND ""year_made""='1890';",2-17248696-5 What is the wheel arrangement made in 1890?,"CREATE TABLE ""class_e_4_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""wheel_arrangement"" FROM ""class_e_4_6_0"" WHERE ""year_made""='1890';",2-17248696-5 What is the quantity preserved of the e-1 class?,"CREATE TABLE ""class_e_4_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""quantity_preserved"" FROM ""class_e_4_6_0"" WHERE ""class""='e-1';",2-17248696-5 What is the wheel arrangement with 1 quantity preserved?,"CREATE TABLE ""class_e_4_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""wheel_arrangement"" FROM ""class_e_4_6_0"" WHERE ""quantity_preserved""='1';",2-17248696-5 "What is the quantity made of the e-22 class, which has a quantity preserved of 0?","CREATE TABLE ""class_e_4_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""quantity_made"" FROM ""class_e_4_6_0"" WHERE ""quantity_preserved""='0' AND ""class""='e-22';",2-17248696-5 "What is the sum of Total, when Rank is 8, and when Bronze is less than 1?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""total"") FROM ""medal_table"" WHERE ""rank""='8' AND ""bronze""<1;",2-16864441-1 "What is the lowest Bronze, when Gold is less than 0?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""bronze"") FROM ""medal_table"" WHERE ""gold""<0;",2-16864441-1 "What is the average Bronze, when Total is 7, and when Silver is greater than 1?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medal_table"" WHERE ""total""=7 AND ""silver"">1;",2-16864441-1 "What is the sum of Total, when Silver is 0, and when Gold is 1?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""total"") FROM ""medal_table"" WHERE ""silver""=0 AND ""gold""=1;",2-16864441-1 "What is the highest Total, when Gold is 1, when Nation is Hungary, and when Bronze is less than 0?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""total"") FROM ""medal_table"" WHERE ""gold""=1 AND ""nation""='hungary' AND ""bronze""<0;",2-16864441-1 What is the Year of the Film Belle of the Nineties?,"CREATE TABLE ""filmography"" ( ""year"" real, ""film"" text, ""role"" text, ""director"" text, ""studio"" text );","SELECT ""year"" FROM ""filmography"" WHERE ""film""='belle of the nineties';",2-173082-3 What is the Year of the Film Klondike Annie?,"CREATE TABLE ""filmography"" ( ""year"" real, ""film"" text, ""role"" text, ""director"" text, ""studio"" text );","SELECT SUM(""year"") FROM ""filmography"" WHERE ""film""='klondike annie';",2-173082-3 What is the Studio of the Film with Director Gregory Ratoff after 1933?,"CREATE TABLE ""filmography"" ( ""year"" real, ""film"" text, ""role"" text, ""director"" text, ""studio"" text );","SELECT ""studio"" FROM ""filmography"" WHERE ""year"">1933 AND ""director""='gregory ratoff';",2-173082-3 Which label has a year older than 2004 and a 2xcd detail as well as the sonic seducer cold hands seduction vol. 69 title?,"CREATE TABLE ""discography"" ( ""title"" text, ""details"" text, ""track_title"" text, ""label"" text, ""year"" real );","SELECT ""label"" FROM ""discography"" WHERE ""year"">2004 AND ""details""='2xcd' AND ""title""='sonic seducer cold hands seduction vol. 69';",2-17167467-3 Which details has the out of line label and the year of 2005?,"CREATE TABLE ""discography"" ( ""title"" text, ""details"" text, ""track_title"" text, ""label"" text, ""year"" real );","SELECT ""details"" FROM ""discography"" WHERE ""label""='out of line' AND ""year""=2005;",2-17167467-3 What average year contains the title of machineries of joy vol. 4?,"CREATE TABLE ""discography"" ( ""title"" text, ""details"" text, ""track_title"" text, ""label"" text, ""year"" real );","SELECT AVG(""year"") FROM ""discography"" WHERE ""title""='machineries of joy vol. 4';",2-17167467-3 Which track title has a year lesser thsn 2005?,"CREATE TABLE ""discography"" ( ""title"" text, ""details"" text, ""track_title"" text, ""label"" text, ""year"" real );","SELECT ""track_title"" FROM ""discography"" WHERE ""year""<2005;",2-17167467-3 "Which college has a pick less than 25, an overall greater than 159, a round less than 10, and wr as the position?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""washington_redskins_draft_history"" WHERE ""pick""<25 AND ""overall"">159 AND ""round""<10 AND ""position""='wr';",2-17100961-48 "What is the average overall that has a pick less than 20, North Carolina as the college, with a round less than 8?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""pick""<20 AND ""college""='north carolina' AND ""round""<8;",2-17100961-48 "How many overalls have a pick greater than 19, with florida as the college?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""pick"">19 AND ""college""='florida';",2-17100961-48 "What college has an overall less than 243, and tony green as the name?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""washington_redskins_draft_history"" WHERE ""overall""<243 AND ""name""='tony green';",2-17100961-48 Which Large end has a Taper/ft smaller than 0.6000000000000001?,"CREATE TABLE ""jarno_tapers"" ( ""taper"" text, ""large_end"" real, ""small_end"" real, ""length"" real, ""taper_ft"" real, ""taper_in"" real, ""angle_from_center"" real );","SELECT COUNT(""large_end"") FROM ""jarno_tapers"" WHERE ""taper_ft""<0.6000000000000001;",2-1646586-3 "Which Taper/ft that has a Large end smaller than 0.5, and a Taper of #2?","CREATE TABLE ""jarno_tapers"" ( ""taper"" text, ""large_end"" real, ""small_end"" real, ""length"" real, ""taper_ft"" real, ""taper_in"" real, ""angle_from_center"" real );","SELECT MAX(""taper_ft"") FROM ""jarno_tapers"" WHERE ""large_end""<0.5 AND ""taper""='#2';",2-1646586-3 "Which Taper/in that has a Small end larger than 0.7000000000000001, and a Taper of #19, and a Large end larger than 2.375?","CREATE TABLE ""jarno_tapers"" ( ""taper"" text, ""large_end"" real, ""small_end"" real, ""length"" real, ""taper_ft"" real, ""taper_in"" real, ""angle_from_center"" real );","SELECT MIN(""taper_in"") FROM ""jarno_tapers"" WHERE ""small_end"">0.7000000000000001 AND ""taper""='#19' AND ""large_end"">2.375;",2-1646586-3 "Which Length has a Taper of #15, and a Large end larger than 1.875?","CREATE TABLE ""jarno_tapers"" ( ""taper"" text, ""large_end"" real, ""small_end"" real, ""length"" real, ""taper_ft"" real, ""taper_in"" real, ""angle_from_center"" real );","SELECT MAX(""length"") FROM ""jarno_tapers"" WHERE ""taper""='#15' AND ""large_end"">1.875;",2-1646586-3 Which Angle from center/° has a Taper/ft smaller than 0.6000000000000001?,"CREATE TABLE ""jarno_tapers"" ( ""taper"" text, ""large_end"" real, ""small_end"" real, ""length"" real, ""taper_ft"" real, ""taper_in"" real, ""angle_from_center"" real );","SELECT COUNT(""angle_from_center"") FROM ""jarno_tapers"" WHERE ""taper_ft""<0.6000000000000001;",2-1646586-3 What driver had the highest grid position with a time of +0.283?,"CREATE TABLE ""supersport_race_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""supersport_race_classification"" WHERE ""time""='+0.283';",2-17004028-3 What is the most number of laps run by Ilario Dionisi?,"CREATE TABLE ""supersport_race_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT MAX(""laps"") FROM ""supersport_race_classification"" WHERE ""rider""='ilario dionisi';",2-17004028-3 What is the total of laps run by the driver with a grid under 17 and a time of +5.088?,"CREATE TABLE ""supersport_race_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT SUM(""laps"") FROM ""supersport_race_classification"" WHERE ""time""='+5.088' AND ""grid""<17;",2-17004028-3 "What is the driver with the laps under 16, grid of 10, a bike of Yamaha YZF-R6, and ended with an accident?","CREATE TABLE ""supersport_race_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""rider"" FROM ""supersport_race_classification"" WHERE ""laps""<16 AND ""time""='accident' AND ""bike""='yamaha yzf-r6' AND ""grid""=10;",2-17004028-3 Who scored more than 72?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""score"">72;",2-17231232-4 What is the top score for tsuneyuki nakajima?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT MAX(""score"") FROM ""first_round"" WHERE ""player""='tsuneyuki nakajima';",2-17231232-4 What is the low score for TO par +2 in japan?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT MIN(""score"") FROM ""first_round"" WHERE ""to_par""='+2' AND ""country""='japan';",2-17231232-4 What is Anders Forsbrand's Place?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real );","SELECT ""place"" FROM ""second_round"" WHERE ""player""='anders forsbrand';",2-17162255-5 What is the T8 Place Player?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real );","SELECT ""player"" FROM ""second_round"" WHERE ""place""='t8';",2-17162255-5 What is the To par of the Player with a Score of 70-71=141?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real );","SELECT AVG(""to_par"") FROM ""second_round"" WHERE ""score""='70-71=141';",2-17162255-5 Which Partner has Opponents in the final of john bromwich frank sedgman?,"CREATE TABLE ""doubles"" ( ""year"" real, ""championship"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""partner"" FROM ""doubles"" WHERE ""opponents_in_the_final""='john bromwich frank sedgman';",2-1639306-3 "Which Opponents in the final have a Score of 4–6, 6–4, 2–6, 4–6?","CREATE TABLE ""doubles"" ( ""year"" real, ""championship"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""opponents_in_the_final"" FROM ""doubles"" WHERE ""score""='4–6, 6–4, 2–6, 4–6';",2-1639306-3 "Which Year has a Score of 5–7, 4–6, 6–3, 1–6?","CREATE TABLE ""doubles"" ( ""year"" real, ""championship"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""year"" FROM ""doubles"" WHERE ""score""='5–7, 4–6, 6–3, 1–6';",2-1639306-3 "Which Championship has a Score of 2–6, 4–6, 4–6?","CREATE TABLE ""doubles"" ( ""year"" real, ""championship"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""championship"" FROM ""doubles"" WHERE ""score""='2–6, 4–6, 4–6';",2-1639306-3 Which Score has Opponents in the final of john bromwich frank sedgman?,"CREATE TABLE ""doubles"" ( ""year"" real, ""championship"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""score"" FROM ""doubles"" WHERE ""opponents_in_the_final""='john bromwich frank sedgman';",2-1639306-3 "Which Opponent has a Date of november 17, 1963?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""season_schedule"" WHERE ""date""='november 17, 1963';",2-16982973-1 Which Opponent has a Result of l 14–10?,"CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""season_schedule"" WHERE ""result""='l 14–10';",2-16982973-1 "Which Result has a Week smaller than 11, and Attendance of 17,568?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""season_schedule"" WHERE ""week""<11 AND ""attendance""='17,568';",2-16982973-1 Which Opponent has a Result of w 19–10?,"CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""season_schedule"" WHERE ""result""='w 19–10';",2-16982973-1 What is the average goals for Essi Sainio?,"CREATE TABLE ""league_statistics"" ( ""number"" real, ""name"" text, ""position"" text, ""matches"" real, ""goals"" real, ""penalties"" real );","SELECT AVG(""goals"") FROM ""league_statistics"" WHERE ""name""='essi sainio';",2-16776312-6 Who were the champions in 1988?,"CREATE TABLE ""doubles"" ( ""location"" text, ""year"" real, ""champion"" text, ""runner_up"" text, ""score"" text );","SELECT ""champion"" FROM ""doubles"" WHERE ""year""=1988;",2-16236714-2 Who was the runner-up in 1989?,"CREATE TABLE ""doubles"" ( ""location"" text, ""year"" real, ""champion"" text, ""runner_up"" text, ""score"" text );","SELECT ""runner_up"" FROM ""doubles"" WHERE ""year""=1989;",2-16236714-2 "What is the lowest December, when Score is ""4 - 4""?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT MIN(""december"") FROM ""schedule_and_results"" WHERE ""score""='4 - 4';",2-17310913-4 "What is Record, when Game is ""24""?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""record"" FROM ""schedule_and_results"" WHERE ""game""=24;",2-17310913-4 "What is Opponent, when Game is ""37""?","CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""december"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule_and_results"" WHERE ""game""=37;",2-17310913-4 How many spectators attended the game on 11/09/1935?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""date""='11/09/1935';",2-16518708-4 Who was the opponent against which the result was w20-0?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""result""='w20-0';",2-16518708-4 On which date was the result w20-0?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""result""='w20-0';",2-16518708-4 How many spectators attended the game that ended in a result of w29-7?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""result""='w29-7';",2-16518708-4 Which Place has a To par of –8?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""place"" FROM ""final_round"" WHERE ""to_par""='–8';",2-16514575-7 Which Score has a Place of 3?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""score"" FROM ""final_round"" WHERE ""place""='3';",2-16514575-7 Which average money has a Score of 69-72-72-72=285?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT AVG(""money"") FROM ""final_round"" WHERE ""score""='69-72-72-72=285';",2-16514575-7 "Which Score has a Place of t6, and a Country of paraguay?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""score"" FROM ""final_round"" WHERE ""place""='t6' AND ""country""='paraguay';",2-16514575-7 What are the total rounds for the texas college and has a pick smaller than 25?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""round"") FROM ""washington_redskins_draft_history"" WHERE ""college""='texas' AND ""pick""<25;",2-17100961-58 What top round has a pick smaller than 2?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""round"") FROM ""washington_redskins_draft_history"" WHERE ""pick""<2;",2-17100961-58 WHAT IS THE RESULT WITH A SCORE OF 70-73?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""result"" FROM ""playoffs"" WHERE ""score""='70-73';",2-17121669-6 What is the date with score of 66-62?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""date"" FROM ""playoffs"" WHERE ""score""='66-62';",2-17121669-6 WHAT IS THE SCORE WITH A RECORD OF 1-0?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""score"" FROM ""playoffs"" WHERE ""record""='1-0';",2-17121669-6 WHAT IS THE OPPONENT WITH A SCORE OF 72-63?,"CREATE TABLE ""playoffs"" ( ""date"" text, ""opponent"" text, ""score"" text, ""result"" text, ""record"" text );","SELECT ""opponent"" FROM ""playoffs"" WHERE ""score""='72-63';",2-17121669-6 What is the weight number when the distance was 5 ½ f?,"CREATE TABLE ""1928_29_season_as_a_two_year_old"" ( ""result"" text, ""race"" text, ""distance"" text, ""weight"" real, ""winner_or_2nd"" text, ""pos_n"" text );","SELECT COUNT(""weight"") FROM ""1928_29_season_as_a_two_year_old"" WHERE ""distance""='5 ½ f';",2-174003-1 What was the distance when the weight was 6.11?,"CREATE TABLE ""1928_29_season_as_a_two_year_old"" ( ""result"" text, ""race"" text, ""distance"" text, ""weight"" real, ""winner_or_2nd"" text, ""pos_n"" text );","SELECT ""distance"" FROM ""1928_29_season_as_a_two_year_old"" WHERE ""weight""=6.11;",2-174003-1 What was the race when the winner of 2nd was Voleuse?,"CREATE TABLE ""1928_29_season_as_a_two_year_old"" ( ""result"" text, ""race"" text, ""distance"" text, ""weight"" real, ""winner_or_2nd"" text, ""pos_n"" text );","SELECT ""race"" FROM ""1928_29_season_as_a_two_year_old"" WHERE ""winner_or_2nd""='voleuse';",2-174003-1 "What was the name of the winner or 2nd when the result was –, and weight was 6.7?","CREATE TABLE ""1928_29_season_as_a_two_year_old"" ( ""result"" text, ""race"" text, ""distance"" text, ""weight"" real, ""winner_or_2nd"" text, ""pos_n"" text );","SELECT ""winner_or_2nd"" FROM ""1928_29_season_as_a_two_year_old"" WHERE ""result""='–' AND ""weight""=6.7;",2-174003-1 "What is the largest weight wth a Result of –, and a Distance of 7f?","CREATE TABLE ""1928_29_season_as_a_two_year_old"" ( ""result"" text, ""race"" text, ""distance"" text, ""weight"" real, ""winner_or_2nd"" text, ""pos_n"" text );","SELECT MAX(""weight"") FROM ""1928_29_season_as_a_two_year_old"" WHERE ""result""='–' AND ""distance""='7f';",2-174003-1 "What is the the name of the winner or 2nd with a weight more than 7.3, and the result was –?","CREATE TABLE ""1928_29_season_as_a_two_year_old"" ( ""result"" text, ""race"" text, ""distance"" text, ""weight"" real, ""winner_or_2nd"" text, ""pos_n"" text );","SELECT ""winner_or_2nd"" FROM ""1928_29_season_as_a_two_year_old"" WHERE ""weight"">7.3 AND ""result""='–';",2-174003-1 "What is the total number of Total, when Silver is 1, and when Bronze is 7?","CREATE TABLE ""medal_count"" ( ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" real );","SELECT COUNT(""total"") FROM ""medal_count"" WHERE ""silver""='1' AND ""bronze""='7';",2-1636806-2 "What is Bronze, when Silver is 2, and when Nation is Italy?","CREATE TABLE ""medal_count"" ( ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" real );","SELECT ""bronze"" FROM ""medal_count"" WHERE ""silver""='2' AND ""nation""='italy';",2-1636806-2 "What is Gold, when Total is 6?","CREATE TABLE ""medal_count"" ( ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" real );","SELECT ""gold"" FROM ""medal_count"" WHERE ""total""=6;",2-1636806-2 "What is Gold, when Silver is 5, and when Nation is Belgium?","CREATE TABLE ""medal_count"" ( ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" real );","SELECT ""gold"" FROM ""medal_count"" WHERE ""silver""='5' AND ""nation""='belgium';",2-1636806-2 "What is Gold, when Bronze is 11?","CREATE TABLE ""medal_count"" ( ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" real );","SELECT ""gold"" FROM ""medal_count"" WHERE ""bronze""='11';",2-1636806-2 Which poll source determined undecided of 5% and Jim DeMint (R) of 58%?,"CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""jim_de_mint_r"" text, ""alvin_greene_d"" text, ""tom_clements_g"" text, ""other"" text, ""undecided"" text );","SELECT ""poll_source"" FROM ""polling"" WHERE ""undecided""='5%' AND ""jim_de_mint_r""='58%';",2-16299161-2 Which poll source had an other of 15%?,"CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""jim_de_mint_r"" text, ""alvin_greene_d"" text, ""tom_clements_g"" text, ""other"" text, ""undecided"" text );","SELECT ""poll_source"" FROM ""polling"" WHERE ""other""='15%';",2-16299161-2 What was the vote for Alvin Green when other was 9%?,"CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""jim_de_mint_r"" text, ""alvin_greene_d"" text, ""tom_clements_g"" text, ""other"" text, ""undecided"" text );","SELECT ""alvin_greene_d"" FROM ""polling"" WHERE ""other""='9%';",2-16299161-2 What was the vote for Alvin Green when Jim DeMint was 62%?,"CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""jim_de_mint_r"" text, ""alvin_greene_d"" text, ""tom_clements_g"" text, ""other"" text, ""undecided"" text );","SELECT ""alvin_greene_d"" FROM ""polling"" WHERE ""jim_de_mint_r""='62%';",2-16299161-2 What was the vote for Alvin Green when other was 9%?,"CREATE TABLE ""polling"" ( ""poll_source"" text, ""dates_administered"" text, ""jim_de_mint_r"" text, ""alvin_greene_d"" text, ""tom_clements_g"" text, ""other"" text, ""undecided"" text );","SELECT ""alvin_greene_d"" FROM ""polling"" WHERE ""other""='9%';",2-16299161-2 What is the Place of the Player with a To par of –1?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""place"" FROM ""final_leaderboard"" WHERE ""to_par""='–1';",2-17290223-1 What is the Place of the Player with Money greater than 300 and a Score of 71-69-70-70=280?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""place"" FROM ""final_leaderboard"" WHERE ""money"">300 AND ""score""='71-69-70-70=280';",2-17290223-1 What is the Score of the game of the Player in Place 4?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""score"" FROM ""final_leaderboard"" WHERE ""place""='4';",2-17290223-1 What is the To par of the Player with a Score of 73-70-71-72=286?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_leaderboard"" WHERE ""score""='73-70-71-72=286';",2-17290223-1 What is the To par of the 4 Place Player?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_leaderboard"" WHERE ""place""='4';",2-17290223-1 What is the Money of the Player in Place 5?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT SUM(""money"") FROM ""final_leaderboard"" WHERE ""place""='5';",2-17290223-1 "Who was the arranger of ""ขอโทษ""?","CREATE TABLE ""track_listing"" ( ""title"" text, ""lyricist_s"" text, ""composer_s"" text, ""arranger_s"" text, ""length"" text );","SELECT ""arranger_s"" FROM ""track_listing"" WHERE ""title""='\""ขอโทษ\""';",2-17308321-1 Who was the arranger for the song that had a lyricist of Sirapatara Kalayapanid?,"CREATE TABLE ""track_listing"" ( ""title"" text, ""lyricist_s"" text, ""composer_s"" text, ""arranger_s"" text, ""length"" text );","SELECT ""arranger_s"" FROM ""track_listing"" WHERE ""lyricist_s""='sirapatara kalayapanid';",2-17308321-1 "Who was the composer of ""ขอโทษ""?","CREATE TABLE ""track_listing"" ( ""title"" text, ""lyricist_s"" text, ""composer_s"" text, ""arranger_s"" text, ""length"" text );","SELECT ""composer_s"" FROM ""track_listing"" WHERE ""title""='\""ขอโทษ\""';",2-17308321-1 "What is the lowest Bush#, when Bush% is ""65.4%""?","CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT MIN(""bushnum"") FROM ""by_county"" WHERE ""bushpct""='65.4%';",2-1733457-1 "What is the lowest Kerry#, when Others# is ""106"", and when Bush# is less than 3,188?","CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT MIN(""kerrynum"") FROM ""by_county"" WHERE ""othersnum""=106 AND ""bushnum""<'3,188';",2-1733457-1 "What is the highest Bush#, when Others% is ""1.7%"", when Others# is less than 75, and when Kerry# is greater than 1,524?","CREATE TABLE ""by_county"" ( ""county"" text, ""kerrypct"" text, ""kerrynum"" real, ""bushpct"" text, ""bushnum"" real, ""otherspct"" text, ""othersnum"" real );","SELECT MAX(""bushnum"") FROM ""by_county"" WHERE ""otherspct""='1.7%' AND ""othersnum""<75 AND ""kerrynum"">'1,524';",2-1733457-1 When did Manchester United play against Bristol City with an H/A of A?,"CREATE TABLE ""pre_season_and_friendlies"" ( ""date"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""date"" FROM ""pre_season_and_friendlies"" WHERE ""h_a""='a' AND ""opponents""='bristol city';",2-17577104-1 How many people attended the match when Manchester United played against the Hearts?,"CREATE TABLE ""pre_season_and_friendlies"" ( ""date"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""pre_season_and_friendlies"" WHERE ""opponents""='hearts';",2-17577104-1 What is the average number of weeks that the opponent was the Denver Broncos?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT AVG(""week"") FROM ""schedule"" WHERE ""opponent""='denver broncos';",2-16765033-2 "What was the result of the game played on November 23, 2003?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""date""='november 23, 2003';",2-16765033-2 What was the kickoff time on week 1?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT ""kickoff_time"" FROM ""schedule"" WHERE ""week""=1;",2-16765033-2 Can you tell me the sum of FA Cup Goals that has the League Cup Goals larger than 0?,"CREATE TABLE ""appearances_and_goals"" ( ""squad_no"" real, ""name"" text, ""position"" text, ""league_apps"" text, ""league_goals"" real, ""fa_cup_apps"" text, ""fa_cup_goals"" real, ""league_cup_apps"" text, ""league_cup_goals"" real, ""total_apps"" text, ""total_goals"" real );","SELECT SUM(""fa_cup_goals"") FROM ""appearances_and_goals"" WHERE ""league_cup_goals"">0;",2-17610752-1 "what is the english translation when the Language is english, Draw is smaller than 16, and the Artist is aysel and arash?","CREATE TABLE ""semi_final_2"" ( ""draw"" real, ""language"" text, ""artist"" text, ""song"" text, ""english_translation"" text, ""place"" real, ""points"" real );","SELECT ""english_translation"" FROM ""semi_final_2"" WHERE ""language""='english' AND ""draw""<16 AND ""artist""='aysel and arash';",2-17524651-3 "What is the average Points when the artist is kamil mikulčík and nela, and the Place is larger than 18?","CREATE TABLE ""semi_final_2"" ( ""draw"" real, ""language"" text, ""artist"" text, ""song"" text, ""english_translation"" text, ""place"" real, ""points"" real );","SELECT AVG(""points"") FROM ""semi_final_2"" WHERE ""artist""='kamil mikulčík and nela' AND ""place"">18;",2-17524651-3 what is the place when the draw is less than 12 and the artist is quartissimo feat. martina?,"CREATE TABLE ""semi_final_2"" ( ""draw"" real, ""language"" text, ""artist"" text, ""song"" text, ""english_translation"" text, ""place"" real, ""points"" real );","SELECT SUM(""place"") FROM ""semi_final_2"" WHERE ""draw""<12 AND ""artist""='quartissimo feat. martina';",2-17524651-3 What is the date amer sulaiman won?,"CREATE TABLE ""season_3"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""date"" FROM ""season_3"" WHERE ""winner""='amer sulaiman';",2-17282079-3 "What event has a $248,004 prize?","CREATE TABLE ""season_3"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""event"" FROM ""season_3"" WHERE ""prize""='$248,004';",2-17282079-3 "What is the date of the event with a $322,280 prize?","CREATE TABLE ""season_3"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""date"" FROM ""season_3"" WHERE ""prize""='$322,280';",2-17282079-3 What event is in florianopolis?,"CREATE TABLE ""season_3"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""event"" FROM ""season_3"" WHERE ""city""='florianopolis';",2-17282079-3 Who is the winner in the city of lima?,"CREATE TABLE ""season_3"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""winner"" FROM ""season_3"" WHERE ""city""='lima';",2-17282079-3 Alton Lister Category:Articles with hCards has what as the listed years?,"CREATE TABLE ""l"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" text, ""position"" text, ""years"" text, ""from"" text );","SELECT ""years"" FROM ""l"" WHERE ""player""='alton lister category:articles with hcards';",2-16772687-12 Tom Lagarde Category:Articles with hCards used what Jersey Number(s)?,"CREATE TABLE ""l"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" text, ""position"" text, ""years"" text, ""from"" text );","SELECT ""jersey_number_s"" FROM ""l"" WHERE ""player""='tom lagarde category:articles with hcards';",2-16772687-12 The player from Alief Elsik Hs has what as a nationality?,"CREATE TABLE ""l"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" text, ""position"" text, ""years"" text, ""from"" text );","SELECT ""nationality"" FROM ""l"" WHERE ""from""='alief elsik hs';",2-16772687-12 Bob Love Category:Articles with hCards is from where?,"CREATE TABLE ""l"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" text, ""position"" text, ""years"" text, ""from"" text );","SELECT ""from"" FROM ""l"" WHERE ""player""='bob love category:articles with hcards';",2-16772687-12 What is the fastest lap for Seiji Ara?,"CREATE TABLE ""calendar"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""fastest_lap"" FROM ""calendar"" WHERE ""winning_driver""='seiji ara';",2-16670746-2 On what date does Yuji Tachikawa have the fastest lap in round 1?,"CREATE TABLE ""calendar"" ( ""round"" real, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""date"" FROM ""calendar"" WHERE ""fastest_lap""='yuji tachikawa' AND ""round""=1;",2-16670746-2 In which venue did he place 3rd in the World Race Walking Cup?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""competition""='world race walking cup' AND ""position""='3rd';",2-17357472-1 What were the notes when his position was 10th?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""notes"" FROM ""achievements"" WHERE ""position""='10th';",2-17357472-1 In which year did he compete in the Universiade?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""year"" FROM ""achievements"" WHERE ""competition""='universiade';",2-17357472-1 Which Player has Years for Grizzlies of 2002-2003?,"CREATE TABLE ""b"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_for_grizzlies"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""b"" WHERE ""years_for_grizzlies""='2002-2003';",2-16494599-2 Which Player has position of power forward and School/Club Team of Depaul?,"CREATE TABLE ""b"" ( ""player"" text, ""nationality"" text, ""position"" text, ""years_for_grizzlies"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""b"" WHERE ""position""='power forward' AND ""school_club_team""='depaul';",2-16494599-2 "What is Nation, when Rank is greater than 2, when Total is greater than 1, and when Bronze is less than 3?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""nation"" FROM ""medal_table"" WHERE ""rank"">2 AND ""total"">1 AND ""bronze""<3;",2-16279834-3 "What is the average Silver, when Rank is 5, and when Bronze is less than 1?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""silver"") FROM ""medal_table"" WHERE ""rank""=5 AND ""bronze""<1;",2-16279834-3 "What is the lowest Rank, when Nation is Great Britain, and when Bronze is less than 1?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""rank"") FROM ""medal_table"" WHERE ""nation""='great britain' AND ""bronze""<1;",2-16279834-3 "What is the total number of Gold, when Silver is 2, and when Total is less than 7?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medal_table"" WHERE ""silver""=2 AND ""total""<7;",2-16279834-3 "What is the lowest Gold, when Nation is Canada, and when Rank is greater than 4?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""gold"") FROM ""medal_table"" WHERE ""nation""='canada' AND ""rank"">4;",2-16279834-3 "What is Nation, when Model is M1895 & M1897 Carbine?","CREATE TABLE ""comparison_of_service_rifles"" ( ""nation"" text, ""model"" text, ""length"" text, ""barrel_length"" text, ""weight"" text );","SELECT ""nation"" FROM ""comparison_of_service_rifles"" WHERE ""model""='m1895 & m1897 carbine';",2-17275-1 "What is Weight, when Length is 1168mm / 46 in?","CREATE TABLE ""comparison_of_service_rifles"" ( ""nation"" text, ""model"" text, ""length"" text, ""barrel_length"" text, ""weight"" text );","SELECT ""weight"" FROM ""comparison_of_service_rifles"" WHERE ""length""='1168mm / 46 in';",2-17275-1 "What is Length, when Barrel Length is 750mm / 29.5 in?","CREATE TABLE ""comparison_of_service_rifles"" ( ""nation"" text, ""model"" text, ""length"" text, ""barrel_length"" text, ""weight"" text );","SELECT ""length"" FROM ""comparison_of_service_rifles"" WHERE ""barrel_length""='750mm / 29.5 in';",2-17275-1 What is the decision of the game on January 13?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""decision"" FROM ""regular_season"" WHERE ""date""='january 13';",2-17511295-6 What was the sum of the ranks for Japan who had less than 5 bronze medals and more than 3 silvers?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""country"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""rank"") FROM ""medal_table"" WHERE ""bronze""<5 AND ""country""='japan' AND ""silver"">3;",2-17378237-2 What is the lowest total medals for the united states who had more than 11 silver medals?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""country"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""medal_table"" WHERE ""country""='united states' AND ""silver"">11;",2-17378237-2 What is the sum of the bronze medals when there were more than 2 silver medals and a rank larger than 6?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""country"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""silver"">2 AND ""rank"">6;",2-17378237-2 What was the highest points when the second was 4?,"CREATE TABLE ""riders"" ( ""position"" real, ""driver_passenger"" text, ""equipment"" text, ""points"" real, ""wins"" text, ""second"" text, ""third"" text );","SELECT MAX(""points"") FROM ""riders"" WHERE ""second""='4';",2-16746295-4 "Who was the driver/passengar when the position was smaller than 8, the third was 1, and there was 1 win?","CREATE TABLE ""riders"" ( ""position"" real, ""driver_passenger"" text, ""equipment"" text, ""points"" real, ""wins"" text, ""second"" text, ""third"" text );","SELECT ""driver_passenger"" FROM ""riders"" WHERE ""third""='1' AND ""position""<8 AND ""wins""='1';",2-16746295-4 What was the 100m that the 110H was less than 14.52 and the 400m was more than 47.3?,"CREATE TABLE ""athletics"" ( ""athlete"" text, ""event"" text, ""100_m"" real, ""400_m"" real, ""110_h"" real, ""1500_m"" text, ""final"" real );","SELECT AVG(""100_m"") FROM ""athletics"" WHERE ""110_h""<14.52 AND ""400_m"">47.3;",2-17210476-5 What was the final for Mikalai Shubianok who had a 110H less than 908?,"CREATE TABLE ""athletics"" ( ""athlete"" text, ""event"" text, ""100_m"" real, ""400_m"" real, ""110_h"" real, ""1500_m"" text, ""final"" real );","SELECT SUM(""final"") FROM ""athletics"" WHERE ""athlete""='mikalai shubianok' AND ""110_h""<908;",2-17210476-5 What was the 110H that the 1500m was 692 and the final was more than 7906?,"CREATE TABLE ""athletics"" ( ""athlete"" text, ""event"" text, ""100_m"" real, ""400_m"" real, ""110_h"" real, ""1500_m"" text, ""final"" real );","SELECT COUNT(""110_h"") FROM ""athletics"" WHERE ""1500_m""='692' AND ""final"">7906;",2-17210476-5 "What was the 400m that had a 110H greater than 14.21, a final of more than 7838, and having result in events?","CREATE TABLE ""athletics"" ( ""athlete"" text, ""event"" text, ""100_m"" real, ""400_m"" real, ""110_h"" real, ""1500_m"" text, ""final"" real );","SELECT COUNT(""400_m"") FROM ""athletics"" WHERE ""event""='result' AND ""110_h"">14.21 AND ""final"">7838;",2-17210476-5 "Can you tell me the lowest Points won that has the Total matches of 4, and the Total W-L-H of 4-0-0?","CREATE TABLE ""solheim_cup_record"" ( ""year"" text, ""total_matches"" real, ""total_w_l_h"" text, ""points_won"" real, ""points_pct"" text );","SELECT MIN(""points_won"") FROM ""solheim_cup_record"" WHERE ""total_matches""=4 AND ""total_w_l_h""='4-0-0';",2-1631887-4 "Can you tell me the lowest Total natches that has the Points won of 3, and the Year of 1994?","CREATE TABLE ""solheim_cup_record"" ( ""year"" text, ""total_matches"" real, ""total_w_l_h"" text, ""points_won"" real, ""points_pct"" text );","SELECT MIN(""total_matches"") FROM ""solheim_cup_record"" WHERE ""points_won""=3 AND ""year""='1994';",2-1631887-4 "What is Team, when Replaced By is ""Jesús Ramírez""?","CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""team"" FROM ""managerial_changes"" WHERE ""replaced_by""='jesús ramírez';",2-17384746-3 "What is Position in Table, when Replaced By is ""Sergio Bueno""?","CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""position_in_table"" FROM ""managerial_changes"" WHERE ""replaced_by""='sergio bueno';",2-17384746-3 "What is Manner of Departure, when Outgoing Manager is ""Luis Fernando Tena""?","CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""manner_of_departure"" FROM ""managerial_changes"" WHERE ""outgoing_manager""='luis fernando tena';",2-17384746-3 "What is Position in Table, when Team is ""Morelia""?","CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""position_in_table"" FROM ""managerial_changes"" WHERE ""team""='morelia';",2-17384746-3 "What is Team, when Replaced By is ""Omar Arellano""?","CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""team"" FROM ""managerial_changes"" WHERE ""replaced_by""='omar arellano';",2-17384746-3 "What is Position in Table, when Replaced by is ""José Pekerman""?","CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text, ""position_in_table"" text );","SELECT ""position_in_table"" FROM ""managerial_changes"" WHERE ""replaced_by""='josé pekerman';",2-17384746-3 Which episode 4 has a Star of anna powierza?,"CREATE TABLE ""scores"" ( ""star"" text, ""episode_2"" real, ""episode_3"" text, ""episode_4"" text, ""episode_5"" text, ""episode_6"" text, ""episode_7"" text, ""episode_8"" text );","SELECT ""episode_4"" FROM ""scores"" WHERE ""star""='anna powierza';",2-16981801-2 What team has a home city of Koprivnica?,"CREATE TABLE ""summaries"" ( ""team"" text, ""manager"" text, ""home_city"" text, ""stadium"" text, ""capacity"" real );","SELECT ""team"" FROM ""summaries"" WHERE ""home_city""='koprivnica';",2-17573987-1 What team that has a Home city of Zadar?,"CREATE TABLE ""summaries"" ( ""team"" text, ""manager"" text, ""home_city"" text, ""stadium"" text, ""capacity"" real );","SELECT ""team"" FROM ""summaries"" WHERE ""home_city""='zadar';",2-17573987-1 What is the stadium of the NK Zagreb?,"CREATE TABLE ""summaries"" ( ""team"" text, ""manager"" text, ""home_city"" text, ""stadium"" text, ""capacity"" real );","SELECT ""stadium"" FROM ""summaries"" WHERE ""team""='nk zagreb';",2-17573987-1 What team has a home city of Velika?,"CREATE TABLE ""summaries"" ( ""team"" text, ""manager"" text, ""home_city"" text, ""stadium"" text, ""capacity"" real );","SELECT ""team"" FROM ""summaries"" WHERE ""home_city""='velika';",2-17573987-1 What is the City of license with a 88.7 fm frequency,"CREATE TABLE ""s_rebroadcaster_of_ckyl"" ( ""city_of_license"" text, ""identifier"" text, ""frequency"" text, ""power"" text, ""class"" text, ""rec_net"" text );","SELECT ""city_of_license"" FROM ""s_rebroadcaster_of_ckyl"" WHERE ""frequency""='88.7 fm';",2-16296982-1 what is the Power with 88.5 fm Frequency,"CREATE TABLE ""s_rebroadcaster_of_ckyl"" ( ""city_of_license"" text, ""identifier"" text, ""frequency"" text, ""power"" text, ""class"" text, ""rec_net"" text );","SELECT ""power"" FROM ""s_rebroadcaster_of_ckyl"" WHERE ""frequency""='88.5 fm';",2-16296982-1 "what is the City of license that has a 1,400 watts Power","CREATE TABLE ""s_rebroadcaster_of_ckyl"" ( ""city_of_license"" text, ""identifier"" text, ""frequency"" text, ""power"" text, ""class"" text, ""rec_net"" text );","SELECT ""city_of_license"" FROM ""s_rebroadcaster_of_ckyl"" WHERE ""power""='1,400 watts';",2-16296982-1 what is the Identifier with 94.9 fm Frequency,"CREATE TABLE ""s_rebroadcaster_of_ckyl"" ( ""city_of_license"" text, ""identifier"" text, ""frequency"" text, ""power"" text, ""class"" text, ""rec_net"" text );","SELECT ""identifier"" FROM ""s_rebroadcaster_of_ckyl"" WHERE ""frequency""='94.9 fm';",2-16296982-1 what is the Frequency that has a fairview City of license,"CREATE TABLE ""s_rebroadcaster_of_ckyl"" ( ""city_of_license"" text, ""identifier"" text, ""frequency"" text, ""power"" text, ""class"" text, ""rec_net"" text );","SELECT ""frequency"" FROM ""s_rebroadcaster_of_ckyl"" WHERE ""city_of_license""='fairview';",2-16296982-1 "what is the City of license that has a 1,400 watts Power","CREATE TABLE ""s_rebroadcaster_of_ckyl"" ( ""city_of_license"" text, ""identifier"" text, ""frequency"" text, ""power"" text, ""class"" text, ""rec_net"" text );","SELECT ""city_of_license"" FROM ""s_rebroadcaster_of_ckyl"" WHERE ""power""='1,400 watts';",2-16296982-1 "How much Loss has a Gain smaller than 1571, and a Long smaller than 47, and an Avg/G of 36.4?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT COUNT(""loss"") FROM ""rushing"" WHERE ""gain""<1571 AND ""long""<47 AND ""avg_g""=36.4;",2-17161431-5 "Which Avg/G has a Name of david allen, and a Gain larger than 371?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT AVG(""avg_g"") FROM ""rushing"" WHERE ""name""='david allen' AND ""gain"">371;",2-17161431-5 "Which Avg/G is the lowest one that has a Long smaller than 47, and a Name of frank murphy, and a Gain smaller than 569?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT MIN(""avg_g"") FROM ""rushing"" WHERE ""long""<47 AND ""name""='frank murphy' AND ""gain""<569;",2-17161431-5 "How much Avg/G has a Gain smaller than 1571, and a Long smaller than 46?","CREATE TABLE ""rushing"" ( ""name"" text, ""gain"" real, ""loss"" real, ""long"" real, ""avg_g"" real );","SELECT COUNT(""avg_g"") FROM ""rushing"" WHERE ""gain""<1571 AND ""long""<46;",2-17161431-5 Can you tell me the highest Capacity that has the Team of torpedo?,"CREATE TABLE ""teams_and_venues"" ( ""team"" text, ""location"" text, ""venue"" text, ""capacity"" real, ""position_in_2005"" text );","SELECT MAX(""capacity"") FROM ""teams_and_venues"" WHERE ""team""='torpedo';",2-17503189-1 Can you tell me the Capacity that has the Position in 2005 of 8?,"CREATE TABLE ""teams_and_venues"" ( ""team"" text, ""location"" text, ""venue"" text, ""capacity"" real, ""position_in_2005"" text );","SELECT ""capacity"" FROM ""teams_and_venues"" WHERE ""position_in_2005""='8';",2-17503189-1 Can you tell me the Venue that has the Position in 2005 of 8?,"CREATE TABLE ""teams_and_venues"" ( ""team"" text, ""location"" text, ""venue"" text, ""capacity"" real, ""position_in_2005"" text );","SELECT ""venue"" FROM ""teams_and_venues"" WHERE ""position_in_2005""='8';",2-17503189-1 "Which tournament was held on October 14, 2007?","CREATE TABLE ""singles_7_2_5"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""tournament"" FROM ""singles_7_2_5"" WHERE ""date""='october 14, 2007';",2-16435448-4 "Who was the opponent with a score of 4-6, 7-5, 4-6?","CREATE TABLE ""singles_7_2_5"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""opponent"" FROM ""singles_7_2_5"" WHERE ""score""='4-6, 7-5, 4-6';",2-16435448-4 What was the outcome when Jing-Jing Lu was the opponent?,"CREATE TABLE ""singles_7_2_5"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""singles_7_2_5"" WHERE ""opponent""='jing-jing lu';",2-16435448-4 "What week was the attendance smaller than 22,204 on December 8, 1962?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""week"") FROM ""season_schedule"" WHERE ""attendance""<'22,204' AND ""date""='december 8, 1962';",2-16982965-2 "What is Opponent, when Result is Loss, and when Venue is Mosaic Stadium?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""score"" text, ""result"" text, ""attendance"" text, ""record"" text );","SELECT ""opponent"" FROM ""season_schedule"" WHERE ""result""='loss' AND ""venue""='mosaic stadium';",2-16912096-4 What is the date (to) associated wiht a traction type of electric and the Yarmouth Light and Power Company system?,"CREATE TABLE ""list_of_street_railways_in_canada"" ( ""name_of_system"" text, ""location"" text, ""traction_type"" text, ""date_from"" text, ""date_to"" text );","SELECT ""date_to"" FROM ""list_of_street_railways_in_canada"" WHERE ""traction_type""='electric' AND ""name_of_system""='yarmouth light and power company';",2-16927321-6 "What is Name, when Overall is less than 175, and when College is ""Georgia""?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""name"" FROM ""washington_redskins_draft_history"" WHERE ""overall""<175 AND ""college""='georgia';",2-17100961-36 "What is the highest Pick, when Round is greater than 15, and when College is ""Tennessee""?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick"") FROM ""washington_redskins_draft_history"" WHERE ""round"">15 AND ""college""='tennessee';",2-17100961-36 "What is Pick, when Round is 15?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""pick"" FROM ""washington_redskins_draft_history"" WHERE ""round""=15;",2-17100961-36 "What is the sum of Overall, when Pick is greater than 5, when Round is less than 11, and when Name is ""Tom Barrington""?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""pick"">5 AND ""round""<11 AND ""name""='tom barrington';",2-17100961-36 Which venue was used for the game whose score was 2:3?,"CREATE TABLE ""results"" ( ""season"" real, ""team_1"" text, ""score"" text, ""team_2"" text, ""venue"" text );","SELECT ""venue"" FROM ""results"" WHERE ""score""='2:3';",2-16707879-10 What was the score for the game in which Al-Qadsia was Team 2?,"CREATE TABLE ""results"" ( ""season"" real, ""team_1"" text, ""score"" text, ""team_2"" text, ""venue"" text );","SELECT ""score"" FROM ""results"" WHERE ""team_2""='al-qadsia';",2-16707879-10 Who was the player that was from west virginia tech?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT ""player"" FROM ""t"" WHERE ""from""='west virginia tech';",2-16772687-19 What years did the player with the jersey number 33 and played position pf play?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT ""years"" FROM ""t"" WHERE ""jersey_number_s""=33 AND ""position""='pf';",2-16772687-19 What years did the player with the jersey number bigger than 20 play?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT ""years"" FROM ""t"" WHERE ""jersey_number_s"">20;",2-16772687-19 What was the highest jersey number for the player from oklahoma baptist?,"CREATE TABLE ""t"" ( ""player"" text, ""nationality"" text, ""jersey_number_s"" real, ""position"" text, ""years"" text, ""from"" text );","SELECT MAX(""jersey_number_s"") FROM ""t"" WHERE ""from""='oklahoma baptist';",2-16772687-19 "WHich Place has a To par of –2, and a Player of bernhard langer?","CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round"" WHERE ""to_par""='–2' AND ""player""='bernhard langer';",2-16514575-5 "WHich Score has a To par of –3, and a Country of united states?","CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""second_round"" WHERE ""to_par""='–3' AND ""country""='united states';",2-16514575-5 Who is the Player with a Score of 70-72=142? Question 3,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""score""='70-72=142';",2-16514575-5 Name the Player who has a To par of –2 and a Score of 69-73=142?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""to_par""='–2' AND ""score""='69-73=142';",2-16514575-5 "Name the Player who has a Country of united states, and a To par of –5?","CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""country""='united states' AND ""to_par""='–5';",2-16514575-5 Name the Player who has a Place of t7 in Country of united states?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""place""='t7' AND ""country""='united states';",2-16514575-5 What is the result of choreographer bjørn holthe?,"CREATE TABLE ""week_1_10_april_2008"" ( ""couple"" text, ""style"" text, ""music"" text, ""choreographer_s"" text, ""result"" text );","SELECT ""result"" FROM ""week_1_10_april_2008"" WHERE ""choreographer_s""='bjørn holthe';",2-17093372-4 What is the music for choreographer sabina dalfjäll?,"CREATE TABLE ""week_1_10_april_2008"" ( ""couple"" text, ""style"" text, ""music"" text, ""choreographer_s"" text, ""result"" text );","SELECT ""music"" FROM ""week_1_10_april_2008"" WHERE ""choreographer_s""='sabina dalfjäll';",2-17093372-4 What couple had a safe result and a lyrical jazz style?,"CREATE TABLE ""week_1_10_april_2008"" ( ""couple"" text, ""style"" text, ""music"" text, ""choreographer_s"" text, ""result"" text );","SELECT ""couple"" FROM ""week_1_10_april_2008"" WHERE ""result""='safe' AND ""style""='lyrical jazz';",2-17093372-4 How many games had fewer than 118 opponents and more than 109 net points with an opponent of Washington?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""nets_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""opponents""<118 AND ""nets_points"">109 AND ""opponent""='washington';",2-17323360-4 which opponent is from February 12?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""nets_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""date""='february 12';",2-17323360-4 How many opponents were there in a game higher than 20 on January 28?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""nets_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT ""opponents"" FROM ""game_log"" WHERE ""game"">20 AND ""date""='january 28';",2-17323360-4 What round did the celtic played away on 24 february 1900?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""round"" FROM ""scottish_cup"" WHERE ""opponent""='celtic' AND ""date""='24 february 1900';",2-17214919-2 Who played against in venue a on 17 february 1900?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""opponent"" FROM ""scottish_cup"" WHERE ""venue""='a' AND ""date""='17 february 1900';",2-17214919-2 How many people attended in the game against morton?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""attendance"" FROM ""scottish_cup"" WHERE ""opponent""='morton';",2-17214919-2 What is the Total of the Player with a To par of 4?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT COUNT(""total"") FROM ""missed_the_cut"" WHERE ""to_par""=4;",2-17162255-3 What is the Total of the Player with a Year(s) won of 1982?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT MIN(""total"") FROM ""missed_the_cut"" WHERE ""year_s_won""='1982';",2-17162255-3 What is the To par of the Player wtih Year(s) won of 1983?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT AVG(""to_par"") FROM ""missed_the_cut"" WHERE ""year_s_won""='1983';",2-17162255-3 What is Andy North with a To par greater than 8 Country?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT ""country"" FROM ""missed_the_cut"" WHERE ""to_par"">8 AND ""player""='andy north';",2-17162255-3 What is the Country of the Player with a Total less than 153 and Year(s) won of 1984?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT ""country"" FROM ""missed_the_cut"" WHERE ""total""<153 AND ""year_s_won""='1984';",2-17162255-3 What is the To par of Player Andy North with a Total larger than 153?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT COUNT(""to_par"") FROM ""missed_the_cut"" WHERE ""player""='andy north' AND ""total"">153;",2-17162255-3 "WHAT OPPONENT HAD A KICKOFF OF 2007-03-06, 20:45?","CREATE TABLE ""2006_07_liverpool_f_c_season"" ( ""kick_off"" text, ""opponents"" text, ""result"" text, ""referee"" text, ""attendance"" real );","SELECT ""opponents"" FROM ""2006_07_liverpool_f_c_season"" WHERE ""kick_off""='2007-03-06, 20:45';",2-16823523-11 "WHAT WAS THE SCORE OF THE GAME WITH A 2007-03-06, 20:45 KICKOFF?","CREATE TABLE ""2006_07_liverpool_f_c_season"" ( ""kick_off"" text, ""opponents"" text, ""result"" text, ""referee"" text, ""attendance"" real );","SELECT ""result"" FROM ""2006_07_liverpool_f_c_season"" WHERE ""kick_off""='2007-03-06, 20:45';",2-16823523-11 What is the total stories that rank number 10?,"CREATE TABLE ""tallest_buildings"" ( ""rank"" real, ""name"" text, ""stories"" real, ""height"" text, ""year_completed"" text, ""primary_purpose"" text, ""city"" text );","SELECT COUNT(""stories"") FROM ""tallest_buildings"" WHERE ""rank""=10;",2-16623550-1 What is the height of the EMC Insurance Building in Des Moines?,"CREATE TABLE ""tallest_buildings"" ( ""rank"" real, ""name"" text, ""stories"" real, ""height"" text, ""year_completed"" text, ""primary_purpose"" text, ""city"" text );","SELECT ""height"" FROM ""tallest_buildings"" WHERE ""city""='des moines' AND ""name""='emc insurance building';",2-16623550-1 What was the 1997 value when 2002 was A and 2003 was 1R?,"CREATE TABLE ""performance_timelines"" ( ""tournament"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1997"" FROM ""performance_timelines"" WHERE ""2002""='a' AND ""2003""='1r';",2-161972-6 What was the value in 1989 with QF in 1997 and A in 1993?,"CREATE TABLE ""performance_timelines"" ( ""tournament"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1989"" FROM ""performance_timelines"" WHERE ""1997""='qf' AND ""1993""='a';",2-161972-6 "What is the value in 1997 when the value in 1989 is A, 1995 is QF, 1996 is 3R and the career SR is 0 / 8?","CREATE TABLE ""performance_timelines"" ( ""tournament"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1997"" FROM ""performance_timelines"" WHERE ""1989""='a' AND ""1995""='qf' AND ""1996""='3r' AND ""career_sr""='0 / 8';",2-161972-6 What was the value in 1995 for A in 2000 at the Indian Wells tournament?,"CREATE TABLE ""performance_timelines"" ( ""tournament"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""1995"" FROM ""performance_timelines"" WHERE ""2000""='a' AND ""tournament""='indian wells';",2-161972-6 What was the career SR with a value of A in 1980 and F in 1997?,"CREATE TABLE ""performance_timelines"" ( ""tournament"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""career_sr"" FROM ""performance_timelines"" WHERE ""1989""='a' AND ""1997""='f';",2-161972-6 "What is Year(s) Won, when Total is less than 285?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""year_s_won"" FROM ""made_the_cut"" WHERE ""total""<285;",2-17277136-1 "What is Finish, when Country is ""United States"", and when Player is ""Julius Boros""?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""finish"" FROM ""made_the_cut"" WHERE ""country""='united states' AND ""player""='julius boros';",2-17277136-1 "What is Country, when Year(s) Won is ""1962""?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""year_s_won""='1962';",2-17277136-1 "What is Finish, when Country is ""United States"", and when To Par is ""+21""?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""finish"" FROM ""made_the_cut"" WHERE ""country""='united states' AND ""to_par""='+21';",2-17277136-1 What format was released in August 1996?,"CREATE TABLE ""compilations"" ( ""title"" text, ""release_date"" text, ""format"" text, ""release"" text, ""label"" text, ""code"" text );","SELECT ""format"" FROM ""compilations"" WHERE ""release_date""='august 1996';",2-171200-2 What Label has a Code of cocy-78365?,"CREATE TABLE ""compilations"" ( ""title"" text, ""release_date"" text, ""format"" text, ""release"" text, ""label"" text, ""code"" text );","SELECT ""label"" FROM ""compilations"" WHERE ""code""='cocy-78365';",2-171200-2 When was Gala released?,"CREATE TABLE ""compilations"" ( ""title"" text, ""release_date"" text, ""format"" text, ""release"" text, ""label"" text, ""code"" text );","SELECT ""release"" FROM ""compilations"" WHERE ""title""='gala';",2-171200-2 What Label released an album in August 1996?,"CREATE TABLE ""compilations"" ( ""title"" text, ""release_date"" text, ""format"" text, ""release"" text, ""label"" text, ""code"" text );","SELECT ""label"" FROM ""compilations"" WHERE ""release_date""='august 1996';",2-171200-2 What is the Wednesday when day 3 is math?,"CREATE TABLE ""second_semester"" ( ""day_1"" text, ""day_2"" text, ""day_3"" text, ""day_4"" text, ""day_5"" text, ""wednesday"" text );","SELECT ""wednesday"" FROM ""second_semester"" WHERE ""day_3""='math';",2-17449461-4 What is the day 1 when the day 3 is math?,"CREATE TABLE ""second_semester"" ( ""day_1"" text, ""day_2"" text, ""day_3"" text, ""day_4"" text, ""day_5"" text, ""wednesday"" text );","SELECT ""day_1"" FROM ""second_semester"" WHERE ""day_3""='math';",2-17449461-4 What is the day 1 when day 5 is math?,"CREATE TABLE ""second_semester"" ( ""day_1"" text, ""day_2"" text, ""day_3"" text, ""day_4"" text, ""day_5"" text, ""wednesday"" text );","SELECT ""day_1"" FROM ""second_semester"" WHERE ""day_5""='math';",2-17449461-4 What is the day 3 when day 4 is fr.?,"CREATE TABLE ""second_semester"" ( ""day_1"" text, ""day_2"" text, ""day_3"" text, ""day_4"" text, ""day_5"" text, ""wednesday"" text );","SELECT ""day_3"" FROM ""second_semester"" WHERE ""day_4""='fr.';",2-17449461-4 what is the date when the opponent# is iowa?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponentnum"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""opponentnum""='iowa';",2-16518708-16 "what is the date when the site is memorial stadium • minneapolis, mn, and the Attendance is 53,192?","CREATE TABLE ""schedule"" ( ""date"" text, ""opponentnum"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""site""='memorial stadium • minneapolis, mn' AND ""attendance""='53,192';",2-16518708-16 What is the Attendance when the Result is l0-13?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponentnum"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""result""='l0-13';",2-16518708-16 What is the Site when the date is 11/11/1950?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponentnum"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""site"" FROM ""schedule"" WHERE ""date""='11/11/1950';",2-16518708-16 What is the Date when the result is *non-conference game. #rankings from ap poll .?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponentnum"" text, ""site"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""result""='*non-conference game. #rankings from ap poll .';",2-16518708-16 "Which Player has a Round smaller than 5, and a School/Club Team of florida state?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""round""<5 AND ""school_club_team""='florida state';",2-16946425-1 Which School/Club Team has a Pick of 198?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""school_club_team"" FROM ""nfl_draft"" WHERE ""pick""=198;",2-16946425-1 "Which Round has a School/Club Team of indiana, and a Pick smaller than 198?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT AVG(""round"") FROM ""nfl_draft"" WHERE ""school_club_team""='indiana' AND ""pick""<198;",2-16946425-1 "Which Round has a School/Club Team of north carolina, and a Pick larger than 131?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT COUNT(""round"") FROM ""nfl_draft"" WHERE ""school_club_team""='north carolina' AND ""pick"">131;",2-16946425-1 "Which Round has a School/Club Team of cal-poly slo, and a Pick smaller than 238?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT MAX(""round"") FROM ""nfl_draft"" WHERE ""school_club_team""='cal-poly slo' AND ""pick""<238;",2-16946425-1 What is the away team with a 5 tie no?,"CREATE TABLE ""first_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""away_team"" FROM ""first_round_proper"" WHERE ""tie_no""='5';",2-17054550-2 What is the home team with scarborough as the away team?,"CREATE TABLE ""first_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""first_round_proper"" WHERE ""away_team""='scarborough';",2-17054550-2 What is the date of tie no. 34?,"CREATE TABLE ""first_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""first_round_proper"" WHERE ""tie_no""='34';",2-17054550-2 What is Michael Del Zotto's nationality?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""player""='michael del zotto';",2-17360905-20 In what year did Kin-fung Leung get 2nd prize?,"CREATE TABLE ""pivc_pmsc_laureates"" ( ""pmsc_no"" text, ""year"" real, ""1st_prize"" text, ""2nd_prize"" text, ""3rd_prize"" text );","SELECT ""year"" FROM ""pivc_pmsc_laureates"" WHERE ""2nd_prize""='kin-fung leung';",2-17601760-1 What is the earliest year in which the 1st price went to Che-Yen (Brian) Chen?,"CREATE TABLE ""pivc_pmsc_laureates"" ( ""pmsc_no"" text, ""year"" real, ""1st_prize"" text, ""2nd_prize"" text, ""3rd_prize"" text );","SELECT MIN(""year"") FROM ""pivc_pmsc_laureates"" WHERE ""1st_prize""='che-yen (brian) chen';",2-17601760-1 What is the highest loss with points less than 7?,"CREATE TABLE ""third_league"" ( ""team"" text, ""match"" real, ""points"" real, ""draw"" real, ""lost"" real );","SELECT MAX(""lost"") FROM ""third_league"" WHERE ""points""<7;",2-17543955-4 What is the sum for the match with a draw less than 0?,"CREATE TABLE ""third_league"" ( ""team"" text, ""match"" real, ""points"" real, ""draw"" real, ""lost"" real );","SELECT SUM(""match"") FROM ""third_league"" WHERE ""draw""<0;",2-17543955-4 What is the lowest points for a match before 14?,"CREATE TABLE ""third_league"" ( ""team"" text, ""match"" real, ""points"" real, ""draw"" real, ""lost"" real );","SELECT MIN(""points"") FROM ""third_league"" WHERE ""match"">14;",2-17543955-4 How many points were there when there were less than 16 rebounds and 5 assists?,"CREATE TABLE ""top_shot_blocking_efforts"" ( ""blocks"" text, ""opponent"" text, ""home_away"" text, ""minutes_played"" real, ""points"" real, ""rebounds"" real, ""assists"" real );","SELECT COUNT(""points"") FROM ""top_shot_blocking_efforts"" WHERE ""assists""=5 AND ""rebounds""<16;",2-16899-3 How many minutes were played when there were 18 points and the opponent was Chicago Bulls?,"CREATE TABLE ""top_shot_blocking_efforts"" ( ""blocks"" text, ""opponent"" text, ""home_away"" text, ""minutes_played"" real, ""points"" real, ""rebounds"" real, ""assists"" real );","SELECT COUNT(""minutes_played"") FROM ""top_shot_blocking_efforts"" WHERE ""points""=18 AND ""opponent""='chicago bulls';",2-16899-3 "Which Mountain Range has a Region of haiti, and a Location of 18.3601°n 71.9764°w?","CREATE TABLE ""the_200_most_topographically_isolated_mo"" ( ""rank"" real, ""mountain_peak"" text, ""region"" text, ""mountain_range"" text, ""location"" text );","SELECT ""mountain_range"" FROM ""the_200_most_topographically_isolated_mo"" WHERE ""region""='haiti' AND ""location""='18.3601°n 71.9764°w';",2-16215078-1 Name the Mountain Peak which has a Rank of 62?,"CREATE TABLE ""the_200_most_topographically_isolated_mo"" ( ""rank"" real, ""mountain_peak"" text, ""region"" text, ""mountain_range"" text, ""location"" text );","SELECT ""mountain_peak"" FROM ""the_200_most_topographically_isolated_mo"" WHERE ""rank""=62;",2-16215078-1 "Which Mountain Peak has a Region of baja california, and a Location of 28.1301°n 115.2206°w?","CREATE TABLE ""the_200_most_topographically_isolated_mo"" ( ""rank"" real, ""mountain_peak"" text, ""region"" text, ""mountain_range"" text, ""location"" text );","SELECT ""mountain_peak"" FROM ""the_200_most_topographically_isolated_mo"" WHERE ""region""='baja california' AND ""location""='28.1301°n 115.2206°w';",2-16215078-1 Name the Region with a Mountain Peak of dillingham high point?,"CREATE TABLE ""the_200_most_topographically_isolated_mo"" ( ""rank"" real, ""mountain_peak"" text, ""region"" text, ""mountain_range"" text, ""location"" text );","SELECT ""region"" FROM ""the_200_most_topographically_isolated_mo"" WHERE ""mountain_peak""='dillingham high point';",2-16215078-1 "What was Marty Furgol's place when he was paid less than $3,000?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""place"" FROM ""final_round"" WHERE ""money""<'3,000' AND ""player""='marty furgol';",2-17290169-4 How much was paid to the player whose score was 70-71-77-76=294?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT SUM(""money"") FROM ""final_round"" WHERE ""score""='70-71-77-76=294';",2-17290169-4 "Which country is Pete Cooper, who made $816, from?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""country"" FROM ""final_round"" WHERE ""money""=816 AND ""player""='pete cooper';",2-17290169-4 What is the lowest round of the position de player with an overall less than 84?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MIN(""round"") FROM ""washington_redskins_draft_history"" WHERE ""position""='de' AND ""overall""<84;",2-17100961-53 What is the highest pick of the player from texas a&i with an overall less than 28?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick"") FROM ""washington_redskins_draft_history"" WHERE ""college""='texas a&i' AND ""overall""<28;",2-17100961-53 What is the average round of the player from the college of baylor with a pick less than 28?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""round"") FROM ""washington_redskins_draft_history"" WHERE ""college""='baylor' AND ""pick""<28;",2-17100961-53 What is the sum of the pick from texas a&i college with a round greater than 1?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""pick"") FROM ""washington_redskins_draft_history"" WHERE ""college""='texas a&i' AND ""round"">1;",2-17100961-53 What date was the opponent the Boston Yanks?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""opponent""='boston yanks';",2-16642318-1 "What was the record for December 5, 1948?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""date""='december 5, 1948';",2-16642318-1 What was the average point total for the nets in games before game 9 where the opponents scored less than 95?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""nets_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT AVG(""nets_points"") FROM ""schedule"" WHERE ""game""<9 AND ""opponents""<95;",2-17323351-4 In which game did the opponent score more than 103 and the record was 1-3?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""nets_points"" real, ""opponents"" real, ""record"" text, ""streak"" text );","SELECT AVG(""game"") FROM ""schedule"" WHERE ""record""='1-3' AND ""opponents"">103;",2-17323351-4 "What is the lowest Game, when Date is ""November 1""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT MIN(""game"") FROM ""game_log"" WHERE ""date""='november 1';",2-17288869-5 "What is High Rebounds, when High Assists is ""Jason Kidd (13)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""high_assists""='jason kidd (13)';",2-17288869-5 What is the Date of the Competition with a Result of 3–0?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""international_goals"" WHERE ""result""='3–0';",2-1666604-1 What is the Score of the Fifa World Cup 1986 Qualifying Competition?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""competition""='fifa world cup 1986 qualifying';",2-1666604-1 What is the Score of the Fifa World Cup 1986 Play-off Competition?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""competition""='fifa world cup 1986 play-off';",2-1666604-1 What is the Game number on April 12 with St. Louis Home Team?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""nba_finals"" WHERE ""home_team""='st. louis' AND ""date""='april 12';",2-17120059-4 What is the Result of the Game on April 9?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""nba_finals"" WHERE ""date""='april 9';",2-17120059-4 What is the Game number on March 30?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""nba_finals"" WHERE ""date""='march 30';",2-17120059-4 What Game had a Result of 136-112?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""game"" FROM ""nba_finals"" WHERE ""result""='136-112';",2-17120059-4 What is the Result of Game 3?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""nba_finals"" WHERE ""game""='game 3';",2-17120059-4 On what Date is Game 3 with Boston Road Team?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""date"" FROM ""nba_finals"" WHERE ""road_team""='boston' AND ""game""='game 3';",2-17120059-4 Who was the home team in the match against Luton Town?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""sixth_round_proper"" WHERE ""away_team""='luton town';",2-17438349-6 What tie happened with Southampton?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""sixth_round_proper"" WHERE ""away_team""='southampton';",2-17438349-6 What was the tie resulting from Sheffield Wednesday's game?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""sixth_round_proper"" WHERE ""home_team""='sheffield wednesday';",2-17438349-6 "Which Week has an Opponent of washington redskins, and an Attendance larger than 56,077?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT COUNT(""week"") FROM ""schedule"" WHERE ""opponent""='washington redskins' AND ""attendance"">'56,077';",2-16660939-1 "Which Attendance has a Date of november 19, 1961?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""schedule"" WHERE ""date""='november 19, 1961';",2-16660939-1 "What was the result on october 8, 1961?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""date""='october 8, 1961';",2-16660939-1 What league had a finish of 2nd and 3 losses?,"CREATE TABLE ""all_time_records"" ( ""season"" real, ""league"" text, ""finish"" text, ""wins"" real, ""losses"" real, ""ties"" real );","SELECT ""league"" FROM ""all_time_records"" WHERE ""finish""='2nd' AND ""losses""=3;",2-17525117-2 What is the number of losses when the ties are lesser than 0?,"CREATE TABLE ""all_time_records"" ( ""season"" real, ""league"" text, ""finish"" text, ""wins"" real, ""losses"" real, ""ties"" real );","SELECT COUNT(""losses"") FROM ""all_time_records"" WHERE ""ties""<0;",2-17525117-2 What is the losses in the NFL in the 2011 season with less than 13 wins?,"CREATE TABLE ""all_time_records"" ( ""season"" real, ""league"" text, ""finish"" text, ""wins"" real, ""losses"" real, ""ties"" real );","SELECT AVG(""losses"") FROM ""all_time_records"" WHERE ""league""='nfl' AND ""season""=2011 AND ""wins""<13;",2-17525117-2 "What is the highest wins for the NFL with a finish of 1st, and more than 6 losses?","CREATE TABLE ""all_time_records"" ( ""season"" real, ""league"" text, ""finish"" text, ""wins"" real, ""losses"" real, ""ties"" real );","SELECT MAX(""wins"") FROM ""all_time_records"" WHERE ""league""='nfl' AND ""finish""='1st' AND ""losses"">6;",2-17525117-2 "What is the lowest number of ties in the NFL, with less than 2 losses and less than 15 wins?","CREATE TABLE ""all_time_records"" ( ""season"" real, ""league"" text, ""finish"" text, ""wins"" real, ""losses"" real, ""ties"" real );","SELECT MIN(""ties"") FROM ""all_time_records"" WHERE ""league""='nfl' AND ""losses""<2 AND ""wins""<15;",2-17525117-2 Who was the runner-up in the RR Donnelley LPGA Founders Cup?,"CREATE TABLE ""lpga_tour_15"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_s_up"" text, ""winner_s_share"" real );","SELECT ""runner_s_up"" FROM ""lpga_tour_15"" WHERE ""tournament""='rr donnelley lpga founders cup';",2-17335602-1 What is the surface on 21 june 1993?,"CREATE TABLE ""singles_55_44_11"" ( ""outcome"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""surface"" FROM ""singles_55_44_11"" WHERE ""date""='21 june 1993';",2-166170-5 what is the score when the championship is rome and the opponent is richard krajicek?,"CREATE TABLE ""singles_55_44_11"" ( ""outcome"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_55_44_11"" WHERE ""championship""='rome' AND ""opponent""='richard krajicek';",2-166170-5 "who is the opponent when the surface is clay, the outcome is winner and the championship is estoril on 15 april 1996?","CREATE TABLE ""singles_55_44_11"" ( ""outcome"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""opponent"" FROM ""singles_55_44_11"" WHERE ""surface""='clay' AND ""outcome""='winner' AND ""championship""='estoril' AND ""date""='15 april 1996';",2-166170-5 who is the opponent on 18 january 1993?,"CREATE TABLE ""singles_55_44_11"" ( ""outcome"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""opponent"" FROM ""singles_55_44_11"" WHERE ""date""='18 january 1993';",2-166170-5 what is the score when the outcome is winner against yevgeny kafelnikov?,"CREATE TABLE ""singles_55_44_11"" ( ""outcome"" text, ""date"" text, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_55_44_11"" WHERE ""outcome""='winner' AND ""opponent""='yevgeny kafelnikov';",2-166170-5 "What was the highest number of attendance in a week before 8 and game on October 25, 1981?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""schedule"" WHERE ""date""='october 25, 1981' AND ""week""<8;",2-16710910-2 On what date did the team play againt the New Orleans Saints?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""opponent""='new orleans saints';",2-16710910-2 "What was the average number of attendance for the game on November 29, 1981 played after week 13?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""date""='november 29, 1981' AND ""week"">13;",2-16710910-2 Which model has a frequency of 750 mhz and a socket of bga2μpga2?,"CREATE TABLE ""180_nm"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""mult"" text, ""voltage"" text, ""socket"" text, ""release_date"" text );","SELECT ""model_number"" FROM ""180_nm"" WHERE ""frequency""='750 mhz' AND ""socket""='bga2μpga2';",2-16400024-5 What model number uses standard voltage socket?,"CREATE TABLE ""180_nm"" ( ""model_number"" text, ""frequency"" text, ""l2_cache"" text, ""mult"" text, ""voltage"" text, ""socket"" text, ""release_date"" text );","SELECT ""model_number"" FROM ""180_nm"" WHERE ""socket""='standard voltage';",2-16400024-5 what is the date when the round is sf?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""scottish_cup"" WHERE ""round""='sf';",2-16649811-5 what is the date when the round is qf?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""scottish_cup"" WHERE ""round""='qf';",2-16649811-5 "Which Attendance has an Opponent of new york giants, and a Week smaller than 5?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""opponent""='new york giants' AND ""week""<5;",2-17129364-2 "Which Week has an Opponent of pittsburgh steelers, and an Attendance larger than 47,727?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""schedule"" WHERE ""opponent""='pittsburgh steelers' AND ""attendance"">'47,727';",2-17129364-2 "Which Attendance has a Date of september 29, 1968, and a Week smaller than 3?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""schedule"" WHERE ""date""='september 29, 1968' AND ""week""<3;",2-17129364-2 "When did venue A have an attendance larger than 48,053, and a result of 1–0?","CREATE TABLE ""scottish_premier_division"" ( ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""scottish_premier_division"" WHERE ""attendance"">'48,053' AND ""venue""='a' AND ""result""='1–0';",2-16618361-3 When did the party elected in jun. 1959 enter office?,"CREATE TABLE ""prime_ministers_of_iceland_1917_present"" ( ""entered_office"" text, ""left_office"" text, ""party"" text, ""election"" text, ""coalition"" text );","SELECT ""entered_office"" FROM ""prime_ministers_of_iceland_1917_present"" WHERE ""election""='jun. 1959';",2-162342-2 "What is Year Named, when Longitude is 227.5E?","CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" real, ""year_named"" real );","SELECT ""year_named"" FROM ""paterae"" WHERE ""longitude""='227.5e';",2-16799784-8 "What is the average Year Named, when Latitude is 37.9N, and when Diameter (km) is greater than 76?","CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" real, ""year_named"" real );","SELECT AVG(""year_named"") FROM ""paterae"" WHERE ""latitude""='37.9n' AND ""diameter_km"">76;",2-16799784-8 "What is Longitude, when Name is Raskova Paterae?","CREATE TABLE ""paterae"" ( ""name"" text, ""latitude"" text, ""longitude"" text, ""diameter_km"" real, ""year_named"" real );","SELECT ""longitude"" FROM ""paterae"" WHERE ""name""='raskova paterae';",2-16799784-8 "What's the average draw for the song ""stop messin' around""?","CREATE TABLE ""national_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""points"" real, ""place"" text );","SELECT AVG(""draw"") FROM ""national_final"" WHERE ""song""='\""stop messin'' around\""';",2-17090201-1 What's the song of artist liam reilly?,"CREATE TABLE ""national_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""points"" real, ""place"" text );","SELECT ""song"" FROM ""national_final"" WHERE ""artist""='liam reilly';",2-17090201-1 What's the total number of points for grace dunne with a draw over 5?,"CREATE TABLE ""national_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""points"" real, ""place"" text );","SELECT COUNT(""points"") FROM ""national_final"" WHERE ""artist""='grace dunne' AND ""draw"">5;",2-17090201-1 "What's the average amount of points for ""in and out of love"" with a draw over 8?","CREATE TABLE ""national_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""points"" real, ""place"" text );","SELECT AVG(""points"") FROM ""national_final"" WHERE ""song""='\""in and out of love\""' AND ""draw"">8;",2-17090201-1 What's the highest draw with over 60 points for paul duffy?,"CREATE TABLE ""national_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""points"" real, ""place"" text );","SELECT MAX(""draw"") FROM ""national_final"" WHERE ""points"">60 AND ""artist""='paul duffy';",2-17090201-1 What was the highest grid for a time/retired of +19.1 secs?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""race"" WHERE ""time_retired""='+19.1 secs';",2-16792415-2 What is the Population of the New Bandon Parish with an Area km 2 larger than 326.76?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT MAX(""population"") FROM ""parishes"" WHERE ""area_km_2"">326.76 AND ""official_name""='new bandon';",2-171222-2 "What is the Area of the Allardville Parish with a Population smaller than 2,151?","CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT SUM(""area_km_2"") FROM ""parishes"" WHERE ""official_name""='allardville' AND ""population""<'2,151';",2-171222-2 "What is the Area of the Saint-Isidore Parish with a Population smaller than 4,268?","CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT SUM(""area_km_2"") FROM ""parishes"" WHERE ""population""<'4,268' AND ""official_name""='saint-isidore';",2-171222-2 Who is the player with a 75-68-70=213 score?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""score""='75-68-70=213';",2-17231232-6 What is the place of Australia?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""country""='australia';",2-17231232-6 What is the place of player tom watson?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""player""='tom watson';",2-17231232-6 Who is the player with a +3 to par and a 74-71-68=213 score?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""to_par""='+3' AND ""score""='74-71-68=213';",2-17231232-6 What is player raymond floyd's country?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""third_round"" WHERE ""player""='raymond floyd';",2-17231232-6 Who is the player from the United States with a 75-70-68=211 score?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""country""='united states' AND ""score""='75-70-68=211';",2-17231232-6 What is the length in feet when the length in meters is 64.2?,"CREATE TABLE ""longest_natural_arches"" ( ""rank"" text, ""name"" text, ""location"" text, ""length_m"" text, ""length_ft"" text );","SELECT ""length_ft"" FROM ""longest_natural_arches"" WHERE ""length_m""='64.2';",2-17514226-1 Where is the longest arch with a length in meters of 64.2?,"CREATE TABLE ""longest_natural_arches"" ( ""rank"" text, ""name"" text, ""location"" text, ""length_m"" text, ""length_ft"" text );","SELECT ""location"" FROM ""longest_natural_arches"" WHERE ""length_m""='64.2';",2-17514226-1 Where is the longest arch with a length in meters of 63?,"CREATE TABLE ""longest_natural_arches"" ( ""rank"" text, ""name"" text, ""location"" text, ""length_m"" text, ""length_ft"" text );","SELECT ""location"" FROM ""longest_natural_arches"" WHERE ""length_m""='63';",2-17514226-1 What is the rank of the arch with a length in meters of 75/55?,"CREATE TABLE ""longest_natural_arches"" ( ""rank"" text, ""name"" text, ""location"" text, ""length_m"" text, ""length_ft"" text );","SELECT ""rank"" FROM ""longest_natural_arches"" WHERE ""length_m""='75/55';",2-17514226-1 What is the length in feet of the Jiangzhou arch?,"CREATE TABLE ""longest_natural_arches"" ( ""rank"" text, ""name"" text, ""location"" text, ""length_m"" text, ""length_ft"" text );","SELECT ""length_ft"" FROM ""longest_natural_arches"" WHERE ""name""='jiangzhou arch';",2-17514226-1 What was the number of the crowd when the Wollongong Hawks were the home team?,"CREATE TABLE ""round_4"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""crowd"" real, ""box_score"" text, ""report"" text );","SELECT SUM(""crowd"") FROM ""round_4"" WHERE ""home_team""='wollongong hawks';",2-16653153-11 What was the crowd size for the game with a score of 101-105?,"CREATE TABLE ""round_4"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""crowd"" real, ""box_score"" text, ""report"" text );","SELECT ""crowd"" FROM ""round_4"" WHERE ""score""='101-105';",2-16653153-11 What was the average crowd size for the game when the Gold Coast Blaze was the home team?,"CREATE TABLE ""round_4"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""crowd"" real, ""box_score"" text, ""report"" text );","SELECT AVG(""crowd"") FROM ""round_4"" WHERE ""home_team""='gold coast blaze';",2-16653153-11 "What is City of License, when Frequency MHz is less than 102.5?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""city_of_license"" FROM ""translators"" WHERE ""frequency_m_hz""<102.5;",2-16933845-1 "What is Call Sign, when ERP W is greater than 50?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""translators"" WHERE ""erp_w"">50;",2-16933845-1 "What is City of License, when ERP W is greater than 3, and when Call Sign is K218DZ?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""city_of_license"" FROM ""translators"" WHERE ""erp_w"">3 AND ""call_sign""='k218dz';",2-16933845-1 "What is Call Sign, when City of License is Brownfield, Texas?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""translators"" WHERE ""city_of_license""='brownfield, texas';",2-16933845-1 "What is the Sum of ERP W, when Call Sign is K216GA?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT SUM(""erp_w"") FROM ""translators"" WHERE ""call_sign""='k216ga';",2-16933845-1 What is the total number of overall picks that were after pick 9 and went to Auburn College?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""college""='auburn' AND ""pick"">9;",2-17100961-26 "What is the overall pick number for a draft pick smaller than 9, named buck mystrom from Michigan State college?","CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""overall"" FROM ""washington_redskins_draft_history"" WHERE ""pick""<9 AND ""college""='michigan state' AND ""name""='buck mystrom';",2-17100961-26 What is the average number of rounds for billy hicks who had an overall pick number bigger than 310?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT AVG(""round"") FROM ""washington_redskins_draft_history"" WHERE ""overall"">310 AND ""name""='billy hicks';",2-17100961-26 What is the sum of rounds that has a pick of 9 and is named jim pyburn?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT SUM(""round"") FROM ""washington_redskins_draft_history"" WHERE ""pick""=9 AND ""name""='jim pyburn';",2-17100961-26 What is the highest round number for donnie caraway?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""round"") FROM ""washington_redskins_draft_history"" WHERE ""name""='donnie caraway';",2-17100961-26 What is the highest overall pick number for george nicula who had a pick smaller than 9?,"CREATE TABLE ""washington_redskins_draft_history"" ( ""round"" real, ""pick"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT MAX(""overall"") FROM ""washington_redskins_draft_history"" WHERE ""name""='george nicula' AND ""pick""<9;",2-17100961-26 What is the status of the match held on 12/7/1997?,"CREATE TABLE ""matches"" ( ""opposing_team"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""status"" FROM ""matches"" WHERE ""date""='12/7/1997';",2-17058843-1 Which venue has an against value larger than 21 and had Argentina as an opposing team.,"CREATE TABLE ""matches"" ( ""opposing_team"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""venue"" FROM ""matches"" WHERE ""against"">21 AND ""opposing_team""='argentina';",2-17058843-1 What was the average of againsts on 21/5/1997?,"CREATE TABLE ""matches"" ( ""opposing_team"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT AVG(""against"") FROM ""matches"" WHERE ""date""='21/5/1997';",2-17058843-1 "Where was the venue with 3,096 in the crowd and against the Melbourne Tigers?","CREATE TABLE ""grand_final"" ( ""date"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text, ""crowd"" real, ""box_score"" text, ""report"" text );","SELECT ""venue"" FROM ""grand_final"" WHERE ""crowd"">'3,096' AND ""away_team""='melbourne tigers';",2-16653153-33 What was the outcome before 1997?,"CREATE TABLE ""singles_6_2_4"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""singles_6_2_4"" WHERE ""year""<1997;",2-161972-2 "What championship after 1997 was the score 1–6, 4–6, 7–5, 5–7?","CREATE TABLE ""singles_6_2_4"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""championship"" FROM ""singles_6_2_4"" WHERE ""year"">1997 AND ""score""='1–6, 4–6, 7–5, 5–7';",2-161972-2 How many years was the opponent petr korda?,"CREATE TABLE ""singles_6_2_4"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT COUNT(""year"") FROM ""singles_6_2_4"" WHERE ""opponent""='petr korda';",2-161972-2 What was the surface in 1996?,"CREATE TABLE ""singles_6_2_4"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""surface"" FROM ""singles_6_2_4"" WHERE ""year""=1996;",2-161972-2 "Which country's score of 72-77-69-74=292 resulted in a reward of over $5,500?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" real );","SELECT ""country"" FROM ""final_round"" WHERE ""money"">'5,500' AND ""score""='72-77-69-74=292';",2-17245527-6 What is the sum of total values for Rd 7 less than 8?,"CREATE TABLE ""teams_championship"" ( ""position"" real, ""team"" text, ""rd_6"" real, ""rd_7"" real, ""rd_8"" real, ""total"" real );","SELECT SUM(""total"") FROM ""teams_championship"" WHERE ""rd_7""<8;",2-16640814-6 What is the sum of values of Rd 7 with RD 6 less than 48 and Rd 8 less than 4 for TC Motorsport in a position greater than 1?,"CREATE TABLE ""teams_championship"" ( ""position"" real, ""team"" text, ""rd_6"" real, ""rd_7"" real, ""rd_8"" real, ""total"" real );","SELECT SUM(""rd_7"") FROM ""teams_championship"" WHERE ""position"">1 AND ""rd_6""<48 AND ""team""='tc motorsport' AND ""rd_8""<4;",2-16640814-6 What is the average value for Rd 8 in a position less than 2 for Audi Sport Australia?,"CREATE TABLE ""teams_championship"" ( ""position"" real, ""team"" text, ""rd_6"" real, ""rd_7"" real, ""rd_8"" real, ""total"" real );","SELECT AVG(""rd_8"") FROM ""teams_championship"" WHERE ""team""='audi sport australia' AND ""position""<2;",2-16640814-6 What position did Luca Sbisa play for the Philadelphia Flyers?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""position"" FROM ""draft_picks"" WHERE ""player""='luca sbisa';",2-17511295-17 What was the attendance for the home team of Walsall?,"CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""second_round_proper"" WHERE ""home_team""='walsall';",2-17004128-3 Who were the away team in tie number 20?,"CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""away_team"" FROM ""second_round_proper"" WHERE ""tie_no""='20';",2-17004128-3 What was the score of tie number 15?,"CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""score"" FROM ""second_round_proper"" WHERE ""tie_no""='15';",2-17004128-3 What is the margin of victory when the tournament is konica san jose classic?,"CREATE TABLE ""lpga_tour_16"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""margin_of_victory"" FROM ""lpga_tour_16"" WHERE ""tournament""='konica san jose classic';",2-1711074-2 what is the margin of victory when the runner-up is amy alcott and the winning score is –9 (72-68-67=207)?,"CREATE TABLE ""lpga_tour_16"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""margin_of_victory"" FROM ""lpga_tour_16"" WHERE ""runner_s_up""='amy alcott' AND ""winning_score""='–9 (72-68-67=207)';",2-1711074-2 what is the winning score when the tournament is safeco classic?,"CREATE TABLE ""lpga_tour_16"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""winning_score"" FROM ""lpga_tour_16"" WHERE ""tournament""='safeco classic';",2-1711074-2 what is the tournament when the winning score is –9 (69-69-70-71=279)?,"CREATE TABLE ""lpga_tour_16"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""tournament"" FROM ""lpga_tour_16"" WHERE ""winning_score""='–9 (69-69-70-71=279)';",2-1711074-2 "Who is the rider with less than 15 laps, more than 32 grids, and an accident time/retired?","CREATE TABLE ""125cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""rider"" FROM ""125cc_classification"" WHERE ""laps""<15 AND ""grid"">32 AND ""time_retired""='accident';",2-17034845-3 "What is the time/retired of the honda manufacturer with a grid less than 26, 18 laps, and joan olivé as the rider?","CREATE TABLE ""125cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""125cc_classification"" WHERE ""manufacturer""='honda' AND ""grid""<26 AND ""laps""=18 AND ""rider""='joan olivé';",2-17034845-3 "What is the average number of laps with an accident time/retired, aprilia manufacturer and a grid of 27?","CREATE TABLE ""125cc_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""laps"") FROM ""125cc_classification"" WHERE ""time_retired""='accident' AND ""manufacturer""='aprilia' AND ""grid""=27;",2-17034845-3 "What is Type, when Rank is greater than 6, when Number of Bearers 2008 is greater than 13.815, and when Surname is Eriksen?","CREATE TABLE ""norway"" ( ""rank"" real, ""surname"" text, ""number_of_bearers_2008"" real, ""type"" text, ""etymology"" text );","SELECT ""type"" FROM ""norway"" WHERE ""rank"">6 AND ""number_of_bearers_2008"">13.815 AND ""surname""='eriksen';",2-16605179-2 "What is the highest Number of Bearers 2008, when Surname is Hansen, and when Rank is less than 1?","CREATE TABLE ""norway"" ( ""rank"" real, ""surname"" text, ""number_of_bearers_2008"" real, ""type"" text, ""etymology"" text );","SELECT MAX(""number_of_bearers_2008"") FROM ""norway"" WHERE ""surname""='hansen' AND ""rank""<1;",2-16605179-2 "What is Type, when Number of Bearers 2008 is greater than 12.376, when Rank is greater than 3, and when Etymology is Son of Jens?","CREATE TABLE ""norway"" ( ""rank"" real, ""surname"" text, ""number_of_bearers_2008"" real, ""type"" text, ""etymology"" text );","SELECT ""type"" FROM ""norway"" WHERE ""number_of_bearers_2008"">12.376 AND ""rank"">3 AND ""etymology""='son of jens';",2-16605179-2 "What is Etymology, when Rank is 14?","CREATE TABLE ""norway"" ( ""rank"" real, ""surname"" text, ""number_of_bearers_2008"" real, ""type"" text, ""etymology"" text );","SELECT ""etymology"" FROM ""norway"" WHERE ""rank""=14;",2-16605179-2 "What is Highest Number of Bearers 2008, when Surname is Jacobsen?","CREATE TABLE ""norway"" ( ""rank"" real, ""surname"" text, ""number_of_bearers_2008"" real, ""type"" text, ""etymology"" text );","SELECT MAX(""number_of_bearers_2008"") FROM ""norway"" WHERE ""surname""='jacobsen';",2-16605179-2 "WHAT POSITION HAS A ROUND LARGER THAN 2, FOR VALDOSTA COLLEGE?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college"" text );","SELECT ""position"" FROM ""draft_picks"" WHERE ""round"">2 AND ""college""='valdosta';",2-17064229-1 "WHAT COLLEGE HAS A ROUND LARGER THAN 9, WITH BUTCH WEBSTER?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college"" text );","SELECT ""college"" FROM ""draft_picks"" WHERE ""round"">9 AND ""player""='butch webster';",2-17064229-1 WHAT IS THE NATIONALITY FOR SOUTHWESTERN OKLAHOMA?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""college""='southwestern oklahoma';",2-17064229-1 WHAT IS THE TOTAL PICK FOR BOSTON COLLEGE?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college"" text );","SELECT COUNT(""pick"") FROM ""draft_picks"" WHERE ""college""='boston college';",2-17064229-1 WHAT ROUND HAS A GUARD POSITION AT OHIO COLLEGE?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college"" text );","SELECT ""round"" FROM ""draft_picks"" WHERE ""position""='guard' AND ""college""='ohio';",2-17064229-1 What is the date where the round is R3?,"CREATE TABLE ""fa_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""fa_cup"" WHERE ""round""='r3';",2-17338813-8 What is the round of the game at venue H and opponent of Derby County?,"CREATE TABLE ""fa_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real );","SELECT ""round"" FROM ""fa_cup"" WHERE ""venue""='h' AND ""opponent""='derby county';",2-17338813-8 "What sum of game has an attendance of 18,690?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT SUM(""game"") FROM ""game_log"" WHERE ""attendance""='18,690';",2-17040191-8 "What average game was held on february 24 and has an attendance smaller than 16,541?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT AVG(""game"") FROM ""game_log"" WHERE ""date""='february 24' AND ""attendance""<'16,541';",2-17040191-8 What was the score of having a tie of 1?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""score"" FROM ""fifth_round_proper"" WHERE ""tie_no""='1';",2-16194551-5 What was the attendance for the game where the away team was Stockport County?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""fifth_round_proper"" WHERE ""away_team""='stockport county';",2-16194551-5 What was the name of the away team that had a tie of 2?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""away_team"" FROM ""fifth_round_proper"" WHERE ""tie_no""='2';",2-16194551-5 What was the score for the game where the home team was Wycombe Wanderers?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""score"" FROM ""fifth_round_proper"" WHERE ""home_team""='wycombe wanderers';",2-16194551-5 What was the score for the match where the home team was Leicester City?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""score"" FROM ""fifth_round_proper"" WHERE ""home_team""='leicester city';",2-16194551-5 Which Home team score has a AEDT Time of 11:00 pm?,"CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""local_time"" text, ""aedt_time"" text );","SELECT ""home_team_score"" FROM ""round_of_16"" WHERE ""aedt_time""='11:00 pm';",2-16388316-1 "Which Home team is on Wednesday, 25 february 1998?","CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""local_time"" text, ""aedt_time"" text );","SELECT ""home_team"" FROM ""round_of_16"" WHERE ""date""='wednesday, 25 february 1998';",2-16388316-1 "Name the Away team which has a Ground of waverley park, and a Home team of hawthorn?","CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""local_time"" text, ""aedt_time"" text );","SELECT ""away_team"" FROM ""round_of_16"" WHERE ""ground""='waverley park' AND ""home_team""='hawthorn';",2-16388316-1 "Name the AEDT Time which has a Local Time of 8:00 pm, and a Away team score of 22.12 (144)?","CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""local_time"" text, ""aedt_time"" text );","SELECT ""aedt_time"" FROM ""round_of_16"" WHERE ""local_time""='8:00 pm' AND ""away_team_score""='22.12 (144)';",2-16388316-1 Name the AEDT Time which has an Away team of collingwood?,"CREATE TABLE ""round_of_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""ground"" text, ""crowd"" real, ""date"" text, ""local_time"" text, ""aedt_time"" text );","SELECT ""aedt_time"" FROM ""round_of_16"" WHERE ""away_team""='collingwood';",2-16388316-1 What was the attendance when they played at Detroit Lions?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""attendance"" FROM ""schedule"" WHERE ""opponent""='at detroit lions';",2-17407017-2 What was the average attendance for games played at Atlanta Falcons?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""opponent""='at atlanta falcons';",2-17407017-2 "Which week was the game played on December 8, 1974?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""week"" FROM ""schedule"" WHERE ""date""='december 8, 1974';",2-17407017-2 What was the result before week 13 when they played the Oakland Raiders?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""week""<13 AND ""opponent""='oakland raiders';",2-17407017-2 What time did the even tachi palace fights 3 take place?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""time"" FROM ""mixed_martial_arts_record"" WHERE ""event""='tachi palace fights 3';",2-17286713-2 What location did the event kotc: mortal sins take place?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""event""='kotc: mortal sins';",2-17286713-2 What is the sum of rounds where freddie mitchell was picked?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school"" text );","SELECT SUM(""round"") FROM ""nfl_draft"" WHERE ""player""='freddie mitchell';",2-16882018-1 Who was the player who was pick number 147?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""pick""=147;",2-16882018-1 What position did a. j. feeley play who was picked in round 5?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""round""=5 AND ""player""='a. j. feeley';",2-16882018-1 What position did the player who was picked in round 3 play?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""round""=3;",2-16882018-1 What Country is Tom Kite from?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""player""='tom kite';",2-17162166-2 What is the Total of the Player with a Finish of 1?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT COUNT(""total"") FROM ""made_the_cut"" WHERE ""finish""='1';",2-17162166-2 What was the 2010 population of frankfort which has a rank smaller than 14?,"CREATE TABLE ""cities_and_towns"" ( ""rank"" real, ""city"" text, ""2010_pop"" real, ""2000_pop"" real, ""current_pop"" real );","SELECT AVG(""2010_pop"") FROM ""cities_and_towns"" WHERE ""city""='frankfort' AND ""rank""<14;",2-16846-6 What was the class position of the team that was in the 4th position?,"CREATE TABLE ""24_hours_of_le_mans_results"" ( ""year"" real, ""team"" text, ""co_drivers"" text, ""class"" text, ""laps"" real, ""pos"" text, ""class_pos"" text );","SELECT ""class_pos"" FROM ""24_hours_of_le_mans_results"" WHERE ""pos""='4th';",2-1628307-5 "What is Class Pos., when Year is before 2013, and when Laps is greater than 175?","CREATE TABLE ""24_hours_of_le_mans_results"" ( ""year"" real, ""team"" text, ""co_drivers"" text, ""class"" text, ""laps"" real, ""pos"" text, ""class_pos"" text );","SELECT ""class_pos"" FROM ""24_hours_of_le_mans_results"" WHERE ""year""<2013 AND ""laps"">175;",2-1628307-5 Which Year has a Category of best original song (รอเธอหันมา – โฟกัส จิระกุล)?,"CREATE TABLE ""awards"" ( ""year"" real, ""award"" text, ""category"" text, ""country"" text, ""result"" text );","SELECT MAX(""year"") FROM ""awards"" WHERE ""category""='best original song (รอเธอหันมา – โฟกัส จิระกุล)';",2-17093305-1 "Which Year has an Award of 17th bangkok critics assembly awards, and a Category of best original score?","CREATE TABLE ""awards"" ( ""year"" real, ""award"" text, ""category"" text, ""country"" text, ""result"" text );","SELECT ""year"" FROM ""awards"" WHERE ""award""='17th bangkok critics assembly awards' AND ""category""='best original score';",2-17093305-1 "Which Country has a Result of nominated, an Award of 17th bangkok critics assembly awards, and a Category of best screenplay?","CREATE TABLE ""awards"" ( ""year"" real, ""award"" text, ""category"" text, ""country"" text, ""result"" text );","SELECT ""country"" FROM ""awards"" WHERE ""result""='nominated' AND ""award""='17th bangkok critics assembly awards' AND ""category""='best screenplay';",2-17093305-1 Who was the opponent with a record of 14-4-1 and has a round of 1?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""location"" text );","SELECT ""opponent"" FROM ""mixed_martial_arts_record"" WHERE ""round""='1' AND ""record""='14-4-1';",2-17440650-2 What is the round in Finland with a draw for method?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""location"" text );","SELECT ""round"" FROM ""mixed_martial_arts_record"" WHERE ""location""='finland' AND ""method""='draw';",2-17440650-2 What's the location when the record was 6-0-1?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""record""='6-0-1';",2-17440650-2 "Who was the opponent on October 14, 1984?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""opponent"" FROM ""schedule"" WHERE ""date""='october 14, 1984';",2-16642773-2 What was the result in a week lower than 10 with an opponent of Chicago Bears?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""week""<10 AND ""opponent""='chicago bears';",2-16642773-2 What is the sum of attendance when the result was l 16-13?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""schedule"" WHERE ""result""='l 16-13';",2-16642773-2 "What is the name when the position was fullback, hooker?","CREATE TABLE ""rugby_sevens"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""club"" text );","SELECT ""name"" FROM ""rugby_sevens"" WHERE ""pos""='fullback, hooker';",2-1732466-42 What is the name when the position is centre?,"CREATE TABLE ""rugby_sevens"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""club"" text );","SELECT ""name"" FROM ""rugby_sevens"" WHERE ""pos""='centre';",2-1732466-42 Which show has a character of Rohan?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""award_ceremony"" text, ""category"" text, ""show"" text, ""character"" text, ""result"" text );","SELECT ""show"" FROM ""awards_and_nominations"" WHERE ""character""='rohan';",2-16658270-1 Which show was nominated for the ITA Milestone Award at the Indian Television Academy Awards?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""award_ceremony"" text, ""category"" text, ""show"" text, ""character"" text, ""result"" text );","SELECT ""show"" FROM ""awards_and_nominations"" WHERE ""award_ceremony""='indian television academy awards' AND ""category""='ita milestone award';",2-16658270-1 Which character was nominated in the 2010 Indian Television Academy Awards?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""award_ceremony"" text, ""category"" text, ""show"" text, ""character"" text, ""result"" text );","SELECT ""character"" FROM ""awards_and_nominations"" WHERE ""year""=2010 AND ""award_ceremony""='indian television academy awards';",2-16658270-1 "What rank is the title with a gross of $26,589,355?","CREATE TABLE ""top_grossing_films_u_s"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director_s"" text, ""gross"" text );","SELECT ""rank"" FROM ""top_grossing_films_u_s"" WHERE ""gross""='$26,589,355';",2-171680-1 "Which title ranked lower than 19 has a gross of $11,833,696?","CREATE TABLE ""top_grossing_films_u_s"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director_s"" text, ""gross"" text );","SELECT ""title"" FROM ""top_grossing_films_u_s"" WHERE ""rank""<19 AND ""gross""='$11,833,696';",2-171680-1 "What rank has a gross of $35,976,000?","CREATE TABLE ""top_grossing_films_u_s"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director_s"" text, ""gross"" text );","SELECT ""rank"" FROM ""top_grossing_films_u_s"" WHERE ""gross""='$35,976,000';",2-171680-1 What is the rank of The Big Doll House?,"CREATE TABLE ""top_grossing_films_u_s"" ( ""rank"" real, ""title"" text, ""studio"" text, ""director_s"" text, ""gross"" text );","SELECT MIN(""rank"") FROM ""top_grossing_films_u_s"" WHERE ""title""='the big doll house';",2-171680-1 "What is the Equipment that has a Point bigger than 256, and a Position of 3?","CREATE TABLE ""the_2013_season"" ( ""position"" real, ""driver_passenger"" text, ""equipment"" text, ""bike_no"" real, ""points"" real );","SELECT ""equipment"" FROM ""the_2013_season"" WHERE ""points"">256 AND ""position""=3;",2-16729457-18 "What is the Equipment that has a Points littler than 442, and a Position of 9?","CREATE TABLE ""the_2013_season"" ( ""position"" real, ""driver_passenger"" text, ""equipment"" text, ""bike_no"" real, ""points"" real );","SELECT ""equipment"" FROM ""the_2013_season"" WHERE ""points""<442 AND ""position""=9;",2-16729457-18 "What is the most elevated Position that has a Points of 257, and a Bike No littler than 19?","CREATE TABLE ""the_2013_season"" ( ""position"" real, ""driver_passenger"" text, ""equipment"" text, ""bike_no"" real, ""points"" real );","SELECT MAX(""position"") FROM ""the_2013_season"" WHERE ""points""=257 AND ""bike_no""<19;",2-16729457-18 "When Bunky Henry of the United States scored higher than 67 and his To par was e, what was his place?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""score"">67 AND ""country""='united states' AND ""to_par""='e' AND ""player""='bunky henry';",2-17277086-3 "When Bunky Henry of the United States scored higher than 68 and his To par was e, what was his place?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""score"">68 AND ""to_par""='e' AND ""player""='bunky henry';",2-17277086-3 Where did Bob Murphy of the United States place?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""country""='united states' AND ""player""='bob murphy';",2-17277086-3 "When Bunky Henry placed t8, what was his To par?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""to_par"" FROM ""first_round"" WHERE ""place""='t8' AND ""player""='bunky henry';",2-17277086-3 Which country is George Archer from?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""country"" FROM ""first_round"" WHERE ""player""='george archer';",2-17277086-3 Which season has Zach Jacobson in third?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""season"" FROM ""teams"" WHERE ""third""='zach jacobson';",2-16449896-1 Who was the lead with John Shuster as skip in the season of 2009–10?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""teams"" WHERE ""skip""='john shuster' AND ""season""='2009–10';",2-16449896-1 Who was second when Shane McKinlay was the lead?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""second"" FROM ""teams"" WHERE ""lead""='shane mckinlay';",2-16449896-1 Who was the lead with Pete Fenson as skip and Joe Polo as second in season 2005–06?,"CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""teams"" WHERE ""skip""='pete fenson' AND ""second""='joe polo' AND ""season""='2005–06';",2-16449896-1 "Who was the lead with John Shuster as skip, Chris Plys in second, and Jeff Isaacson in third?","CREATE TABLE ""teams"" ( ""season"" text, ""skip"" text, ""third"" text, ""second"" text, ""lead"" text );","SELECT ""lead"" FROM ""teams"" WHERE ""skip""='john shuster' AND ""third""='jeff isaacson' AND ""second""='chris plys';",2-16449896-1 "WHAT IS THE TO PAR WITH A FINISH OF T11, FOR DAVID GRAHAM?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT ""to_par"" FROM ""made_the_cut"" WHERE ""finish""='t11' AND ""player""='david graham';",2-17231267-1 WHAT IS THE TOTAL THAT HAS A WIN IN 1982?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT AVG(""total"") FROM ""made_the_cut"" WHERE ""year_s_won""='1982';",2-17231267-1 "WHAT IS THE TOTAL, OF A TO PAR FOR HUBERT GREEN, AND A TOTAL LARGER THAN 291?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real, ""finish"" text );","SELECT COUNT(""to_par"") FROM ""made_the_cut"" WHERE ""player""='hubert green' AND ""total"">291;",2-17231267-1 "With a 35 to 39 greater than 3,315 what is the 45 to 49?","CREATE TABLE ""5_indigenous_groups_of_north_west"" ( ""c_w_15"" real, ""oblast_age"" text, ""15_to_17"" real, ""18_to_19"" real, ""20_to_24"" real, ""25_to_29"" real, ""30_to_34"" real, ""35_to_39"" real, ""40_to_44"" real, ""45_to_49"" real, ""50_to_54"" real, ""55_to_59"" real, ""60_to_64"" real, ""65_to_69"" real );","SELECT ""45_to_49"" FROM ""5_indigenous_groups_of_north_west"" WHERE ""35_to_39"">'3,315';",2-16457934-5 "What is the number of 40 to 44 when the 50 to 54 is less than 4,184, and the 15 to 17 is less than 3?","CREATE TABLE ""5_indigenous_groups_of_north_west"" ( ""c_w_15"" real, ""oblast_age"" text, ""15_to_17"" real, ""18_to_19"" real, ""20_to_24"" real, ""25_to_29"" real, ""30_to_34"" real, ""35_to_39"" real, ""40_to_44"" real, ""45_to_49"" real, ""50_to_54"" real, ""55_to_59"" real, ""60_to_64"" real, ""65_to_69"" real );","SELECT COUNT(""40_to_44"") FROM ""5_indigenous_groups_of_north_west"" WHERE ""50_to_54""<'4,184' AND ""15_to_17""<3;",2-16457934-5 "With a 20 to 24 less than 676, and a 15 to 17 greater than 16, and a 60 to 64 less than 3,142, what is the average 45 to 49?","CREATE TABLE ""5_indigenous_groups_of_north_west"" ( ""c_w_15"" real, ""oblast_age"" text, ""15_to_17"" real, ""18_to_19"" real, ""20_to_24"" real, ""25_to_29"" real, ""30_to_34"" real, ""35_to_39"" real, ""40_to_44"" real, ""45_to_49"" real, ""50_to_54"" real, ""55_to_59"" real, ""60_to_64"" real, ""65_to_69"" real );","SELECT AVG(""45_to_49"") FROM ""5_indigenous_groups_of_north_west"" WHERE ""20_to_24""<676 AND ""15_to_17"">16 AND ""60_to_64""<'3,142';",2-16457934-5 "What is the total 30 to 34 when the 40 to 44 is greater than 3,003, and the 50 to 54 is greater than 4,184?","CREATE TABLE ""5_indigenous_groups_of_north_west"" ( ""c_w_15"" real, ""oblast_age"" text, ""15_to_17"" real, ""18_to_19"" real, ""20_to_24"" real, ""25_to_29"" real, ""30_to_34"" real, ""35_to_39"" real, ""40_to_44"" real, ""45_to_49"" real, ""50_to_54"" real, ""55_to_59"" real, ""60_to_64"" real, ""65_to_69"" real );","SELECT SUM(""30_to_34"") FROM ""5_indigenous_groups_of_north_west"" WHERE ""40_to_44"">'3,003' AND ""50_to_54"">'4,184';",2-16457934-5 "What is the total 60 to 64 when the Oblast\Age is Nenets in Yamal AO, and the 45 to 49 is bigger than 3,883?","CREATE TABLE ""5_indigenous_groups_of_north_west"" ( ""c_w_15"" real, ""oblast_age"" text, ""15_to_17"" real, ""18_to_19"" real, ""20_to_24"" real, ""25_to_29"" real, ""30_to_34"" real, ""35_to_39"" real, ""40_to_44"" real, ""45_to_49"" real, ""50_to_54"" real, ""55_to_59"" real, ""60_to_64"" real, ""65_to_69"" real );","SELECT SUM(""60_to_64"") FROM ""5_indigenous_groups_of_north_west"" WHERE ""oblast_age""='nenets in yamal ao' AND ""45_to_49"">'3,883';",2-16457934-5 "What is the mean 55 to 59 when the C/W 15+ is greater than 2,385, and the 30 to 34 is 2,483, and the 35 to 39 is greater than 3,315?","CREATE TABLE ""5_indigenous_groups_of_north_west"" ( ""c_w_15"" real, ""oblast_age"" text, ""15_to_17"" real, ""18_to_19"" real, ""20_to_24"" real, ""25_to_29"" real, ""30_to_34"" real, ""35_to_39"" real, ""40_to_44"" real, ""45_to_49"" real, ""50_to_54"" real, ""55_to_59"" real, ""60_to_64"" real, ""65_to_69"" real );","SELECT AVG(""55_to_59"") FROM ""5_indigenous_groups_of_north_west"" WHERE ""c_w_15"">'2,385' AND ""30_to_34""='2,483' AND ""35_to_39"">'3,315';",2-16457934-5 Can you tell me the sum of Area km 2 that has the Official Name of glenelg?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT SUM(""area_km_2"") FROM ""parishes"" WHERE ""official_name""='glenelg';",2-171354-2 "Can you tell me the lowest Area km 2 that has the Population of 2,352?","CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT MIN(""area_km_2"") FROM ""parishes"" WHERE ""population""='2,352';",2-171354-2 "What is the FCC info for the radio station in West Lafayette, Indiana?","CREATE TABLE ""owned_operated_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""state"" text, ""fcc_info"" text );","SELECT ""fcc_info"" FROM ""owned_operated_stations"" WHERE ""state""='indiana' AND ""city_of_license""='west lafayette';",2-1677211-1 What is the frequency of the radio station in Indiana that has a call sign of WGNR?,"CREATE TABLE ""owned_operated_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""state"" text, ""fcc_info"" text );","SELECT ""frequency"" FROM ""owned_operated_stations"" WHERE ""state""='indiana' AND ""call_sign""='wgnr';",2-1677211-1 What is the frequency of the radio station with a call sign of WGNR-FM?,"CREATE TABLE ""owned_operated_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""state"" text, ""fcc_info"" text );","SELECT ""frequency"" FROM ""owned_operated_stations"" WHERE ""call_sign""='wgnr-fm';",2-1677211-1 What state is the radio station in that has a frequency of 90.1 FM and a city license in New Castle?,"CREATE TABLE ""owned_operated_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""state"" text, ""fcc_info"" text );","SELECT ""state"" FROM ""owned_operated_stations"" WHERE ""frequency""='90.1 fm' AND ""city_of_license""='new castle';",2-1677211-1 What city is 103.3 FM licensed in?,"CREATE TABLE ""owned_operated_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""state"" text, ""fcc_info"" text );","SELECT ""city_of_license"" FROM ""owned_operated_stations"" WHERE ""frequency""='103.3 fm';",2-1677211-1 What is the call sign for 90.9 FM which is in Florida?,"CREATE TABLE ""owned_operated_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""state"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""owned_operated_stations"" WHERE ""state""='florida' AND ""frequency""='90.9 fm';",2-1677211-1 What is the result for the Call to Arms I event?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""location"" text );","SELECT ""res"" FROM ""mixed_martial_arts_record"" WHERE ""event""='call to arms i';",2-17433882-2 What is the record for the Utah Jazz?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""team""='utah jazz';",2-17382360-7 what is the location when the method is tko (punches) and the time is 2:48?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""method""='tko (punches)' AND ""time""='2:48';",2-17614618-2 what is the location when the record is 5-1-1?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""record""='5-1-1';",2-17614618-2 "What is the total avg/g of McCrary, Greg?","CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""effic"" real, ""cmp_att_int"" text, ""avg_g"" real );","SELECT COUNT(""avg_g"") FROM ""passing"" WHERE ""name""='mccrary, greg';",2-16981858-6 What is the lowest effic with a 58.9 avg/g?,"CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""effic"" real, ""cmp_att_int"" text, ""avg_g"" real );","SELECT MIN(""effic"") FROM ""passing"" WHERE ""avg_g""=58.9;",2-16981858-6 "What is the avg/g of Rhines, Chris, who has an effic greater than 73.95?","CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""effic"" real, ""cmp_att_int"" text, ""avg_g"" real );","SELECT ""avg_g"" FROM ""passing"" WHERE ""effic"">73.95 AND ""name""='rhines, chris';",2-16981858-6 Which week has a record of 5–2?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""week"" FROM ""schedule"" WHERE ""record""='5–2';",2-16729076-1 On what date was the result w 28–7?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""result""='w 28–7';",2-16729076-1 Who has a birth of 16 august 1401?,"CREATE TABLE ""house_of_valois"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_dauphine"" text, ""ceased_to_be_dauphine"" text, ""death"" text, ""husband"" text );","SELECT ""name"" FROM ""house_of_valois"" WHERE ""birth""='16 august 1401';",2-16404058-1 "when was the death of the person with husband Charles, 1st dauphin?","CREATE TABLE ""house_of_valois"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_dauphine"" text, ""ceased_to_be_dauphine"" text, ""death"" text, ""husband"" text );","SELECT ""death"" FROM ""house_of_valois"" WHERE ""husband""='charles, 1st dauphin';",2-16404058-1 when was the death when the birth was 8 december 1542?,"CREATE TABLE ""house_of_valois"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_dauphine"" text, ""ceased_to_be_dauphine"" text, ""death"" text, ""husband"" text );","SELECT ""death"" FROM ""house_of_valois"" WHERE ""birth""='8 december 1542';",2-16404058-1 When was became dauphine when birth is 1393?,"CREATE TABLE ""house_of_valois"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_dauphine"" text, ""ceased_to_be_dauphine"" text, ""death"" text, ""husband"" text );","SELECT ""became_dauphine"" FROM ""house_of_valois"" WHERE ""birth""='1393';",2-16404058-1 when was the marriage when became dauphine is 31 august 1412?,"CREATE TABLE ""house_of_valois"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_dauphine"" text, ""ceased_to_be_dauphine"" text, ""death"" text, ""husband"" text );","SELECT ""marriage"" FROM ""house_of_valois"" WHERE ""became_dauphine""='31 august 1412';",2-16404058-1 who is the husband when ceased to be dauphine is 22 july 1461 became queen?,"CREATE TABLE ""house_of_valois"" ( ""name"" text, ""birth"" text, ""marriage"" text, ""became_dauphine"" text, ""ceased_to_be_dauphine"" text, ""death"" text, ""husband"" text );","SELECT ""husband"" FROM ""house_of_valois"" WHERE ""ceased_to_be_dauphine""='22 july 1461 became queen';",2-16404058-1 what is the least money ($) when the country is united states and the player is kirk triplett?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT MIN(""money"") FROM ""final_round"" WHERE ""country""='united states' AND ""player""='kirk triplett';",2-16457250-7 what is the most money ($) when the score is 71-74-69-72=286?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT MAX(""money"") FROM ""final_round"" WHERE ""score""='71-74-69-72=286';",2-16457250-7 "What is the Money ($) when the Place is t6, and Player is chris dimarco?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""money"" FROM ""final_round"" WHERE ""place""='t6' AND ""player""='chris dimarco';",2-16457250-7 "What's the sum of the total congregation in the manitoba province with less than 1,208,268 population?","CREATE TABLE ""table"" ( ""province"" text, ""membership"" real, ""population"" real, ""pct_lds"" text, ""branches"" real, ""total_congregations"" real );","SELECT SUM(""total_congregations"") FROM ""table"" WHERE ""province""='manitoba' AND ""population""<'1,208,268';",2-16785055-1 "What's the sum of population when the membership is 51,439 for fewer than 40 branches?","CREATE TABLE ""table"" ( ""province"" text, ""membership"" real, ""population"" real, ""pct_lds"" text, ""branches"" real, ""total_congregations"" real );","SELECT SUM(""population"") FROM ""table"" WHERE ""membership""='51,439' AND ""branches""<40;",2-16785055-1 "What's the fewest number of branches with more than 1 total congregations, a population of 1,033,381, and a membership smaller than 5,671?","CREATE TABLE ""table"" ( ""province"" text, ""membership"" real, ""population"" real, ""pct_lds"" text, ""branches"" real, ""total_congregations"" real );","SELECT MIN(""branches"") FROM ""table"" WHERE ""total_congregations"">1 AND ""population""='1,033,381' AND ""membership""<'5,671';",2-16785055-1 What year was Jamboree made?,"CREATE TABLE ""filmography_cinema"" ( ""movie_title"" text, ""year"" real, ""role"" text, ""director"" text, ""producer"" text );","SELECT ""year"" FROM ""filmography_cinema"" WHERE ""movie_title""='jamboree';",2-167051-1 What movie was made in 1957?,"CREATE TABLE ""filmography_cinema"" ( ""movie_title"" text, ""year"" real, ""role"" text, ""director"" text, ""producer"" text );","SELECT ""movie_title"" FROM ""filmography_cinema"" WHERE ""year""=1957;",2-167051-1 What year was Sam Kazman a producer?,"CREATE TABLE ""filmography_cinema"" ( ""movie_title"" text, ""year"" real, ""role"" text, ""director"" text, ""producer"" text );","SELECT ""year"" FROM ""filmography_cinema"" WHERE ""producer""='sam kazman';",2-167051-1 Who were the producers in 1961?,"CREATE TABLE ""filmography_cinema"" ( ""movie_title"" text, ""year"" real, ""role"" text, ""director"" text, ""producer"" text );","SELECT ""producer"" FROM ""filmography_cinema"" WHERE ""year""=1961;",2-167051-1 What were the roles in 1961?,"CREATE TABLE ""filmography_cinema"" ( ""movie_title"" text, ""year"" real, ""role"" text, ""director"" text, ""producer"" text );","SELECT ""role"" FROM ""filmography_cinema"" WHERE ""year""=1961;",2-167051-1 What was the date during week 13?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""week""=13;",2-16406423-2 what is the game when on november 27?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT SUM(""game"") FROM ""schedule_and_results"" WHERE ""november""=27;",2-17562992-3 who is the opponent on november 24?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""november"" real, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule_and_results"" WHERE ""november""=24;",2-17562992-3 "Which opposing team had an Against score less than 42 and a Tour Match status in Rugby Park, Gisborne?","CREATE TABLE ""matches"" ( ""opposing_team"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""opposing_team"" FROM ""matches"" WHERE ""against""<42 AND ""status""='tour match' AND ""venue""='rugby park, gisborne';",2-17058287-1 What date was the opposing team Poverty Bay?,"CREATE TABLE ""matches"" ( ""opposing_team"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""date"" FROM ""matches"" WHERE ""opposing_team""='poverty bay';",2-17058287-1 Which venue had an against score smaller than 18 when the opposing team was North Auckland?,"CREATE TABLE ""matches"" ( ""opposing_team"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""venue"" FROM ""matches"" WHERE ""against""<18 AND ""opposing_team""='north auckland';",2-17058287-1 What was the score when the time was 14:00?,"CREATE TABLE ""pool_f"" ( ""date"" text, ""time"" text, ""score"" text, ""set_1"" text, ""set_2"" text, ""set_3"" text, ""total"" text );","SELECT ""score"" FROM ""pool_f"" WHERE ""time""='14:00';",2-16593943-13 "What is High Assists, when High Points is ""Kobe Bryant (27)"", and when High Rebounds is ""Pau Gasol (11)""?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""high_points""='kobe bryant (27)' AND ""high_rebounds""='pau gasol (11)';",2-17190012-5 What is the record for the St. Louis team?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""location_attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""team""='st. louis';",2-17382411-6 What shows for 2002 when the 1991 is w?,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text );","SELECT ""2002"" FROM ""doubles_performance_timeline"" WHERE ""1991""='w';",2-1723516-10 What shows for 1995 when 1996 shows grand slams?,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text );","SELECT ""1995"" FROM ""doubles_performance_timeline"" WHERE ""1996""='grand slams';",2-1723516-10 "What shows for 202 when the 1994 is A, the 1989 is NME, and the 199 is 2R?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text );","SELECT ""2002"" FROM ""doubles_performance_timeline"" WHERE ""1994""='a' AND ""1989""='nme' AND ""1999""='2r';",2-1723516-10 "What shows for 1992 when 1988 is A, at the Australian Open?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text );","SELECT ""1992"" FROM ""doubles_performance_timeline"" WHERE ""1988""='a' AND ""tournament""='australian open';",2-1723516-10 "What shows for 1992 when 2001 is 1r, 1994 is 1r, and the 2002 is qf?","CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text );","SELECT ""1992"" FROM ""doubles_performance_timeline"" WHERE ""2001""='1r' AND ""1994""='1r' AND ""2002""='qf';",2-1723516-10 What shows for 1988 when 1994 shows 10–6?,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""1988"" text, ""1989"" text, ""1990"" text, ""1991"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text );","SELECT ""1988"" FROM ""doubles_performance_timeline"" WHERE ""1994""='10–6';",2-1723516-10 What result is found for the round that has f?,"CREATE TABLE ""league_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""result"" FROM ""league_cup"" WHERE ""round""='f';",2-16649537-6 What was the method of resolution for the fight against dale hartt?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""method"" FROM ""mixed_martial_arts_record"" WHERE ""opponent""='dale hartt';",2-17440434-2 Which phase is for the Matchday 4 Round?,"CREATE TABLE ""round_and_draw_dates"" ( ""phase"" text, ""round"" text, ""draw_date"" text, ""first_leg"" text, ""second_leg"" text );","SELECT ""phase"" FROM ""round_and_draw_dates"" WHERE ""round""='matchday 4';",2-16623894-6 "what is the mountain range when the state is colorado, rank is higher than 90 and mountain peak is whetstone mountain?","CREATE TABLE ""the_200_highest_summits_of_the_united_st"" ( ""rank"" real, ""mountain_peak"" text, ""state"" text, ""mountain_range"" text, ""location"" text );","SELECT ""mountain_range"" FROM ""the_200_highest_summits_of_the_united_st"" WHERE ""state""='colorado' AND ""rank"">90 AND ""mountain_peak""='whetstone mountain';",2-16234974-1 what is the mountain peak when the location is 37.5775°n 105.4856°w?,"CREATE TABLE ""the_200_highest_summits_of_the_united_st"" ( ""rank"" real, ""mountain_peak"" text, ""state"" text, ""mountain_range"" text, ""location"" text );","SELECT ""mountain_peak"" FROM ""the_200_highest_summits_of_the_united_st"" WHERE ""location""='37.5775°n 105.4856°w';",2-16234974-1 what is the mountain range when the mountain peak is mauna kea?,"CREATE TABLE ""the_200_highest_summits_of_the_united_st"" ( ""rank"" real, ""mountain_peak"" text, ""state"" text, ""mountain_range"" text, ""location"" text );","SELECT ""mountain_range"" FROM ""the_200_highest_summits_of_the_united_st"" WHERE ""mountain_peak""='mauna kea';",2-16234974-1 what is the rank when the state is colorado and the location is 37.7859°n 107.7039°w?,"CREATE TABLE ""the_200_highest_summits_of_the_united_st"" ( ""rank"" real, ""mountain_peak"" text, ""state"" text, ""mountain_range"" text, ""location"" text );","SELECT SUM(""rank"") FROM ""the_200_highest_summits_of_the_united_st"" WHERE ""state""='colorado' AND ""location""='37.7859°n 107.7039°w';",2-16234974-1 What is the number of people in attendance when the time is 3:00?,"CREATE TABLE ""detroit_tigers_vs_oakland_a_s"" ( ""game"" real, ""date"" text, ""score"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT ""attendance"" FROM ""detroit_tigers_vs_oakland_a_s"" WHERE ""time""='3:00';",2-1761786-1 What was the score at Tiger Stadium on October 12?,"CREATE TABLE ""detroit_tigers_vs_oakland_a_s"" ( ""game"" real, ""date"" text, ""score"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT ""score"" FROM ""detroit_tigers_vs_oakland_a_s"" WHERE ""location""='tiger stadium' AND ""date""='october 12';",2-1761786-1 "What is the number of people in attendance at Oakland-Alameda County Coliseum, and game is 2?","CREATE TABLE ""detroit_tigers_vs_oakland_a_s"" ( ""game"" real, ""date"" text, ""score"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""detroit_tigers_vs_oakland_a_s"" WHERE ""location""='oakland-alameda county coliseum' AND ""game""=2;",2-1761786-1 Who had the most assists in the game against Atlanta?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""team""='atlanta';",2-17190012-8 What is the lowest played with a lost bigger than 10?,"CREATE TABLE ""clausura_2008_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT MIN(""played"") FROM ""clausura_2008_standings"" WHERE ""lost"">10;",2-16773359-1 "What team with a goals conceded smaller than 25, and a place smaller than 3?","CREATE TABLE ""clausura_2008_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT ""team"" FROM ""clausura_2008_standings"" WHERE ""goals_conceded""<25 AND ""place""<3;",2-16773359-1 "What is the sum of draw with a lost smaller than 6, and a place of 5, and a goals scored less than 29?","CREATE TABLE ""clausura_2008_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT SUM(""draw"") FROM ""clausura_2008_standings"" WHERE ""lost""<6 AND ""place""=5 AND ""goals_scored""<29;",2-16773359-1 What is the total number for a place with points smaller than 12?,"CREATE TABLE ""clausura_2008_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT COUNT(""place"") FROM ""clausura_2008_standings"" WHERE ""points""<12;",2-16773359-1 "What is Place, when Country is ""United States"", and when Player is ""Lee Trevino""?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""country""='united states' AND ""player""='lee trevino';",2-17231351-3 "What is the total number of Score, when Country is ""United States"", and when Player is ""Lee Trevino""?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT COUNT(""score"") FROM ""first_round"" WHERE ""country""='united states' AND ""player""='lee trevino';",2-17231351-3 "What is To Par, when Place is ""T9"", and when Player is ""Lee Trevino""?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""to_par"" FROM ""first_round"" WHERE ""place""='t9' AND ""player""='lee trevino';",2-17231351-3 "What is the Country, when Place is T6, and when Player is ""Raymond Floyd""?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""country"" FROM ""first_round"" WHERE ""place""='t6' AND ""player""='raymond floyd';",2-17231351-3 What were the years for Seasons in CSL when they played in the Guiyang Olympic Sports Center and had Top Division Titles (Overall) of 0?,"CREATE TABLE ""current_clubs"" ( ""club"" text, ""chinese_name"" text, ""home_stadium"" text, ""capacity"" real, ""seasons_in_csl"" text, ""best_finish"" text, ""worst_finish"" text, ""spell_in_level_1"" text, ""top_division_titles_overall"" real, ""top_division_titles_professional"" real, ""last_title"" text );","SELECT ""seasons_in_csl"" FROM ""current_clubs"" WHERE ""top_division_titles_overall""=0 AND ""home_stadium""='guiyang olympic sports center';",2-1741728-5 "What is To Par, when Place is ""T5"", and when Country is ""United States""?","CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""third_round"" WHERE ""place""='t5' AND ""country""='united states';",2-17128242-6 "What is Score, when Country is ""United States"", and when To Par is ""+4""?","CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""third_round"" WHERE ""country""='united states' AND ""to_par""='+4';",2-17128242-6 "What is Player, when Score is ""66-74-76=216""?","CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""score""='66-74-76=216';",2-17128242-6 "What is Country, when Place is ""T9"", and when Player is ""Michael Campbell""?","CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""third_round"" WHERE ""place""='t9' AND ""player""='michael campbell';",2-17128242-6 "What is Player, when Country is ""England"", and when Place is ""T7""?","CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""country""='england' AND ""place""='t7';",2-17128242-6 "What is Player, when Place is ""1""?","CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""place""='1';",2-17128242-6 What is the total of Mark O'meara?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT MIN(""total"") FROM ""made_the_cut"" WHERE ""player""='mark o''meara';",2-16457250-2 What is the total for Bernhard Langer?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT COUNT(""total"") FROM ""made_the_cut"" WHERE ""player""='bernhard langer';",2-16457250-2 Which player has +2 to par?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""to_par""='+2';",2-16457250-2 Which country has a finish of t22?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""finish""='t22';",2-16457250-2 Which player has a total of more than 290 and +4 to par.,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""total"">290 AND ""to_par""='+4';",2-16457250-2 What is the number of gold medals when the number of bronze medals is 8?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" text );","SELECT ""gold"" FROM ""medals_table"" WHERE ""bronze""='8';",2-17430115-1 What rank is the nation that has a bronze of source: Maltese Olympic Committee?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" text );","SELECT ""rank"" FROM ""medals_table"" WHERE ""bronze""='source: maltese olympic committee';",2-17430115-1 What rank is the nation with 2 silver medals?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" text );","SELECT ""rank"" FROM ""medals_table"" WHERE ""silver""='2';",2-17430115-1 What is the total medal count for the nation that has 5 gold?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" text );","SELECT ""total"" FROM ""medals_table"" WHERE ""gold""='5';",2-17430115-1 How many bronze medals does the nation ranked number 1 have?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" text );","SELECT ""bronze"" FROM ""medals_table"" WHERE ""rank""='1';",2-17430115-1 What nation has 28 bronze medals?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" text, ""silver"" text, ""bronze"" text, ""total"" text );","SELECT ""nation"" FROM ""medals_table"" WHERE ""bronze""='28';",2-17430115-1 "What is the average To Par, when Score is ""72-67-71-72=282""?","CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" real );","SELECT AVG(""to_par"") FROM ""final_leaderboard"" WHERE ""score""='72-67-71-72=282';",2-17277237-3 "What is the highest To Par, when Place is ""1""?","CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" real );","SELECT MAX(""to_par"") FROM ""final_leaderboard"" WHERE ""place""='1';",2-17277237-3 What's the nationality of Montreal Impact with Justin Mapp Category:articles with hcards as the player?,"CREATE TABLE ""george_gross_memorial_trophy"" ( ""year"" real, ""player"" text, ""position"" text, ""nationality"" text, ""team"" text );","SELECT ""nationality"" FROM ""george_gross_memorial_trophy"" WHERE ""team""='montreal impact' AND ""player""='justin mapp category:articles with hcards';",2-16472331-7 "After 2009, who was the player that has a nationality of Canada?","CREATE TABLE ""george_gross_memorial_trophy"" ( ""year"" real, ""player"" text, ""position"" text, ""nationality"" text, ""team"" text );","SELECT ""player"" FROM ""george_gross_memorial_trophy"" WHERE ""nationality""='canada' AND ""year"">2009;",2-16472331-7 "After 2009, what's the nationality of a player named Dwayne de Rosario Category:articles with hcards?","CREATE TABLE ""george_gross_memorial_trophy"" ( ""year"" real, ""player"" text, ""position"" text, ""nationality"" text, ""team"" text );","SELECT ""nationality"" FROM ""george_gross_memorial_trophy"" WHERE ""year"">2009 AND ""player""='dwayne de rosario category:articles with hcards';",2-16472331-7 What's the position when the player was Justin Mapp Category:articles with hcards with a United States nationality?,"CREATE TABLE ""george_gross_memorial_trophy"" ( ""year"" real, ""player"" text, ""position"" text, ""nationality"" text, ""team"" text );","SELECT ""position"" FROM ""george_gross_memorial_trophy"" WHERE ""nationality""='united states' AND ""player""='justin mapp category:articles with hcards';",2-16472331-7 "What is the result with an attendance larger than 10,107 and Celtic as the opponent?","CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""result"" FROM ""scottish_cup"" WHERE ""attendance"">'10,107' AND ""opponent""='celtic';",2-16649605-5 What is the result of round R3?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""result"" FROM ""scottish_cup"" WHERE ""round""='r3';",2-16649605-5 In which venue was round F?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""venue"" FROM ""scottish_cup"" WHERE ""round""='f';",2-16649605-5 How many top 10s belong to the team with a start of 7 and an average finish less than 16.7?,"CREATE TABLE ""nascar_camping_world_truck_series"" ( ""year"" real, ""starts"" real, ""wins"" real, ""top_5"" real, ""top_10"" real, ""poles"" real, ""avg_start"" real, ""avg_finish"" real, ""winnings"" text, ""position"" text, ""team_s"" text );","SELECT COUNT(""top_10"") FROM ""nascar_camping_world_truck_series"" WHERE ""starts""=7 AND ""avg_finish""<16.7;",2-1671401-3 "Which Competition has an Event of 50km, a Year earlier than 2010 and a Position of 3rd?","CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text );","SELECT ""competition"" FROM ""achievements"" WHERE ""event""='50km' AND ""year""<2010 AND ""position""='3rd';",2-17357560-1 What is the Position for the European U23 Championships?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text );","SELECT ""position"" FROM ""achievements"" WHERE ""competition""='european u23 championships';",2-17357560-1 Which Event has 5th Position in the European Championships Competition?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text );","SELECT ""event"" FROM ""achievements"" WHERE ""competition""='european championships' AND ""position""='5th';",2-17357560-1 "What Position is listed against a Venue of Debrecen, Hungary","CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text );","SELECT ""position"" FROM ""achievements"" WHERE ""venue""='debrecen, hungary';",2-17357560-1 How many blocks are there when the rebounds are fewer than 5.2?,"CREATE TABLE ""external_links"" ( ""season"" text, ""points"" real, ""rebounds"" real, ""assists"" real, ""blocks"" real, ""steals"" real, ""turnovers"" real );","SELECT COUNT(""blocks"") FROM ""external_links"" WHERE ""rebounds""<5.2;",2-17309500-1 What is the maximum rebounds when there are 0.9 steals and fewer than 1.4 turnovers?,"CREATE TABLE ""external_links"" ( ""season"" text, ""points"" real, ""rebounds"" real, ""assists"" real, ""blocks"" real, ""steals"" real, ""turnovers"" real );","SELECT MAX(""rebounds"") FROM ""external_links"" WHERE ""steals""=0.9 AND ""turnovers""<1.4;",2-17309500-1 "What team was the opponent in a week earlier than 17 on June 17, 2006?","CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""opponent"" FROM ""regular_season"" WHERE ""week""<17 AND ""date""='june 17, 2006';",2-17584390-1 "What is the result for the game on May 27, 2006?","CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""result"" FROM ""regular_season"" WHERE ""date""='may 27, 2006';",2-17584390-1 What is the Game site week 1?,"CREATE TABLE ""regular_season"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""game_site"" FROM ""regular_season"" WHERE ""week""=1;",2-17584390-1 "What was the highest Tie no when the home team was the Bolton Wanderers, and the date was Middlesbrough?","CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT MAX(""tie_no"") FROM ""fifth_round_proper"" WHERE ""home_team""='bolton wanderers' AND ""date""='middlesbrough';",2-17440483-6 What is the average Tie no when the date is Birmingham City?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT AVG(""tie_no"") FROM ""fifth_round_proper"" WHERE ""date""='birmingham city';",2-17440483-6 What was the Tie no when then home team was Stoke City for the game played on 9 February 1946?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""fifth_round_proper"" WHERE ""home_team""='stoke city' AND ""date""='9 february 1946';",2-17440483-6 How many attended the game with an opponent of bye?,"CREATE TABLE ""schedule"" ( ""game"" text, ""date"" text, ""opponent"" text, ""result"" text, ""dolphins_points"" text, ""opponents_points"" text, ""record"" text, ""streak"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""opponent""='bye';",2-16882190-2 "Which opponent had 73,428 in attendance?","CREATE TABLE ""schedule"" ( ""game"" text, ""date"" text, ""opponent"" text, ""result"" text, ""dolphins_points"" text, ""opponents_points"" text, ""record"" text, ""streak"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""attendance""='73,428';",2-16882190-2 What was the attendance of the Oakland Raiders game?,"CREATE TABLE ""schedule"" ( ""game"" text, ""date"" text, ""opponent"" text, ""result"" text, ""dolphins_points"" text, ""opponents_points"" text, ""record"" text, ""streak"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""opponent""='oakland raiders';",2-16882190-2 What is the streak for game 16 when the Dolphins had 21 points?,"CREATE TABLE ""schedule"" ( ""game"" text, ""date"" text, ""opponent"" text, ""result"" text, ""dolphins_points"" text, ""opponents_points"" text, ""record"" text, ""streak"" text, ""attendance"" text );","SELECT ""streak"" FROM ""schedule"" WHERE ""dolphins_points""='21' AND ""game""='16';",2-16882190-2 What is the streak for game 2?,"CREATE TABLE ""schedule"" ( ""game"" text, ""date"" text, ""opponent"" text, ""result"" text, ""dolphins_points"" text, ""opponents_points"" text, ""record"" text, ""streak"" text, ""attendance"" text );","SELECT ""streak"" FROM ""schedule"" WHERE ""game""='2';",2-16882190-2 How many opponents points were there on 11/11/01?,"CREATE TABLE ""schedule"" ( ""game"" text, ""date"" text, ""opponent"" text, ""result"" text, ""dolphins_points"" text, ""opponents_points"" text, ""record"" text, ""streak"" text, ""attendance"" text );","SELECT ""opponents_points"" FROM ""schedule"" WHERE ""date""='11/11/01';",2-16882190-2 Which Date has a Game of game 3?,"CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""date"" FROM ""nba_finals"" WHERE ""game""='game 3';",2-17102115-3 "Which Home Team has a Road Team of rochester, and a Result of 71-78?","CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""home_team"" FROM ""nba_finals"" WHERE ""road_team""='rochester' AND ""result""='71-78';",2-17102115-3 "Which Result has a Home Team of rochester, and a Game of game 5?","CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""result"" FROM ""nba_finals"" WHERE ""home_team""='rochester' AND ""game""='game 5';",2-17102115-3 "Which Road Team has a Home Team of rochester, and a Game of game 2?","CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""road_team"" FROM ""nba_finals"" WHERE ""home_team""='rochester' AND ""game""='game 2';",2-17102115-3 "Which Road Team has a Home Team of rochester, and a Result of 89-92?","CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""road_team"" FROM ""nba_finals"" WHERE ""home_team""='rochester' AND ""result""='89-92';",2-17102115-3 "Which Date has a Road Team of new york, and a Result of 79-75?","CREATE TABLE ""nba_finals"" ( ""game"" text, ""date"" text, ""home_team"" text, ""result"" text, ""road_team"" text );","SELECT ""date"" FROM ""nba_finals"" WHERE ""road_team""='new york' AND ""result""='79-75';",2-17102115-3 What was the highest assists for game 3?,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_assists"" FROM ""playoffs"" WHERE ""game""=3;",2-17622423-12 "What country is player ed sneed, who has a to par of +3, from?","CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""to_par""='+3' AND ""player""='ed sneed';",2-17245444-4 "What is the to par of player ed sneed, who has a t5 place?","CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""second_round"" WHERE ""place""='t5' AND ""player""='ed sneed';",2-17245444-4 Who is the player with a 70-75=145 score?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""score""='70-75=145';",2-17245444-4 "What is the to par of player tom weiskopf, who has a 71-74=145 score?","CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""second_round"" WHERE ""score""='71-74=145' AND ""player""='tom weiskopf';",2-17245444-4 Who is the player with a t5 place and a 75-70=145 score?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""place""='t5' AND ""score""='75-70=145';",2-17245444-4 What is the country of player ed sneed with a to par of +3?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""to_par""='+3' AND ""player""='ed sneed';",2-17245444-4 What is the Score of the game with a Record of 31–37–9?,"CREATE TABLE ""final_standings"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""final_standings"" WHERE ""record""='31–37–9';",2-17239112-7 What is the Score of the Pittsburgh Home game on March 3 with 61 Points?,"CREATE TABLE ""final_standings"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""score"" FROM ""final_standings"" WHERE ""home""='pittsburgh' AND ""points""=61 AND ""date""='march 3';",2-17239112-7 What is the Date of the game in Vancouver?,"CREATE TABLE ""final_standings"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""attendance"" real, ""record"" text, ""points"" real );","SELECT ""date"" FROM ""final_standings"" WHERE ""home""='vancouver';",2-17239112-7 Which Run 4 has Athletes of alexandru frimu & costel rădulescu?,"CREATE TABLE ""results"" ( ""team"" text, ""athletes"" text, ""run_1"" text, ""run_2"" text, ""run_3"" text, ""run_4"" text, ""final"" text );","SELECT ""run_4"" FROM ""results"" WHERE ""athletes""='alexandru frimu & costel rădulescu';",2-16977283-2 Which Final has a Team of liechtenstein (lie) liechtenstein i?,"CREATE TABLE ""results"" ( ""team"" text, ""athletes"" text, ""run_1"" text, ""run_2"" text, ""run_3"" text, ""run_4"" text, ""final"" text );","SELECT ""final"" FROM ""results"" WHERE ""team""='liechtenstein (lie) liechtenstein i';",2-16977283-2 Which Run 2 has a Run 1 of 1:30.03?,"CREATE TABLE ""results"" ( ""team"" text, ""athletes"" text, ""run_1"" text, ""run_2"" text, ""run_3"" text, ""run_4"" text, ""final"" text );","SELECT ""run_2"" FROM ""results"" WHERE ""run_1""='1:30.03';",2-16977283-2 Which Run 4 has a Run 3 of 1:26.63?,"CREATE TABLE ""results"" ( ""team"" text, ""athletes"" text, ""run_1"" text, ""run_2"" text, ""run_3"" text, ""run_4"" text, ""final"" text );","SELECT ""run_4"" FROM ""results"" WHERE ""run_3""='1:26.63';",2-16977283-2 Which Run 4 has a Run 1 of 1:25.82?,"CREATE TABLE ""results"" ( ""team"" text, ""athletes"" text, ""run_1"" text, ""run_2"" text, ""run_3"" text, ""run_4"" text, ""final"" text );","SELECT ""run_4"" FROM ""results"" WHERE ""run_1""='1:25.82';",2-16977283-2 Which Final has a Run 2 of 1:27.58?,"CREATE TABLE ""results"" ( ""team"" text, ""athletes"" text, ""run_1"" text, ""run_2"" text, ""run_3"" text, ""run_4"" text, ""final"" text );","SELECT ""final"" FROM ""results"" WHERE ""run_2""='1:27.58';",2-16977283-2 "which opponents in the u.s. championships played after 1945 and had a score of 3–6, 6–4, 2–6, 6–3, 20–18?","CREATE TABLE ""doubles"" ( ""year"" real, ""championship"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""opponents_in_the_final"" FROM ""doubles"" WHERE ""championship""='u.s. championships' AND ""year"">1945 AND ""score""='3–6, 6–4, 2–6, 6–3, 20–18';",2-1639306-2 "what is the most recent year gardnar mulloy played as a partner and score was 12–10, 8–10, 12–10, 6–2?","CREATE TABLE ""doubles"" ( ""year"" real, ""championship"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT MAX(""year"") FROM ""doubles"" WHERE ""partner""='gardnar mulloy' AND ""score""='12–10, 8–10, 12–10, 6–2';",2-1639306-2 What Ship was Built by Cammell Laird?,"CREATE TABLE ""references"" ( ""country"" text, ""builder"" text, ""location"" text, ""ship"" text, ""class_type"" text );","SELECT ""ship"" FROM ""references"" WHERE ""builder""='cammell laird';",2-16832887-1 What Country is the John S. McCain Ship from?,"CREATE TABLE ""references"" ( ""country"" text, ""builder"" text, ""location"" text, ""ship"" text, ""class_type"" text );","SELECT ""country"" FROM ""references"" WHERE ""ship""='john s. mccain';",2-16832887-1 What is the Cargo Ship located at Birkenhead?,"CREATE TABLE ""references"" ( ""country"" text, ""builder"" text, ""location"" text, ""ship"" text, ""class_type"" text );","SELECT ""ship"" FROM ""references"" WHERE ""class_type""='cargo ship' AND ""location""='birkenhead';",2-16832887-1 "What is the highest Population, when % LDS is 0.54%, and when Total Congregations is greater than 2?","CREATE TABLE ""territories"" ( ""state"" text, ""membership"" real, ""population"" real, ""pct_lds"" text, ""total_congregations"" real );","SELECT MAX(""population"") FROM ""territories"" WHERE ""pct_lds""='0.54%' AND ""total_congregations"">2;",2-16785053-2 "What is the total number of Total Congregations, when % LDS is 0.54%, and when Population is greater than 105,275?","CREATE TABLE ""territories"" ( ""state"" text, ""membership"" real, ""population"" real, ""pct_lds"" text, ""total_congregations"" real );","SELECT COUNT(""total_congregations"") FROM ""territories"" WHERE ""pct_lds""='0.54%' AND ""population"">'105,275';",2-16785053-2 "What is the highest Population, when State is Puerto Rico, and when Total Congregations is greater than 41?","CREATE TABLE ""territories"" ( ""state"" text, ""membership"" real, ""population"" real, ""pct_lds"" text, ""total_congregations"" real );","SELECT MAX(""population"") FROM ""territories"" WHERE ""state""='puerto rico' AND ""total_congregations"">41;",2-16785053-2 "What is Population, when Total Congregations is less than 4, and when % LDS is 0.54%?","CREATE TABLE ""territories"" ( ""state"" text, ""membership"" real, ""population"" real, ""pct_lds"" text, ""total_congregations"" real );","SELECT ""population"" FROM ""territories"" WHERE ""total_congregations""<4 AND ""pct_lds""='0.54%';",2-16785053-2 Who was the actor in Moscow who did the part done by John Carlisle in London in 2002?,"CREATE TABLE ""characters_and_cast"" ( ""actor_in_london_2002"" text, ""actor_in_new_york_2006"" text, ""actor_in_moscow_2007"" text, ""voyage"" text, ""shipwreck"" text );","SELECT ""actor_in_moscow_2007"" FROM ""characters_and_cast"" WHERE ""actor_in_london_2002""='john carlisle';",2-1730771-1 Who was the actor in London in 2002 with the shipwreck of Leonty Ibayev?,"CREATE TABLE ""characters_and_cast"" ( ""actor_in_london_2002"" text, ""actor_in_new_york_2006"" text, ""actor_in_moscow_2007"" text, ""voyage"" text, ""shipwreck"" text );","SELECT ""actor_in_london_2002"" FROM ""characters_and_cast"" WHERE ""shipwreck""='leonty ibayev';",2-1730771-1 Who was the Actor in the New York production in 2006 for the row with Ramilya Iskander performing in Moscow in 2007?,"CREATE TABLE ""characters_and_cast"" ( ""actor_in_london_2002"" text, ""actor_in_new_york_2006"" text, ""actor_in_moscow_2007"" text, ""voyage"" text, ""shipwreck"" text );","SELECT ""actor_in_new_york_2006"" FROM ""characters_and_cast"" WHERE ""actor_in_moscow_2007""='ramilya iskander';",2-1730771-1 Who was the 2007 actor from Moscow for the voyage of Varenka Bakunin?,"CREATE TABLE ""characters_and_cast"" ( ""actor_in_london_2002"" text, ""actor_in_new_york_2006"" text, ""actor_in_moscow_2007"" text, ""voyage"" text, ""shipwreck"" text );","SELECT ""actor_in_moscow_2007"" FROM ""characters_and_cast"" WHERE ""voyage""='varenka bakunin';",2-1730771-1 Who was the 2007 actor from Moscow for the shipwreck of Leonty Ibayev?,"CREATE TABLE ""characters_and_cast"" ( ""actor_in_london_2002"" text, ""actor_in_new_york_2006"" text, ""actor_in_moscow_2007"" text, ""voyage"" text, ""shipwreck"" text );","SELECT ""actor_in_moscow_2007"" FROM ""characters_and_cast"" WHERE ""shipwreck""='leonty ibayev';",2-1730771-1 Which institution is private/catholic?,"CREATE TABLE ""gold_division"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text );","SELECT ""institution"" FROM ""gold_division"" WHERE ""affiliation""='private/catholic';",2-16406736-1 What is the average enrollment of the Redbirds' school?,"CREATE TABLE ""gold_division"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text );","SELECT AVG(""enrollment"") FROM ""gold_division"" WHERE ""nickname""='redbirds';",2-16406736-1 What is Southern Illinois University Edwardsville's affiliation?,"CREATE TABLE ""gold_division"" ( ""institution"" text, ""location"" text, ""founded"" real, ""affiliation"" text, ""enrollment"" real, ""nickname"" text );","SELECT ""affiliation"" FROM ""gold_division"" WHERE ""institution""='southern illinois university edwardsville';",2-16406736-1 "With a 0-2 series, what is the high points?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_points"" FROM ""playoffs"" WHERE ""series""='0-2';",2-17382360-10 What is the an-stem for the word which has an ö-stems of siangar and an u-stem ending of syni?,"CREATE TABLE ""early_old_swedish"" ( ""masculine_a_stems"" text, ""masculine_u_stems"" text, ""feminine_stems"" text, ""neuter_a_stems"" text, ""masculine_an_stems"" text, ""feminine_n_stems"" text );","SELECT ""masculine_an_stems"" FROM ""early_old_swedish"" WHERE ""feminine_stems""='siangar' AND ""masculine_u_stems""='syni';",2-1738964-1 What ending does siangu get for ön?,"CREATE TABLE ""early_old_swedish"" ( ""masculine_a_stems"" text, ""masculine_u_stems"" text, ""feminine_stems"" text, ""neuter_a_stems"" text, ""masculine_an_stems"" text, ""feminine_n_stems"" text );","SELECT ""feminine_n_stems"" FROM ""early_old_swedish"" WHERE ""feminine_stems""='siangu';",2-1738964-1 What is the u form of the word with a neuter form of skip and a masculine a-ending of fisker?,"CREATE TABLE ""early_old_swedish"" ( ""masculine_a_stems"" text, ""masculine_u_stems"" text, ""feminine_stems"" text, ""neuter_a_stems"" text, ""masculine_an_stems"" text, ""feminine_n_stems"" text );","SELECT ""masculine_u_stems"" FROM ""early_old_swedish"" WHERE ""neuter_a_stems""='skip' AND ""masculine_a_stems""='fisker';",2-1738964-1 What is the masculine an form for the word with a feminine ö ending of siangar and a masculine u ending of sunar?,"CREATE TABLE ""early_old_swedish"" ( ""masculine_a_stems"" text, ""masculine_u_stems"" text, ""feminine_stems"" text, ""neuter_a_stems"" text, ""masculine_an_stems"" text, ""feminine_n_stems"" text );","SELECT ""masculine_an_stems"" FROM ""early_old_swedish"" WHERE ""feminine_stems""='siangar' AND ""masculine_u_stems""='sunar';",2-1738964-1 What is the masculine u form for the old Swedish word with a neuter a form of skipum?,"CREATE TABLE ""early_old_swedish"" ( ""masculine_a_stems"" text, ""masculine_u_stems"" text, ""feminine_stems"" text, ""neuter_a_stems"" text, ""masculine_an_stems"" text, ""feminine_n_stems"" text );","SELECT ""masculine_u_stems"" FROM ""early_old_swedish"" WHERE ""neuter_a_stems""='skipum';",2-1738964-1 A tournament on which date has a margin of victory of 2 strokes and a par of −16?,"CREATE TABLE ""pga_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_up"" text );","SELECT ""date"" FROM ""pga_tour_wins_5"" WHERE ""margin_of_victory""='2 strokes' AND ""to_par""='−16';",2-10856203-2 "Who was the runner-up in the tournament that has a margin of victory of 2 strokes, and a To par of −16?","CREATE TABLE ""pga_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_up"" text );","SELECT ""runner_up"" FROM ""pga_tour_wins_5"" WHERE ""margin_of_victory""='2 strokes' AND ""to_par""='−16';",2-10856203-2 What was the to par of the tournament that had Ken Duke as a runner-up?,"CREATE TABLE ""pga_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_up"" text );","SELECT ""to_par"" FROM ""pga_tour_wins_5"" WHERE ""runner_up""='ken duke';",2-10856203-2 What was the margin of victory when Brandt Snedeker was runner-up?,"CREATE TABLE ""pga_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_up"" text );","SELECT ""margin_of_victory"" FROM ""pga_tour_wins_5"" WHERE ""runner_up""='brandt snedeker';",2-10856203-2 What is the date that has a winning score of 67-70-68-67=272?,"CREATE TABLE ""pga_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text, ""runner_up"" text );","SELECT ""date"" FROM ""pga_tour_wins_5"" WHERE ""winning_score""='67-70-68-67=272';",2-10856203-2 "What year has a Schwante smaller than 2.043, an Eichstädt smaller than 848, and a Bärenklau smaller than 1.262?","CREATE TABLE ""subdivisions"" ( ""year"" real, ""b_tzow"" real, ""schwante"" real, ""vehlefanz"" real, ""neu_vehlefanz"" real, ""marwitz"" real, ""b_renklau"" real, ""eichst_dt"" real );","SELECT COUNT(""year"") FROM ""subdivisions"" WHERE ""schwante""<2.043 AND ""eichst_dt""<848 AND ""b_renklau""<1.262;",2-11680175-1 What's the score for a game over 56 with a record of 29-24-7 with a lundqvist decision?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""february"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""game"">56 AND ""decision""='lundqvist' AND ""record""='29-24-7';",2-11902503-7 What is the High rebounds with a Series with 4–2?,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_rebounds"" FROM ""playoffs"" WHERE ""series""='4–2';",2-11965481-11 "What is the High rebounds with a High assists with bryant (7), and a Team of @ utah?","CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""high_rebounds"" FROM ""playoffs"" WHERE ""high_assists""='bryant (7)' AND ""team""='@ utah';",2-11965481-11 What is the Series with a High rebounds with gasol (10)?,"CREATE TABLE ""playoffs"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""series"" text );","SELECT ""series"" FROM ""playoffs"" WHERE ""high_rebounds""='gasol (10)';",2-11965481-11 Tell me the D 49 and D 46 of r 13,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_49"" text, ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text, ""d_40"" text );","SELECT ""d_49"" FROM ""senate_composition_before_the_elections"" WHERE ""d_46""='r 13';",2-1106979-2 I want the D 40 with D 44 of d 15,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_49"" text, ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text, ""d_40"" text );","SELECT ""d_40"" FROM ""senate_composition_before_the_elections"" WHERE ""d_44""='d 15';",2-1106979-2 I want the D 45 and D 42 of r 22,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_49"" text, ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text, ""d_40"" text );","SELECT ""d_45"" FROM ""senate_composition_before_the_elections"" WHERE ""d_42""='r 22';",2-1106979-2 I want the D 46 for D 45 of r 5,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_49"" text, ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text, ""d_40"" text );","SELECT ""d_46"" FROM ""senate_composition_before_the_elections"" WHERE ""d_45""='r 5';",2-1106979-2 I want the D 47 for D 41 being r 21,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_49"" text, ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text, ""d_40"" text );","SELECT ""d_47"" FROM ""senate_composition_before_the_elections"" WHERE ""d_41""='r 21';",2-1106979-2 "What is the Name with a Year of junior, and a High School with wheatley?","CREATE TABLE ""roster"" ( ""name"" text, ""position"" text, ""height"" text, ""weight"" real, ""year"" text, ""home_town"" text, ""high_school"" text );","SELECT ""name"" FROM ""roster"" WHERE ""year""='junior' AND ""high_school""='wheatley';",2-12032893-1 What is the Home Town with a Name with rob cunningham?,"CREATE TABLE ""roster"" ( ""name"" text, ""position"" text, ""height"" text, ""weight"" real, ""year"" text, ""home_town"" text, ""high_school"" text );","SELECT ""home_town"" FROM ""roster"" WHERE ""name""='rob cunningham';",2-12032893-1 "What is the Position with a Year with freshman, and a Weight larger than 210?","CREATE TABLE ""roster"" ( ""name"" text, ""position"" text, ""height"" text, ""weight"" real, ""year"" text, ""home_town"" text, ""high_school"" text );","SELECT ""position"" FROM ""roster"" WHERE ""year""='freshman' AND ""weight"">210;",2-12032893-1 "What is the Home Town with a Year of freshman, and a Height with 6–6?","CREATE TABLE ""roster"" ( ""name"" text, ""position"" text, ""height"" text, ""weight"" real, ""year"" text, ""home_town"" text, ""high_school"" text );","SELECT ""home_town"" FROM ""roster"" WHERE ""year""='freshman' AND ""height""='6–6';",2-12032893-1 "What is the Name with a Year with freshman, and a Home Town with los angeles, ca, and a Height of 6–4?","CREATE TABLE ""roster"" ( ""name"" text, ""position"" text, ""height"" text, ""weight"" real, ""year"" text, ""home_town"" text, ""high_school"" text );","SELECT ""name"" FROM ""roster"" WHERE ""year""='freshman' AND ""home_town""='los angeles, ca' AND ""height""='6–4';",2-12032893-1 What is the Result for Goal 3?,"CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""goal""=3;",2-1108995-1 What is the average ties when the team is montreal victorias and the games played is more than 8?,"CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT AVG(""ties"") FROM ""final_standing"" WHERE ""team""='montreal victorias' AND ""games_played"">8;",2-11750790-1 what is the average losses when the wins is 3?,"CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT AVG(""losses"") FROM ""final_standing"" WHERE ""wins""=3;",2-11750790-1 what is the highest goals against when the wins is less than 1?,"CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT MAX(""goals_against"") FROM ""final_standing"" WHERE ""wins""<1;",2-11750790-1 "what is the total number of goals for when the ties is more than 0, the goals against is more than 35 and the wins is less than 2?","CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT COUNT(""goals_for"") FROM ""final_standing"" WHERE ""ties"">0 AND ""goals_against"">35 AND ""wins""<2;",2-11750790-1 what is the sum of the losses when the goals against is less than 34 and the games played is less than 8?,"CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT SUM(""losses"") FROM ""final_standing"" WHERE ""goals_against""<34 AND ""games_played""<8;",2-11750790-1 What is the name of the platform used for various computers and consoles?,"CREATE TABLE ""list_of_computer_system_emulators"" ( ""name"" text, ""actual_version"" text, ""system"" text, ""platform"" text, ""license"" text );","SELECT ""platform"" FROM ""list_of_computer_system_emulators"" WHERE ""system""='various computers and consoles';",2-11561331-41 Which system is named ELKJS?,"CREATE TABLE ""list_of_computer_system_emulators"" ( ""name"" text, ""actual_version"" text, ""system"" text, ""platform"" text, ""license"" text );","SELECT ""system"" FROM ""list_of_computer_system_emulators"" WHERE ""name""='elkjs';",2-11561331-41 What is the system called that is named ELKJS?,"CREATE TABLE ""list_of_computer_system_emulators"" ( ""name"" text, ""actual_version"" text, ""system"" text, ""platform"" text, ""license"" text );","SELECT ""system"" FROM ""list_of_computer_system_emulators"" WHERE ""name""='elkjs';",2-11561331-41 What are the numbers for the item completed earlier than 1904?,"CREATE TABLE ""fleet"" ( ""diagram_s"" text, ""quantity"" real, ""numbers"" text, ""completed"" real, ""length"" text );","SELECT ""numbers"" FROM ""fleet"" WHERE ""completed""<1904;",2-11957555-1 "For the item with more than 10, and numbers of 53-58, 61-72, what is the lowest completed?","CREATE TABLE ""fleet"" ( ""diagram_s"" text, ""quantity"" real, ""numbers"" text, ""completed"" real, ""length"" text );","SELECT MIN(""completed"") FROM ""fleet"" WHERE ""quantity"">10 AND ""numbers""='53-58, 61-72';",2-11957555-1 What is the quantity of the item with the numbers of 29-36?,"CREATE TABLE ""fleet"" ( ""diagram_s"" text, ""quantity"" real, ""numbers"" text, ""completed"" real, ""length"" text );","SELECT AVG(""quantity"") FROM ""fleet"" WHERE ""numbers""='29-36';",2-11957555-1 How many reg GP for rick vaive in round 1?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT SUM(""reg_gp"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""player""='rick vaive' AND ""rd_num"">1;",2-11636955-11 How many reg GP for rick vaive in round 1?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT SUM(""reg_gp"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""player""='rick vaive' AND ""rd_num""<1;",2-11636955-11 How many rounds exist for picks under 5?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT COUNT(""rd_num"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""pick_num""<5;",2-11636955-11 Who did the Jets play in their post-week 15 game?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week"">15;",2-11267418-1 Who did the Jets play in their pre-week 9 game at the Robert F. Kennedy memorial stadium?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week""<9 AND ""game_site""='robert f. kennedy memorial stadium';",2-11267418-1 What was the date of the game when the Canadiens had a record of 31–19–9?,"CREATE TABLE ""february"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""date"" FROM ""february"" WHERE ""record""='31–19–9';",2-11801035-7 Who was the visiting team at the game when the Canadiens had a record of 30–19–9?,"CREATE TABLE ""february"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""visitor"" FROM ""february"" WHERE ""record""='30–19–9';",2-11801035-7 What school did bo jackson attend?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT ""school"" FROM ""nfl_draft"" WHERE ""player""='bo jackson';",2-11449590-1 What was the highest guard picked?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT MAX(""pick"") FROM ""nfl_draft"" WHERE ""position""='guard';",2-11449590-1 What is the highest pick for a player from auburn?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT MAX(""pick"") FROM ""nfl_draft"" WHERE ""school""='auburn';",2-11449590-1 "What is the low code for glen harvie with a population greater than 2,774?","CREATE TABLE ""main_places"" ( ""place"" text, ""code"" real, ""area_km_2"" real, ""population"" real, ""most_spoken_language"" text );","SELECT MIN(""code"") FROM ""main_places"" WHERE ""population"">'2,774' AND ""place""='glen harvie';",2-11590808-1 Tell me the rider with 18.185 points round 1,"CREATE TABLE ""a"" ( ""rider"" text, ""horse"" text, ""faults"" text, ""round_1_points"" text, ""total"" real );","SELECT ""rider"" FROM ""a"" WHERE ""round_1_points""='18.185';",2-11939305-3 Tell me the most total for horse of carlson,"CREATE TABLE ""a"" ( ""rider"" text, ""horse"" text, ""faults"" text, ""round_1_points"" text, ""total"" real );","SELECT MAX(""total"") FROM ""a"" WHERE ""horse""='carlson';",2-11939305-3 Tell me the rider that had round 1 points of 7.465 and total more than 16.615,"CREATE TABLE ""a"" ( ""rider"" text, ""horse"" text, ""faults"" text, ""round_1_points"" text, ""total"" real );","SELECT ""rider"" FROM ""a"" WHERE ""total"">16.615 AND ""round_1_points""='7.465';",2-11939305-3 What were the assists on April 8 in game less than 78?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""game_log"" WHERE ""game""<78 AND ""date""='april 8';",2-10812293-8 What was the score of game 82?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""game""=82;",2-10812293-8 "What is Essendon's home team that has an away crowd size larger than 19,491?","CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_11"" WHERE ""crowd"">'19,491' AND ""home_team""='essendon';",2-10809157-11 When did an away team score 15.7 (97)?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_11"" WHERE ""away_team_score""='15.7 (97)';",2-10809157-11 When was there a game at Kardinia Park?,"CREATE TABLE ""round_11"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_11"" WHERE ""venue""='kardinia park';",2-10809157-11 who had the high points when chris bosh (13) had the high rebounds?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_points"" FROM ""game_log"" WHERE ""high_rebounds""='chris bosh (13)';",2-11960407-2 what is the score when the team is @ cleveland?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""team""='@ cleveland';",2-11960407-2 who had the high rebounds when the game number was 6?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_rebounds"" FROM ""game_log"" WHERE ""game""=6;",2-11960407-2 What was the score when the NY Islanders was the visiting team?,"CREATE TABLE ""february"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""february"" WHERE ""visitor""='ny islanders';",2-11902366-7 What was the record when the visiting team was Ottawa?,"CREATE TABLE ""february"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""february"" WHERE ""visitor""='ottawa';",2-11902366-7 "What is the full number of Total Seats with a constituency seat number bigger than 0 with the Liberal Democrat party, and the Regional seat number is smaller than 6?","CREATE TABLE ""boundary_review"" ( ""party"" text, ""constituency_seats"" real, ""regional_seats"" real, ""total_seats"" real, ""seat_change"" text );","SELECT SUM(""total_seats"") FROM ""boundary_review"" WHERE ""constituency_seats"">0 AND ""party""='liberal democrat' AND ""regional_seats""<6;",2-11100973-1 How many regional seats were there with the SNP party and where the number of total seats was bigger than 46?,"CREATE TABLE ""boundary_review"" ( ""party"" text, ""constituency_seats"" real, ""regional_seats"" real, ""total_seats"" real, ""seat_change"" text );","SELECT COUNT(""regional_seats"") FROM ""boundary_review"" WHERE ""party""='snp' AND ""total_seats"">46;",2-11100973-1 Which team was the visitor on January 10?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""visitor"" FROM ""regular_season"" WHERE ""date""='january 10';",2-11902580-6 "What was the date that the decision was Niittymaki, the attendance larger than 19,207, and the record 28–17–5?","CREATE TABLE ""regular_season"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""date"" FROM ""regular_season"" WHERE ""decision""='niittymaki' AND ""attendance"">'19,207' AND ""record""='28–17–5';",2-11902580-6 What is the average Draw when the Place is larger than 5?,"CREATE TABLE ""dansk_melodi_grand_prix_1999_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""place"" real, ""points"" real );","SELECT AVG(""draw"") FROM ""dansk_melodi_grand_prix_1999_final"" WHERE ""place"">5;",2-11437463-1 What is the lowest Draw when the Artist is Stine Findsen and the Points are larger than 42?,"CREATE TABLE ""dansk_melodi_grand_prix_1999_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""place"" real, ""points"" real );","SELECT MIN(""draw"") FROM ""dansk_melodi_grand_prix_1999_final"" WHERE ""artist""='stine findsen' AND ""points"">42;",2-11437463-1 What is the Draw that has Points larger than 44 and a Place larger than 1?,"CREATE TABLE ""dansk_melodi_grand_prix_1999_final"" ( ""draw"" real, ""artist"" text, ""song"" text, ""place"" real, ""points"" real );","SELECT AVG(""draw"") FROM ""dansk_melodi_grand_prix_1999_final"" WHERE ""points"">44 AND ""place"">1;",2-11437463-1 What is the away team score when home team score is 20.12 (132)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_10"" WHERE ""home_team_score""='20.12 (132)';",2-10809351-10 What is the position of the player from round 2 from Sweden?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""position"" FROM ""draft_picks"" WHERE ""round""=2 AND ""nationality""='sweden';",2-11801649-17 "What is the highest round of Ian Cole, who played position d from the United States?","CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT MAX(""round"") FROM ""draft_picks"" WHERE ""position""='d' AND ""nationality""='united states' AND ""player""='ian cole';",2-11801649-17 Who is the player from Denmark who plays position c?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""player"" FROM ""draft_picks"" WHERE ""position""='c' AND ""nationality""='denmark';",2-11801649-17 Which college/junior/club team (league) did Brett Sonne play in?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""player""='brett sonne';",2-11801649-17 Which date has a To par of –12?,"CREATE TABLE ""pga_tour_wins_10"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text );","SELECT ""date"" FROM ""pga_tour_wins_10"" WHERE ""to_par""='–12';",2-1080294-2 "How many attended the game on December 16, 2001?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""date""='december 16, 2001';",2-10996155-1 What week is a bye week?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""week"" FROM ""schedule"" WHERE ""date""='bye';",2-10996155-1 How many years entered service when there were 13 locomotives?,"CREATE TABLE ""locomotives_owned_by_east_greta_coal_min"" ( ""locomotive"" text, ""type"" text, ""builder"" text, ""builder_s_no"" real, ""built"" real, ""entered_service"" real, ""withdrawn"" text );","SELECT COUNT(""entered_service"") FROM ""locomotives_owned_by_east_greta_coal_min"" WHERE ""locomotive""='13';",2-11129881-1 "Which locomotive had a 2-8-2t type, entered service year prior to 1915, and which was built after 1911?","CREATE TABLE ""locomotives_owned_by_east_greta_coal_min"" ( ""locomotive"" text, ""type"" text, ""builder"" text, ""builder_s_no"" real, ""built"" real, ""entered_service"" real, ""withdrawn"" text );","SELECT ""locomotive"" FROM ""locomotives_owned_by_east_greta_coal_min"" WHERE ""type""='2-8-2t' AND ""entered_service""<1915 AND ""built"">1911;",2-11129881-1 What is the highest number of wins with a goal difference less than 4 at the Villarreal CF and more than 38 played?,"CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""wins"") FROM ""final_table"" WHERE ""goal_difference""<4 AND ""club""='villarreal cf' AND ""played"">38;",2-12097215-2 What is the highest number played with a goal difference less than -27?,"CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""played"") FROM ""final_table"" WHERE ""goal_difference""<-27;",2-12097215-2 What is the highest number of loss with a 7 position and more than 45 goals?,"CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""losses"") FROM ""final_table"" WHERE ""position""=7 AND ""goals_for"">45;",2-12097215-2 "What is the highest position with less than 17 losses, more than 57 goals, and a goal difference less than 4?","CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""position"") FROM ""final_table"" WHERE ""losses""<17 AND ""goals_for"">57 AND ""goal_difference""<4;",2-12097215-2 What is the average goal difference with 51 goals scored against and less than 17 losses?,"CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT AVG(""goal_difference"") FROM ""final_table"" WHERE ""goals_against""=51 AND ""losses""<17;",2-12097215-2 What is the lowest position with 32-6 points and less then 59 goals when there are more than 38 played?,"CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MIN(""position"") FROM ""final_table"" WHERE ""points""='32-6' AND ""goals_against""<59 AND ""played"">38;",2-12097215-2 What was the final score of the Australian Open?,"CREATE TABLE ""18_finals_12_titles_6_runner_ups"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""score_in_the_final"" FROM ""18_finals_12_titles_6_runner_ups"" WHERE ""championship""='australian open';",2-113080-1 What record was set by walter brennan before 1941?,"CREATE TABLE ""list_of_superlative_academy_award_winner"" ( ""superlative"" text, ""actor"" text, ""record_set"" text, ""year"" real, ""notes"" text );","SELECT ""record_set"" FROM ""list_of_superlative_academy_award_winner"" WHERE ""actor""='walter brennan' AND ""year""<1941;",2-10966872-6 What is the earliest year for ordinary people to appear in the notes?,"CREATE TABLE ""list_of_superlative_academy_award_winner"" ( ""superlative"" text, ""actor"" text, ""record_set"" text, ""year"" real, ""notes"" text );","SELECT MIN(""year"") FROM ""list_of_superlative_academy_award_winner"" WHERE ""notes""='ordinary people';",2-10966872-6 "what is the engine when the rounds ar all, the tyre is m and the driver is david coulthard?","CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text );","SELECT ""engine"" FROM ""drivers_and_constructors"" WHERE ""rounds""='all' AND ""tyre""='m' AND ""driver""='david coulthard';",2-1132588-1 who is the entrant when the engine is bmw p82?,"CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text );","SELECT ""entrant"" FROM ""drivers_and_constructors"" WHERE ""engine""='bmw p82';",2-1132588-1 what is the rounds when the engine is mercedes fo110m?,"CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text );","SELECT ""rounds"" FROM ""drivers_and_constructors"" WHERE ""engine""='mercedes fo110m';",2-1132588-1 who is the driver when the engine is mercedes fo110m?,"CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text );","SELECT ""driver"" FROM ""drivers_and_constructors"" WHERE ""engine""='mercedes fo110m';",2-1132588-1 what is the tyre when the engine is asiatech at02 and the driver is alex yoong?,"CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text );","SELECT ""tyre"" FROM ""drivers_and_constructors"" WHERE ""engine""='asiatech at02' AND ""driver""='alex yoong';",2-1132588-1 "what is the chassis when the tyre is b, the engine is ferrari 050 ferrari 051 and the driver is rubens barrichello?","CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text );","SELECT ""chassis"" FROM ""drivers_and_constructors"" WHERE ""tyre""='b' AND ""engine""='ferrari 050 ferrari 051' AND ""driver""='rubens barrichello';",2-1132588-1 What is the rank of the rider with time of 1:41.40.55?,"CREATE TABLE ""newcomers_race_c"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT SUM(""rank"") FROM ""newcomers_race_c"" WHERE ""time""='1:41.40.55';",2-11972799-3 What is the time of the rider with a 398cc yamaha?,"CREATE TABLE ""newcomers_race_c"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""time"" FROM ""newcomers_race_c"" WHERE ""team""='398cc yamaha';",2-11972799-3 What is the time of the rider ranked 6?,"CREATE TABLE ""newcomers_race_c"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""time"" FROM ""newcomers_race_c"" WHERE ""rank""=6;",2-11972799-3 Who is the rider with a 399cc Kawasaki?,"CREATE TABLE ""newcomers_race_c"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""rider"" FROM ""newcomers_race_c"" WHERE ""team""='399cc kawasaki';",2-11972799-3 "Where did Tyler Haws, 2009 Utah Mr. Basketball, go to high school?","CREATE TABLE ""award_winners"" ( ""year"" real, ""utah_mr_basketball"" text, ""high_school"" text, ""class"" text, ""college"" text );","SELECT ""high_school"" FROM ""award_winners"" WHERE ""utah_mr_basketball""='tyler haws' AND ""year""=2009;",2-11054706-1 "How many players named bob charles with earnings over $7,646,958?","CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""wins"" real );","SELECT COUNT(""rank"") FROM ""leaders"" WHERE ""player""='bob charles' AND ""earnings"">'7,646,958';",2-11621799-4 How much have players earned with 14 wins ranked below 3?,"CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""wins"" real );","SELECT COUNT(""earnings"") FROM ""leaders"" WHERE ""wins""=14 AND ""rank"">3;",2-11621799-4 "How many average wins for players ranked below 2 with earnings greater than $7,676,552?","CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""wins"" real );","SELECT AVG(""wins"") FROM ""leaders"" WHERE ""earnings"">'7,676,552' AND ""rank"">2;",2-11621799-4 Who built the car that ran out of fuel before 28 laps?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""constructor"" FROM ""race"" WHERE ""laps""<28 AND ""time_retired""='out of fuel';",2-1123247-2 "What is the high lap total for cards with a grid larger than 21, and a Time/Retired of +2 laps?","CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""laps"") FROM ""race"" WHERE ""grid"">21 AND ""time_retired""='+2 laps';",2-1123247-2 Which SECR numbers have a class of b1?,"CREATE TABLE ""1874_1898"" ( ""class"" text, ""wheel_arrangement"" text, ""lcdr_number_s"" text, ""secr_numbers"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_withdrawn"" text );","SELECT ""secr_numbers"" FROM ""1874_1898"" WHERE ""class""='b1';",2-1169552-11 Which class was made in 1880?,"CREATE TABLE ""1874_1898"" ( ""class"" text, ""wheel_arrangement"" text, ""lcdr_number_s"" text, ""secr_numbers"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_withdrawn"" text );","SELECT ""class"" FROM ""1874_1898"" WHERE ""year_made""='1880';",2-1169552-11 "What is the date of the game when attendance is more than 20,682?","CREATE TABLE ""eastern_conference_quarter_finals_vs_8"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""series"" text );","SELECT ""date"" FROM ""eastern_conference_quarter_finals_vs_8"" WHERE ""attendance"">'20,682';",2-11622632-10 What game showed a home team score of 8.11 (59)?,"CREATE TABLE ""round_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_16"" WHERE ""home_team_score""='8.11 (59)';",2-10808346-16 Where was the game played with an away team score of 14.17 (101)?,"CREATE TABLE ""round_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_16"" WHERE ""away_team_score""='14.17 (101)';",2-10808346-16 What place had an Away team get a score of 10.17 (77)?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_2"" WHERE ""away_team_score""='10.17 (77)';",2-10790510-2 Which home team played the Away team from Richmond?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_2"" WHERE ""away_team""='richmond';",2-10790510-2 What was the home teams score while playing the away team of south melbourne?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_2"" WHERE ""away_team""='south melbourne';",2-10790510-2 What was the score of the away team while playing at the arden street oval?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_2"" WHERE ""venue""='arden street oval';",2-10790510-2 What are the rounds for the B tyres and Ferrari 053 engine +?,"CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text, ""free_practice_driver_s"" text );","SELECT ""rounds"" FROM ""drivers_and_constructors"" WHERE ""tyre""='b' AND ""engine""='ferrari 053';",2-1126627-1 What kind of chassis does Ricardo Zonta have?,"CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text, ""free_practice_driver_s"" text );","SELECT ""chassis"" FROM ""drivers_and_constructors"" WHERE ""driver""='ricardo zonta';",2-1126627-1 What kind of free practice is there with a Ford RS2 engine +?,"CREATE TABLE ""drivers_and_constructors"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyre"" text, ""driver"" text, ""rounds"" text, ""free_practice_driver_s"" text );","SELECT ""free_practice_driver_s"" FROM ""drivers_and_constructors"" WHERE ""engine""='ford rs2';",2-1126627-1 What is the total number of matches with a loss less than 5 in the 2008/2009 season and has a draw larger than 9?,"CREATE TABLE ""ranking_i_jsselmeervogels_per_season"" ( ""season"" text, ""competition"" text, ""matches"" real, ""draw"" real, ""lost"" real, ""points"" real );","SELECT COUNT(""matches"") FROM ""ranking_i_jsselmeervogels_per_season"" WHERE ""lost""<5 AND ""season""='2008/2009' AND ""draw"">9;",2-11628153-8 "What competition has a score greater than 30, a draw less than 5, and a loss larger than 10?","CREATE TABLE ""ranking_i_jsselmeervogels_per_season"" ( ""season"" text, ""competition"" text, ""matches"" real, ""draw"" real, ""lost"" real, ""points"" real );","SELECT ""competition"" FROM ""ranking_i_jsselmeervogels_per_season"" WHERE ""points"">30 AND ""draw""<5 AND ""lost"">10;",2-11628153-8 "What is the sum of the losses that a match score larger than 26, a points score of 62, and a draw greater than 5?","CREATE TABLE ""ranking_i_jsselmeervogels_per_season"" ( ""season"" text, ""competition"" text, ""matches"" real, ""draw"" real, ""lost"" real, ""points"" real );","SELECT SUM(""lost"") FROM ""ranking_i_jsselmeervogels_per_season"" WHERE ""matches"">26 AND ""points""=62 AND ""draw"">5;",2-11628153-8 "What is the average rating for ""a lost puppy dog""?","CREATE TABLE ""u_s_nielsen_ratings"" ( ""episode"" text, ""rating"" real, ""share"" real, ""rating_share_18_49"" text, ""viewers_millions"" real, ""weekly_rank"" text );","SELECT AVG(""rating"") FROM ""u_s_nielsen_ratings"" WHERE ""episode""='\""a lost puppy dog\""';",2-11220799-6 What is the record for the game on January 19?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='january 19';",2-11554565-3 What is the score of the game on January 12?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='january 12';",2-11554565-3 Who was the home team when the vistor team was the Montreal Canadiens on February 12?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""game_log"" WHERE ""visitor""='montreal canadiens' AND ""date""='february 12';",2-11554565-3 Tell me the city of license with frequency of Mhz of 90.3 fm,"CREATE TABLE ""broadcast_translators_of_wbhy_fm"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""city_of_license"" FROM ""broadcast_translators_of_wbhy_fm"" WHERE ""frequency_m_hz""='90.3 fm';",2-11681226-1 Name the call sign for ERP W of 4,"CREATE TABLE ""broadcast_translators_of_wbhy_fm"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""broadcast_translators_of_wbhy_fm"" WHERE ""erp_w""=4;",2-11681226-1 Name the frequence MHz for ERP W of 55,"CREATE TABLE ""broadcast_translators_of_wbhy_fm"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""frequency_m_hz"" FROM ""broadcast_translators_of_wbhy_fm"" WHERE ""erp_w""=55;",2-11681226-1 Name the FCC info for call sign of w279at,"CREATE TABLE ""broadcast_translators_of_wbhy_fm"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""fcc_info"" FROM ""broadcast_translators_of_wbhy_fm"" WHERE ""call_sign""='w279at';",2-11681226-1 Name the call sign for ERP W of 27,"CREATE TABLE ""broadcast_translators_of_wbhy_fm"" ( ""call_sign"" text, ""frequency_m_hz"" text, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""broadcast_translators_of_wbhy_fm"" WHERE ""erp_w""=27;",2-11681226-1 What was the date of the game that had a score of 3 – 1?,"CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""date"" FROM ""january"" WHERE ""score""='3 – 1';",2-11801035-6 What was the score of the game when the Boston Bruins were the visiting team?,"CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""january"" WHERE ""visitor""='boston bruins';",2-11801035-6 What was the score with a 16–14–6 record?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""december"" WHERE ""record""='16–14–6';",2-11775918-5 What was the SECR number of the item made in 1861?,"CREATE TABLE ""surplus_and_secondhand_acquisitions_1860"" ( ""class"" text, ""wheel_arrangement"" text, ""lcdr_number_s"" text, ""secr_numbers"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_withdrawn"" text );","SELECT ""secr_numbers"" FROM ""surplus_and_secondhand_acquisitions_1860"" WHERE ""year_made""='1861';",2-1169552-9 Name the venue with a home team of geelong,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_6"" WHERE ""home_team""='geelong';",2-10887379-6 "Name the home team score for larger crowd than 11,918 for windy hill venue","CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_6"" WHERE ""crowd"">'11,918' AND ""venue""='windy hill';",2-10887379-6 "When the Home team scored 14.14 (98), what did the Away Team score?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_17"" WHERE ""home_team_score""='14.14 (98)';",2-10790510-17 "When the Venue was Punt Road Oval, who was the Home Team?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_17"" WHERE ""venue""='punt road oval';",2-10790510-17 "When Melbourne was the Away team, what was their score?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_17"" WHERE ""away_team""='melbourne';",2-10790510-17 Who is driver of the d6 chassis?,"CREATE TABLE ""formula_one_world_championship_drivers_a"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyres"" text, ""driver"" text, ""rounds"" text );","SELECT ""driver"" FROM ""formula_one_world_championship_drivers_a"" WHERE ""chassis""='d6';",2-1140074-1 Who is the constructor for driver Niki Lauda and a chassis of mp4/1c?,"CREATE TABLE ""formula_one_world_championship_drivers_a"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyres"" text, ""driver"" text, ""rounds"" text );","SELECT ""constructor"" FROM ""formula_one_world_championship_drivers_a"" WHERE ""chassis""='mp4/1c' AND ""driver""='niki lauda';",2-1140074-1 Who is the Constructor for driver Piercarlo Ghinzani and a Ford cosworth dfv 3.0 v8 engine?,"CREATE TABLE ""formula_one_world_championship_drivers_a"" ( ""entrant"" text, ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyres"" text, ""driver"" text, ""rounds"" text );","SELECT ""constructor"" FROM ""formula_one_world_championship_drivers_a"" WHERE ""driver""='piercarlo ghinzani' AND ""engine""='ford cosworth dfv 3.0 v8';",2-1140074-1 "Which seniors have a year before 2007, Fourths (Under 14's) of kiewa-sandy creek, and a Reserve of mitta united?","CREATE TABLE ""premiers"" ( ""year"" real, ""seniors"" text, ""reserves"" text, ""thirds_under_17_s"" text, ""fourths_under_14_s"" text );","SELECT ""seniors"" FROM ""premiers"" WHERE ""year""<2007 AND ""fourths_under_14_s""='kiewa-sandy creek' AND ""reserves""='mitta united';",2-11338646-2 "Which seniors have a year after 2005, a Reserve of kiewa-sandy creek, and Fourths (Under 14's) of kiewa-sandy creek?","CREATE TABLE ""premiers"" ( ""year"" real, ""seniors"" text, ""reserves"" text, ""thirds_under_17_s"" text, ""fourths_under_14_s"" text );","SELECT ""seniors"" FROM ""premiers"" WHERE ""year"">2005 AND ""reserves""='kiewa-sandy creek' AND ""fourths_under_14_s""='kiewa-sandy creek';",2-11338646-2 Which Fourths (Under 14's) have Seniors of dederang mt beauty?,"CREATE TABLE ""premiers"" ( ""year"" real, ""seniors"" text, ""reserves"" text, ""thirds_under_17_s"" text, ""fourths_under_14_s"" text );","SELECT ""fourths_under_14_s"" FROM ""premiers"" WHERE ""seniors""='dederang mt beauty';",2-11338646-2 Which Thirds (Under 17's) have a Reserve of barnawartha?,"CREATE TABLE ""premiers"" ( ""year"" real, ""seniors"" text, ""reserves"" text, ""thirds_under_17_s"" text, ""fourths_under_14_s"" text );","SELECT ""thirds_under_17_s"" FROM ""premiers"" WHERE ""reserves""='barnawartha';",2-11338646-2 "Which Seniors have YEAR before 2006, and Fourths (Under 14's) of kiewa-sandy creek?","CREATE TABLE ""premiers"" ( ""year"" real, ""seniors"" text, ""reserves"" text, ""thirds_under_17_s"" text, ""fourths_under_14_s"" text );","SELECT ""seniors"" FROM ""premiers"" WHERE ""year""<2006 AND ""fourths_under_14_s""='kiewa-sandy creek';",2-11338646-2 "When Jean Alesi had laps less than 24, what was his highest grid?","CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""race"" WHERE ""driver""='jean alesi' AND ""laps""<24;",2-1123351-2 How many laps did Ricardo Zonta drive with a grid less than 14?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""laps"") FROM ""race"" WHERE ""grid""<14 AND ""driver""='ricardo zonta';",2-1123351-2 What was Alexander Wurz's highest grid with laps of less than 25?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""race"" WHERE ""driver""='alexander wurz' AND ""laps""<25;",2-1123351-2 How many years have a Title of Magia Nuda?,"CREATE TABLE ""castiglioni_brothers"" ( ""title"" text, ""year"" real, ""country"" text, ""directors"" text, ""music"" text, ""notes"" text );","SELECT COUNT(""year"") FROM ""castiglioni_brothers"" WHERE ""title""='magia nuda';",2-1176486-3 "What is the country that has a music writer of Angelo Francesco Lavagnino, written in 1969?","CREATE TABLE ""castiglioni_brothers"" ( ""title"" text, ""year"" real, ""country"" text, ""directors"" text, ""music"" text, ""notes"" text );","SELECT ""country"" FROM ""castiglioni_brothers"" WHERE ""music""='angelo francesco lavagnino' AND ""year""=1969;",2-1176486-3 Which music has the notes of AKA Africa Uncensored?,"CREATE TABLE ""castiglioni_brothers"" ( ""title"" text, ""year"" real, ""country"" text, ""directors"" text, ""music"" text, ""notes"" text );","SELECT ""music"" FROM ""castiglioni_brothers"" WHERE ""notes""='aka africa uncensored';",2-1176486-3 What is Pegasus' right ascension with a 7318a NGC?,"CREATE TABLE ""7301_7400"" ( ""ngc_number"" text, ""object_type"" text, ""constellation"" text, ""right_ascension_j2000"" text, ""declination_j2000"" text );","SELECT ""right_ascension_j2000"" FROM ""7301_7400"" WHERE ""constellation""='pegasus' AND ""ngc_number""='7318a';",2-11051840-4 What is the declination of the spiral galaxy Pegasus with 7337 NGC,"CREATE TABLE ""7301_7400"" ( ""ngc_number"" text, ""object_type"" text, ""constellation"" text, ""right_ascension_j2000"" text, ""declination_j2000"" text );","SELECT ""declination_j2000"" FROM ""7301_7400"" WHERE ""object_type""='spiral galaxy' AND ""constellation""='pegasus' AND ""ngc_number""='7337';",2-11051840-4 What is the right ascension of Pegasus with a 7343 NGC?,"CREATE TABLE ""7301_7400"" ( ""ngc_number"" text, ""object_type"" text, ""constellation"" text, ""right_ascension_j2000"" text, ""declination_j2000"" text );","SELECT ""right_ascension_j2000"" FROM ""7301_7400"" WHERE ""constellation""='pegasus' AND ""ngc_number""='7343';",2-11051840-4 What was the score on October 13?,"CREATE TABLE ""october"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""october"" WHERE ""date""='october 13';",2-11771022-3 Which team won when the visitor was Carolina?,"CREATE TABLE ""october"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""decision"" FROM ""october"" WHERE ""visitor""='carolina';",2-11771022-3 What was the score on October 31?,"CREATE TABLE ""october"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""october"" WHERE ""date""='october 31';",2-11771022-3 Which team was home on October 13?,"CREATE TABLE ""october"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""home"" FROM ""october"" WHERE ""date""='october 13';",2-11771022-3 "What team had a capacity of over 26,542, a home city of milan, and finished the 2011-2012 season 6th in serie a?","CREATE TABLE ""list_of_football_clubs_in_italy"" ( ""team"" text, ""home_city"" text, ""stadium"" text, ""capacity"" real, ""2011_12_season"" text );","SELECT ""team"" FROM ""list_of_football_clubs_in_italy"" WHERE ""capacity"">'26,542' AND ""home_city""='milan' AND ""2011_12_season""='6th in serie a';",2-1083851-1 What is the home city for angelo massimino stadium?,"CREATE TABLE ""list_of_football_clubs_in_italy"" ( ""team"" text, ""home_city"" text, ""stadium"" text, ""capacity"" real, ""2011_12_season"" text );","SELECT ""home_city"" FROM ""list_of_football_clubs_in_italy"" WHERE ""stadium""='angelo massimino';",2-1083851-1 What is the H/A for 20 february 2007?,"CREATE TABLE ""knockout_phase"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""h_a"" FROM ""knockout_phase"" WHERE ""date""='20 february 2007';",2-11115098-8 How many people attended on 2 may 2007?,"CREATE TABLE ""knockout_phase"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""knockout_phase"" WHERE ""date""='2 may 2007';",2-11115098-8 Which date has roma as opponent and a H/A of A?,"CREATE TABLE ""knockout_phase"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""date"" FROM ""knockout_phase"" WHERE ""opponents""='roma' AND ""h_a""='a';",2-11115098-8 "Which round has Attendance larger than 41,000, a H/A of A, and a Result F–A of 1–2?","CREATE TABLE ""knockout_phase"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""round"" FROM ""knockout_phase"" WHERE ""attendance"">'41,000' AND ""h_a""='a' AND ""result_f_a""='1–2';",2-11115098-8 Which round happened on 10 april 2007?,"CREATE TABLE ""knockout_phase"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""round"" FROM ""knockout_phase"" WHERE ""date""='10 april 2007';",2-11115098-8 "Which round has an Opponent of lille, and a H / A of h?","CREATE TABLE ""knockout_phase"" ( ""date"" text, ""round"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""round"" FROM ""knockout_phase"" WHERE ""opponents""='lille' AND ""h_a""='h';",2-11115098-8 Who was home at Princes Park?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_18"" WHERE ""venue""='princes park';",2-10809157-18 What was the away team's score at Princes Park?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_18"" WHERE ""venue""='princes park';",2-10809157-18 When was the game played at Lake Oval?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_18"" WHERE ""venue""='lake oval';",2-10809157-18 What was the away team when the game was at Princes Park?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_18"" WHERE ""venue""='princes park';",2-10809157-18 What is the smallest place number when the total is 16 and average is less than 16?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""total"" real, ""number_of_dances"" real, ""average"" real );","SELECT MIN(""place"") FROM ""average_chart"" WHERE ""total""=16 AND ""average""<16;",2-11859949-3 What is the average when the rank by average is more than 12?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""total"" real, ""number_of_dances"" real, ""average"" real );","SELECT SUM(""average"") FROM ""average_chart"" WHERE ""rank_by_average"">12;",2-11859949-3 What is the average place for a couple with the rank by average of 9 and total smaller than 83?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""total"" real, ""number_of_dances"" real, ""average"" real );","SELECT AVG(""place"") FROM ""average_chart"" WHERE ""rank_by_average""=9 AND ""total""<83;",2-11859949-3 What is the rank by average where the total was larger than 245 and the average was 27.1 with fewer than 15 dances?,"CREATE TABLE ""average_chart"" ( ""rank_by_average"" real, ""place"" real, ""couple"" text, ""total"" real, ""number_of_dances"" real, ""average"" real );","SELECT AVG(""rank_by_average"") FROM ""average_chart"" WHERE ""total"">245 AND ""average""=27.1 AND ""number_of_dances""<15;",2-11859949-3 Which stadium was used for the North East Stars club?,"CREATE TABLE ""clubs"" ( ""club"" text, ""founded"" real, ""joined"" real, ""location"" text, ""stadium"" text, ""capacity"" real, ""2012_13_position"" text, ""top_division_titles"" real );","SELECT ""stadium"" FROM ""clubs"" WHERE ""club""='north east stars';",2-1126723-3 What was the total number of Top Division Titles where the year founded was prior to 1975 and the location was in Chaguaramas?,"CREATE TABLE ""clubs"" ( ""club"" text, ""founded"" real, ""joined"" real, ""location"" text, ""stadium"" text, ""capacity"" real, ""2012_13_position"" text, ""top_division_titles"" real );","SELECT SUM(""top_division_titles"") FROM ""clubs"" WHERE ""founded""<1975 AND ""location""='chaguaramas';",2-1126723-3 "What was the higest attendance on November 9, 1958?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""schedule"" WHERE ""date""='november 9, 1958';",2-11172469-1 How many games had 22 goals before 1935?,"CREATE TABLE ""players_who_made_their_debut_for_the_gee"" ( ""debut_year"" real, ""player"" text, ""date_of_birth"" text, ""games"" real, ""goals"" real, ""years_at_club"" text );","SELECT SUM(""games"") FROM ""players_who_made_their_debut_for_the_gee"" WHERE ""goals""=22 AND ""debut_year""<1935;",2-11677694-6 What is the average games a player born on 17 March 1915 and debut before 1935 had?,"CREATE TABLE ""players_who_made_their_debut_for_the_gee"" ( ""debut_year"" real, ""player"" text, ""date_of_birth"" text, ""games"" real, ""goals"" real, ""years_at_club"" text );","SELECT AVG(""games"") FROM ""players_who_made_their_debut_for_the_gee"" WHERE ""date_of_birth""='17 march 1915' AND ""debut_year""<1935;",2-11677694-6 "What is the lowest number of games Jack Gaudion, who debut in 1936, played?","CREATE TABLE ""players_who_made_their_debut_for_the_gee"" ( ""debut_year"" real, ""player"" text, ""date_of_birth"" text, ""games"" real, ""goals"" real, ""years_at_club"" text );","SELECT MIN(""games"") FROM ""players_who_made_their_debut_for_the_gee"" WHERE ""debut_year""=1936 AND ""player""='jack gaudion';",2-11677694-6 What is the years at the club of the player with 2 goals and was born on 23 July 1910?,"CREATE TABLE ""players_who_made_their_debut_for_the_gee"" ( ""debut_year"" real, ""player"" text, ""date_of_birth"" text, ""games"" real, ""goals"" real, ""years_at_club"" text );","SELECT ""years_at_club"" FROM ""players_who_made_their_debut_for_the_gee"" WHERE ""goals""=2 AND ""date_of_birth""='23 july 1910';",2-11677694-6 During the play-off quarter-final which team scored position was the team that scored 56 points?,"CREATE TABLE ""season_by_season_records"" ( ""season"" text, ""div"" text, ""pos"" text, ""pld"" text, ""pts"" text, ""play_offs"" text, ""trophy"" text );","SELECT ""pos"" FROM ""season_by_season_records"" WHERE ""play_offs""='quarter-final' AND ""pts""='56';",2-11936494-1 What is the score when Philadelphia is at home?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""december"" WHERE ""home""='philadelphia';",2-11801035-5 What is the record on December 4?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""december"" WHERE ""date""='december 4';",2-11801035-5 what is the decision when the record is 13–10–4?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""decision"" FROM ""december"" WHERE ""record""='13–10–4';",2-11801035-5 What is the lowest attendance total on August 26?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT MIN(""attendance"") FROM ""game_log"" WHERE ""date""='august 26';",2-11512776-6 What is the sum of the year for 5 february?,"CREATE TABLE ""longest_winning_streaks"" ( ""year"" real, ""competition"" text, ""date"" text, ""location"" text, ""score"" text, ""result"" text );","SELECT SUM(""year"") FROM ""longest_winning_streaks"" WHERE ""date""='5 february';",2-11311764-9 What was the location for a year later than 2012?,"CREATE TABLE ""longest_winning_streaks"" ( ""year"" real, ""competition"" text, ""date"" text, ""location"" text, ""score"" text, ""result"" text );","SELECT ""location"" FROM ""longest_winning_streaks"" WHERE ""year"">2012;",2-11311764-9 who is the constructor when the laps is more than 72 and the driver is eddie irvine?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""constructor"" FROM ""race"" WHERE ""laps"">72 AND ""driver""='eddie irvine';",2-1123438-2 What was the record of the game where the Rockets were the visiting team?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""december"" WHERE ""visitor""='rockets';",2-11965631-5 What's the voltage for the pentium dual-core e2140?,"CREATE TABLE ""65_nm"" ( ""model_number"" text, ""s_spec_number"" text, ""frequency"" text, ""l2_cache"" text, ""mult"" text, ""voltage"" text, ""socket"" text, ""release_date"" text, ""part_number_s"" text, ""release_price_usd"" text );","SELECT ""voltage"" FROM ""65_nm"" WHERE ""model_number""='pentium dual-core e2140';",2-11602313-1 What part number(s) has a frequency of 2.4 ghz?,"CREATE TABLE ""65_nm"" ( ""model_number"" text, ""s_spec_number"" text, ""frequency"" text, ""l2_cache"" text, ""mult"" text, ""voltage"" text, ""socket"" text, ""release_date"" text, ""part_number_s"" text, ""release_price_usd"" text );","SELECT ""part_number_s"" FROM ""65_nm"" WHERE ""frequency""='2.4 ghz';",2-11602313-1 What's the release price (USD) for part number hh80557pg0491m?,"CREATE TABLE ""65_nm"" ( ""model_number"" text, ""s_spec_number"" text, ""frequency"" text, ""l2_cache"" text, ""mult"" text, ""voltage"" text, ""socket"" text, ""release_date"" text, ""part_number_s"" text, ""release_price_usd"" text );","SELECT ""release_price_usd"" FROM ""65_nm"" WHERE ""part_number_s""='hh80557pg0491m';",2-11602313-1 "What L2 cache had a release date of august 26, 2007?","CREATE TABLE ""65_nm"" ( ""model_number"" text, ""s_spec_number"" text, ""frequency"" text, ""l2_cache"" text, ""mult"" text, ""voltage"" text, ""socket"" text, ""release_date"" text, ""part_number_s"" text, ""release_price_usd"" text );","SELECT ""l2_cache"" FROM ""65_nm"" WHERE ""release_date""='august 26, 2007';",2-11602313-1 Where did the team in which Tom Pryce was in Pole Position race?,"CREATE TABLE ""season_review"" ( ""race"" text, ""date"" text, ""location"" text, ""pole_position"" text, ""fastest_lap"" text, ""race_winner"" text, ""constructor"" text, ""report"" text );","SELECT ""location"" FROM ""season_review"" WHERE ""pole_position""='tom pryce';",2-1140085-2 "Who ran the fastest lap in the team that competed in Zolder, in which Ferrari was the Constructor?","CREATE TABLE ""season_review"" ( ""race"" text, ""date"" text, ""location"" text, ""pole_position"" text, ""fastest_lap"" text, ""race_winner"" text, ""constructor"" text, ""report"" text );","SELECT ""fastest_lap"" FROM ""season_review"" WHERE ""constructor""='ferrari' AND ""location""='zolder';",2-1140085-2 "What tournament was on Jan 29, 2012?","CREATE TABLE ""pga_tour_wins_6"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text );","SELECT ""tournament"" FROM ""pga_tour_wins_6"" WHERE ""date""='jan 29, 2012';",2-12072778-2 What is the to par of the match with a winning score 69-67-72-64=272?,"CREATE TABLE ""pga_tour_wins_6"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""to_par"" text, ""margin_of_victory"" text );","SELECT ""to_par"" FROM ""pga_tour_wins_6"" WHERE ""winning_score""='69-67-72-64=272';",2-12072778-2 "What is the episode number of the episode that originally aired on January 26, 2009 and had a production number smaller than 38?","CREATE TABLE ""season_3"" ( ""production_no"" real, ""episode_no"" real, ""original_airdate"" text, ""episode_title"" text, ""host"" text );","SELECT COUNT(""episode_no"") FROM ""season_3"" WHERE ""original_airdate""='january 26, 2009' AND ""production_no""<38;",2-10926568-3 Who acquired tom norton?,"CREATE TABLE ""defencemen"" ( ""player"" text, ""shoots"" text, ""acquired"" real, ""place_of_birth"" text, ""joined_from"" text );","SELECT ""acquired"" FROM ""defencemen"" WHERE ""player""='tom norton';",2-1132100-2 Where did Geelong play as the home team?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_8"" WHERE ""home_team""='geelong';",2-10824095-8 Which home team played against the away team with a score of 13.19 (97)?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_8"" WHERE ""away_team_score""='13.19 (97)';",2-10824095-8 "Which away team had more than 17,903 spectators and played Melbourne?","CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_8"" WHERE ""crowd"">'17,903' AND ""home_team""='melbourne';",2-10824095-8 Where did North Melbourne play as the home team?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_8"" WHERE ""home_team""='north melbourne';",2-10824095-8 What did the away team score when playing Footscray?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_8"" WHERE ""home_team""='footscray';",2-10824095-8 "What's the record for October 8, 2000 before week 13?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""week""<13 AND ""date""='october 8, 2000';",2-11404731-2 What game site has a result of bye?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""game_site"" FROM ""schedule"" WHERE ""result""='bye';",2-11404731-2 What's the record after week 16?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""week"">16;",2-11404731-2 What's the result at psinet stadium when the cincinnati bengals are the opponent?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""game_site""='psinet stadium' AND ""opponent""='cincinnati bengals';",2-11404731-2 What's the record after week 12 with a game site of bye?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""record"" text, ""game_site"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""week"">12 AND ""game_site""='bye';",2-11404731-2 "What audition city has a Callback Date of october 5–6, 2007?","CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""date"" text, ""first_audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""golden_tickets"" real );","SELECT ""audition_city"" FROM ""regional_auditions"" WHERE ""callback_date""='october 5–6, 2007';",2-11129123-1 What day has a callback Venue of total tickets to hollywood? Question,"CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""date"" text, ""first_audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""golden_tickets"" real );","SELECT ""date"" FROM ""regional_auditions"" WHERE ""callback_venue""='total tickets to hollywood';",2-11129123-1 How many golden tickets for the georgia international convention center?,"CREATE TABLE ""regional_auditions"" ( ""episode_air_date"" text, ""audition_city"" text, ""date"" text, ""first_audition_venue"" text, ""callback_date"" text, ""callback_venue"" text, ""golden_tickets"" real );","SELECT SUM(""golden_tickets"") FROM ""regional_auditions"" WHERE ""callback_venue""='georgia international convention center';",2-11129123-1 What class is associated with a W.A. of 0-8-0?,"CREATE TABLE ""locomotives_of_the_london_and_north_east"" ( ""class"" text, ""w_a"" text, ""quantity"" real, ""date"" text, ""lner_class"" text );","SELECT ""class"" FROM ""locomotives_of_the_london_and_north_east"" WHERE ""w_a""='0-8-0';",2-1169568-7 What WA has a LNER Class of n13 and 10?,"CREATE TABLE ""locomotives_of_the_london_and_north_east"" ( ""class"" text, ""w_a"" text, ""quantity"" real, ""date"" text, ""lner_class"" text );","SELECT ""w_a"" FROM ""locomotives_of_the_london_and_north_east"" WHERE ""quantity""=10 AND ""lner_class""='n13';",2-1169568-7 Who was the Opponent at the Game Site Indianapolis Hoosierdome?,"CREATE TABLE ""schedule"" ( ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""game_site""='indianapolis hoosierdome';",2-11452373-2 What is the St Kilda Away team score?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_18"" WHERE ""away_team""='st kilda';",2-10809529-18 What home team has a team score of 8.12 (60)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_18"" WHERE ""home_team_score""='8.12 (60)';",2-10809529-18 Tell me the highest snatch for 68.63 bodyweight and total kg less than 290,"CREATE TABLE ""lightweight_69_kg"" ( ""name"" text, ""bodyweight"" real, ""snatch"" real, ""clean_jerk"" real, ""total_kg"" real );","SELECT MAX(""snatch"") FROM ""lightweight_69_kg"" WHERE ""bodyweight""=68.63 AND ""total_kg""<290;",2-11279593-3 Tell me the total number of snatches for clean and jerk more than 132.5 when the total kg was 315 and bodyweight was 68.63,"CREATE TABLE ""lightweight_69_kg"" ( ""name"" text, ""bodyweight"" real, ""snatch"" real, ""clean_jerk"" real, ""total_kg"" real );","SELECT COUNT(""snatch"") FROM ""lightweight_69_kg"" WHERE ""clean_jerk"">132.5 AND ""total_kg""=315 AND ""bodyweight""=68.63;",2-11279593-3 Name the average clean and jerk for snatch of 140 and total kg less than 315,"CREATE TABLE ""lightweight_69_kg"" ( ""name"" text, ""bodyweight"" real, ""snatch"" real, ""clean_jerk"" real, ""total_kg"" real );","SELECT AVG(""clean_jerk"") FROM ""lightweight_69_kg"" WHERE ""snatch""=140 AND ""total_kg""<315;",2-11279593-3 Who constructed the car that Derek Warwick raced in with a TG181 chassis?,"CREATE TABLE ""drivers_and_constructors"" ( ""constructor"" text, ""chassis"" text, ""engine"" text, ""tyres"" text, ""driver"" text, ""rounds"" text );","SELECT ""constructor"" FROM ""drivers_and_constructors"" WHERE ""chassis""='tg181' AND ""driver""='derek warwick';",2-1140077-1 "Which player has a Club/province of direito, less than 21 caps, and a Position of lock?","CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""player"" FROM ""2007_rugby_world_cup_squads"" WHERE ""club_province""='direito' AND ""caps""<21 AND ""position""='lock';",2-11783766-16 "How many caps have a Position of prop, and a Player of rui cordeiro?","CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT COUNT(""caps"") FROM ""2007_rugby_world_cup_squads"" WHERE ""position""='prop' AND ""player""='rui cordeiro';",2-11783766-16 Which Club/province has a Player of david penalva?,"CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""club_province"" FROM ""2007_rugby_world_cup_squads"" WHERE ""player""='david penalva';",2-11783766-16 How many caps have a Date of Birth (Age) of 15 july 1981?,"CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT COUNT(""caps"") FROM ""2007_rugby_world_cup_squads"" WHERE ""date_of_birth_age""='15 july 1981';",2-11783766-16 "Which player has a Position of fly-half, and a Caps of 3?","CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""player"" FROM ""2007_rugby_world_cup_squads"" WHERE ""position""='fly-half' AND ""caps""=3;",2-11783766-16 What constituency does the Conservative Darren Millar belong to?,"CREATE TABLE ""constituency_nominations"" ( ""constituency"" text, ""conservative"" text, ""labour"" text, ""liberal_democrats"" text, ""plaid_cymru"" text, ""result"" text );","SELECT ""constituency"" FROM ""constituency_nominations"" WHERE ""conservative""='darren millar';",2-11099297-3 In what constituency was the result labour hold and Liberal democrat Elizabeth Newton won?,"CREATE TABLE ""constituency_nominations"" ( ""constituency"" text, ""conservative"" text, ""labour"" text, ""liberal_democrats"" text, ""plaid_cymru"" text, ""result"" text );","SELECT ""constituency"" FROM ""constituency_nominations"" WHERE ""result""='labour hold' AND ""liberal_democrats""='elizabeth newton';",2-11099297-3 Who has the Winning score of –10 (66-71-62-71=270) ?,"CREATE TABLE ""european_tour_wins_40"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""runner_s_up"" FROM ""european_tour_wins_40"" WHERE ""winning_score""='–10 (66-71-62-71=270)';",2-11570261-11 "Who is Runner(s)-up that has a Date of may 24, 1999?","CREATE TABLE ""european_tour_wins_40"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""runner_s_up"" FROM ""european_tour_wins_40"" WHERE ""date""='may 24, 1999';",2-11570261-11 Which Tournament has a Margin of victory of 7 strokes,"CREATE TABLE ""european_tour_wins_40"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT ""tournament"" FROM ""european_tour_wins_40"" WHERE ""margin_of_victory""='7 strokes';",2-11570261-11 What was the decision of the Kings game when Chicago was the visiting team?,"CREATE TABLE ""february"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""decision"" FROM ""february"" WHERE ""visitor""='chicago';",2-11821711-8 What round was the nose tackle drafted?,"CREATE TABLE ""nfl_draft"" ( ""pick"" text, ""round"" real, ""player"" text, ""position"" text, ""school"" text );","SELECT SUM(""round"") FROM ""nfl_draft"" WHERE ""position""='nose tackle';",2-11397060-1 What is the Record when Buffalo is at Home?,"CREATE TABLE ""march"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""march"" WHERE ""home""='buffalo';",2-11772511-8 What were the winnings for the Chevrolet with a number larger than 29 and scored 102 points?,"CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" real, ""laps"" real, ""winnings"" text );","SELECT ""winnings"" FROM ""race_results"" WHERE ""make""='chevrolet' AND ""car_num"">29 AND ""points""=102;",2-11045442-1 What is the make of car 31?,"CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" real, ""laps"" real, ""winnings"" text );","SELECT ""make"" FROM ""race_results"" WHERE ""car_num""=31;",2-11045442-1 What is the car number that has less than 369 laps for a Dodge with more than 49 points?,"CREATE TABLE ""race_results"" ( ""driver"" text, ""car_num"" real, ""make"" text, ""points"" real, ""laps"" real, ""winnings"" text );","SELECT SUM(""car_num"") FROM ""race_results"" WHERE ""laps""<369 AND ""make""='dodge' AND ""points"">49;",2-11045442-1 Tell me the total number of ties for name of totals and lost more than 30,"CREATE TABLE ""managers"" ( ""name"" text, ""tenure"" text, ""ties"" real, ""lost"" real, ""win_pct"" real );","SELECT COUNT(""ties"") FROM ""managers"" WHERE ""name""='totals' AND ""lost"">30;",2-11233358-3 I want the total number of ties for win % more than 0 and tenure of 2001-2011 with lost more than 16,"CREATE TABLE ""managers"" ( ""name"" text, ""tenure"" text, ""ties"" real, ""lost"" real, ""win_pct"" real );","SELECT COUNT(""ties"") FROM ""managers"" WHERE ""win_pct"">0 AND ""tenure""='2001-2011' AND ""lost"">16;",2-11233358-3 "What's the record when the attendance was 28,531?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""attendance""='28,531';",2-11512983-4 "What's the record when the attendance was 41,573?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""attendance""='41,573';",2-11512983-4 Who's the opponent for June 13?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""date""='june 13';",2-11512983-4 Where does center Joakim Andersson come from?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""position""='center' AND ""player""='joakim andersson';",2-11786815-23 What position does Zack Torquato play?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""position"" FROM ""draft_picks"" WHERE ""player""='zack torquato';",2-11786815-23 "When a lane of 4 has a QUART greater than 44.62, what is the lowest HEAT?","CREATE TABLE ""final"" ( ""athlete"" text, ""final"" text, ""lane"" real, ""semi"" real, ""quart"" real, ""heat"" real );","SELECT MIN(""heat"") FROM ""final"" WHERE ""lane""=4 AND ""quart"">44.62;",2-10961674-3 When was a game played where the away team scored 10.19 (79)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_18"" WHERE ""away_team_score""='10.19 (79)';",2-10883333-18 When did the game at Arden Street Oval occur?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_18"" WHERE ""venue""='arden street oval';",2-10883333-18 Where did the home team score 11.18 (84)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_18"" WHERE ""home_team_score""='11.18 (84)';",2-10883333-18 What did the away team score when playing North Melbourne?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_18"" WHERE ""home_team""='north melbourne';",2-10883333-18 How many people attended the game at VFL Park?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_18"" WHERE ""venue""='vfl park';",2-10883333-18 "When the home team was fitzroy, what did the away team score?","CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_12"" WHERE ""home_team""='fitzroy';",2-10789881-12 Name the fastest lap for the brazilian grand prix,"CREATE TABLE ""grands_prix"" ( ""round"" real, ""grand_prix"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""fastest_lap"" FROM ""grands_prix"" WHERE ""grand_prix""='brazilian grand prix';",2-1137702-3 Name the pole position at the japanese grand prix when the fastest lap is damon hill,"CREATE TABLE ""grands_prix"" ( ""round"" real, ""grand_prix"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""pole_position"" FROM ""grands_prix"" WHERE ""fastest_lap""='damon hill' AND ""grand_prix""='japanese grand prix';",2-1137702-3 Name the lowest round for when pole position and winning driver is michael schumacher,"CREATE TABLE ""grands_prix"" ( ""round"" real, ""grand_prix"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT MIN(""round"") FROM ""grands_prix"" WHERE ""fastest_lap""='michael schumacher' AND ""winning_driver""='michael schumacher' AND ""pole_position""='michael schumacher';",2-1137702-3 How many reg GP for nathan barrett in a round less than 8?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT COUNT(""reg_gp"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""player""='nathan barrett' AND ""rd_num""<8;",2-11636955-32 What organization ranks 68?,"CREATE TABLE ""quality_of_life"" ( ""index"" text, ""organization"" text, ""year"" real, ""rank"" text, ""out_of"" real );","SELECT ""organization"" FROM ""quality_of_life"" WHERE ""rank""='68';",2-11636840-5 What year is the happy planet index?,"CREATE TABLE ""quality_of_life"" ( ""index"" text, ""organization"" text, ""year"" real, ""rank"" text, ""out_of"" real );","SELECT SUM(""year"") FROM ""quality_of_life"" WHERE ""index""='happy planet index';",2-11636840-5 What year for the legatum institute?,"CREATE TABLE ""quality_of_life"" ( ""index"" text, ""organization"" text, ""year"" real, ""rank"" text, ""out_of"" real );","SELECT ""year"" FROM ""quality_of_life"" WHERE ""organization""='legatum institute';",2-11636840-5 What 1st leg has Alense Vivaldi (Trentino) as Agg.?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""first_round"" WHERE ""agg""='alense vivaldi (trentino)';",2-11095811-60 What is the grid for the Minardi Team USA with laps smaller than 90?,"CREATE TABLE ""results"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT ""grid"" FROM ""results"" WHERE ""laps""<90 AND ""team""='minardi team usa';",2-10823048-3 What is Fitzroy's Home team score?,"CREATE TABLE ""round_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_16"" WHERE ""home_team""='fitzroy';",2-10809142-16 What is Fitzroy's Home team Crowd?,"CREATE TABLE ""round_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_16"" WHERE ""home_team""='fitzroy';",2-10809142-16 "What is the average number of TDs when the yards are less than 119, the AVG is larger than 5, and Jamarr Ward is a player?","CREATE TABLE ""receiving"" ( ""player"" text, ""rec"" real, ""yards"" real, ""avg"" real, ""td_s"" real );","SELECT AVG(""td_s"") FROM ""receiving"" WHERE ""yards""<119 AND ""player""='jamarr ward' AND ""avg"">5;",2-11784911-12 What is the total Avg when TDs are 0 and Dawan Moss is a player?,"CREATE TABLE ""receiving"" ( ""player"" text, ""rec"" real, ""yards"" real, ""avg"" real, ""td_s"" real );","SELECT COUNT(""avg"") FROM ""receiving"" WHERE ""player""='dawan moss' AND ""td_s""<0;",2-11784911-12 What is the highest number of TDs when the Avg is larger than 8.5 and the Rec is less than 1?,"CREATE TABLE ""receiving"" ( ""player"" text, ""rec"" real, ""yards"" real, ""avg"" real, ""td_s"" real );","SELECT MAX(""td_s"") FROM ""receiving"" WHERE ""avg"">8.5 AND ""rec""<1;",2-11784911-12 What is the average gold total for nations ranked 6 with 1 total medal and 1 bronze medal?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_table"" WHERE ""total""=1 AND ""rank""='6' AND ""bronze"">1;",2-11225820-7 Who drove the grid 10 car?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""race"" WHERE ""grid""=10;",2-1122868-2 Who drive the car that went under 60 laps and spun off?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""race"" WHERE ""laps""<60 AND ""time_retired""='spun off';",2-1122868-2 What number of Yards has 32 as an In 20?,"CREATE TABLE ""statistics"" ( ""year"" text, ""yards"" real, ""avg"" real, ""net_avg"" real, ""in_20"" real );","SELECT COUNT(""yards"") FROM ""statistics"" WHERE ""in_20""=32;",2-10970703-1 What was the score on June 12?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='june 12';",2-11512165-6 "What is the top attendance for weeks past 2 on october 29, 1961?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""season_schedule"" WHERE ""week"">2 AND ""date""='october 29, 1961';",2-11855541-2 "What is the low week from october 15, 1961?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""week"") FROM ""season_schedule"" WHERE ""date""='october 15, 1961';",2-11855541-2 What is the low attendance rate against buffalo bills?,"CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""season_schedule"" WHERE ""opponent""='buffalo bills';",2-11855541-2 What team played on November 28?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""team"" FROM ""game_log"" WHERE ""date""='november 28';",2-10812293-3 What driver has a Time/Retired of 2:16:38.0?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""classification"" WHERE ""time_retired""='2:16:38.0';",2-1122325-1 What time/retired for grid 18?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""classification"" WHERE ""grid""=18;",2-1122325-1 What was the lowest Crowd during the Away Team Score of 10.11 (71)?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_12"" WHERE ""away_team_score""='10.11 (71)';",2-10806194-12 What is the lowest Crowd with a Home Team Score of 9.15 (69)?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_12"" WHERE ""home_team_score""='9.15 (69)';",2-10806194-12 What was the Venue of the North Melbourne Away Team?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_12"" WHERE ""away_team""='north melbourne';",2-10806194-12 On what Date is Delta 0:40?,"CREATE TABLE ""final"" ( ""date"" text, ""team_1"" text, ""team_2"" text, ""winner"" text, ""delta"" text, ""score"" text );","SELECT ""date"" FROM ""final"" WHERE ""delta""='0:40';",2-10961088-1 "Who is the Winner on June 2, 2007?","CREATE TABLE ""final"" ( ""date"" text, ""team_1"" text, ""team_2"" text, ""winner"" text, ""delta"" text, ""score"" text );","SELECT ""winner"" FROM ""final"" WHERE ""date""='june 2, 2007';",2-10961088-1 What did the home team of essendon score?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_17"" WHERE ""home_team""='essendon';",2-10808681-17 "If the away team scored 7.3 (45), what was the home team score?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_17"" WHERE ""away_team_score""='7.3 (45)';",2-10808681-17 When the venue was lake oval what did the home team score?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_17"" WHERE ""venue""='lake oval';",2-10808681-17 What did the away team score when they were playing collingwood?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_17"" WHERE ""home_team""='collingwood';",2-10808681-17 When the away team scored 7.11 (53) what venue did they play at?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""away_team_score""='7.11 (53)';",2-10808681-17 "What is the position of the player from Fort Lauderdale, Florida?","CREATE TABLE ""2012_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""position"" FROM ""2012_team"" WHERE ""hometown""='fort lauderdale, florida';",2-11677691-12 "What is the position of the player from Beaumont, Texas?","CREATE TABLE ""2012_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""position"" FROM ""2012_team"" WHERE ""hometown""='beaumont, texas';",2-11677691-12 What position did Max Redfield play?,"CREATE TABLE ""2012_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""position"" FROM ""2012_team"" WHERE ""player""='max redfield';",2-11677691-12 What college did the player from Liberty County High School attend?,"CREATE TABLE ""2012_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""college"" FROM ""2012_team"" WHERE ""school""='liberty county high school';",2-11677691-12 "On the Date of March 13, who was the Home team?","CREATE TABLE ""march"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""home"" FROM ""march"" WHERE ""date""='march 13';",2-11821711-9 What is the Decision listed when the Home was Colorado?,"CREATE TABLE ""march"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""decision"" FROM ""march"" WHERE ""home""='colorado';",2-11821711-9 What is the date that Ayrton Senna was the drive in Monza?,"CREATE TABLE ""season_review"" ( ""round"" real, ""grand_prix"" text, ""date"" text, ""location"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""date"" FROM ""season_review"" WHERE ""winning_driver""='ayrton senna' AND ""location""='monza';",2-1137707-2 What was the constructor when riccardo patrese was the winning driver?,"CREATE TABLE ""season_review"" ( ""round"" real, ""grand_prix"" text, ""date"" text, ""location"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""winning_constructor"" FROM ""season_review"" WHERE ""winning_driver""='riccardo patrese';",2-1137707-2 What is the Pole Position for the German Grand Prix,"CREATE TABLE ""season_review"" ( ""round"" real, ""grand_prix"" text, ""date"" text, ""location"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""pole_position"" FROM ""season_review"" WHERE ""grand_prix""='german grand prix';",2-1137707-2 What is the date of the game between Melbourne and Footscray?,"CREATE TABLE ""round_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_16"" WHERE ""home_team""='melbourne';",2-10808681-16 "In the match where footscray was the home team, how much did they score?","CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_7"" WHERE ""home_team""='footscray';",2-10809529-7 "During melbourne's home game, who was the away team?","CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_7"" WHERE ""home_team""='melbourne';",2-10809529-7 "In the match where north melbourne was the away team, how much did the home team score?","CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_7"" WHERE ""away_team""='north melbourne';",2-10809529-7 How many years was there a team that was part of the usisl pro league?,"CREATE TABLE ""year_by_year"" ( ""year"" real, ""division"" real, ""league"" text, ""reg_season"" text, ""playoffs"" text, ""open_cup"" text );","SELECT COUNT(""year"") FROM ""year_by_year"" WHERE ""league""='usisl pro league';",2-1133821-1 How many goals were scored on 21 Junio 2008?,"CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""result"" text, ""competition"" text );","SELECT COUNT(""goal"") FROM ""international_goals"" WHERE ""date""='21 junio 2008';",2-1192553-1 How was the competition in which 6 goals were made?,"CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""goal""=6;",2-1192553-1 "At the venue of panama city, on 11 Febrero 2006, how many goals were scored?","CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""result"" text, ""competition"" text );","SELECT COUNT(""goal"") FROM ""international_goals"" WHERE ""venue""='panama city' AND ""date""='11 febrero 2006';",2-1192553-1 what is the time/retired when the laps is 52?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""race"" WHERE ""laps""=52;",2-1122380-2 "What is the mean number of play-offs when the league number was bigger than 18, where the player was John Grant and the total number was bigger than 25?","CREATE TABLE ""topscorers_in_order_of_league_goals"" ( ""player"" text, ""club"" text, ""league"" real, ""play_offs"" real, ""fa_cup"" real, ""fa_trophy"" real, ""total"" real );","SELECT AVG(""play_offs"") FROM ""topscorers_in_order_of_league_goals"" WHERE ""league"">18 AND ""player""='john grant' AND ""total"">25;",2-11181866-3 Which mean total had Tim Sills as a player?,"CREATE TABLE ""topscorers_in_order_of_league_goals"" ( ""player"" text, ""club"" text, ""league"" real, ""play_offs"" real, ""fa_cup"" real, ""fa_trophy"" real, ""total"" real );","SELECT AVG(""total"") FROM ""topscorers_in_order_of_league_goals"" WHERE ""player""='tim sills';",2-11181866-3 Which of the lowest FA Trophys involved the Forest Green Rovers club when the play-offs number was bigger than 0?,"CREATE TABLE ""topscorers_in_order_of_league_goals"" ( ""player"" text, ""club"" text, ""league"" real, ""play_offs"" real, ""fa_cup"" real, ""fa_trophy"" real, ""total"" real );","SELECT MIN(""fa_trophy"") FROM ""topscorers_in_order_of_league_goals"" WHERE ""club""='forest green rovers' AND ""play_offs"">0;",2-11181866-3 Which of the lowest leagues had Aldershot town as a club when the play-offs number was less than 0?,"CREATE TABLE ""topscorers_in_order_of_league_goals"" ( ""player"" text, ""club"" text, ""league"" real, ""play_offs"" real, ""fa_cup"" real, ""fa_trophy"" real, ""total"" real );","SELECT MIN(""league"") FROM ""topscorers_in_order_of_league_goals"" WHERE ""club""='aldershot town' AND ""play_offs""<0;",2-11181866-3 "What mean total had a league number of 18, Richard Logan as a player, and a play-offs number smaller than 1?","CREATE TABLE ""topscorers_in_order_of_league_goals"" ( ""player"" text, ""club"" text, ""league"" real, ""play_offs"" real, ""fa_cup"" real, ""fa_trophy"" real, ""total"" real );","SELECT AVG(""total"") FROM ""topscorers_in_order_of_league_goals"" WHERE ""league""=18 AND ""player""='richard logan' AND ""play_offs""<1;",2-11181866-3 What is the grid total for ralf schumacher racing over 53 laps?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""grid"") FROM ""classification"" WHERE ""driver""='ralf schumacher' AND ""laps"">53;",2-1123342-1 Who built the car that went 53 laps with a Time/Retired of 1:17:09.672?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""constructor"" FROM ""classification"" WHERE ""laps""=53 AND ""time_retired""='1:17:09.672';",2-1123342-1 What is the high lap total for pedro diniz?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""laps"") FROM ""classification"" WHERE ""driver""='pedro diniz';",2-1123342-1 Who was the Japan open runner up?,"CREATE TABLE ""japan_golf_tour_wins_5"" ( ""date"" text, ""tournament"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_up"" text );","SELECT ""runner_up"" FROM ""japan_golf_tour_wins_5"" WHERE ""tournament""='japan open';",2-11083364-2 What is the name of the race where Stirling Moss was the winning driver?,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""race_name"" FROM ""non_championship_race_results"" WHERE ""winning_driver""='stirling moss';",2-1140106-6 What circuit did Innes Ireland win at for the I lombank trophy?,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""circuit"" FROM ""non_championship_race_results"" WHERE ""winning_driver""='innes ireland' AND ""race_name""='i lombank trophy';",2-1140106-6 "what is the constituency when the swing to gain is less than 4.16, the winning party 2007 is snp and ld's place 2007 is 2nd?","CREATE TABLE ""liberal_democrat_targets"" ( ""rank"" real, ""constituency"" text, ""winning_party_2007"" text, ""swing_to_gain"" real, ""ld_s_place_2007"" text, ""result"" text );","SELECT ""constituency"" FROM ""liberal_democrat_targets"" WHERE ""swing_to_gain""<4.16 AND ""winning_party_2007""='snp' AND ""ld_s_place_2007""='2nd';",2-11100973-6 how many times is the constituency edinburgh northern and leith?,"CREATE TABLE ""liberal_democrat_targets"" ( ""rank"" real, ""constituency"" text, ""winning_party_2007"" text, ""swing_to_gain"" real, ""ld_s_place_2007"" text, ""result"" text );","SELECT COUNT(""swing_to_gain"") FROM ""liberal_democrat_targets"" WHERE ""constituency""='edinburgh northern and leith';",2-11100973-6 what is the constituency when the rank is less than 5 and the result is con hold?,"CREATE TABLE ""liberal_democrat_targets"" ( ""rank"" real, ""constituency"" text, ""winning_party_2007"" text, ""swing_to_gain"" real, ""ld_s_place_2007"" text, ""result"" text );","SELECT ""constituency"" FROM ""liberal_democrat_targets"" WHERE ""rank""<5 AND ""result""='con hold';",2-11100973-6 what is the lowest rank when the constituency is edinburgh northern and leith and the swing to gain is less than 4.16?,"CREATE TABLE ""liberal_democrat_targets"" ( ""rank"" real, ""constituency"" text, ""winning_party_2007"" text, ""swing_to_gain"" real, ""ld_s_place_2007"" text, ""result"" text );","SELECT MIN(""rank"") FROM ""liberal_democrat_targets"" WHERE ""constituency""='edinburgh northern and leith' AND ""swing_to_gain""<4.16;",2-11100973-6 What is the record when the leading scorer is Antawn Jamison (14)?,"CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""january"" WHERE ""leading_scorer""='antawn jamison (14)';",2-11962021-7 "How many people were in attendance on January 4, 2008?","CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT SUM(""attendance"") FROM ""january"" WHERE ""date""='january 4, 2008';",2-11962021-7 What is the score at the Addis Ababa location?,"CREATE TABLE ""recent_results_and_forthcoming_fixtures"" ( ""date"" text, ""location"" text, ""opponent"" text, ""score"" text, ""competition"" text );","SELECT ""score"" FROM ""recent_results_and_forthcoming_fixtures"" WHERE ""location""='addis ababa';",2-1204876-1 Which competition was held at Addis Ababa?,"CREATE TABLE ""recent_results_and_forthcoming_fixtures"" ( ""date"" text, ""location"" text, ""opponent"" text, ""score"" text, ""competition"" text );","SELECT ""competition"" FROM ""recent_results_and_forthcoming_fixtures"" WHERE ""location""='addis ababa';",2-1204876-1 What is the date of birth of the goalkeeper from the 1st season?,"CREATE TABLE ""players_2013_2014"" ( ""name"" text, ""date_of_birth"" text, ""position_s"" text, ""seasons"" text, ""matches_goals_league_finals_knvb_cup"" text, ""previous_club"" text );","SELECT ""date_of_birth"" FROM ""players_2013_2014"" WHERE ""position_s""='goalkeeper' AND ""seasons""='1st';",2-11628153-1 "What previous club was born on October 22, 1993?","CREATE TABLE ""players_2013_2014"" ( ""name"" text, ""date_of_birth"" text, ""position_s"" text, ""seasons"" text, ""matches_goals_league_finals_knvb_cup"" text, ""previous_club"" text );","SELECT ""previous_club"" FROM ""players_2013_2014"" WHERE ""date_of_birth""='october 22, 1993';",2-11628153-1 What was the competition on 7 June 1999?,"CREATE TABLE ""international_career"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_career"" WHERE ""date""='7 june 1999';",2-1180375-4 What was the competition on 13 November 2005?,"CREATE TABLE ""international_career"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_career"" WHERE ""date""='13 november 2005';",2-1180375-4 Where was the friendly competition on 7 June 1999 played?,"CREATE TABLE ""international_career"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_career"" WHERE ""competition""='friendly' AND ""date""='7 june 1999';",2-1180375-4 What is the time/retired for brm with a grid of 13?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""race"" WHERE ""constructor""='brm' AND ""grid""=13;",2-1122403-2 "Which Away team has a Crowd larger than 14,000, and a Home team of melbourne?","CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_5"" WHERE ""crowd"">'14,000' AND ""home_team""='melbourne';",2-10806592-5 Which Home team has a Venue of mcg?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_5"" WHERE ""venue""='mcg';",2-10806592-5 "What was the score of the Chiefs November 27, 1994 game?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""date""='november 27, 1994';",2-10996789-2 "What was the score of the Chiefs pre-Week 16 game that 69,362 people attended?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""week""<16 AND ""attendance""='69,362';",2-10996789-2 What's sawyer hannay's total pick number?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real );","SELECT COUNT(""pick_num"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""player""='sawyer hannay';",2-11636955-42 Tell me the score on 22 august 2012,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""date""='22 august 2012';",2-11035100-2 Who has points larger than 167.5?,"CREATE TABLE ""ice_dance"" ( ""rank"" real, ""name"" text, ""nation"" text, ""points"" real, ""places"" real );","SELECT ""name"" FROM ""ice_dance"" WHERE ""points"">167.5;",2-11025881-4 What is the lowest crowd seen by the mcg Venue?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_10"" WHERE ""venue""='mcg';",2-10790804-10 What Away team got a team score of 12.16 (88)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_10"" WHERE ""away_team_score""='12.16 (88)';",2-10790804-10 When was the game with richmond as Away team?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_10"" WHERE ""away_team""='richmond';",2-10790804-10 What is the total ratings on share less than 4?,"CREATE TABLE ""u_s_nielsen_ratings"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""rating"" real, ""share"" real, ""18_49"" text, ""viewers"" text, ""weekly_rank"" text );","SELECT COUNT(""rating"") FROM ""u_s_nielsen_ratings"" WHERE ""share""<4;",2-11753080-2 When did the person born 24 September 1851 pass away?,"CREATE TABLE ""first_survivors_to_die"" ( ""name"" text, ""date_of_birth"" text, ""date_of_death"" text, ""age_at_time_of_disaster"" text, ""age_at_time_of_death"" text );","SELECT ""date_of_death"" FROM ""first_survivors_to_die"" WHERE ""date_of_birth""='24 september 1851';",2-11965648-5 How old was the person born 24 September 1851 at the time of disaster?,"CREATE TABLE ""first_survivors_to_die"" ( ""name"" text, ""date_of_birth"" text, ""date_of_death"" text, ""age_at_time_of_disaster"" text, ""age_at_time_of_death"" text );","SELECT ""age_at_time_of_disaster"" FROM ""first_survivors_to_die"" WHERE ""date_of_birth""='24 september 1851';",2-11965648-5 What is the name of the person born in 1909?,"CREATE TABLE ""first_survivors_to_die"" ( ""name"" text, ""date_of_birth"" text, ""date_of_death"" text, ""age_at_time_of_disaster"" text, ""age_at_time_of_death"" text );","SELECT ""name"" FROM ""first_survivors_to_die"" WHERE ""date_of_birth""='1909';",2-11965648-5 What is the result in oakland?,"CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""venue""='oakland';",2-1121500-1 Which Crowd has a Home team of richmond?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_6"" WHERE ""home_team""='richmond';",2-10808089-6 Which Crowd has an Away team score of 8.6 (54)?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_6"" WHERE ""away_team_score""='8.6 (54)';",2-10808089-6 Which Venue has a Home team of essendon?,"CREATE TABLE ""round_6"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_6"" WHERE ""home_team""='essendon';",2-10808089-6 What nationality was the round 6 draft pick?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""round""=6;",2-11775918-15 What nationality is the draft pick with w position from leninogorsk (russia-2)?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""position""='w' AND ""college_junior_club_team_league""='leninogorsk (russia-2)';",2-11775918-15 What college or league did the round 2 pick with d position come from?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""round""=2 AND ""position""='d';",2-11775918-15 What did the home team score when the away team scored 12.11 (83)?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_12"" WHERE ""away_team_score""='12.11 (83)';",2-10809444-12 Who was the away team when North Melbourne was the home team?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_12"" WHERE ""home_team""='north melbourne';",2-10809444-12 Where was the game played where the away team has a score of 7.6 (48)?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_12"" WHERE ""away_team_score""='7.6 (48)';",2-10809444-12 What away team played against Footscray as the home team?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_12"" WHERE ""home_team""='footscray';",2-10809444-12 What home team played an away team with a score of 6.8 (44)?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_12"" WHERE ""away_team_score""='6.8 (44)';",2-10809444-12 "What is the rank for the show aired on May 19, 2009?","CREATE TABLE ""season_2"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""rating"" text, ""share"" text, ""18_49_rating_share"" text, ""viewers_m"" real, ""rank_num"" text );","SELECT ""rank_num"" FROM ""season_2"" WHERE ""air_date""='may 19, 2009';",2-11274401-3 "What is the timeslot for the episode that aired April 28, 2009?","CREATE TABLE ""season_2"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""rating"" text, ""share"" text, ""18_49_rating_share"" text, ""viewers_m"" real, ""rank_num"" text );","SELECT ""timeslot"" FROM ""season_2"" WHERE ""air_date""='april 28, 2009';",2-11274401-3 What is the share of the 18-49 (Rating/Share) of 0.8/3?,"CREATE TABLE ""season_2"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""rating"" text, ""share"" text, ""18_49_rating_share"" text, ""viewers_m"" real, ""rank_num"" text );","SELECT ""share"" FROM ""season_2"" WHERE ""18_49_rating_share""='0.8/3';",2-11274401-3 "What is the rating of the show ranked tba, aired on April 21, 2009?","CREATE TABLE ""season_2"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""rating"" text, ""share"" text, ""18_49_rating_share"" text, ""viewers_m"" real, ""rank_num"" text );","SELECT ""rating"" FROM ""season_2"" WHERE ""rank_num""='tba' AND ""air_date""='april 21, 2009';",2-11274401-3 What building shows 2013 and has more than 20 floors?,"CREATE TABLE ""projects_as_of_january_2013"" ( ""building"" text, ""height"" text, ""floors"" real, ""year"" real, ""status"" text );","SELECT ""building"" FROM ""projects_as_of_january_2013"" WHERE ""year""=2013 AND ""floors"">20;",2-11339545-2 What is the status of the building for 2014 with 33 floors?,"CREATE TABLE ""projects_as_of_january_2013"" ( ""building"" text, ""height"" text, ""floors"" real, ""year"" real, ""status"" text );","SELECT ""status"" FROM ""projects_as_of_january_2013"" WHERE ""year""<2014 AND ""floors""=33;",2-11339545-2 What are the number of floors for the building of td building redevelopment (office)?,"CREATE TABLE ""projects_as_of_january_2013"" ( ""building"" text, ""height"" text, ""floors"" real, ""year"" real, ""status"" text );","SELECT AVG(""floors"") FROM ""projects_as_of_january_2013"" WHERE ""building""='td building redevelopment (office)';",2-11339545-2 What is the status of the building with more than 28 floor and a year of 2013?,"CREATE TABLE ""projects_as_of_january_2013"" ( ""building"" text, ""height"" text, ""floors"" real, ""year"" real, ""status"" text );","SELECT ""status"" FROM ""projects_as_of_january_2013"" WHERE ""floors"">28 AND ""year""=2013;",2-11339545-2 What is the status of the building with less than 18 floors and later than 2013?,"CREATE TABLE ""projects_as_of_january_2013"" ( ""building"" text, ""height"" text, ""floors"" real, ""year"" real, ""status"" text );","SELECT ""status"" FROM ""projects_as_of_january_2013"" WHERE ""floors""<18 AND ""year"">2013;",2-11339545-2 Which Venue has a Home team score of 9.16 (70)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_18"" WHERE ""home_team_score""='9.16 (70)';",2-10869646-18 Which Home team has a Venue of arden street oval?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_18"" WHERE ""venue""='arden street oval';",2-10869646-18 When did tavárez lose?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""loss""='tavárez';",2-12076689-4 "What is the largest area with a Code of 66097, and a Region larger than 6?","CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""metropolitan_area"" text, ""region"" real );","SELECT MAX(""area_km_2"") FROM ""list_of_municipalities_in_quebec"" WHERE ""code""=66097 AND ""region"">6;",2-11218948-14 "What is the largest region with a Code smaller than 66112, and a Name of l'île-dorval?","CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""metropolitan_area"" text, ""region"" real );","SELECT MAX(""region"") FROM ""list_of_municipalities_in_quebec"" WHERE ""code""<66112 AND ""name""='l''île-dorval';",2-11218948-14 Name the away team score for lake oval,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""date"" text );","SELECT ""away_team_score"" FROM ""round_2"" WHERE ""venue""='lake oval';",2-1204658-2 Name the home team score for south melbourne home team,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""date"" text );","SELECT ""home_team_score"" FROM ""round_2"" WHERE ""home_team""='south melbourne';",2-1204658-2 Name the home team for carlton away team,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""date"" text );","SELECT ""home_team"" FROM ""round_2"" WHERE ""away_team""='carlton';",2-1204658-2 Who was the women's singles champion in 1984?,"CREATE TABLE ""references"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""women_s_singles"" FROM ""references"" WHERE ""year""='1984';",2-12100771-1 Who were the men's doubles champions when the men's singles champion was muljadi?,"CREATE TABLE ""references"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""men_s_doubles"" FROM ""references"" WHERE ""men_s_singles""='muljadi';",2-12100771-1 when was the site listed when the county is cochise?,"CREATE TABLE ""superfund_sites"" ( ""cerclis_id"" text, ""name"" text, ""county"" text, ""proposed"" text, ""listed"" text, ""construction_completed"" text, ""partially_deleted"" text, ""deleted"" text );","SELECT ""listed"" FROM ""superfund_sites"" WHERE ""county""='cochise';",2-10834670-1 what is the cerclis ID when the site was proposed on 12/30/1982 and was partially deleted on 05/01/2003?,"CREATE TABLE ""superfund_sites"" ( ""cerclis_id"" text, ""name"" text, ""county"" text, ""proposed"" text, ""listed"" text, ""construction_completed"" text, ""partially_deleted"" text, ""deleted"" text );","SELECT ""cerclis_id"" FROM ""superfund_sites"" WHERE ""proposed""='12/30/1982' AND ""partially_deleted""='05/01/2003';",2-10834670-1 when was the site partially deleted when the cerclis id is az7570028582?,"CREATE TABLE ""superfund_sites"" ( ""cerclis_id"" text, ""name"" text, ""county"" text, ""proposed"" text, ""listed"" text, ""construction_completed"" text, ""partially_deleted"" text, ""deleted"" text );","SELECT ""partially_deleted"" FROM ""superfund_sites"" WHERE ""cerclis_id""='az7570028582';",2-10834670-1 What band is the highest and has a System of gsm-450?,"CREATE TABLE ""gsm_900_gsm_1800_and_egsm_egsm_900"" ( ""system"" text, ""band"" real, ""uplink_m_hz"" text, ""downlink_m_hz"" text, ""channel_number"" text );","SELECT MAX(""band"") FROM ""gsm_900_gsm_1800_and_egsm_egsm_900"" WHERE ""system""='gsm-450';",2-1080823-1 What was the constructor when there were 95 laps and a grid less than 15?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""constructor"" FROM ""classification"" WHERE ""grid""<15 AND ""laps""=95;",2-1122375-1 What was the grid for suspension time/retired?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""grid"" FROM ""classification"" WHERE ""time_retired""='suspension';",2-1122375-1 "When the venue is victoria park, what's the largest Crowd that attended?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_17"" WHERE ""venue""='victoria park';",2-10809529-17 "When the Away team is south melbourne, what's the Home team score?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_17"" WHERE ""away_team""='south melbourne';",2-10809529-17 "If the Away team is north melbourne, what's the Home team score?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_17"" WHERE ""away_team""='north melbourne';",2-10809529-17 "When the Home team score was 15.18 (108), what's the lowest Crowd turnout?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_17"" WHERE ""home_team_score""='15.18 (108)';",2-10809529-17 "If the Crowd is larger than 10,000 and the Away team score is 11.15 (81), what is the venue being played at?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""away_team_score""='11.15 (81)' AND ""crowd"">'10,000';",2-10809529-17 Name the manner of departyre for 26 january date of appointment,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""manner_of_departure"" FROM ""managerial_changes"" WHERE ""date_of_appointment""='26 january';",2-11207040-6 I want to know the team that was sacked and date of vacancy was 4 december,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""team"" FROM ""managerial_changes"" WHERE ""manner_of_departure""='sacked' AND ""date_of_vacancy""='4 december';",2-11207040-6 Tell me the outgoing manager for 22 november date of vacancy,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""outgoing_manager"" FROM ""managerial_changes"" WHERE ""date_of_vacancy""='22 november';",2-11207040-6 Tell me the outgoing manager for livingston,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""outgoing_manager"" FROM ""managerial_changes"" WHERE ""team""='livingston';",2-11207040-6 Tell me the manner of departure for 3 january date of appointment,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""manner_of_departure"" text, ""date_of_vacancy"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""manner_of_departure"" FROM ""managerial_changes"" WHERE ""date_of_appointment""='3 january';",2-11207040-6 When did the Argentine Grand Prix race?,"CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""date"" FROM ""season_review"" WHERE ""race""='argentine grand prix';",2-1140088-1 What day did Emerson Fittipaldi win the Spanish Grand Prix?,"CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""date"" FROM ""season_review"" WHERE ""winning_driver""='emerson fittipaldi' AND ""race""='spanish grand prix';",2-1140088-1 What circuit was the British Grand Prix?,"CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""circuit"" FROM ""season_review"" WHERE ""race""='british grand prix';",2-1140088-1 "On which date was the 2006 FIFA World Cup Qualification in Manama, Bahrain?","CREATE TABLE ""goals_for_senior_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""goals_for_senior_national_team"" WHERE ""venue""='manama, bahrain' AND ""competition""='2006 fifa world cup qualification';",2-11950851-1 "What was the final score of the Friendly Competition in Manama, Bahrain?","CREATE TABLE ""goals_for_senior_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""goals_for_senior_national_team"" WHERE ""venue""='manama, bahrain' AND ""competition""='friendly';",2-11950851-1 "On which date was the match in Manama, Bahrain?","CREATE TABLE ""goals_for_senior_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""goals_for_senior_national_team"" WHERE ""venue""='manama, bahrain';",2-11950851-1 "How many laps did Emerson Fittipaldi do on a grid larger than 14, and when was the Time/Retired of accident?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT COUNT(""laps"") FROM ""classification"" WHERE ""grid"">14 AND ""time_retired""='accident' AND ""driver""='emerson fittipaldi';",2-1122672-1 What is the Time/Retired of Carlos Reutemann who was driving a brabham - Alfa Romeo?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""classification"" WHERE ""constructor""='brabham - alfa romeo' AND ""driver""='carlos reutemann';",2-1122672-1 what status is the vehicle types of dmbs+tcl+dmcl?,"CREATE TABLE ""preservation"" ( ""vehicle_numbers"" text, ""vehicle_types"" text, ""livery"" text, ""location"" text, ""status"" text );","SELECT ""status"" FROM ""preservation"" WHERE ""vehicle_types""='dmbs+tcl+dmcl';",2-1090916-2 what livery has a status of in service as coaching stock?,"CREATE TABLE ""preservation"" ( ""vehicle_numbers"" text, ""vehicle_types"" text, ""livery"" text, ""location"" text, ""status"" text );","SELECT ""livery"" FROM ""preservation"" WHERE ""status""='in service as coaching stock';",2-1090916-2 what status is the vehicle numbers of adb977554?,"CREATE TABLE ""preservation"" ( ""vehicle_numbers"" text, ""vehicle_types"" text, ""livery"" text, ""location"" text, ""status"" text );","SELECT ""status"" FROM ""preservation"" WHERE ""vehicle_numbers""='adb977554';",2-1090916-2 Which city is Alianza?,"CREATE TABLE ""current_teams"" ( ""name"" text, ""city"" text, ""stadium"" text, ""first_season_in_first_division"" text, ""first_season_after_most_recent_promotion"" text );","SELECT ""city"" FROM ""current_teams"" WHERE ""name""='alianza';",2-1126516-1 When was Alianza's first season in first division with a promotion after 1959?,"CREATE TABLE ""current_teams"" ( ""name"" text, ""city"" text, ""stadium"" text, ""first_season_in_first_division"" text, ""first_season_after_most_recent_promotion"" text );","SELECT ""first_season_in_first_division"" FROM ""current_teams"" WHERE ""first_season_after_most_recent_promotion""='1959' AND ""name""='alianza';",2-1126516-1 What is the largest crowd with Away team score of 13.16 (94)?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_2"" WHERE ""away_team_score""='13.16 (94)';",2-10790099-2 "What is the away team with a Crowd greater than 13,000, and a Home team score of 12.11 (83)?","CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_2"" WHERE ""crowd"">'13,000' AND ""home_team_score""='12.11 (83)';",2-10790099-2 What is the total of crowd with Home team score of 14.12 (96)?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_2"" WHERE ""home_team_score""='14.12 (96)';",2-10790099-2 What is the home team for victoria park?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_2"" WHERE ""venue""='victoria park';",2-10790099-2 Which home team has a Away team of hawthorn?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_2"" WHERE ""away_team""='hawthorn';",2-10790099-2 Who is the opponent with a score of 6–5 13?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""score""='6–5 13';",2-12015554-5 "Who is the opponent with a save of ||33,453||36–27?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""save""='||33,453||36–27';",2-12015554-5 What is the top grid that laps less than 66 and a retried engine?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""race"" WHERE ""time_retired""='engine' AND ""laps""<66;",2-1122585-2 What is the top lap that had a tyre time?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""laps"") FROM ""race"" WHERE ""time_retired""='tyre';",2-1122585-2 What is the top grid that roger williamson lapped less than 7?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""race"" WHERE ""driver""='roger williamson' AND ""laps""<7;",2-1122585-2 What opponent does she fight when she is 10-1?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""opponent"" FROM ""mixed_martial_arts_record"" WHERE ""record""='10-1';",2-11193852-2 What is the highest number of rounds for a 3:16 fight?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT MAX(""round"") FROM ""mixed_martial_arts_record"" WHERE ""time""='3:16';",2-11193852-2 What day is south melbourne at home?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_7"" WHERE ""home_team""='south melbourne';",2-10809444-7 What is the listed crowd when hawthorn is away?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT COUNT(""crowd"") FROM ""round_7"" WHERE ""away_team""='hawthorn';",2-10809444-7 What is the home team's score at mcg?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_7"" WHERE ""venue""='mcg';",2-10809444-7 Tell me who was the opponent on May 6,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""date""='may 6';",2-11513685-3 Name the score when the opponent was the dodgers on april 21,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""opponent""='dodgers' AND ""date""='april 21';",2-11513998-2 What is the number of the pick for round 11?,"CREATE TABLE ""1983_nfl_draft"" ( ""round"" real, ""pick"" real, ""name"" text, ""position"" text, ""school"" text );","SELECT SUM(""pick"") FROM ""1983_nfl_draft"" WHERE ""round""=11;",2-11309601-1 What is the largest pick in round 8?,"CREATE TABLE ""1983_nfl_draft"" ( ""round"" real, ""pick"" real, ""name"" text, ""position"" text, ""school"" text );","SELECT MAX(""pick"") FROM ""1983_nfl_draft"" WHERE ""round""=8;",2-11309601-1 What is the position of the player for Washington school?,"CREATE TABLE ""1983_nfl_draft"" ( ""round"" real, ""pick"" real, ""name"" text, ""position"" text, ""school"" text );","SELECT ""position"" FROM ""1983_nfl_draft"" WHERE ""school""='washington';",2-11309601-1 Who gave the play by play commentary with studio host Ward Cornell?,"CREATE TABLE ""1960s"" ( ""year"" real, ""network"" text, ""play_by_play"" text, ""colour_commentator_s"" text, ""studio_host"" text );","SELECT ""play_by_play"" FROM ""1960s"" WHERE ""studio_host""='ward cornell';",2-11829563-11 Were the color commentators who worked with Bill Hewitt doing the play-by-play?,"CREATE TABLE ""1960s"" ( ""year"" real, ""network"" text, ""play_by_play"" text, ""colour_commentator_s"" text, ""studio_host"" text );","SELECT ""colour_commentator_s"" FROM ""1960s"" WHERE ""play_by_play""='bill hewitt';",2-11829563-11 Who did the play-by-play with studio host Ward Cornell and color commentator Bob Goldham?,"CREATE TABLE ""1960s"" ( ""year"" real, ""network"" text, ""play_by_play"" text, ""colour_commentator_s"" text, ""studio_host"" text );","SELECT ""play_by_play"" FROM ""1960s"" WHERE ""studio_host""='ward cornell' AND ""colour_commentator_s""='bob goldham';",2-11829563-11 Who did the play-by-play on the CBC network before 1961?,"CREATE TABLE ""1960s"" ( ""year"" real, ""network"" text, ""play_by_play"" text, ""colour_commentator_s"" text, ""studio_host"" text );","SELECT ""play_by_play"" FROM ""1960s"" WHERE ""network""='cbc' AND ""year""<1961;",2-11829563-11 What's the award for #100?,"CREATE TABLE ""awards"" ( ""year"" real, ""organisation"" text, ""ceremony"" text, ""award"" text, ""result"" text );","SELECT ""award"" FROM ""awards"" WHERE ""result""='#100';",2-11233454-2 Which award was nominated for in 2000?,"CREATE TABLE ""awards"" ( ""year"" real, ""organisation"" text, ""ceremony"" text, ""award"" text, ""result"" text );","SELECT ""award"" FROM ""awards"" WHERE ""year""=2000 AND ""result""='nominated';",2-11233454-2 What were the results before the year 2000?,"CREATE TABLE ""awards"" ( ""year"" real, ""organisation"" text, ""ceremony"" text, ""award"" text, ""result"" text );","SELECT ""result"" FROM ""awards"" WHERE ""year""<2000;",2-11233454-2 What is the 2nd leg of the Comunicaciones team?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""2nd_leg"" FROM ""first_round"" WHERE ""team_1""='comunicaciones';",2-11206408-2 What is the 1st leg where Team 1 is C.D. Plaza Amador?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""first_round"" WHERE ""team_1""='c.d. plaza amador';",2-11206408-2 What is the 1st leg where Team 1 is C.D. Plaza Amador?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""first_round"" WHERE ""team_1""='c.d. plaza amador';",2-11206408-2 Who played on a hard surface?,"CREATE TABLE ""doubles_7_6_1"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""partner"" FROM ""doubles_7_6_1"" WHERE ""surface""='hard';",2-11522060-8 What is north melbourne's score as an away side?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_18"" WHERE ""away_team""='north melbourne';",2-10887379-18 Whom is the home team when the away team score is 9.11 (65)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_18"" WHERE ""away_team_score""='9.11 (65)';",2-10887379-18 What is the average year of the Fantasia Section Award?,"CREATE TABLE ""awards"" ( ""festival"" text, ""year"" real, ""result"" text, ""award"" text, ""category"" text );","SELECT AVG(""year"") FROM ""awards"" WHERE ""award""='fantasia section award';",2-1201864-1 What is the sum total of picks for drake players from the tri-cities blackhawks?,"CREATE TABLE ""other_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""team"" text, ""college"" text );","SELECT SUM(""pick"") FROM ""other_picks"" WHERE ""team""='tri-cities blackhawks' AND ""college""='drake';",2-11139440-4 What is the lowest pick number for players from king's (ny)?,"CREATE TABLE ""other_picks"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""nationality"" text, ""team"" text, ""college"" text );","SELECT MIN(""pick"") FROM ""other_picks"" WHERE ""college""='king''s (ny)';",2-11139440-4 "Who was the Home Team while Calgary was visiting while having an Attendance above 15,655?","CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""home"" FROM ""game_log"" WHERE ""visitor""='calgary' AND ""attendance"">'15,655';",2-11786147-5 What is the lowest Frequency where the Hemholtz pitch is d?,"CREATE TABLE ""standard"" ( ""string"" text, ""scientific_pitch"" text, ""helmholtz_pitch"" text, ""interval_from_middle_c"" text, ""frequency_hz"" real );","SELECT MIN(""frequency_hz"") FROM ""standard"" WHERE ""helmholtz_pitch""='d';",2-11846-1 What is the scientific pitch when the Helmholtz pitch is D?,"CREATE TABLE ""standard"" ( ""string"" text, ""scientific_pitch"" text, ""helmholtz_pitch"" text, ""interval_from_middle_c"" text, ""frequency_hz"" real );","SELECT ""scientific_pitch"" FROM ""standard"" WHERE ""helmholtz_pitch""='d';",2-11846-1 What company constrcuted the vehicle with a circuit of oulton park on 15 april?,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""constructor"" FROM ""non_championship_race_results"" WHERE ""circuit""='oulton park' AND ""date""='15 april';",2-1140096-6 What is the name of the race on 16 september?,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""race_name"" FROM ""non_championship_race_results"" WHERE ""date""='16 september';",2-1140096-6 What is the circuit held on 15 april?,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""circuit"" FROM ""non_championship_race_results"" WHERE ""date""='15 april';",2-1140096-6 What date was the xiv international gold cup?,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""date"" FROM ""non_championship_race_results"" WHERE ""race_name""='xiv international gold cup';",2-1140096-6 Name the date for race title lakeside,"CREATE TABLE ""race_calendar"" ( ""race_title"" text, ""circuit"" text, ""city_state"" text, ""date"" text, ""winner"" text, ""team"" text );","SELECT ""date"" FROM ""race_calendar"" WHERE ""race_title""='lakeside';",2-11880375-2 Name the team for launceston,"CREATE TABLE ""race_calendar"" ( ""race_title"" text, ""circuit"" text, ""city_state"" text, ""date"" text, ""winner"" text, ""team"" text );","SELECT ""team"" FROM ""race_calendar"" WHERE ""race_title""='launceston';",2-11880375-2 Who has a bowling style of source:?,"CREATE TABLE ""sri_lanka"" ( ""player"" text, ""date_of_birth"" text, ""batting_style"" text, ""bowling_style"" text, ""first_class_team"" text );","SELECT ""player"" FROM ""sri_lanka"" WHERE ""bowling_style""='source:';",2-11950720-7 What first class team does sanath jayasuriya play for?,"CREATE TABLE ""sri_lanka"" ( ""player"" text, ""date_of_birth"" text, ""batting_style"" text, ""bowling_style"" text, ""first_class_team"" text );","SELECT ""first_class_team"" FROM ""sri_lanka"" WHERE ""player""='sanath jayasuriya';",2-11950720-7 When was roshan mahanama born?,"CREATE TABLE ""sri_lanka"" ( ""player"" text, ""date_of_birth"" text, ""batting_style"" text, ""bowling_style"" text, ""first_class_team"" text );","SELECT ""date_of_birth"" FROM ""sri_lanka"" WHERE ""player""='roshan mahanama';",2-11950720-7 When was avishka gunawardene born?,"CREATE TABLE ""sri_lanka"" ( ""player"" text, ""date_of_birth"" text, ""batting_style"" text, ""bowling_style"" text, ""first_class_team"" text );","SELECT ""date_of_birth"" FROM ""sri_lanka"" WHERE ""player""='avishka gunawardene';",2-11950720-7 What was the venue where the result was 2-1?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""result""='2-1';",2-12020324-1 What was the score of the match with a 3-0 result?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""result""='3-0';",2-12020324-1 "What is the score of the match on July 29, 1990?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""date""='july 29, 1990';",2-12020324-1 What is the venue of the 1990 Asian games?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""competition""='1990 asian games';",2-12020324-1 "What is the score of the match on October 5, 1990?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""date""='october 5, 1990';",2-12020324-1 What is the competition at the ta'qali venue?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""venue""='ta''qali';",2-12020324-1 "What is the average against score of all teams with less than 7 losses, more than 6 draws, and 25 points?","CREATE TABLE ""torneo_clausura_closing_tournament"" ( ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""diff"" real );","SELECT AVG(""against"") FROM ""torneo_clausura_closing_tournament"" WHERE ""lost""<7 AND ""drawn"">6 AND ""points""=25;",2-11164956-2 What is the lowest number of points of any team with less than 6 draws and less than 18 matches played?,"CREATE TABLE ""torneo_clausura_closing_tournament"" ( ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""diff"" real );","SELECT MIN(""points"") FROM ""torneo_clausura_closing_tournament"" WHERE ""drawn""<6 AND ""played""<18;",2-11164956-2 What is the sum of the points of all teams that had against scores less than 14?,"CREATE TABLE ""torneo_clausura_closing_tournament"" ( ""team"" text, ""points"" real, ""played"" real, ""drawn"" real, ""lost"" real, ""against"" real, ""diff"" real );","SELECT SUM(""points"") FROM ""torneo_clausura_closing_tournament"" WHERE ""against""<14;",2-11164956-2 What construction completed on 08/10/2007?,"CREATE TABLE ""superfund_sites"" ( ""cerclis_id"" text, ""county"" text, ""proposed"" text, ""listed"" text, ""construction_completed"" text, ""partially_deleted"" text, ""deleted"" text );","SELECT ""listed"" FROM ""superfund_sites"" WHERE ""construction_completed""='08/10/2007';",2-10834723-1 What away team played at western oval?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_2"" WHERE ""venue""='western oval';",2-10809271-2 Which away team has a Home team score of 12.14 (86)?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_2"" WHERE ""home_team_score""='12.14 (86)';",2-10809271-2 What home team has an Away team of richmond?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_2"" WHERE ""away_team""='richmond';",2-10809271-2 Which home team has an Away team of essendon?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_2"" WHERE ""away_team""='essendon';",2-10809271-2 Which Tuesday does big brother 12 air?,"CREATE TABLE ""broadcast"" ( ""series"" text, ""monday"" text, ""tuesday"" text, ""thursday"" text, ""saturday"" text );","SELECT ""tuesday"" FROM ""broadcast"" WHERE ""series""='big brother 12';",2-11748792-1 Which series airs Saturday on Channel 5?,"CREATE TABLE ""broadcast"" ( ""series"" text, ""monday"" text, ""tuesday"" text, ""thursday"" text, ""saturday"" text );","SELECT ""series"" FROM ""broadcast"" WHERE ""saturday""='channel 5';",2-11748792-1 Which Thursday does big brother 13 air?,"CREATE TABLE ""broadcast"" ( ""series"" text, ""monday"" text, ""tuesday"" text, ""thursday"" text, ""saturday"" text );","SELECT ""thursday"" FROM ""broadcast"" WHERE ""series""='big brother 13';",2-11748792-1 What is the most lost games for the team with a difference smaller than 86 and points of 32?,"CREATE TABLE ""table"" ( ""team"" text, ""played"" real, ""drew"" real, ""lost"" real, ""against"" real, ""difference"" real, ""points"" real );","SELECT MAX(""lost"") FROM ""table"" WHERE ""points""=32 AND ""difference""<86;",2-10814483-4 What is the average points for a team that lost 4 and played more than 28 games?,"CREATE TABLE ""table"" ( ""team"" text, ""played"" real, ""drew"" real, ""lost"" real, ""against"" real, ""difference"" real, ""points"" real );","SELECT AVG(""points"") FROM ""table"" WHERE ""lost""=4 AND ""played"">28;",2-10814483-4 What is the highest difference for the team that had less than 0 draws?,"CREATE TABLE ""table"" ( ""team"" text, ""played"" real, ""drew"" real, ""lost"" real, ""against"" real, ""difference"" real, ""points"" real );","SELECT MAX(""difference"") FROM ""table"" WHERE ""drew""<0;",2-10814483-4 What is the total number of bronze when the total is less than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""total""<1;",2-11356674-6 What is the full amount of Total for Austria when the number of gold is less than 0?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""total"") FROM ""medal_table"" WHERE ""nation""='austria' AND ""gold""<0;",2-11356674-6 What is the name of Rank 5?,"CREATE TABLE ""the_following_table_gives_the_top_10_pos"" ( ""rank"" real, ""rmax_rpeak_pflops"" text, ""name"" text, ""vendor"" text, ""operating_system"" text );","SELECT ""name"" FROM ""the_following_table_gives_the_top_10_pos"" WHERE ""rank""=5;",2-11976532-1 What is the rank of Rmax Rpeak ( Pflops ) of 17.173 20.133?,"CREATE TABLE ""the_following_table_gives_the_top_10_pos"" ( ""rank"" real, ""rmax_rpeak_pflops"" text, ""name"" text, ""vendor"" text, ""operating_system"" text );","SELECT AVG(""rank"") FROM ""the_following_table_gives_the_top_10_pos"" WHERE ""rmax_rpeak_pflops""='17.173 20.133';",2-11976532-1 What is the tyre on the race where Bruce Mclaren had the fastest lap?,"CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""tyre"" FROM ""season_review"" WHERE ""fastest_lap""='bruce mclaren';",2-1140104-1 What is the constructor at the United States Grand Prix?,"CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""constructor"" FROM ""season_review"" WHERE ""race""='united states grand prix';",2-1140104-1 What is the date of the circuit of Monaco?,"CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""date"" FROM ""season_review"" WHERE ""circuit""='monaco';",2-1140104-1 "What is the tyre for the circuit of Prince George, which had Jim Clark as the fastest lap?","CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""tyre"" FROM ""season_review"" WHERE ""fastest_lap""='jim clark' AND ""circuit""='prince george';",2-1140104-1 "What is the date of the circuit of nürburgring, which had Graham Hill as the winning driver?","CREATE TABLE ""season_review"" ( ""race"" text, ""circuit"" text, ""date"" text, ""pole_position"" text, ""fastest_lap"" text, ""winning_driver"" text, ""constructor"" text, ""tyre"" text, ""report"" text );","SELECT ""date"" FROM ""season_review"" WHERE ""winning_driver""='graham hill' AND ""circuit""='nürburgring';",2-1140104-1 What game did Eoin Holohan play in?,"CREATE TABLE ""debutantes"" ( ""player"" text, ""team"" text, ""date"" text, ""opposition"" text, ""game"" text );","SELECT ""game"" FROM ""debutantes"" WHERE ""player""='eoin holohan';",2-11190568-2 "what is the weekly rank for living when the air date is october 6, 2008?","CREATE TABLE ""weekly_ratings"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""viewers"" text, ""weekly_rank_for_living"" text );","SELECT ""weekly_rank_for_living"" FROM ""weekly_ratings"" WHERE ""air_date""='october 6, 2008';",2-11235334-2 "what is the episode with the 183,000 viewers?","CREATE TABLE ""weekly_ratings"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""viewers"" text, ""weekly_rank_for_living"" text );","SELECT ""episode"" FROM ""weekly_ratings"" WHERE ""viewers""='183,000';",2-11235334-2 How many viewers for the episode with the weekly rank for living of 4?,"CREATE TABLE ""weekly_ratings"" ( ""episode"" text, ""air_date"" text, ""timeslot"" text, ""viewers"" text, ""weekly_rank_for_living"" text );","SELECT ""viewers"" FROM ""weekly_ratings"" WHERE ""weekly_rank_for_living""='4';",2-11235334-2 Which Away team score has a Venue of kardinia park?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_2"" WHERE ""venue""='kardinia park';",2-10826385-2 Which Home team score has a Home team of geelong?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_2"" WHERE ""home_team""='geelong';",2-10826385-2 Which Venue has a Home team of geelong?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_2"" WHERE ""home_team""='geelong';",2-10826385-2 "Which school is in Raleigh, NC?","CREATE TABLE ""2009_boys_team"" ( ""player"" text, ""height"" text, ""school"" text, ""hometown"" text, ""college"" text, ""nba_draft"" text );","SELECT ""school"" FROM ""2009_boys_team"" WHERE ""hometown""='raleigh, nc';",2-11677760-25 Which college does Peyton Siva play for?,"CREATE TABLE ""2009_boys_team"" ( ""player"" text, ""height"" text, ""school"" text, ""hometown"" text, ""college"" text, ""nba_draft"" text );","SELECT ""college"" FROM ""2009_boys_team"" WHERE ""player""='peyton siva';",2-11677760-25 Which height is associated with Franklin High School?,"CREATE TABLE ""2009_boys_team"" ( ""player"" text, ""height"" text, ""school"" text, ""hometown"" text, ""college"" text, ""nba_draft"" text );","SELECT ""height"" FROM ""2009_boys_team"" WHERE ""school""='franklin high school';",2-11677760-25 How tall is Daniel Orton?,"CREATE TABLE ""2009_boys_team"" ( ""player"" text, ""height"" text, ""school"" text, ""hometown"" text, ""college"" text, ""nba_draft"" text );","SELECT ""height"" FROM ""2009_boys_team"" WHERE ""player""='daniel orton';",2-11677760-25 "Which school is in Riverside, CA?","CREATE TABLE ""2009_boys_team"" ( ""player"" text, ""height"" text, ""school"" text, ""hometown"" text, ""college"" text, ""nba_draft"" text );","SELECT ""school"" FROM ""2009_boys_team"" WHERE ""hometown""='riverside, ca';",2-11677760-25 During which round was a Hawkeyes player selected for the defensive back position?,"CREATE TABLE ""team_players_drafted_into_the_nfl"" ( ""player"" text, ""position"" text, ""round"" real, ""pick"" real, ""nfl_club"" text );","SELECT ""round"" FROM ""team_players_drafted_into_the_nfl"" WHERE ""position""='defensive back';",2-11773923-15 What was the latest round that Derek Pagel was selected with a pick higher than 50?,"CREATE TABLE ""team_players_drafted_into_the_nfl"" ( ""player"" text, ""position"" text, ""round"" real, ""pick"" real, ""nfl_club"" text );","SELECT MAX(""round"") FROM ""team_players_drafted_into_the_nfl"" WHERE ""pick"">50 AND ""player""='derek pagel';",2-11773923-15 When is the earliest began operation with a length of sultan ismail and over 27 stations?,"CREATE TABLE ""current_network"" ( ""line"" text, ""began_operation"" real, ""stations"" real, ""length_km"" text, ""terminals"" text );","SELECT MIN(""began_operation"") FROM ""current_network"" WHERE ""length_km""='sultan ismail' AND ""stations"">27;",2-11309475-1 What is the average operation beginning with a length of ampang and over 27 stations?,"CREATE TABLE ""current_network"" ( ""line"" text, ""began_operation"" real, ""stations"" real, ""length_km"" text, ""terminals"" text );","SELECT AVG(""began_operation"") FROM ""current_network"" WHERE ""length_km""='ampang' AND ""stations"">27;",2-11309475-1 what is the nationality of the ship appam?,"CREATE TABLE ""ships_sunk_or_captured_by_moewe_on_her_f"" ( ""date"" text, ""ship"" text, ""type"" text, ""nationality"" text, ""tonnage_grt"" real );","SELECT ""nationality"" FROM ""ships_sunk_or_captured_by_moewe_on_her_f"" WHERE ""ship""='appam';",2-11796827-1 what is the tonnage grt of the ship author?,"CREATE TABLE ""ships_sunk_or_captured_by_moewe_on_her_f"" ( ""date"" text, ""ship"" text, ""type"" text, ""nationality"" text, ""tonnage_grt"" real );","SELECT ""tonnage_grt"" FROM ""ships_sunk_or_captured_by_moewe_on_her_f"" WHERE ""ship""='author';",2-11796827-1 what is the most tonnage grt of any ship sunk or captured on 16 jan 16?,"CREATE TABLE ""ships_sunk_or_captured_by_moewe_on_her_f"" ( ""date"" text, ""ship"" text, ""type"" text, ""nationality"" text, ""tonnage_grt"" real );","SELECT MAX(""tonnage_grt"") FROM ""ships_sunk_or_captured_by_moewe_on_her_f"" WHERE ""date""='16 jan 16';",2-11796827-1 what is the total tonnage grt of the cargo ship(s) sunk or captured on 4 feb 16?,"CREATE TABLE ""ships_sunk_or_captured_by_moewe_on_her_f"" ( ""date"" text, ""ship"" text, ""type"" text, ""nationality"" text, ""tonnage_grt"" real );","SELECT COUNT(""tonnage_grt"") FROM ""ships_sunk_or_captured_by_moewe_on_her_f"" WHERE ""type""='cargo ship' AND ""date""='4 feb 16';",2-11796827-1 "What Rank has a gold smaller than 1, and a silver larger than 0?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""rank"" FROM ""medal_table"" WHERE ""gold""<1 AND ""silver"">0;",2-11036258-12 What year was the Line of Gardermobanen completed?,"CREATE TABLE ""rail_excluding"" ( ""name"" text, ""location"" text, ""length_in_km_mi"" text, ""year_completed"" text, ""line"" text );","SELECT ""year_completed"" FROM ""rail_excluding"" WHERE ""line""='gardermobanen';",2-11396195-1 Which line is the Geumjeong tunnel?,"CREATE TABLE ""rail_excluding"" ( ""name"" text, ""location"" text, ""length_in_km_mi"" text, ""year_completed"" text, ""line"" text );","SELECT ""line"" FROM ""rail_excluding"" WHERE ""name""='geumjeong tunnel';",2-11396195-1 What is the Date with a Round with sf?,"CREATE TABLE ""2001_02_middlesbrough_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text );","SELECT ""date"" FROM ""2001_02_middlesbrough_f_c_season"" WHERE ""round""='sf';",2-11847348-2 "What is the Opponent with a Round with 3, and a Venue of home?","CREATE TABLE ""2001_02_middlesbrough_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text );","SELECT ""opponent"" FROM ""2001_02_middlesbrough_f_c_season"" WHERE ""round""='3' AND ""venue""='home';",2-11847348-2 "What is the Date with an Opponent with wimbledon, and a Result of drew 0-0?","CREATE TABLE ""2001_02_middlesbrough_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text );","SELECT ""date"" FROM ""2001_02_middlesbrough_f_c_season"" WHERE ""opponent""='wimbledon' AND ""result""='drew 0-0';",2-11847348-2 What is the Round with a Opponent with blackburn?,"CREATE TABLE ""2001_02_middlesbrough_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text );","SELECT ""round"" FROM ""2001_02_middlesbrough_f_c_season"" WHERE ""opponent""='blackburn';",2-11847348-2 "What is the Date with a Opponent with wimbledon, and a Result of won 2-0?","CREATE TABLE ""2001_02_middlesbrough_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text );","SELECT ""date"" FROM ""2001_02_middlesbrough_f_c_season"" WHERE ""opponent""='wimbledon' AND ""result""='won 2-0';",2-11847348-2 What is the Venue with a Date with 14 april 2002?,"CREATE TABLE ""2001_02_middlesbrough_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text );","SELECT ""venue"" FROM ""2001_02_middlesbrough_f_c_season"" WHERE ""date""='14 april 2002';",2-11847348-2 "What is the smallest withdrawn value with a GNRI greater than 172, name of Croagh Patrick and was rebuilt before 1939?","CREATE TABLE ""table_of_locomotives"" ( ""class"" text, ""gnri_no"" real, ""name"" text, ""bp_serial_no"" real, ""rebuilt"" real, ""1958"" text, ""withdrawn"" real );","SELECT MIN(""withdrawn"") FROM ""table_of_locomotives"" WHERE ""gnri_no"">172 AND ""name""='croagh patrick' AND ""rebuilt""<1939;",2-11941480-1 "Where was the California bowl played with 30,000 attending?","CREATE TABLE ""list_of_bowl_games_showing_bowl_played_i"" ( ""bowl"" text, ""score"" text, ""season"" real, ""opponent"" text, ""stadium"" text, ""location"" text, ""attendance"" text, ""head_coach"" text );","SELECT ""location"" FROM ""list_of_bowl_games_showing_bowl_played_i"" WHERE ""bowl""='california bowl' AND ""attendance""='30,000';",2-10821192-3 What stadium had an opponent of Cal State Fullerton Titans?,"CREATE TABLE ""list_of_bowl_games_showing_bowl_played_i"" ( ""bowl"" text, ""score"" text, ""season"" real, ""opponent"" text, ""stadium"" text, ""location"" text, ""attendance"" text, ""head_coach"" text );","SELECT ""stadium"" FROM ""list_of_bowl_games_showing_bowl_played_i"" WHERE ""opponent""='cal state fullerton titans';",2-10821192-3 What is the time/retired for thierry boutsen?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""classification"" WHERE ""driver""='thierry boutsen';",2-1122965-1 What Pitch is located at Isle of Man?,"CREATE TABLE ""clubs"" ( ""name_irish"" text, ""name_english"" text, ""sport"" text, ""teams"" text, ""location"" text, ""pitch"" text );","SELECT ""pitch"" FROM ""clubs"" WHERE ""location""='isle of man';",2-11134411-1 What is the English Name of the Location in Chester?,"CREATE TABLE ""clubs"" ( ""name_irish"" text, ""name_english"" text, ""sport"" text, ""teams"" text, ""location"" text, ""pitch"" text );","SELECT ""name_english"" FROM ""clubs"" WHERE ""location""='chester';",2-11134411-1 What is the Location of the Old Bedians Pitch?,"CREATE TABLE ""clubs"" ( ""name_irish"" text, ""name_english"" text, ""sport"" text, ""teams"" text, ""location"" text, ""pitch"" text );","SELECT ""location"" FROM ""clubs"" WHERE ""pitch""='old bedians';",2-11134411-1 Name the report for v grand prix de paris,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""report"" FROM ""non_championship_race_results"" WHERE ""race_name""='v grand prix de paris';",2-1140117-5 Name the report on 20 may,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""report"" FROM ""non_championship_race_results"" WHERE ""date""='20 may';",2-1140117-5 Name the report for philip fotheringham-parker,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""report"" FROM ""non_championship_race_results"" WHERE ""winning_driver""='philip fotheringham-parker';",2-1140117-5 Name the date for pescara,"CREATE TABLE ""non_championship_race_results"" ( ""race_name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""constructor"" text, ""report"" text );","SELECT ""date"" FROM ""non_championship_race_results"" WHERE ""circuit""='pescara';",2-1140117-5 "What is the catalogue on october 15, 2004?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalogue"" text );","SELECT ""catalogue"" FROM ""release_history"" WHERE ""date""='october 15, 2004';",2-1097158-4 "Name the label for january 24, 2005","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalogue"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""date""='january 24, 2005';",2-1097158-4 "Name the october 15, 2004 catalogue","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalogue"" text );","SELECT ""catalogue"" FROM ""release_history"" WHERE ""date""='october 15, 2004';",2-1097158-4 Name the date that is a cd,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalogue"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""format""='cd';",2-1097158-4 "Name the region for december 7, 2004","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalogue"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""date""='december 7, 2004';",2-1097158-4 Name the catalogue for australia,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalogue"" text );","SELECT ""catalogue"" FROM ""release_history"" WHERE ""region""='australia';",2-1097158-4 "What player is ranked 2 and played in the seasons of 1982–83, 1983–84, 1984–85?","CREATE TABLE ""by_player"" ( ""rank"" real, ""player"" text, ""club"" text, ""country"" text, ""titles"" real, ""seasons"" text );","SELECT ""player"" FROM ""by_player"" WHERE ""rank""=2 AND ""seasons""='1982–83, 1983–84, 1984–85';",2-11362608-2 How many rankings are associated with giuseppe meazza holding over 3 titles?,"CREATE TABLE ""by_player"" ( ""rank"" real, ""player"" text, ""club"" text, ""country"" text, ""titles"" real, ""seasons"" text );","SELECT COUNT(""rank"") FROM ""by_player"" WHERE ""player""='giuseppe meazza' AND ""titles"">3;",2-11362608-2 "What home team has had a crowd bigger than 20,000?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_17"" WHERE ""crowd"">'20,000';",2-10809444-17 What was the total size of the crowd when the away team scored 12.10 (82)?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_17"" WHERE ""away_team_score""='12.10 (82)';",2-10809444-17 What venue had footscray play at it?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""away_team""='footscray';",2-10809444-17 How much did the away team score at victoria park?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_17"" WHERE ""venue""='victoria park';",2-10809444-17 What municipality has 719 people and is larger than 108.46 km2?,"CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT ""regional_county_municipality"" FROM ""list_of_municipalities_in_quebec"" WHERE ""area_km_2"">108.46 AND ""population""=719;",2-11218948-1 What was the region for Malartic with 159.31 km2?,"CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT COUNT(""region"") FROM ""list_of_municipalities_in_quebec"" WHERE ""name""='malartic' AND ""area_km_2""<159.31;",2-11218948-1 What is Dupuy lowest area in km2?,"CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT MIN(""area_km_2"") FROM ""list_of_municipalities_in_quebec"" WHERE ""name""='dupuy';",2-11218948-1 What is the km2 area for the population of 311?,"CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT AVG(""area_km_2"") FROM ""list_of_municipalities_in_quebec"" WHERE ""population""=311;",2-11218948-1 What type has a population of 370?,"CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT ""type"" FROM ""list_of_municipalities_in_quebec"" WHERE ""population""=370;",2-11218948-1 What is the largest crowd size that watch a game where the home team scored 12.6 (78)?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_7"" WHERE ""home_team_score""='12.6 (78)';",2-10808089-7 What is the score of the away team that played home team Geelong?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_7"" WHERE ""home_team""='geelong';",2-10808089-7 What is the average crowd size of the away team who scored 9.6 (60)?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_7"" WHERE ""away_team_score""='9.6 (60)';",2-10808089-7 What source has a Knight of 2%?,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""cardwell"" text, ""jones"" text, ""knight"" text, ""lanier"" text, ""martin"" text );","SELECT ""source"" FROM ""polling"" WHERE ""knight""='2%';",2-11027134-1 What Lanier has a Cardwell of 20%?,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""cardwell"" text, ""jones"" text, ""knight"" text, ""lanier"" text, ""martin"" text );","SELECT ""lanier"" FROM ""polling"" WHERE ""cardwell""='20%';",2-11027134-1 "What martin is on july 8–9, 2008?","CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""cardwell"" text, ""jones"" text, ""knight"" text, ""lanier"" text, ""martin"" text );","SELECT ""martin"" FROM ""polling"" WHERE ""date""='july 8–9, 2008';",2-11027134-1 What source has a cardwell of 20%?,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""cardwell"" text, ""jones"" text, ""knight"" text, ""lanier"" text, ""martin"" text );","SELECT ""source"" FROM ""polling"" WHERE ""cardwell""='20%';",2-11027134-1 What martin has a lanier of 6%?,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""cardwell"" text, ""jones"" text, ""knight"" text, ""lanier"" text, ""martin"" text );","SELECT ""martin"" FROM ""polling"" WHERE ""lanier""='6%';",2-11027134-1 What cardwell has an insider advantage and a knight of 1%,"CREATE TABLE ""polling"" ( ""source"" text, ""date"" text, ""cardwell"" text, ""jones"" text, ""knight"" text, ""lanier"" text, ""martin"" text );","SELECT ""cardwell"" FROM ""polling"" WHERE ""source""='insider advantage' AND ""knight""='1%';",2-11027134-1 "How much did the girl, nicknamed Chidi, weigh at birth?","CREATE TABLE ""family_history"" ( ""full_name"" text, ""nickname"" text, ""gender"" text, ""weight_at_birth"" text, ""meaning"" text );","SELECT ""weight_at_birth"" FROM ""family_history"" WHERE ""gender""='girl' AND ""nickname""='chidi';",2-11908801-1 What nickname has the meaning of God knows my journey?,"CREATE TABLE ""family_history"" ( ""full_name"" text, ""nickname"" text, ""gender"" text, ""weight_at_birth"" text, ""meaning"" text );","SELECT ""nickname"" FROM ""family_history"" WHERE ""meaning""='god knows my journey';",2-11908801-1 What is the nickname of the boy who weighed 810g (26.0 oz.) at birth?,"CREATE TABLE ""family_history"" ( ""full_name"" text, ""nickname"" text, ""gender"" text, ""weight_at_birth"" text, ""meaning"" text );","SELECT ""nickname"" FROM ""family_history"" WHERE ""gender""='boy' AND ""weight_at_birth""='810g (26.0 oz.)';",2-11908801-1 How much did the baby who name means God knows my journey weigh at birth?,"CREATE TABLE ""family_history"" ( ""full_name"" text, ""nickname"" text, ""gender"" text, ""weight_at_birth"" text, ""meaning"" text );","SELECT ""weight_at_birth"" FROM ""family_history"" WHERE ""meaning""='god knows my journey';",2-11908801-1 Chukwubuikem Maduabuchi is what gender?,"CREATE TABLE ""family_history"" ( ""full_name"" text, ""nickname"" text, ""gender"" text, ""weight_at_birth"" text, ""meaning"" text );","SELECT ""gender"" FROM ""family_history"" WHERE ""full_name""='chukwubuikem maduabuchi';",2-11908801-1 What is the nickname of the baby with the birth weight of 730g (23.5 oz.)?,"CREATE TABLE ""family_history"" ( ""full_name"" text, ""nickname"" text, ""gender"" text, ""weight_at_birth"" text, ""meaning"" text );","SELECT ""nickname"" FROM ""family_history"" WHERE ""weight_at_birth""='730g (23.5 oz.)';",2-11908801-1 "For a date of 29 Sep and a time of 16:40, what is the corresponding Set 3?","CREATE TABLE ""pool_e"" ( ""date"" text, ""time"" text, ""score"" text, ""set_1"" text, ""set_2"" text, ""set_3"" text, ""total"" text, ""report"" text );","SELECT ""set_3"" FROM ""pool_e"" WHERE ""date""='29 sep' AND ""time""='16:40';",2-11823251-12 What Score has a time of 14:10?,"CREATE TABLE ""pool_e"" ( ""date"" text, ""time"" text, ""score"" text, ""set_1"" text, ""set_2"" text, ""set_3"" text, ""total"" text, ""report"" text );","SELECT ""score"" FROM ""pool_e"" WHERE ""time""='14:10';",2-11823251-12 How many TDs are there were the long is smaller than 23?,"CREATE TABLE ""wide_receivers"" ( ""player"" text, ""rec"" real, ""yards"" real, ""avg"" real, ""td_s"" real, ""long"" real );","SELECT MIN(""td_s"") FROM ""wide_receivers"" WHERE ""long""<23;",2-11783640-12 who is the winner when the trofeo fast team is carrera jeans-vagabond in stage 5?,"CREATE TABLE ""classification_leadership_by_stage"" ( ""stage"" text, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""trofeo_fast_team"" text );","SELECT ""winner"" FROM ""classification_leadership_by_stage"" WHERE ""trofeo_fast_team""='carrera jeans-vagabond' AND ""stage""='5';",2-11303154-2 who was the trofeo fast team in stage 10?,"CREATE TABLE ""classification_leadership_by_stage"" ( ""stage"" text, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""trofeo_fast_team"" text );","SELECT ""trofeo_fast_team"" FROM ""classification_leadership_by_stage"" WHERE ""stage""='10';",2-11303154-2 who is the trofeo fast team in stage 10?,"CREATE TABLE ""classification_leadership_by_stage"" ( ""stage"" text, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""trofeo_fast_team"" text );","SELECT ""trofeo_fast_team"" FROM ""classification_leadership_by_stage"" WHERE ""stage""='10';",2-11303154-2 who is the points classification in stage 1?,"CREATE TABLE ""classification_leadership_by_stage"" ( ""stage"" text, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""trofeo_fast_team"" text );","SELECT ""points_classification"" FROM ""classification_leadership_by_stage"" WHERE ""stage""='1';",2-11303154-2 what is the stage when the winner is charly mottet?,"CREATE TABLE ""classification_leadership_by_stage"" ( ""stage"" text, ""winner"" text, ""general_classification"" text, ""points_classification"" text, ""trofeo_fast_team"" text );","SELECT ""stage"" FROM ""classification_leadership_by_stage"" WHERE ""winner""='charly mottet';",2-11303154-2 Which away team has a home score of 14.21 (105)?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_4"" WHERE ""home_team_score""='14.21 (105)';",2-10809529-4 Which home team has a score of 11.12 (78)?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_4"" WHERE ""home_team_score""='11.12 (78)';",2-10809529-4 How many spectators were at the game when the away team scored 15.8 (98)?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_4"" WHERE ""away_team_score""='15.8 (98)';",2-10809529-4 Which away team played the home team when they scored 14.21 (105)?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_4"" WHERE ""home_team_score""='14.21 (105)';",2-10809529-4 Who was the maufacturer of the vehicle during the race where Cale Yarborough started at 19 and finished earlier than 42?,"CREATE TABLE ""daytona_500_results"" ( ""year"" real, ""manufacturer"" text, ""start"" real, ""finish"" real, ""team"" text );","SELECT ""manufacturer"" FROM ""daytona_500_results"" WHERE ""finish""<42 AND ""start""=19;",2-1145778-3 What is the smallest finish time for a race after 1972 with a car manufactured by pontiac?,"CREATE TABLE ""daytona_500_results"" ( ""year"" real, ""manufacturer"" text, ""start"" real, ""finish"" real, ""team"" text );","SELECT MIN(""finish"") FROM ""daytona_500_results"" WHERE ""year"">1972 AND ""manufacturer""='pontiac';",2-1145778-3 "What is the smallest finish time for a race where start was less than 3, buick was the manufacturer, and the race was held after 1978?","CREATE TABLE ""daytona_500_results"" ( ""year"" real, ""manufacturer"" text, ""start"" real, ""finish"" real, ""team"" text );","SELECT MIN(""finish"") FROM ""daytona_500_results"" WHERE ""year"">1978 AND ""manufacturer""='buick' AND ""start""<3;",2-1145778-3 "What home team had an attendance record of 16,971?","CREATE TABLE ""fourth_round"" ( ""tie_no"" text, ""home_team"" text, ""score_1"" text, ""away_team"" text, ""attendance"" text );","SELECT ""home_team"" FROM ""fourth_round"" WHERE ""attendance""='16,971';",2-11662785-5 Tell me the track that has the catalogue of apbo 0280,"CREATE TABLE ""disc_two_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""track"" FROM ""disc_two_the_singles"" WHERE ""catalogue""='apbo 0280';",2-11565999-3 I want the sum of tracks for raised on rock,"CREATE TABLE ""disc_two_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT SUM(""track"") FROM ""disc_two_the_singles"" WHERE ""song_title""='raised on rock';",2-11565999-3 Tell me the time for 6/6/77 release date and song title of way down,"CREATE TABLE ""disc_two_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""time"" FROM ""disc_two_the_singles"" WHERE ""release_date""='6/6/77' AND ""song_title""='way down';",2-11565999-3 Tell me the recorded for time of 2:50 and released date of 6/6/77 with track more than 20,"CREATE TABLE ""disc_two_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""recorded"" FROM ""disc_two_the_singles"" WHERE ""track"">20 AND ""release_date""='6/6/77' AND ""time""='2:50';",2-11565999-3 Tell me the release date record on 10/29/76 and a time on 2:50,"CREATE TABLE ""disc_two_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""release_date"" FROM ""disc_two_the_singles"" WHERE ""time""='2:50' AND ""recorded""='10/29/76';",2-11565999-3 Name the catalogue that has tracks less than 13 and the release date of 10/31/72,"CREATE TABLE ""disc_two_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""catalogue"" FROM ""disc_two_the_singles"" WHERE ""track""<13 AND ""release_date""='10/31/72';",2-11565999-3 What is the opening date of the musical at the adelphi theatre?,"CREATE TABLE ""list_of_west_end_theatres"" ( ""theatre"" text, ""current_show"" text, ""classification"" text, ""capacity"" real, ""opening_date"" text, ""closing_date"" text );","SELECT ""opening_date"" FROM ""list_of_west_end_theatres"" WHERE ""classification""='musical' AND ""theatre""='adelphi theatre';",2-1154952-1 What opening date has a capacity of 100?,"CREATE TABLE ""list_of_west_end_theatres"" ( ""theatre"" text, ""current_show"" text, ""classification"" text, ""capacity"" real, ""opening_date"" text, ""closing_date"" text );","SELECT ""opening_date"" FROM ""list_of_west_end_theatres"" WHERE ""capacity""=100;",2-1154952-1 "On average, how many wins have a rank lower than 1?","CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""wins"" real );","SELECT AVG(""wins"") FROM ""leaders"" WHERE ""rank""<1;",2-11621943-4 What is the lowest level of Earnings($) to have a Wins value of 22 and a Rank lower than 2?,"CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""wins"" real );","SELECT MIN(""earnings"") FROM ""leaders"" WHERE ""wins""=22 AND ""rank""<2;",2-11621943-4 "In total, how much did the United States player George Archer earn with Wins lower than 24 and a rank that was higher than 5?","CREATE TABLE ""leaders"" ( ""rank"" real, ""player"" text, ""country"" text, ""earnings"" real, ""wins"" real );","SELECT COUNT(""earnings"") FROM ""leaders"" WHERE ""country""='united states' AND ""wins""<24 AND ""player""='george archer' AND ""rank"">5;",2-11621943-4 What state did Hon David Beddall belong to?,"CREATE TABLE ""see_also"" ( ""member"" text, ""party"" text, ""electorate"" text, ""state"" text, ""term_in_office"" text );","SELECT ""state"" FROM ""see_also"" WHERE ""member""='hon david beddall';",2-1085958-1 In what state was the electorate fowler?,"CREATE TABLE ""see_also"" ( ""member"" text, ""party"" text, ""electorate"" text, ""state"" text, ""term_in_office"" text );","SELECT ""state"" FROM ""see_also"" WHERE ""electorate""='fowler';",2-1085958-1 What position does the player from arkansas play?,"CREATE TABLE ""m"" ( ""player"" text, ""pos"" text, ""from"" text, ""school_country"" text, ""rebs"" real, ""asts"" real );","SELECT ""pos"" FROM ""m"" WHERE ""school_country""='arkansas';",2-11482079-13 Who has the high assists in 2000?,"CREATE TABLE ""m"" ( ""player"" text, ""pos"" text, ""from"" text, ""school_country"" text, ""rebs"" real, ""asts"" real );","SELECT MAX(""asts"") FROM ""m"" WHERE ""from""='2000';",2-11482079-13 What is the word count that is named omega dot?,"CREATE TABLE ""message_format"" ( ""subframe_num"" real, ""page_num"" text, ""name"" text, ""word_num"" real, ""bits"" text );","SELECT ""word_num"" FROM ""message_format"" WHERE ""name""='omega dot';",2-11866-4 What is the total word count with a subframe count greater than 3?,"CREATE TABLE ""message_format"" ( ""subframe_num"" real, ""page_num"" text, ""name"" text, ""word_num"" real, ""bits"" text );","SELECT SUM(""word_num"") FROM ""message_format"" WHERE ""subframe_num"">3;",2-11866-4 What is the total grid with laps less than 2?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""grid"") FROM ""classification"" WHERE ""laps""<2;",2-1122569-1 How much time is required for less than 35 laps and less than 10 grids?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""classification"" WHERE ""laps""<35 AND ""grid""<10;",2-1122569-1 What is the Venue for Goal number 1?,"CREATE TABLE ""wales"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""wales"" WHERE ""goal""=1;",2-10983884-1 What was the airing date when the number of episodes was larger than 20 and had the genre of costume action?,"CREATE TABLE ""second_line_series"" ( ""airing_date"" text, ""number_of_episodes"" real, ""hd_format"" text, ""highest_average_point_ratings"" real, ""genre"" text, ""official_website"" text );","SELECT ""airing_date"" FROM ""second_line_series"" WHERE ""number_of_episodes"">20 AND ""genre""='costume action';",2-11926114-4 What are the number of episodes when the genre is modern drama and the highest average ratings points are 28?,"CREATE TABLE ""second_line_series"" ( ""airing_date"" text, ""number_of_episodes"" real, ""hd_format"" text, ""highest_average_point_ratings"" real, ""genre"" text, ""official_website"" text );","SELECT AVG(""number_of_episodes"") FROM ""second_line_series"" WHERE ""genre""='modern drama' AND ""highest_average_point_ratings""=28;",2-11926114-4 What year was S.A. Allward's theme that had an issue price of $16.95 released?,"CREATE TABLE ""numismatic_one_three_and_five_cents"" ( ""year"" real, ""theme"" text, ""artist"" text, ""mintage"" real, ""issue_price"" text );","SELECT ""year"" FROM ""numismatic_one_three_and_five_cents"" WHERE ""issue_price""='$16.95' AND ""artist""='s.a. allward';",2-11916083-6 What was the total mintage for years after 2002 that had a 85th Anniversary of Vimy Ridge theme?,"CREATE TABLE ""numismatic_one_three_and_five_cents"" ( ""year"" real, ""theme"" text, ""artist"" text, ""mintage"" real, ""issue_price"" text );","SELECT COUNT(""mintage"") FROM ""numismatic_one_three_and_five_cents"" WHERE ""theme""='85th anniversary of vimy ridge' AND ""year"">2002;",2-11916083-6 How many people attended the game with the home team scoring 18.25 (133)?,"CREATE TABLE ""round_1"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT COUNT(""crowd"") FROM ""round_1"" WHERE ""home_team_score""='18.25 (133)';",2-10807990-1 How large was the crowd with a home team score of 18.25 (133)?,"CREATE TABLE ""round_1"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_1"" WHERE ""home_team_score""='18.25 (133)';",2-10807990-1 How many people attended the game where Footscray was away?,"CREATE TABLE ""round_1"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_1"" WHERE ""away_team""='footscray';",2-10807990-1 How many pages associated with isbn 91-7713-035-9?,"CREATE TABLE ""titles"" ( ""swedish_title"" text, ""norwegian_title"" text, ""translated_title"" text, ""published"" real, ""pages"" real, ""isbn"" text );","SELECT SUM(""pages"") FROM ""titles"" WHERE ""isbn""='isbn 91-7713-035-9';",2-11185807-1 "What team played at Moorabbin Oval to a crowd of 19,144?","CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_4"" WHERE ""crowd"">'19,144' AND ""venue""='moorabbin oval';",2-10808933-4 How big was the crowd of the team that scored 4.13 (37)?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_4"" WHERE ""away_team_score""='4.13 (37)';",2-10808933-4 What home team played at MCG?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_4"" WHERE ""venue""='mcg';",2-10808933-4 What away team played at Kardinia Park?,"CREATE TABLE ""round_4"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_4"" WHERE ""venue""='kardinia park';",2-10808933-4 On what date did the match at Lake Oval take place?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_5"" WHERE ""venue""='lake oval';",2-10809823-5 What wa the date of the North Melbourne home game?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_5"" WHERE ""home_team""='north melbourne';",2-10809823-5 What was the lowest crowd size at MCG?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MIN(""crowd"") FROM ""round_5"" WHERE ""venue""='mcg';",2-10809823-5 "Who did the Tampa Bay Buccaneers play on december 23, 1995?","CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_a"" text, ""game_site"" text, ""attendance"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""date""='december 23, 1995';",2-11442751-2 On what date was Tampa Bay's Week 4 game?,"CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_a"" text, ""game_site"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""week""='4';",2-11442751-2 "What week was it on November 19, 1995?","CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_a"" text, ""game_site"" text, ""attendance"" text, ""record"" text );","SELECT ""week"" FROM ""schedule"" WHERE ""date""='november 19, 1995';",2-11442751-2 "What is the most gold medals a team with less than 2 silvers, more than 7 total medals, and less than 8 bronze medals has?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""gold"") FROM ""medal_table"" WHERE ""silver""<2 AND ""total"">7 AND ""bronze""<8;",2-10970776-3 "What is the number of bronze that Scotland, which has less than 7 total medals, has?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""nation""='scotland' AND ""total""<7;",2-10970776-3 What is the average silver medals a team that has 1 gold and more than 5 bronze has?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""silver"") FROM ""medal_table"" WHERE ""gold""=1 AND ""bronze"">5;",2-10970776-3 "What is the total number of bronze a team with more than 0 silver, a total of 7 medals, and less than 1 gold medal has?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""bronze"") FROM ""medal_table"" WHERE ""silver"">0 AND ""total""=7 AND ""gold""<1;",2-10970776-3 What is the highest rank a team with 1 silver and less than 5 bronze medals has?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""rank"") FROM ""medal_table"" WHERE ""silver""=1 AND ""bronze""<5;",2-10970776-3 What's the highest Pl GP with a Reg GP over 18?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT MAX(""pl_gp"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""reg_gp"">18;",2-11636955-35 "on June 14, what was the winning score by the Devil rays in pro player stadium?","CREATE TABLE ""citrus_series"" ( ""date"" text, ""winning_team"" text, ""losing_team"" text, ""score"" text, ""venue"" text );","SELECT ""score"" FROM ""citrus_series"" WHERE ""venue""='pro player stadium' AND ""winning_team""='devil rays' AND ""date""='june 14';",2-11527159-2 what was the score on june 16?,"CREATE TABLE ""citrus_series"" ( ""date"" text, ""winning_team"" text, ""losing_team"" text, ""score"" text, ""venue"" text );","SELECT ""score"" FROM ""citrus_series"" WHERE ""date""='june 16';",2-11527159-2 who won by a score of 4-1?,"CREATE TABLE ""citrus_series"" ( ""date"" text, ""winning_team"" text, ""losing_team"" text, ""score"" text, ""venue"" text );","SELECT ""winning_team"" FROM ""citrus_series"" WHERE ""score""='4-1';",2-11527159-2 what was the score on june 29?,"CREATE TABLE ""citrus_series"" ( ""date"" text, ""winning_team"" text, ""losing_team"" text, ""score"" text, ""venue"" text );","SELECT ""score"" FROM ""citrus_series"" WHERE ""date""='june 29';",2-11527159-2 what was the score on june 29 when the devil rays los?,"CREATE TABLE ""citrus_series"" ( ""date"" text, ""winning_team"" text, ""losing_team"" text, ""score"" text, ""venue"" text );","SELECT ""score"" FROM ""citrus_series"" WHERE ""losing_team""='devil rays' AND ""date""='june 29';",2-11527159-2 what was the score of the game at pro player stadium on june 14?,"CREATE TABLE ""citrus_series"" ( ""date"" text, ""winning_team"" text, ""losing_team"" text, ""score"" text, ""venue"" text );","SELECT ""score"" FROM ""citrus_series"" WHERE ""venue""='pro player stadium' AND ""date""='june 14';",2-11527159-2 Where did the away team score 8.7 (55)?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_10"" WHERE ""away_team_score""='8.7 (55)';",2-10808089-10 "When a home team scored 17.15 (117) and the away team scored 6.9 (45), what was the away team?","CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_10"" WHERE ""home_team_score""='17.15 (117)' AND ""away_team_score""='6.9 (45)';",2-10808089-10 What is the total crowd size when a home team scored 17.15 (117) versus hawthorn?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_10"" WHERE ""home_team_score""='17.15 (117)' AND ""away_team""='hawthorn';",2-10808089-10 What is the average grid for jack brabham going over 32 laps?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""grid"") FROM ""classification"" WHERE ""driver""='jack brabham' AND ""laps"">32;",2-1122310-1 Which Res has a Method of decision (unanimous) and an Opponent of Wataru Sakata?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text, ""location"" text );","SELECT ""res"" FROM ""mixed_martial_arts_record"" WHERE ""method""='decision (unanimous)' AND ""opponent""='wataru sakata';",2-1131186-2 Which Record has the Res of win with the Event of extreme fighting 1?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" text, ""time"" text, ""location"" text );","SELECT ""record"" FROM ""mixed_martial_arts_record"" WHERE ""res""='win' AND ""event""='extreme fighting 1';",2-1131186-2 What was the attendance where the record was 8-4?,"CREATE TABLE ""schedule"" ( ""game"" real, ""date"" text, ""opponent"" text, ""result"" text, ""rams_points"" real, ""opponents"" real, ""record"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""schedule"" WHERE ""record""='8-4';",2-11156722-2 "what is at 10:00 when at 9:00 it is lost (#19, 4.6 rating) and at 8:30 it is lost (reruns)?","CREATE TABLE ""thursday"" ( ""8_00"" text, ""8_30"" text, ""9_00"" text, ""9_30"" text, ""10_00"" text );","SELECT ""10_00"" FROM ""thursday"" WHERE ""9_00""='lost (#19, 4.6 rating)' AND ""8_30""='lost (reruns)';",2-11190694-12 What is at 9:00 when at 10:00 it is local programming and at 9:30 it is my thursday night movie?,"CREATE TABLE ""thursday"" ( ""8_00"" text, ""8_30"" text, ""9_00"" text, ""9_30"" text, ""10_00"" text );","SELECT ""9_00"" FROM ""thursday"" WHERE ""10_00""='local programming' AND ""9_30""='my thursday night movie';",2-11190694-12 what is at 9:30 when at 8:30 it is scrubs?,"CREATE TABLE ""thursday"" ( ""8_00"" text, ""8_30"" text, ""9_00"" text, ""9_30"" text, ""10_00"" text );","SELECT ""9_30"" FROM ""thursday"" WHERE ""8_30""='scrubs';",2-11190694-12 what is at 10:00 when at 9:00 it is reaper?,"CREATE TABLE ""thursday"" ( ""8_00"" text, ""8_30"" text, ""9_00"" text, ""9_30"" text, ""10_00"" text );","SELECT ""10_00"" FROM ""thursday"" WHERE ""9_00""='reaper';",2-11190694-12 what is at 10:00 when at 8:30 it is scrubs?,"CREATE TABLE ""thursday"" ( ""8_00"" text, ""8_30"" text, ""9_00"" text, ""9_30"" text, ""10_00"" text );","SELECT ""10_00"" FROM ""thursday"" WHERE ""8_30""='scrubs';",2-11190694-12 what is at 8:00 when at 8:30 it is my thursday night movie?,"CREATE TABLE ""thursday"" ( ""8_00"" text, ""8_30"" text, ""9_00"" text, ""9_30"" text, ""10_00"" text );","SELECT ""8_00"" FROM ""thursday"" WHERE ""8_30""='my thursday night movie';",2-11190694-12 "What is the largest total for a team with fewer than 12 bronze, 1 silver and 0 gold medals?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""total"") FROM ""medal_table"" WHERE ""bronze""<12 AND ""gold""=0 AND ""silver""=1;",2-11563671-1 "What is the largest total for a team with 1 bronze, 0 gold medals and ranking of 7?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""total"") FROM ""medal_table"" WHERE ""bronze""=1 AND ""rank""='7' AND ""gold"">0;",2-11563671-1 What is the number of bronze medals when there are fewer than 0 silver medals?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""silver""<0;",2-11563671-1 What is the highest number of silver medals for a team with total less than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""silver"") FROM ""medal_table"" WHERE ""total""<1;",2-11563671-1 "Which player is from Tampa, Florida?","CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""player"" FROM ""2010_team"" WHERE ""hometown""='tampa, florida';",2-11677691-2 Which college is Jordan Phillips playing for?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""college"" FROM ""2010_team"" WHERE ""player""='jordan phillips';",2-11677691-2 What college has a position of defensive line and Grant high school?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""college"" FROM ""2010_team"" WHERE ""position""='defensive line' AND ""school""='grant high school';",2-11677691-2 What position is for Plant high school?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""position"" FROM ""2010_team"" WHERE ""school""='plant high school';",2-11677691-2 What position is for Dr. Phillips high school?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""position"" FROM ""2010_team"" WHERE ""school""='dr. phillips high school';",2-11677691-2 Which hometown has a player of Ray Drew?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""hometown"" FROM ""2010_team"" WHERE ""player""='ray drew';",2-11677691-2 What is the most byes with 11 wins and fewer than 1867 againsts?,"CREATE TABLE ""2006_ladder"" ( ""tallangatta_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""byes"") FROM ""2006_ladder"" WHERE ""against""<1867 AND ""wins""=11;",2-11338646-3 What are the draws when wins are fwewer than 9 and byes fewer than 2?,"CREATE TABLE ""2006_ladder"" ( ""tallangatta_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""draws"") FROM ""2006_ladder"" WHERE ""wins""<9 AND ""byes""<2;",2-11338646-3 What are the fewest draws with less than 7 losses and Mitta United is the Tallagatta DFL?,"CREATE TABLE ""2006_ladder"" ( ""tallangatta_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MIN(""draws"") FROM ""2006_ladder"" WHERE ""losses""<7 AND ""tallangatta_dfl""='mitta united';",2-11338646-3 What are the losses when there are 9 wins and more than 1326 against?,"CREATE TABLE ""2006_ladder"" ( ""tallangatta_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT SUM(""losses"") FROM ""2006_ladder"" WHERE ""wins""=9 AND ""against"">1326;",2-11338646-3 What was the decision of the Red Wings game when they had a record of 45–18–6?,"CREATE TABLE ""march"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""decision"" FROM ""march"" WHERE ""record""='45–18–6';",2-11786815-8 Which R 51 O value corresponds to a D 42 O value of r 19?,"CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_41_o"" text, ""d_42_o"" text, ""d_43_o"" text, ""d_44_o"" text, ""d_45"" text, ""r_55"" text, ""r_54"" text, ""r_53"" text, ""r_52_o"" text, ""r_51_o"" text );","SELECT ""r_51_o"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""d_42_o""='r 19';",2-1104515-3 What is the value of D 43 O that has a corresponding R 53 + value of r 8?,"CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_41_o"" text, ""d_42_o"" text, ""d_43_o"" text, ""d_44_o"" text, ""d_45"" text, ""r_55"" text, ""r_54"" text, ""r_53"" text, ""r_52_o"" text, ""r_51_o"" text );","SELECT ""d_43_o"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""r_53""='r 8';",2-1104515-3 What is the value of D 42 O that has an R 53 + value of r 8?,"CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_41_o"" text, ""d_42_o"" text, ""d_43_o"" text, ""d_44_o"" text, ""d_45"" text, ""r_55"" text, ""r_54"" text, ""r_53"" text, ""r_52_o"" text, ""r_51_o"" text );","SELECT ""d_42_o"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""r_53""='r 8';",2-1104515-3 What's the highest round that louisville drafted into when their pick was over 75?,"CREATE TABLE ""2000_nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT MAX(""round"") FROM ""2000_nfl_draft"" WHERE ""school_club_team""='louisville' AND ""pick"">75;",2-11404731-1 Where's the first round that southern mississippi shows up during the draft?,"CREATE TABLE ""2000_nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT MIN(""round"") FROM ""2000_nfl_draft"" WHERE ""school_club_team""='southern mississippi';",2-11404731-1 "Cowansville has less than 16 regions and is a Brome-Missisquoi Municipality, what is their population?","CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT MIN(""population"") FROM ""list_of_municipalities_in_quebec"" WHERE ""regional_county_municipality""='brome-missisquoi' AND ""name""='cowansville' AND ""region""<16;",2-11218948-13 "Saint-Blaise-Sur-Richelieu is smaller than 68.42 km^2, what is the population of this type M municipality?","CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT MIN(""population"") FROM ""list_of_municipalities_in_quebec"" WHERE ""type""='m' AND ""name""='saint-blaise-sur-richelieu' AND ""area_km_2""<68.42;",2-11218948-13 What is the code for a Le Haut-Saint-Laurent municipality that has 16 or more regions?,"CREATE TABLE ""list_of_municipalities_in_quebec"" ( ""code"" real, ""type"" text, ""name"" text, ""area_km_2"" real, ""population"" real, ""regional_county_municipality"" text, ""region"" real );","SELECT MIN(""code"") FROM ""list_of_municipalities_in_quebec"" WHERE ""regional_county_municipality""='le haut-saint-laurent' AND ""region"">16;",2-11218948-13 Where was the security pacific senior classic?,"CREATE TABLE ""tournament_results"" ( ""date"" text, ""tournament"" text, ""location"" text, ""purse"" real, ""winner"" text, ""score"" text, ""1st_prize"" real );","SELECT ""location"" FROM ""tournament_results"" WHERE ""tournament""='security pacific senior classic';",2-11622318-1 "What is the purse for the tournament with a winning score of 212 (-4), and a 1st prize of under $105,000?","CREATE TABLE ""tournament_results"" ( ""date"" text, ""tournament"" text, ""location"" text, ""purse"" real, ""winner"" text, ""score"" text, ""1st_prize"" real );","SELECT MIN(""purse"") FROM ""tournament_results"" WHERE ""score""='212 (-4)' AND ""1st_prize""<'105,000';",2-11622318-1 What is the total Crowd number for the team that has an Away team score of 12.18 (90)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_18"" WHERE ""away_team_score""='12.18 (90)';",2-10790099-18 What date is listed for the team that has an Away team score of 20.21 (141)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_18"" WHERE ""away_team_score""='20.21 (141)';",2-10790099-18 What is the name of the Venue for the team that has an Away team score of 14.11 (95)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_18"" WHERE ""away_team_score""='14.11 (95)';",2-10790099-18 What is the Home team score for the Away team of North Melbourne?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_18"" WHERE ""away_team""='north melbourne';",2-10790099-18 On what date the footscray's away game?,"CREATE TABLE ""round_12"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_12"" WHERE ""away_team""='footscray';",2-10809823-12 What was the date of the game with a result of 3–2?,"CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""international_goals"" WHERE ""result""='3–2';",2-1129727-3 What was the date of the game with a goal of 7?,"CREATE TABLE ""international_goals"" ( ""goal"" real, ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""international_goals"" WHERE ""goal""=7;",2-1129727-3 Who is the opponent on april 16?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""date""='april 16';",2-11513685-2 What is the team's record on april 23?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='april 23';",2-11513685-2 what is the competition when the result is loss in berlin with a score of 0-3?,"CREATE TABLE ""1980_1989"" ( ""year"" text, ""competition"" text, ""date"" text, ""location"" text, ""score"" text, ""result"" text );","SELECT ""competition"" FROM ""1980_1989"" WHERE ""result""='loss' AND ""location""='berlin' AND ""score""='0-3';",2-11280842-4 "what is the date for the game in prague for the world group, consolation round competition?","CREATE TABLE ""1980_1989"" ( ""year"" text, ""competition"" text, ""date"" text, ""location"" text, ""score"" text, ""result"" text );","SELECT ""date"" FROM ""1980_1989"" WHERE ""location""='prague' AND ""competition""='world group, consolation round';",2-11280842-4 What is the competition in tokyo with the result loss?,"CREATE TABLE ""1980_1989"" ( ""year"" text, ""competition"" text, ""date"" text, ""location"" text, ""score"" text, ""result"" text );","SELECT ""competition"" FROM ""1980_1989"" WHERE ""location""='tokyo' AND ""result""='loss';",2-11280842-4 what is the year when the date is not played?,"CREATE TABLE ""1980_1989"" ( ""year"" text, ""competition"" text, ""date"" text, ""location"" text, ""score"" text, ""result"" text );","SELECT ""year"" FROM ""1980_1989"" WHERE ""date""='not played';",2-11280842-4 "what is the score when the result is loss, the year is 1980 and the competition is world group, consolation round?","CREATE TABLE ""1980_1989"" ( ""year"" text, ""competition"" text, ""date"" text, ""location"" text, ""score"" text, ""result"" text );","SELECT ""score"" FROM ""1980_1989"" WHERE ""result""='loss' AND ""year""='1980' AND ""competition""='world group, consolation round';",2-11280842-4 How many attended the game on march 16 after over 64 games?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""game"">64 AND ""date""='march 16';",2-11960407-6 "What numbered game featured a High rebounds of radoslav nesterović (8), and a High assists of josé calderón (9)?","CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT COUNT(""game"") FROM ""game_log"" WHERE ""high_rebounds""='radoslav nesterović (8)' AND ""high_assists""='josé calderón (9)';",2-11960407-6 What is the most sales by a song with a position higher than 3?,"CREATE TABLE ""top_40_singles_of_2004"" ( ""position"" real, ""song_title"" text, ""artist"" text, ""sales"" real, ""highest_position"" real );","SELECT MAX(""sales"") FROM ""top_40_singles_of_2004"" WHERE ""highest_position"">3;",2-1145970-4 What were the sales for Dj Casper when he was in a position lower than 13?,"CREATE TABLE ""top_40_singles_of_2004"" ( ""position"" real, ""song_title"" text, ""artist"" text, ""sales"" real, ""highest_position"" real );","SELECT ""sales"" FROM ""top_40_singles_of_2004"" WHERE ""position""<13 AND ""artist""='dj casper';",2-1145970-4 What was the score on January 12?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='january 12';",2-11643141-2 Which home team had a visitor of Ottawa Senators with a score of 1–5?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""game_log"" WHERE ""visitor""='ottawa senators' AND ""score""='1–5';",2-11643141-2 Which team is number 14 and had a franchise in 1993-2000?,"CREATE TABLE ""list"" ( ""number"" real, ""name"" text, ""team"" text, ""position"" text, ""years_with_franchise"" text, ""year_retired"" text );","SELECT ""team"" FROM ""list"" WHERE ""number""=14 AND ""years_with_franchise""='1993-2000';",2-11169688-2 Who was the player in Position G on the Petron Blaze Boosters and retired in 2000?,"CREATE TABLE ""list"" ( ""number"" real, ""name"" text, ""team"" text, ""position"" text, ""years_with_franchise"" text, ""year_retired"" text );","SELECT ""name"" FROM ""list"" WHERE ""position""='g' AND ""team""='petron blaze boosters' AND ""year_retired""='2000';",2-11169688-2 How many years did the team in slot number 9 have a franchise?,"CREATE TABLE ""list"" ( ""number"" real, ""name"" text, ""team"" text, ""position"" text, ""years_with_franchise"" text, ""year_retired"" text );","SELECT ""years_with_franchise"" FROM ""list"" WHERE ""number""=9;",2-11169688-2 Tell me the highest matches for point 43 and final rank less than 7,"CREATE TABLE ""club_records"" ( ""season"" real, ""belonging_league"" text, ""matches"" real, ""league_point"" real, ""draw"" real, ""lose"" real, ""goal_difference"" real, ""point"" real, ""lost_point"" real, ""final_rank"" real );","SELECT MAX(""matches"") FROM ""club_records"" WHERE ""point""=43 AND ""final_rank""<7;",2-11128658-1 Tell me the average final rank for loe more than 10 and point less than 43,"CREATE TABLE ""club_records"" ( ""season"" real, ""belonging_league"" text, ""matches"" real, ""league_point"" real, ""draw"" real, ""lose"" real, ""goal_difference"" real, ""point"" real, ""lost_point"" real, ""final_rank"" real );","SELECT AVG(""final_rank"") FROM ""club_records"" WHERE ""lose"">10 AND ""point""<43;",2-11128658-1 I want the average lose for lost point more than 16 and goal difference less than 37 and point less than 43,"CREATE TABLE ""club_records"" ( ""season"" real, ""belonging_league"" text, ""matches"" real, ""league_point"" real, ""draw"" real, ""lose"" real, ""goal_difference"" real, ""point"" real, ""lost_point"" real, ""final_rank"" real );","SELECT AVG(""lose"") FROM ""club_records"" WHERE ""lost_point"">16 AND ""goal_difference""<37 AND ""point""<43;",2-11128658-1 I want the total number of matches for draw less than 7 and lost point of 16 with lose more than 4,"CREATE TABLE ""club_records"" ( ""season"" real, ""belonging_league"" text, ""matches"" real, ""league_point"" real, ""draw"" real, ""lose"" real, ""goal_difference"" real, ""point"" real, ""lost_point"" real, ""final_rank"" real );","SELECT COUNT(""matches"") FROM ""club_records"" WHERE ""draw""<7 AND ""lost_point""=16 AND ""lose"">4;",2-11128658-1 Tell me the highest point with lost point being 33 and league point less than 52,"CREATE TABLE ""club_records"" ( ""season"" real, ""belonging_league"" text, ""matches"" real, ""league_point"" real, ""draw"" real, ""lose"" real, ""goal_difference"" real, ""point"" real, ""lost_point"" real, ""final_rank"" real );","SELECT MAX(""point"") FROM ""club_records"" WHERE ""lost_point""=33 AND ""league_point""<52;",2-11128658-1 How many laps for a grid larger than 1 with a Time/Retired of halfshaft?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""laps"" FROM ""classification"" WHERE ""grid"">1 AND ""time_retired""='halfshaft';",2-1122496-1 "What is the average grid that has over 8 laps, a Time/Retired of +2 laps, and peter gethin driving?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""grid"") FROM ""classification"" WHERE ""laps"">8 AND ""time_retired""='+2 laps' AND ""driver""='peter gethin';",2-1122496-1 What is the low grid that has brm and over 54 laps?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""grid"") FROM ""classification"" WHERE ""constructor""='brm' AND ""laps"">54;",2-1122496-1 What city has larger than 94.1 as a frequency?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""city_of_license"" FROM ""translators"" WHERE ""frequency_m_hz"">94.1;",2-11992731-1 What is the Frequency MHz for the station with a call sign of w224bn?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT AVG(""frequency_m_hz"") FROM ""translators"" WHERE ""call_sign""='w224bn';",2-11992731-1 "What class is the city of black mountain, north carolina?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""class"" FROM ""translators"" WHERE ""city_of_license""='black mountain, north carolina';",2-11992731-1 What is the FCC frequency for the station w262al which has a Frequency MHz larger than 92.7?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""fcc_info"" FROM ""translators"" WHERE ""frequency_m_hz"">92.7 AND ""call_sign""='w262al';",2-11992731-1 What grad has a Time/Retired of + 1:24.3?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""grid"" FROM ""classification"" WHERE ""time_retired""='+ 1:24.3';",2-1122592-1 What is the low lap total for henri pescarolo with a grad larger than 6?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""laps"") FROM ""classification"" WHERE ""grid"">6 AND ""driver""='henri pescarolo';",2-1122592-1 What is the low lap total for a grid larger than 16 and has a Time/Retired of + 3:27.3?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""laps"") FROM ""classification"" WHERE ""time_retired""='+ 3:27.3' AND ""grid"">16;",2-1122592-1 Name what was published in july 1934 with a setting of mars,"CREATE TABLE ""chronology"" ( ""title"" text, ""published_in"" text, ""publication_date"" text, ""setting"" text, ""fictional_date"" text, ""main_characters"" text );","SELECT ""published_in"" FROM ""chronology"" WHERE ""setting""='mars' AND ""publication_date""='july 1934';",2-11790848-1 Name the publication date when the fictional date is 2112,"CREATE TABLE ""chronology"" ( ""title"" text, ""published_in"" text, ""publication_date"" text, ""setting"" text, ""fictional_date"" text, ""main_characters"" text );","SELECT ""publication_date"" FROM ""chronology"" WHERE ""fictional_date""='2112';",2-11790848-1 "Name the title when the main characters are grant calthorpe, lee neilan and the published in of astounding stories","CREATE TABLE ""chronology"" ( ""title"" text, ""published_in"" text, ""publication_date"" text, ""setting"" text, ""fictional_date"" text, ""main_characters"" text );","SELECT ""title"" FROM ""chronology"" WHERE ""published_in""='astounding stories' AND ""main_characters""='grant calthorpe, lee neilan';",2-11790848-1 What club has over 1 runners-up and last won the final in 2010?,"CREATE TABLE ""performance_by_club"" ( ""club"" text, ""wins"" real, ""last_final_won"" text, ""runners_up"" real, ""last_final_lost"" text, ""total_final_appearances"" real );","SELECT ""club"" FROM ""performance_by_club"" WHERE ""runners_up"">1 AND ""last_final_won""='2010';",2-1115666-3 How manywins for dunfermline athletic that has a total final appearances less than 2?,"CREATE TABLE ""performance_by_club"" ( ""club"" text, ""wins"" real, ""last_final_won"" text, ""runners_up"" real, ""last_final_lost"" text, ""total_final_appearances"" real );","SELECT ""wins"" FROM ""performance_by_club"" WHERE ""total_final_appearances""<2 AND ""club""='dunfermline athletic';",2-1115666-3 What was the crowd size of the match featuring Hawthorn as the Away team?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_18"" WHERE ""away_team""='hawthorn';",2-10806852-18 What score did the home team of north melbourne get?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_2"" WHERE ""home_team""='north melbourne';",2-10824095-2 "When the away team scored 11.12 (78), what was the date of the game?","CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_2"" WHERE ""away_team_score""='11.12 (78)';",2-10824095-2 "When the away team scored 16.21 (117), what was the home teams score?","CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_2"" WHERE ""away_team_score""='16.21 (117)';",2-10824095-2 Which home team played the away team of collingwood?,"CREATE TABLE ""round_2"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_2"" WHERE ""away_team""='collingwood';",2-10824095-2 What method had Adriano Martins as an opponent and a time of 5:00?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""method"" FROM ""mixed_martial_arts_record"" WHERE ""time""='5:00' AND ""opponent""='adriano martins';",2-10786264-2 What is the total number of rounds when Drew Fickett was the opponent and the time is 5:00?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT COUNT(""round"") FROM ""mixed_martial_arts_record"" WHERE ""time""='5:00' AND ""opponent""='drew fickett';",2-10786264-2 What competition is located in bamako?,"CREATE TABLE ""recent_results_and_forthcoming_fixtures"" ( ""date"" text, ""location"" text, ""opponent"" text, ""score"" text, ""competition"" text );","SELECT ""competition"" FROM ""recent_results_and_forthcoming_fixtures"" WHERE ""location""='bamako';",2-1198472-1 What is the score from the game where Algeria is the opponent at Porto-Novo?,"CREATE TABLE ""recent_results_and_forthcoming_fixtures"" ( ""date"" text, ""location"" text, ""opponent"" text, ""score"" text, ""competition"" text );","SELECT ""score"" FROM ""recent_results_and_forthcoming_fixtures"" WHERE ""opponent""='algeria' AND ""location""='porto-novo';",2-1198472-1 What is the mean road number when Moe Lemay is the player?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT AVG(""rd_num"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""player""='moe lemay';",2-11636955-13 What is the sum number of Pl GP when the pick number is 178 and the road number is bigger than 9?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT COUNT(""pl_gp"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""pick_num""=178 AND ""rd_num"">9;",2-11636955-13 What is the total number of Pl GP when the pick number is 199 and the Reg GP is bigger than 0?,"CREATE TABLE ""list_of_vancouver_canucks_draft_picks"" ( ""rd_num"" real, ""pick_num"" real, ""player"" text, ""team_league"" text, ""reg_gp"" real, ""pl_gp"" real );","SELECT SUM(""pl_gp"") FROM ""list_of_vancouver_canucks_draft_picks"" WHERE ""pick_num""=199 AND ""reg_gp"">0;",2-11636955-13 What position did the player from East Texas State play?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""school""='east texas state';",2-11469488-1 What day did they play before week 2?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""week""<2;",2-11251638-1 What is the cons for lib dem of 8% and a lead of 27%,"CREATE TABLE ""constituency_vote"" ( ""date_s_conducted"" text, ""polling_organisation_client"" text, ""cons"" text, ""plaid_cymru"" text, ""lib_dem"" text, ""others"" text, ""lead"" text );","SELECT ""cons"" FROM ""constituency_vote"" WHERE ""lib_dem""='8%' AND ""lead""='27%';",2-11099297-1 I want the lead for others being 5%,"CREATE TABLE ""constituency_vote"" ( ""date_s_conducted"" text, ""polling_organisation_client"" text, ""cons"" text, ""plaid_cymru"" text, ""lib_dem"" text, ""others"" text, ""lead"" text );","SELECT ""lead"" FROM ""constituency_vote"" WHERE ""others""='5%';",2-11099297-1 I want the plaid cymru for 4 may 2011,"CREATE TABLE ""constituency_vote"" ( ""date_s_conducted"" text, ""polling_organisation_client"" text, ""cons"" text, ""plaid_cymru"" text, ""lib_dem"" text, ""others"" text, ""lead"" text );","SELECT ""plaid_cymru"" FROM ""constituency_vote"" WHERE ""date_s_conducted""='4 may 2011';",2-11099297-1 I want the plaid cymru for Polling organisation/client of yougov/itv wales for 4 may 2011,"CREATE TABLE ""constituency_vote"" ( ""date_s_conducted"" text, ""polling_organisation_client"" text, ""cons"" text, ""plaid_cymru"" text, ""lib_dem"" text, ""others"" text, ""lead"" text );","SELECT ""plaid_cymru"" FROM ""constituency_vote"" WHERE ""polling_organisation_client""='yougov/itv wales' AND ""date_s_conducted""='4 may 2011';",2-11099297-1 Name the others for cons of 21% and lead of 24%,"CREATE TABLE ""constituency_vote"" ( ""date_s_conducted"" text, ""polling_organisation_client"" text, ""cons"" text, ""plaid_cymru"" text, ""lib_dem"" text, ""others"" text, ""lead"" text );","SELECT ""others"" FROM ""constituency_vote"" WHERE ""cons""='21%' AND ""lead""='24%';",2-11099297-1 Tell me the dates conducted for plaid cymru of 19%,"CREATE TABLE ""constituency_vote"" ( ""date_s_conducted"" text, ""polling_organisation_client"" text, ""cons"" text, ""plaid_cymru"" text, ""lib_dem"" text, ""others"" text, ""lead"" text );","SELECT ""date_s_conducted"" FROM ""constituency_vote"" WHERE ""plaid_cymru""='19%';",2-11099297-1 What was the score on 20/6/97?,"CREATE TABLE ""world_club_challenge"" ( ""date"" text, ""competition"" text, ""venue"" text, ""result"" text, ""score"" text, ""tries"" text, ""goals"" text );","SELECT ""score"" FROM ""world_club_challenge"" WHERE ""date""='20/6/97';",2-10813310-8 What was the score on 20/6/97?,"CREATE TABLE ""world_club_challenge"" ( ""date"" text, ""competition"" text, ""venue"" text, ""result"" text, ""score"" text, ""tries"" text, ""goals"" text );","SELECT ""score"" FROM ""world_club_challenge"" WHERE ""date""='20/6/97';",2-10813310-8 What were the tries on 14/6/97?,"CREATE TABLE ""world_club_challenge"" ( ""date"" text, ""competition"" text, ""venue"" text, ""result"" text, ""score"" text, ""tries"" text, ""goals"" text );","SELECT ""tries"" FROM ""world_club_challenge"" WHERE ""date""='14/6/97';",2-10813310-8 What were the goals on 3/10/97?,"CREATE TABLE ""world_club_challenge"" ( ""date"" text, ""competition"" text, ""venue"" text, ""result"" text, ""score"" text, ""tries"" text, ""goals"" text );","SELECT ""goals"" FROM ""world_club_challenge"" WHERE ""date""='3/10/97';",2-10813310-8 Tell me the laps for 3 grids,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""laps"" FROM ""classification"" WHERE ""grid""=3;",2-1122227-1 What was the Away team score for Footscray?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_9"" WHERE ""away_team""='footscray';",2-10809271-9 What was the Home team score for the team that played South Melbourne?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_9"" WHERE ""away_team""='south melbourne';",2-10809271-9 Tell me the sum of interview for evening gown more than 8.37 and average of 8.363,"CREATE TABLE ""preliminary_competition"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT SUM(""interview"") FROM ""preliminary_competition"" WHERE ""average""=8.363 AND ""evening_gown"">8.37;",2-12002754-1 Name the total number of swimsuits for evening gowns less than 8.21 and average of 8.453 with interview less than 9.09,"CREATE TABLE ""preliminary_competition"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT COUNT(""swimsuit"") FROM ""preliminary_competition"" WHERE ""interview""<9.09 AND ""evening_gown""<8.21 AND ""average""=8.453;",2-12002754-1 Name the state with an evening gown more than 8.86 and interview less than 8.7 and swimsuit less than 8.96,"CREATE TABLE ""preliminary_competition"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT ""state"" FROM ""preliminary_competition"" WHERE ""evening_gown"">8.86 AND ""swimsuit""<8.96 AND ""interview""<8.7;",2-12002754-1 What is the total stellar mass of the type m0?,"CREATE TABLE ""for_mk_type_stars_with_planets_in_the_ha"" ( ""stellar_mass_m"" real, ""planetary_mass_m"" real, ""lum_l_0"" text, ""type"" text, ""rhab_au"" real, ""rv_cm_s"" real, ""period_days"" real );","SELECT SUM(""stellar_mass_m"") FROM ""for_mk_type_stars_with_planets_in_the_ha"" WHERE ""type""='m0';",2-10932739-3 What is the highest planetary mass having an RV (cm/s) of 65 and a Period (days) less than 21?,"CREATE TABLE ""for_mk_type_stars_with_planets_in_the_ha"" ( ""stellar_mass_m"" real, ""planetary_mass_m"" real, ""lum_l_0"" text, ""type"" text, ""rhab_au"" real, ""rv_cm_s"" real, ""period_days"" real );","SELECT MAX(""planetary_mass_m"") FROM ""for_mk_type_stars_with_planets_in_the_ha"" WHERE ""rv_cm_s""=65 AND ""period_days""<21;",2-10932739-3 "What is the smallest period (days) to have a planetary mass of 1, a stellar mass greater than 0.21 and of the type M0?","CREATE TABLE ""for_mk_type_stars_with_planets_in_the_ha"" ( ""stellar_mass_m"" real, ""planetary_mass_m"" real, ""lum_l_0"" text, ""type"" text, ""rhab_au"" real, ""rv_cm_s"" real, ""period_days"" real );","SELECT MIN(""period_days"") FROM ""for_mk_type_stars_with_planets_in_the_ha"" WHERE ""planetary_mass_m""=1 AND ""stellar_mass_m"">0.21 AND ""type""='m0';",2-10932739-3 What is the average word count with crs and subframes lesser than 2?,"CREATE TABLE ""message_format"" ( ""subframe_num"" real, ""page_num"" text, ""name"" text, ""word_num"" real, ""bits"" text );","SELECT AVG(""word_num"") FROM ""message_format"" WHERE ""name""='crs' AND ""subframe_num""<2;",2-11866-3 What is the page count and word count greater than 5 with Bits of 18–22?,"CREATE TABLE ""message_format"" ( ""subframe_num"" real, ""page_num"" text, ""name"" text, ""word_num"" real, ""bits"" text );","SELECT ""page_num"" FROM ""message_format"" WHERE ""word_num"">5 AND ""bits""='18–22';",2-11866-3 What is the total subframe count with Bits of 18–22?,"CREATE TABLE ""message_format"" ( ""subframe_num"" real, ""page_num"" text, ""name"" text, ""word_num"" real, ""bits"" text );","SELECT SUM(""subframe_num"") FROM ""message_format"" WHERE ""bits""='18–22';",2-11866-3 How many attended tie number 19?,"CREATE TABLE ""replays"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""replays"" WHERE ""tie_no""=19;",2-11318956-17 Who was the away team in a tie no larger than 16 with forest green rovers at home?,"CREATE TABLE ""replays"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" real );","SELECT ""away_team"" FROM ""replays"" WHERE ""tie_no"">16 AND ""home_team""='forest green rovers';",2-11318956-17 What is the highest attendance for games with stevenage borough at home?,"CREATE TABLE ""replays"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""replays"" WHERE ""home_team""='stevenage borough';",2-11318956-17 What is the lowest height for Parent grasmoor when it has a Prom larger than 117?,"CREATE TABLE ""list_of_hewitts_and_nuttalls_in_england"" ( ""peak"" text, ""height_m"" real, ""prom_m"" real, ""class"" text, ""parent"" text );","SELECT MIN(""height_m"") FROM ""list_of_hewitts_and_nuttalls_in_england"" WHERE ""parent""='grasmoor' AND ""prom_m"">117;",2-10814429-3 Which Class is Peak Sail when it has a Prom larger than 30?,"CREATE TABLE ""list_of_hewitts_and_nuttalls_in_england"" ( ""peak"" text, ""height_m"" real, ""prom_m"" real, ""class"" text, ""parent"" text );","SELECT ""class"" FROM ""list_of_hewitts_and_nuttalls_in_england"" WHERE ""prom_m"">30 AND ""peak""='sail';",2-10814429-3 Which Parent has height smaller than 756 and a Prom of 39?,"CREATE TABLE ""list_of_hewitts_and_nuttalls_in_england"" ( ""peak"" text, ""height_m"" real, ""prom_m"" real, ""class"" text, ""parent"" text );","SELECT ""parent"" FROM ""list_of_hewitts_and_nuttalls_in_england"" WHERE ""height_m""<756 AND ""prom_m""=39;",2-10814429-3 Who had the lowest interview score from South Dakota with an evening gown less than 8.513?,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT MIN(""interview"") FROM ""final_competition_scores"" WHERE ""state""='south dakota' AND ""evening_gown""<8.513;",2-12064199-1 What is the highest average of the contestant from Texas with an evening gown larger than 8.875?,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT MAX(""average"") FROM ""final_competition_scores"" WHERE ""state""='texas' AND ""evening_gown"">8.875;",2-12064199-1 What is the average interview score from Kentucky?,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT AVG(""interview"") FROM ""final_competition_scores"" WHERE ""state""='kentucky';",2-12064199-1 "What is the lowest evening score of the contestant with an evening gown less than 8.938, from Texas, and with an average less than 8.846 has?","CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT MIN(""interview"") FROM ""final_competition_scores"" WHERE ""evening_gown""<8.938 AND ""state""='texas' AND ""average""<8.846;",2-12064199-1 What is the highest swimsuit score of the contestant with an evening gown larger than 9.175 and an interview score less than 8.425?,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT MAX(""swimsuit"") FROM ""final_competition_scores"" WHERE ""evening_gown"">9.175 AND ""interview""<8.425;",2-12064199-1 What is the lowest average of the contestant with an interview of 8.275 and an evening gown bigger than 8.7?,"CREATE TABLE ""final_competition_scores"" ( ""state"" text, ""interview"" real, ""swimsuit"" real, ""evening_gown"" real, ""average"" real );","SELECT MIN(""average"") FROM ""final_competition_scores"" WHERE ""interview""=8.275 AND ""evening_gown"">8.7;",2-12064199-1 How many attended the game at Arden Street Oval?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_7"" WHERE ""venue""='arden street oval';",2-10806592-7 What was the score for Geelong?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_7"" WHERE ""home_team""='geelong';",2-10806592-7 What is the lowest year joined in the city of College Park at the Conference championships smaller than 0?,"CREATE TABLE ""members"" ( ""institution"" text, ""city"" text, ""state"" text, ""nickname"" text, ""joined"" real, ""conference_championships"" real );","SELECT MIN(""joined"") FROM ""members"" WHERE ""city""='college park' AND ""conference_championships""<0;",2-12093571-1 "What is the latest year joined with a Conference championships of 5, and an Institution of university of north carolina?","CREATE TABLE ""members"" ( ""institution"" text, ""city"" text, ""state"" text, ""nickname"" text, ""joined"" real, ""conference_championships"" real );","SELECT MAX(""joined"") FROM ""members"" WHERE ""conference_championships""=5 AND ""institution""='university of north carolina';",2-12093571-1 "What is the year joined with a Conference championships of 5, and a Nickname of wolfpack?","CREATE TABLE ""members"" ( ""institution"" text, ""city"" text, ""state"" text, ""nickname"" text, ""joined"" real, ""conference_championships"" real );","SELECT ""joined"" FROM ""members"" WHERE ""conference_championships""=5 AND ""nickname""='wolfpack';",2-12093571-1 Which is the smallest Total produced with a model of FM H-15-44?,"CREATE TABLE ""road_switchers"" ( ""model"" text, ""build_year"" text, ""total_produced"" real, ""wheel_arrangement"" text, ""prime_mover"" text, ""power_output"" text );","SELECT MIN(""total_produced"") FROM ""road_switchers"" WHERE ""model""='fm h-15-44';",2-1111600-6 "Name the date for attendance more than 20,268","CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""date"" FROM ""december"" WHERE ""attendance"">'20,268';",2-11902440-5 Name the D 47 when it has a D 45 of d 32,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_47"" FROM ""senate_composition_before_the_elections"" WHERE ""d_45""='d 32';",2-1178059-1 Name the D 47 when it has a D 41 of r 36,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_47"" FROM ""senate_composition_before_the_elections"" WHERE ""d_41""='r 36';",2-1178059-1 Name the D 47 when it has a D 48 of d 49 and D 42 of r 42,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_47"" FROM ""senate_composition_before_the_elections"" WHERE ""d_48""='d 49' AND ""d_42""='r 42';",2-1178059-1 Name the D 48 when it has a D 44 of d 33,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_48"" FROM ""senate_composition_before_the_elections"" WHERE ""d_44""='d 33';",2-1178059-1 Name the D 44 when it has a D 46 of d 31,"CREATE TABLE ""senate_composition_before_the_elections"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45"" text, ""d_44"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_44"" FROM ""senate_composition_before_the_elections"" WHERE ""d_46""='d 31';",2-1178059-1 Tell me the model with fuel or propulsion of diesel and orion manufacturer in 2005,"CREATE TABLE ""current_fleet_roster"" ( ""year"" real, ""manufacturer"" text, ""model"" text, ""length_ft"" text, ""fuel_or_propulsion"" text, ""fleet_series"" text, ""quantity"" real );","SELECT ""model"" FROM ""current_fleet_roster"" WHERE ""fuel_or_propulsion""='diesel' AND ""manufacturer""='orion' AND ""year""=2005;",2-11903796-2 Name the sum of quantity for before 2011 model slf-230,"CREATE TABLE ""current_fleet_roster"" ( ""year"" real, ""manufacturer"" text, ""model"" text, ""length_ft"" text, ""fuel_or_propulsion"" text, ""fleet_series"" text, ""quantity"" real );","SELECT SUM(""quantity"") FROM ""current_fleet_roster"" WHERE ""year""<2011 AND ""model""='slf-230';",2-11903796-2 Name the fleet series with a quantity of 5,"CREATE TABLE ""current_fleet_roster"" ( ""year"" real, ""manufacturer"" text, ""model"" text, ""length_ft"" text, ""fuel_or_propulsion"" text, ""fleet_series"" text, ""quantity"" real );","SELECT ""fleet_series"" FROM ""current_fleet_roster"" WHERE ""quantity""=5;",2-11903796-2 When was the Mallala race held?,"CREATE TABLE ""race_calendar"" ( ""race_title"" text, ""circuit"" text, ""city_state"" text, ""date"" text, ""winner"" text, ""team"" text );","SELECT ""date"" FROM ""race_calendar"" WHERE ""race_title""='mallala';",2-12085547-2 Which driver won the Phillip Island Grand Prix Circuit?,"CREATE TABLE ""race_calendar"" ( ""race_title"" text, ""circuit"" text, ""city_state"" text, ""date"" text, ""winner"" text, ""team"" text );","SELECT ""winner"" FROM ""race_calendar"" WHERE ""circuit""='phillip island grand prix circuit';",2-12085547-2 What was the name of the driver that won the Lakeside race?,"CREATE TABLE ""race_calendar"" ( ""race_title"" text, ""circuit"" text, ""city_state"" text, ""date"" text, ""winner"" text, ""team"" text );","SELECT ""winner"" FROM ""race_calendar"" WHERE ""race_title""='lakeside';",2-12085547-2 Who was the clerk when the highway commissioner was Albert Lewis?,"CREATE TABLE ""history"" ( ""years"" text, ""supervisor"" text, ""clerk"" text, ""treasurer"" text, ""highway_commissioners"" text );","SELECT ""clerk"" FROM ""history"" WHERE ""highway_commissioners""='albert lewis';",2-117452-2 Who was the supervisor in the year 1846?,"CREATE TABLE ""history"" ( ""years"" text, ""supervisor"" text, ""clerk"" text, ""treasurer"" text, ""highway_commissioners"" text );","SELECT ""supervisor"" FROM ""history"" WHERE ""years""='1846';",2-117452-2 "When Treasurer was treasurer, who was the highway commissioner?","CREATE TABLE ""history"" ( ""years"" text, ""supervisor"" text, ""clerk"" text, ""treasurer"" text, ""highway_commissioners"" text );","SELECT ""highway_commissioners"" FROM ""history"" WHERE ""treasurer""='treasurer';",2-117452-2 How many snatches were there with a total of 267.5?,"CREATE TABLE ""weightlifting"" ( ""athlete"" text, ""event"" text, ""snatch"" real, ""clean_jerk"" real, ""total"" real );","SELECT COUNT(""snatch"") FROM ""weightlifting"" WHERE ""total""<267.5;",2-10831471-35 What event has a 122.5 snatch rate?,"CREATE TABLE ""weightlifting"" ( ""athlete"" text, ""event"" text, ""snatch"" real, ""clean_jerk"" real, ""total"" real );","SELECT ""event"" FROM ""weightlifting"" WHERE ""snatch""=122.5;",2-10831471-35 "What is the lowest total that had less than 170 snatches, 56 kg events and less than 145 clean & jerk?","CREATE TABLE ""weightlifting"" ( ""athlete"" text, ""event"" text, ""snatch"" real, ""clean_jerk"" real, ""total"" real );","SELECT MIN(""total"") FROM ""weightlifting"" WHERE ""snatch""<170 AND ""event""='56 kg' AND ""clean_jerk""<145;",2-10831471-35 What is the total that had an event of +105 kg and clean & jerk less than 227.5?,"CREATE TABLE ""weightlifting"" ( ""athlete"" text, ""event"" text, ""snatch"" real, ""clean_jerk"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""weightlifting"" WHERE ""event""='+105 kg' AND ""clean_jerk""<227.5;",2-10831471-35 What was the average attendance when the decision was price and montreal were the visitors?,"CREATE TABLE ""eastern_conference_semi_finals_vs_6"" ( ""date"" text, ""venue"" text, ""visitor"" text, ""score"" text, ""home"" text, ""montreal_goals"" text, ""decision"" text, ""attendance"" real, ""series"" text );","SELECT AVG(""attendance"") FROM ""eastern_conference_semi_finals_vs_6"" WHERE ""visitor""='montreal' AND ""decision""='price';",2-11801035-11 What is the lowest attendance for week 2?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""schedule"" WHERE ""week""=2;",2-11159500-2 Tell me the shuttle run with grade c,"CREATE TABLE ""ippt_standards"" ( ""grade"" text, ""points"" real, ""sit_up_reps"" text, ""standing_broad_jump_cm"" text, ""chin_up_reps"" text, ""shuttle_run_sec"" text, ""2_4km_run_min_sec"" text );","SELECT ""shuttle_run_sec"" FROM ""ippt_standards"" WHERE ""grade""='c';",2-10890692-1 Tell me the 2.4km run for points less than 2,"CREATE TABLE ""ippt_standards"" ( ""grade"" text, ""points"" real, ""sit_up_reps"" text, ""standing_broad_jump_cm"" text, ""chin_up_reps"" text, ""shuttle_run_sec"" text, ""2_4km_run_min_sec"" text );","SELECT ""2_4km_run_min_sec"" FROM ""ippt_standards"" WHERE ""points""<2;",2-10890692-1 "On January 15, what was the most in attendance?","CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT MAX(""attendance"") FROM ""january"" WHERE ""date""='january 15';",2-11756731-6 "On January 29, who had the decision of Mason?","CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""visitor"" FROM ""january"" WHERE ""decision""='mason' AND ""date""='january 29';",2-11756731-6 What was the time of the driver on grid 3?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""race"" WHERE ""grid""=3;",2-1123478-2 What was the retired time on someone who had 43 laps on a grip of 18?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""race"" WHERE ""laps""=43 AND ""grid""=18;",2-1123478-2 What was the fewest laps for somone who finished +18.445?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""laps"") FROM ""race"" WHERE ""time_retired""='+18.445';",2-1123478-2 On which date was a game played at Junction Oval?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_5"" WHERE ""venue""='junction oval';",2-10809271-5 On which date was Essendon the home team?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_5"" WHERE ""home_team""='essendon';",2-10809271-5 What was the record on the game that was played on october 27?,"CREATE TABLE ""october"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""decision"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""october"" WHERE ""date""='october 27';",2-11870934-3 What is the average for wes ours with over 1 reception and under 1 TD?,"CREATE TABLE ""wide_receivers"" ( ""player"" text, ""rec"" real, ""yards"" real, ""avg"" real, ""td_s"" real, ""long"" real );","SELECT SUM(""avg"") FROM ""wide_receivers"" WHERE ""rec"">1 AND ""player""='wes ours' AND ""td_s""<1;",2-11783842-5 How many receptions for players with over 647 yards and an under 14 yard average?,"CREATE TABLE ""wide_receivers"" ( ""player"" text, ""rec"" real, ""yards"" real, ""avg"" real, ""td_s"" real, ""long"" real );","SELECT MIN(""rec"") FROM ""wide_receivers"" WHERE ""yards"">647 AND ""avg""<14;",2-11783842-5 What is the home teams score at Victoria Park?,"CREATE TABLE ""round_13"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_13"" WHERE ""venue""='victoria park';",2-10789881-13 What is the home team at the venue mcg?,"CREATE TABLE ""round_13"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_13"" WHERE ""venue""='mcg';",2-10789881-13 What is the highest attendace of the game with the Lakers as the home team?,"CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT MAX(""attendance"") FROM ""december"" WHERE ""home""='lakers';",2-11963601-5 "What is the record of the game on December 5, 2007?","CREATE TABLE ""december"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""december"" WHERE ""date""='december 5, 2007';",2-11963601-5 Who was the winner and nominees for the movie directed by cary joji fukunaga?,"CREATE TABLE ""2010s"" ( ""year"" text, ""winner_and_nominees"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""winner_and_nominees"" FROM ""2010s"" WHERE ""director""='cary joji fukunaga';",2-11365848-3 What was the original title for the king's speech?,"CREATE TABLE ""2010s"" ( ""year"" text, ""winner_and_nominees"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""original_title"" FROM ""2010s"" WHERE ""winner_and_nominees""='the king''s speech';",2-11365848-3 What was the original title of the king's speech?,"CREATE TABLE ""2010s"" ( ""year"" text, ""winner_and_nominees"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""original_title"" FROM ""2010s"" WHERE ""winner_and_nominees""='the king''s speech';",2-11365848-3 Who was the director of the king's speech?,"CREATE TABLE ""2010s"" ( ""year"" text, ""winner_and_nominees"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""director"" FROM ""2010s"" WHERE ""original_title""='the king''s speech';",2-11365848-3 What is the nationality of the goalie in Round 7?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""nationality"" FROM ""draft_picks"" WHERE ""round""=7 AND ""position""='goalie';",2-11792210-13 What was the score from the game played on June 22?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='june 22';",2-11485403-7 "In the game where the away team score is 17.19 (121), who was the away team?","CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_3"" WHERE ""away_team_score""='17.19 (121)';",2-10809444-3 Which venue did the away team score 12.10 (82)?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_3"" WHERE ""away_team_score""='12.10 (82)';",2-10809444-3 "In the game where the home team scored 12.17 (89), who was the home team?","CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_3"" WHERE ""home_team_score""='12.17 (89)';",2-10809444-3 What is the scale of disaster for the USA?,"CREATE TABLE ""disaster_relief"" ( ""disaster"" text, ""year"" text, ""countries_affected"" text, ""scale_of_disaster"" text, ""people_assisted"" text, ""nature_of_help"" text );","SELECT ""scale_of_disaster"" FROM ""disaster_relief"" WHERE ""countries_affected""='usa';",2-11649123-1 How many people were assisted in 1997?,"CREATE TABLE ""disaster_relief"" ( ""disaster"" text, ""year"" text, ""countries_affected"" text, ""scale_of_disaster"" text, ""people_assisted"" text, ""nature_of_help"" text );","SELECT ""people_assisted"" FROM ""disaster_relief"" WHERE ""year""='1997';",2-11649123-1 Which year did USA undergo a disaster?,"CREATE TABLE ""disaster_relief"" ( ""disaster"" text, ""year"" text, ""countries_affected"" text, ""scale_of_disaster"" text, ""people_assisted"" text, ""nature_of_help"" text );","SELECT ""year"" FROM ""disaster_relief"" WHERE ""countries_affected""='usa';",2-11649123-1 "In the disaster in which 1,000 people were helped, what was the nature of help?","CREATE TABLE ""disaster_relief"" ( ""disaster"" text, ""year"" text, ""countries_affected"" text, ""scale_of_disaster"" text, ""people_assisted"" text, ""nature_of_help"" text );","SELECT ""nature_of_help"" FROM ""disaster_relief"" WHERE ""people_assisted""='1,000';",2-11649123-1 What is the pick number of Penn State?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT ""pick"" FROM ""nfl_draft"" WHERE ""school""='penn state';",2-11441028-1 Which Round is pick 112 in?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT ""round"" FROM ""nfl_draft"" WHERE ""pick""=112;",2-11441028-1 What is the highest pick from Washington?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT MAX(""pick"") FROM ""nfl_draft"" WHERE ""school""='washington';",2-11441028-1 What is the total pick number from round 2?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT COUNT(""pick"") FROM ""nfl_draft"" WHERE ""round""='2';",2-11441028-1 What is the total pick number for a wide receiver?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT COUNT(""pick"") FROM ""nfl_draft"" WHERE ""position""='wide receiver';",2-11441028-1 What is Thad Jemison's position?,"CREATE TABLE ""nfl_draft"" ( ""pick"" real, ""round"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT ""position"" FROM ""nfl_draft"" WHERE ""player""='thad jemison';",2-11441028-1 "What is the club or province of Girvan Dempsey, who has 74 caps?","CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""club_province"" FROM ""2007_rugby_world_cup_squads"" WHERE ""caps""=74 AND ""player""='girvan dempsey';",2-11783766-23 Which Ulster player has fewer than 49 caps and plays the wing position?,"CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""player"" FROM ""2007_rugby_world_cup_squads"" WHERE ""caps""<49 AND ""position""='wing' AND ""club_province""='ulster';",2-11783766-23 Which player Munster from Munster is a fly-half?,"CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""player"" FROM ""2007_rugby_world_cup_squads"" WHERE ""position""='fly-half' AND ""club_province""='munster';",2-11783766-23 What was time/retired with less than 67 laps and 6 points?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT ""time_retired"" FROM ""race"" WHERE ""laps""<67 AND ""points""=6;",2-11883489-3 How many average laps for Alex Tagliani with more than 17 points?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT AVG(""laps"") FROM ""race"" WHERE ""driver""='alex tagliani' AND ""points"">17;",2-11883489-3 "What sum of Attendance has a Week smaller than 10, and a Result of l 30-21?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""schedule"" WHERE ""week""<10 AND ""result""='l 30-21';",2-11173586-1 "Which Week has a Result of w 24-0, and an Attendance smaller than 10,000?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""result""='w 24-0' AND ""attendance""<'10,000';",2-11173586-1 "Which Attendance has an Opponent of green bay packers, and a Week larger than 10?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""schedule"" WHERE ""opponent""='green bay packers' AND ""week"">10;",2-11173586-1 Where did fitzroy play as the home team?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_3"" WHERE ""home_team""='fitzroy';",2-10809823-3 Who was North Melbourne's home opponent?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_3"" WHERE ""away_team""='north melbourne';",2-10809823-3 Where did Essendon play as the home team?,"CREATE TABLE ""round_3"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_3"" WHERE ""home_team""='essendon';",2-10809823-3 When was the appointment date for the manager replaced by Lucien Favre?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""date_of_departure"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""date_of_appointment"" FROM ""managerial_changes"" WHERE ""replaced_by""='lucien favre';",2-11180211-2 When is the appointment date for outgoing manager Petrik Sander?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""date_of_departure"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""date_of_appointment"" FROM ""managerial_changes"" WHERE ""outgoing_manager""='petrik sander';",2-11180211-2 When was the appointment date for VFL Wolfsburg?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""date_of_departure"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""date_of_appointment"" FROM ""managerial_changes"" WHERE ""team""='vfl wolfsburg';",2-11180211-2 When was the departure date when a manager was replaced by Bojan Prašnikar?,"CREATE TABLE ""managerial_changes"" ( ""team"" text, ""outgoing_manager"" text, ""date_of_departure"" text, ""replaced_by"" text, ""date_of_appointment"" text );","SELECT ""date_of_departure"" FROM ""managerial_changes"" WHERE ""replaced_by""='bojan prašnikar';",2-11180211-2 In 2011 which sport had the year award?,"CREATE TABLE ""list_of_winners"" ( ""year_of_award"" real, ""athlete"" text, ""nation_represented_or_nation_of_citizenship"" text, ""date_s"" text, ""game_or_event"" text, ""sport"" text );","SELECT ""sport"" FROM ""list_of_winners"" WHERE ""year_of_award""=2011;",2-11999396-1 How many laps did Giancarlo Fisichella do with a grid larger than 15?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT COUNT(""laps"") FROM ""race"" WHERE ""driver""='giancarlo fisichella' AND ""grid"">15;",2-1123406-2 How many laps did Jos Verstappen do on Grid 2?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""laps"") FROM ""race"" WHERE ""grid"">2 AND ""driver""='jos verstappen';",2-1123406-2 David Coulthard was the driver in which grid?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""grid"" FROM ""race"" WHERE ""driver""='david coulthard';",2-1123234-2 How many laps were there in grid 21?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""laps"" FROM ""race"" WHERE ""grid""='21';",2-1123234-2 "When Essendon was the Home Team, what was the Away Team score?","CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_8"" WHERE ""home_team""='essendon';",2-10809142-8 "When the Crowd was larger than 25,000. what was the Home Team score?","CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_8"" WHERE ""crowd"">'25,000';",2-10809142-8 What was the total number for the Bulls when they were at Old Trafford?,"CREATE TABLE ""fixtures"" ( ""date"" text, ""opponent"" text, ""bulls"" real, ""opp"" real, ""venue"" text );","SELECT COUNT(""bulls"") FROM ""fixtures"" WHERE ""venue""='old trafford';",2-10814483-2 Where does Iceland rank with under 19 silvers?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""rank"") FROM ""medals_table"" WHERE ""nation""='iceland' AND ""silver""<19;",2-11736225-1 How many bronzes for nations with over 22 golds and ranked under 2?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medals_table"" WHERE ""gold"">22 AND ""rank""<2;",2-11736225-1 How many golds for the nation with 14 total?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""gold"" FROM ""medals_table"" WHERE ""total""=14;",2-11736225-1 How many bronzes for Iceland with over 2 silvers?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medals_table"" WHERE ""silver"">2 AND ""nation""='iceland';",2-11736225-1 What is the earliest year that had under 26 points and a toyota v8 engine?,"CREATE TABLE ""teams_with_toyota_as_an_engine_supplier"" ( ""year"" real, ""team"" text, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" real );","SELECT MIN(""year"") FROM ""teams_with_toyota_as_an_engine_supplier"" WHERE ""engine""='toyota v8' AND ""points""<26;",2-1105741-2 What is the low point total after 2006 with an m16 chassis?,"CREATE TABLE ""teams_with_toyota_as_an_engine_supplier"" ( ""year"" real, ""team"" text, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" real );","SELECT MIN(""points"") FROM ""teams_with_toyota_as_an_engine_supplier"" WHERE ""chassis""='m16' AND ""year"">2006;",2-1105741-2 "How many golds for nations with over 0 silvers, over 1 total, and over 3 bronze?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medal_table"" WHERE ""silver"">0 AND ""total"">1 AND ""bronze"">3;",2-11358287-7 What was the highest Pick # for the College of Simon Fraser?,"CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""round_four"" WHERE ""college""='simon fraser';",2-10975034-4 What is the Pick # for the Edmonton Eskimos?,"CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT COUNT(""pick_num"") FROM ""round_four"" WHERE ""cfl_team""='edmonton eskimos';",2-10975034-4 What is the Pick # for Ryan Strong?,"CREATE TABLE ""round_four"" ( ""pick_num"" real, ""cfl_team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick_num"") FROM ""round_four"" WHERE ""player""='ryan strong';",2-10975034-4 Who did the Rockies play at the game that had a score of 6–5 (10)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""score""='6–5 (10)';",2-11512596-3 What is the maximum power of engine code 2e?,"CREATE TABLE ""petrol_engines"" ( ""engine_name"" text, ""engine_code_s"" text, ""engine_configuration"" text, ""displacement"" text, ""max_power_at_rpm"" text, ""max_torque_at_rpm"" text, ""production_period"" text );","SELECT ""max_power_at_rpm"" FROM ""petrol_engines"" WHERE ""engine_code_s""='2e';",2-1176162-1 What is the combined attendance of all games that had a result of w 35-14?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""schedule"" WHERE ""result""='w 35-14';",2-11172815-2 What is the sum of NGC numbers for Constellation vela?,"CREATE TABLE ""3201_3300"" ( ""ngc_number"" real, ""object_type"" text, ""constellation"" text, ""right_ascension_j2000"" text, ""declination_j2000"" text, ""apparent_magnitude"" real );","SELECT SUM(""ngc_number"") FROM ""3201_3300"" WHERE ""constellation""='vela';",2-11097691-3 What is the Apparent magnitude of a globular cluster?,"CREATE TABLE ""3201_3300"" ( ""ngc_number"" real, ""object_type"" text, ""constellation"" text, ""right_ascension_j2000"" text, ""declination_j2000"" text, ""apparent_magnitude"" real );","SELECT ""apparent_magnitude"" FROM ""3201_3300"" WHERE ""object_type""='globular cluster';",2-11097691-3 What is the total of Apparent magnitudes for an NGC number larger than 3293?,"CREATE TABLE ""3201_3300"" ( ""ngc_number"" real, ""object_type"" text, ""constellation"" text, ""right_ascension_j2000"" text, ""declination_j2000"" text, ""apparent_magnitude"" real );","SELECT SUM(""apparent_magnitude"") FROM ""3201_3300"" WHERE ""ngc_number"">3293;",2-11097691-3 "Tell me the money raised when 2Q has total receipts of $890,398","CREATE TABLE ""republicans"" ( ""candidate"" text, ""money_raised_2_q"" text, ""loans_received_2_q"" text, ""money_spent_2_q"" text, ""total_receipts"" text, ""cash_on_hand"" text );","SELECT ""money_raised_2_q"" FROM ""republicans"" WHERE ""total_receipts""='$890,398';",2-12030247-9 Tell me the total receipts for tom tancredo,"CREATE TABLE ""republicans"" ( ""candidate"" text, ""money_raised_2_q"" text, ""loans_received_2_q"" text, ""money_spent_2_q"" text, ""total_receipts"" text, ""cash_on_hand"" text );","SELECT ""total_receipts"" FROM ""republicans"" WHERE ""candidate""='tom tancredo';",2-12030247-9 "Name the money raised when 2Q has money spent and 2Q is $874,042","CREATE TABLE ""republicans"" ( ""candidate"" text, ""money_raised_2_q"" text, ""loans_received_2_q"" text, ""money_spent_2_q"" text, ""total_receipts"" text, ""cash_on_hand"" text );","SELECT ""money_raised_2_q"" FROM ""republicans"" WHERE ""money_spent_2_q""='$874,042';",2-12030247-9 Name the money spent for 2Q having candidate of john mccain,"CREATE TABLE ""republicans"" ( ""candidate"" text, ""money_raised_2_q"" text, ""loans_received_2_q"" text, ""money_spent_2_q"" text, ""total_receipts"" text, ""cash_on_hand"" text );","SELECT ""money_spent_2_q"" FROM ""republicans"" WHERE ""candidate""='john mccain';",2-12030247-9 "Name the loans received for 2Q having total receipts of $25,328,694","CREATE TABLE ""republicans"" ( ""candidate"" text, ""money_raised_2_q"" text, ""loans_received_2_q"" text, ""money_spent_2_q"" text, ""total_receipts"" text, ""cash_on_hand"" text );","SELECT ""loans_received_2_q"" FROM ""republicans"" WHERE ""total_receipts""='$25,328,694';",2-12030247-9 "When collingwood was the away team, what was the home team?","CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_17"" WHERE ""away_team""='collingwood';",2-10826385-17 What was the largest crowd size at arden street oval?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_17"" WHERE ""venue""='arden street oval';",2-10826385-17 When did the away team footscray score 11.15 (81)?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_17"" WHERE ""away_team_score""='11.15 (81)' AND ""away_team""='footscray';",2-10826385-17 What is the work number for Victor?,"CREATE TABLE ""locomotives"" ( ""name"" text, ""builder"" text, ""wheel_arrangement"" text, ""works_number"" real, ""built"" real );","SELECT ""works_number"" FROM ""locomotives"" WHERE ""name""='victor';",2-1165235-1 What is the average building year for Superb?,"CREATE TABLE ""locomotives"" ( ""name"" text, ""builder"" text, ""wheel_arrangement"" text, ""works_number"" real, ""built"" real );","SELECT AVG(""built"") FROM ""locomotives"" WHERE ""name""='superb';",2-1165235-1 What is the average rebounds for players from 1976 and over 67 assists?,"CREATE TABLE ""v"" ( ""player"" text, ""pos"" text, ""from"" real, ""school_country"" text, ""rebs"" real, ""asts"" real );","SELECT AVG(""rebs"") FROM ""v"" WHERE ""from""=1976 AND ""asts"">67;",2-11482079-20 What is the highest number of assists for players that are f/c and have under 13 rebounds?,"CREATE TABLE ""v"" ( ""player"" text, ""pos"" text, ""from"" real, ""school_country"" text, ""rebs"" real, ""asts"" real );","SELECT MAX(""asts"") FROM ""v"" WHERE ""pos""='f/c' AND ""rebs""<13;",2-11482079-20 What was the score in the match against Sanaz Marand?,"CREATE TABLE ""itf_singles_finals_7_6_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""itf_singles_finals_7_6_2"" WHERE ""opponent""='sanaz marand';",2-11002152-2 What tournament was held on 21 May 2006?,"CREATE TABLE ""itf_singles_finals_7_6_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""tournament"" FROM ""itf_singles_finals_7_6_2"" WHERE ""date""='21 may 2006';",2-11002152-2 Who has the low lap total in a maserati with grid 2?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""laps"") FROM ""classification"" WHERE ""constructor""='maserati' AND ""grid""=2;",2-1122083-1 What is the highest round number with a time of 4:39?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT MAX(""round"") FROM ""mixed_martial_arts_record"" WHERE ""time""='4:39';",2-11803299-2 Which record has a time of 0:13?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""record"" FROM ""mixed_martial_arts_record"" WHERE ""time""='0:13';",2-11803299-2 What is the result for rounds under 2 against D.J. Linderman?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""res"" FROM ""mixed_martial_arts_record"" WHERE ""round""<2 AND ""opponent""='d.j. linderman';",2-11803299-2 What's the average crowd size when the Home team is melbourne?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_17"" WHERE ""home_team""='melbourne';",2-10809142-17 Which Venue is the one for the footscray Home team?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""home_team""='footscray';",2-10809142-17 Which Year is the lowest when the Viewers are 13.7 million?,"CREATE TABLE ""exclusive_fox_era_2007_present"" ( ""year"" real, ""network"" text, ""lap_by_lap"" text, ""s_color_commentator"" text, ""pre_race_host"" text, ""pre_race_analyst_s"" text, ""ratings"" text, ""viewers"" text );","SELECT MIN(""year"") FROM ""exclusive_fox_era_2007_present"" WHERE ""viewers""='13.7 million';",2-11691212-4 How many Ratings did the 2013 Year have?,"CREATE TABLE ""exclusive_fox_era_2007_present"" ( ""year"" real, ""network"" text, ""lap_by_lap"" text, ""s_color_commentator"" text, ""pre_race_host"" text, ""pre_race_analyst_s"" text, ""ratings"" text, ""viewers"" text );","SELECT ""ratings"" FROM ""exclusive_fox_era_2007_present"" WHERE ""year""=2013;",2-11691212-4 Which Network has 16.0 million Viewers?,"CREATE TABLE ""exclusive_fox_era_2007_present"" ( ""year"" real, ""network"" text, ""lap_by_lap"" text, ""s_color_commentator"" text, ""pre_race_host"" text, ""pre_race_analyst_s"" text, ""ratings"" text, ""viewers"" text );","SELECT ""network"" FROM ""exclusive_fox_era_2007_present"" WHERE ""viewers""='16.0 million';",2-11691212-4 "What Lap-by-lap has Chris Myers as the Pre-Race Host, a Year larger than 2008, and 9.9/22 as its Ratings?","CREATE TABLE ""exclusive_fox_era_2007_present"" ( ""year"" real, ""network"" text, ""lap_by_lap"" text, ""s_color_commentator"" text, ""pre_race_host"" text, ""pre_race_analyst_s"" text, ""ratings"" text, ""viewers"" text );","SELECT ""lap_by_lap"" FROM ""exclusive_fox_era_2007_present"" WHERE ""year"">2008 AND ""pre_race_host""='chris myers' AND ""ratings""='9.9/22';",2-11691212-4 Which Network has 17.5 million Viewers?,"CREATE TABLE ""exclusive_fox_era_2007_present"" ( ""year"" real, ""network"" text, ""lap_by_lap"" text, ""s_color_commentator"" text, ""pre_race_host"" text, ""pre_race_analyst_s"" text, ""ratings"" text, ""viewers"" text );","SELECT ""network"" FROM ""exclusive_fox_era_2007_present"" WHERE ""viewers""='17.5 million';",2-11691212-4 "Who was driving the Maserati with a Grid smaller than 6, and a Time/Retired of +2 laps?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""classification"" WHERE ""constructor""='maserati' AND ""grid""<6 AND ""time_retired""='+2 laps';",2-1122164-1 "What's the average Grid for a Maserati with less than 80 laps, and a Time/Retired of +2 laps?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""grid"") FROM ""classification"" WHERE ""laps""<80 AND ""constructor""='maserati' AND ""time_retired""='+2 laps';",2-1122164-1 What were the lowest laps of Luigi Musso driving a Ferrari with a Grid larger than 2?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""laps"") FROM ""classification"" WHERE ""constructor""='ferrari' AND ""grid"">2 AND ""driver""='luigi musso';",2-1122164-1 What was the score of the Mariners game when they had a record of 56–21?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='56–21';",2-11633481-6 What was the date of the Mariners game when they had a record of 53–17?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='53–17';",2-11633481-6 What was the attendance of the Mariners game when they had a record of 56–20?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""save"" text, ""attendance"" text, ""record"" text );","SELECT ""attendance"" FROM ""game_log"" WHERE ""record""='56–20';",2-11633481-6 What college did Matt Freeman go to?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""college"" FROM ""2010_team"" WHERE ""player""='matt freeman';",2-11677691-3 What college did the placekicker go to?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""college"" FROM ""2010_team"" WHERE ""position""='placekicker';",2-11677691-3 What was the position of the player that went to warren central high school?,"CREATE TABLE ""2010_team"" ( ""player"" text, ""position"" text, ""school"" text, ""hometown"" text, ""college"" text );","SELECT ""position"" FROM ""2010_team"" WHERE ""school""='warren central high school';",2-11677691-3 Which opponent's march was 31?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule_and_results"" WHERE ""march""=31;",2-11902503-8 Which score's game was less than 69 when the march was bigger than 2 and the opponents were the New York Islanders?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""record"" text );","SELECT ""score"" FROM ""schedule_and_results"" WHERE ""game""<69 AND ""march"">2 AND ""opponent""='new york islanders';",2-11902503-8 Which opponent's game was less than 76 when the march was 10?,"CREATE TABLE ""schedule_and_results"" ( ""game"" real, ""march"" real, ""opponent"" text, ""score"" text, ""decision"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule_and_results"" WHERE ""game""<76 AND ""march""=10;",2-11902503-8 What was North Melbourne's score as the home team?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_10"" WHERE ""home_team""='north melbourne';",2-10869537-10 Where did Fitzroy play as the away team?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_10"" WHERE ""away_team""='fitzroy';",2-10869537-10 What is the time/retired for phil hill with over 67 laps and a grad smaller than 18?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""classification"" WHERE ""laps"">67 AND ""grid""<18 AND ""driver""='phil hill';",2-1122214-1 What was relegated in the 2006 season?,"CREATE TABLE ""national_league"" ( ""season"" text, ""1st_division"" text, ""relegated"" text, ""2nd_division"" text, ""promoted"" text );","SELECT ""relegated"" FROM ""national_league"" WHERE ""season""='2006';",2-1177737-1 What season was Norwich Union League promoted?,"CREATE TABLE ""national_league"" ( ""season"" text, ""1st_division"" text, ""relegated"" text, ""2nd_division"" text, ""promoted"" text );","SELECT ""season"" FROM ""national_league"" WHERE ""promoted""='norwich union league';",2-1177737-1 What was relegated in the 2nd division of middlesex?,"CREATE TABLE ""national_league"" ( ""season"" text, ""1st_division"" text, ""relegated"" text, ""2nd_division"" text, ""promoted"" text );","SELECT ""relegated"" FROM ""national_league"" WHERE ""2nd_division""='middlesex';",2-1177737-1 What is the 1st division when the 2nd division is national league?,"CREATE TABLE ""national_league"" ( ""season"" text, ""1st_division"" text, ""relegated"" text, ""2nd_division"" text, ""promoted"" text );","SELECT ""1st_division"" FROM ""national_league"" WHERE ""2nd_division""='national league';",2-1177737-1 What show has a boar?,"CREATE TABLE ""other_characters"" ( ""animal_name"" text, ""species"" text, ""books"" text, ""tv_series"" text, ""gender"" text, ""tv_seasons"" real, ""mate"" text, ""offspring"" text, ""first_appearance"" text, ""last_appearance"" text );","SELECT ""tv_series"" FROM ""other_characters"" WHERE ""species""='boar';",2-11206371-5 What animal was yes for tv series and was a terrapins?,"CREATE TABLE ""other_characters"" ( ""animal_name"" text, ""species"" text, ""books"" text, ""tv_series"" text, ""gender"" text, ""tv_seasons"" real, ""mate"" text, ""offspring"" text, ""first_appearance"" text, ""last_appearance"" text );","SELECT ""animal_name"" FROM ""other_characters"" WHERE ""tv_series""='yes' AND ""species""='terrapins';",2-11206371-5 What is the smallest season for a tv series with a yes and human was the species?,"CREATE TABLE ""other_characters"" ( ""animal_name"" text, ""species"" text, ""books"" text, ""tv_series"" text, ""gender"" text, ""tv_seasons"" real, ""mate"" text, ""offspring"" text, ""first_appearance"" text, ""last_appearance"" text );","SELECT MIN(""tv_seasons"") FROM ""other_characters"" WHERE ""tv_series""='yes' AND ""species""='human';",2-11206371-5 "What is the mate for Last Appearance of bully, bully, bully (3x13) for the animal named hollow/holly later than season 1?","CREATE TABLE ""other_characters"" ( ""animal_name"" text, ""species"" text, ""books"" text, ""tv_series"" text, ""gender"" text, ""tv_seasons"" real, ""mate"" text, ""offspring"" text, ""first_appearance"" text, ""last_appearance"" text );","SELECT ""mate"" FROM ""other_characters"" WHERE ""tv_seasons"">1 AND ""last_appearance""='bully, bully, bully (3x13)' AND ""animal_name""='hollow/holly';",2-11206371-5 How many grids for peter collins?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT COUNT(""grid"") FROM ""race"" WHERE ""driver""='peter collins';",2-1122066-2 What is the high grid for ferrari's with 2 laps?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""race"" WHERE ""constructor""='ferrari' AND ""laps""=2;",2-1122066-2 Who drove the car with over 66 laps with a grid of 5?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""race"" WHERE ""laps"">66 AND ""grid""=5;",2-1122066-2 When was the tournament at Orange?,"CREATE TABLE ""singles_finals_3_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""date"" FROM ""singles_finals_3_2"" WHERE ""tournament""='orange';",2-11945981-2 What kind of surface was the Tournament at Sunderland played on?,"CREATE TABLE ""singles_finals_3_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""surface"" FROM ""singles_finals_3_2"" WHERE ""tournament""='sunderland';",2-11945981-2 What kind of surface was the tournament at Pune played on?,"CREATE TABLE ""singles_finals_3_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""surface"" FROM ""singles_finals_3_2"" WHERE ""tournament""='pune';",2-11945981-2 What was the score of the tournament against Isha Lakhani?,"CREATE TABLE ""singles_finals_3_2"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_finals_3_2"" WHERE ""opponent""='isha lakhani';",2-11945981-2 What was the date that ended in a record of 8-25-7?,"CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""date"" FROM ""january"" WHERE ""record""='8-25-7';",2-12019734-6 What was the home team when the visiting team was Toronto?,"CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""january"" WHERE ""visitor""='toronto';",2-12019734-6 What College/junior/club team (league) did mitch fadden play for?,"CREATE TABLE ""draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""draft_picks"" WHERE ""player""='mitch fadden';",2-11766617-15 When is the last week that has a result of a w 34-21?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""result""='w 34-21';",2-11172615-1 What is the method where there is a loss with time 5:00?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""method"" FROM ""mixed_martial_arts_record"" WHERE ""res""='loss' AND ""time""='5:00';",2-11499758-2 What was the method when the time was 1:01?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""time"" text, ""location"" text );","SELECT ""method"" FROM ""mixed_martial_arts_record"" WHERE ""time""='1:01';",2-11499758-2 What was the crowd when the away team is footscray?,"CREATE TABLE ""round_22"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_22"" WHERE ""away_team""='footscray';",2-10809823-22 What is the home team score at lake oval?,"CREATE TABLE ""round_22"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_22"" WHERE ""venue""='lake oval';",2-10809823-22 What was the score for south melbourne at home?,"CREATE TABLE ""round_22"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_22"" WHERE ""home_team""='south melbourne';",2-10809823-22 How many high assists did the Lakers have?,"CREATE TABLE ""standings"" ( ""date"" text, ""team"" text, ""score"" text, ""high_points"" text, ""high_rebounds"" text, ""high_assists"" text, ""location_attendance"" text, ""record"" text );","SELECT ""high_assists"" FROM ""standings"" WHERE ""team""='lakers';",2-11965574-6 "WHat was the result of the friendly match that was played on october 8, 2012?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""competition""='friendly match' AND ""date""='october 8, 2012';",2-10936143-1 "What was the name of the competition that took place on may 31, 2008?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""date""='may 31, 2008';",2-10936143-1 "During the loss on march 26, 2005, what was the venue where the match was played?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""result""='loss' AND ""date""='march 26, 2005';",2-10936143-1 "What is the average number of laps that has a Time/Retired of +1 lap, a Driver of olivier panis, and a Grid larger than 4?","CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""laps"") FROM ""race"" WHERE ""time_retired""='+1 lap' AND ""driver""='olivier panis' AND ""grid"">4;",2-1123297-2 "What constructor has under 62 laps, a Time/Retired of gearbox, a Grid larger than 1, and pedro diniz driving?","CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""constructor"" FROM ""race"" WHERE ""laps""<62 AND ""time_retired""='gearbox' AND ""grid"">1 AND ""driver""='pedro diniz';",2-1123297-2 What is the time/retired with 60 laps and a grid 19?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""race"" WHERE ""laps""=60 AND ""grid""=19;",2-1123297-2 What away team scored 9.18 (72)?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_7"" WHERE ""away_team_score""='9.18 (72)';",2-1164217-7 What's the venue for the home team that scored 9.14 (68)?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_7"" WHERE ""home_team_score""='9.14 (68)';",2-1164217-7 What did the away team score when the home team was south melbourne?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_7"" WHERE ""home_team""='south melbourne';",2-1164217-7 Who was the away team at western oval?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_7"" WHERE ""venue""='western oval';",2-1164217-7 What team played away at vfl park?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_10"" WHERE ""venue""='vfl park';",2-10823950-10 "What is the home venue of essendon with a crowd larger than 19,760?","CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_10"" WHERE ""crowd"">'19,760' AND ""home_team""='essendon';",2-10823950-10 What did carlton score while away?,"CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_10"" WHERE ""away_team""='carlton';",2-10823950-10 Which home team scored 14.11 (95)?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_9"" WHERE ""home_team_score""='14.11 (95)';",2-10809157-9 Who was the home team in the game where North Melbourne was the away team?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_9"" WHERE ""away_team""='north melbourne';",2-10809157-9 Who was the home team that played in Victoria Park?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_9"" WHERE ""venue""='victoria park';",2-10809157-9 "In the game where the home team scored 15.17 (107), who was the away team?","CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_9"" WHERE ""home_team_score""='15.17 (107)';",2-10809157-9 What was the highest crowd in Victoria Park?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_9"" WHERE ""venue""='victoria park';",2-10809157-9 How many people were in the crowd with the away team being collingwood?,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT COUNT(""crowd"") FROM ""round_7"" WHERE ""away_team""='collingwood';",2-10887379-7 Name the away team for essendon,"CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_7"" WHERE ""home_team""='essendon';",2-10887379-7 "I want to know the home team score of the away team of richmond that has a crowd more than 20,735","CREATE TABLE ""round_7"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_7"" WHERE ""crowd"">'20,735' AND ""away_team""='richmond';",2-10887379-7 "What is the largest number of laps with a Grid larger than 14, a Time/Retired of + 2 laps, and a Driver of helmut marko?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""laps"") FROM ""classification"" WHERE ""grid"">14 AND ""time_retired""='+ 2 laps' AND ""driver""='helmut marko';",2-1122542-1 "Which grid has less than 11 laps, and a Time/Retired of accident?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""grid"") FROM ""classification"" WHERE ""laps""<11 AND ""time_retired""='accident';",2-1122542-1 What is the total number of grids for peter gethin?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""grid"") FROM ""classification"" WHERE ""driver""='peter gethin';",2-1122542-1 How many grids does dave walker have?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT COUNT(""grid"") FROM ""classification"" WHERE ""driver""='dave walker';",2-1122542-1 What is the lowest grid with matra as constructor?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""grid"") FROM ""classification"" WHERE ""constructor""='matra';",2-1122542-1 What is the catalogue number for the song that is 3:17 and was released 9/21/71?,"CREATE TABLE ""disc_one_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""catalogue"" FROM ""disc_one_the_singles"" WHERE ""release_date""='9/21/71' AND ""time""='3:17';",2-11565999-2 What is the highest track for Burning Love?,"CREATE TABLE ""disc_one_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT MAX(""track"") FROM ""disc_one_the_singles"" WHERE ""song_title""='burning love';",2-11565999-2 What is Heart of Rome's catalogue number?,"CREATE TABLE ""disc_one_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""catalogue"" FROM ""disc_one_the_singles"" WHERE ""song_title""='heart of rome';",2-11565999-2 Which song was released 12/8/70 with a time of 2:54?,"CREATE TABLE ""disc_one_the_singles"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""song_title"" text, ""time"" text );","SELECT ""song_title"" FROM ""disc_one_the_singles"" WHERE ""release_date""='12/8/70' AND ""time""='2:54';",2-11565999-2 How many laps did Ricardo Zonta have?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT SUM(""laps"") FROM ""race"" WHERE ""driver""='ricardo zonta';",2-1123405-2 "What is the name of the driver with a grid less than 14, laps smaller than 53 and a Time/Retired of collision, and a Constructor of ferrari?","CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""race"" WHERE ""grid""<14 AND ""laps""<53 AND ""time_retired""='collision' AND ""constructor""='ferrari';",2-1123405-2 "What is the grid number with less than 52 laps and a Time/Retired of collision, and a Constructor of arrows - supertec?","CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT COUNT(""grid"") FROM ""race"" WHERE ""laps""<52 AND ""time_retired""='collision' AND ""constructor""='arrows - supertec';",2-1123405-2 "What is the average Laps for a grid smaller than 17, and a Constructor of williams - bmw, driven by jenson button?","CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""laps"") FROM ""race"" WHERE ""grid""<17 AND ""constructor""='williams - bmw' AND ""driver""='jenson button';",2-1123405-2 "When the Away team scored 14.14 (98), which Venue did the game take place?","CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_10"" WHERE ""away_team_score""='14.14 (98)';",2-10808346-10 "When the Venue was victoria park, what was the Away team score?","CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team_score"" FROM ""round_10"" WHERE ""venue""='victoria park';",2-10808346-10 "When the Home team of carlton played, what was their score?","CREATE TABLE ""round_10"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_10"" WHERE ""home_team""='carlton';",2-10808346-10 Tell me the lost with tie of 0 and drawn of 47,"CREATE TABLE ""most_matches_played_as_captain"" ( ""matches"" text, ""player"" text, ""lost"" text, ""drawn"" text, ""tied"" text );","SELECT ""lost"" FROM ""most_matches_played_as_captain"" WHERE ""tied""='0' AND ""drawn""='47';",2-11204543-20 Name the tie that has 71 drawn,"CREATE TABLE ""most_matches_played_as_captain"" ( ""matches"" text, ""player"" text, ""lost"" text, ""drawn"" text, ""tied"" text );","SELECT ""tied"" FROM ""most_matches_played_as_captain"" WHERE ""drawn""='71';",2-11204543-20 I want to know the drawn that has a tie of 0 and the player is chris cowdrey,"CREATE TABLE ""most_matches_played_as_captain"" ( ""matches"" text, ""player"" text, ""lost"" text, ""drawn"" text, ""tied"" text );","SELECT ""drawn"" FROM ""most_matches_played_as_captain"" WHERE ""tied""='0' AND ""player""='chris cowdrey';",2-11204543-20 I want to know the tie for drawn of 47,"CREATE TABLE ""most_matches_played_as_captain"" ( ""matches"" text, ""player"" text, ""lost"" text, ""drawn"" text, ""tied"" text );","SELECT ""tied"" FROM ""most_matches_played_as_captain"" WHERE ""drawn""='47';",2-11204543-20 What name shows as private authority and hibiscus and bays local board ?,"CREATE TABLE ""composite_schools"" ( ""name"" text, ""gender"" text, ""local_board"" text, ""suburb"" text, ""authority"" text, ""decile"" text, ""roll"" real );","SELECT ""name"" FROM ""composite_schools"" WHERE ""authority""='private' AND ""local_board""='hibiscus and bays';",2-12017602-23 "What is the name when the local board is albert–eden, and a Decile of 9?","CREATE TABLE ""composite_schools"" ( ""name"" text, ""gender"" text, ""local_board"" text, ""suburb"" text, ""authority"" text, ""decile"" text, ""roll"" real );","SELECT ""name"" FROM ""composite_schools"" WHERE ""local_board""='albert–eden' AND ""decile""='9';",2-12017602-23 What is the name of the suburb with a roll of 741?,"CREATE TABLE ""composite_schools"" ( ""name"" text, ""gender"" text, ""local_board"" text, ""suburb"" text, ""authority"" text, ""decile"" text, ""roll"" real );","SELECT ""suburb"" FROM ""composite_schools"" WHERE ""roll""=741;",2-12017602-23 What gender has a local board of albert–eden with a roll of more than 232 and Decile of 5?,"CREATE TABLE ""composite_schools"" ( ""name"" text, ""gender"" text, ""local_board"" text, ""suburb"" text, ""authority"" text, ""decile"" text, ""roll"" real );","SELECT ""gender"" FROM ""composite_schools"" WHERE ""local_board""='albert–eden' AND ""roll"">232 AND ""decile""='5';",2-12017602-23 What is the status of the torre reforma building that is over 44 stories in mexico city?,"CREATE TABLE ""under_construction"" ( ""building"" text, ""city"" text, ""height"" text, ""stories"" real, ""status"" text );","SELECT ""status"" FROM ""under_construction"" WHERE ""stories"">44 AND ""city""='mexico city' AND ""building""='torre reforma';",2-11241317-2 How tall is the 52 story building?,"CREATE TABLE ""under_construction"" ( ""building"" text, ""city"" text, ""height"" text, ""stories"" real, ""status"" text );","SELECT ""height"" FROM ""under_construction"" WHERE ""stories""=52;",2-11241317-2 How many stories is the torre reforma building?,"CREATE TABLE ""under_construction"" ( ""building"" text, ""city"" text, ""height"" text, ""stories"" real, ""status"" text );","SELECT COUNT(""stories"") FROM ""under_construction"" WHERE ""building""='torre reforma';",2-11241317-2 "What is the Nationality of Mike Gatting, who played 551 games?","CREATE TABLE ""most_games_in_a_career"" ( ""rank"" text, ""games"" text, ""player"" text, ""nationality"" text, ""career_span"" text );","SELECT ""nationality"" FROM ""most_games_in_a_career"" WHERE ""games""='551' AND ""player""='mike gatting';",2-11303072-8 What is the nationality of the player who played 505 games?,"CREATE TABLE ""most_games_in_a_career"" ( ""rank"" text, ""games"" text, ""player"" text, ""nationality"" text, ""career_span"" text );","SELECT ""nationality"" FROM ""most_games_in_a_career"" WHERE ""games""='505';",2-11303072-8 What is Wasim Akram's rank?,"CREATE TABLE ""most_games_in_a_career"" ( ""rank"" text, ""games"" text, ""player"" text, ""nationality"" text, ""career_span"" text );","SELECT ""rank"" FROM ""most_games_in_a_career"" WHERE ""player""='wasim akram';",2-11303072-8 What is Graham Gooch's nationality?,"CREATE TABLE ""most_games_in_a_career"" ( ""rank"" text, ""games"" text, ""player"" text, ""nationality"" text, ""career_span"" text );","SELECT ""nationality"" FROM ""most_games_in_a_career"" WHERE ""player""='graham gooch';",2-11303072-8 What was the highest average attendance in the 2009 season?,"CREATE TABLE ""indoor_sports"" ( ""league"" text, ""sport"" text, ""season"" text, ""total_attendance"" text, ""average_attendance"" real );","SELECT MAX(""average_attendance"") FROM ""indoor_sports"" WHERE ""season""='2009';",2-10815352-3 What's the total attendance in rink hockey when the average attendance was smaller than 4850?,"CREATE TABLE ""indoor_sports"" ( ""league"" text, ""sport"" text, ""season"" text, ""total_attendance"" text, ""average_attendance"" real );","SELECT ""total_attendance"" FROM ""indoor_sports"" WHERE ""average_attendance""<4850 AND ""sport""='rink hockey';",2-10815352-3 What's the average attendance of the league with a total attendance of 2268508?,"CREATE TABLE ""indoor_sports"" ( ""league"" text, ""sport"" text, ""season"" text, ""total_attendance"" text, ""average_attendance"" real );","SELECT ""average_attendance"" FROM ""indoor_sports"" WHERE ""total_attendance""='2268508';",2-10815352-3 "Can you tell me the average Points that has a Pts/game larger than 4, and the Nation of england, and the Games smaller than 5?","CREATE TABLE ""leading_points_scorers"" ( ""name"" text, ""nation"" text, ""points"" real, ""games"" real, ""pts_game"" real );","SELECT AVG(""points"") FROM ""leading_points_scorers"" WHERE ""pts_game"">4 AND ""nation""='england' AND ""games""<5;",2-12005739-2 Can you tell me the lowest Pts/game that has the Games larger than 6?,"CREATE TABLE ""leading_points_scorers"" ( ""name"" text, ""nation"" text, ""points"" real, ""games"" real, ""pts_game"" real );","SELECT MIN(""pts_game"") FROM ""leading_points_scorers"" WHERE ""games"">6;",2-12005739-2 "Can you tell me the lowest Pts/game that has the Name of philippa tuttiett, and the Points larger then 6?","CREATE TABLE ""leading_points_scorers"" ( ""name"" text, ""nation"" text, ""points"" real, ""games"" real, ""pts_game"" real );","SELECT MIN(""pts_game"") FROM ""leading_points_scorers"" WHERE ""name""='philippa tuttiett' AND ""points"">6;",2-12005739-2 "Can you tell me the lowest Games that has the Pts/game larger than 1.4 and the Points of 20, and the Name of susan day?","CREATE TABLE ""leading_points_scorers"" ( ""name"" text, ""nation"" text, ""points"" real, ""games"" real, ""pts_game"" real );","SELECT MIN(""games"") FROM ""leading_points_scorers"" WHERE ""pts_game"">1.4 AND ""points""=20 AND ""name""='susan day';",2-12005739-2 "For the ""Downtown Girl"" episode, what was the original air date?","CREATE TABLE ""season_1_1994_1995"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT ""original_air_date"" FROM ""season_1_1994_1995"" WHERE ""title""='\""downtown girl\""';",2-11951237-1 What was the lowest production code value in series #10?,"CREATE TABLE ""season_1_1994_1995"" ( ""series_num"" real, ""title"" text, ""directed_by"" text, ""original_air_date"" text, ""production_code"" real );","SELECT MIN(""production_code"") FROM ""season_1_1994_1995"" WHERE ""series_num""=10;",2-11951237-1 What is the Absorbtion (in nanometers) of the color Orange?,"CREATE TABLE ""references"" ( ""color"" text, ""mass_g_mol"" text, ""absorb_nm"" text, ""emit_nm"" text, ""m_1_cm_1"" text );","SELECT ""absorb_nm"" FROM ""references"" WHERE ""color""='orange';",2-10801190-1 What is the Absorbtion (in nanometers) of the color Violet with an emission of 432 nm?,"CREATE TABLE ""references"" ( ""color"" text, ""mass_g_mol"" text, ""absorb_nm"" text, ""emit_nm"" text, ""m_1_cm_1"" text );","SELECT ""absorb_nm"" FROM ""references"" WHERE ""color""='violet' AND ""emit_nm""='432';",2-10801190-1 Which Emission (in nanometers) has an absorbtion of 593 nm?,"CREATE TABLE ""references"" ( ""color"" text, ""mass_g_mol"" text, ""absorb_nm"" text, ""emit_nm"" text, ""m_1_cm_1"" text );","SELECT ""emit_nm"" FROM ""references"" WHERE ""absorb_nm""='593';",2-10801190-1 Which Emission (in nanometers) that has a molar mass of 1078 g/mol?,"CREATE TABLE ""references"" ( ""color"" text, ""mass_g_mol"" text, ""absorb_nm"" text, ""emit_nm"" text, ""m_1_cm_1"" text );","SELECT ""emit_nm"" FROM ""references"" WHERE ""mass_g_mol""='1078';",2-10801190-1 Which ε (M -1 cm -1) has a molar mass of 1008 g/mol?,"CREATE TABLE ""references"" ( ""color"" text, ""mass_g_mol"" text, ""absorb_nm"" text, ""emit_nm"" text, ""m_1_cm_1"" text );","SELECT ""m_1_cm_1"" FROM ""references"" WHERE ""mass_g_mol""='1008';",2-10801190-1 What was the away team that played against Fitzroy?,"CREATE TABLE ""round_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_16"" WHERE ""home_team""='fitzroy';",2-10823950-16 On what date was the Essendon home match?,"CREATE TABLE ""round_16"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_16"" WHERE ""home_team""='essendon';",2-10823950-16 On what Date did the friendly Competition take place?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""international_goals"" WHERE ""competition""='friendly';",2-1089531-2 What was the Attendance of the Game at Hoosier Dome?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""game_site""='hoosier dome';",2-11250269-2 What was the Result of the Game at the Meadowlands on 1991-09-01?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""game_site""='the meadowlands' AND ""date""='1991-09-01';",2-11250269-2 What was the Attendance in Week 17?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""week""=17;",2-11250269-2 Which Opponent was played on 1991-10-13?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""date""='1991-10-13';",2-11250269-2 What is the number for the player that has a k position?,"CREATE TABLE ""roster"" ( ""number"" real, ""name"" text, ""position"" text, ""height"" text, ""weight"" text );","SELECT ""number"" FROM ""roster"" WHERE ""position""='k';",2-11786940-3 What is the venue for the friendly competition and score of 4-0?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""score""='4-0' AND ""competition""='friendly';",2-1125764-1 Name the score for 7 may 2000,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""date""='7 may 2000';",2-1125764-1 Name the date of the uncaf nations cup 2009,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""international_goals"" WHERE ""competition""='uncaf nations cup 2009';",2-1125764-1 "What date were there more than 19,600 people in attendance?","CREATE TABLE ""january"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""leading_scorer"" text, ""attendance"" real, ""record"" text );","SELECT ""date"" FROM ""january"" WHERE ""attendance"">'19,600';",2-11961701-5 "During st kilda's home game, what was the number of people in the crowd?","CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""crowd"" FROM ""round_5"" WHERE ""home_team""='st kilda';",2-10790397-5 "In the match where the home team scored 14.20 (104), how many attendees were in the crowd?","CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT SUM(""crowd"") FROM ""round_5"" WHERE ""home_team_score""='14.20 (104)';",2-10790397-5 "In the match where the away team scored 2.7 (19), how many peopel were in the crowd?","CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_5"" WHERE ""away_team_score""='2.7 (19)';",2-10790397-5 What's the time/retired for constructor source:?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""time_retired"" FROM ""race"" WHERE ""constructor""='source:';",2-1123243-2 How many laps does luca badoer have?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""laps"" FROM ""race"" WHERE ""driver""='luca badoer';",2-1123243-2 What's the time/retired for a grid of 14?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""time_retired"" FROM ""race"" WHERE ""grid""='14';",2-1123243-2 How many laps does jean-christophe boullion have with a time/retired of +1 lap?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""laps"" FROM ""race"" WHERE ""time_retired""='+1 lap' AND ""driver""='jean-christophe boullion';",2-1123243-2 How many laps does roberto moreno have?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""laps"" FROM ""race"" WHERE ""driver""='roberto moreno';",2-1123243-2 What grid has 2 laps?,"CREATE TABLE ""race"" ( ""driver"" text, ""constructor"" text, ""laps"" text, ""time_retired"" text, ""grid"" text );","SELECT ""grid"" FROM ""race"" WHERE ""laps""='2';",2-1123243-2 On what date did a home team score 16.10 (106)?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_9"" WHERE ""home_team_score""='16.10 (106)';",2-10809368-9 Which home team has a home team 14.12 (96)?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_9"" WHERE ""home_team_score""='14.12 (96)';",2-10809368-9 On what date was a game played at Windy Hill?,"CREATE TABLE ""round_9"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""date"" FROM ""round_9"" WHERE ""venue""='windy hill';",2-10809368-9 Where does South Melbourne play?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""away_team""='south melbourne';",2-10806194-17 Where did Richmond play?,"CREATE TABLE ""round_17"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_17"" WHERE ""away_team""='richmond';",2-10806194-17 Which home team had the away team score 15.18 (108) against them?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_18"" WHERE ""away_team_score""='15.18 (108)';",2-10806592-18 Which Team plays at Western Oval?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_18"" WHERE ""venue""='western oval';",2-10806592-18 How many people witnessed their home team score 13.15 (93)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT MAX(""crowd"") FROM ""round_18"" WHERE ""home_team_score""='13.15 (93)';",2-10806592-18 What is the average crowd attendance for Collingwood?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT AVG(""crowd"") FROM ""round_18"" WHERE ""home_team""='collingwood';",2-10806592-18 Which away team scored 12.18 (90)?,"CREATE TABLE ""round_18"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_18"" WHERE ""away_team_score""='12.18 (90)';",2-10806592-18 Name the outcome for alizé cornet janette husárová being opponent in final,"CREATE TABLE ""doubles_5_3_titles_2_runners_up"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponent_in_final"" text, ""score_in_final"" text );","SELECT ""outcome"" FROM ""doubles_5_3_titles_2_runners_up"" WHERE ""opponent_in_final""='alizé cornet janette husárová';",2-11696343-4 Name the outcome that had an opponent in final of nina bratchikova kathrin wörle,"CREATE TABLE ""doubles_5_3_titles_2_runners_up"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponent_in_final"" text, ""score_in_final"" text );","SELECT ""outcome"" FROM ""doubles_5_3_titles_2_runners_up"" WHERE ""opponent_in_final""='nina bratchikova kathrin wörle';",2-11696343-4 Which partner was on 14 april 2013?,"CREATE TABLE ""doubles_5_3_titles_2_runners_up"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponent_in_final"" text, ""score_in_final"" text );","SELECT ""partner"" FROM ""doubles_5_3_titles_2_runners_up"" WHERE ""date""='14 april 2013';",2-11696343-4 "When laps are less than 80 and Bruce mclaren is the driver, what is the grid?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""grid"" FROM ""classification"" WHERE ""laps""<80 AND ""driver""='bruce mclaren';",2-1122388-1 What driver has a grid greater than 19?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""classification"" WHERE ""grid"">19;",2-1122388-1 "When the driver richard attwood has a constructor of brm, what is the number of laps?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""laps"" FROM ""classification"" WHERE ""constructor""='brm' AND ""driver""='richard attwood';",2-1122388-1 What is the average grid for the competitiors who had laps smaller than 3?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""grid"") FROM ""moto_gp_classification"" WHERE ""laps""<3;",2-11385308-1 What is the average grid for competitors who had more than 22 laps and time/retired of +17.276?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""grid"") FROM ""moto_gp_classification"" WHERE ""time_retired""='+17.276' AND ""laps"">22;",2-11385308-1 What was the average amount of laps for competitors with a grid that was more than 11 and a Time/Retired of +28.108?,"CREATE TABLE ""moto_gp_classification"" ( ""rider"" text, ""manufacturer"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT AVG(""laps"") FROM ""moto_gp_classification"" WHERE ""time_retired""='+28.108' AND ""grid"">11;",2-11385308-1 What was the away team that played at Princes Park?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_5"" WHERE ""venue""='princes park';",2-10887680-5 What was the away team that played at Princes Park?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_5"" WHERE ""venue""='princes park';",2-10887680-5 In what venue was the hosted away team Essendon?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_5"" WHERE ""away_team""='essendon';",2-10887680-5 Who was the home team at MCG?,"CREATE TABLE ""round_5"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team"" FROM ""round_5"" WHERE ""venue""='mcg';",2-10887680-5 I want to know the final score for december 27,"CREATE TABLE ""2009"" ( ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text, ""stadium"" text );","SELECT ""final_score"" FROM ""2009"" WHERE ""date""='december 27';",2-10944289-5 Tell me the final score for january 9 for cincinnati bengals,"CREATE TABLE ""2009"" ( ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text, ""stadium"" text );","SELECT ""final_score"" FROM ""2009"" WHERE ""date""='january 9' AND ""host_team""='cincinnati bengals';",2-10944289-5 Tell me the host team for giants stadium and visiting of cincinnati bengals,"CREATE TABLE ""2009"" ( ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text, ""stadium"" text );","SELECT ""host_team"" FROM ""2009"" WHERE ""stadium""='giants stadium' AND ""visiting_team""='cincinnati bengals';",2-10944289-5 Tell me the date for pittsburgh steelers,"CREATE TABLE ""2009"" ( ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text, ""stadium"" text );","SELECT ""date"" FROM ""2009"" WHERE ""visiting_team""='pittsburgh steelers';",2-10944289-5 Tell me the visiting team for october 4,"CREATE TABLE ""2009"" ( ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text, ""stadium"" text );","SELECT ""visiting_team"" FROM ""2009"" WHERE ""date""='october 4';",2-10944289-5 I want to know the stadium for tennessee titans visiting,"CREATE TABLE ""2009"" ( ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text, ""stadium"" text );","SELECT ""stadium"" FROM ""2009"" WHERE ""visiting_team""='tennessee titans';",2-10944289-5 "When the driver is Juan Manuel Fangio and laps is less than 39, what is the highest grid?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MAX(""grid"") FROM ""classification"" WHERE ""laps""<39 AND ""driver""='juan manuel fangio';",2-1122042-2 "When grid is less than 7, laps are greater than 17, and time/retired is + 1:35.6, who is the constructor?","CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""constructor"" FROM ""classification"" WHERE ""laps"">17 AND ""grid""<7 AND ""time_retired""='+ 1:35.6';",2-1122042-2 What was the smallest grid for Prince bira?,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT MIN(""grid"") FROM ""classification"" WHERE ""driver""='prince bira';",2-1122042-2 How many losses did the team with 22 goals for andmore than 8 games played have?,"CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT COUNT(""losses"") FROM ""final_standing"" WHERE ""goals_for""=22 AND ""games_played"">8;",2-11791040-1 "For teams with fewer than 5 wins, goals against over 37, and fewer than 8 games played, what is the average number of ties?","CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT AVG(""ties"") FROM ""final_standing"" WHERE ""wins""<5 AND ""goals_against"">37 AND ""games_played""<8;",2-11791040-1 "For teams with 7 wins, what is the number of goals against?","CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT ""goals_against"" FROM ""final_standing"" WHERE ""wins""=7;",2-11791040-1 "For teams with more than 0 ties and goals against of 37, how many wins were tallied?","CREATE TABLE ""final_standing"" ( ""team"" text, ""games_played"" real, ""wins"" real, ""losses"" real, ""ties"" real, ""goals_for"" real, ""goals_against"" real );","SELECT MAX(""wins"") FROM ""final_standing"" WHERE ""goals_against""=37 AND ""ties"">0;",2-11791040-1 What year was the the youngest nominee a winner?,"CREATE TABLE ""list_of_superlative_academy_award_winner"" ( ""superlative"" text, ""actor"" text, ""record_set"" text, ""year"" text, ""notes"" text );","SELECT ""year"" FROM ""list_of_superlative_academy_award_winner"" WHERE ""superlative""='youngest nominee';",2-10966872-4 What actor won in 1978?,"CREATE TABLE ""list_of_superlative_academy_award_winner"" ( ""superlative"" text, ""actor"" text, ""record_set"" text, ""year"" text, ""notes"" text );","SELECT ""actor"" FROM ""list_of_superlative_academy_award_winner"" WHERE ""year""='1978';",2-10966872-4 What are the notes in 1981?,"CREATE TABLE ""list_of_superlative_academy_award_winner"" ( ""superlative"" text, ""actor"" text, ""record_set"" text, ""year"" text, ""notes"" text );","SELECT ""notes"" FROM ""list_of_superlative_academy_award_winner"" WHERE ""year""='1981';",2-10966872-4 In what year had the oldest winner?,"CREATE TABLE ""list_of_superlative_academy_award_winner"" ( ""superlative"" text, ""actor"" text, ""record_set"" text, ""year"" text, ""notes"" text );","SELECT ""year"" FROM ""list_of_superlative_academy_award_winner"" WHERE ""superlative""='oldest winner';",2-10966872-4 What year did actor Richard Farnsworth get nominated for an award?,"CREATE TABLE ""list_of_superlative_academy_award_winner"" ( ""superlative"" text, ""actor"" text, ""record_set"" text, ""year"" text, ""notes"" text );","SELECT ""year"" FROM ""list_of_superlative_academy_award_winner"" WHERE ""actor""='richard farnsworth';",2-10966872-4 Tell me the time/retired for Laps of 42 and Grids of 4,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""time_retired"" FROM ""classification"" WHERE ""laps""=42 AND ""grid""=4;",2-1122968-1 I want the driver that has Laps of 10,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""classification"" WHERE ""laps""=10;",2-1122968-1 What is the position of Perpignan?,"CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""position"" FROM ""2007_rugby_world_cup_squads"" WHERE ""club_province""='perpignan';",2-11783766-21 Which player has a cap larger than 12 and Clubs of Toulouse?,"CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""player"" FROM ""2007_rugby_world_cup_squads"" WHERE ""caps"">12 AND ""club_province""='toulouse';",2-11783766-21 What is the birthday of caps of 32?,"CREATE TABLE ""2007_rugby_world_cup_squads"" ( ""player"" text, ""position"" text, ""date_of_birth_age"" text, ""caps"" real, ""club_province"" text );","SELECT ""date_of_birth_age"" FROM ""2007_rugby_world_cup_squads"" WHERE ""caps""=32;",2-11783766-21 What is the result when the score is 0-2?,"CREATE TABLE ""gevorg_ghazaryan_international_goals"" ( ""goal"" real, ""date"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""gevorg_ghazaryan_international_goals"" WHERE ""score""='0-2';",2-11444297-1 How many goals when the score is 3-0 in the euro 2012 q?,"CREATE TABLE ""gevorg_ghazaryan_international_goals"" ( ""goal"" real, ""date"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT COUNT(""goal"") FROM ""gevorg_ghazaryan_international_goals"" WHERE ""competition""='euro 2012 q' AND ""score""='3-0';",2-11444297-1 I want the driver for grid of 9,"CREATE TABLE ""classification"" ( ""driver"" text, ""constructor"" text, ""laps"" real, ""time_retired"" text, ""grid"" real );","SELECT ""driver"" FROM ""classification"" WHERE ""grid""=9;",2-1122477-1 Which school has a quarterback?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT ""school"" FROM ""nfl_draft"" WHERE ""position""='quarterback';",2-11437560-1 In which round is pick number 242?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT COUNT(""round"") FROM ""nfl_draft"" WHERE ""pick""='242';",2-11437560-1 Which round was Tom Morris picked in?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT COUNT(""round"") FROM ""nfl_draft"" WHERE ""player""='tom morris';",2-11437560-1 What pick did Clemson choose?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" text, ""player"" text, ""position"" text, ""school"" text );","SELECT ""pick"" FROM ""nfl_draft"" WHERE ""school""='clemson';",2-11437560-1 "When Tujunga is moderate, what is La Crescenta-Montrose?","CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""la_crescenta_montrose"" FROM ""mapping_l_a"" WHERE ""tujunga""='moderate';",2-117162-1 What is the percentage of La Canada Flintridge when Tujunga is 7%?,"CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""la_ca_ada_flintridge"" FROM ""mapping_l_a"" WHERE ""tujunga""='7%';",2-117162-1 "When Pasadena is at 10%, what is La Crescenta-Montrose?","CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""la_crescenta_montrose"" FROM ""mapping_l_a"" WHERE ""pasadena""='10%';",2-117162-1 "When La Crescenta-Montrose has 66%, what is Tujunga?","CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""tujunga"" FROM ""mapping_l_a"" WHERE ""la_crescenta_montrose""='66%';",2-117162-1 "What is the figure for Tujunga when Pasadena is 134,941?","CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""tujunga"" FROM ""mapping_l_a"" WHERE ""pasadena""='134,941';",2-117162-1 What is the figure for La Canada Flintridge when Pasadena is 34?,"CREATE TABLE ""mapping_l_a"" ( ""tujunga"" text, ""la_crescenta_montrose"" text, ""glendale"" text, ""la_ca_ada_flintridge"" text, ""pasadena"" text );","SELECT ""la_ca_ada_flintridge"" FROM ""mapping_l_a"" WHERE ""pasadena""='34';",2-117162-1 Who was firest elected in 2002 in a district larger than 41?,"CREATE TABLE ""senators"" ( ""district"" real, ""county_s_represented"" text, ""member_senator"" text, ""party"" text, ""first_elected"" real );","SELECT ""member_senator"" FROM ""senators"" WHERE ""first_elected""=2002 AND ""district"">41;",2-11948857-1 What district for ulysses currie?,"CREATE TABLE ""senators"" ( ""district"" real, ""county_s_represented"" text, ""member_senator"" text, ""party"" text, ""first_elected"" real );","SELECT ""district"" FROM ""senators"" WHERE ""member_senator""='ulysses currie';",2-11948857-1 Where did Geelong play as the away team?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""venue"" FROM ""round_8"" WHERE ""away_team""='geelong';",2-10808681-8 What was Hawthorn's score as the home team?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""home_team_score"" FROM ""round_8"" WHERE ""home_team""='hawthorn';",2-10808681-8 Who was South Melbourne's away opponents?,"CREATE TABLE ""round_8"" ( ""home_team"" text, ""home_team_score"" text, ""away_team"" text, ""away_team_score"" text, ""venue"" text, ""crowd"" real, ""date"" text );","SELECT ""away_team"" FROM ""round_8"" WHERE ""home_team""='south melbourne';",2-10808681-8 In which year is the highest for runner-up Steve Stricker?,"CREATE TABLE ""wins_18"" ( ""year"" real, ""54_holes"" text, ""winning_score"" text, ""margin_of_victory"" text, ""runner_s_up"" text );","SELECT MAX(""year"") FROM ""wins_18"" WHERE ""runner_s_up""='steve stricker';",2-11570261-2 "Which Played has Draws smaller than 7, and Goals for smaller than 61, and Goals against smaller than 48, and a Position of 5?","CREATE TABLE ""group_i"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""played"") FROM ""group_i"" WHERE ""draws""<7 AND ""goals_for""<61 AND ""goals_against""<48 AND ""position""=5;",2-17693482-2 How many Goals against have Played more than 34?,"CREATE TABLE ""group_i"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""goals_against"") FROM ""group_i"" WHERE ""played"">34;",2-17693482-2 "Which Losses have a Goal Difference of -16, and less than 8 wins?","CREATE TABLE ""group_i"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MIN(""losses"") FROM ""group_i"" WHERE ""goal_difference""=-16 AND ""wins""<8;",2-17693482-2 "Which Wins have a Goal Difference larger than 0, and Goals against larger than 40, and a Position smaller than 6, and a Club of sd indauchu?","CREATE TABLE ""group_i"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MIN(""wins"") FROM ""group_i"" WHERE ""goal_difference"">0 AND ""goals_against"">40 AND ""position""<6 AND ""club""='sd indauchu';",2-17693482-2 What place did player mark brooks take?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""player""='mark brooks';",2-18036726-4 What was the To par of the golfer that placed t5?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""to_par"" FROM ""first_round"" WHERE ""place""='t5';",2-18036726-4 Which player had a score of 70?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""score""=70;",2-18036726-4 What was the highest score of t5 place finisher brandt jobe?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT MAX(""score"") FROM ""first_round"" WHERE ""place""='t5' AND ""player""='brandt jobe';",2-18036726-4 Which event had a total of defending champion?,"CREATE TABLE ""qualification"" ( ""shooter"" text, ""event"" text, ""rank_points"" text, ""score_points"" text, ""total"" text );","SELECT ""event"" FROM ""qualification"" WHERE ""total""='defending champion';",2-18191407-16 "How many weeks was there an attendance of 74,347?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT SUM(""week"") FROM ""schedule"" WHERE ""attendance""='74,347';",2-18332170-1 "What is the latest week with an attendance of 74,162?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT MAX(""week"") FROM ""schedule"" WHERE ""attendance""='74,162';",2-18332170-1 "Who is the opponent when the attendance is 57,331?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""attendance""='57,331';",2-18332170-1 "What day was the attendance 74,285?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""attendance""='74,285';",2-18332170-1 What was the result for week 16?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""week""=16;",2-18332170-1 "Who are the Opponents in the final prior to 1998 in the Bucharest, Romania Tournament?","CREATE TABLE ""doubles_titles_8"" ( ""outcome"" text, ""date"" real, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score_in_the_final"" text );","SELECT ""opponents_in_the_final"" FROM ""doubles_titles_8"" WHERE ""date""<1998 AND ""tournament""='bucharest, romania';",2-17653342-1 Which parish has an area of 750.51?,"CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT ""official_name"" FROM ""parishes"" WHERE ""area_km_2""=750.51;",2-176524-2 "What is the area of the parish with a population larger than 1,172 and a census ranking of 1,871 of 5,008?","CREATE TABLE ""parishes"" ( ""official_name"" text, ""status"" text, ""area_km_2"" real, ""population"" real, ""census_ranking"" text );","SELECT COUNT(""area_km_2"") FROM ""parishes"" WHERE ""census_ranking""='1,871 of 5,008' AND ""population"">'1,172';",2-176524-2 "When the position is less than 7, what is the appeared on album?","CREATE TABLE ""singles"" ( ""year"" real, ""single"" text, ""chart"" text, ""position"" real, ""appeared_on_album"" text );","SELECT ""appeared_on_album"" FROM ""singles"" WHERE ""position""<7;",2-1830541-1 "After 1996, what is the average position?","CREATE TABLE ""singles"" ( ""year"" real, ""single"" text, ""chart"" text, ""position"" real, ""appeared_on_album"" text );","SELECT AVG(""position"") FROM ""singles"" WHERE ""year"">1996;",2-1830541-1 "Which To par has a Place of t4, and wayne grady is in?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""to_par"" FROM ""first_round"" WHERE ""place""='t4' AND ""player""='wayne grady';",2-18113463-4 Name the Place of england with a Score larger than 66?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""country""='england' AND ""score"">66;",2-18113463-4 Name the Score united states of tom watson in united state?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""score"" FROM ""first_round"" WHERE ""country""='united states' AND ""player""='tom watson';",2-18113463-4 "Who has a To par of –2, and a Country of united states?","CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""to_par""='–2' AND ""country""='united states';",2-18113463-4 "What is the time of Max Biaggi with more than 2 grids, 20 laps?","CREATE TABLE ""superbike_race_1_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""time"" FROM ""superbike_race_1_classification"" WHERE ""grid"">2 AND ""laps""=20 AND ""rider""='max biaggi';",2-17840109-1 What is the time of Troy Bayliss with less than 8 grids?,"CREATE TABLE ""superbike_race_1_classification"" ( ""rider"" text, ""bike"" text, ""laps"" real, ""time"" text, ""grid"" real );","SELECT ""time"" FROM ""superbike_race_1_classification"" WHERE ""grid""<8 AND ""rider""='troy bayliss';",2-17840109-1 Which Torque has a Model of s63 amg ('01)?,"CREATE TABLE ""engines"" ( ""model"" text, ""engine"" text, ""cyl"" text, ""power"" text, ""torque"" text );","SELECT ""torque"" FROM ""engines"" WHERE ""model""='s63 amg (''01)';",2-1818751-2 Which Engine has a Model of s430?,"CREATE TABLE ""engines"" ( ""model"" text, ""engine"" text, ""cyl"" text, ""power"" text, ""torque"" text );","SELECT ""engine"" FROM ""engines"" WHERE ""model""='s430';",2-1818751-2 Which Engine has a Model of s320 cdi?,"CREATE TABLE ""engines"" ( ""model"" text, ""engine"" text, ""cyl"" text, ""power"" text, ""torque"" text );","SELECT ""engine"" FROM ""engines"" WHERE ""model""='s320 cdi';",2-1818751-2 Who won Division Southwest when Madžari Solidarnost won Division North?,"CREATE TABLE ""winners"" ( ""season"" text, ""division_north"" text, ""division_south"" text, ""division_east"" text, ""division_west"" text, ""division_southwest"" text );","SELECT ""division_southwest"" FROM ""winners"" WHERE ""division_north""='madžari solidarnost';",2-17881033-1 Who won Division West when Division North was won by Alumina?,"CREATE TABLE ""winners"" ( ""season"" text, ""division_north"" text, ""division_south"" text, ""division_east"" text, ""division_west"" text, ""division_southwest"" text );","SELECT ""division_west"" FROM ""winners"" WHERE ""division_north""='alumina';",2-17881033-1 Who won Division North when Division Southwest was won by Novaci and Division West by Vrapčište?,"CREATE TABLE ""winners"" ( ""season"" text, ""division_north"" text, ""division_south"" text, ""division_east"" text, ""division_west"" text, ""division_southwest"" text );","SELECT ""division_north"" FROM ""winners"" WHERE ""division_southwest""='novaci' AND ""division_west""='vrapčište';",2-17881033-1 Who won Division Southwest when the winner of Division North was Lepenec and Division South was won by 11 Oktomvri?,"CREATE TABLE ""winners"" ( ""season"" text, ""division_north"" text, ""division_south"" text, ""division_east"" text, ""division_west"" text, ""division_southwest"" text );","SELECT ""division_southwest"" FROM ""winners"" WHERE ""division_north""='lepenec' AND ""division_south""='11 oktomvri';",2-17881033-1 What are the minutes of the Player from Real Madrid Club with a Rank of 7 or larger?,"CREATE TABLE ""goalkeeping"" ( ""rank"" real, ""name"" text, ""season"" text, ""club"" text, ""minutes"" real );","SELECT SUM(""minutes"") FROM ""goalkeeping"" WHERE ""rank"">7 AND ""club""='real madrid';",2-17937080-9 For what award was there a nomination for Best Actress?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" text, ""award"" text, ""category"" text, ""nominated"" text, ""result"" text );","SELECT ""award"" FROM ""awards_and_nominations"" WHERE ""category""='best actress';",2-17840654-3 What year was Teen Angels 2 nominated?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" text, ""award"" text, ""category"" text, ""nominated"" text, ""result"" text );","SELECT ""year"" FROM ""awards_and_nominations"" WHERE ""nominated""='teen angels 2';",2-17840654-3 What year saw an award in the category of Revelation?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" text, ""award"" text, ""category"" text, ""nominated"" text, ""result"" text );","SELECT ""year"" FROM ""awards_and_nominations"" WHERE ""category""='revelation';",2-17840654-3 Name the performance nominated for a Capif Award.,"CREATE TABLE ""awards_and_nominations"" ( ""year"" text, ""award"" text, ""category"" text, ""nominated"" text, ""result"" text );","SELECT ""nominated"" FROM ""awards_and_nominations"" WHERE ""award""='capif award';",2-17840654-3 In what category was Herself nominated?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" text, ""award"" text, ""category"" text, ""nominated"" text, ""result"" text );","SELECT ""category"" FROM ""awards_and_nominations"" WHERE ""nominated""='herself';",2-17840654-3 What year was there a nomination for Best Actress at the Kids' Choice Awards Argentina?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" text, ""award"" text, ""category"" text, ""nominated"" text, ""result"" text );","SELECT ""year"" FROM ""awards_and_nominations"" WHERE ""award""='kids'' choice awards argentina' AND ""category""='best actress';",2-17840654-3 "What is the average Draws, when Goal Difference is greater than -3, when Goals Against is 30, and when Points is greater than 45?","CREATE TABLE ""relegation_playoff"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT AVG(""draws"") FROM ""relegation_playoff"" WHERE ""goal_difference"">-3 AND ""goals_against""=30 AND ""points"">45;",2-18065287-2 "What is the average Played, when Club is ""Burgos CF"", and when Draws is less than 7?","CREATE TABLE ""relegation_playoff"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT AVG(""played"") FROM ""relegation_playoff"" WHERE ""club""='burgos cf' AND ""draws""<7;",2-18065287-2 "What is the highest Goals Against, when Club is ""Pontevedra CF"", and when Played is less than 38?","CREATE TABLE ""relegation_playoff"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""goals_against"") FROM ""relegation_playoff"" WHERE ""club""='pontevedra cf' AND ""played""<38;",2-18065287-2 What is T2 Place Player Steve Flesch's Score?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT MAX(""score"") FROM ""first_round"" WHERE ""place""='t2' AND ""player""='steve flesch';",2-18027810-4 What is the Place of the Player with a Score of 67?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""score""=67;",2-18027810-4 "What Venue has a Year smaller than 1991, Time larger than 10.29, Competition of mediterranean games, and Event of 4x100 m relay?","CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text, ""time"" real );","SELECT ""venue"" FROM ""achievements"" WHERE ""year""<1991 AND ""time"">10.29 AND ""competition""='mediterranean games' AND ""event""='4x100 m relay';",2-18283614-1 "What Event has a Position of 1st, a Year of 1983, and a Venue of budapest?","CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text, ""time"" real );","SELECT ""event"" FROM ""achievements"" WHERE ""position""='1st' AND ""year""=1983 AND ""venue""='budapest';",2-18283614-1 What Position has a Time of 20.66?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text, ""time"" real );","SELECT ""position"" FROM ""achievements"" WHERE ""time""=20.66;",2-18283614-1 "What is the greatest Time with a Year of 1991, and Event of 4x100 m relay?","CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""event"" text, ""time"" real );","SELECT MAX(""time"") FROM ""achievements"" WHERE ""year""=1991 AND ""event""='4x100 m relay';",2-18283614-1 When was the match that had Shaun Murphy as runner-up?,"CREATE TABLE ""2008_2009"" ( ""date"" text, ""venue"" text, ""winner"" text, ""runner_up"" text, ""score"" text );","SELECT ""date"" FROM ""2008_2009"" WHERE ""runner_up""='shaun murphy';",2-18098292-5 Who was the winner in the match that had John Higgins as runner-up?,"CREATE TABLE ""2008_2009"" ( ""date"" text, ""venue"" text, ""winner"" text, ""runner_up"" text, ""score"" text );","SELECT ""winner"" FROM ""2008_2009"" WHERE ""runner_up""='john higgins';",2-18098292-5 "What is Pronunciation Spelled Free, when Pronunciation Spelled Checked is ""ʏ""?","CREATE TABLE ""pronunciation_of_checked_and_free_vowels"" ( ""letter"" text, ""pronunciation_spelled_free"" text, ""pronunciation_spelled_checked"" text, ""example_spelled_free"" text, ""example_spelled_checked"" text );","SELECT ""pronunciation_spelled_free"" FROM ""pronunciation_of_checked_and_free_vowels"" WHERE ""pronunciation_spelled_checked""='ʏ';",2-1800293-3 "What is Letter, when Example Spelled Checked is ""tin /tɪn/ (""tin"")""?","CREATE TABLE ""pronunciation_of_checked_and_free_vowels"" ( ""letter"" text, ""pronunciation_spelled_free"" text, ""pronunciation_spelled_checked"" text, ""example_spelled_free"" text, ""example_spelled_checked"" text );","SELECT ""letter"" FROM ""pronunciation_of_checked_and_free_vowels"" WHERE ""example_spelled_checked""='tin /tɪn/ (\""tin\"")';",2-1800293-3 "What is Pronunciation Spelled Free, when Pronunciation Spelled Checked is ""ɛ""?","CREATE TABLE ""pronunciation_of_checked_and_free_vowels"" ( ""letter"" text, ""pronunciation_spelled_free"" text, ""pronunciation_spelled_checked"" text, ""example_spelled_free"" text, ""example_spelled_checked"" text );","SELECT ""pronunciation_spelled_free"" FROM ""pronunciation_of_checked_and_free_vowels"" WHERE ""pronunciation_spelled_checked""='ɛ';",2-1800293-3 "What is Pronunciation Spelled Checked, when Example Spelled Checked is ""tin /tɪn/ (""tin"")""","CREATE TABLE ""pronunciation_of_checked_and_free_vowels"" ( ""letter"" text, ""pronunciation_spelled_free"" text, ""pronunciation_spelled_checked"" text, ""example_spelled_free"" text, ""example_spelled_checked"" text );","SELECT ""pronunciation_spelled_checked"" FROM ""pronunciation_of_checked_and_free_vowels"" WHERE ""example_spelled_checked""='tin /tɪn/ (\""tin\"")';",2-1800293-3 "What is Example Spelled Free, when Example Spelled Checked is ""op /ɔp/ (""on"")""?","CREATE TABLE ""pronunciation_of_checked_and_free_vowels"" ( ""letter"" text, ""pronunciation_spelled_free"" text, ""pronunciation_spelled_checked"" text, ""example_spelled_free"" text, ""example_spelled_checked"" text );","SELECT ""example_spelled_free"" FROM ""pronunciation_of_checked_and_free_vowels"" WHERE ""example_spelled_checked""='op /ɔp/ (\""on\"")';",2-1800293-3 "What is Pronunciation Spelled Free, when Pronunciation Spelled Checked is ""ɑ""?","CREATE TABLE ""pronunciation_of_checked_and_free_vowels"" ( ""letter"" text, ""pronunciation_spelled_free"" text, ""pronunciation_spelled_checked"" text, ""example_spelled_free"" text, ""example_spelled_checked"" text );","SELECT ""pronunciation_spelled_free"" FROM ""pronunciation_of_checked_and_free_vowels"" WHERE ""pronunciation_spelled_checked""='ɑ';",2-1800293-3 What was the largest tie when the G.P was more than 5?,"CREATE TABLE ""final_round_places_1_to_6"" ( ""pos"" real, ""team"" text, ""g_p"" real, ""wins"" real, ""ties"" real, ""losses"" real, ""goals"" text, ""goal_diff"" text, ""pts"" text );","SELECT MAX(""ties"") FROM ""final_round_places_1_to_6"" WHERE ""g_p"">5;",2-18082586-5 What is the highest number in attendance against the game at Kansas City Chiefs?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT MAX(""attendance"") FROM ""schedule"" WHERE ""opponent""='at kansas city chiefs';",2-18207272-2 What is the attendance for the game against the Kansas City Chiefs earlier than week 13?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""schedule"" WHERE ""opponent""='kansas city chiefs' AND ""week""<13;",2-18207272-2 What is the result later than week 13?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""week"">13;",2-18207272-2 "What is the lowest To par of gary player, with more than 145 total?","CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT MIN(""to_par"") FROM ""missed_the_cut"" WHERE ""player""='gary player' AND ""total"">145;",2-18113463-3 "How many Wins have Goals against smaller than 30, and Goals for larger than 25, and Draws larger than 5?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""wins"") FROM ""group_ii"" WHERE ""goals_against""<30 AND ""goals_for"">25 AND ""draws"">5;",2-17837782-4 "How many Draws have 30 Points, and less than 33 Goals against?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""draws"") FROM ""group_ii"" WHERE ""points""=30 AND ""goals_against""<33;",2-17837782-4 "Which Wins have a Goal Difference larger than 12, and a Club of granada cf, and Played larger than 30?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT AVG(""wins"") FROM ""group_ii"" WHERE ""goal_difference"">12 AND ""club""='granada cf' AND ""played"">30;",2-17837782-4 "Which Played has a Club of atlético ceuta, and less than 11 Losses?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""played"") FROM ""group_ii"" WHERE ""club""='atlético ceuta' AND ""losses""<11;",2-17837782-4 What is the place number for the player with a To Par score of 'E'?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""to_par""='e';",2-18044375-6 What is the To Par score for the player from South Africa?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""third_round"" WHERE ""country""='south africa';",2-18044375-6 Which player from Scotland has a To Par score of +7?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""to_par""='+7' AND ""country""='scotland';",2-18044375-6 Player Craig Parry of Australia is in what place number?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""country""='australia' AND ""player""='craig parry';",2-18044375-6 Which player from the United States is in a place of T2?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""place""='t2' AND ""country""='united states';",2-18044375-6 "For the match in which player David Frost scored a To Par of +7, what was the final score?","CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""third_round"" WHERE ""to_par""='+7' AND ""player""='david frost';",2-18044375-6 What was Tom Watson's lowest To par when the total was larger than 144?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT MIN(""to_par"") FROM ""missed_the_cut"" WHERE ""player""='tom watson' AND ""total"">144;",2-18116595-3 What was England's total?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT ""total"" FROM ""missed_the_cut"" WHERE ""country""='england';",2-18116595-3 What player had a To par smaller than 9 and won in 1985?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT ""player"" FROM ""missed_the_cut"" WHERE ""to_par""<9 AND ""year_s_won""='1985';",2-18116595-3 What is the seat percentage when vote percentage is 2.4% (-8.3)?,"CREATE TABLE ""results"" ( ""party"" text, ""party_list_votes"" real, ""vote_percentage"" text, ""total_seats"" text, ""seat_percentage"" text );","SELECT ""seat_percentage"" FROM ""results"" WHERE ""vote_percentage""='2.4% (-8.3)';",2-1786641-1 How many calories is 1 watt hour?,"CREATE TABLE ""conversions"" ( ""joule"" text, ""watt_hour"" text, ""kilowatt_hour"" text, ""electronvolt"" text, ""calorie"" text );","SELECT ""calorie"" FROM ""conversions"" WHERE ""watt_hour""='1';",2-180234-1 "How many electronvolts is 3,600 joules?","CREATE TABLE ""conversions"" ( ""joule"" text, ""watt_hour"" text, ""kilowatt_hour"" text, ""electronvolt"" text, ""calorie"" text );","SELECT ""electronvolt"" FROM ""conversions"" WHERE ""joule""='3,600';",2-180234-1 "What is the total number of Year, when Winner is ""Johnathan Gray""?","CREATE TABLE ""male_athlete_of_the_year"" ( ""year"" real, ""winner"" text, ""sport"" text, ""hometown"" text, ""college"" text );","SELECT COUNT(""year"") FROM ""male_athlete_of_the_year"" WHERE ""winner""='johnathan gray';",2-18120476-1 "What is Winner, when College is ""Kentucky""?","CREATE TABLE ""male_athlete_of_the_year"" ( ""year"" real, ""winner"" text, ""sport"" text, ""hometown"" text, ""college"" text );","SELECT ""winner"" FROM ""male_athlete_of_the_year"" WHERE ""college""='kentucky';",2-18120476-1 "What is Hometown, when Sport is ""Basketball"", and when Winner is ""Dwight Howard""?","CREATE TABLE ""male_athlete_of_the_year"" ( ""year"" real, ""winner"" text, ""sport"" text, ""hometown"" text, ""college"" text );","SELECT ""hometown"" FROM ""male_athlete_of_the_year"" WHERE ""sport""='basketball' AND ""winner""='dwight howard';",2-18120476-1 What is the Duration for less than 53 consecutive wins?,"CREATE TABLE ""most_consecutive_wins"" ( ""name"" text, ""wins"" real, ""start"" text, ""duration"" text, ""defeated_by"" text );","SELECT ""duration"" FROM ""most_consecutive_wins"" WHERE ""wins""<53;",2-17634218-8 How many wins were held before being defeated by toda?,"CREATE TABLE ""most_consecutive_wins"" ( ""name"" text, ""wins"" real, ""start"" text, ""duration"" text, ""defeated_by"" text );","SELECT COUNT(""wins"") FROM ""most_consecutive_wins"" WHERE ""defeated_by""='toda';",2-17634218-8 What is the greatest goals for Curtis Davies if ends is greater than 2012?,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" real, ""app_gs_sub"" text, ""goals"" real, ""ends"" real, ""transfer_fee"" text );","SELECT MAX(""goals"") FROM ""squad_information"" WHERE ""name""='curtis davies' AND ""ends"">2012;",2-18174910-8 "When the transfer fee is £8.5m, what is the total ends?","CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" real, ""app_gs_sub"" text, ""goals"" real, ""ends"" real, ""transfer_fee"" text );","SELECT SUM(""ends"") FROM ""squad_information"" WHERE ""transfer_fee""='£8.5m';",2-18174910-8 "Which Team has a Total Pld smaller than 114, and a 2004–05 Pts of 49?","CREATE TABLE ""relegation"" ( ""team"" text, ""2003_04_pts"" text, ""2004_05_pts"" text, ""2001_02_pts"" real, ""total_pts"" real, ""total_pld"" real );","SELECT ""team"" FROM ""relegation"" WHERE ""total_pld""<114 AND ""2004_05_pts""='49';",2-17968292-5 Which Total Pts have a 2001–02 Pts smaller than 38?,"CREATE TABLE ""relegation"" ( ""team"" text, ""2003_04_pts"" text, ""2004_05_pts"" text, ""2001_02_pts"" real, ""total_pts"" real, ""total_pld"" real );","SELECT MIN(""total_pts"") FROM ""relegation"" WHERE ""2001_02_pts""<38;",2-17968292-5 On what Date was Henry I Latin Commander of the Battle of Boruy?,"CREATE TABLE ""medieval_bulgarian_army"" ( ""battle"" text, ""date"" text, ""bulgarian_commander"" text, ""latin_commander"" text, ""result"" text );","SELECT ""date"" FROM ""medieval_bulgarian_army"" WHERE ""latin_commander""='henry i' AND ""battle""='battle of boruy';",2-17822543-4 Who is the Latin Commander of the Siege of Constantinople?,"CREATE TABLE ""medieval_bulgarian_army"" ( ""battle"" text, ""date"" text, ""bulgarian_commander"" text, ""latin_commander"" text, ""result"" text );","SELECT ""latin_commander"" FROM ""medieval_bulgarian_army"" WHERE ""battle""='siege of constantinople';",2-17822543-4 What is the Result of the battle with Latin Commander Boniface of Montferrat?,"CREATE TABLE ""medieval_bulgarian_army"" ( ""battle"" text, ""date"" text, ""bulgarian_commander"" text, ""latin_commander"" text, ""result"" text );","SELECT ""result"" FROM ""medieval_bulgarian_army"" WHERE ""latin_commander""='boniface of montferrat';",2-17822543-4 What is the Battle with Bulgarian Commander Ivan Asen II?,"CREATE TABLE ""medieval_bulgarian_army"" ( ""battle"" text, ""date"" text, ""bulgarian_commander"" text, ""latin_commander"" text, ""result"" text );","SELECT ""battle"" FROM ""medieval_bulgarian_army"" WHERE ""bulgarian_commander""='ivan asen ii';",2-17822543-4 What is the Bulgarian Commander of the Battle of Rusion?,"CREATE TABLE ""medieval_bulgarian_army"" ( ""battle"" text, ""date"" text, ""bulgarian_commander"" text, ""latin_commander"" text, ""result"" text );","SELECT ""bulgarian_commander"" FROM ""medieval_bulgarian_army"" WHERE ""battle""='battle of rusion';",2-17822543-4 What is Type for Rite Albanian?,"CREATE TABLE ""list_of_dioceses"" ( ""ecclesiastical_jurisdictions"" text, ""latin_name"" text, ""type"" text, ""rite"" text, ""ecclesiastical_province"" text, ""area_km_2"" real );","SELECT ""type"" FROM ""list_of_dioceses"" WHERE ""rite""='albanian';",2-18292491-1 What Area (km 2) is lowest with a type being Apostolic Administration?,"CREATE TABLE ""list_of_dioceses"" ( ""ecclesiastical_jurisdictions"" text, ""latin_name"" text, ""type"" text, ""rite"" text, ""ecclesiastical_province"" text, ""area_km_2"" real );","SELECT MIN(""area_km_2"") FROM ""list_of_dioceses"" WHERE ""type""='apostolic administration';",2-18292491-1 What Ecclesiastical Province has a type diocese and a latin name alexiensis?,"CREATE TABLE ""list_of_dioceses"" ( ""ecclesiastical_jurisdictions"" text, ""latin_name"" text, ""type"" text, ""rite"" text, ""ecclesiastical_province"" text, ""area_km_2"" real );","SELECT ""ecclesiastical_province"" FROM ""list_of_dioceses"" WHERE ""type""='diocese' AND ""latin_name""='alexiensis';",2-18292491-1 What's the money that Sam Snead won?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""money"" FROM ""final_round"" WHERE ""player""='sam snead';",2-18007222-6 What was the total To Par for Craig Wood?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT SUM(""to_par"") FROM ""final_round"" WHERE ""player""='craig wood';",2-18007222-6 What was the score for t9 place for Harold Mcspaden?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""score"" FROM ""final_round"" WHERE ""place""='t9' AND ""player""='harold mcspaden';",2-18007222-6 What was the country for Sam Snead?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""country"" FROM ""final_round"" WHERE ""player""='sam snead';",2-18007222-6 What place had a ribbon below 9.8 and a 19.2 total?,"CREATE TABLE ""individual_ribbon"" ( ""place"" real, ""name"" text, ""all_around"" real, ""ribbon"" real, ""total"" real );","SELECT MAX(""place"") FROM ""individual_ribbon"" WHERE ""ribbon""<9.8 AND ""total""=19.2;",2-18170681-8 For the payload of Van Allen Belts Exploration what's the serial number?,"CREATE TABLE ""atlas_v_launches"" ( ""date_and_time_utc"" text, ""type"" real, ""serial_no"" text, ""launch_site"" text, ""payload"" text, ""type_of_payload"" text, ""orbit"" text, ""outcome"" text );","SELECT ""serial_no"" FROM ""atlas_v_launches"" WHERE ""type_of_payload""='van allen belts exploration';",2-1824778-2 "What payload was on November 26, 2011, 15:02?","CREATE TABLE ""atlas_v_launches"" ( ""date_and_time_utc"" text, ""type"" real, ""serial_no"" text, ""launch_site"" text, ""payload"" text, ""type_of_payload"" text, ""orbit"" text, ""outcome"" text );","SELECT ""type_of_payload"" FROM ""atlas_v_launches"" WHERE ""date_and_time_utc""='november 26, 2011, 15:02';",2-1824778-2 When was the payload of Commercial Communications Satellite amc16?,"CREATE TABLE ""atlas_v_launches"" ( ""date_and_time_utc"" text, ""type"" real, ""serial_no"" text, ""launch_site"" text, ""payload"" text, ""type_of_payload"" text, ""orbit"" text, ""outcome"" text );","SELECT ""date_and_time_utc"" FROM ""atlas_v_launches"" WHERE ""type_of_payload""='commercial communications satellite' AND ""payload""='amc16';",2-1824778-2 "Which Average population (x 1000) has a Crude death rate (per 1000) smaller than 10.9, and a Crude birth rate (per 1000) smaller than 19.7, and a Natural change (per 1000) of 8.7, and Live births of 54 263?","CREATE TABLE ""after_ww_ii"" ( ""average_population_x_1000"" text, ""live_births"" text, ""deaths"" text, ""natural_change"" text, ""crude_birth_rate_per_1000"" real, ""crude_death_rate_per_1000"" real, ""natural_change_per_1000"" text );","SELECT ""average_population_x_1000"" FROM ""after_ww_ii"" WHERE ""crude_death_rate_per_1000""<10.9 AND ""crude_birth_rate_per_1000""<19.7 AND ""natural_change_per_1000""='8.7' AND ""live_births""='54 263';",2-17822-4 "Which Natural change has a Crude death rate (per 1000) larger than 9, and Deaths of 40 399?","CREATE TABLE ""after_ww_ii"" ( ""average_population_x_1000"" text, ""live_births"" text, ""deaths"" text, ""natural_change"" text, ""crude_birth_rate_per_1000"" real, ""crude_death_rate_per_1000"" real, ""natural_change_per_1000"" text );","SELECT ""natural_change"" FROM ""after_ww_ii"" WHERE ""crude_death_rate_per_1000"">9 AND ""deaths""='40 399';",2-17822-4 Which Live births have a Natural change (per 1000) of 12.0?,"CREATE TABLE ""after_ww_ii"" ( ""average_population_x_1000"" text, ""live_births"" text, ""deaths"" text, ""natural_change"" text, ""crude_birth_rate_per_1000"" real, ""crude_death_rate_per_1000"" real, ""natural_change_per_1000"" text );","SELECT ""live_births"" FROM ""after_ww_ii"" WHERE ""natural_change_per_1000""='12.0';",2-17822-4 How many season have an average attendance league of 2.456?,"CREATE TABLE ""attendances"" ( ""season"" real, ""average_attendance_home"" real, ""highest_attendance_home"" text, ""average_attendance_away"" real, ""highest_attendance_away"" text, ""division_section"" text, ""level"" text, ""average_attendance_league"" real );","SELECT SUM(""season"") FROM ""attendances"" WHERE ""average_attendance_league""=2.456;",2-1816947-2 Which venue has more than 19 against?,"CREATE TABLE ""1994"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""venue"" FROM ""1994"" WHERE ""against"">19;",2-18178534-5 How many against have a status of first test?,"CREATE TABLE ""1994"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT COUNT(""against"") FROM ""1994"" WHERE ""status""='first test';",2-18178534-5 What is the Venue of the Competition on 2001-05-05?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""date""='2001-05-05';",2-1799800-1 What is the Date of the Fifa World Cup with a Score of 1-0?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""international_goals"" WHERE ""score""='1-0' AND ""competition""='fifa world cup';",2-1799800-1 What was the result of the game against the Miami Dolphins held at the Riverfront Stadium?,"CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""location"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""location""='riverfront stadium' AND ""opponent""='miami dolphins';",2-17860791-2 What was the location of the game against the Houston Oilers?,"CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""location"" text );","SELECT ""location"" FROM ""schedule"" WHERE ""opponent""='houston oilers';",2-17860791-2 What was the result of the game at the Riverfront Stadium after week 8?,"CREATE TABLE ""schedule"" ( ""week"" text, ""date"" text, ""opponent"" text, ""result"" text, ""location"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""location""='riverfront stadium' AND ""week""='8';",2-17860791-2 What is the 1880 figure when 1860 is N/A and 1910 is 494?,"CREATE TABLE ""population_of_solano_county_towns"" ( ""city"" text, ""1860"" text, ""1870"" text, ""1880"" text, ""1890"" real, ""1900"" real, ""1910"" real, ""1920"" real );","SELECT ""1880"" FROM ""population_of_solano_county_towns"" WHERE ""1860""='n/a' AND ""1910""=494;",2-18081953-1 "What is the 1920 number when 1890 is greater than 1,236, 1910 is less than 1,177 and the city is Vacaville?","CREATE TABLE ""population_of_solano_county_towns"" ( ""city"" text, ""1860"" text, ""1870"" text, ""1880"" text, ""1890"" real, ""1900"" real, ""1910"" real, ""1920"" real );","SELECT SUM(""1920"") FROM ""population_of_solano_county_towns"" WHERE ""1890"">'1,236' AND ""city""='vacaville' AND ""1910""<'1,177';",2-18081953-1 "Which competition took place on October 11, 2006?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""date""='october 11, 2006';",2-17720042-1 "What was the score of the friendly match at Amman on February 14, 2006?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""venue""='amman' AND ""competition""='friendly' AND ""date""='february 14, 2006';",2-17720042-1 "Where did Ra'fat Ali play on August 17, 1999?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""date""='august 17, 1999';",2-17720042-1 What was the place when the score was 71-69-71=211?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""score""='71-69-71=211';",2-18009462-6 What was Australia's score when Peter Lonard played?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""third_round"" WHERE ""country""='australia' AND ""player""='peter lonard';",2-18009462-6 What player scored 71-69-71=211?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""third_round"" WHERE ""score""='71-69-71=211';",2-18009462-6 What was the score for Peter Lonard?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""third_round"" WHERE ""player""='peter lonard';",2-18009462-6 What was the place when the score was 68-75-68=211?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""score""='68-75-68=211';",2-18009462-6 What was the Venue on November 26?,"CREATE TABLE ""2000s_tied_10_10"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text );","SELECT ""venue"" FROM ""2000s_tied_10_10"" WHERE ""date""='november 26';",2-18226024-7 What was the Venue of the San Francisco 49ers Home game with a Result of 30-10?,"CREATE TABLE ""2000s_tied_10_10"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text );","SELECT ""venue"" FROM ""2000s_tied_10_10"" WHERE ""home_team""='san francisco 49ers' AND ""result""='30-10';",2-18226024-7 What is the Result of the game on October 3?,"CREATE TABLE ""2000s_tied_10_10"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text );","SELECT ""result"" FROM ""2000s_tied_10_10"" WHERE ""date""='october 3';",2-18226024-7 What is the Venue of the 2009 St. Louis Rams Home game?,"CREATE TABLE ""2000s_tied_10_10"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text );","SELECT ""venue"" FROM ""2000s_tied_10_10"" WHERE ""year""=2009 AND ""home_team""='st. louis rams';",2-18226024-7 What Date after 2007 had the San Francisco 49ers as the Visiting Team?,"CREATE TABLE ""2000s_tied_10_10"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text );","SELECT ""date"" FROM ""2000s_tied_10_10"" WHERE ""visiting_team""='san francisco 49ers' AND ""year"">2007;",2-18226024-7 "What is 2004, when 2008 is ""WTA Premier 5 Tournaments""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2004"" FROM ""singles_performance_timeline"" WHERE ""2008""='wta premier 5 tournaments';",2-18058018-9 "What is 2010, when 2009 is ""1""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2010"" FROM ""singles_performance_timeline"" WHERE ""2009""='1';",2-18058018-9 "What is 2004, when 2005 is ""Not Tier I""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2004"" FROM ""singles_performance_timeline"" WHERE ""2005""='not tier i';",2-18058018-9 "What is 2007, when Tournament is ""Madrid""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2007"" FROM ""singles_performance_timeline"" WHERE ""tournament""='madrid';",2-18058018-9 "What is 2011, when 2006 is ""A"", when 2008 is ""A"", and when Tournament is ""Rome""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2011"" FROM ""singles_performance_timeline"" WHERE ""2006""='a' AND ""2008""='a' AND ""tournament""='rome';",2-18058018-9 "What is 2011, when 2010 is ""WTA Premier 5 Tournaments""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""2004"" text, ""2005"" text, ""2006"" text, ""2007"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text );","SELECT ""2011"" FROM ""singles_performance_timeline"" WHERE ""2010""='wta premier 5 tournaments';",2-18058018-9 "What is Name, when Weight is ""kg (lb)"", when Club is ""Gezira"", and when Date of Birth is ""1974-02-18""?","CREATE TABLE ""egypt"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""name"" FROM ""egypt"" WHERE ""weight""='kg (lb)' AND ""club""='gezira' AND ""date_of_birth""='1974-02-18';",2-17759945-4 "What is Pos., when Height is ""m (ft 10in)"", and when Date of Birth is ""1983-05-29""?","CREATE TABLE ""egypt"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""pos"" FROM ""egypt"" WHERE ""height""='m (ft 10in)' AND ""date_of_birth""='1983-05-29';",2-17759945-4 "What is Weight, when Club is ""Maadi""?","CREATE TABLE ""egypt"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""weight"" FROM ""egypt"" WHERE ""club""='maadi';",2-17759945-4 "What is Date of Birth, when Height is ""Head Coach: Adel Shamala""?","CREATE TABLE ""egypt"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""date_of_birth"" FROM ""egypt"" WHERE ""height""='head coach: adel shamala';",2-17759945-4 "What is Weight, when Club is ""Ahly"", and when Name is ""Ragy Abdel Hady""?","CREATE TABLE ""egypt"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""weight"" FROM ""egypt"" WHERE ""club""='ahly' AND ""name""='ragy abdel hady';",2-17759945-4 Which Series 1 has a Series 11 of peter jones?,"CREATE TABLE ""united_kingdom"" ( ""seat_order_right_to_left"" real, ""series_1"" text, ""series_2"" text, ""series_3"" text, ""series_5"" text, ""series_9"" text, ""series_11"" text );","SELECT ""series_1"" FROM ""united_kingdom"" WHERE ""series_11""='peter jones';",2-1787654-4 Which Series 2 has a Series 3 of deborah meaden?,"CREATE TABLE ""united_kingdom"" ( ""seat_order_right_to_left"" real, ""series_1"" text, ""series_2"" text, ""series_3"" text, ""series_5"" text, ""series_9"" text, ""series_11"" text );","SELECT ""series_2"" FROM ""united_kingdom"" WHERE ""series_3""='deborah meaden';",2-1787654-4 How many Seat Orders (Right to Left) have a Series 3 of deborah meaden?,"CREATE TABLE ""united_kingdom"" ( ""seat_order_right_to_left"" real, ""series_1"" text, ""series_2"" text, ""series_3"" text, ""series_5"" text, ""series_9"" text, ""series_11"" text );","SELECT COUNT(""seat_order_right_to_left"") FROM ""united_kingdom"" WHERE ""series_3""='deborah meaden';",2-1787654-4 The player for which country had a score of 66-72=138?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""score""='66-72=138';",2-18049082-5 In what place was Tiger Woods of the United States?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round"" WHERE ""country""='united states' AND ""player""='tiger woods';",2-18049082-5 What was the TO par for the player who scored 68-71=139?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""second_round"" WHERE ""score""='68-71=139';",2-18049082-5 What was the TO par for the player who scored 68-69=137?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""second_round"" WHERE ""score""='68-69=137';",2-18049082-5 What is Illinois 13 District's Party?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""district""='illinois 13';",2-1805191-14 What is re-elected Incumbent Jerry Costello's First elected date?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT MIN(""first_elected"") FROM ""united_states_house_of_representatives_e"" WHERE ""results""='re-elected' AND ""incumbent""='jerry costello';",2-1805191-14 What is the Party of District of Illinois 19 with an Incumbent First elected in 1996?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""party"" FROM ""united_states_house_of_representatives_e"" WHERE ""first_elected""=1996 AND ""district""='illinois 19';",2-1805191-14 What is the First Elected date of the Republican with Results of retired republican hold?,"CREATE TABLE ""united_states_house_of_representatives_e"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT MIN(""first_elected"") FROM ""united_states_house_of_representatives_e"" WHERE ""party""='republican' AND ""results""='retired republican hold';",2-1805191-14 "What is Tournament, when 2000 is ""A""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text, ""2005"" text );","SELECT ""tournament"" FROM ""singles_performance_timeline"" WHERE ""2000""='a';",2-17733765-5 "What is 1998, when 1997 is ""3R"", and when 1992 is ""A""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text, ""2005"" text );","SELECT ""1998"" FROM ""singles_performance_timeline"" WHERE ""1997""='3r' AND ""1992""='a';",2-17733765-5 "What is 1992, when 1999 is ""Year-End Championship""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text, ""2005"" text );","SELECT ""1992"" FROM ""singles_performance_timeline"" WHERE ""1999""='year-end championship';",2-17733765-5 "What is 2005, when 1998 is ""F"", and when 2002 is ""2R""?","CREATE TABLE ""singles_performance_timeline"" ( ""tournament"" text, ""1992"" text, ""1993"" text, ""1994"" text, ""1995"" text, ""1996"" text, ""1997"" text, ""1998"" text, ""1999"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""2003"" text, ""2004"" text, ""2005"" text );","SELECT ""2005"" FROM ""singles_performance_timeline"" WHERE ""1998""='f' AND ""2002""='2r';",2-17733765-5 Which British has Examples of exit?,"CREATE TABLE ""vowel_plus_consonant"" ( ""ending"" text, ""american"" text, ""british"" text, ""australian"" text, ""examples"" text );","SELECT ""british"" FROM ""vowel_plus_consonant"" WHERE ""examples""='exit';",2-17798093-20 Which Australian has British of ɒs?,"CREATE TABLE ""vowel_plus_consonant"" ( ""ending"" text, ""american"" text, ""british"" text, ""australian"" text, ""examples"" text );","SELECT ""australian"" FROM ""vowel_plus_consonant"" WHERE ""british""='ɒs';",2-17798093-20 Which Examples has Australian of əm?,"CREATE TABLE ""vowel_plus_consonant"" ( ""ending"" text, ""american"" text, ""british"" text, ""australian"" text, ""examples"" text );","SELECT ""examples"" FROM ""vowel_plus_consonant"" WHERE ""australian""='əm';",2-17798093-20 Which American has British of ɛm?,"CREATE TABLE ""vowel_plus_consonant"" ( ""ending"" text, ""american"" text, ""british"" text, ""australian"" text, ""examples"" text );","SELECT ""american"" FROM ""vowel_plus_consonant"" WHERE ""british""='ɛm';",2-17798093-20 "Which Ending has British of iz, and Examples of achilles, appendices, fæces?","CREATE TABLE ""vowel_plus_consonant"" ( ""ending"" text, ""american"" text, ""british"" text, ""australian"" text, ""examples"" text );","SELECT ""ending"" FROM ""vowel_plus_consonant"" WHERE ""british""='iz' AND ""examples""='achilles, appendices, fæces';",2-17798093-20 "What is the total number of First Year, when Displacement CC is greater than 4719, when Engine is V8, when Power HP (kW) is ""335 (246)"", and when Model is ""Ghibli SS""?","CREATE TABLE ""road_vehicles"" ( ""model"" text, ""first_year"" real, ""distribution"" text, ""engine"" text, ""displacement_cc"" real, ""power_hp_k_w"" text );","SELECT COUNT(""first_year"") FROM ""road_vehicles"" WHERE ""displacement_cc"">4719 AND ""engine""='v8' AND ""power_hp_k_w""='335 (246)' AND ""model""='ghibli ss';",2-1810336-1 "What is the lowest First Year, when Model is ""Quattroporte (2.8)""?","CREATE TABLE ""road_vehicles"" ( ""model"" text, ""first_year"" real, ""distribution"" text, ""engine"" text, ""displacement_cc"" real, ""power_hp_k_w"" text );","SELECT MIN(""first_year"") FROM ""road_vehicles"" WHERE ""model""='quattroporte (2.8)';",2-1810336-1 "What is Power HP (kW), when First Year is greater than 1965, when Distribution is ""International"", when Engine is V6 Biturbo, and when Model is ""425""?","CREATE TABLE ""road_vehicles"" ( ""model"" text, ""first_year"" real, ""distribution"" text, ""engine"" text, ""displacement_cc"" real, ""power_hp_k_w"" text );","SELECT ""power_hp_k_w"" FROM ""road_vehicles"" WHERE ""first_year"">1965 AND ""distribution""='international' AND ""engine""='v6 biturbo' AND ""model""='425';",2-1810336-1 "What is Competition, when Date is ""January 11, 1996"", when Venue is ""San Diego , United States""?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""date""='january 11, 1996' AND ""venue""='san diego , united states';",2-1780045-1 "What is Score, when Venue is Riyadh, Saudi Arabia, and when Result is ""Win""?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""venue""='riyadh, saudi arabia' AND ""result""='win';",2-1780045-1 "What is Result, when Date is ""June 11, 1994"", and when Venue is ""Miami, United States""?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""date""='june 11, 1994' AND ""venue""='miami, united states';",2-1780045-1 "What is Venue, when Date is ""January 6, 1995""?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""venue"" FROM ""international_goals"" WHERE ""date""='january 6, 1995';",2-1780045-1 "What is Score, when Date is ""June 8, 1996""?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""date""='june 8, 1996';",2-1780045-1 What is the total number of PLD for Team Arsenal?,"CREATE TABLE ""relegation"" ( ""team"" text, ""2004_05_pts"" text, ""2005_06_pts"" text, ""2006_07_pts"" real, ""total_pts"" real, ""total_pld"" real );","SELECT COUNT(""total_pld"") FROM ""relegation"" WHERE ""team""='arsenal';",2-17968300-6 "What is the total pld with 158 points in 2006-07, and less than 52 points in 2006-07?","CREATE TABLE ""relegation"" ( ""team"" text, ""2004_05_pts"" text, ""2005_06_pts"" text, ""2006_07_pts"" real, ""total_pts"" real, ""total_pld"" real );","SELECT SUM(""total_pld"") FROM ""relegation"" WHERE ""total_pts""=158 AND ""2006_07_pts""<52;",2-17968300-6 "What is the average total pld with 45 points in 2005-06, and more than 52 points in 2006-07?","CREATE TABLE ""relegation"" ( ""team"" text, ""2004_05_pts"" text, ""2005_06_pts"" text, ""2006_07_pts"" real, ""total_pts"" real, ""total_pld"" real );","SELECT AVG(""total_pld"") FROM ""relegation"" WHERE ""2005_06_pts""='45' AND ""2006_07_pts"">52;",2-17968300-6 What is the total number of points for a total pld less than 38?,"CREATE TABLE ""relegation"" ( ""team"" text, ""2004_05_pts"" text, ""2005_06_pts"" text, ""2006_07_pts"" real, ""total_pts"" real, ""total_pld"" real );","SELECT COUNT(""total_pts"") FROM ""relegation"" WHERE ""total_pld""<38;",2-17968300-6 "How many Points have a Score of 3–2, and an Attendance larger than 17,398?","CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT SUM(""points"") FROM ""regular_season"" WHERE ""score""='3–2' AND ""attendance"">'17,398';",2-17798130-9 Which score has a Loss of hiller (22–15–1)?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""loss""='hiller (22–15–1)';",2-17798130-9 Which Loss has a Record of 41–32–6?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT ""loss"" FROM ""regular_season"" WHERE ""record""='41–32–6';",2-17798130-9 Which Attendance has more than 90 points?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT ""attendance"" FROM ""regular_season"" WHERE ""points"">90;",2-17798130-9 On what date was the Record 41–32–6?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT ""date"" FROM ""regular_season"" WHERE ""record""='41–32–6';",2-17798130-9 How many ties did he have when he had 1 penalties and more than 20 conversions?,"CREATE TABLE ""international_record"" ( ""played"" real, ""drawn"" real, ""lost"" real, ""winning_pct"" real, ""tries"" real, ""conversions"" real, ""penalties"" real, ""s_drop_goal"" real, ""points_total"" real );","SELECT SUM(""drawn"") FROM ""international_record"" WHERE ""penalties""=1 AND ""conversions"">20;",2-1828549-1 What is the least number of penalties he got when his point total was over 1419 in more than 98 games?,"CREATE TABLE ""international_record"" ( ""played"" real, ""drawn"" real, ""lost"" real, ""winning_pct"" real, ""tries"" real, ""conversions"" real, ""penalties"" real, ""s_drop_goal"" real, ""points_total"" real );","SELECT MIN(""penalties"") FROM ""international_record"" WHERE ""points_total""=1419 AND ""played"">98;",2-1828549-1 How many fatalities shows for the lockheed l-1049g?,"CREATE TABLE ""accidents_and_incidents"" ( ""date"" text, ""airline"" text, ""aircraft_type"" text, ""registration"" text, ""people_on_board"" real, ""fatalities"" real );","SELECT SUM(""fatalities"") FROM ""accidents_and_incidents"" WHERE ""aircraft_type""='lockheed l-1049g';",2-1765243-3 "What is the number of people on board at Iberia Airline, with the aircraft type of lockheed l-1049g?","CREATE TABLE ""accidents_and_incidents"" ( ""date"" text, ""airline"" text, ""aircraft_type"" text, ""registration"" text, ""people_on_board"" real, ""fatalities"" real );","SELECT AVG(""people_on_board"") FROM ""accidents_and_incidents"" WHERE ""airline""='iberia' AND ""aircraft_type""='lockheed l-1049g';",2-1765243-3 "How many fatalities are there for the airline of spantax, with a registration of ec-arz?","CREATE TABLE ""accidents_and_incidents"" ( ""date"" text, ""airline"" text, ""aircraft_type"" text, ""registration"" text, ""people_on_board"" real, ""fatalities"" real );","SELECT AVG(""fatalities"") FROM ""accidents_and_incidents"" WHERE ""airline""='spantax' AND ""registration""='ec-arz';",2-1765243-3 "What is the End of term of the President with an Age at inauguration of 78years, 160days?","CREATE TABLE ""italian_presidents_ages"" ( ""president"" text, ""date_of_inauguration"" text, ""age_at_inauguration"" text, ""end_of_term"" text, ""length_of_retirement"" text, ""lifespan"" text );","SELECT ""end_of_term"" FROM ""italian_presidents_ages"" WHERE ""age_at_inauguration""='78years, 160days';",2-18005917-1 "What is the Length of retirement of the President with an Age at inauguration of 70years, 53days?","CREATE TABLE ""italian_presidents_ages"" ( ""president"" text, ""date_of_inauguration"" text, ""age_at_inauguration"" text, ""end_of_term"" text, ""length_of_retirement"" text, ""lifespan"" text );","SELECT ""length_of_retirement"" FROM ""italian_presidents_ages"" WHERE ""age_at_inauguration""='70years, 53days';",2-18005917-1 "What is the Date of inauguration of the President with an Age at inauguration of 73years, 262days?","CREATE TABLE ""italian_presidents_ages"" ( ""president"" text, ""date_of_inauguration"" text, ""age_at_inauguration"" text, ""end_of_term"" text, ""length_of_retirement"" text, ""lifespan"" text );","SELECT ""date_of_inauguration"" FROM ""italian_presidents_ages"" WHERE ""age_at_inauguration""='73years, 262days';",2-18005917-1 Which player is from Australia?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""country""='australia';",2-18131508-2 Who has the highest total and a to par of +14?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT MAX(""total"") FROM ""made_the_cut"" WHERE ""to_par""='+14';",2-18131508-2 Which country had a total of 282?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""total""=282;",2-18131508-2 What country is Greg Norman from?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""player""='greg norman';",2-18131508-2 What is Australia's to par?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""to_par"" FROM ""made_the_cut"" WHERE ""country""='australia';",2-18131508-2 "Which Total (kg) has a Clean & Jerk smaller than 153, and a Snatch smaller than 100?","CREATE TABLE ""lightweight_69_kg"" ( ""name"" text, ""bodyweight"" real, ""snatch"" real, ""clean_jerk"" real, ""total_kg"" real );","SELECT MIN(""total_kg"") FROM ""lightweight_69_kg"" WHERE ""clean_jerk""<153 AND ""snatch""<100;",2-17703223-3 In which competition or tour was nordsjælland the opponent with a hr Ground?,"CREATE TABLE ""friendlies"" ( ""match"" real, ""date"" text, ""competition_or_tour"" text, ""ground"" text, ""opponent"" text, ""score1"" text );","SELECT ""competition_or_tour"" FROM ""friendlies"" WHERE ""ground""='hr' AND ""opponent""='nordsjælland';",2-17637370-13 What name has 118 as the apps?,"CREATE TABLE ""list_of_players"" ( ""nat"" text, ""name"" text, ""first_game"" text, ""final_game"" text, ""apps"" real, ""goals"" real );","SELECT ""name"" FROM ""list_of_players"" WHERE ""apps""=118;",2-17870625-1 Who was the judge for the state SD?,"CREATE TABLE ""judges"" ( ""judge"" text, ""state"" text, ""born_died"" text, ""began_active_service"" real, ""ended_active_service"" real );","SELECT ""judge"" FROM ""judges"" WHERE ""state""='sd';",2-1828926-1 What's the status with an against over 20 on 18/11/1995?,"CREATE TABLE ""1995"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""status"" FROM ""1995"" WHERE ""against"">20 AND ""date""='18/11/1995';",2-18178534-6 What's the status on 16/12/1995?,"CREATE TABLE ""1995"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""status"" FROM ""1995"" WHERE ""date""='16/12/1995';",2-18178534-6 What date has a status of 1995 rugby world cup and an against of 20?,"CREATE TABLE ""1995"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""date"" FROM ""1995"" WHERE ""status""='1995 rugby world cup' AND ""against""=20;",2-18178534-6 "What's the total against for opposing team scotland at twickenham, london venue with a status of five nations?","CREATE TABLE ""1995"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT COUNT(""against"") FROM ""1995"" WHERE ""status""='five nations' AND ""venue""='twickenham, london' AND ""opposing_teams""='scotland';",2-18178534-6 When was the status test match with an opposing team of south africa?,"CREATE TABLE ""1995"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""date"" FROM ""1995"" WHERE ""status""='test match' AND ""opposing_teams""='south africa';",2-18178534-6 What is the fewest gold medals for the nation with 4 silvers and more than 4 bronze?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""gold"") FROM ""medal_table"" WHERE ""silver""=4 AND ""bronze"">4;",2-17978030-1 How many silver medals for the nation with fewer than 1 golds and total less than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""silver"") FROM ""medal_table"" WHERE ""gold""<1 AND ""total""<1;",2-17978030-1 "What is the year when not nominated was the result, and In the Navel of the Sea was the film title used in nomination?","CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""director"" text, ""result"" text );","SELECT ""year_ceremony"" FROM ""submissions"" WHERE ""result""='not nominated' AND ""film_title_used_in_nomination""='in the navel of the sea';",2-17919342-1 "Who was the director of Small Voices, a film title used in nomination?","CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""director"" text, ""result"" text );","SELECT ""director"" FROM ""submissions"" WHERE ""film_title_used_in_nomination""='small voices';",2-17919342-1 "Which director had not nominated as a result, and had Bayan Ko: Kapit Sa Patalim as an original title?","CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""director"" text, ""result"" text );","SELECT ""director"" FROM ""submissions"" WHERE ""result""='not nominated' AND ""original_title""='bayan ko: kapit sa patalim';",2-17919342-1 "What is the ceremony year when Ganito Kami Noon, Paano Kayo Ngayon was the original title?","CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""director"" text, ""result"" text );","SELECT ""year_ceremony"" FROM ""submissions"" WHERE ""original_title""='ganito kami noon, paano kayo ngayon';",2-17919342-1 "For the pope born Eugenio Pacelli, what is the declension of his papal name?","CREATE TABLE ""actual_examples"" ( ""birth_name"" text, ""papal_name"" text, ""papal_name_as_announced_in_latin"" text, ""latin_declension_of_papal_name"" text, ""numeral_in_papal_name"" text );","SELECT ""latin_declension_of_papal_name"" FROM ""actual_examples"" WHERE ""birth_name""='eugenio pacelli';",2-1802173-1 "For Pope Paul VI, what is the declension of his papal name?","CREATE TABLE ""actual_examples"" ( ""birth_name"" text, ""papal_name"" text, ""papal_name_as_announced_in_latin"" text, ""latin_declension_of_papal_name"" text, ""numeral_in_papal_name"" text );","SELECT ""latin_declension_of_papal_name"" FROM ""actual_examples"" WHERE ""papal_name""='paul vi';",2-1802173-1 What numeral is included for the pope with papal name in Latin of Ioannis Pauli?,"CREATE TABLE ""actual_examples"" ( ""birth_name"" text, ""papal_name"" text, ""papal_name_as_announced_in_latin"" text, ""latin_declension_of_papal_name"" text, ""numeral_in_papal_name"" text );","SELECT ""numeral_in_papal_name"" FROM ""actual_examples"" WHERE ""papal_name_as_announced_in_latin""='ioannis pauli';",2-1802173-1 What was the score for home team AFC Hornchurch?,"CREATE TABLE ""ties"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" real );","SELECT ""score"" FROM ""ties"" WHERE ""home_team""='afc hornchurch';",2-18054397-14 What player has 1 as the place?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""finish""='1';",2-18133211-2 "What country has a total greater than 270, with sandy lyle as the player?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""total"">270 AND ""player""='sandy lyle';",2-18133211-2 How many totals have t6 as the finish?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT SUM(""total"") FROM ""made_the_cut"" WHERE ""finish""='t6';",2-18133211-2 What player has 289 as the total?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""total""=289;",2-18133211-2 What is the local/network with an Ad frequency of 15 minutes?,"CREATE TABLE ""saturday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""local_networked"" FROM ""saturday_schedule"" WHERE ""ad_freq""='15 minutes';",2-18223138-3 What is the ad frequency for the Show Off The Bench?,"CREATE TABLE ""saturday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""ad_freq"" FROM ""saturday_schedule"" WHERE ""show_name""='off the bench';",2-18223138-3 What year has Stacy as the category and award of Best Reality Star in Social Media?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""competition"" text, ""awards"" text, ""category"" text, ""result"" text );","SELECT MIN(""year"") FROM ""awards_and_nominations"" WHERE ""category""='stacy' AND ""awards""='best reality star in social media';",2-17838670-5 What was the result in the year greaters than 2008 with an award of Jahat and had a category of Stacy?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""competition"" text, ""awards"" text, ""category"" text, ""result"" text );","SELECT ""result"" FROM ""awards_and_nominations"" WHERE ""category""='stacy' AND ""year"">2008 AND ""awards""='jahat';",2-17838670-5 What award was in the year after 2009 with a competition of Digi Wwwow Awards?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""competition"" text, ""awards"" text, ""category"" text, ""result"" text );","SELECT ""awards"" FROM ""awards_and_nominations"" WHERE ""year"">2009 AND ""competition""='digi wwwow awards';",2-17838670-5 What was the year that had Anugerah Bintang Popular Berita Harian 23 as competition?,"CREATE TABLE ""awards_and_nominations"" ( ""year"" real, ""competition"" text, ""awards"" text, ""category"" text, ""result"" text );","SELECT COUNT(""year"") FROM ""awards_and_nominations"" WHERE ""competition""='anugerah bintang popular berita harian 23';",2-17838670-5 What round was the game against Watford?,"CREATE TABLE ""fa_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""round"" FROM ""fa_cup"" WHERE ""opponent""='watford';",2-17907102-4 What round was the game with a result of 5-1 at N venue?,"CREATE TABLE ""fa_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""round"" FROM ""fa_cup"" WHERE ""venue""='n' AND ""result""='5-1';",2-17907102-4 What is the highest attendance at a game with a result of 5-1?,"CREATE TABLE ""fa_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT MAX(""attendance"") FROM ""fa_cup"" WHERE ""result""='5-1';",2-17907102-4 "What was the nationality of the winner on December 8, 1968?","CREATE TABLE ""past_winners"" ( ""edition"" text, ""date"" text, ""winner"" text, ""country"" text, ""time_h_m_s"" text );","SELECT ""country"" FROM ""past_winners"" WHERE ""date""='december 8, 1968';",2-1771935-1 On what date did Lee Bong-Ju win in 2:10:48?,"CREATE TABLE ""past_winners"" ( ""edition"" text, ""date"" text, ""winner"" text, ""country"" text, ""time_h_m_s"" text );","SELECT ""date"" FROM ""past_winners"" WHERE ""time_h_m_s""='2:10:48' AND ""winner""='lee bong-ju';",2-1771935-1 On what date was the 48th Edition raced?,"CREATE TABLE ""past_winners"" ( ""edition"" text, ""date"" text, ""winner"" text, ""country"" text, ""time_h_m_s"" text );","SELECT ""date"" FROM ""past_winners"" WHERE ""edition""='48th';",2-1771935-1 What was the nationality of the winner of the 42nd Edition?,"CREATE TABLE ""past_winners"" ( ""edition"" text, ""date"" text, ""winner"" text, ""country"" text, ""time_h_m_s"" text );","SELECT ""country"" FROM ""past_winners"" WHERE ""edition""='42nd';",2-1771935-1 What was the nationality of the winner for the 20th Edition?,"CREATE TABLE ""past_winners"" ( ""edition"" text, ""date"" text, ""winner"" text, ""country"" text, ""time_h_m_s"" text );","SELECT ""country"" FROM ""past_winners"" WHERE ""edition""='20th';",2-1771935-1 Who was the winner of the 23rd Edition?,"CREATE TABLE ""past_winners"" ( ""edition"" text, ""date"" text, ""winner"" text, ""country"" text, ""time_h_m_s"" text );","SELECT ""winner"" FROM ""past_winners"" WHERE ""edition""='23rd';",2-1771935-1 Who reported the game played on 1 september?,"CREATE TABLE ""scotland_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""competition"" text, ""report"" text );","SELECT ""report"" FROM ""scotland_national_team"" WHERE ""date""='1 september';",2-1763266-9 Who reported the game on 6 october?,"CREATE TABLE ""scotland_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""competition"" text, ""report"" text );","SELECT ""report"" FROM ""scotland_national_team"" WHERE ""date""='6 october';",2-1763266-9 Where was the game played on 20 may?,"CREATE TABLE ""scotland_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""competition"" text, ""report"" text );","SELECT ""venue"" FROM ""scotland_national_team"" WHERE ""date""='20 may';",2-1763266-9 What was the score of the game on 1 september?,"CREATE TABLE ""scotland_national_team"" ( ""date"" text, ""venue"" text, ""score"" text, ""competition"" text, ""report"" text );","SELECT ""score"" FROM ""scotland_national_team"" WHERE ""date""='1 september';",2-1763266-9 "Which country has the format ed Remaster double-12"" (500 copies)?","CREATE TABLE ""release_history"" ( ""country"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog_nr"" text );","SELECT ""country"" FROM ""release_history"" WHERE ""format""='ed remaster double-12\"" (500 copies)';",2-18182309-2 Which date has Total Holocaust records in the ed Remaster cassette format?,"CREATE TABLE ""release_history"" ( ""country"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog_nr"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""label""='total holocaust records' AND ""format""='ed remaster cassette';",2-18182309-2 Which country has the catalog nr of thr-048 in 2004?,"CREATE TABLE ""release_history"" ( ""country"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog_nr"" text );","SELECT ""country"" FROM ""release_history"" WHERE ""date""='2004' AND ""catalog_nr""='thr-048';",2-18182309-2 What country is the Debemur Morti prod. label from?,"CREATE TABLE ""release_history"" ( ""country"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog_nr"" text );","SELECT ""country"" FROM ""release_history"" WHERE ""label""='debemur morti prod.';",2-18182309-2 "How much Peak Position has Sales Total larger than 1,540,088?","CREATE TABLE ""charts"" ( ""release"" text, ""chart"" text, ""peak_position"" real, ""sales_total"" real, ""chart_run"" text );","SELECT COUNT(""peak_position"") FROM ""charts"" WHERE ""sales_total"">'1,540,088';",2-17986709-4 Which Sales Total has a Chart of oricon monthly albums chart?,"CREATE TABLE ""charts"" ( ""release"" text, ""chart"" text, ""peak_position"" real, ""sales_total"" real, ""chart_run"" text );","SELECT ""sales_total"" FROM ""charts"" WHERE ""chart""='oricon monthly albums chart';",2-17986709-4 Which Chart has a Peak Position of 1?,"CREATE TABLE ""charts"" ( ""release"" text, ""chart"" text, ""peak_position"" real, ""sales_total"" real, ""chart_run"" text );","SELECT ""chart"" FROM ""charts"" WHERE ""peak_position""=1;",2-17986709-4 When has a Record of 1-3?,"CREATE TABLE ""buffalo_sabres_4_chicago_black_hawks_1"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""date"" FROM ""buffalo_sabres_4_chicago_black_hawks_1"" WHERE ""record""='1-3';",2-18339377-4 Name the Visitor that has a Home of chicago black hawks on april 20?,"CREATE TABLE ""buffalo_sabres_4_chicago_black_hawks_1"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""visitor"" FROM ""buffalo_sabres_4_chicago_black_hawks_1"" WHERE ""home""='chicago black hawks' AND ""date""='april 20';",2-18339377-4 Which Score has a Record of 0-1?,"CREATE TABLE ""buffalo_sabres_4_chicago_black_hawks_1"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""buffalo_sabres_4_chicago_black_hawks_1"" WHERE ""record""='0-1';",2-18339377-4 Which Date has a Record of 1-4?,"CREATE TABLE ""buffalo_sabres_4_chicago_black_hawks_1"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""date"" FROM ""buffalo_sabres_4_chicago_black_hawks_1"" WHERE ""record""='1-4';",2-18339377-4 Which Home is on april 22?,"CREATE TABLE ""buffalo_sabres_4_chicago_black_hawks_1"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""home"" FROM ""buffalo_sabres_4_chicago_black_hawks_1"" WHERE ""date""='april 22';",2-18339377-4 Which Score has a Visitor of buffalo sabres and a Record of 1-3?,"CREATE TABLE ""buffalo_sabres_4_chicago_black_hawks_1"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""buffalo_sabres_4_chicago_black_hawks_1"" WHERE ""visitor""='buffalo sabres' AND ""record""='1-3';",2-18339377-4 What is the Record of the February 26 date?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='february 26';",2-18185973-2 What is the Record from February 10?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='february 10';",2-18185973-2 What is the Score of the Chicago Black Hawks Home game with the Visiting Vancouver Canucks on November 17?,"CREATE TABLE ""game_log"" ( ""date"" text, ""visitor"" text, ""score"" text, ""home"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""home""='chicago black hawks' AND ""visitor""='vancouver canucks' AND ""date""='november 17';",2-18185973-2 What Service Name has UTV as the owner?,"CREATE TABLE ""catch_up_services"" ( ""service_name"" text, ""owner"" text, ""catch_up_period"" text, ""streamed"" text, ""download"" text, ""technology"" text );","SELECT ""service_name"" FROM ""catch_up_services"" WHERE ""owner""='utv';",2-182410-7 What is the download of the varies catch-up period?,"CREATE TABLE ""catch_up_services"" ( ""service_name"" text, ""owner"" text, ""catch_up_period"" text, ""streamed"" text, ""download"" text, ""technology"" text );","SELECT ""download"" FROM ""catch_up_services"" WHERE ""catch_up_period""='varies';",2-182410-7 What is the Catch-up period for UTV?,"CREATE TABLE ""catch_up_services"" ( ""service_name"" text, ""owner"" text, ""catch_up_period"" text, ""streamed"" text, ""download"" text, ""technology"" text );","SELECT ""catch_up_period"" FROM ""catch_up_services"" WHERE ""owner""='utv';",2-182410-7 What is the Service name of BBC?,"CREATE TABLE ""catch_up_services"" ( ""service_name"" text, ""owner"" text, ""catch_up_period"" text, ""streamed"" text, ""download"" text, ""technology"" text );","SELECT ""service_name"" FROM ""catch_up_services"" WHERE ""owner""='bbc';",2-182410-7 What is the lowest number of wins where the byes are less than 0?,"CREATE TABLE ""2012_ladder"" ( ""geelong_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MIN(""wins"") FROM ""2012_ladder"" WHERE ""byes""<0;",2-17982197-8 What is the lowest number of wins where the losses are more than 12 and the draws are less than 0?,"CREATE TABLE ""2012_ladder"" ( ""geelong_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MIN(""wins"") FROM ""2012_ladder"" WHERE ""losses"">12 AND ""draws""<0;",2-17982197-8 What is the average of wins when the byes are less than 0?,"CREATE TABLE ""2012_ladder"" ( ""geelong_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""wins"") FROM ""2012_ladder"" WHERE ""byes""<0;",2-17982197-8 What is the total number of losses where the byes were greater than 0?,"CREATE TABLE ""2012_ladder"" ( ""geelong_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""losses"") FROM ""2012_ladder"" WHERE ""byes"">0;",2-17982197-8 What is the highest number of byes where the losses were 9 and the draws were less than 0?,"CREATE TABLE ""2012_ladder"" ( ""geelong_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""byes"") FROM ""2012_ladder"" WHERE ""losses""=9 AND ""draws""<0;",2-17982197-8 What are the average losses for Geelong DFL of Bell Post Hill where the draws are less than 0?,"CREATE TABLE ""2012_ladder"" ( ""geelong_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""losses"") FROM ""2012_ladder"" WHERE ""geelong_dfl""='bell post hill' AND ""draws""<0;",2-17982197-8 What election has a 1st member of richard blakemore and a 2nd member of william goodenough hayter?,"CREATE TABLE ""m_ps_1832_1868"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""election"" FROM ""m_ps_1832_1868"" WHERE ""2nd_member""='william goodenough hayter' AND ""1st_member""='richard blakemore';",2-1818951-3 What's the 2nd party of 2nd member william goodenough hayter when the 1st member is hedworth hylton jolliffe?,"CREATE TABLE ""m_ps_1832_1868"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""2nd_party"" FROM ""m_ps_1832_1868"" WHERE ""1st_member""='hedworth hylton jolliffe' AND ""2nd_member""='william goodenough hayter';",2-1818951-3 What's the party of 2nd member arthur divett hayter when the 1st party is conservative?,"CREATE TABLE ""m_ps_1832_1868"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""2nd_party"" FROM ""m_ps_1832_1868"" WHERE ""1st_party""='conservative' AND ""2nd_member""='arthur divett hayter';",2-1818951-3 Who's the conservative 1st member of the election of 1852?,"CREATE TABLE ""m_ps_1832_1868"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""1st_member"" FROM ""m_ps_1832_1868"" WHERE ""1st_party""='conservative' AND ""election""='1852';",2-1818951-3 "Which Yards have Carries smaller than 23, and a Team of at chi, and an Average smaller than 8.5?","CREATE TABLE ""professional_career"" ( ""week"" real, ""team"" text, ""carries"" real, ""yards"" real, ""average"" real );","SELECT MIN(""yards"") FROM ""professional_career"" WHERE ""carries""<23 AND ""team""='at chi' AND ""average""<8.5;",2-179348-2 "Which Team has 19 Carries, and a Week larger than 13?","CREATE TABLE ""professional_career"" ( ""week"" real, ""team"" text, ""carries"" real, ""yards"" real, ""average"" real );","SELECT ""team"" FROM ""professional_career"" WHERE ""carries""=19 AND ""week"">13;",2-179348-2 "Which Average has Yards larger than 167, and a Team of at tb, and a Week larger than 7?","CREATE TABLE ""professional_career"" ( ""week"" real, ""team"" text, ""carries"" real, ""yards"" real, ""average"" real );","SELECT MIN(""average"") FROM ""professional_career"" WHERE ""yards"">167 AND ""team""='at tb' AND ""week"">7;",2-179348-2 "What is the result of the game with 57,234 people in attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""attendance""='57,234';",2-17643221-2 "How many people attended the game with a kickoff time of cbs 1:00pm, in a week earlier than 8, on September 15, 2002?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""kickoff_time""='cbs 1:00pm' AND ""week""<8 AND ""date""='september 15, 2002';",2-17643221-2 What is the kickoff time for the game in week of 17?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT ""kickoff_time"" FROM ""schedule"" WHERE ""week""=17;",2-17643221-2 What week was the opponent the San Diego Chargers?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT AVG(""week"") FROM ""schedule"" WHERE ""opponent""='san diego chargers';",2-17643221-2 "What week number was the kickoff time cbs 1:00pm, with 60,473 people in attendance?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT COUNT(""week"") FROM ""schedule"" WHERE ""kickoff_time""='cbs 1:00pm' AND ""attendance""='60,473';",2-17643221-2 "What is the kickoff time on November 10, 2002?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""kickoff_time"" text, ""attendance"" text );","SELECT ""kickoff_time"" FROM ""schedule"" WHERE ""date""='november 10, 2002';",2-17643221-2 What District has a College or Campus Name of anna university college of engineering kanchipuram?,"CREATE TABLE ""anna_university_colleges"" ( ""college_or_campus_name"" text, ""location"" text, ""district"" text, ""affiliation"" text, ""weblink"" text );","SELECT ""district"" FROM ""anna_university_colleges"" WHERE ""college_or_campus_name""='anna university college of engineering kanchipuram';",2-18139722-2 What District has a Location of tharamani?,"CREATE TABLE ""anna_university_colleges"" ( ""college_or_campus_name"" text, ""location"" text, ""district"" text, ""affiliation"" text, ""weblink"" text );","SELECT ""district"" FROM ""anna_university_colleges"" WHERE ""location""='tharamani';",2-18139722-2 What Location has a College or Campus Name of anna university - tharamani campus?,"CREATE TABLE ""anna_university_colleges"" ( ""college_or_campus_name"" text, ""location"" text, ""district"" text, ""affiliation"" text, ""weblink"" text );","SELECT ""location"" FROM ""anna_university_colleges"" WHERE ""college_or_campus_name""='anna university - tharamani campus';",2-18139722-2 What Weblink has a College or Campus Name of anna university college of engineering kanchipuram?,"CREATE TABLE ""anna_university_colleges"" ( ""college_or_campus_name"" text, ""location"" text, ""district"" text, ""affiliation"" text, ""weblink"" text );","SELECT ""weblink"" FROM ""anna_university_colleges"" WHERE ""college_or_campus_name""='anna university college of engineering kanchipuram';",2-18139722-2 What District has a Location of villupuram?,"CREATE TABLE ""anna_university_colleges"" ( ""college_or_campus_name"" text, ""location"" text, ""district"" text, ""affiliation"" text, ""weblink"" text );","SELECT ""district"" FROM ""anna_university_colleges"" WHERE ""location""='villupuram';",2-18139722-2 What Weblink has a College or Campus Name of anna university college of engineering tindivanam?,"CREATE TABLE ""anna_university_colleges"" ( ""college_or_campus_name"" text, ""location"" text, ""district"" text, ""affiliation"" text, ""weblink"" text );","SELECT ""weblink"" FROM ""anna_university_colleges"" WHERE ""college_or_campus_name""='anna university college of engineering tindivanam';",2-18139722-2 "What Super G has Victories of 26, and a Country of austria?","CREATE TABLE ""most_successful_race_winners"" ( ""country"" text, ""career"" text, ""victories"" real, ""super_g"" text, ""giant_slalom"" text, ""slalom"" text, ""combined"" text, ""parallel"" text );","SELECT ""super_g"" FROM ""most_successful_race_winners"" WHERE ""victories""=26 AND ""country""='austria';",2-183628-10 What Super G has a Career of 1980–1996?,"CREATE TABLE ""most_successful_race_winners"" ( ""country"" text, ""career"" text, ""victories"" real, ""super_g"" text, ""giant_slalom"" text, ""slalom"" text, ""combined"" text, ""parallel"" text );","SELECT ""super_g"" FROM ""most_successful_race_winners"" WHERE ""career""='1980–1996';",2-183628-10 "What Career has a Parallel of –, a Combined of –, and a Giant Slalom of 5?","CREATE TABLE ""most_successful_race_winners"" ( ""country"" text, ""career"" text, ""victories"" real, ""super_g"" text, ""giant_slalom"" text, ""slalom"" text, ""combined"" text, ""parallel"" text );","SELECT ""career"" FROM ""most_successful_race_winners"" WHERE ""parallel""='–' AND ""combined""='–' AND ""giant_slalom""='5';",2-183628-10 What Country has a Career of 1989–2004?,"CREATE TABLE ""most_successful_race_winners"" ( ""country"" text, ""career"" text, ""victories"" real, ""super_g"" text, ""giant_slalom"" text, ""slalom"" text, ""combined"" text, ""parallel"" text );","SELECT ""country"" FROM ""most_successful_race_winners"" WHERE ""career""='1989–2004';",2-183628-10 "What Giant Slalom has Victories larger than 27, a Slalom of –, and a Career of 1996–2009?","CREATE TABLE ""most_successful_race_winners"" ( ""country"" text, ""career"" text, ""victories"" real, ""super_g"" text, ""giant_slalom"" text, ""slalom"" text, ""combined"" text, ""parallel"" text );","SELECT ""giant_slalom"" FROM ""most_successful_race_winners"" WHERE ""victories"">27 AND ""slalom""='–' AND ""career""='1996–2009';",2-183628-10 "What Career has a Super G of 5, and a Combined of 6?","CREATE TABLE ""most_successful_race_winners"" ( ""country"" text, ""career"" text, ""victories"" real, ""super_g"" text, ""giant_slalom"" text, ""slalom"" text, ""combined"" text, ""parallel"" text );","SELECT ""career"" FROM ""most_successful_race_winners"" WHERE ""super_g""='5' AND ""combined""='6';",2-183628-10 Which Class has a Year(s) of Manufacture of 1899?,"CREATE TABLE ""goods_train_locomotives"" ( ""class"" text, ""number_s"" text, ""quantity"" real, ""year_s_of_manufacture"" text, ""type"" text );","SELECT ""class"" FROM ""goods_train_locomotives"" WHERE ""year_s_of_manufacture""='1899';",2-17941795-4 "Which Year(s) of Manufacture has a Quantity larger than 60, and a Number(s) of 7001–7165?","CREATE TABLE ""goods_train_locomotives"" ( ""class"" text, ""number_s"" text, ""quantity"" real, ""year_s_of_manufacture"" text, ""type"" text );","SELECT ""year_s_of_manufacture"" FROM ""goods_train_locomotives"" WHERE ""quantity"">60 AND ""number_s""='7001–7165';",2-17941795-4 "Which Quantity has a Type of e h4v, and a Year(s) of Manufacture of 1920–1924?","CREATE TABLE ""goods_train_locomotives"" ( ""class"" text, ""number_s"" text, ""quantity"" real, ""year_s_of_manufacture"" text, ""type"" text );","SELECT MIN(""quantity"") FROM ""goods_train_locomotives"" WHERE ""type""='e h4v' AND ""year_s_of_manufacture""='1920–1924';",2-17941795-4 What was Shaun Murphy's outcome in the Premier League Snooker championship held before 2010?,"CREATE TABLE ""non_ranking_event_finals_13_7_titles_6_r"" ( ""outcome"" text, ""year"" real, ""championship"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""outcome"" FROM ""non_ranking_event_finals_13_7_titles_6_r"" WHERE ""championship""='premier league snooker' AND ""year""<2010;",2-1795208-8 What league has a 3-1 home?,"CREATE TABLE ""fc_bayern_munich_ii_versus_tsv_1860_muni"" ( ""season"" text, ""league"" text, ""teams"" text, ""home"" text, ""away"" text );","SELECT ""league"" FROM ""fc_bayern_munich_ii_versus_tsv_1860_muni"" WHERE ""home""='3-1';",2-17918213-3 What is the home with a 1-1 away in the 2004-05 season?,"CREATE TABLE ""fc_bayern_munich_ii_versus_tsv_1860_muni"" ( ""season"" text, ""league"" text, ""teams"" text, ""home"" text, ""away"" text );","SELECT ""home"" FROM ""fc_bayern_munich_ii_versus_tsv_1860_muni"" WHERE ""away""='1-1' AND ""season""='2004-05';",2-17918213-3 Which teams were in the 2006-07 season?,"CREATE TABLE ""fc_bayern_munich_ii_versus_tsv_1860_muni"" ( ""season"" text, ""league"" text, ""teams"" text, ""home"" text, ""away"" text );","SELECT ""teams"" FROM ""fc_bayern_munich_ii_versus_tsv_1860_muni"" WHERE ""season""='2006-07';",2-17918213-3 What is the league with a 0:1 home?,"CREATE TABLE ""fc_bayern_munich_ii_versus_tsv_1860_muni"" ( ""season"" text, ""league"" text, ""teams"" text, ""home"" text, ""away"" text );","SELECT ""league"" FROM ""fc_bayern_munich_ii_versus_tsv_1860_muni"" WHERE ""home""='0:1';",2-17918213-3 "What season has a regionalliga süd league, a 1-0 home, and an away of 2-3?","CREATE TABLE ""fc_bayern_munich_ii_versus_tsv_1860_muni"" ( ""season"" text, ""league"" text, ""teams"" text, ""home"" text, ""away"" text );","SELECT ""season"" FROM ""fc_bayern_munich_ii_versus_tsv_1860_muni"" WHERE ""league""='regionalliga süd' AND ""home""='1-0' AND ""away""='2-3';",2-17918213-3 Which season has the regionalliga süd (iii) league?,"CREATE TABLE ""fc_bayern_munich_ii_versus_tsv_1860_muni"" ( ""season"" text, ""league"" text, ""teams"" text, ""home"" text, ""away"" text );","SELECT ""season"" FROM ""fc_bayern_munich_ii_versus_tsv_1860_muni"" WHERE ""league""='regionalliga süd (iii)';",2-17918213-3 "What is the smallest number of gold of a country of rank 6, with 2 bronzes?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""gold"") FROM ""medal_table"" WHERE ""bronze""=2 AND ""rank""=6 AND ""total"">2;",2-17822529-2 "What is the rank of the country with more than 2 medals, and 2 gold medals?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""rank"" FROM ""medal_table"" WHERE ""total"">2 AND ""gold""=2;",2-17822529-2 How many total medals does a country with more than 1 silver medals have?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""total"") FROM ""medal_table"" WHERE ""silver"">1;",2-17822529-2 Who is the co-contestant (yaar vs. Pyaar) with Vishal Singh as the main contestant?,"CREATE TABLE ""week_3_july_23_and_24_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""co_contestant_yaar_vs_pyaar"" FROM ""week_3_july_23_and_24_2008"" WHERE ""main_contestant""='vishal singh';",2-18278508-3 Who is the main contestant with scores by each individual judge of 8 + 7 + 7 = 21?,"CREATE TABLE ""week_3_july_23_and_24_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""main_contestant"" FROM ""week_3_july_23_and_24_2008"" WHERE ""scores_by_each_individual_judge""='8 + 7 + 7 = 21';",2-18278508-3 Who is the main contestant with a total score/week of 42/60 and a co-contestant (Yaar vs. Pyaa) of Tina Sachdev?,"CREATE TABLE ""week_3_july_23_and_24_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""main_contestant"" FROM ""week_3_july_23_and_24_2008"" WHERE ""total_score_week""='42/60' AND ""co_contestant_yaar_vs_pyaar""='tina sachdev';",2-18278508-3 What is Tina Sachdev's position?,"CREATE TABLE ""week_3_july_23_and_24_2008"" ( ""main_contestant"" text, ""co_contestant_yaar_vs_pyaar"" text, ""date_performed"" text, ""scores_by_each_individual_judge"" text, ""total_score_week"" text, ""position"" text, ""status"" text );","SELECT ""position"" FROM ""week_3_july_23_and_24_2008"" WHERE ""co_contestant_yaar_vs_pyaar""='tina sachdev';",2-18278508-3 Name the Rank of Rank Mountain Peak of crested butte pb?,"CREATE TABLE ""the_21_peaks_of_the_elk_mountains_with_a"" ( ""rank"" real, ""mountain_peak"" text, ""subrange"" text, ""elevation"" text, ""prominence"" text, ""isolation"" text );","SELECT ""rank"" FROM ""the_21_peaks_of_the_elk_mountains_with_a"" WHERE ""mountain_peak""='crested butte pb';",2-1790790-1 Name the Prominence of the Mountain Peak of matchless mountain pb?,"CREATE TABLE ""the_21_peaks_of_the_elk_mountains_with_a"" ( ""rank"" real, ""mountain_peak"" text, ""subrange"" text, ""elevation"" text, ""prominence"" text, ""isolation"" text );","SELECT ""prominence"" FROM ""the_21_peaks_of_the_elk_mountains_with_a"" WHERE ""mountain_peak""='matchless mountain pb';",2-1790790-1 What year was Mary Elizabeth Mastrantonio nominated?,"CREATE TABLE ""2002_broadway_revival"" ( ""year"" real, ""award_ceremony"" text, ""category"" text, ""nominee"" text, ""result"" text );","SELECT ""year"" FROM ""2002_broadway_revival"" WHERE ""nominee""='mary elizabeth mastrantonio';",2-177860-3 What was the result for the nomination of Best Revival of a Musical?,"CREATE TABLE ""2002_broadway_revival"" ( ""year"" real, ""award_ceremony"" text, ""category"" text, ""nominee"" text, ""result"" text );","SELECT ""result"" FROM ""2002_broadway_revival"" WHERE ""category""='best revival of a musical';",2-177860-3 "Which Nanquan has a Nandao larger than 9.49, and a Rank of 4?","CREATE TABLE ""women_s_nanquan_nandao_combined"" ( ""rank"" real, ""athlete"" text, ""nandao"" real, ""nanquan"" real, ""total"" real );","SELECT ""nanquan"" FROM ""women_s_nanquan_nandao_combined"" WHERE ""nandao"">9.49 AND ""rank""=4;",2-17660359-11 "Which Nanquan has a Nandao smaller than 9.44, and a Rank smaller than 9, and a Total larger than 18.68?","CREATE TABLE ""women_s_nanquan_nandao_combined"" ( ""rank"" real, ""athlete"" text, ""nandao"" real, ""nanquan"" real, ""total"" real );","SELECT MIN(""nanquan"") FROM ""women_s_nanquan_nandao_combined"" WHERE ""nandao""<9.44 AND ""rank""<9 AND ""total"">18.68;",2-17660359-11 "How many weeks have a Winning team of yellow team, and an Event of foos it or lose it?","CREATE TABLE ""competitions"" ( ""week"" real, ""event"" text, ""air_date"" text, ""winning_team"" text, ""winners_club"" text );","SELECT SUM(""week"") FROM ""competitions"" WHERE ""winning_team""='yellow team' AND ""event""='foos it or lose it';",2-17950516-6 "Which Week has an Air Date of august 2, 2008?","CREATE TABLE ""competitions"" ( ""week"" real, ""event"" text, ""air_date"" text, ""winning_team"" text, ""winners_club"" text );","SELECT ""week"" FROM ""competitions"" WHERE ""air_date""='august 2, 2008';",2-17950516-6 "Which Week has an Air Date of august 30, 2008?","CREATE TABLE ""competitions"" ( ""week"" real, ""event"" text, ""air_date"" text, ""winning_team"" text, ""winners_club"" text );","SELECT ""week"" FROM ""competitions"" WHERE ""air_date""='august 30, 2008';",2-17950516-6 Which Winners club has a Week of 4.5?,"CREATE TABLE ""competitions"" ( ""week"" real, ""event"" text, ""air_date"" text, ""winning_team"" text, ""winners_club"" text );","SELECT ""winners_club"" FROM ""competitions"" WHERE ""week""=4.5;",2-17950516-6 Which Winners club has an Event of hang tight?,"CREATE TABLE ""competitions"" ( ""week"" real, ""event"" text, ""air_date"" text, ""winning_team"" text, ""winners_club"" text );","SELECT ""winners_club"" FROM ""competitions"" WHERE ""event""='hang tight';",2-17950516-6 on what date was tie number 4?,"CREATE TABLE ""first_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""first_round_proper"" WHERE ""tie_no""='4';",2-17751851-1 minehead has what tie number?,"CREATE TABLE ""first_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""first_round_proper"" WHERE ""home_team""='minehead';",2-17751851-1 what is enfield's tie number?,"CREATE TABLE ""first_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""first_round_proper"" WHERE ""home_team""='enfield';",2-17751851-1 What show was played on ABC laster after 2002?,"CREATE TABLE ""programs_returning_in_2009"" ( ""show"" text, ""network_last_aired"" text, ""last_aired"" real, ""network_new_returning"" text, ""returning"" text );","SELECT ""show"" FROM ""programs_returning_in_2009"" WHERE ""network_last_aired""='abc' AND ""last_aired"">2002;",2-18077237-15 When did soul train music awards return?,"CREATE TABLE ""programs_returning_in_2009"" ( ""show"" text, ""network_last_aired"" text, ""last_aired"" real, ""network_new_returning"" text, ""returning"" text );","SELECT ""returning"" FROM ""programs_returning_in_2009"" WHERE ""show""='soul train music awards';",2-18077237-15 When did a show last aired in 2002 return?,"CREATE TABLE ""programs_returning_in_2009"" ( ""show"" text, ""network_last_aired"" text, ""last_aired"" real, ""network_new_returning"" text, ""returning"" text );","SELECT ""returning"" FROM ""programs_returning_in_2009"" WHERE ""last_aired""=2002;",2-18077237-15 What Venue has a Past Season of 2nd?,"CREATE TABLE ""teams"" ( ""team"" text, ""city"" text, ""venue"" text, ""capacity"" real, ""head_coach"" text, ""team_captain"" text, ""past_season"" text );","SELECT ""venue"" FROM ""teams"" WHERE ""past_season""='2nd';",2-17702976-1 What is the Capacity of the Venue of Head Coach Ali Asghar Modir Roosta?,"CREATE TABLE ""teams"" ( ""team"" text, ""city"" text, ""venue"" text, ""capacity"" real, ""head_coach"" text, ""team_captain"" text, ""past_season"" text );","SELECT MAX(""capacity"") FROM ""teams"" WHERE ""head_coach""='ali asghar modir roosta';",2-17702976-1 What is the Capacity of the Venue of Head Coach Farhad Kazemi?,"CREATE TABLE ""teams"" ( ""team"" text, ""city"" text, ""venue"" text, ""capacity"" real, ""head_coach"" text, ""team_captain"" text, ""past_season"" text );","SELECT SUM(""capacity"") FROM ""teams"" WHERE ""head_coach""='farhad kazemi';",2-17702976-1 "How much Played has an Average smaller than 0.9390000000000001, and a 1990-91 of 28?","CREATE TABLE ""relegation"" ( ""team"" text, ""average"" real, ""points"" real, ""played"" real, ""1989_90"" text, ""1990_91"" text, ""1991_1992"" real );","SELECT COUNT(""played"") FROM ""relegation"" WHERE ""average""<0.9390000000000001 AND ""1990_91""='28';",2-17968277-1 "How much 1991-1992 has a 1989-90 of 36, and an Average of 0.8250000000000001?","CREATE TABLE ""relegation"" ( ""team"" text, ""average"" real, ""points"" real, ""played"" real, ""1989_90"" text, ""1990_91"" text, ""1991_1992"" real );","SELECT COUNT(""1991_1992"") FROM ""relegation"" WHERE ""1989_90""='36' AND ""average""=0.8250000000000001;",2-17968277-1 "How much Average has a 1989-90 of 36, and a Team of talleres de córdoba, and a Played smaller than 114?","CREATE TABLE ""relegation"" ( ""team"" text, ""average"" real, ""points"" real, ""played"" real, ""1989_90"" text, ""1990_91"" text, ""1991_1992"" real );","SELECT COUNT(""average"") FROM ""relegation"" WHERE ""1989_90""='36' AND ""team""='talleres de córdoba' AND ""played""<114;",2-17968277-1 "How much 1991-1992 has a Team of gimnasia de la plata, and more than 113 points?","CREATE TABLE ""relegation"" ( ""team"" text, ""average"" real, ""points"" real, ""played"" real, ""1989_90"" text, ""1990_91"" text, ""1991_1992"" real );","SELECT COUNT(""1991_1992"") FROM ""relegation"" WHERE ""team""='gimnasia de la plata' AND ""points"">113;",2-17968277-1 What role did Pick # 10 have?,"CREATE TABLE ""selections"" ( ""pick_num"" real, ""brand_to"" text, ""employee_real_name"" text, ""role"" text, ""brand_from"" text );","SELECT ""role"" FROM ""selections"" WHERE ""pick_num""=10;",2-17631598-2 What is the real name of the male wrestler from Raw with a pick # smaller than 6?,"CREATE TABLE ""selections"" ( ""pick_num"" real, ""brand_to"" text, ""employee_real_name"" text, ""role"" text, ""brand_from"" text );","SELECT ""employee_real_name"" FROM ""selections"" WHERE ""pick_num""<6 AND ""brand_from""='raw' AND ""role""='male wrestler';",2-17631598-2 Pick # 3 works for which brand?,"CREATE TABLE ""selections"" ( ""pick_num"" real, ""brand_to"" text, ""employee_real_name"" text, ""role"" text, ""brand_from"" text );","SELECT ""brand_from"" FROM ""selections"" WHERE ""pick_num""=3;",2-17631598-2 What is the real name of the Pick # that is greater than 9?,"CREATE TABLE ""selections"" ( ""pick_num"" real, ""brand_to"" text, ""employee_real_name"" text, ""role"" text, ""brand_from"" text );","SELECT ""employee_real_name"" FROM ""selections"" WHERE ""pick_num"">9;",2-17631598-2 "Who is the director with the Min Dally Nseek title, and won?","CREATE TABLE ""awards"" ( ""year"" real, ""title"" text, ""director"" text, ""survey"" text, ""result"" text );","SELECT ""director"" FROM ""awards"" WHERE ""title""='min dally nseek' AND ""result""='won';",2-18315735-2 What survey has the Ehsas Jdeed title?,"CREATE TABLE ""awards"" ( ""year"" real, ""title"" text, ""director"" text, ""survey"" text, ""result"" text );","SELECT ""survey"" FROM ""awards"" WHERE ""title""='ehsas jdeed';",2-18315735-2 "What is the title for the Murex D'or survey, after 2005, Said Elmarouk as director, and was nominated?","CREATE TABLE ""awards"" ( ""year"" real, ""title"" text, ""director"" text, ""survey"" text, ""result"" text );","SELECT ""title"" FROM ""awards"" WHERE ""survey""='murex d''or' AND ""year"">2005 AND ""director""='said elmarouk' AND ""result""='nominated';",2-18315735-2 What is the result for director Said Elmarouk before 2008?,"CREATE TABLE ""awards"" ( ""year"" real, ""title"" text, ""director"" text, ""survey"" text, ""result"" text );","SELECT ""result"" FROM ""awards"" WHERE ""director""='said elmarouk' AND ""year""<2008;",2-18315735-2 What is the week 1 with candice hunnicutt in week 3?,"CREATE TABLE ""2009"" ( ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text );","SELECT ""week_1"" FROM ""2009"" WHERE ""week_3""='candice hunnicutt';",2-17993994-10 What is the week 2 with daniella mugnolo in week 1?,"CREATE TABLE ""2009"" ( ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text );","SELECT ""week_2"" FROM ""2009"" WHERE ""week_1""='daniella mugnolo';",2-17993994-10 What is the week 3 with addison miller in week 2?,"CREATE TABLE ""2009"" ( ""week_1"" text, ""week_2"" text, ""week_3"" text, ""week_4"" text, ""week_5"" text );","SELECT ""week_3"" FROM ""2009"" WHERE ""week_2""='addison miller';",2-17993994-10 In what year was the republican incumbent from Kentucky 2 district first elected?,"CREATE TABLE ""kentucky"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT SUM(""first_elected"") FROM ""kentucky"" WHERE ""party""='republican' AND ""district""='kentucky 2';",2-1805191-18 "What is the average played for entries with fewer than 65 goals against, points 1 of 19 2, and a position higher than 15?","CREATE TABLE ""third_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT AVG(""played"") FROM ""third_division_final_table"" WHERE ""position""<15 AND ""points_1""='19 2' AND ""goals_against""<65;",2-17776244-3 What is the lowest drawn for entries with a lost of 13?,"CREATE TABLE ""third_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MIN(""drawn"") FROM ""third_division_final_table"" WHERE ""lost""=13;",2-17776244-3 "For entries with fewer than 28 played, with 45 goals against and points 1 of 33, what is the average drawn?","CREATE TABLE ""third_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT AVG(""drawn"") FROM ""third_division_final_table"" WHERE ""points_1""='33' AND ""goals_against""=45 AND ""played""<28;",2-17776244-3 "For entries with lost larger than 21 and goals for smaller than 36, what is the average drawn?","CREATE TABLE ""third_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT AVG(""drawn"") FROM ""third_division_final_table"" WHERE ""goals_for""<36 AND ""lost"">21;",2-17776244-3 What is the highest goals entry with drawn larger than 6 and goals against 85?,"CREATE TABLE ""third_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MAX(""goals_for"") FROM ""third_division_final_table"" WHERE ""goals_against""=85 AND ""drawn"">6;",2-17776244-3 What is the To Par of Fredrik Jacobson?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_round"" WHERE ""player""='fredrik jacobson';",2-17991748-7 What is the Place of Davis Love III with a To Par of +1?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""place"" FROM ""final_round"" WHERE ""to_par""='+1' AND ""player""='davis love iii';",2-17991748-7 Which Start has a Duration of 6 months 2 days?,"CREATE TABLE ""most_consecutive_wins_from_entry_into_su"" ( ""name"" text, ""wins"" real, ""start"" text, ""duration"" text, ""defeated_by"" text );","SELECT ""start"" FROM ""most_consecutive_wins_from_entry_into_su"" WHERE ""duration""='6 months 2 days';",2-17634218-9 Which duration was defeated by retired?,"CREATE TABLE ""most_consecutive_wins_from_entry_into_su"" ( ""name"" text, ""wins"" real, ""start"" text, ""duration"" text, ""defeated_by"" text );","SELECT ""duration"" FROM ""most_consecutive_wins_from_entry_into_su"" WHERE ""defeated_by""='retired';",2-17634218-9 "How many wins, on average, were defeated by furuichi?","CREATE TABLE ""most_consecutive_wins_from_entry_into_su"" ( ""name"" text, ""wins"" real, ""start"" text, ""duration"" text, ""defeated_by"" text );","SELECT AVG(""wins"") FROM ""most_consecutive_wins_from_entry_into_su"" WHERE ""defeated_by""='furuichi';",2-17634218-9 How many wins for Port Fairy and against more than 2333?,"CREATE TABLE ""1969_as_three_leagues_come_together"" ( ""port_fairy_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""wins"") FROM ""1969_as_three_leagues_come_together"" WHERE ""port_fairy_fl""='port fairy' AND ""against"">2333;",2-17746037-3 How many byes when the draws are less than 0?,"CREATE TABLE ""1969_as_three_leagues_come_together"" ( ""port_fairy_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""byes"") FROM ""1969_as_three_leagues_come_together"" WHERE ""draws""<0;",2-17746037-3 How many draws when the Port Fairy FL is Hawkesdale and there are more than 9 wins?,"CREATE TABLE ""1969_as_three_leagues_come_together"" ( ""port_fairy_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""draws"") FROM ""1969_as_three_leagues_come_together"" WHERE ""port_fairy_fl""='hawkesdale' AND ""wins"">9;",2-17746037-3 What is the weight of the entry that has a date of birth of 1981-11-21?,"CREATE TABLE ""italy"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""weight"" FROM ""italy"" WHERE ""date_of_birth""='1981-11-21';",2-17759945-8 What is the name of the player from club Circolo Nautico Posillipo and a position of D?,"CREATE TABLE ""italy"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""name"" FROM ""italy"" WHERE ""pos""='d' AND ""club""='circolo nautico posillipo';",2-17759945-8 What is the position of the player with a height of m (ft 6in)?,"CREATE TABLE ""italy"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""pos"" FROM ""italy"" WHERE ""height""='m (ft 6in)';",2-17759945-8 Who won in 1979 with +8 to par?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""player"" FROM ""made_the_cut"" WHERE ""to_par""='+8' AND ""year_s_won""='1979';",2-18168735-1 What is the average total in 1969?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT AVG(""total"") FROM ""made_the_cut"" WHERE ""year_s_won""='1969';",2-18168735-1 What is the Score of the Tournament with Opponent in the final of Martin Spottl?,"CREATE TABLE ""wins_5"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""score"" FROM ""wins_5"" WHERE ""opponent_in_the_final""='martin spottl';",2-17637180-2 "What is the Score of the Tournament played on Clay Surface on May 5, 1999?","CREATE TABLE ""wins_5"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""score"" FROM ""wins_5"" WHERE ""surface""='clay' AND ""date""='may 5, 1999';",2-17637180-2 "What is the Date of the game with a Score of 6–4, 6–2?","CREATE TABLE ""wins_5"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""date"" FROM ""wins_5"" WHERE ""score""='6–4, 6–2';",2-17637180-2 "What is the Opponent in the final of the game on february 2, 2004?","CREATE TABLE ""wins_5"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_the_final"" text, ""score"" text );","SELECT ""opponent_in_the_final"" FROM ""wins_5"" WHERE ""date""='february 2, 2004';",2-17637180-2 What team ran car #24 on August 30?,"CREATE TABLE ""nascar_sprint_cup_series_race_winners"" ( ""season"" real, ""date"" text, ""winning_driver"" text, ""car_num"" real, ""sponsor"" text, ""make"" text, ""team"" text, ""avg_speed"" text, ""margin_of_victory"" text );","SELECT ""team"" FROM ""nascar_sprint_cup_series_race_winners"" WHERE ""car_num""=24 AND ""date""='august 30';",2-1769428-2 What was the average speed of Tony Stewart's winning Chevrolet Impala?,"CREATE TABLE ""nascar_sprint_cup_series_race_winners"" ( ""season"" real, ""date"" text, ""winning_driver"" text, ""car_num"" real, ""sponsor"" text, ""make"" text, ""team"" text, ""avg_speed"" text, ""margin_of_victory"" text );","SELECT ""avg_speed"" FROM ""nascar_sprint_cup_series_race_winners"" WHERE ""winning_driver""='tony stewart' AND ""make""='chevrolet impala';",2-1769428-2 Which College/junior/club team (league) was the player from Switzerland from?,"CREATE TABLE ""2007_draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""college_junior_club_team_league"" FROM ""2007_draft_picks"" WHERE ""nationality""='switzerland';",2-18259953-4 Which player from the United States plays defence and was chosen before round 5?,"CREATE TABLE ""2007_draft_picks"" ( ""round"" real, ""player"" text, ""position"" text, ""nationality"" text, ""college_junior_club_team_league"" text );","SELECT ""player"" FROM ""2007_draft_picks"" WHERE ""position""='defence' AND ""round""<5 AND ""nationality""='united states';",2-18259953-4 What's the total attendance at anaheim stadium after 1983 when the result is 14-28?,"CREATE TABLE ""1980s_49ers_13_8"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text, ""attendance"" real );","SELECT COUNT(""attendance"") FROM ""1980s_49ers_13_8"" WHERE ""year"">1983 AND ""venue""='anaheim stadium' AND ""result""='14-28';",2-18226024-5 What is the score when the tie is 8?,"CREATE TABLE ""fourth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""fourth_round_proper"" WHERE ""tie_no""='8';",2-17751859-4 Who is the home team with Liverpool as the away?,"CREATE TABLE ""fourth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""fourth_round_proper"" WHERE ""away_team""='liverpool';",2-17751859-4 What is the score when the tie is 9?,"CREATE TABLE ""fourth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""fourth_round_proper"" WHERE ""tie_no""='9';",2-17751859-4 What's england's to par?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""to_par"" FROM ""made_the_cut"" WHERE ""country""='england';",2-18135501-1 What country had a finish of t49?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""finish""='t49';",2-18135501-1 What country had a finish of t42?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""finish""='t42';",2-18135501-1 What's the finish for the total 288?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""finish"" FROM ""made_the_cut"" WHERE ""total""=288;",2-18135501-1 What is the status when the against is 11?,"CREATE TABLE ""1954"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""status"" FROM ""1954"" WHERE ""against""=11;",2-18188607-5 What was the venue for the game played on 13/02/1954?,"CREATE TABLE ""1954"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""venue"" FROM ""1954"" WHERE ""date""='13/02/1954';",2-18188607-5 "What was the venue for the game played on 16/01/1954, when the against was more than 3?","CREATE TABLE ""1954"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""venue"" FROM ""1954"" WHERE ""against"">3 AND ""date""='16/01/1954';",2-18188607-5 "What is the lowest against for games played in the stade colombes, paris venue?","CREATE TABLE ""1954"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT MIN(""against"") FROM ""1954"" WHERE ""venue""='stade colombes, paris';",2-18188607-5 In which venue was there an against of 11?,"CREATE TABLE ""1954"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""venue"" FROM ""1954"" WHERE ""against""=11;",2-18188607-5 "What Elector was Elevated on December 18, 1182?","CREATE TABLE ""absentee_cardinals"" ( ""elector"" text, ""place_of_birth"" text, ""cardinalatial_title"" text, ""elevated"" text, ""elevator"" text );","SELECT ""elector"" FROM ""absentee_cardinals"" WHERE ""elevated""='december 18, 1182';",2-18073616-2 "What is the Elevator of the Elected Elevated on September 21, 1179?","CREATE TABLE ""absentee_cardinals"" ( ""elector"" text, ""place_of_birth"" text, ""cardinalatial_title"" text, ""elevated"" text, ""elevator"" text );","SELECT ""elevator"" FROM ""absentee_cardinals"" WHERE ""elevated""='september 21, 1179';",2-18073616-2 Who is the Elector with a Cardinalatial title of Priest of S. Sabina and Archbishop of Reims?,"CREATE TABLE ""absentee_cardinals"" ( ""elector"" text, ""place_of_birth"" text, ""cardinalatial_title"" text, ""elevated"" text, ""elevator"" text );","SELECT ""elector"" FROM ""absentee_cardinals"" WHERE ""cardinalatial_title""='priest of s. sabina and archbishop of reims';",2-18073616-2 What Elector has an Elevator of Alexander III and a Cardinalatial title of Bishop of Palestrina?,"CREATE TABLE ""absentee_cardinals"" ( ""elector"" text, ""place_of_birth"" text, ""cardinalatial_title"" text, ""elevated"" text, ""elevator"" text );","SELECT ""elector"" FROM ""absentee_cardinals"" WHERE ""elevator""='alexander iii' AND ""cardinalatial_title""='bishop of palestrina';",2-18073616-2 What was the score of the 2nd leg when the Belgrano played the first leg at home with a score of 2-1?,"CREATE TABLE ""losers_knockout"" ( ""home_1st_leg"" text, ""home_2nd_leg"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""2nd_leg"" FROM ""losers_knockout"" WHERE ""1st_leg""='2-1' AND ""home_1st_leg""='belgrano';",2-17968233-2 What was the aggregate score that had a 1-2 second leg score?,"CREATE TABLE ""losers_knockout"" ( ""home_1st_leg"" text, ""home_2nd_leg"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""aggregate"" FROM ""losers_knockout"" WHERE ""2nd_leg""='1-2';",2-17968233-2 Which team played their first leg at home with an aggregate score of 3-4?,"CREATE TABLE ""losers_knockout"" ( ""home_1st_leg"" text, ""home_2nd_leg"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""home_1st_leg"" FROM ""losers_knockout"" WHERE ""aggregate""='3-4';",2-17968233-2 Which team played the 2nd leg at home with a tie of 1-1 and scored 3-2 in aggregate?,"CREATE TABLE ""losers_knockout"" ( ""home_1st_leg"" text, ""home_2nd_leg"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""home_2nd_leg"" FROM ""losers_knockout"" WHERE ""aggregate""='3-2' AND ""2nd_leg""='1-1';",2-17968233-2 Who played at home for the 2nd leg with a score of 1-2?,"CREATE TABLE ""losers_knockout"" ( ""home_1st_leg"" text, ""home_2nd_leg"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""home_2nd_leg"" FROM ""losers_knockout"" WHERE ""2nd_leg""='1-2';",2-17968233-2 Who played at home for the second leg with a score of 0-1 and tied 0-0 in the first leg?,"CREATE TABLE ""losers_knockout"" ( ""home_1st_leg"" text, ""home_2nd_leg"" text, ""1st_leg"" text, ""2nd_leg"" text, ""aggregate"" text );","SELECT ""home_2nd_leg"" FROM ""losers_knockout"" WHERE ""1st_leg""='0-0' AND ""2nd_leg""='0-1';",2-17968233-2 In what Country is Haugesund?,"CREATE TABLE ""coast_air_destinations"" ( ""city"" text, ""country"" text, ""airport"" text, ""iata"" text, ""icao"" text );","SELECT ""country"" FROM ""coast_air_destinations"" WHERE ""city""='haugesund';",2-1821178-1 What Airport's ICAO is ENTO?,"CREATE TABLE ""coast_air_destinations"" ( ""city"" text, ""country"" text, ""airport"" text, ""iata"" text, ""icao"" text );","SELECT ""airport"" FROM ""coast_air_destinations"" WHERE ""icao""='ento';",2-1821178-1 What is City of Sandefjord in Norway's IATA?,"CREATE TABLE ""coast_air_destinations"" ( ""city"" text, ""country"" text, ""airport"" text, ""iata"" text, ""icao"" text );","SELECT ""iata"" FROM ""coast_air_destinations"" WHERE ""country""='norway' AND ""city""='sandefjord';",2-1821178-1 What is th IATA for Norway with an ICAO of ENTO?,"CREATE TABLE ""coast_air_destinations"" ( ""city"" text, ""country"" text, ""airport"" text, ""iata"" text, ""icao"" text );","SELECT ""iata"" FROM ""coast_air_destinations"" WHERE ""country""='norway' AND ""icao""='ento';",2-1821178-1 What Country has a ICAO of EKCH?,"CREATE TABLE ""coast_air_destinations"" ( ""city"" text, ""country"" text, ""airport"" text, ""iata"" text, ""icao"" text );","SELECT ""country"" FROM ""coast_air_destinations"" WHERE ""icao""='ekch';",2-1821178-1 What is the Airport in Oslo?,"CREATE TABLE ""coast_air_destinations"" ( ""city"" text, ""country"" text, ""airport"" text, ""iata"" text, ""icao"" text );","SELECT ""airport"" FROM ""coast_air_destinations"" WHERE ""city""='oslo';",2-1821178-1 "How many Drawn have a Lost smaller than 25, and a Goal Difference of +7, and a Played larger than 34?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT COUNT(""drawn"") FROM ""first_division_final_table"" WHERE ""lost""<25 AND ""goal_difference""='+7' AND ""played"">34;",2-17786346-1 Which Goals For has a Played larger than 34?,"CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MIN(""goals_for"") FROM ""first_division_final_table"" WHERE ""played"">34;",2-17786346-1 "Which Position has 47 Goals Against, and a Played larger than 34?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MAX(""position"") FROM ""first_division_final_table"" WHERE ""goals_against""=47 AND ""played"">34;",2-17786346-1 "Which Goals For has a Lost of 12, and a Played larger than 34?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MAX(""goals_for"") FROM ""first_division_final_table"" WHERE ""lost""=12 AND ""played"">34;",2-17786346-1 What did Taiwan score?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""second_round"" WHERE ""country""='taiwan';",2-18324411-5 Which country placed t9 and had the player jiyai shin?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""place""='t9' AND ""player""='jiyai shin';",2-18324411-5 Who scored 69-74=143 for Colombia?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""score""='69-74=143' AND ""country""='colombia';",2-18324411-5 What was Momoko Ueda's place?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round"" WHERE ""player""='momoko ueda';",2-18324411-5 Who placed t5 and had a score of 70-72=142?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""place""='t5' AND ""score""='70-72=142';",2-18324411-5 What place is David Graham in?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" real );","SELECT ""place"" FROM ""final_round"" WHERE ""player""='david graham';",2-18153721-7 "What is the sum of the goals with less than 30 points, a position less than 10, and more than 57 goals against?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT SUM(""goals_for"") FROM ""group_ii"" WHERE ""points""<30 AND ""position""<10 AND ""goals_against"">57;",2-17695272-4 What is the lowest amount of draws with less than 12 wins and less than 30 played?,"CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MIN(""draws"") FROM ""group_ii"" WHERE ""wins""<12 AND ""played""<30;",2-17695272-4 What is the highest amount of goals with more than 51 goals against and less than 30 played?,"CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""goals_for"") FROM ""group_ii"" WHERE ""goals_against"">51 AND ""played""<30;",2-17695272-4 What is the number of goals with less than 14 wins and a goal difference less than -4?,"CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT ""goals_for"" FROM ""group_ii"" WHERE ""wins""<14 AND ""goal_difference""<-4;",2-17695272-4 "What is the average number of goals against with more than 12 wins, 12 losses, and a position greater than 3?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT AVG(""goals_against"") FROM ""group_ii"" WHERE ""wins"">12 AND ""losses""=12 AND ""position"">3;",2-17695272-4 "What is the total number of losses with less than 73 goals for, less than 11 wins, more than 24 points, and a position greater than 15?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""losses"") FROM ""group_ii"" WHERE ""goals_for""<73 AND ""wins""<11 AND ""points"">24 AND ""position"">15;",2-17695272-4 "What is the sum of Goals, when Matches is less than 29?","CREATE TABLE ""top_goalkeepers"" ( ""goalkeeper"" text, ""goals"" real, ""matches"" real, ""average"" real, ""team"" text );","SELECT SUM(""goals"") FROM ""top_goalkeepers"" WHERE ""matches""<29;",2-18160020-12 "What is the highest Average, when Goals is ""34"", and when Matches is less than 37?","CREATE TABLE ""top_goalkeepers"" ( ""goalkeeper"" text, ""goals"" real, ""matches"" real, ""average"" real, ""team"" text );","SELECT MAX(""average"") FROM ""top_goalkeepers"" WHERE ""goals""=34 AND ""matches""<37;",2-18160020-12 With a tonnage of 225 what is the ship type?,"CREATE TABLE ""second_raiding_cruise"" ( ""date"" text, ""ship_name"" text, ""tonnage"" text, ""ship_type"" text, ""location"" text, ""disposition_of_ship"" text );","SELECT ""ship_type"" FROM ""second_raiding_cruise"" WHERE ""tonnage""='225';",2-18137936-2 Where was the ship when the ship had captured as the disposition of ship and was carrying 225 tonnage?,"CREATE TABLE ""second_raiding_cruise"" ( ""date"" text, ""ship_name"" text, ""tonnage"" text, ""ship_type"" text, ""location"" text, ""disposition_of_ship"" text );","SELECT ""location"" FROM ""second_raiding_cruise"" WHERE ""disposition_of_ship""='captured' AND ""tonnage""='225';",2-18137936-2 "For the ship that was a brig and located in the English Channel, what was the disposition of ship?","CREATE TABLE ""second_raiding_cruise"" ( ""date"" text, ""ship_name"" text, ""tonnage"" text, ""ship_type"" text, ""location"" text, ""disposition_of_ship"" text );","SELECT ""disposition_of_ship"" FROM ""second_raiding_cruise"" WHERE ""ship_type""='brig' AND ""location""='english channel';",2-18137936-2 "With 14 under the date, what is the tonnage of the ship?","CREATE TABLE ""second_raiding_cruise"" ( ""date"" text, ""ship_name"" text, ""tonnage"" text, ""ship_type"" text, ""location"" text, ""disposition_of_ship"" text );","SELECT ""tonnage"" FROM ""second_raiding_cruise"" WHERE ""date""='14';",2-18137936-2 The ship named Bacchus with a tonnage of t had what disposition of ship?,"CREATE TABLE ""second_raiding_cruise"" ( ""date"" text, ""ship_name"" text, ""tonnage"" text, ""ship_type"" text, ""location"" text, ""disposition_of_ship"" text );","SELECT ""disposition_of_ship"" FROM ""second_raiding_cruise"" WHERE ""tonnage""='t' AND ""ship_name""='bacchus';",2-18137936-2 What date was a brig type ship located in SW Approaches?,"CREATE TABLE ""second_raiding_cruise"" ( ""date"" text, ""ship_name"" text, ""tonnage"" text, ""ship_type"" text, ""location"" text, ""disposition_of_ship"" text );","SELECT ""date"" FROM ""second_raiding_cruise"" WHERE ""ship_type""='brig' AND ""location""='sw approaches';",2-18137936-2 What was the attendance at Round 9?,"CREATE TABLE ""attendance"" ( ""crowd"" real, ""venue"" text, ""home_team"" text, ""opponent"" text, ""round"" text );","SELECT COUNT(""crowd"") FROM ""attendance"" WHERE ""round""='round 9';",2-17678435-11 Which Number of electorates (2009) has a Constituency number of 46?,"CREATE TABLE ""assembly_segments"" ( ""constituency_number"" text, ""name"" text, ""reserved_for_sc_st_none"" text, ""district"" text, ""number_of_electorates_2009"" real );","SELECT AVG(""number_of_electorates_2009"") FROM ""assembly_segments"" WHERE ""constituency_number""='46';",2-17922541-1 What is the capacity of code f4r?,"CREATE TABLE ""engines"" ( ""name"" text, ""code"" text, ""capacity"" text, ""configuration"" text, ""power"" text, ""torque"" text, ""top_speed"" text, ""acceleration_0_100km_h_0_62mph"" text );","SELECT ""capacity"" FROM ""engines"" WHERE ""code""='f4r';",2-17692084-2 "What is the code of 1.5 dci 110, which has a capacity of 1,461cc?","CREATE TABLE ""engines"" ( ""name"" text, ""code"" text, ""capacity"" text, ""configuration"" text, ""power"" text, ""torque"" text, ""top_speed"" text, ""acceleration_0_100km_h_0_62mph"" text );","SELECT ""code"" FROM ""engines"" WHERE ""capacity""='1,461cc' AND ""name""='1.5 dci 110';",2-17692084-2 "Can you tell me the Name that has the Height of 6-5, and the Year of junior?","CREATE TABLE ""roster"" ( ""name"" text, ""position"" text, ""height"" text, ""weight"" real, ""year"" text, ""home_town"" text );","SELECT ""name"" FROM ""roster"" WHERE ""height""='6-5' AND ""year""='junior';",2-18178870-1 Can you tell me the average Weight that has Height of 6-9?,"CREATE TABLE ""roster"" ( ""name"" text, ""position"" text, ""height"" text, ""weight"" real, ""year"" text, ""home_town"" text );","SELECT AVG(""weight"") FROM ""roster"" WHERE ""height""='6-9';",2-18178870-1 What team has fewer than 9 wins and less than 1593 against?,"CREATE TABLE ""2009_ladder"" ( ""lexton_plains"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT ""lexton_plains"" FROM ""2009_ladder"" WHERE ""wins""<9 AND ""against""<1593;",2-17982205-4 What is the most wins with 0 byes?,"CREATE TABLE ""2009_ladder"" ( ""lexton_plains"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""wins"") FROM ""2009_ladder"" WHERE ""byes"">0;",2-17982205-4 "What total has 10 as the clubs, with a place greater than 1?","CREATE TABLE ""individual_clubs"" ( ""place"" real, ""name"" text, ""all_around"" real, ""clubs"" real, ""total"" real );","SELECT ""total"" FROM ""individual_clubs"" WHERE ""clubs""=10 AND ""place"">1;",2-18170681-7 "What are the lowest clubs that have a place greater than 5, with an all around greater than 9.7?","CREATE TABLE ""individual_clubs"" ( ""place"" real, ""name"" text, ""all_around"" real, ""clubs"" real, ""total"" real );","SELECT MIN(""clubs"") FROM ""individual_clubs"" WHERE ""place"">5 AND ""all_around"">9.7;",2-18170681-7 "What is the highest total that has andrea sinko as the name, with an all around greater than 9.65?","CREATE TABLE ""individual_clubs"" ( ""place"" real, ""name"" text, ""all_around"" real, ""clubs"" real, ""total"" real );","SELECT MAX(""total"") FROM ""individual_clubs"" WHERE ""name""='andrea sinko' AND ""all_around"">9.65;",2-18170681-7 "How many places have bianka panova as the name, with clubs less than 10?","CREATE TABLE ""individual_clubs"" ( ""place"" real, ""name"" text, ""all_around"" real, ""clubs"" real, ""total"" real );","SELECT COUNT(""place"") FROM ""individual_clubs"" WHERE ""name""='bianka panova' AND ""clubs""<10;",2-18170681-7 "What is Date, when Country is ""China"", and when Perpetrator is ""Shi Yuejun , 35""?","CREATE TABLE ""asia"" ( ""perpetrator"" text, ""date"" text, ""year"" real, ""location"" text, ""country"" text, ""killed"" real, ""injured"" text );","SELECT ""date"" FROM ""asia"" WHERE ""country""='china' AND ""perpetrator""='shi yuejun , 35';",2-17794738-4 "What is Injured, when Country is ""Afghanistan""?","CREATE TABLE ""asia"" ( ""perpetrator"" text, ""date"" text, ""year"" real, ""location"" text, ""country"" text, ""killed"" real, ""injured"" text );","SELECT ""injured"" FROM ""asia"" WHERE ""country""='afghanistan';",2-17794738-4 "What is Country, when Killed is ""100.9"", and when Year is greater than 1939.9?","CREATE TABLE ""asia"" ( ""perpetrator"" text, ""date"" text, ""year"" real, ""location"" text, ""country"" text, ""killed"" real, ""injured"" text );","SELECT ""country"" FROM ""asia"" WHERE ""killed""=100.9 AND ""year"">1939.9;",2-17794738-4 "What is the average Year, when Date is ""04.01 April 1""?","CREATE TABLE ""asia"" ( ""perpetrator"" text, ""date"" text, ""year"" real, ""location"" text, ""country"" text, ""killed"" real, ""injured"" text );","SELECT AVG(""year"") FROM ""asia"" WHERE ""date""='04.01 april 1';",2-17794738-4 "What is the total number of positions when there are more than 48 goals against, 1 of 29 points are played, and less than 34 games have been played?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT COUNT(""position"") FROM ""second_division_final_table"" WHERE ""goals_against"">48 AND ""points_1""='29' AND ""played""<34;",2-17776244-2 "What is the smallest number of goals against when 8 games were lost, and the goals for are 60?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MIN(""goals_against"") FROM ""second_division_final_table"" WHERE ""lost""=8 AND ""goals_for""=60;",2-17776244-2 "What is the smallest number of goals against when there are 1 of 18 points, and more than 8 are drawn?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MIN(""goals_against"") FROM ""second_division_final_table"" WHERE ""points_1""='18' AND ""drawn"">8;",2-17776244-2 "What is the total number of goals for when the drawn is less than 7, less than 21 games have been lost, and there are 1 of 33 points?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT COUNT(""goals_for"") FROM ""second_division_final_table"" WHERE ""drawn""<7 AND ""lost""<21 AND ""points_1""='33';",2-17776244-2 "Which Engine has a Model of sl500, and a Year From larger than 1999?","CREATE TABLE ""models"" ( ""model"" text, ""chassis"" real, ""engine"" real, ""year_from"" real, ""year_to"" real );","SELECT MAX(""engine"") FROM ""models"" WHERE ""model""='sl500' AND ""year_from"">1999;",2-1775470-1 "Which Engine has a Model of sl500, and a Chassis smaller than 129.067?","CREATE TABLE ""models"" ( ""model"" text, ""chassis"" real, ""engine"" real, ""year_from"" real, ""year_to"" real );","SELECT MIN(""engine"") FROM ""models"" WHERE ""model""='sl500' AND ""chassis""<129.067;",2-1775470-1 "How many engines have a Model of sl600, and a Year From of 1994, and a Year To smaller than 1995?","CREATE TABLE ""models"" ( ""model"" text, ""chassis"" real, ""engine"" real, ""year_from"" real, ""year_to"" real );","SELECT COUNT(""engine"") FROM ""models"" WHERE ""model""='sl600' AND ""year_from""=1994 AND ""year_to""<1995;",2-1775470-1 "Which Year To has an Engine of 119.972, and a Chassis smaller than 129.067?","CREATE TABLE ""models"" ( ""model"" text, ""chassis"" real, ""engine"" real, ""year_from"" real, ""year_to"" real );","SELECT MIN(""year_to"") FROM ""models"" WHERE ""engine""=119.972 AND ""chassis""<129.067;",2-1775470-1 What Time has a Show Name of mornings with neil mitchell?,"CREATE TABLE ""monday_thursday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""time"" FROM ""monday_thursday_schedule"" WHERE ""show_name""='mornings with neil mitchell';",2-18223138-1 "What Time has Ad Freq of 15 minutes, and a Show Name of country today?","CREATE TABLE ""monday_thursday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""time"" FROM ""monday_thursday_schedule"" WHERE ""ad_freq""='15 minutes' AND ""show_name""='country today';",2-18223138-1 What Time has a Show Name of mornings with neil mitchell?,"CREATE TABLE ""monday_thursday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""time"" FROM ""monday_thursday_schedule"" WHERE ""show_name""='mornings with neil mitchell';",2-18223138-1 What Local/Networked has a Show Name of nightline?,"CREATE TABLE ""monday_thursday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""local_networked"" FROM ""monday_thursday_schedule"" WHERE ""show_name""='nightline';",2-18223138-1 What News Freq has a Time of 1:00pm–4:00pm?,"CREATE TABLE ""monday_thursday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""news_freq"" FROM ""monday_thursday_schedule"" WHERE ""time""='1:00pm–4:00pm';",2-18223138-1 "What Ad Freq has a News Freq of 60 minutes, and a Local/Networked of local?","CREATE TABLE ""monday_thursday_schedule"" ( ""time"" text, ""show_name"" text, ""local_networked"" text, ""ad_freq"" text, ""news_freq"" text );","SELECT ""ad_freq"" FROM ""monday_thursday_schedule"" WHERE ""news_freq""='60 minutes' AND ""local_networked""='local';",2-18223138-1 What was the ERP W for 96.7 MHz?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""erp_w"" FROM ""translators"" WHERE ""frequency_m_hz""=96.7;",2-17900687-1 "What was the class for Appleton, Wisconsin?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""class"" FROM ""translators"" WHERE ""city_of_license""='appleton, wisconsin';",2-17900687-1 What are the transfers in for Hungary?,"CREATE TABLE ""statistics"" ( ""country"" text, ""transfers_in"" text, ""transfers_out"" text, ""internal_transfers"" text, ""total_transfers"" text );","SELECT ""transfers_in"" FROM ""statistics"" WHERE ""country""='hungary';",2-17650725-1 What are the Transfers out for Peru?,"CREATE TABLE ""statistics"" ( ""country"" text, ""transfers_in"" text, ""transfers_out"" text, ""internal_transfers"" text, ""total_transfers"" text );","SELECT ""transfers_out"" FROM ""statistics"" WHERE ""country""='peru';",2-17650725-1 WHAT POINTS 1 HAD A 22 LOST?,"CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT ""points_1"" FROM ""first_division_final_table"" WHERE ""lost""=22;",2-17775406-1 "WHAT GOALS AGAINST HAD A GOAL FOR OF 46, AND PLAYED LESS THAN 38?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT SUM(""goals_against"") FROM ""first_division_final_table"" WHERE ""goals_for""=46 AND ""played""<38;",2-17775406-1 "WHAT IS THE POSITION WITH A LOST OF 6, FOR CAERNARFON TOWN?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT SUM(""position"") FROM ""first_division_final_table"" WHERE ""lost""=6 AND ""team""='caernarfon town';",2-17775406-1 "WHAT IS THE SUM PLAYED WITH POINTS 1 OF 53, AND POSITION LARGER THAN 3?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT SUM(""played"") FROM ""first_division_final_table"" WHERE ""points_1""='53' AND ""position"">3;",2-17775406-1 "WHAT IS THE LOST WITH A DRAWN 11, FOR LEEK TOWN?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MAX(""lost"") FROM ""first_division_final_table"" WHERE ""drawn""=11 AND ""team""='leek town';",2-17775406-1 Which player has a subtotal of more than 3 and more than 8 in round 1?,"CREATE TABLE ""yankee_stadium_new_york_a_l_66_n_l_39"" ( ""player"" text, ""team"" text, ""round_1"" real, ""round_2"" text, ""subtotal"" real, ""finals"" text, ""total"" real );","SELECT ""player"" FROM ""yankee_stadium_new_york_a_l_66_n_l_39"" WHERE ""subtotal"">3 AND ""round_1"">8;",2-17837800-1 What is the ranking for the United States when the money is $200?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""place"" FROM ""final_leaderboard"" WHERE ""country""='united states' AND ""money""='200';",2-18007091-1 What is the ranking when Archie Compston is the player and the money is $73?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""place"" FROM ""final_leaderboard"" WHERE ""money""='73' AND ""player""='archie compston';",2-18007091-1 Which country has a to par less than 19 and a score of 75-79-77-73=304?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""country"" FROM ""final_leaderboard"" WHERE ""to_par""<19 AND ""score""='75-79-77-73=304';",2-18007091-1 What is the score for the United States when Harry Hampton is the player and the money is $73?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real, ""money"" text );","SELECT ""score"" FROM ""final_leaderboard"" WHERE ""country""='united states' AND ""money""='73' AND ""player""='harry hampton';",2-18007091-1 "When Philadelphia has a 2007 less than 20,796,173 and a 2008 more than 10,215,225, what is the smallest 2009?","CREATE TABLE ""busiest_us_airports_by_total_passenger_b"" ( ""rank_2012"" real, ""iata_code"" text, ""major_city_served"" text, ""state"" text, ""2012"" real, ""2011"" real, ""2010"" real, ""2009"" real, ""2008"" real, ""2007"" real, ""2006"" real, ""2005"" real );","SELECT MIN(""2009"") FROM ""busiest_us_airports_by_total_passenger_b"" WHERE ""2008"">'10,215,225' AND ""2007""<'20,796,173' AND ""major_city_served""='philadelphia';",2-18047346-1 "What is the greatest 2010 for Miami, Fl?","CREATE TABLE ""busiest_us_airports_by_total_passenger_b"" ( ""rank_2012"" real, ""iata_code"" text, ""major_city_served"" text, ""state"" text, ""2012"" real, ""2011"" real, ""2010"" real, ""2009"" real, ""2008"" real, ""2007"" real, ""2006"" real, ""2005"" real );","SELECT MAX(""2010"") FROM ""busiest_us_airports_by_total_passenger_b"" WHERE ""state""='fl' AND ""major_city_served""='miami';",2-18047346-1 "For the IATA code of lax with 2009 less than 31,135,732 and 2011 less than 8,174,194, what is the sum of 2012?","CREATE TABLE ""busiest_us_airports_by_total_passenger_b"" ( ""rank_2012"" real, ""iata_code"" text, ""major_city_served"" text, ""state"" text, ""2012"" real, ""2011"" real, ""2010"" real, ""2009"" real, ""2008"" real, ""2007"" real, ""2006"" real, ""2005"" real );","SELECT COUNT(""2012"") FROM ""busiest_us_airports_by_total_passenger_b"" WHERE ""2011""<'8,174,194' AND ""2009""<'31,135,732' AND ""iata_code""='lax';",2-18047346-1 What is the North American release date of the remake with a European release date on 2013-03-20?,"CREATE TABLE ""remakes"" ( ""series"" text, ""platform"" text, ""japanese_release_date"" text, ""north_american_release_date"" text, ""european_release_date"" text, ""australia_release_date"" text );","SELECT ""north_american_release_date"" FROM ""remakes"" WHERE ""european_release_date""='2013-03-20';",2-17769769-3 What is the series with a North American release date on 2013-09-03?,"CREATE TABLE ""remakes"" ( ""series"" text, ""platform"" text, ""japanese_release_date"" text, ""north_american_release_date"" text, ""european_release_date"" text, ""australia_release_date"" text );","SELECT ""series"" FROM ""remakes"" WHERE ""north_american_release_date""='2013-09-03';",2-17769769-3 What is the US cash box before 1978 with a US billboard of 35?,"CREATE TABLE ""chart_singles"" ( ""year"" real, ""us_billboard"" real, ""us_cash_box"" text, ""us_ac"" text, ""can_ac"" text, ""title"" text );","SELECT ""us_cash_box"" FROM ""chart_singles"" WHERE ""year""<1978 AND ""us_billboard""=35;",2-1791243-1 What is the country of the player with a t6 place?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""third_round"" WHERE ""place""='t6';",2-18026889-6 What is the place of the player with a 72-71-65=208 score?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""score""='72-71-65=208';",2-18026889-6 What country is player thomas bjørn from?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""third_round"" WHERE ""player""='thomas bjørn';",2-18026889-6 What is the place of the player with a 66-68-70=204 score?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""score""='66-68-70=204';",2-18026889-6 "What is the number of wins when the goals against is larger than 41, points is 29, and draws are larger than 5?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""wins"") FROM ""group_ii"" WHERE ""goals_against"">41 AND ""points""=29 AND ""draws"">5;",2-17837478-4 What is the number of draws when played is smaller than 30?,"CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""draws"") FROM ""group_ii"" WHERE ""played""<30;",2-17837478-4 "What is the number of losses when the goal difference was -8, and position is smaller than 10?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""losses"") FROM ""group_ii"" WHERE ""goal_difference""=-8 AND ""position""<10;",2-17837478-4 "What is the wins number when the points were smaller than 27, and goals against was 41?","CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT SUM(""wins"") FROM ""group_ii"" WHERE ""points""<27 AND ""goals_against""=41;",2-17837478-4 What is the losses when the goal difference is larger than 26?,"CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""losses"") FROM ""group_ii"" WHERE ""goal_difference"">26;",2-17837478-4 What is the goals for when played is larger than 30?,"CREATE TABLE ""group_ii"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" real, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MIN(""goals_for"") FROM ""group_ii"" WHERE ""played"">30;",2-17837478-4 What is the score on 2 October 2011?,"CREATE TABLE ""singles_11_6_5"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""singles_11_6_5"" WHERE ""date""='2 october 2011';",2-17679324-9 What is the surface of the tournament with a runner-up outcome and dudi sela as the opponent?,"CREATE TABLE ""singles_11_6_5"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""surface"" FROM ""singles_11_6_5"" WHERE ""outcome""='runner-up' AND ""opponent""='dudi sela';",2-17679324-9 Who was the shooter for the WC Beijing event?,"CREATE TABLE ""qualification"" ( ""shooter"" text, ""event"" text, ""rank_points"" text, ""score_points"" text, ""total"" text );","SELECT ""shooter"" FROM ""qualification"" WHERE ""event""='wc beijing';",2-18191407-2 With Olympic Bronze Medalist as the total what are the score points?,"CREATE TABLE ""qualification"" ( ""shooter"" text, ""event"" text, ""rank_points"" text, ""score_points"" text, ""total"" text );","SELECT ""score_points"" FROM ""qualification"" WHERE ""total""='olympic bronze medalist';",2-18191407-2 "With a total of 11, and 10 rank points, what are the score points?","CREATE TABLE ""qualification"" ( ""shooter"" text, ""event"" text, ""rank_points"" text, ""score_points"" text, ""total"" text );","SELECT ""score_points"" FROM ""qualification"" WHERE ""rank_points""='10' AND ""total""='11';",2-18191407-2 "Who is the shooter with 15 rank points, and 0 score points?","CREATE TABLE ""qualification"" ( ""shooter"" text, ""event"" text, ""rank_points"" text, ""score_points"" text, ""total"" text );","SELECT ""shooter"" FROM ""qualification"" WHERE ""rank_points""='15' AND ""score_points""='0';",2-18191407-2 "With a total of 11, what is the score points?","CREATE TABLE ""qualification"" ( ""shooter"" text, ""event"" text, ""rank_points"" text, ""score_points"" text, ""total"" text );","SELECT ""score_points"" FROM ""qualification"" WHERE ""total""='11';",2-18191407-2 "Which Losses have a South West DFL of branxholme-wallacedale, and less than 2 Byes?","CREATE TABLE ""2012_ladder"" ( ""south_west_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""losses"") FROM ""2012_ladder"" WHERE ""south_west_dfl""='branxholme-wallacedale' AND ""byes""<2;",2-17746037-19 Which draws have an average of 14 wins?,"CREATE TABLE ""2012_ladder"" ( ""south_west_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""draws"") FROM ""2012_ladder"" WHERE ""wins""=14;",2-17746037-19 How many wins have 16 losses and an Against smaller than 3213?,"CREATE TABLE ""2012_ladder"" ( ""south_west_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT SUM(""wins"") FROM ""2012_ladder"" WHERE ""losses""=16 AND ""against""<3213;",2-17746037-19 "How many Draws have a South West DFL of tyrendarra, and less than 10 wins?","CREATE TABLE ""2012_ladder"" ( ""south_west_dfl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT SUM(""draws"") FROM ""2012_ladder"" WHERE ""south_west_dfl""='tyrendarra' AND ""wins""<10;",2-17746037-19 "What Circuit has a Winning constructor of bugatti, and a Winning driver of edward bret?","CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""circuit"" FROM ""other_grands_prix"" WHERE ""winning_constructor""='bugatti' AND ""winning_driver""='edward bret';",2-18279844-2 What Circuit has a Date of 25 july?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""circuit"" FROM ""other_grands_prix"" WHERE ""date""='25 july';",2-18279844-2 What Date has a Name of thuin circuit?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""date"" FROM ""other_grands_prix"" WHERE ""name""='thuin circuit';",2-18279844-2 "What Name has a Winning constructor of bugatti, and a Winning driver of louis chiron?","CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""name"" FROM ""other_grands_prix"" WHERE ""winning_constructor""='bugatti' AND ""winning_driver""='louis chiron';",2-18279844-2 What Winning driver has a Name of mugello circuit?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""winning_driver"" FROM ""other_grands_prix"" WHERE ""name""='mugello circuit';",2-18279844-2 What Winning driver has a Winning constructor of talbot?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""winning_driver"" FROM ""other_grands_prix"" WHERE ""winning_constructor""='talbot';",2-18279844-2 What is the away team of the match with a 356 attendance?,"CREATE TABLE ""ties"" ( ""tie_no"" real, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" real );","SELECT ""away_team"" FROM ""ties"" WHERE ""attendance""=356;",2-18054397-15 Which player won in 1993?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT ""player"" FROM ""missed_the_cut"" WHERE ""year_s_won""='1993';",2-18009787-2 How many to pars were won in 1993?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT COUNT(""to_par"") FROM ""missed_the_cut"" WHERE ""year_s_won""='1993';",2-18009787-2 What is Zimbabwe's total with a to par higher than 5?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT AVG(""total"") FROM ""missed_the_cut"" WHERE ""country""='zimbabwe' AND ""to_par"">5;",2-18009787-2 What is the total for 1986 with a to par higher than 6?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT COUNT(""total"") FROM ""missed_the_cut"" WHERE ""year_s_won""='1986' AND ""to_par"">6;",2-18009787-2 What is the total for 1984 for the team with 100 points total and more than 3 seasons?,"CREATE TABLE ""relegation_table"" ( ""team"" text, ""1982"" text, ""1983"" text, ""1984"" real, ""total_points"" real, ""seasons"" real, ""points_average"" real );","SELECT SUM(""1984"") FROM ""relegation_table"" WHERE ""total_points""=100 AND ""seasons"">3;",2-17968229-5 "What is the points total for the team with points average more than 34, 1984 score more than 37 and N/A in 1982?","CREATE TABLE ""relegation_table"" ( ""team"" text, ""1982"" text, ""1983"" text, ""1984"" real, ""total_points"" real, ""seasons"" real, ""points_average"" real );","SELECT COUNT(""total_points"") FROM ""relegation_table"" WHERE ""1982""='n/a' AND ""points_average"">34 AND ""1984"">37;",2-17968229-5 What team had 3 seasons and fewer than 27 in 1984?,"CREATE TABLE ""relegation_table"" ( ""team"" text, ""1982"" text, ""1983"" text, ""1984"" real, ""total_points"" real, ""seasons"" real, ""points_average"" real );","SELECT ""team"" FROM ""relegation_table"" WHERE ""seasons""=3 AND ""1984""<27;",2-17968229-5 What is the number of seasons for the team with a total fewer than 24?,"CREATE TABLE ""relegation_table"" ( ""team"" text, ""1982"" text, ""1983"" text, ""1984"" real, ""total_points"" real, ""seasons"" real, ""points_average"" real );","SELECT SUM(""seasons"") FROM ""relegation_table"" WHERE ""total_points""<24;",2-17968229-5 What is the weight of the player from club panionios g.c. and was born on 1975-05-21?,"CREATE TABLE ""greece"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text, ""club"" text );","SELECT ""weight"" FROM ""greece"" WHERE ""club""='panionios g.c.' AND ""date_of_birth""='1975-05-21';",2-17759945-6 "How much Height of ground station(m) has a Name of lutersee, and a Height of mountain station(m) larger than 2398?","CREATE TABLE ""ski_lifts"" ( ""name"" text, ""type"" text, ""height_of_ground_station_m"" real, ""height_of_mountain_station_m"" real, ""construction_year"" real );","SELECT COUNT(""height_of_ground_station_m"") FROM ""ski_lifts"" WHERE ""name""='lutersee' AND ""height_of_mountain_station_m"">2398;",2-18004363-1 "Which elevation groundstation has a capacity in persons/hour larger than 820, and a Name or route of lager 1, and a slope length smaller than 336?","CREATE TABLE ""skilift_system"" ( ""name_or_route"" text, ""type"" text, ""elevation_groundstation"" real, ""elevation_mountainstation"" real, ""slope_length"" real, ""capacity_in_persons_hour"" real, ""construction_year_s"" text );","SELECT AVG(""elevation_groundstation"") FROM ""skilift_system"" WHERE ""capacity_in_persons_hour"">820 AND ""name_or_route""='lager 1' AND ""slope_length""<336;",2-17814458-1 "Which slope length has a type of surface lift, and an elevation groundstation smaller than 1974, and a construction year(s) of 1971, and a Name or route of alpmatten 1?","CREATE TABLE ""skilift_system"" ( ""name_or_route"" text, ""type"" text, ""elevation_groundstation"" real, ""elevation_mountainstation"" real, ""slope_length"" real, ""capacity_in_persons_hour"" real, ""construction_year_s"" text );","SELECT ""slope_length"" FROM ""skilift_system"" WHERE ""type""='surface lift' AND ""elevation_groundstation""<1974 AND ""construction_year_s""='1971' AND ""name_or_route""='alpmatten 1';",2-17814458-1 What is the lowest pick that has arizona cardinals as the NFL club?,"CREATE TABLE ""1996_ohio_state_buckeyes_football_team"" ( ""player"" text, ""round"" real, ""pick"" real, ""position"" text, ""nfl_club"" text );","SELECT MIN(""pick"") FROM ""1996_ohio_state_buckeyes_football_team"" WHERE ""nfl_club""='arizona cardinals';",2-17940740-2 "What round has a pick less than 189, with arizona cardinals as the NFL club?","CREATE TABLE ""1996_ohio_state_buckeyes_football_team"" ( ""player"" text, ""round"" real, ""pick"" real, ""position"" text, ""nfl_club"" text );","SELECT ""round"" FROM ""1996_ohio_state_buckeyes_football_team"" WHERE ""pick""<189 AND ""nfl_club""='arizona cardinals';",2-17940740-2 "What player has defensive back as the position, with a round less than 2?","CREATE TABLE ""1996_ohio_state_buckeyes_football_team"" ( ""player"" text, ""round"" real, ""pick"" real, ""position"" text, ""nfl_club"" text );","SELECT ""player"" FROM ""1996_ohio_state_buckeyes_football_team"" WHERE ""position""='defensive back' AND ""round""<2;",2-17940740-2 What lowest round has orlando pace as the player?,"CREATE TABLE ""1996_ohio_state_buckeyes_football_team"" ( ""player"" text, ""round"" real, ""pick"" real, ""position"" text, ""nfl_club"" text );","SELECT MIN(""round"") FROM ""1996_ohio_state_buckeyes_football_team"" WHERE ""player""='orlando pace';",2-17940740-2 What was the location when the opponent was Seattle Supersonics?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""streak"" text );","SELECT ""location_attendance"" FROM ""game_log"" WHERE ""opponent""='seattle supersonics';",2-18289217-8 What was the record for less than 78 games and a score of 114–109 (ot)?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""streak"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""game""<78 AND ""score""='114–109 (ot)';",2-18289217-8 Who was the opponent for game 75?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text, ""streak"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""game""=75;",2-18289217-8 Which Wrestler plays for Team Batista which was Elimated by Orton on Elimination 8?,"CREATE TABLE ""results"" ( ""elimination"" text, ""wrestler"" text, ""team"" text, ""eliminated_by"" text, ""elimination_move"" text, ""time"" text );","SELECT ""wrestler"" FROM ""results"" WHERE ""team""='team batista' AND ""eliminated_by""='orton' AND ""elimination""='8';",2-17781949-5 What time was the Wrestler Henry eliminated by Batista?,"CREATE TABLE ""results"" ( ""elimination"" text, ""wrestler"" text, ""team"" text, ""eliminated_by"" text, ""elimination_move"" text, ""time"" text );","SELECT ""time"" FROM ""results"" WHERE ""eliminated_by""='batista' AND ""wrestler""='henry';",2-17781949-5 Which Elimination Move is listed at Elimination 8 for Team Batista?,"CREATE TABLE ""results"" ( ""elimination"" text, ""wrestler"" text, ""team"" text, ""eliminated_by"" text, ""elimination_move"" text, ""time"" text );","SELECT ""elimination_move"" FROM ""results"" WHERE ""team""='team batista' AND ""elimination""='8';",2-17781949-5 "Which Elimination move is listed against Team Orton, Eliminated by Batista against Elimination number 7?","CREATE TABLE ""results"" ( ""elimination"" text, ""wrestler"" text, ""team"" text, ""eliminated_by"" text, ""elimination_move"" text, ""time"" text );","SELECT ""elimination_move"" FROM ""results"" WHERE ""team""='team orton' AND ""eliminated_by""='batista' AND ""elimination""='7';",2-17781949-5 "What Elimination Move is listed against Wrestler Henry, Eliminated by Batista?","CREATE TABLE ""results"" ( ""elimination"" text, ""wrestler"" text, ""team"" text, ""eliminated_by"" text, ""elimination_move"" text, ""time"" text );","SELECT ""elimination_move"" FROM ""results"" WHERE ""eliminated_by""='batista' AND ""wrestler""='henry';",2-17781949-5 What is the Elimination move listed against Regal?,"CREATE TABLE ""results"" ( ""elimination"" text, ""wrestler"" text, ""team"" text, ""eliminated_by"" text, ""elimination_move"" text, ""time"" text );","SELECT ""elimination_move"" FROM ""results"" WHERE ""wrestler""='regal';",2-17781949-5 Name the Total of jeff sluman?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT AVG(""total"") FROM ""missed_the_cut"" WHERE ""player""='jeff sluman';",2-18017347-3 Name the Total of australia and a To par smaller than 7?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT MIN(""total"") FROM ""missed_the_cut"" WHERE ""country""='australia' AND ""to_par""<7;",2-18017347-3 Name the To par that has a Year(s) won of 1988 and a Total smaller than 148?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT MAX(""to_par"") FROM ""missed_the_cut"" WHERE ""year_s_won""='1988' AND ""total""<148;",2-18017347-3 "Which Number has a Home Club of broomstones, and a Year End smaller than 1999?","CREATE TABLE ""presidents_of_the_grand_national_curling"" ( ""number"" real, ""year_start"" real, ""year_end"" real, ""name"" text, ""home_club"" text );","SELECT MIN(""number"") FROM ""presidents_of_the_grand_national_curling"" WHERE ""home_club""='broomstones' AND ""year_end""<1999;",2-1792333-1 Which Year Start has a Number of 28?,"CREATE TABLE ""presidents_of_the_grand_national_curling"" ( ""number"" real, ""year_start"" real, ""year_end"" real, ""name"" text, ""home_club"" text );","SELECT MAX(""year_start"") FROM ""presidents_of_the_grand_national_curling"" WHERE ""number""=28;",2-1792333-1 "Which Number has a Name of hill, lucius t.?","CREATE TABLE ""presidents_of_the_grand_national_curling"" ( ""number"" real, ""year_start"" real, ""year_end"" real, ""name"" text, ""home_club"" text );","SELECT MAX(""number"") FROM ""presidents_of_the_grand_national_curling"" WHERE ""name""='hill, lucius t.';",2-1792333-1 "Which Number has a Year Start smaller than 1874, and a Year End larger than 1873?","CREATE TABLE ""presidents_of_the_grand_national_curling"" ( ""number"" real, ""year_start"" real, ""year_end"" real, ""name"" text, ""home_club"" text );","SELECT MAX(""number"") FROM ""presidents_of_the_grand_national_curling"" WHERE ""year_start""<1874 AND ""year_end"">1873;",2-1792333-1 "Which Number has a Name of cooper, c. kenneth, and a Year End larger than 1984?","CREATE TABLE ""presidents_of_the_grand_national_curling"" ( ""number"" real, ""year_start"" real, ""year_end"" real, ""name"" text, ""home_club"" text );","SELECT AVG(""number"") FROM ""presidents_of_the_grand_national_curling"" WHERE ""name""='cooper, c. kenneth' AND ""year_end"">1984;",2-1792333-1 "What is Venue, when Status is ""Test Match"", and when Against is ""12""?","CREATE TABLE ""1991"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""venue"" FROM ""1991"" WHERE ""status""='test match' AND ""against""=12;",2-18178534-2 "What is Opposing Teams, when Date is ""11/10/1991""?","CREATE TABLE ""1991"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""opposing_teams"" FROM ""1991"" WHERE ""date""='11/10/1991';",2-18178534-2 "What is Date, when Opposing Teams is ""Australia"", and when Venue is ""Twickenham , London""?","CREATE TABLE ""1991"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""date"" FROM ""1991"" WHERE ""opposing_teams""='australia' AND ""venue""='twickenham , london';",2-18178534-2 "What is Against, when Opposing Teams is ""Australia"", and when Date is ""27/07/1991""?","CREATE TABLE ""1991"" ( ""opposing_teams"" text, ""against"" real, ""date"" text, ""venue"" text, ""status"" text );","SELECT ""against"" FROM ""1991"" WHERE ""opposing_teams""='australia' AND ""date""='27/07/1991';",2-18178534-2 What is the tie no of the game where exeter city was the home team?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""third_round_proper"" WHERE ""home_team""='exeter city';",2-17751803-3 What is the score of the game against away team exeter city on 10 jan 1990?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""third_round_proper"" WHERE ""date""='10 jan 1990' AND ""away_team""='exeter city';",2-17751803-3 What date did home team liverpool play?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""third_round_proper"" WHERE ""home_team""='liverpool';",2-17751803-3 What was the score of the game against away team crewe alexandra?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""third_round_proper"" WHERE ""away_team""='crewe alexandra';",2-17751803-3 What are the results of the incumbent who was first elected in 1996?,"CREATE TABLE ""maryland"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""results"" FROM ""maryland"" WHERE ""first_elected""=1996;",2-1805191-21 What are the results of the incumbent who was first elected in 1996?,"CREATE TABLE ""maryland"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""results"" FROM ""maryland"" WHERE ""first_elected""=1996;",2-1805191-21 Who is the incumbent who was first elected before 2002 from the maryland 3 district?,"CREATE TABLE ""maryland"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""incumbent"" FROM ""maryland"" WHERE ""first_elected""<2002 AND ""district""='maryland 3';",2-1805191-21 What is the party of the maryland 6 district?,"CREATE TABLE ""maryland"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""party"" FROM ""maryland"" WHERE ""district""='maryland 6';",2-1805191-21 WHAT IS THE SILVER WITH A YEAR OF 1962?,"CREATE TABLE ""men"" ( ""year"" real, ""gold"" text, ""silver"" text, ""bronze"" text, ""notes"" text );","SELECT ""silver"" FROM ""men"" WHERE ""year""=1962;",2-17760670-2 WHAT YEAR HAS A BRONZE OF VALENTIN NOVIKOV?,"CREATE TABLE ""men"" ( ""year"" real, ""gold"" text, ""silver"" text, ""bronze"" text, ""notes"" text );","SELECT AVG(""year"") FROM ""men"" WHERE ""bronze""='valentin novikov';",2-17760670-2 WHAT YEAR HAS A SILVER FOR MATTHIAS MERZ?,"CREATE TABLE ""men"" ( ""year"" real, ""gold"" text, ""silver"" text, ""bronze"" text, ""notes"" text );","SELECT MIN(""year"") FROM ""men"" WHERE ""silver""='matthias merz';",2-17760670-2 WHAT IS THE YEAR WITH A BRONZE OF AIMO TEPSELL?,"CREATE TABLE ""men"" ( ""year"" real, ""gold"" text, ""silver"" text, ""bronze"" text, ""notes"" text );","SELECT MIN(""year"") FROM ""men"" WHERE ""bronze""='aimo tepsell';",2-17760670-2 "What is To par, when Player is ""Greg Turner""?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_round"" WHERE ""player""='greg turner';",2-18097219-7 "What is Score, when Country is ""United States"", and when Player is ""Mark Brooks""?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""score"" FROM ""final_round"" WHERE ""country""='united states' AND ""player""='mark brooks';",2-18097219-7 "What is Score, when Money ( £ ) is greater than 35,000, and when Country is ""United States""?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""score"" FROM ""final_round"" WHERE ""money"">'35,000' AND ""country""='united states';",2-18097219-7 "What is To par, when Country is ""United States"", when Money ( £ ) is greater than 125,000, and when Score is ""67-70-68-71=276""?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_round"" WHERE ""country""='united states' AND ""money"">'125,000' AND ""score""='67-70-68-71=276';",2-18097219-7 "What is the highest Money ( £ ), when Player is ""Peter Hedblom""?","CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT MAX(""money"") FROM ""final_round"" WHERE ""player""='peter hedblom';",2-18097219-7 "What is the total number of losses for a draw of 7, and 1 points less than 33?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" real );","SELECT COUNT(""lost"") FROM ""first_division_final_table"" WHERE ""drawn""=7 AND ""points_1""<33;",2-17785973-1 "What is the total number drawn with goals against less than 55, and a total of 14 losses?","CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" real );","SELECT COUNT(""drawn"") FROM ""first_division_final_table"" WHERE ""goals_against""<55 AND ""lost""=14;",2-17785973-1 What is the total number of goals that has been played less than 38 times?,"CREATE TABLE ""first_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" real );","SELECT COUNT(""goals_for"") FROM ""first_division_final_table"" WHERE ""played""<38;",2-17785973-1 What is the Diameter of the Dog Sled (gold variant) Theme coin?,"CREATE TABLE ""coin_designs"" ( ""year"" real, ""theme"" text, ""face_value"" text, ""weight"" text, ""diameter"" text, ""mintage"" real, ""issue_price"" text );","SELECT ""diameter"" FROM ""coin_designs"" WHERE ""theme""='dog sled (gold variant)';",2-17757354-2 What is the MIntage after 2006 of the Ruby-Throated Hummingbird Theme coin?,"CREATE TABLE ""coin_designs"" ( ""year"" real, ""theme"" text, ""face_value"" text, ""weight"" text, ""diameter"" text, ""mintage"" real, ""issue_price"" text );","SELECT MAX(""mintage"") FROM ""coin_designs"" WHERE ""year"">2006 AND ""theme""='ruby-throated hummingbird';",2-17757354-2 What is the Mintage of the 12.61 g Weight Ruby-Throated Hummingbird?,"CREATE TABLE ""coin_designs"" ( ""year"" real, ""theme"" text, ""face_value"" text, ""weight"" text, ""diameter"" text, ""mintage"" real, ""issue_price"" text );","SELECT COUNT(""mintage"") FROM ""coin_designs"" WHERE ""weight""='12.61 g' AND ""theme""='ruby-throated hummingbird';",2-17757354-2 What is the Year of the Coin with an Issue Price of $1089.95 and Mintage less than 900?,"CREATE TABLE ""coin_designs"" ( ""year"" real, ""theme"" text, ""face_value"" text, ""weight"" text, ""diameter"" text, ""mintage"" real, ""issue_price"" text );","SELECT SUM(""year"") FROM ""coin_designs"" WHERE ""issue_price""='$1089.95' AND ""mintage""<900;",2-17757354-2 What is the Theme of the coin with an Issue Price of $89.95?,"CREATE TABLE ""coin_designs"" ( ""year"" real, ""theme"" text, ""face_value"" text, ""weight"" text, ""diameter"" text, ""mintage"" real, ""issue_price"" text );","SELECT ""theme"" FROM ""coin_designs"" WHERE ""issue_price""='$89.95';",2-17757354-2 What was the winning team on 11 July?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_team"" FROM ""race_calendar_and_winners"" WHERE ""date""='11 july';",2-17997366-2 Who is the winning driver of the race on 2 June with a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_driver"" FROM ""race_calendar_and_winners"" WHERE ""winning_team""='a.z.k./roc-compétition a.z.k./roc-compétition' AND ""date""='2 june';",2-17997366-2 Who is the winning driver of the race on 5 May?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""winning_driver"" FROM ""race_calendar_and_winners"" WHERE ""date""='5 may';",2-17997366-2 What is the round on 30 June with a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?,"CREATE TABLE ""race_calendar_and_winners"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""round"" FROM ""race_calendar_and_winners"" WHERE ""winning_team""='a.z.k./roc-compétition a.z.k./roc-compétition' AND ""date""='30 june';",2-17997366-2 "What is the date of the zolder circuit, which had a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?","CREATE TABLE ""race_calendar_and_winners"" ( ""round"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_team"" text );","SELECT ""date"" FROM ""race_calendar_and_winners"" WHERE ""winning_team""='a.z.k./roc-compétition a.z.k./roc-compétition' AND ""circuit""='zolder';",2-17997366-2 What place did Bob May get when his score was 72-66=138?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round"" WHERE ""score""='72-66=138' AND ""player""='bob may';",2-18026889-5 What country is Stephen Ames from with a place value of t9?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""place""='t9' AND ""player""='stephen ames';",2-18026889-5 What place had a To par of –10?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round"" WHERE ""to_par""='–10';",2-18026889-5 What country is Darren Clarke from?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""player""='darren clarke';",2-18026889-5 What is the To par value that goes with a Score of 70-69=139?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""second_round"" WHERE ""score""='70-69=139';",2-18026889-5 "What is the sum of Goals, when Season is ""2005-06"", and when Division is less than 1?","CREATE TABLE ""club_career_statistics"" ( ""season"" text, ""team"" text, ""country"" text, ""division"" real, ""goals"" real );","SELECT SUM(""goals"") FROM ""club_career_statistics"" WHERE ""season""='2005-06' AND ""division""<1;",2-18313582-1 "What is Season, when Goals is less than 6, and when Team is ""Tarbiat Yazd""?","CREATE TABLE ""club_career_statistics"" ( ""season"" text, ""team"" text, ""country"" text, ""division"" real, ""goals"" real );","SELECT ""season"" FROM ""club_career_statistics"" WHERE ""goals""<6 AND ""team""='tarbiat yazd';",2-18313582-1 "What is the lowest Division, when Goals is less than 5, and when Season is ""2002-03""?","CREATE TABLE ""club_career_statistics"" ( ""season"" text, ""team"" text, ""country"" text, ""division"" real, ""goals"" real );","SELECT MIN(""division"") FROM ""club_career_statistics"" WHERE ""goals""<5 AND ""season""='2002-03';",2-18313582-1 "What is the average Goals, when Team is ""Rah Ahan"", and when Division is less than 1?","CREATE TABLE ""club_career_statistics"" ( ""season"" text, ""team"" text, ""country"" text, ""division"" real, ""goals"" real );","SELECT AVG(""goals"") FROM ""club_career_statistics"" WHERE ""team""='rah ahan' AND ""division""<1;",2-18313582-1 What stadium has 9th in 2.hnl as the 2007-08 result?,"CREATE TABLE ""clubs"" ( ""club"" text, ""city"" text, ""stadium"" text, ""2007_08_result"" text, ""capacity"" real );","SELECT ""stadium"" FROM ""clubs"" WHERE ""2007_08_result""='9th in 2.hnl';",2-18220834-1 What club has 3rd in 3.hnl south as the 2007-08 result?,"CREATE TABLE ""clubs"" ( ""club"" text, ""city"" text, ""stadium"" text, ""2007_08_result"" text, ""capacity"" real );","SELECT ""club"" FROM ""clubs"" WHERE ""2007_08_result""='3rd in 3.hnl south';",2-18220834-1 What is the lowest capacity that has stadion mladina as the stadium?,"CREATE TABLE ""clubs"" ( ""club"" text, ""city"" text, ""stadium"" text, ""2007_08_result"" text, ""capacity"" real );","SELECT MIN(""capacity"") FROM ""clubs"" WHERE ""stadium""='stadion mladina';",2-18220834-1 What stadium has kutina as the city?,"CREATE TABLE ""clubs"" ( ""club"" text, ""city"" text, ""stadium"" text, ""2007_08_result"" text, ""capacity"" real );","SELECT ""stadium"" FROM ""clubs"" WHERE ""city""='kutina';",2-18220834-1 What was the H/A on 29 july 1992?,"CREATE TABLE ""pre_season_and_friendlies"" ( ""date"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""h_a"" FROM ""pre_season_and_friendlies"" WHERE ""date""='29 july 1992';",2-17636704-1 Which Result F-A has Opponents of rosenborg?,"CREATE TABLE ""pre_season_and_friendlies"" ( ""date"" text, ""opponents"" text, ""h_a"" text, ""result_f_a"" text, ""attendance"" real );","SELECT ""result_f_a"" FROM ""pre_season_and_friendlies"" WHERE ""opponents""='rosenborg';",2-17636704-1 What is the depth of the quake that occurred at 19:48?,"CREATE TABLE ""list_of_earthquakes_in_21st_century"" ( ""date"" text, ""time_utc"" text, ""epicenter"" text, ""magnitude"" text, ""depth"" text, ""intensity"" text );","SELECT ""depth"" FROM ""list_of_earthquakes_in_21st_century"" WHERE ""time_utc""='19:48';",2-18078011-2 "What is the magnitude with epicenter at Vrancea County, unknown intensity and which happened at 06:36?","CREATE TABLE ""list_of_earthquakes_in_21st_century"" ( ""date"" text, ""time_utc"" text, ""epicenter"" text, ""magnitude"" text, ""depth"" text, ""intensity"" text );","SELECT ""magnitude"" FROM ""list_of_earthquakes_in_21st_century"" WHERE ""epicenter""='vrancea county' AND ""intensity""='unknown' AND ""time_utc""='06:36';",2-18078011-2 "Where was the epicenter of the quake on December 1, 2012?","CREATE TABLE ""list_of_earthquakes_in_21st_century"" ( ""date"" text, ""time_utc"" text, ""epicenter"" text, ""magnitude"" text, ""depth"" text, ""intensity"" text );","SELECT ""epicenter"" FROM ""list_of_earthquakes_in_21st_century"" WHERE ""date""='december 1, 2012';",2-18078011-2 "What is Finish, when Year(s) Won is ""1991""?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""finish"" FROM ""made_the_cut"" WHERE ""year_s_won""='1991';",2-18116279-2 "What is Year(s) Won, when Finish is ""T31"", and when Player is ""Nick Price""?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""year_s_won"" FROM ""made_the_cut"" WHERE ""finish""='t31' AND ""player""='nick price';",2-18116279-2 "What is Country, when Total is greater than 283, and when Year(s) Won is ""1989""?","CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""country"" FROM ""made_the_cut"" WHERE ""total"">283 AND ""year_s_won""='1989';",2-18116279-2 "born on 1983-03-14, what is the cb's name?","CREATE TABLE ""united_states"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text );","SELECT ""name"" FROM ""united_states"" WHERE ""pos""='cb' AND ""date_of_birth""='1983-03-14';",2-17774593-9 "born on 1973-08-21, what is the cf's name?","CREATE TABLE ""united_states"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""date_of_birth"" text );","SELECT ""name"" FROM ""united_states"" WHERE ""pos""='cf' AND ""date_of_birth""='1973-08-21';",2-17774593-9 What attendance has detroit lions as the opponent?,"CREATE TABLE ""schedule"" ( ""date"" text, ""result"" text, ""score"" text, ""opponent"" text, ""record"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""schedule"" WHERE ""opponent""='detroit lions';",2-17991902-2 What score has houston texans as the opponent?,"CREATE TABLE ""schedule"" ( ""date"" text, ""result"" text, ""score"" text, ""opponent"" text, ""record"" text, ""attendance"" text );","SELECT ""score"" FROM ""schedule"" WHERE ""opponent""='houston texans';",2-17991902-2 What score has October 31 as the date?,"CREATE TABLE ""schedule"" ( ""date"" text, ""result"" text, ""score"" text, ""opponent"" text, ""record"" text, ""attendance"" text );","SELECT ""score"" FROM ""schedule"" WHERE ""date""='october 31';",2-17991902-2 "What record has w as the result, with January 2 as the date?","CREATE TABLE ""schedule"" ( ""date"" text, ""result"" text, ""score"" text, ""opponent"" text, ""record"" text, ""attendance"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""result""='w' AND ""date""='january 2';",2-17991902-2 What is the position of the team player from Aik?,"CREATE TABLE ""round_six"" ( ""pick_num"" real, ""player"" text, ""nationality"" text, ""position"" text, ""team_from"" text, ""league_from"" text );","SELECT ""position"" FROM ""round_six"" WHERE ""team_from""='aik';",2-18026409-8 What is the average pick # from the Quebec Major Junior Hockey League player Samuel Carrier?,"CREATE TABLE ""round_six"" ( ""pick_num"" real, ""player"" text, ""nationality"" text, ""position"" text, ""team_from"" text, ""league_from"" text );","SELECT AVG(""pick_num"") FROM ""round_six"" WHERE ""league_from""='quebec major junior hockey league' AND ""player""='samuel carrier';",2-18026409-8 What is the total pick # for the D position from a team from Chilliwack Bruins?,"CREATE TABLE ""round_six"" ( ""pick_num"" real, ""player"" text, ""nationality"" text, ""position"" text, ""team_from"" text, ""league_from"" text );","SELECT SUM(""pick_num"") FROM ""round_six"" WHERE ""position""='d' AND ""team_from""='chilliwack bruins';",2-18026409-8 What is the league that has the pick #160?,"CREATE TABLE ""round_six"" ( ""pick_num"" real, ""player"" text, ""nationality"" text, ""position"" text, ""team_from"" text, ""league_from"" text );","SELECT ""league_from"" FROM ""round_six"" WHERE ""pick_num""=160;",2-18026409-8 "What bowl game was played on Dec. 26, 2007?","CREATE TABLE ""bowl_games"" ( ""date"" text, ""bowl_game"" text, ""big_ten_team"" text, ""opp_team"" text, ""score"" text );","SELECT ""bowl_game"" FROM ""bowl_games"" WHERE ""date""='dec. 26, 2007';",2-18102742-1 Who was the opposing team in the game with a score of 21-17?,"CREATE TABLE ""bowl_games"" ( ""date"" text, ""bowl_game"" text, ""big_ten_team"" text, ""opp_team"" text, ""score"" text );","SELECT ""opp_team"" FROM ""bowl_games"" WHERE ""score""='21-17';",2-18102742-1 Who was Purdue's opponent?,"CREATE TABLE ""bowl_games"" ( ""date"" text, ""bowl_game"" text, ""big_ten_team"" text, ""opp_team"" text, ""score"" text );","SELECT ""opp_team"" FROM ""bowl_games"" WHERE ""big_ten_team""='purdue';",2-18102742-1 What was the score of the Insight Bowl?,"CREATE TABLE ""bowl_games"" ( ""date"" text, ""bowl_game"" text, ""big_ten_team"" text, ""opp_team"" text, ""score"" text );","SELECT ""score"" FROM ""bowl_games"" WHERE ""bowl_game""='insight bowl';",2-18102742-1 What was the score of the BCS National Championship game?,"CREATE TABLE ""bowl_games"" ( ""date"" text, ""bowl_game"" text, ""big_ten_team"" text, ""opp_team"" text, ""score"" text );","SELECT ""score"" FROM ""bowl_games"" WHERE ""bowl_game""='bcs national championship';",2-18102742-1 Which Democratic incumbent was first elected in 1998?,"CREATE TABLE ""oregon"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""incumbent"" FROM ""oregon"" WHERE ""party""='democratic' AND ""first_elected""=1998;",2-1805191-38 Which district has a Democratic incumbent that was first elected before 1996?,"CREATE TABLE ""oregon"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""district"" FROM ""oregon"" WHERE ""party""='democratic' AND ""first_elected""<1996;",2-1805191-38 Who is the incumbent for the Oregon 5 District that was elected in 1996?,"CREATE TABLE ""oregon"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""incumbent"" FROM ""oregon"" WHERE ""first_elected""=1996 AND ""district""='oregon 5';",2-1805191-38 What was the result of the Oregon 5 District incumbent who was first elected in 1996?,"CREATE TABLE ""oregon"" ( ""district"" text, ""incumbent"" text, ""party"" text, ""first_elected"" real, ""results"" text );","SELECT ""results"" FROM ""oregon"" WHERE ""first_elected""=1996 AND ""district""='oregon 5';",2-1805191-38 What's was the location for fight against Liam Mccarty?,"CREATE TABLE ""mixed_martial_arts_record"" ( ""res"" text, ""record"" text, ""opponent"" text, ""method"" text, ""event"" text, ""round"" real, ""location"" text );","SELECT ""location"" FROM ""mixed_martial_arts_record"" WHERE ""opponent""='liam mccarty';",2-18005521-2 How many strokes off par was the winner in 1978?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT ""to_par"" FROM ""missed_the_cut"" WHERE ""year_s_won""='1978';",2-18116279-3 What was the average round score of the player who won in 1978?,"CREATE TABLE ""missed_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" real );","SELECT AVG(""total"") FROM ""missed_the_cut"" WHERE ""year_s_won""='1978';",2-18116279-3 What is the money won by Frank Nobilo?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT COUNT(""money"") FROM ""final_round"" WHERE ""player""='frank nobilo';",2-18060467-7 What is Lee Westwood's score?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""score"" FROM ""final_round"" WHERE ""player""='lee westwood';",2-18060467-7 How much money has been won by Stephen Ames?,"CREATE TABLE ""final_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""money"" FROM ""final_round"" WHERE ""player""='stephen ames';",2-18060467-7 "How much Drawn has Goals Against of 81, and a Lost larger than 23?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT COUNT(""drawn"") FROM ""second_division_final_table"" WHERE ""goals_against""=81 AND ""lost"">23;",2-17716055-2 "Which Lost has a Position larger than 5, and Points 1 of 37, and less than 63 Goals Against?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT AVG(""lost"") FROM ""second_division_final_table"" WHERE ""position"">5 AND ""points_1""='37' AND ""goals_against""<63;",2-17716055-2 "How much Drawn has Goals Against larger than 74, and a Lost smaller than 20, and a Played larger than 38?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT COUNT(""drawn"") FROM ""second_division_final_table"" WHERE ""goals_against"">74 AND ""lost""<20 AND ""played"">38;",2-17716055-2 "Which Position has Goals For of 52, and Goals Against larger than 70?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT MAX(""position"") FROM ""second_division_final_table"" WHERE ""goals_for""=52 AND ""goals_against"">70;",2-17716055-2 "Which Played has a Drawn of 4, and a Position of 9, and Goals Against larger than 59?","CREATE TABLE ""second_division_final_table"" ( ""position"" real, ""team"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" text, ""points_1"" text );","SELECT AVG(""played"") FROM ""second_division_final_table"" WHERE ""drawn""=4 AND ""position""=9 AND ""goals_against"">59;",2-17716055-2 Who is the home team when the san francisco 49ers are visiting with a result of 42-14?,"CREATE TABLE ""1960s_rams_10_9_1"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text, ""attendance"" real );","SELECT ""home_team"" FROM ""1960s_rams_10_9_1"" WHERE ""visiting_team""='san francisco 49ers' AND ""result""='42-14';",2-18226024-3 "When was the earliest year when the attendance was 77,254?","CREATE TABLE ""1960s_rams_10_9_1"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text, ""attendance"" real );","SELECT MIN(""year"") FROM ""1960s_rams_10_9_1"" WHERE ""attendance""='77,254';",2-18226024-3 "When the san francisco 49ers are visiting with an attendance of more than 45,532 on September 30, who was the home team?","CREATE TABLE ""1960s_rams_10_9_1"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text, ""attendance"" real );","SELECT ""home_team"" FROM ""1960s_rams_10_9_1"" WHERE ""visiting_team""='san francisco 49ers' AND ""attendance"">'45,532' AND ""date""='september 30';",2-18226024-3 What was the total attendance for a result of 7-23 before 1960?,"CREATE TABLE ""1960s_rams_10_9_1"" ( ""year"" real, ""date"" text, ""home_team"" text, ""result"" text, ""visiting_team"" text, ""venue"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""1960s_rams_10_9_1"" WHERE ""result""='7-23' AND ""year""<1960;",2-18226024-3 What is the location of the enzyme Uroporphyrinogen iii Synthase?,"CREATE TABLE ""biosynthesis"" ( ""enzyme"" text, ""location"" text, ""substrate"" text, ""product"" text, ""chromosome"" text, ""omim"" real, ""porphyria"" text );","SELECT ""location"" FROM ""biosynthesis"" WHERE ""enzyme""='uroporphyrinogen iii synthase';",2-182499-1 What is protoporphyrin ix's substrate?,"CREATE TABLE ""biosynthesis"" ( ""enzyme"" text, ""location"" text, ""substrate"" text, ""product"" text, ""chromosome"" text, ""omim"" real, ""porphyria"" text );","SELECT ""substrate"" FROM ""biosynthesis"" WHERE ""product""='protoporphyrin ix';",2-182499-1 Which substrate has an OMIM of 176000?,"CREATE TABLE ""biosynthesis"" ( ""enzyme"" text, ""location"" text, ""substrate"" text, ""product"" text, ""chromosome"" text, ""omim"" real, ""porphyria"" text );","SELECT ""substrate"" FROM ""biosynthesis"" WHERE ""omim""=176000;",2-182499-1 What was Anders Forsbrand's score when the TO par is +4?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""second_round"" WHERE ""to_par""='+4' AND ""player""='anders forsbrand';",2-18150723-4 Which player scored 76-68=144?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""score""='76-68=144';",2-18150723-4 What did United States place when the player was Raymond Floyd?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round"" WHERE ""country""='united states' AND ""player""='raymond floyd';",2-18150723-4 What country did Raymond Floyd play for?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""player""='raymond floyd';",2-18150723-4 What is Greg Norman's place?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round"" WHERE ""player""='greg norman';",2-18150723-4 What place did Paul McGinley finish in?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT ""place"" FROM ""first_round"" WHERE ""player""='paul mcginley';",2-18017216-4 What is Tiger Woods' to par?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" real, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""to_par"" FROM ""made_the_cut"" WHERE ""player""='tiger woods';",2-18017216-2 What is the to par when the year(s) won is larger than 1999?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" real, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""to_par"" FROM ""made_the_cut"" WHERE ""year_s_won"">1999;",2-18017216-2 What are the apps for less than 61 goals and before rank 6?,"CREATE TABLE ""most_effective_team_in_a_la_liga_season_"" ( ""rank"" real, ""club"" text, ""season"" text, ""goals"" real, ""apps"" real );","SELECT SUM(""apps"") FROM ""most_effective_team_in_a_la_liga_season_"" WHERE ""rank""<6 AND ""goals""<61;",2-17937080-4 "What season was Barcelona ranked higher than 12, had more than 96 goals and had more than 26 apps?","CREATE TABLE ""most_effective_team_in_a_la_liga_season_"" ( ""rank"" real, ""club"" text, ""season"" text, ""goals"" real, ""apps"" real );","SELECT ""season"" FROM ""most_effective_team_in_a_la_liga_season_"" WHERE ""apps"">26 AND ""club""='barcelona' AND ""goals"">96 AND ""rank"">12;",2-17937080-4 How many apps when the rank was after 13 and having more than 73 goals?,"CREATE TABLE ""most_effective_team_in_a_la_liga_season_"" ( ""rank"" real, ""club"" text, ""season"" text, ""goals"" real, ""apps"" real );","SELECT AVG(""apps"") FROM ""most_effective_team_in_a_la_liga_season_"" WHERE ""goals"">73 AND ""rank"">13;",2-17937080-4 Who was the club having less than 22 apps and ranked less than 2?,"CREATE TABLE ""most_effective_team_in_a_la_liga_season_"" ( ""rank"" real, ""club"" text, ""season"" text, ""goals"" real, ""apps"" real );","SELECT ""club"" FROM ""most_effective_team_in_a_la_liga_season_"" WHERE ""apps""<22 AND ""rank""<2;",2-17937080-4 With a score of 68-65=133 and United States as the country what is the To par?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""second_round"" WHERE ""country""='united states' AND ""score""='68-65=133';",2-18113463-5 Who is the golfer that golfs for Northern Ireland?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""country""='northern ireland';",2-18113463-5 The golfer in place 1 if from what country?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""place""='1';",2-18113463-5 On what date was Tie #26 played?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""third_round_proper"" WHERE ""tie_no""='26';",2-17751846-3 On what date was Tie #13 played?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""third_round_proper"" WHERE ""tie_no""='13';",2-17751846-3 For which tie was Scunthorpe United the away team?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""third_round_proper"" WHERE ""away_team""='scunthorpe united';",2-17751846-3 What was the final score for the tie where Leeds United was the home team?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""third_round_proper"" WHERE ""home_team""='leeds united';",2-17751846-3 "In the tie where Southampton was the away team, who was the home team?","CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""third_round_proper"" WHERE ""away_team""='southampton';",2-17751846-3 What is the name of the away team for Tie #19?,"CREATE TABLE ""third_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""away_team"" FROM ""third_round_proper"" WHERE ""tie_no""='19';",2-17751846-3 Which Nominated Work won in 2000?,"CREATE TABLE ""1999_2000"" ( ""year"" real, ""awards_show"" text, ""nominees"" text, ""nominated_work"" text, ""results"" text );","SELECT ""nominated_work"" FROM ""1999_2000"" WHERE ""year""=2000 AND ""results""='won';",2-1806210-10 What was the result in 2000?,"CREATE TABLE ""1999_2000"" ( ""year"" real, ""awards_show"" text, ""nominees"" text, ""nominated_work"" text, ""results"" text );","SELECT ""results"" FROM ""1999_2000"" WHERE ""year""=2000;",2-1806210-10 What was the results of the 71st Academy Awards show?,"CREATE TABLE ""1999_2000"" ( ""year"" real, ""awards_show"" text, ""nominees"" text, ""nominated_work"" text, ""results"" text );","SELECT ""results"" FROM ""1999_2000"" WHERE ""awards_show""='71st academy awards';",2-1806210-10 What is the city in Alabama that opened in 1996?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""capacity"" real, ""city"" text, ""state"" text, ""year_opened"" text );","SELECT ""city"" FROM ""see_also"" WHERE ""year_opened""='1996' AND ""state""='alabama';",2-18204624-1 What is the lowest capacity for 1903?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""capacity"" real, ""city"" text, ""state"" text, ""year_opened"" text );","SELECT MIN(""capacity"") FROM ""see_also"" WHERE ""year_opened""='1903';",2-18204624-1 "What was the year opened for North Carolina with a smaller than 21,500 capacity?","CREATE TABLE ""see_also"" ( ""rank"" text, ""capacity"" real, ""city"" text, ""state"" text, ""year_opened"" text );","SELECT ""year_opened"" FROM ""see_also"" WHERE ""state""='north carolina' AND ""capacity""<'21,500';",2-18204624-1 What is the rank for the year opened in 1959 in Pennsylvania?,"CREATE TABLE ""see_also"" ( ""rank"" text, ""capacity"" real, ""city"" text, ""state"" text, ""year_opened"" text );","SELECT ""rank"" FROM ""see_also"" WHERE ""year_opened""='1959' AND ""state""='pennsylvania';",2-18204624-1 "How many years were lightweight class on february 28, 2009?","CREATE TABLE ""list_of_winners"" ( ""year"" real, ""date"" text, ""location"" text, ""winner"" text, ""loser"" text, ""weight_class"" text );","SELECT COUNT(""year"") FROM ""list_of_winners"" WHERE ""weight_class""='lightweight' AND ""date""='february 28, 2009';",2-18170886-1 How many weeks have a Result of t 10-10?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT COUNT(""week"") FROM ""schedule"" WHERE ""result""='t 10-10';",2-18908350-2 "Which Date has a Week smaller than 8, and an Opponent of atlanta falcons?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""date"" FROM ""schedule"" WHERE ""week""<8 AND ""opponent""='atlanta falcons';",2-18908350-2 Which Result has an Opponent of minnesota vikings?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""opponent""='minnesota vikings';",2-18908350-2 What is the Rank of the Athlete with a Time of 1:47.65 and in Lane 3 or larger?,"CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""country"" text, ""time"" text );","SELECT MAX(""rank"") FROM ""semifinal_1"" WHERE ""time""='1:47.65' AND ""lane"">3;",2-18569131-3 What is the Place of the half marathon Event?,"CREATE TABLE ""sports_career"" ( ""country"" text, ""event"" text, ""time"" text, ""date"" text, ""place"" text );","SELECT ""place"" FROM ""sports_career"" WHERE ""event""='half marathon';",2-19004438-1 "What is the Place of the Event on August 25, 2007?","CREATE TABLE ""sports_career"" ( ""country"" text, ""event"" text, ""time"" text, ""date"" text, ""place"" text );","SELECT ""place"" FROM ""sports_career"" WHERE ""date""='august 25, 2007';",2-19004438-1 What is the Country of the Half Marathon Event?,"CREATE TABLE ""sports_career"" ( ""country"" text, ""event"" text, ""time"" text, ""date"" text, ""place"" text );","SELECT ""country"" FROM ""sports_career"" WHERE ""event""='half marathon';",2-19004438-1 "What is the Country of the 10,000m Event?","CREATE TABLE ""sports_career"" ( ""country"" text, ""event"" text, ""time"" text, ""date"" text, ""place"" text );","SELECT ""country"" FROM ""sports_career"" WHERE ""event""='10,000m';",2-19004438-1 What is the Event labeled Country of (local competition)?,"CREATE TABLE ""sports_career"" ( ""country"" text, ""event"" text, ""time"" text, ""date"" text, ""place"" text );","SELECT ""event"" FROM ""sports_career"" WHERE ""country""='(local competition)';",2-19004438-1 What is the Date of the Event with a Time of 2:23:47?,"CREATE TABLE ""sports_career"" ( ""country"" text, ""event"" text, ""time"" text, ""date"" text, ""place"" text );","SELECT ""date"" FROM ""sports_career"" WHERE ""time""='2:23:47';",2-19004438-1 What is the rank of the time of 6:30.53?,"CREATE TABLE ""semifinal_a_b_2"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT COUNT(""rank"") FROM ""semifinal_a_b_2"" WHERE ""time""='6:30.53';",2-18662685-12 What is the names of the rowers that the time was 6:24.61?,"CREATE TABLE ""semifinal_a_b_2"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""rowers"" FROM ""semifinal_a_b_2"" WHERE ""time""='6:24.61';",2-18662685-12 "What country has a rank smaller than 6, a time of 6:32.32 and notes of FB?","CREATE TABLE ""semifinal_a_b_2"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""country"" FROM ""semifinal_a_b_2"" WHERE ""rank""<6 AND ""notes""='fb' AND ""time""='6:32.32';",2-18662685-12 Which actor played on Home and Away for 20 years?,"CREATE TABLE ""australia"" ( ""actor"" text, ""character"" text, ""soap_opera"" text, ""years"" text, ""duration"" text );","SELECT ""actor"" FROM ""australia"" WHERE ""duration""='20 years' AND ""soap_opera""='home and away';",2-18772558-3 What character was portrayed by the same actor for 12 years on Neighbours?,"CREATE TABLE ""australia"" ( ""actor"" text, ""character"" text, ""soap_opera"" text, ""years"" text, ""duration"" text );","SELECT ""character"" FROM ""australia"" WHERE ""duration""='12 years' AND ""soap_opera""='neighbours';",2-18772558-3 How long did Joyce Jacobs portray her character on her show?,"CREATE TABLE ""australia"" ( ""actor"" text, ""character"" text, ""soap_opera"" text, ""years"" text, ""duration"" text );","SELECT ""duration"" FROM ""australia"" WHERE ""actor""='joyce jacobs';",2-18772558-3 Which actor played Harold Bishop for 17 years?,"CREATE TABLE ""australia"" ( ""actor"" text, ""character"" text, ""soap_opera"" text, ""years"" text, ""duration"" text );","SELECT ""actor"" FROM ""australia"" WHERE ""duration""='17 years' AND ""character""='harold bishop';",2-18772558-3 Which years did Martin Sacks work on a soap opera?,"CREATE TABLE ""australia"" ( ""actor"" text, ""character"" text, ""soap_opera"" text, ""years"" text, ""duration"" text );","SELECT ""years"" FROM ""australia"" WHERE ""actor""='martin sacks';",2-18772558-3 What is the Arena when there were 65 points?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text, ""arena"" text, ""points"" text );","SELECT ""arena"" FROM ""regular_season"" WHERE ""points""='65';",2-18987966-7 What is the record when the score was 2–0?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text, ""arena"" text, ""points"" text );","SELECT ""record"" FROM ""regular_season"" WHERE ""score""='2–0';",2-18987966-7 What were the points on February 10?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text, ""arena"" text, ""points"" text );","SELECT ""points"" FROM ""regular_season"" WHERE ""date""='february 10';",2-18987966-7 What is the record at Palasport Olimpico?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text, ""arena"" text, ""points"" text );","SELECT ""record"" FROM ""regular_season"" WHERE ""arena""='palasport olimpico';",2-18987966-7 "What is the points when the score was 3–1, and record was 25–19–11?","CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text, ""arena"" text, ""points"" text );","SELECT ""points"" FROM ""regular_season"" WHERE ""score""='3–1' AND ""record""='25–19–11';",2-18987966-7 "What is the record at Arrowhead Pond of Anaheim, when the loss was Bryzgalov (10–11–1)?","CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text, ""arena"" text, ""points"" text );","SELECT ""record"" FROM ""regular_season"" WHERE ""arena""='arrowhead pond of anaheim' AND ""loss""='bryzgalov (10–11–1)';",2-18987966-7 What is the finishing time with a 2/1q finish on the Meadowlands track?,"CREATE TABLE ""races"" ( ""date"" text, ""track"" text, ""race"" text, ""finish"" text, ""fin_time"" text, ""last_1_4"" text, ""driver"" text, ""trainer"" text );","SELECT ""fin_time"" FROM ""races"" WHERE ""finish""='2/1q' AND ""track""='the meadowlands';",2-18744745-2 What is the last 1/4 for the QUA race with a finishing time of 2:03.1?,"CREATE TABLE ""races"" ( ""date"" text, ""track"" text, ""race"" text, ""finish"" text, ""fin_time"" text, ""last_1_4"" text, ""driver"" text, ""trainer"" text );","SELECT ""last_1_4"" FROM ""races"" WHERE ""race""='qua' AND ""fin_time""='2:03.1';",2-18744745-2 "How many ranks have 1:01.14.62 as the time, with michael russell as the rider?","CREATE TABLE ""race_4_junior_manx_grand_prix"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT COUNT(""rank"") FROM ""race_4_junior_manx_grand_prix"" WHERE ""time""='1:01.14.62' AND ""rider""='michael russell';",2-18649514-7 What time has phil mcgurk as the rider?,"CREATE TABLE ""race_4_junior_manx_grand_prix"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""time"" FROM ""race_4_junior_manx_grand_prix"" WHERE ""rider""='phil mcgurk';",2-18649514-7 How many ranks have michael russell as the rider?,"CREATE TABLE ""race_4_junior_manx_grand_prix"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT SUM(""rank"") FROM ""race_4_junior_manx_grand_prix"" WHERE ""rider""='michael russell';",2-18649514-7 How many goals were conceded by the team with more than 21 points more than 5 draws and less than 18 games played?,"CREATE TABLE ""standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT SUM(""goals_conceded"") FROM ""standings"" WHERE ""draw"">5 AND ""points"">21 AND ""played""<18;",2-18704095-2 "How many goals were conceded by teams with 32 points, more than 2 losses and more than 22 goals scored?","CREATE TABLE ""standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT COUNT(""goals_conceded"") FROM ""standings"" WHERE ""points""=32 AND ""lost"">2 AND ""goals_scored"">22;",2-18704095-2 How many points did the team have that conceded 41 goals and finish in a place larger than 10?,"CREATE TABLE ""standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""standings"" WHERE ""goals_conceded""=41 AND ""place"">10;",2-18704095-2 Who was the opponent in week 13?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week""=13;",2-18572696-1 What location has kingsmen as the mascot?,"CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""mascot"" text, ""location"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""county"" text );","SELECT ""location"" FROM ""indiana_high_school_athletics_conference"" WHERE ""mascot""='kingsmen';",2-18942405-11 "What location has an enrollment greater than 1,313, and kingsmen as the mascot?","CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""mascot"" text, ""location"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""county"" text );","SELECT ""location"" FROM ""indiana_high_school_athletics_conference"" WHERE ""enrollment"">'1,313' AND ""mascot""='kingsmen';",2-18942405-11 What IHSAA Football Class has 20 elkhart as the county?,"CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""mascot"" text, ""location"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""county"" text );","SELECT ""ihsaa_football_class"" FROM ""indiana_high_school_athletics_conference"" WHERE ""county""='20 elkhart';",2-18942405-11 "What school has south bend as the location, with indians as the mascot?","CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""mascot"" text, ""location"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""county"" text );","SELECT ""school"" FROM ""indiana_high_school_athletics_conference"" WHERE ""location""='south bend' AND ""mascot""='indians';",2-18942405-11 What name has Fakel New Urengoy as the 2008 club?,"CREATE TABLE ""volleyball_at_the_2008_summer_olympics_m"" ( ""name"" text, ""height"" text, ""weight"" text, ""spike"" text, ""2008_club"" text );","SELECT ""name"" FROM ""volleyball_at_the_2008_summer_olympics_m"" WHERE ""2008_club""='fakel new urengoy';",2-18499677-5 What shows for height for the 2008 club of Stade Poitevin Poitiers?,"CREATE TABLE ""volleyball_at_the_2008_summer_olympics_m"" ( ""name"" text, ""height"" text, ""weight"" text, ""spike"" text, ""2008_club"" text );","SELECT ""height"" FROM ""volleyball_at_the_2008_summer_olympics_m"" WHERE ""2008_club""='stade poitevin poitiers';",2-18499677-5 What is the name for the 2008 club of Azs olsztyn?,"CREATE TABLE ""volleyball_at_the_2008_summer_olympics_m"" ( ""name"" text, ""height"" text, ""weight"" text, ""spike"" text, ""2008_club"" text );","SELECT ""name"" FROM ""volleyball_at_the_2008_summer_olympics_m"" WHERE ""2008_club""='azs olsztyn';",2-18499677-5 What is the spike for the 2008 club of Lokomotiv Novosibirsk?,"CREATE TABLE ""volleyball_at_the_2008_summer_olympics_m"" ( ""name"" text, ""height"" text, ""weight"" text, ""spike"" text, ""2008_club"" text );","SELECT ""spike"" FROM ""volleyball_at_the_2008_summer_olympics_m"" WHERE ""2008_club""='lokomotiv novosibirsk';",2-18499677-5 What's the total that the position is less than 1?,"CREATE TABLE ""balance_beam_ef_qualifiers"" ( ""position"" real, ""gymnast"" text, ""a_score"" real, ""b_score"" real, ""total"" real );","SELECT MIN(""total"") FROM ""balance_beam_ef_qualifiers"" WHERE ""position""<1;",2-18662028-6 What the B Score when the total is 16.125 and the position is less than 7?,"CREATE TABLE ""balance_beam_ef_qualifiers"" ( ""position"" real, ""gymnast"" text, ""a_score"" real, ""b_score"" real, ""total"" real );","SELECT SUM(""b_score"") FROM ""balance_beam_ef_qualifiers"" WHERE ""position""<7 AND ""total""=16.125;",2-18662028-6 What was the total rating that had a score higher than 7 and a b score smaller than 8.65?,"CREATE TABLE ""horizontal_bar_event_final_qualifiers"" ( ""position"" text, ""gymnast"" text, ""a_score"" real, ""b_score"" real, ""total"" real );","SELECT SUM(""total"") FROM ""horizontal_bar_event_final_qualifiers"" WHERE ""a_score"">7 AND ""b_score""<8.65;",2-18662026-6 Which gymnast had a b score of 8.95 and an a score less than 6.9,"CREATE TABLE ""horizontal_bar_event_final_qualifiers"" ( ""position"" text, ""gymnast"" text, ""a_score"" real, ""b_score"" real, ""total"" real );","SELECT ""gymnast"" FROM ""horizontal_bar_event_final_qualifiers"" WHERE ""b_score""=8.95 AND ""a_score""<6.9;",2-18662026-6 Who were the winners in 1998?,"CREATE TABLE ""tournaments"" ( ""year"" real, ""winners"" text, ""runner_up"" text, ""third_place"" text, ""fourth_place"" text, ""best_goalkeeper"" text, ""top_goal_scorer_s"" text );","SELECT ""winners"" FROM ""tournaments"" WHERE ""year""=1998;",2-18517912-2 "What year was the runner-up Portugal with Italy in third place, and the gold keeper Nuno Hidalgo?","CREATE TABLE ""tournaments"" ( ""year"" real, ""winners"" text, ""runner_up"" text, ""third_place"" text, ""fourth_place"" text, ""best_goalkeeper"" text, ""top_goal_scorer_s"" text );","SELECT AVG(""year"") FROM ""tournaments"" WHERE ""runner_up""='portugal' AND ""third_place""='italy' AND ""best_goalkeeper""='nuno hidalgo';",2-18517912-2 What is the college pick for 213?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""nfl_draft"" WHERE ""pick""=213;",2-18733329-1 what is the round on 21 february 2009?,"CREATE TABLE ""fa_trophy"" ( ""round"" text, ""date"" text, ""opponents"" text, ""venue"" text, ""result"" text, ""score_f_a"" text, ""attendance"" real );","SELECT ""round"" FROM ""fa_trophy"" WHERE ""date""='21 february 2009';",2-18703579-4 What is the highest enrollment for rochester community school?,"CREATE TABLE ""former_members"" ( ""school"" text, ""location"" text, ""mascot"" text, ""num_county"" text, ""enrollment"" real, ""ihsaa_class_football_soccer"" text, ""year_joined"" real, ""previous_conference"" text, ""year_left"" real, ""conference_joined"" text );","SELECT MAX(""enrollment"") FROM ""former_members"" WHERE ""school""='rochester community';",2-18871102-3 "What is the average enrollment that has hot dogs as the mascot, with a year joined later than 1926?","CREATE TABLE ""former_members"" ( ""school"" text, ""location"" text, ""mascot"" text, ""num_county"" text, ""enrollment"" real, ""ihsaa_class_football_soccer"" text, ""year_joined"" real, ""previous_conference"" text, ""year_left"" real, ""conference_joined"" text );","SELECT AVG(""enrollment"") FROM ""former_members"" WHERE ""mascot""='hot dogs' AND ""year_joined"">1926;",2-18871102-3 What is the lowest enrollment that has Lafayette as the location?,"CREATE TABLE ""former_members"" ( ""school"" text, ""location"" text, ""mascot"" text, ""num_county"" text, ""enrollment"" real, ""ihsaa_class_football_soccer"" text, ""year_joined"" real, ""previous_conference"" text, ""year_left"" real, ""conference_joined"" text );","SELECT MIN(""enrollment"") FROM ""former_members"" WHERE ""location""='lafayette';",2-18871102-3 Who was runner-up in the 2006 Pacific Life Open?,"CREATE TABLE ""singles"" ( ""location"" text, ""year"" text, ""champion"" text, ""runner_up"" text, ""score"" text, ""name"" text );","SELECT ""runner_up"" FROM ""singles"" WHERE ""name""='pacific life open' AND ""year""='2006';",2-1871974-3 Which Class has a Quantity made of 29?,"CREATE TABLE ""0_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""class"" FROM ""0_6_0"" WHERE ""quantity_made""='29';",2-18620528-2 What is the Theme Song of the Yukan Club?,"CREATE TABLE ""2007_fall_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""theme_song_s"" FROM ""2007_fall_season"" WHERE ""romaji_title""='yukan club';",2-18539861-4 What is the Theme Song of 働きマン?,"CREATE TABLE ""2007_fall_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""theme_song_s"" FROM ""2007_fall_season"" WHERE ""japanese_title""='働きマン';",2-18539861-4 What is the Theme Song of the show on Fuji TV Station with Average Ratings of 16.65%?,"CREATE TABLE ""2007_fall_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""theme_song_s"" FROM ""2007_fall_season"" WHERE ""tv_station""='fuji tv' AND ""average_ratings""='16.65%';",2-18539861-4 What is the Theme Song of Iryu -Team Medical Dragon-2?,"CREATE TABLE ""2007_fall_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT ""theme_song_s"" FROM ""2007_fall_season"" WHERE ""romaji_title""='iryu -team medical dragon-2';",2-18539861-4 "What Episode has a Theme Song of koh+ ""kissして"" (kiss shite)?","CREATE TABLE ""2007_fall_season"" ( ""japanese_title"" text, ""romaji_title"" text, ""tv_station"" text, ""theme_song_s"" text, ""episodes"" real, ""average_ratings"" text );","SELECT MIN(""episodes"") FROM ""2007_fall_season"" WHERE ""theme_song_s""='koh+ \""kissして\"" (kiss shite)';",2-18539861-4 "what is the road numbers when the build year is 1943, the railroad (quantity) is clinchfield railroad (12 new, 6 secondhand)?","CREATE TABLE ""4_6_6_4_construction_roster"" ( ""railroad_quantity"" text, ""class"" text, ""road_numbers"" text, ""builder"" text, ""build_year"" text );","SELECT ""road_numbers"" FROM ""4_6_6_4_construction_roster"" WHERE ""build_year""='1943' AND ""railroad_quantity""='clinchfield railroad (12 new, 6 secondhand)';",2-1867069-1 "what is the road numbers when the builder is alco, the railroad (quantity) is union pacific railroad (105) and the class is csa-2?","CREATE TABLE ""4_6_6_4_construction_roster"" ( ""railroad_quantity"" text, ""class"" text, ""road_numbers"" text, ""builder"" text, ""build_year"" text );","SELECT ""road_numbers"" FROM ""4_6_6_4_construction_roster"" WHERE ""builder""='alco' AND ""railroad_quantity""='union pacific railroad (105)' AND ""class""='csa-2';",2-1867069-1 what is the road numbers when the class is z-7?,"CREATE TABLE ""4_6_6_4_construction_roster"" ( ""railroad_quantity"" text, ""class"" text, ""road_numbers"" text, ""builder"" text, ""build_year"" text );","SELECT ""road_numbers"" FROM ""4_6_6_4_construction_roster"" WHERE ""class""='z-7';",2-1867069-1 What was the peak date of Kelis's song?,"CREATE TABLE ""featured_artist_one_hit_wonders"" ( ""song"" text, ""featured_artist"" text, ""main_artist"" text, ""peak_date"" text, ""peak"" real );","SELECT ""peak_date"" FROM ""featured_artist_one_hit_wonders"" WHERE ""main_artist""='kelis';",2-1852630-11 What is the Nationality of the Swimmer in Lane 4 or larger with a Rank of 5 or more?,"CREATE TABLE ""semifinal_2"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT ""nationality"" FROM ""semifinal_2"" WHERE ""lane"">4 AND ""rank"">5;",2-18625479-5 Who was the opponent the falcons played against on week 3?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" real );","SELECT ""opponent"" FROM ""schedule"" WHERE ""week""=3;",2-18842986-2 what is the highest podiums when the stage wins is 91 and the points is less than 140?,"CREATE TABLE ""constructors"" ( ""constructor"" text, ""chassis"" text, ""starts"" real, ""finishes"" real, ""wins"" real, ""podiums"" real, ""stage_wins"" real, ""points"" real );","SELECT MAX(""podiums"") FROM ""constructors"" WHERE ""stage_wins""=91 AND ""points""<140;",2-18811741-16 "what is the average wins when the podiums is more than 1, points is 80 and starts is less than 28?","CREATE TABLE ""constructors"" ( ""constructor"" text, ""chassis"" text, ""starts"" real, ""finishes"" real, ""wins"" real, ""podiums"" real, ""stage_wins"" real, ""points"" real );","SELECT AVG(""wins"") FROM ""constructors"" WHERE ""podiums"">1 AND ""points""=80 AND ""starts""<28;",2-18811741-16 what is the total number of points when the constructor is citroën total world rally team and the wins is less than 7?,"CREATE TABLE ""constructors"" ( ""constructor"" text, ""chassis"" text, ""starts"" real, ""finishes"" real, ""wins"" real, ""podiums"" real, ""stage_wins"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""constructors"" WHERE ""constructor""='citroën total world rally team' AND ""wins""<7;",2-18811741-16 what is the highest points when the chassis is focus rs wrc 08 and 09 and the stage wins is more than 91?,"CREATE TABLE ""constructors"" ( ""constructor"" text, ""chassis"" text, ""starts"" real, ""finishes"" real, ""wins"" real, ""podiums"" real, ""stage_wins"" real, ""points"" real );","SELECT MAX(""points"") FROM ""constructors"" WHERE ""chassis""='focus rs wrc 08 and 09' AND ""stage_wins"">91;",2-18811741-16 What driver had a total time of 16:58?,"CREATE TABLE ""rookie_rallye_classic_competition"" ( ""driver"" text, ""navigator"" text, ""vehicle"" text, ""class"" text, ""capacity"" real, ""total_time"" text, ""margin"" text );","SELECT ""driver"" FROM ""rookie_rallye_classic_competition"" WHERE ""total_time""='16:58';",2-18394791-5 What's the lowest capacity when the margin is 03:30?,"CREATE TABLE ""rookie_rallye_classic_competition"" ( ""driver"" text, ""navigator"" text, ""vehicle"" text, ""class"" text, ""capacity"" real, ""total_time"" text, ""margin"" text );","SELECT MIN(""capacity"") FROM ""rookie_rallye_classic_competition"" WHERE ""margin""='03:30';",2-18394791-5 Which vehicle has a class 6c3g?,"CREATE TABLE ""rookie_rallye_classic_competition"" ( ""driver"" text, ""navigator"" text, ""vehicle"" text, ""class"" text, ""capacity"" real, ""total_time"" text, ""margin"" text );","SELECT ""vehicle"" FROM ""rookie_rallye_classic_competition"" WHERE ""class""='6c3g';",2-18394791-5 What is the lowest capacity for the 1975 toyota celica 1600gt?,"CREATE TABLE ""rookie_rallye_classic_competition"" ( ""driver"" text, ""navigator"" text, ""vehicle"" text, ""class"" text, ""capacity"" real, ""total_time"" text, ""margin"" text );","SELECT MIN(""capacity"") FROM ""rookie_rallye_classic_competition"" WHERE ""vehicle""='1975 toyota celica 1600gt';",2-18394791-5 who is the athlete when react is 0.164?,"CREATE TABLE ""heat_6"" ( ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" text, ""react"" real );","SELECT ""athlete"" FROM ""heat_6"" WHERE ""react""=0.164;",2-18569011-8 what is the lowest lane when react is more than 0.164 and the nationality is guinea?,"CREATE TABLE ""heat_6"" ( ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" text, ""react"" real );","SELECT MIN(""lane"") FROM ""heat_6"" WHERE ""react"">0.164 AND ""nationality""='guinea';",2-18569011-8 What is the year retired of the locomotive which had the quantity made of 25?,"CREATE TABLE ""2_8_2"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_retired"" text );","SELECT ""year_s_retired"" FROM ""2_8_2"" WHERE ""quantity_made""='25';",2-18620528-7 Which class had a quantity made of 20?,"CREATE TABLE ""2_8_2"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_retired"" text );","SELECT ""class"" FROM ""2_8_2"" WHERE ""quantity_made""='20';",2-18620528-7 What is the locomotive class that has a wheel arrangement of 2-8-2 and a quantity made of 25?,"CREATE TABLE ""2_8_2"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_retired"" text );","SELECT ""class"" FROM ""2_8_2"" WHERE ""wheel_arrangement""='2-8-2' AND ""quantity_made""='25';",2-18620528-7 What is the quantity preserved to the locomotive with a quantity made of 6?,"CREATE TABLE ""2_8_2"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text, ""year_s_retired"" text );","SELECT ""quantity_preserved"" FROM ""2_8_2"" WHERE ""quantity_made""='6';",2-18620528-7 What is Beohari's highest number of electorates?,"CREATE TABLE ""assembly_segments"" ( ""constituency_number"" text, ""name"" text, ""reserved_for_sc_st_none"" text, ""district"" text, ""number_of_electorates_2009"" real );","SELECT MAX(""number_of_electorates_2009"") FROM ""assembly_segments"" WHERE ""name""='beohari';",2-18504892-1 What is the district with 79 constituency number?,"CREATE TABLE ""assembly_segments"" ( ""constituency_number"" text, ""name"" text, ""reserved_for_sc_st_none"" text, ""district"" text, ""number_of_electorates_2009"" real );","SELECT ""district"" FROM ""assembly_segments"" WHERE ""constituency_number""='79';",2-18504892-1 What is Beohari's reserved for (SC/ST/None)?,"CREATE TABLE ""assembly_segments"" ( ""constituency_number"" text, ""name"" text, ""reserved_for_sc_st_none"" text, ""district"" text, ""number_of_electorates_2009"" real );","SELECT ""reserved_for_sc_st_none"" FROM ""assembly_segments"" WHERE ""name""='beohari';",2-18504892-1 What is the sum of the prominence in m of moussa ali terara peak?,"CREATE TABLE ""list_of_ultras_of_africa"" ( ""peak"" text, ""country"" text, ""elevation_m"" real, ""prominence_m"" real, ""col_m"" real );","SELECT SUM(""prominence_m"") FROM ""list_of_ultras_of_africa"" WHERE ""peak""='moussa ali terara';",2-18947170-7 "What is the total prominence number in m of ethiopia, which has a col in m of 1728 and an elevation less than 3,358?","CREATE TABLE ""list_of_ultras_of_africa"" ( ""peak"" text, ""country"" text, ""elevation_m"" real, ""prominence_m"" real, ""col_m"" real );","SELECT COUNT(""prominence_m"") FROM ""list_of_ultras_of_africa"" WHERE ""country""='ethiopia' AND ""col_m""=1728 AND ""elevation_m""<'3,358';",2-18947170-7 Which team had a start of 8 in years under 2008?,"CREATE TABLE ""daytona_500_results"" ( ""year"" real, ""team"" text, ""manufacturer"" text, ""start"" real, ""finish"" real );","SELECT ""team"" FROM ""daytona_500_results"" WHERE ""start""=8 AND ""year""<2008;",2-18600829-4 What was Jeff's finish in 2011?,"CREATE TABLE ""daytona_500_results"" ( ""year"" real, ""team"" text, ""manufacturer"" text, ""start"" real, ""finish"" real );","SELECT SUM(""finish"") FROM ""daytona_500_results"" WHERE ""year""=2011;",2-18600829-4 What is the number of finishes having a start of 15?,"CREATE TABLE ""daytona_500_results"" ( ""year"" real, ""team"" text, ""manufacturer"" text, ""start"" real, ""finish"" real );","SELECT COUNT(""finish"") FROM ""daytona_500_results"" WHERE ""start""=15;",2-18600829-4 How many 2011 1H values have a 2006 of 27.4 and 2007 over 27.7?,"CREATE TABLE ""popularity_of_terrestrial_tv_stations"" ( ""tv_station_operator"" text, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011_1_h"" real );","SELECT COUNT(""2011_1_h"") FROM ""popularity_of_terrestrial_tv_stations"" WHERE ""2006""=27.4 AND ""2007"">27.7;",2-18987481-4 What is the highest 2011 1H value for a 2005 over 28?,"CREATE TABLE ""popularity_of_terrestrial_tv_stations"" ( ""tv_station_operator"" text, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011_1_h"" real );","SELECT MAX(""2011_1_h"") FROM ""popularity_of_terrestrial_tv_stations"" WHERE ""2005"">28;",2-18987481-4 "What is the number of 2008 values having a 2006 under 17.3, 2010 over 4, and 2011 1H of 20?","CREATE TABLE ""popularity_of_terrestrial_tv_stations"" ( ""tv_station_operator"" text, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011_1_h"" real );","SELECT COUNT(""2008"") FROM ""popularity_of_terrestrial_tv_stations"" WHERE ""2006""<17.3 AND ""2010"">4 AND ""2011_1_h""=20;",2-18987481-4 What is the average 2007 value for a 2006 of 2.8 and 2009 under 20?,"CREATE TABLE ""popularity_of_terrestrial_tv_stations"" ( ""tv_station_operator"" text, ""2005"" real, ""2006"" real, ""2007"" real, ""2008"" real, ""2009"" real, ""2010"" real, ""2011_1_h"" real );","SELECT AVG(""2007"") FROM ""popularity_of_terrestrial_tv_stations"" WHERE ""2009""<20 AND ""2006""=2.8;",2-18987481-4 What was the round for Villa Park?,"CREATE TABLE ""fa_cup"" ( ""opposing_team"" text, ""against"" real, ""date"" text, ""venue"" text, ""round"" text );","SELECT ""round"" FROM ""fa_cup"" WHERE ""venue""='villa park';",2-18433136-3 What is latitude when 2010 population is 24 and water is more than 0.319?,"CREATE TABLE ""l"" ( ""township"" text, ""county"" text, ""pop_2010"" real, ""land_sqmi"" real, ""water_sqmi"" real, ""latitude"" real, ""longitude"" real, ""geo_id"" real, ""ansi_code"" real );","SELECT MAX(""latitude"") FROM ""l"" WHERE ""pop_2010""=24 AND ""water_sqmi"">0.319;",2-18600760-12 Is Blonanserin MHRA approved?,"CREATE TABLE ""comparison_of_atypical_antipsychotics"" ( ""generic_name"" text, ""trade_name"" text, ""fda_approved"" text, ""tga_approved"" text, ""ema_approved"" text, ""mhra_approved"" text );","SELECT ""mhra_approved"" FROM ""comparison_of_atypical_antipsychotics"" WHERE ""generic_name""='blonanserin';",2-185272-2 What is the home team when kwong wah was the away team?,"CREATE TABLE ""second_round"" ( ""time"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text );","SELECT ""home_team"" FROM ""second_round"" WHERE ""away_team""='kwong wah';",2-18880018-2 What is the score of the match at happy valley recreation ground pitch #2 with a 14:30 time?,"CREATE TABLE ""second_round"" ( ""time"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text );","SELECT ""score"" FROM ""second_round"" WHERE ""time""='14:30' AND ""venue""='happy valley recreation ground pitch #2';",2-18880018-2 What is the venue of the match with a 14:30 time and sun source as the away team?,"CREATE TABLE ""second_round"" ( ""time"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text );","SELECT ""venue"" FROM ""second_round"" WHERE ""time""='14:30' AND ""away_team""='sun source';",2-18880018-2 What is the away team when solon was the home team?,"CREATE TABLE ""second_round"" ( ""time"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""venue"" text );","SELECT ""away_team"" FROM ""second_round"" WHERE ""home_team""='solon';",2-18880018-2 What is Elizabeth Simmonds' average lane number?,"CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT AVG(""lane"") FROM ""semifinal_1"" WHERE ""name""='elizabeth simmonds';",2-18625461-4 What is Laure Manaudou's highest rank?,"CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT MAX(""rank"") FROM ""semifinal_1"" WHERE ""name""='laure manaudou';",2-18625461-4 "What internet explorer has 1.67% as the opera, with 2012 q1 as the period?","CREATE TABLE ""global_usage_share_of_desktop_browsers_d"" ( ""period"" text, ""internet_explorer"" text, ""firefox"" text, ""chrome"" text, ""safari"" text, ""opera"" text, ""other"" text );","SELECT ""internet_explorer"" FROM ""global_usage_share_of_desktop_browsers_d"" WHERE ""opera""='1.67%' AND ""period""='2012 q1';",2-1876262-6 What safari has 2012 q4 as the period?,"CREATE TABLE ""global_usage_share_of_desktop_browsers_d"" ( ""period"" text, ""internet_explorer"" text, ""firefox"" text, ""chrome"" text, ""safari"" text, ""opera"" text, ""other"" text );","SELECT ""safari"" FROM ""global_usage_share_of_desktop_browsers_d"" WHERE ""period""='2012 q4';",2-1876262-6 What period has 53.52% as the internet explorer?,"CREATE TABLE ""global_usage_share_of_desktop_browsers_d"" ( ""period"" text, ""internet_explorer"" text, ""firefox"" text, ""chrome"" text, ""safari"" text, ""opera"" text, ""other"" text );","SELECT ""period"" FROM ""global_usage_share_of_desktop_browsers_d"" WHERE ""internet_explorer""='53.52%';",2-1876262-6 What is the other that has 20.80% as the firefox?,"CREATE TABLE ""global_usage_share_of_desktop_browsers_d"" ( ""period"" text, ""internet_explorer"" text, ""firefox"" text, ""chrome"" text, ""safari"" text, ""opera"" text, ""other"" text );","SELECT ""other"" FROM ""global_usage_share_of_desktop_browsers_d"" WHERE ""firefox""='20.80%';",2-1876262-6 What opera has 19.87% as the firefox?,"CREATE TABLE ""global_usage_share_of_desktop_browsers_d"" ( ""period"" text, ""internet_explorer"" text, ""firefox"" text, ""chrome"" text, ""safari"" text, ""opera"" text, ""other"" text );","SELECT ""opera"" FROM ""global_usage_share_of_desktop_browsers_d"" WHERE ""firefox""='19.87%';",2-1876262-6 How many total Time listings have a 0.209 React entry and a Rank that is greater than 7?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT COUNT(""time"") FROM ""heat_2"" WHERE ""react""=0.209 AND ""rank"">7;",2-18569105-3 How many total Rank listings have Liu Xiaosheng listed as the athlete with a react entry that is smaller than 0.245?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT COUNT(""rank"") FROM ""heat_2"" WHERE ""athlete""='liu xiaosheng' AND ""react""<0.245;",2-18569105-3 What is the total average for Rank entries where the Lane listed is smaller than 4 and the Nationality listed is San Marino?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT AVG(""rank"") FROM ""heat_2"" WHERE ""lane""<4 AND ""nationality""='san marino';",2-18569105-3 What Lane has a 0.209 React entered with a Rank entry that is larger than 6?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT ""lane"" FROM ""heat_2"" WHERE ""react"">0.209 AND ""rank"">6;",2-18569105-3 "Which Notes have a Competition of world championships, and a Position of 2nd?","CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""notes"" FROM ""achievements"" WHERE ""competition""='world championships' AND ""position""='2nd';",2-18977789-1 What was the venue after 2012?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""year"">2012;",2-18977789-1 What were the notes in 2011?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""notes"" FROM ""achievements"" WHERE ""year""=2011;",2-18977789-1 Which Year has a Position of 9th?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT AVG(""year"") FROM ""achievements"" WHERE ""position""='9th';",2-18977789-1 what is the name when the 2008 club is zarechie odintsovo?,"CREATE TABLE ""volleyball_at_the_2008_summer_olympics_w"" ( ""name"" text, ""height"" text, ""weight"" text, ""spike"" text, ""2008_club"" text );","SELECT ""name"" FROM ""volleyball_at_the_2008_summer_olympics_w"" WHERE ""2008_club""='zarechie odintsovo';",2-18719696-11 what is the name when the 2008 club is uralochka?,"CREATE TABLE ""volleyball_at_the_2008_summer_olympics_w"" ( ""name"" text, ""height"" text, ""weight"" text, ""spike"" text, ""2008_club"" text );","SELECT ""name"" FROM ""volleyball_at_the_2008_summer_olympics_w"" WHERE ""2008_club""='uralochka';",2-18719696-11 what is the name when the 2008 club is uralochka?,"CREATE TABLE ""volleyball_at_the_2008_summer_olympics_w"" ( ""name"" text, ""height"" text, ""weight"" text, ""spike"" text, ""2008_club"" text );","SELECT ""name"" FROM ""volleyball_at_the_2008_summer_olympics_w"" WHERE ""2008_club""='uralochka';",2-18719696-11 What's the CSA/CMA Population in IA-IL?,"CREATE TABLE ""population_centers"" ( ""area"" text, ""state_province"" text, ""csa_cma_2009_population"" real, ""projected_2025_population"" text, ""projected_increase_2009_2025"" text );","SELECT MAX(""csa_cma_2009_population"") FROM ""population_centers"" WHERE ""state_province""='ia-il';",2-18420030-1 What's the projected population of IN-MI?,"CREATE TABLE ""population_centers"" ( ""area"" text, ""state_province"" text, ""csa_cma_2009_population"" real, ""projected_2025_population"" text, ""projected_increase_2009_2025"" text );","SELECT ""projected_2025_population"" FROM ""population_centers"" WHERE ""state_province""='in-mi';",2-18420030-1 "Can you tell me the Rank that has the Lane of 6, and the Heat of 2?","CREATE TABLE ""heats"" ( ""rank"" real, ""heat"" real, ""lane"" real, ""nationality"" text, ""time"" text );","SELECT ""rank"" FROM ""heats"" WHERE ""lane""=6 AND ""heat""=2;",2-18454234-3 "Can you tell me the Time that has the Heat of 1, and the Lane of 2?","CREATE TABLE ""heats"" ( ""rank"" real, ""heat"" real, ""lane"" real, ""nationality"" text, ""time"" text );","SELECT ""time"" FROM ""heats"" WHERE ""heat""=1 AND ""lane""=2;",2-18454234-3 What is the Game # that scored 87-92?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text );","SELECT SUM(""game"") FROM ""game_log"" WHERE ""score""='87-92';",2-18409087-7 What is the lowest rank that spain got?,"CREATE TABLE ""semifinals"" ( ""rank"" real, ""heat"" real, ""cyclist"" text, ""nation"" text, ""result"" text );","SELECT MIN(""rank"") FROM ""semifinals"" WHERE ""nation""='spain';",2-18666541-3 What was the result from the 2000 asian cup qualification?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""competition""='2000 asian cup qualification';",2-18444214-1 On what date was the game that had a score of 7–0?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""international_goals"" WHERE ""score""='7–0';",2-18444214-1 "What was the result of the game that was played on february 27, 2000?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""date""='february 27, 2000';",2-18444214-1 During what competition was a game played with a score of 3–1?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""score""='3–1';",2-18444214-1 What was the score from the king's cup 2000?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""competition""='king''s cup 2000';",2-18444214-1 What is the tie number when the home team is Port Vale?,"CREATE TABLE ""fourth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""fourth_round_proper"" WHERE ""home_team""='port vale';",2-18711843-4 What is the score in the Liverpool home game?,"CREATE TABLE ""fourth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""fourth_round_proper"" WHERE ""home_team""='liverpool';",2-18711843-4 Which away team has a tie number of 3?,"CREATE TABLE ""fourth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""away_team"" FROM ""fourth_round_proper"" WHERE ""tie_no""='3';",2-18711843-4 "What murder (2012) rate per 100,00 also has a 1.616 as the peace (2012) GPI?","CREATE TABLE ""social_and_economic_indicators_for_latin"" ( ""country"" text, ""human_development_2012_hdi"" real, ""gdp_ppp_2012_us_per_capita"" text, ""real_gdp_growth_2011_pct"" text, ""income_inequality_2011_gini"" text, ""poverty_2009_hpi_1_pct"" real, ""extreme_poverty_2011_1_25_us_pct"" text, ""literacy_2010_pct"" real, ""life_expectancy_2011_years"" real, ""murder_2012_rate_per_100_000"" text, ""peace_2012_gpi"" real );","SELECT ""murder_2012_rate_per_100_000"" FROM ""social_and_economic_indicators_for_latin"" WHERE ""peace_2012_gpi""=1.616;",2-18524-3 "What is the sum of poverty (2009) HPI-1 % when the GDP (PPP) (2012) US$ per capita of 11,284?","CREATE TABLE ""social_and_economic_indicators_for_latin"" ( ""country"" text, ""human_development_2012_hdi"" real, ""gdp_ppp_2012_us_per_capita"" text, ""real_gdp_growth_2011_pct"" text, ""income_inequality_2011_gini"" text, ""poverty_2009_hpi_1_pct"" real, ""extreme_poverty_2011_1_25_us_pct"" text, ""literacy_2010_pct"" real, ""life_expectancy_2011_years"" real, ""murder_2012_rate_per_100_000"" text, ""peace_2012_gpi"" real );","SELECT COUNT(""poverty_2009_hpi_1_pct"") FROM ""social_and_economic_indicators_for_latin"" WHERE ""gdp_ppp_2012_us_per_capita""='11,284';",2-18524-3 "What is the total poverty (2009) HPI-1 % when the extreme poverty (2011) <1.25 US$ % of 16.9, and the human development (2012) HDI is less than 0.581?","CREATE TABLE ""social_and_economic_indicators_for_latin"" ( ""country"" text, ""human_development_2012_hdi"" real, ""gdp_ppp_2012_us_per_capita"" text, ""real_gdp_growth_2011_pct"" text, ""income_inequality_2011_gini"" text, ""poverty_2009_hpi_1_pct"" real, ""extreme_poverty_2011_1_25_us_pct"" text, ""literacy_2010_pct"" real, ""life_expectancy_2011_years"" real, ""murder_2012_rate_per_100_000"" text, ""peace_2012_gpi"" real );","SELECT SUM(""poverty_2009_hpi_1_pct"") FROM ""social_and_economic_indicators_for_latin"" WHERE ""extreme_poverty_2011_1_25_us_pct""='16.9' AND ""human_development_2012_hdi""<0.581;",2-18524-3 What are the notes with the time 6:24.21?,"CREATE TABLE ""heat_1"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""notes"" FROM ""heat_1"" WHERE ""time""='6:24.21';",2-18662685-3 What country is ranked #2?,"CREATE TABLE ""heat_1"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""country"" FROM ""heat_1"" WHERE ""rank""=2;",2-18662685-3 What's the time of Rank 3?,"CREATE TABLE ""heat_1"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""time"" FROM ""heat_1"" WHERE ""rank""=3;",2-18662685-3 How many titles for the nation with less than 3 fastest laps and 22 podiums?,"CREATE TABLE ""by_nationality"" ( ""country"" text, ""total_drivers"" real, ""championship_titles"" text, ""race_entries_starts"" text, ""poles"" real, ""wins"" real, ""podiums"" real, ""fastest_laps"" real, ""points"" text );","SELECT ""championship_titles"" FROM ""by_nationality"" WHERE ""fastest_laps""<3 AND ""podiums""=22;",2-19001175-2 How many fastest laps for the nation with 32 (30) entries and starts and fewer than 2 podiums?,"CREATE TABLE ""by_nationality"" ( ""country"" text, ""total_drivers"" real, ""championship_titles"" text, ""race_entries_starts"" text, ""poles"" real, ""wins"" real, ""podiums"" real, ""fastest_laps"" real, ""points"" text );","SELECT MIN(""fastest_laps"") FROM ""by_nationality"" WHERE ""race_entries_starts""='32 (30)' AND ""podiums""<2;",2-19001175-2 "The song ""2 Be Together"" had what jury?","CREATE TABLE ""national_final_february_26_2002"" ( ""draw"" real, ""singer"" text, ""song"" text, ""televoting_votes"" text, ""jury"" text, ""place"" text );","SELECT ""jury"" FROM ""national_final_february_26_2002"" WHERE ""song""='\""2 be together\""';",2-18547818-2 Kostas Bigalis & Mirella Fragkopoulou the singer had what has the jury?,"CREATE TABLE ""national_final_february_26_2002"" ( ""draw"" real, ""singer"" text, ""song"" text, ""televoting_votes"" text, ""jury"" text, ""place"" text );","SELECT ""jury"" FROM ""national_final_february_26_2002"" WHERE ""singer""='kostas bigalis & mirella fragkopoulou';",2-18547818-2 What is the greatest draw that has 4th for place?,"CREATE TABLE ""national_final_february_26_2002"" ( ""draw"" real, ""singer"" text, ""song"" text, ""televoting_votes"" text, ""jury"" text, ""place"" text );","SELECT MAX(""draw"") FROM ""national_final_february_26_2002"" WHERE ""place""='4th';",2-18547818-2 Singer Maria-Louiza & Not 4 Sale had what jury?,"CREATE TABLE ""national_final_february_26_2002"" ( ""draw"" real, ""singer"" text, ""song"" text, ""televoting_votes"" text, ""jury"" text, ""place"" text );","SELECT ""jury"" FROM ""national_final_february_26_2002"" WHERE ""singer""='maria-louiza & not 4 sale';",2-18547818-2 "What song was 2nd (25,517) in televoting (votes)?","CREATE TABLE ""national_final_february_26_2002"" ( ""draw"" real, ""singer"" text, ""song"" text, ""televoting_votes"" text, ""jury"" text, ""place"" text );","SELECT ""song"" FROM ""national_final_february_26_2002"" WHERE ""televoting_votes""='2nd (25,517)';",2-18547818-2 "What is the average rank for Group A athlete Yanina Karolchyk, and a result higher than 18?","CREATE TABLE ""qualification"" ( ""rank"" real, ""group"" text, ""athlete"" text, ""nationality"" text, ""result"" real );","SELECT AVG(""rank"") FROM ""qualification"" WHERE ""group""='a' AND ""athlete""='yanina karolchyk' AND ""result"">18;",2-18690306-3 "Which athlete, has an 18.55 result","CREATE TABLE ""qualification"" ( ""rank"" real, ""group"" text, ""athlete"" text, ""nationality"" text, ""result"" real );","SELECT ""athlete"" FROM ""qualification"" WHERE ""result""=18.55;",2-18690306-3 Who has a Result of 54.67?,"CREATE TABLE ""semifinals"" ( ""rank"" real, ""heat"" real, ""name"" text, ""nationality"" text, ""result"" real );","SELECT ""name"" FROM ""semifinals"" WHERE ""result""=54.67;",2-18579281-5 "Which Nationality has a Heat smaller than 2, and a Rank of 15?","CREATE TABLE ""semifinals"" ( ""rank"" real, ""heat"" real, ""name"" text, ""nationality"" text, ""result"" real );","SELECT ""nationality"" FROM ""semifinals"" WHERE ""heat""<2 AND ""rank""=15;",2-18579281-5 "Which Rank has a Name of tsvetelina kirilova, and a Result smaller than 55.97?","CREATE TABLE ""semifinals"" ( ""rank"" real, ""heat"" real, ""name"" text, ""nationality"" text, ""result"" real );","SELECT MAX(""rank"") FROM ""semifinals"" WHERE ""name""='tsvetelina kirilova' AND ""result""<55.97;",2-18579281-5 "Which Heat has a Nationality of bulgaria, and a Result larger than 55.97?","CREATE TABLE ""semifinals"" ( ""rank"" real, ""heat"" real, ""name"" text, ""nationality"" text, ""result"" real );","SELECT MIN(""heat"") FROM ""semifinals"" WHERE ""nationality""='bulgaria' AND ""result"">55.97;",2-18579281-5 What are the notes for Ford when the total is 5?,"CREATE TABLE ""community_shuttle"" ( ""year"" text, ""builder"" text, ""model"" text, ""length_ft"" real, ""propulsion"" text, ""fleet_series"" text, ""total"" text, ""notes"" text );","SELECT ""notes"" FROM ""community_shuttle"" WHERE ""builder""='ford' AND ""total""='5';",2-1853235-2 Which builder has a fleet series of s057-s061?,"CREATE TABLE ""community_shuttle"" ( ""year"" text, ""builder"" text, ""model"" text, ""length_ft"" real, ""propulsion"" text, ""fleet_series"" text, ""total"" text, ""notes"" text );","SELECT ""builder"" FROM ""community_shuttle"" WHERE ""fleet_series""='s057-s061';",2-1853235-2 How many international builders are there?,"CREATE TABLE ""community_shuttle"" ( ""year"" text, ""builder"" text, ""model"" text, ""length_ft"" real, ""propulsion"" text, ""fleet_series"" text, ""total"" text, ""notes"" text );","SELECT ""total"" FROM ""community_shuttle"" WHERE ""builder""='international';",2-1853235-2 Which model with a fleet series of s410-s434?,"CREATE TABLE ""community_shuttle"" ( ""year"" text, ""builder"" text, ""model"" text, ""length_ft"" real, ""propulsion"" text, ""fleet_series"" text, ""total"" text, ""notes"" text );","SELECT ""model"" FROM ""community_shuttle"" WHERE ""fleet_series""='s410-s434';",2-1853235-2 What is the lowest total for those receiving less than 18 but more than 14?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""medals_table"" WHERE ""silver""<18 AND ""rank""='14';",2-18730658-4 How many draws did Mortlake have when the losses were more than 5?,"CREATE TABLE ""1947_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""draws"") FROM ""1947_ladder"" WHERE ""losses"">5 AND ""club""='mortlake';",2-18628904-16 What is the draw when the losses were more than 8 and less than 2 wins?,"CREATE TABLE ""1947_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MAX(""draws"") FROM ""1947_ladder"" WHERE ""losses"">8 AND ""wins""<2;",2-18628904-16 How many wins did Cobden have when draws were more than 0?,"CREATE TABLE ""1947_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""wins"") FROM ""1947_ladder"" WHERE ""club""='cobden' AND ""draws"">0;",2-18628904-16 What's the number of losses when the wins were more than 11 and had 0 draws?,"CREATE TABLE ""1947_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""losses"") FROM ""1947_ladder"" WHERE ""draws""=0 AND ""wins"">11;",2-18628904-16 "What is the score for the date of 16 december 1978, with a tie no of 9?","CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""second_round_proper"" WHERE ""date""='16 december 1978' AND ""tie_no""='9';",2-18657589-2 What is the tie no for the home team swansea city?,"CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""second_round_proper"" WHERE ""home_team""='swansea city';",2-18657589-2 "What date had a tie no of replay, and an away team of watford?","CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""second_round_proper"" WHERE ""tie_no""='replay' AND ""away_team""='watford';",2-18657589-2 Waht was the away team when the home team is colchester united?,"CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""away_team"" FROM ""second_round_proper"" WHERE ""home_team""='colchester united';",2-18657589-2 What is the tie no for the away team altrincham?,"CREATE TABLE ""second_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""second_round_proper"" WHERE ""away_team""='altrincham';",2-18657589-2 Which position did Michael Lee play?,"CREATE TABLE ""current_roster"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""born"" text );","SELECT ""pos"" FROM ""current_roster"" WHERE ""name""='michael lee';",2-18903697-1 What was the weight of Serhiy Alfyorov?,"CREATE TABLE ""current_roster"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""born"" text );","SELECT ""weight"" FROM ""current_roster"" WHERE ""name""='serhiy alfyorov';",2-18903697-1 What is the weight of the person born in 1980?,"CREATE TABLE ""current_roster"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""born"" text );","SELECT ""weight"" FROM ""current_roster"" WHERE ""born""='1980';",2-18903697-1 What is the position of the player born in 1984 with a height of 1.80m?,"CREATE TABLE ""current_roster"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""born"" text );","SELECT ""pos"" FROM ""current_roster"" WHERE ""born""='1984' AND ""height""='1.80';",2-18903697-1 What is the weight of the player with a height of 2.00m?,"CREATE TABLE ""current_roster"" ( ""name"" text, ""pos"" text, ""height"" text, ""weight"" text, ""born"" text );","SELECT ""weight"" FROM ""current_roster"" WHERE ""height""='2.00';",2-18903697-1 "Which Round has a School/Club Team of arizona, and a Pick smaller than 298?","CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT MAX(""round"") FROM ""nfl_draft"" WHERE ""school_club_team""='arizona' AND ""pick""<298;",2-18847456-1 Who plays linebacker?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""position""='linebacker';",2-18847456-1 Which player's pick is 160?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school_club_team"" text );","SELECT ""player"" FROM ""nfl_draft"" WHERE ""pick""=160;",2-18847456-1 Who had 0 total votes in the purple team?,"CREATE TABLE ""contestants"" ( ""members"" text, ""teammate"" text, ""couples_team"" text, ""status"" text, ""total_votes"" text );","SELECT ""status"" FROM ""contestants"" WHERE ""total_votes""='0' AND ""couples_team""='purple team';",2-18426579-1 What were Holly Scouler's total votes?,"CREATE TABLE ""contestants"" ( ""members"" text, ""teammate"" text, ""couples_team"" text, ""status"" text, ""total_votes"" text );","SELECT ""total_votes"" FROM ""contestants"" WHERE ""members""='holly scouler';",2-18426579-1 What was Holly Scouler's total votes,"CREATE TABLE ""contestants"" ( ""members"" text, ""teammate"" text, ""couples_team"" text, ""status"" text, ""total_votes"" text );","SELECT ""total_votes"" FROM ""contestants"" WHERE ""members""='holly scouler';",2-18426579-1 What is the maximum aperture of the lens(es) with a focal length of 20mm?,"CREATE TABLE ""fixed_focal_length_lenses"" ( ""brand"" text, ""product_name"" text, ""focal_length"" text, ""35mm_efl_and_equivalent_aperture"" text, ""max_aperture"" text );","SELECT ""max_aperture"" FROM ""fixed_focal_length_lenses"" WHERE ""focal_length""='20mm';",2-18729407-6 What is the 35mm EFL and the equivalent aperture of the lens(es) with a maximum aperture of f /2.5?,"CREATE TABLE ""fixed_focal_length_lenses"" ( ""brand"" text, ""product_name"" text, ""focal_length"" text, ""35mm_efl_and_equivalent_aperture"" text, ""max_aperture"" text );","SELECT ""35mm_efl_and_equivalent_aperture"" FROM ""fixed_focal_length_lenses"" WHERE ""max_aperture""='f /2.5';",2-18729407-6 "What is the brand of the Sigma 30mm f2.8 DN, which has a maximum aperture of f /2.8 and a focal length of 30mm?","CREATE TABLE ""fixed_focal_length_lenses"" ( ""brand"" text, ""product_name"" text, ""focal_length"" text, ""35mm_efl_and_equivalent_aperture"" text, ""max_aperture"" text );","SELECT ""brand"" FROM ""fixed_focal_length_lenses"" WHERE ""max_aperture""='f /2.8' AND ""focal_length""='30mm' AND ""product_name""='sigma 30mm f2.8 dn';",2-18729407-6 "What is the lowest rank for Andre Vonarburg, when the notes are FB?","CREATE TABLE ""semifinal_a_b_1"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT MIN(""rank"") FROM ""semifinal_a_b_1"" WHERE ""notes""='fb' AND ""athlete""='andre vonarburg';",2-18662643-16 Which athlete is from Norway?,"CREATE TABLE ""semifinal_a_b_1"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""athlete"" FROM ""semifinal_a_b_1"" WHERE ""country""='norway';",2-18662643-16 "What is listed in notes for the athlete, lassi karonen?","CREATE TABLE ""quarterfinal_4"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""notes"" FROM ""quarterfinal_4"" WHERE ""athlete""='lassi karonen';",2-18662643-11 What is the highest rank for the team that raced a time of 6:50.40?,"CREATE TABLE ""quarterfinal_4"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT MAX(""rank"") FROM ""quarterfinal_4"" WHERE ""time""='6:50.40';",2-18662643-11 What is the sum of the ranks for india?,"CREATE TABLE ""quarterfinal_4"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT SUM(""rank"") FROM ""quarterfinal_4"" WHERE ""country""='india';",2-18662643-11 Which nation ran a time of 9.69 seconds?,"CREATE TABLE ""men"" ( ""event"" text, ""performance"" text, ""nation"" text, ""place"" text, ""date"" text );","SELECT ""nation"" FROM ""men"" WHERE ""performance""='9.69';",2-18942275-1 What is the Place associated with Cuba?,"CREATE TABLE ""men"" ( ""event"" text, ""performance"" text, ""nation"" text, ""place"" text, ""date"" text );","SELECT ""place"" FROM ""men"" WHERE ""nation""='cuba';",2-18942275-1 Which place had a performance of 19.30 seconds by Jamaica?,"CREATE TABLE ""men"" ( ""event"" text, ""performance"" text, ""nation"" text, ""place"" text, ""date"" text );","SELECT ""place"" FROM ""men"" WHERE ""nation""='jamaica' AND ""performance""='19.30';",2-18942275-1 What game was in 2005?,"CREATE TABLE ""gdc_game_developers_choice_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform_s"" text, ""developer_s"" text );","SELECT ""game"" FROM ""gdc_game_developers_choice_awards"" WHERE ""year""=2005;",2-1851722-51 What game was in 2001?,"CREATE TABLE ""gdc_game_developers_choice_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform_s"" text, ""developer_s"" text );","SELECT ""game"" FROM ""gdc_game_developers_choice_awards"" WHERE ""year""=2001;",2-1851722-51 What game was in 2011?,"CREATE TABLE ""gdc_game_developers_choice_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform_s"" text, ""developer_s"" text );","SELECT ""game"" FROM ""gdc_game_developers_choice_awards"" WHERE ""year""=2011;",2-1851722-51 What's the platform that has Rockstar Games as the developer?,"CREATE TABLE ""gdc_game_developers_choice_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform_s"" text, ""developer_s"" text );","SELECT ""platform_s"" FROM ""gdc_game_developers_choice_awards"" WHERE ""developer_s""='rockstar games';",2-1851722-51 What's the genre of The Sims before 2002?,"CREATE TABLE ""gdc_game_developers_choice_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform_s"" text, ""developer_s"" text );","SELECT ""genre"" FROM ""gdc_game_developers_choice_awards"" WHERE ""year""<2002 AND ""game""='the sims';",2-1851722-51 What actor plays Marie-Rose De Putter?,"CREATE TABLE ""belgium"" ( ""actor"" text, ""character"" text, ""soap_opera"" text, ""years"" text, ""duration"" text );","SELECT ""actor"" FROM ""belgium"" WHERE ""character""='marie-rose de putter';",2-18772558-4 What character did Vicky Versavel play for 13 years?,"CREATE TABLE ""belgium"" ( ""actor"" text, ""character"" text, ""soap_opera"" text, ""years"" text, ""duration"" text );","SELECT ""character"" FROM ""belgium"" WHERE ""duration""='13 years' AND ""actor""='vicky versavel';",2-18772558-4 What years did the sdrive16d model have a Torque of n·m (lb·ft)@1750-3000?,"CREATE TABLE ""diesel_engines"" ( ""model"" text, ""years"" text, ""engine_code"" text, ""power"" text, ""torque"" text );","SELECT ""years"" FROM ""diesel_engines"" WHERE ""torque""='n·m (lb·ft)@1750-3000' AND ""model""='sdrive16d';",2-18964684-2 "What is the torque of the xdrive20d model, which has a power of ps (kw; hp)@4000?","CREATE TABLE ""diesel_engines"" ( ""model"" text, ""years"" text, ""engine_code"" text, ""power"" text, ""torque"" text );","SELECT ""torque"" FROM ""diesel_engines"" WHERE ""power""='ps (kw; hp)@4000' AND ""model""='xdrive20d';",2-18964684-2 What is the engine code of the xdrive23d model?,"CREATE TABLE ""diesel_engines"" ( ""model"" text, ""years"" text, ""engine_code"" text, ""power"" text, ""torque"" text );","SELECT ""engine_code"" FROM ""diesel_engines"" WHERE ""model""='xdrive23d';",2-18964684-2 What model is the n·m (lb·ft)@1500-2500 torque?,"CREATE TABLE ""diesel_engines"" ( ""model"" text, ""years"" text, ""engine_code"" text, ""power"" text, ""torque"" text );","SELECT ""model"" FROM ""diesel_engines"" WHERE ""torque""='n·m (lb·ft)@1500-2500';",2-18964684-2 "What school has a mascot of the spartans with an AAAA IHSAA class and more than 1,275 enrolled?","CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""num_county"" text );","SELECT ""school"" FROM ""indiana_high_school_athletics_conference"" WHERE ""ihsaa_class""='aaaa' AND ""enrollment"">'1,275' AND ""mascot""='spartans';",2-18942405-10 What's the IHSAA Football Class in Decatur with an AAA IHSAA class?,"CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""num_county"" text );","SELECT ""ihsaa_football_class"" FROM ""indiana_high_school_athletics_conference"" WHERE ""ihsaa_class""='aaa' AND ""location""='decatur';",2-18942405-10 What's the enrollment for Kendallville?,"CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""num_county"" text );","SELECT MAX(""enrollment"") FROM ""indiana_high_school_athletics_conference"" WHERE ""location""='kendallville';",2-18942405-10 "What country has a silver medal in the boxing, heavyweight event?","CREATE TABLE ""list_of_olympic_medals_stripped_and_late"" ( ""olympics"" text, ""name"" text, ""country"" text, ""medal"" text, ""event"" text );","SELECT ""country"" FROM ""list_of_olympic_medals_stripped_and_late"" WHERE ""medal""='silver' AND ""event""='boxing, heavyweight';",2-18707612-2 What is the event in the 2000 summer olympics with a bronze medal?,"CREATE TABLE ""list_of_olympic_medals_stripped_and_late"" ( ""olympics"" text, ""name"" text, ""country"" text, ""medal"" text, ""event"" text );","SELECT ""event"" FROM ""list_of_olympic_medals_stripped_and_late"" WHERE ""medal""='bronze' AND ""olympics""='2000 summer olympics';",2-18707612-2 Which event is in the 1952 summer olympics?,"CREATE TABLE ""list_of_olympic_medals_stripped_and_late"" ( ""olympics"" text, ""name"" text, ""country"" text, ""medal"" text, ""event"" text );","SELECT ""event"" FROM ""list_of_olympic_medals_stripped_and_late"" WHERE ""olympics""='1952 summer olympics';",2-18707612-2 Which country in the 2008 summer olympics is vadim devyatovskiy from?,"CREATE TABLE ""list_of_olympic_medals_stripped_and_late"" ( ""olympics"" text, ""name"" text, ""country"" text, ""medal"" text, ""event"" text );","SELECT ""country"" FROM ""list_of_olympic_medals_stripped_and_late"" WHERE ""olympics""='2008 summer olympics' AND ""name""='vadim devyatovskiy';",2-18707612-2 What is the average Gold entry for the Netherlands that also has a Bronze entry that is greater than 0?,"CREATE TABLE ""medal_table"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_table"" WHERE ""nation""='netherlands' AND ""bronze"">0;",2-18566436-1 "What Nation has a Gold entry that is greater than 0, a Total that is greater than 2, a Silver entry that is larger than 1, and 0 Bronze?","CREATE TABLE ""medal_table"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""nation"" FROM ""medal_table"" WHERE ""gold"">0 AND ""total"">2 AND ""bronze""=0 AND ""silver"">1;",2-18566436-1 What is Turkey's average Gold entry that also has a Bronze entry that is smaller than 2 and the Total is greater than 1?,"CREATE TABLE ""medal_table"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_table"" WHERE ""bronze""<2 AND ""nation""='turkey' AND ""total"">1;",2-18566436-1 What were the losses when the byes were less than 0?,"CREATE TABLE ""2011_ladder"" ( ""hampden_fl"" text, ""wins"" real, ""byes"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT MIN(""losses"") FROM ""2011_ladder"" WHERE ""byes""<0;",2-18628904-23 what is the play when the company is national theatre of greece?,"CREATE TABLE ""references"" ( ""play"" text, ""author"" text, ""company"" text, ""base"" text, ""country"" text );","SELECT ""play"" FROM ""references"" WHERE ""company""='national theatre of greece';",2-18379129-3 what is the company when the country is greece and the author is aeschylus?,"CREATE TABLE ""references"" ( ""play"" text, ""author"" text, ""company"" text, ""base"" text, ""country"" text );","SELECT ""company"" FROM ""references"" WHERE ""country""='greece' AND ""author""='aeschylus';",2-18379129-3 what is the country when the base is ljubljana?,"CREATE TABLE ""references"" ( ""play"" text, ""author"" text, ""company"" text, ""base"" text, ""country"" text );","SELECT ""country"" FROM ""references"" WHERE ""base""='ljubljana';",2-18379129-3 what is the base when the play is thesmophoriazusae?,"CREATE TABLE ""references"" ( ""play"" text, ""author"" text, ""company"" text, ""base"" text, ""country"" text );","SELECT ""base"" FROM ""references"" WHERE ""play""='thesmophoriazusae';",2-18379129-3 what is the company when the base is ljubljana?,"CREATE TABLE ""references"" ( ""play"" text, ""author"" text, ""company"" text, ""base"" text, ""country"" text );","SELECT ""company"" FROM ""references"" WHERE ""base""='ljubljana';",2-18379129-3 what is the play when the company is cyprus theatre organisation?,"CREATE TABLE ""references"" ( ""play"" text, ""author"" text, ""company"" text, ""base"" text, ""country"" text );","SELECT ""play"" FROM ""references"" WHERE ""company""='cyprus theatre organisation';",2-18379129-3 What was the highest rank for rowers who represented Denmark?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT MAX(""rank"") FROM ""heat_2"" WHERE ""country""='denmark';",2-18662689-3 What was the time for the rowers representing great britain?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""time"" FROM ""heat_2"" WHERE ""country""='great britain';",2-18662689-3 "Which Arena has an Opponent of @ oilers, and a Date of may 25?","CREATE TABLE ""postseason"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""series"" text, ""arena"" text );","SELECT ""arena"" FROM ""postseason"" WHERE ""opponent""='@ oilers' AND ""date""='may 25';",2-18987966-12 How much attendance has a Loss of roloson (11–5)?,"CREATE TABLE ""postseason"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""series"" text, ""arena"" text );","SELECT SUM(""attendance"") FROM ""postseason"" WHERE ""loss""='roloson (11–5)';",2-18987966-12 "Which Attendance has an Arena of arrowhead pond of anaheim, and a Loss of giguere (3–3)?","CREATE TABLE ""postseason"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""series"" text, ""arena"" text );","SELECT MAX(""attendance"") FROM ""postseason"" WHERE ""arena""='arrowhead pond of anaheim' AND ""loss""='giguere (3–3)';",2-18987966-12 "Which Attendance has an Opponent of @ oilers, and a Date of may 25?","CREATE TABLE ""postseason"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""series"" text, ""arena"" text );","SELECT MAX(""attendance"") FROM ""postseason"" WHERE ""opponent""='@ oilers' AND ""date""='may 25';",2-18987966-12 What was the attendance on may 21?,"CREATE TABLE ""postseason"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""series"" text, ""arena"" text );","SELECT MAX(""attendance"") FROM ""postseason"" WHERE ""date""='may 21';",2-18987966-12 Who's the athlete with a wind of 1.7 and from the United States?,"CREATE TABLE ""records_post_1977"" ( ""time"" text, ""wind"" text, ""athlete"" text, ""nationality"" text, ""location_of_race"" text, ""date"" text );","SELECT ""athlete"" FROM ""records_post_1977"" WHERE ""nationality""='united states' AND ""wind""='1.7';",2-18982988-2 Who was the athlete with a wind of 1.8?,"CREATE TABLE ""records_post_1977"" ( ""time"" text, ""wind"" text, ""athlete"" text, ""nationality"" text, ""location_of_race"" text, ""date"" text );","SELECT ""athlete"" FROM ""records_post_1977"" WHERE ""wind""='1.8';",2-18982988-2 What's the wind when the time was 19.32?,"CREATE TABLE ""records_post_1977"" ( ""time"" text, ""wind"" text, ""athlete"" text, ""nationality"" text, ""location_of_race"" text, ""date"" text );","SELECT ""wind"" FROM ""records_post_1977"" WHERE ""time""='19.32';",2-18982988-2 What's the highest total of Romania when the bronze was less than 2?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""total"") FROM ""medals_table"" WHERE ""nation""='romania' AND ""bronze""<2;",2-18632367-4 What's the total of rank number 6 with more than 2 silver?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""total"") FROM ""medals_table"" WHERE ""rank""='6' AND ""silver"">2;",2-18632367-4 What percentage of browsers were using Internet Explorer during the period in which 27.85% were using Firefox?,"CREATE TABLE ""global_desktop_stats_from_stat_counter_t"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""internet_explorer"" FROM ""global_desktop_stats_from_stat_counter_t"" WHERE ""firefox""='27.85%';",2-1876262-3 What percentage of browsers were using Internet Explorer in April 2009?,"CREATE TABLE ""global_desktop_stats_from_stat_counter_t"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""internet_explorer"" FROM ""global_desktop_stats_from_stat_counter_t"" WHERE ""date""='april 2009';",2-1876262-3 What percentage of browsers were using Safari during the period in which 31.27% were using Firefox?,"CREATE TABLE ""global_desktop_stats_from_stat_counter_t"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""safari"" FROM ""global_desktop_stats_from_stat_counter_t"" WHERE ""firefox""='31.27%';",2-1876262-3 What percentage of browsers were using Opera in October 2010?,"CREATE TABLE ""global_desktop_stats_from_stat_counter_t"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""opera"" FROM ""global_desktop_stats_from_stat_counter_t"" WHERE ""date""='october 2010';",2-1876262-3 What percentage of browsers were using Opera in November 2009?,"CREATE TABLE ""global_desktop_stats_from_stat_counter_t"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""opera"" FROM ""global_desktop_stats_from_stat_counter_t"" WHERE ""date""='november 2009';",2-1876262-3 "What country has sa/b as the notes, and a time of 5:51.30?","CREATE TABLE ""heat_1"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""country"" FROM ""heat_1"" WHERE ""notes""='sa/b' AND ""time""='5:51.30';",2-18662673-3 "Who were the rowers when notes were sa/b, with a time of 5:51.30?","CREATE TABLE ""heat_1"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""rowers"" FROM ""heat_1"" WHERE ""notes""='sa/b' AND ""time""='5:51.30';",2-18662673-3 What country is ranked larger than 4?,"CREATE TABLE ""heat_1"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""country"" FROM ""heat_1"" WHERE ""rank"">4;",2-18662673-3 What's the least enrolled when the mascot was the Trojans?,"CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""num_county"" text );","SELECT MIN(""enrollment"") FROM ""indiana_high_school_athletics_conference"" WHERE ""mascot""='trojans';",2-18942405-8 What's the IHSAA class of the Red Devils?,"CREATE TABLE ""indiana_high_school_athletics_conference"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment"" real, ""ihsaa_class"" text, ""ihsaa_football_class"" text, ""num_county"" text );","SELECT ""ihsaa_class"" FROM ""indiana_high_school_athletics_conference"" WHERE ""mascot""='red devils';",2-18942405-8 "What's the rank when attendance was less than 18,073 and having Northwestern as an opponent?","CREATE TABLE ""attendance_history"" ( ""rank"" real, ""attendance"" real, ""opponent"" text, ""result"" text, ""date"" text );","SELECT MAX(""rank"") FROM ""attendance_history"" WHERE ""attendance""<'18,073' AND ""opponent""='northwestern';",2-1888577-1 "What's the rank for February 11, 2012 with less than 18,735 in attendance?","CREATE TABLE ""attendance_history"" ( ""rank"" real, ""attendance"" real, ""opponent"" text, ""result"" text, ""date"" text );","SELECT AVG(""rank"") FROM ""attendance_history"" WHERE ""date""='february 11, 2012' AND ""attendance""<'18,735';",2-1888577-1 What is Cynthia Mobumba's height?,"CREATE TABLE ""contestants"" ( ""country"" text, ""contestant"" text, ""height_cm"" real, ""height_ft"" text, ""hometown"" text );","SELECT ""height_ft"" FROM ""contestants"" WHERE ""contestant""='cynthia mobumba';",2-18626383-2 What is the hometown of the player from Indonesia?,"CREATE TABLE ""contestants"" ( ""country"" text, ""contestant"" text, ""height_cm"" real, ""height_ft"" text, ""hometown"" text );","SELECT ""hometown"" FROM ""contestants"" WHERE ""country""='indonesia';",2-18626383-2 From what school was the player drafted in round 3?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school"" text );","SELECT ""school"" FROM ""nfl_draft"" WHERE ""round""=3;",2-18988532-1 From what school was the linebacker that had a pick less than 245 and was drafted in round 6?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""school"" text );","SELECT ""school"" FROM ""nfl_draft"" WHERE ""position""='linebacker' AND ""pick""<245 AND ""round""=6;",2-18988532-1 "What is the type if quantity rebuilt is more than 2 and the railway number is 4""…150?","CREATE TABLE ""second_conversion_period_1887_1910"" ( ""class"" text, ""railway_number_s"" text, ""quantity_rebuilt"" real, ""rebuildjahr_e"" text, ""type"" text );","SELECT ""type"" FROM ""second_conversion_period_1887_1910"" WHERE ""quantity_rebuilt"">2 AND ""railway_number_s""='4\""…150';",2-18934662-7 What was the Rebuildjahr(e) for the T2AA class?,"CREATE TABLE ""second_conversion_period_1887_1910"" ( ""class"" text, ""railway_number_s"" text, ""quantity_rebuilt"" real, ""rebuildjahr_e"" text, ""type"" text );","SELECT ""rebuildjahr_e"" FROM ""second_conversion_period_1887_1910"" WHERE ""class""='t2aa';",2-18934662-7 "What is the total of quantity rebuilt if the type is 1B N2T and the railway number is 88, 118?","CREATE TABLE ""second_conversion_period_1887_1910"" ( ""class"" text, ""railway_number_s"" text, ""quantity_rebuilt"" real, ""rebuildjahr_e"" text, ""type"" text );","SELECT COUNT(""quantity_rebuilt"") FROM ""second_conversion_period_1887_1910"" WHERE ""type""='1b n2t' AND ""railway_number_s""='88, 118';",2-18934662-7 What date was Chester the away team?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""date"" FROM ""fifth_round_proper"" WHERE ""away_team""='chester';",2-18711843-5 What's the score when the Wolverhampton Wanderers played at home?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""fifth_round_proper"" WHERE ""home_team""='wolverhampton wanderers';",2-18711843-5 Who was the home team that played against Manchester United?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""home_team"" FROM ""fifth_round_proper"" WHERE ""away_team""='manchester united';",2-18711843-5 What's the score when the tie number was 6?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""fifth_round_proper"" WHERE ""tie_no""='6';",2-18711843-5 What's the score when the tie number was replay?,"CREATE TABLE ""fifth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""fifth_round_proper"" WHERE ""tie_no""='replay';",2-18711843-5 What's the episode of Batman?,"CREATE TABLE ""television"" ( ""year"" real, ""program"" text, ""role"" text, ""episode"" text, ""first_aired"" text );","SELECT ""episode"" FROM ""television"" WHERE ""program""='batman';",2-18999963-3 What's the first aired date when Professor Hubert Whitehead was the role?,"CREATE TABLE ""television"" ( ""year"" real, ""program"" text, ""role"" text, ""episode"" text, ""first_aired"" text );","SELECT ""first_aired"" FROM ""television"" WHERE ""role""='professor hubert whitehead';",2-18999963-3 What's the first aired date of the Animated Series episode?,"CREATE TABLE ""television"" ( ""year"" real, ""program"" text, ""role"" text, ""episode"" text, ""first_aired"" text );","SELECT ""first_aired"" FROM ""television"" WHERE ""episode""='animated series';",2-18999963-3 What's the roles of the Bionic Woman?,"CREATE TABLE ""television"" ( ""year"" real, ""program"" text, ""role"" text, ""episode"" text, ""first_aired"" text );","SELECT ""role"" FROM ""television"" WHERE ""program""='the bionic woman';",2-18999963-3 What episode was first aired in 1976?,"CREATE TABLE ""television"" ( ""year"" real, ""program"" text, ""role"" text, ""episode"" text, ""first_aired"" text );","SELECT ""episode"" FROM ""television"" WHERE ""first_aired""='1976';",2-18999963-3 What is the most total goals for a player having 0 FA Cup goals and 41 League appearances?,"CREATE TABLE ""appearances_and_goals"" ( ""name"" text, ""position"" text, ""league_apps"" text, ""league_goals"" real, ""fa_cup_apps"" text, ""fa_cup_goals"" real, ""league_cup_apps"" text, ""league_cup_goals"" real, ""total_apps"" text, ""total_goals"" real );","SELECT MAX(""total_goals"") FROM ""appearances_and_goals"" WHERE ""fa_cup_goals""=0 AND ""league_apps""='41';",2-18499964-1 "How many bronze medals were won when the total is more than 1, and gold is more than 0?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medal_table"" WHERE ""total"">1 AND ""gold"">0;",2-18782055-2 "What is the rank when there was less than 1 gold, 0 bronze, and more than 1 total?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""rank"") FROM ""medal_table"" WHERE ""gold""<1 AND ""bronze""=0 AND ""total"">1;",2-18782055-2 What is the total when there were less than 0 bronze?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""medal_table"" WHERE ""bronze""<0;",2-18782055-2 "What is the rank when there is 0 gold, the total is more than 1, and silver is more than 0?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""rank"") FROM ""medal_table"" WHERE ""gold""=0 AND ""total"">1 AND ""silver"">0;",2-18782055-2 "What is the number of gold medals for Lithuania (ltu), when the total is more than 1?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""gold"") FROM ""medal_table"" WHERE ""nation""='lithuania (ltu)' AND ""total"">1;",2-18782055-2 What is the release date of production number 1327?,"CREATE TABLE ""1955"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT ""release_date"" FROM ""1955"" WHERE ""production_number""=1327;",2-18792948-6 What is the highest production number released on 1955-04-02 with i. freleng as the director?,"CREATE TABLE ""1955"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT MAX(""production_number"") FROM ""1955"" WHERE ""director""='i. freleng' AND ""release_date""='1955-04-02';",2-18792948-6 What is the title with the production number greater than 1334 released on 1955-08-27?,"CREATE TABLE ""1955"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT ""title"" FROM ""1955"" WHERE ""production_number"">1334 AND ""release_date""='1955-08-27';",2-18792948-6 How many years did the role of Steve Rhoades last?,"CREATE TABLE ""cast_and_characters"" ( ""actor"" text, ""role"" text, ""years"" text, ""seasons"" text, ""episodes"" text );","SELECT ""years"" FROM ""cast_and_characters"" WHERE ""role""='steve rhoades';",2-18943-1 How many episodes did the actor David Faustino appear in?,"CREATE TABLE ""cast_and_characters"" ( ""actor"" text, ""role"" text, ""years"" text, ""seasons"" text, ""episodes"" text );","SELECT ""episodes"" FROM ""cast_and_characters"" WHERE ""actor""='david faustino';",2-18943-1 "Which County has a Rank larger than 8, and a Player of joe mckenna?","CREATE TABLE ""single_game"" ( ""rank"" real, ""player"" text, ""county"" text, ""tally"" text, ""total"" real, ""opposition"" text );","SELECT ""county"" FROM ""single_game"" WHERE ""rank"">8 AND ""player""='joe mckenna';",2-18936986-3 "Which Total has a County of kilkenny, and a Tally of 1–4, and a Rank larger than 10?","CREATE TABLE ""single_game"" ( ""rank"" real, ""player"" text, ""county"" text, ""tally"" text, ""total"" real, ""opposition"" text );","SELECT AVG(""total"") FROM ""single_game"" WHERE ""county""='kilkenny' AND ""tally""='1–4' AND ""rank"">10;",2-18936986-3 What is galway county's total?,"CREATE TABLE ""single_game"" ( ""rank"" real, ""player"" text, ""county"" text, ""tally"" text, ""total"" real, ""opposition"" text );","SELECT SUM(""total"") FROM ""single_game"" WHERE ""county""='galway';",2-18936986-3 What is the event when the class is time trial hc a?,"CREATE TABLE ""men_s_events"" ( ""event"" text, ""class"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""event"" FROM ""men_s_events"" WHERE ""class""='time trial hc a';",2-18402956-3 Who received gold when the event is road race details and silver is max weber germany (ger)?,"CREATE TABLE ""men_s_events"" ( ""event"" text, ""class"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""gold"" FROM ""men_s_events"" WHERE ""event""='road race details' AND ""silver""='max weber germany (ger)';",2-18402956-3 Who received gold when the event is time trial details and silver is simon richardson great britain (gbr)?,"CREATE TABLE ""men_s_events"" ( ""event"" text, ""class"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""gold"" FROM ""men_s_events"" WHERE ""event""='time trial details' AND ""silver""='simon richardson great britain (gbr)';",2-18402956-3 who received gold when silver is wolfgang eibeck austria (aut)?,"CREATE TABLE ""men_s_events"" ( ""event"" text, ""class"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""gold"" FROM ""men_s_events"" WHERE ""silver""='wolfgang eibeck austria (aut)';",2-18402956-3 what is the event when gold is darren kenny great britain (gbr)?,"CREATE TABLE ""men_s_events"" ( ""event"" text, ""class"" text, ""gold"" text, ""silver"" text, ""bronze"" text );","SELECT ""event"" FROM ""men_s_events"" WHERE ""gold""='darren kenny great britain (gbr)';",2-18402956-3 Who directed Bunker Hill Bunny?,"CREATE TABLE ""1950"" ( ""title"" text, ""series"" text, ""director"" text, ""release_date"" text, ""reissue"" text );","SELECT ""director"" FROM ""1950"" WHERE ""title""='bunker hill bunny';",2-18792948-1 Who directed An Egg Scramble?,"CREATE TABLE ""1950"" ( ""title"" text, ""series"" text, ""director"" text, ""release_date"" text, ""reissue"" text );","SELECT ""director"" FROM ""1950"" WHERE ""title""='an egg scramble';",2-18792948-1 "Who was the opposing team in the game attended by 65,554?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""attendance""='65,554';",2-18986759-1 what is the highest draw when the place is less than 3 and the percentage is 30.71%?,"CREATE TABLE ""results_of_heat_8"" ( ""draw"" real, ""artist"" text, ""song"" text, ""percentage"" text, ""place"" real );","SELECT MAX(""draw"") FROM ""results_of_heat_8"" WHERE ""place""<3 AND ""percentage""='30.71%';",2-18593648-10 what is the least draw when the place is higher than 4?,"CREATE TABLE ""results_of_heat_8"" ( ""draw"" real, ""artist"" text, ""song"" text, ""percentage"" text, ""place"" real );","SELECT MIN(""draw"") FROM ""results_of_heat_8"" WHERE ""place"">4;",2-18593648-10 What is the lowest pick of the defensive tackle player dave haverdick?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""team"" text );","SELECT MIN(""pick"") FROM ""nfl_draft"" WHERE ""position""='defensive tackle' AND ""player""='dave haverdick';",2-18733362-1 What is the average pick of player jim h. mitchell?,"CREATE TABLE ""nfl_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""position"" text, ""team"" text );","SELECT AVG(""pick"") FROM ""nfl_draft"" WHERE ""player""='jim h. mitchell';",2-18733362-1 "With a Col (m) larger than 2012, what is Mount Kazbek's Prominence (m)?","CREATE TABLE ""list_of_european_ultra_prominent_peaks"" ( ""peak"" text, ""country"" text, ""elevation_m"" real, ""prominence_m"" real, ""col_m"" real );","SELECT ""prominence_m"" FROM ""list_of_european_ultra_prominent_peaks"" WHERE ""col_m"">2012 AND ""peak""='mount kazbek';",2-18918776-12 "What is the Elevation (m) of the Peak with a Prominence (m) larger than 2,143 and Col (m) of 2012?","CREATE TABLE ""list_of_european_ultra_prominent_peaks"" ( ""peak"" text, ""country"" text, ""elevation_m"" real, ""prominence_m"" real, ""col_m"" real );","SELECT ""elevation_m"" FROM ""list_of_european_ultra_prominent_peaks"" WHERE ""prominence_m"">'2,143' AND ""col_m""=2012;",2-18918776-12 "What is the Col (m) of Peak Mount Aragats with an Elevation (m) larger than 3,905 and Prominence smaller than 2,143?","CREATE TABLE ""list_of_european_ultra_prominent_peaks"" ( ""peak"" text, ""country"" text, ""elevation_m"" real, ""prominence_m"" real, ""col_m"" real );","SELECT MAX(""col_m"") FROM ""list_of_european_ultra_prominent_peaks"" WHERE ""elevation_m"">'3,905' AND ""peak""='mount aragats' AND ""prominence_m""<'2,143';",2-18918776-12 What genre has a station of Class 95FM?,"CREATE TABLE ""fm_stations"" ( ""frequency"" text, ""station"" text, ""operator"" text, ""language"" text, ""genre"" text );","SELECT ""genre"" FROM ""fm_stations"" WHERE ""station""='class 95fm';",2-1862384-1 What is the genre of the BBC World Service?,"CREATE TABLE ""fm_stations"" ( ""frequency"" text, ""station"" text, ""operator"" text, ""language"" text, ""genre"" text );","SELECT ""genre"" FROM ""fm_stations"" WHERE ""station""='bbc world service';",2-1862384-1 Which station is operated by BBC Radio under the talk radio genre?,"CREATE TABLE ""fm_stations"" ( ""frequency"" text, ""station"" text, ""operator"" text, ""language"" text, ""genre"" text );","SELECT ""station"" FROM ""fm_stations"" WHERE ""genre""='talk radio' AND ""operator""='bbc radio';",2-1862384-1 "What's the sum of Silver with total smaller than 560, a Bronze larger than 6, and a Gold of 3?","CREATE TABLE ""medal_totals_since_1990"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""silver"") FROM ""medal_totals_since_1990"" WHERE ""total""<560 AND ""bronze"">6 AND ""gold""=3;",2-18951015-2 "What's the sum of Gold with a Bronze that's larger than 15, Silver that's smaller than 197, the Nation of Saint Lucia, and has a Total that is larger than 50?","CREATE TABLE ""medal_totals_since_1990"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""gold"") FROM ""medal_totals_since_1990"" WHERE ""bronze"">15 AND ""silver""<197 AND ""nation""='saint lucia' AND ""total"">50;",2-18951015-2 What Nation has a Bronze that is smaller than 10 with a Silver of 5?,"CREATE TABLE ""medal_totals_since_1990"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""nation"" FROM ""medal_totals_since_1990"" WHERE ""bronze""<10 AND ""silver""=5;",2-18951015-2 "What's the total number of Silver that has Gold that's larger than 0, Bronze that's smaller than 23, a Total that's larger than 22, and has the Nation of Saint Kitts and Nevis?","CREATE TABLE ""medal_totals_since_1990"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""silver"") FROM ""medal_totals_since_1990"" WHERE ""gold"">0 AND ""bronze""<23 AND ""total"">22 AND ""nation""='saint kitts and nevis';",2-18951015-2 What is listed as the highest Silver that also has a Gold of 4 and a Total that's larger than 25?,"CREATE TABLE ""medal_totals_since_1990"" ( ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""silver"") FROM ""medal_totals_since_1990"" WHERE ""gold""=4 AND ""total"">25;",2-18951015-2 What's the lost when there were more than 16 points and had a drawn less than 1?,"CREATE TABLE ""promotion_round"" ( ""position"" real, ""name"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""points"" real );","SELECT SUM(""lost"") FROM ""promotion_round"" WHERE ""points"">16 AND ""drawn""<1;",2-18771190-15 What's the most points for Ea Schongau with more than 1 drawn?,"CREATE TABLE ""promotion_round"" ( ""position"" real, ""name"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""points"" real );","SELECT MAX(""points"") FROM ""promotion_round"" WHERE ""name""='ea schongau' AND ""drawn"">1;",2-18771190-15 "What's the points that has a lost more 6, played less than 14 and a position more than 1?","CREATE TABLE ""promotion_round"" ( ""position"" real, ""name"" text, ""played"" real, ""drawn"" real, ""lost"" real, ""points"" real );","SELECT SUM(""points"") FROM ""promotion_round"" WHERE ""position"">1 AND ""lost"">6 AND ""played""<14;",2-18771190-15 When dis cbs release the DVD set?,"CREATE TABLE ""series_overview"" ( ""season"" real, ""network"" text, ""episodes"" real, ""premiered"" text, ""ended"" text, ""dvd_set_release_date"" text );","SELECT ""dvd_set_release_date"" FROM ""series_overview"" WHERE ""network""='cbs';",2-18938150-1 What is the total season number for episodes later than episode 30?,"CREATE TABLE ""series_overview"" ( ""season"" real, ""network"" text, ""episodes"" real, ""premiered"" text, ""ended"" text, ""dvd_set_release_date"" text );","SELECT SUM(""season"") FROM ""series_overview"" WHERE ""episodes"">30;",2-18938150-1 What year is the Grim Fandango with a windows platform?,"CREATE TABLE ""game_spot"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform_s"" text, ""developer_s"" text );","SELECT ""year"" FROM ""game_spot"" WHERE ""platform_s""='windows' AND ""game""='grim fandango';",2-1851722-25 "What game in the genre of adventure, has a windows platform and its year is after 1997?","CREATE TABLE ""game_spot"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform_s"" text, ""developer_s"" text );","SELECT ""game"" FROM ""game_spot"" WHERE ""year"">1997 AND ""platform_s""='windows' AND ""genre""='adventure';",2-1851722-25 What is the 2.15 for Tom Parsons?,"CREATE TABLE ""final"" ( ""athlete"" text, ""nationality"" text, ""2_15"" text, ""2_20"" text, ""2_25"" text, ""result"" real );","SELECT ""2_15"" FROM ""final"" WHERE ""athlete""='tom parsons';",2-18578971-3 Which athlete from Brazil has 2.20 O and 2.25 of XXX?,"CREATE TABLE ""final"" ( ""athlete"" text, ""nationality"" text, ""2_15"" text, ""2_20"" text, ""2_25"" text, ""result"" real );","SELECT ""athlete"" FROM ""final"" WHERE ""2_20""='o' AND ""2_25""='xxx' AND ""nationality""='brazil';",2-18578971-3 Which athlete from Germany has 2.20 of O and a 2.25 of O?,"CREATE TABLE ""final"" ( ""athlete"" text, ""nationality"" text, ""2_15"" text, ""2_20"" text, ""2_25"" text, ""result"" real );","SELECT ""athlete"" FROM ""final"" WHERE ""2_20""='o' AND ""2_25""='o' AND ""nationality""='germany';",2-18578971-3 Which 2011 has an Airport of bole international airport?,"CREATE TABLE ""2011_statistics_at_least_1_000_000_passe"" ( ""country"" text, ""airport"" text, ""city"" text, ""2011"" real, ""change_11_10"" text );","SELECT MAX(""2011"") FROM ""2011_statistics_at_least_1_000_000_passe"" WHERE ""airport""='bole international airport';",2-18600121-2 "What's the title for the release date of 1953-01-31 in the MM series, no reissue, and a director of I. Freleng?","CREATE TABLE ""1953"" ( ""title"" text, ""series"" text, ""director"" text, ""release_date"" text, ""reissue"" text );","SELECT ""title"" FROM ""1953"" WHERE ""series""='mm' AND ""director""='i. freleng' AND ""reissue""='no' AND ""release_date""='1953-01-31';",2-18792948-4 What's the release date of Forward March Hare?,"CREATE TABLE ""1953"" ( ""title"" text, ""series"" text, ""director"" text, ""release_date"" text, ""reissue"" text );","SELECT ""release_date"" FROM ""1953"" WHERE ""title""='forward march hare';",2-18792948-4 What's the release date of Upswept Hare?,"CREATE TABLE ""1953"" ( ""title"" text, ""series"" text, ""director"" text, ""release_date"" text, ""reissue"" text );","SELECT ""release_date"" FROM ""1953"" WHERE ""title""='upswept hare';",2-18792948-4 Was there a reissue of the film released on 1953-10-03?,"CREATE TABLE ""1953"" ( ""title"" text, ""series"" text, ""director"" text, ""release_date"" text, ""reissue"" text );","SELECT ""reissue"" FROM ""1953"" WHERE ""release_date""='1953-10-03';",2-18792948-4 What's the series of Kiss Me Cat?,"CREATE TABLE ""1953"" ( ""title"" text, ""series"" text, ""director"" text, ""release_date"" text, ""reissue"" text );","SELECT ""series"" FROM ""1953"" WHERE ""title""='kiss me cat';",2-18792948-4 What country is the athlete ekaterina karsten from with a rank less than 4?,"CREATE TABLE ""quarterfinal_4"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""country"" FROM ""quarterfinal_4"" WHERE ""rank""<4 AND ""athlete""='ekaterina karsten';",2-18662695-11 What is the time of frida svensson's race that had sa/b under the notes?,"CREATE TABLE ""quarterfinal_4"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""time"" FROM ""quarterfinal_4"" WHERE ""notes""='sa/b' AND ""athlete""='frida svensson';",2-18662695-11 What is the race time for emma twigg?,"CREATE TABLE ""quarterfinal_4"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""time"" FROM ""quarterfinal_4"" WHERE ""athlete""='emma twigg';",2-18662695-11 What is the total rank for the athlete that had a race time of 7:34.24?,"CREATE TABLE ""quarterfinal_4"" ( ""rank"" real, ""athlete"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT COUNT(""rank"") FROM ""quarterfinal_4"" WHERE ""time""='7:34.24';",2-18662695-11 "What is the Date of the game with an attendance of 72,051 after Week 9?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""week"">9 AND ""attendance""='72,051';",2-18706426-1 "In what Week was the Attendance 49,097?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT AVG(""week"") FROM ""schedule"" WHERE ""attendance""='49,097';",2-18706426-1 "On what Date was the Attendance 73,405?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""schedule"" WHERE ""attendance""='73,405';",2-18706426-1 "Who was the Opponent on November 27, 2005?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""date""='november 27, 2005';",2-18706426-1 What is the Week with a Date of Bye?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT COUNT(""week"") FROM ""schedule"" WHERE ""date""='bye';",2-18706426-1 "Which Rank has a Bronze of 1, and a Nation of lithuania?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""rank"" FROM ""medals_table"" WHERE ""bronze""=1 AND ""nation""='lithuania';",2-18965848-4 "How much Silver has a Rank of 1, and a Bronze smaller than 3?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""silver"") FROM ""medals_table"" WHERE ""rank""='1' AND ""bronze""<3;",2-18965848-4 "Which Bronze has a Gold of 2, and a Nation of slovakia, and a Total larger than 2?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medals_table"" WHERE ""gold""=2 AND ""nation""='slovakia' AND ""total"">2;",2-18965848-4 "How much Bronze has a Gold larger than 1, and a Silver smaller than 3, and a Nation of germany, and a Total larger than 11?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""bronze"") FROM ""medals_table"" WHERE ""gold"">1 AND ""silver""<3 AND ""nation""='germany' AND ""total"">11;",2-18965848-4 What's the total of the position of 1?,"CREATE TABLE ""qualified_competitors"" ( ""position"" real, ""athlete"" text, ""compulsory"" real, ""voluntary"" real, ""total"" real );","SELECT SUM(""total"") FROM ""qualified_competitors"" WHERE ""position""<1;",2-18662083-1 "What's the position that has a total less than 66.5m, a compulsory of 30.9 and voluntary less than 33.7?","CREATE TABLE ""qualified_competitors"" ( ""position"" real, ""athlete"" text, ""compulsory"" real, ""voluntary"" real, ""total"" real );","SELECT MIN(""position"") FROM ""qualified_competitors"" WHERE ""total""<66.5 AND ""compulsory""=30.9 AND ""voluntary""<33.7;",2-18662083-1 What's the total compulsory when the total is more than 69.2 and the voluntary is 38.7?,"CREATE TABLE ""qualified_competitors"" ( ""position"" real, ""athlete"" text, ""compulsory"" real, ""voluntary"" real, ""total"" real );","SELECT COUNT(""compulsory"") FROM ""qualified_competitors"" WHERE ""voluntary""=38.7 AND ""total"">69.2;",2-18662083-1 "What date was Wet Hare, directed by Robert McKimson, released?","CREATE TABLE ""1962"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT ""release_date"" FROM ""1962"" WHERE ""director""='robert mckimson' AND ""title""='wet hare';",2-18792950-3 "What is the title of the film with production number 1553, directed by Friz Freleng?","CREATE TABLE ""1962"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT ""title"" FROM ""1962"" WHERE ""director""='friz freleng' AND ""production_number""=1553;",2-18792950-3 What is Crows' Feat's production number?,"CREATE TABLE ""1962"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT ""production_number"" FROM ""1962"" WHERE ""title""='crows'' feat';",2-18792950-3 What is the safari value with a 2.4% opera and 29.9% internet explorer?,"CREATE TABLE ""global_web_stats_from_w3_counter"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""safari"" FROM ""global_web_stats_from_w3_counter"" WHERE ""opera""='2.4%' AND ""internet_explorer""='29.9%';",2-1876262-5 What is the firefox value with a 1.9% safari?,"CREATE TABLE ""global_web_stats_from_w3_counter"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""firefox"" FROM ""global_web_stats_from_w3_counter"" WHERE ""safari""='1.9%';",2-1876262-5 What is the firefox value with a 1.8% opera on 30 July 2007?,"CREATE TABLE ""global_web_stats_from_w3_counter"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""firefox"" FROM ""global_web_stats_from_w3_counter"" WHERE ""opera""='1.8%' AND ""date""='30 july 2007';",2-1876262-5 What is the date when internet explorer was 62.2%,"CREATE TABLE ""global_web_stats_from_w3_counter"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""date"" FROM ""global_web_stats_from_w3_counter"" WHERE ""internet_explorer""='62.2%';",2-1876262-5 What is the firefox value with a 22.0% internet explorer?,"CREATE TABLE ""global_web_stats_from_w3_counter"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""firefox"" FROM ""global_web_stats_from_w3_counter"" WHERE ""internet_explorer""='22.0%';",2-1876262-5 What is the safari value with a 28.0% internet explorer?,"CREATE TABLE ""global_web_stats_from_w3_counter"" ( ""date"" text, ""internet_explorer"" text, ""firefox"" text, ""safari"" text, ""opera"" text );","SELECT ""safari"" FROM ""global_web_stats_from_w3_counter"" WHERE ""internet_explorer""='28.0%';",2-1876262-5 Which catalog value has a region of world?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format_s"" text, ""catalog"" text );","SELECT ""catalog"" FROM ""release_history"" WHERE ""region""='world';",2-18921118-1 Which formats have a region of Europe and Catalog value of WEBB185?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format_s"" text, ""catalog"" text );","SELECT ""format_s"" FROM ""release_history"" WHERE ""region""='europe' AND ""catalog""='webb185';",2-18921118-1 Which region is associated with the catalog value of 512335?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format_s"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""catalog""='512335';",2-18921118-1 "What are the formats associated with the Atlantic Records label, catalog number 512336?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format_s"" text, ""catalog"" text );","SELECT ""format_s"" FROM ""release_history"" WHERE ""label""='atlantic records' AND ""catalog""='512336';",2-18921118-1 Which date was associated with the release in Europe on the Wichita Recordings label?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format_s"" text, ""catalog"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""region""='europe' AND ""label""='wichita recordings';",2-18921118-1 "What is the lowest year that has edmonton, canada as the venue with a weight class (kg) greater than 100?","CREATE TABLE ""international_achievements"" ( ""year"" real, ""event"" text, ""venue"" text, ""place"" text, ""weight_class_kg"" real );","SELECT MIN(""year"") FROM ""international_achievements"" WHERE ""venue""='edmonton, canada' AND ""weight_class_kg"">100;",2-18896497-2 "What is the lowest weight class (kg) that has sofia, bulgaria as the venue?","CREATE TABLE ""international_achievements"" ( ""year"" real, ""event"" text, ""venue"" text, ""place"" text, ""weight_class_kg"" real );","SELECT MIN(""weight_class_kg"") FROM ""international_achievements"" WHERE ""venue""='sofia, bulgaria';",2-18896497-2 "What is the highest year that has fila world championships as the event, with toledo, united states as the venue, and a weight class (kg) less than 97?","CREATE TABLE ""international_achievements"" ( ""year"" real, ""event"" text, ""venue"" text, ""place"" text, ""weight_class_kg"" real );","SELECT MAX(""year"") FROM ""international_achievements"" WHERE ""event""='fila world championships' AND ""venue""='toledo, united states' AND ""weight_class_kg""<97;",2-18896497-2 What is the Airport with the ICAO fo KSEA?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""airport"" FROM ""destinations"" WHERE ""icao""='ksea';",2-18624168-2 What is the IcAO of Frankfurt?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""icao"" FROM ""destinations"" WHERE ""city""='frankfurt';",2-18624168-2 What is the Airport with a ICAO of EDDH?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""airport"" FROM ""destinations"" WHERE ""icao""='eddh';",2-18624168-2 What Airport's IATA is SEA?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""airport"" FROM ""destinations"" WHERE ""iata""='sea';",2-18624168-2 What is the City with an IATA of MUC?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""city"" FROM ""destinations"" WHERE ""iata""='muc';",2-18624168-2 What is the IATA OF Akureyri?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""iata"" FROM ""destinations"" WHERE ""city""='akureyri';",2-18624168-2 How tall is the Mountain of jbel ghat?,"CREATE TABLE ""see_also"" ( ""mountain"" text, ""height_m"" real, ""prominence_m"" real, ""range"" text, ""country"" text );","SELECT COUNT(""height_m"") FROM ""see_also"" WHERE ""mountain""='jbel ghat';",2-18821998-1 "Which Country has a Prominence (m) smaller than 1540, and a Height (m) smaller than 3530, and a Range of virunga mountains, and a Mountain of nyiragongo?","CREATE TABLE ""see_also"" ( ""mountain"" text, ""height_m"" real, ""prominence_m"" real, ""range"" text, ""country"" text );","SELECT ""country"" FROM ""see_also"" WHERE ""prominence_m""<1540 AND ""height_m""<3530 AND ""range""='virunga mountains' AND ""mountain""='nyiragongo';",2-18821998-1 "Which Country has a Height (m) larger than 4100, and a Range of arsi mountains, and a Mountain of bada?","CREATE TABLE ""see_also"" ( ""mountain"" text, ""height_m"" real, ""prominence_m"" real, ""range"" text, ""country"" text );","SELECT ""country"" FROM ""see_also"" WHERE ""height_m"">4100 AND ""range""='arsi mountains' AND ""mountain""='bada';",2-18821998-1 Which Percentage has a Draw of 6?,"CREATE TABLE ""results_of_november_selection"" ( ""draw"" real, ""artist"" text, ""song"" text, ""percentage"" text, ""place"" text );","SELECT ""percentage"" FROM ""results_of_november_selection"" WHERE ""draw""=6;",2-18593648-8 Which team had a rank under 4 with a time of 1:14.04.88?,"CREATE TABLE ""race_3_lightweight_classic_race"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""team"" FROM ""race_3_lightweight_classic_race"" WHERE ""rank""<4 AND ""time""='1:14.04.88';",2-18649514-6 What was the speed for the rider with a time of 1:14.15.64?,"CREATE TABLE ""race_3_lightweight_classic_race"" ( ""rank"" real, ""rider"" text, ""team"" text, ""speed"" text, ""time"" text );","SELECT ""speed"" FROM ""race_3_lightweight_classic_race"" WHERE ""time""='1:14.15.64';",2-18649514-6 Which College/junior/club team has a Round of 2?,"CREATE TABLE ""amateur_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""nationality"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""amateur_draft"" WHERE ""round""=2;",2-19000872-1 "Which Round has a Player of dan chicoine, and a Pick larger than 23?","CREATE TABLE ""amateur_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""nationality"" text, ""college_junior_club_team"" text );","SELECT AVG(""round"") FROM ""amateur_draft"" WHERE ""player""='dan chicoine' AND ""pick"">23;",2-19000872-1 What is the production number of From Hare to Heir?,"CREATE TABLE ""1960"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT SUM(""production_number"") FROM ""1960"" WHERE ""title""='from hare to heir';",2-18792950-1 What is the Series number of the episode with a production number of 1547?,"CREATE TABLE ""1960"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT ""series"" FROM ""1960"" WHERE ""production_number""=1547;",2-18792950-1 What is the production number for the episode directed by Robert McKimson named Mice Follies?,"CREATE TABLE ""1960"" ( ""title"" text, ""series"" text, ""director"" text, ""production_number"" real, ""release_date"" text );","SELECT COUNT(""production_number"") FROM ""1960"" WHERE ""director""='robert mckimson' AND ""title""='mice follies';",2-18792950-1 "Name the Result of the Lineup of start, an Assist/pass of carli lloyd, and an Competition of 2011 fifa women’s world cup – group stage?","CREATE TABLE ""international_goals"" ( ""date"" text, ""location"" text, ""lineup"" text, ""assist_pass"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""result"" FROM ""international_goals"" WHERE ""lineup""='start' AND ""assist_pass""='carli lloyd' AND ""competition""='2011 fifa women’s world cup – group stage';",2-18814912-4 "Name the Lineup that has an Assist/pass of carli lloyd,a Competition of 2010 concacaf world cup qualifying – group stage?","CREATE TABLE ""international_goals"" ( ""date"" text, ""location"" text, ""lineup"" text, ""assist_pass"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""lineup"" FROM ""international_goals"" WHERE ""assist_pass""='carli lloyd' AND ""competition""='2010 concacaf world cup qualifying – group stage';",2-18814912-4 "Which Assist/pass has a Score of 1-0,a Competition of 2010 concacaf world cup qualifying – group stage?","CREATE TABLE ""international_goals"" ( ""date"" text, ""location"" text, ""lineup"" text, ""assist_pass"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""assist_pass"" FROM ""international_goals"" WHERE ""score""='1-0' AND ""competition""='2010 concacaf world cup qualifying – group stage';",2-18814912-4 where has a Score of match reports?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""location"" text, ""lineup"" text, ""assist_pass"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""location"" FROM ""international_goals"" WHERE ""score""='match reports';",2-18814912-4 which Score has a Location of mex cancun?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""location"" text, ""lineup"" text, ""assist_pass"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""location""='mex cancun';",2-18814912-4 which Score has a Competition of match reports?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""location"" text, ""lineup"" text, ""assist_pass"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""competition""='match reports';",2-18814912-4 Which tie number had an away team of Arsenal?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""tie_no"" FROM ""sixth_round_proper"" WHERE ""away_team""='arsenal';",2-18657589-6 What was the score for the tie that had Shrewsbury Town as home team?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""sixth_round_proper"" WHERE ""home_team""='shrewsbury town';",2-18657589-6 What was the score of the tie that had Tottenham Hotspur as the home team?,"CREATE TABLE ""sixth_round_proper"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""date"" text );","SELECT ""score"" FROM ""sixth_round_proper"" WHERE ""home_team""='tottenham hotspur';",2-18657589-6 On which apparatus did Kanayeva have a final score smaller than 75.5 and a qualifying score smaller than 18.7?,"CREATE TABLE ""detailed_olympic_results"" ( ""year"" real, ""competition_description"" text, ""location"" text, ""apparatus"" text, ""rank_final"" text, ""score_final"" real, ""rank_qualifying"" text, ""score_qualifying"" real );","SELECT ""apparatus"" FROM ""detailed_olympic_results"" WHERE ""score_final""<75.5 AND ""score_qualifying""<18.7;",2-18385965-3 What was her lowest final score with a qualifying score of 74.075?,"CREATE TABLE ""detailed_olympic_results"" ( ""year"" real, ""competition_description"" text, ""location"" text, ""apparatus"" text, ""rank_final"" text, ""score_final"" real, ""rank_qualifying"" text, ""score_qualifying"" real );","SELECT MIN(""score_final"") FROM ""detailed_olympic_results"" WHERE ""score_qualifying""=74.075;",2-18385965-3 What was her final score on the ribbon apparatus?,"CREATE TABLE ""detailed_olympic_results"" ( ""year"" real, ""competition_description"" text, ""location"" text, ""apparatus"" text, ""rank_final"" text, ""score_final"" real, ""rank_qualifying"" text, ""score_qualifying"" real );","SELECT ""score_final"" FROM ""detailed_olympic_results"" WHERE ""apparatus""='ribbon';",2-18385965-3 What are the notes for the athlete from South Africa?,"CREATE TABLE ""heat_3"" ( ""rank"" real, ""athletes"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""notes"" FROM ""heat_3"" WHERE ""country""='south africa';",2-18646220-5 What are the notes for the athlete from Spain?,"CREATE TABLE ""heat_3"" ( ""rank"" real, ""athletes"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""notes"" FROM ""heat_3"" WHERE ""country""='spain';",2-18646220-5 What is Calvin Mokoto's average rank?,"CREATE TABLE ""heat_3"" ( ""rank"" real, ""athletes"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT AVG(""rank"") FROM ""heat_3"" WHERE ""athletes""='calvin mokoto';",2-18646220-5 What is Andreas Kiligkaridis rank?,"CREATE TABLE ""heat_3"" ( ""rank"" real, ""athletes"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT ""rank"" FROM ""heat_3"" WHERE ""athletes""='andreas kiligkaridis';",2-18646220-5 Which tournament had a partner of Erika Sema?,"CREATE TABLE ""itf_doubles_finals_32_16"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""tournament"" FROM ""itf_doubles_finals_32_16"" WHERE ""partner""='erika sema';",2-18750429-4 Who were the opponents in the final at Noida?,"CREATE TABLE ""itf_doubles_finals_32_16"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""partner"" text, ""opponents_in_the_final"" text, ""score"" text );","SELECT ""opponents_in_the_final"" FROM ""itf_doubles_finals_32_16"" WHERE ""tournament""='noida';",2-18750429-4 What school is in 36 Jackson?,"CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment_08_09"" real, ""ihsaa_class"" text, ""ihsaa_class_football"" text, ""county"" text, ""year_joined"" real );","SELECT ""school"" FROM ""membership"" WHERE ""county""='36 jackson';",2-18826487-1 What's the IHSAA Class Football if the panthers are the mascot?,"CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment_08_09"" real, ""ihsaa_class"" text, ""ihsaa_class_football"" text, ""county"" text, ""year_joined"" real );","SELECT ""ihsaa_class_football"" FROM ""membership"" WHERE ""mascot""='panthers';",2-18826487-1 What's the IHSAA Class when the school is Seymour?,"CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""enrollment_08_09"" real, ""ihsaa_class"" text, ""ihsaa_class_football"" text, ""county"" text, ""year_joined"" real );","SELECT ""ihsaa_class"" FROM ""membership"" WHERE ""school""='seymour';",2-18826487-1 What team has a position of running back and picked after 2?,"CREATE TABLE ""first_round"" ( ""pick"" real, ""team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""team"" FROM ""first_round"" WHERE ""pick"">2 AND ""position""='running back';",2-18652198-1 Which player is from the College of Alabama?,"CREATE TABLE ""first_round"" ( ""pick"" real, ""team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""college""='alabama';",2-18652198-1 Which player is from Ohio State College?,"CREATE TABLE ""first_round"" ( ""pick"" real, ""team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""player"" FROM ""first_round"" WHERE ""college""='ohio state';",2-18652198-1 The New York Jets picked someone from what college?,"CREATE TABLE ""first_round"" ( ""pick"" real, ""team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""first_round"" WHERE ""team""='new york jets';",2-18652198-1 What is the highest pick for the position of defensive end?,"CREATE TABLE ""first_round"" ( ""pick"" real, ""team"" text, ""player"" text, ""position"" text, ""college"" text );","SELECT MAX(""pick"") FROM ""first_round"" WHERE ""position""='defensive end';",2-18652198-1 What is the fewest number of silver medals won by Canada with fewer than 3 total medals?,"CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""silver"") FROM ""medals_table"" WHERE ""nation""='canada' AND ""total""<3;",2-18788871-4 What is the sum of wins for Port Fairy with under 1510 against?,"CREATE TABLE ""1949_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT SUM(""wins"") FROM ""1949_ladder"" WHERE ""club""='port fairy' AND ""against""<1510;",2-18628904-18 "What is the total number of Against values for clubs with more than 2 wins, 5 losses, and 0 draws?","CREATE TABLE ""1949_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT COUNT(""against"") FROM ""1949_ladder"" WHERE ""wins"">2 AND ""losses""=5 AND ""draws""<0;",2-18628904-18 What is the average number of draws for losses over 8 and Against values under 1344?,"CREATE TABLE ""1949_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT AVG(""draws"") FROM ""1949_ladder"" WHERE ""losses"">8 AND ""against""<1344;",2-18628904-18 What is the sum of losses for Against values over 1510?,"CREATE TABLE ""1949_ladder"" ( ""club"" text, ""wins"" real, ""losses"" real, ""draws"" real, ""against"" real );","SELECT SUM(""losses"") FROM ""1949_ladder"" WHERE ""against"">1510;",2-18628904-18 Which Genre has a Game of tony hawk's pro skater 2?,"CREATE TABLE ""vsda_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform"" text, ""publisher"" text );","SELECT ""genre"" FROM ""vsda_awards"" WHERE ""game""='tony hawk''s pro skater 2';",2-1851722-55 Which Genre has a Game of donkey kong country?,"CREATE TABLE ""vsda_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform"" text, ""publisher"" text );","SELECT ""genre"" FROM ""vsda_awards"" WHERE ""game""='donkey kong country';",2-1851722-55 "Which Genre has a Year larger than 1999, and a Game of tony hawk's pro skater 2?","CREATE TABLE ""vsda_awards"" ( ""year"" real, ""game"" text, ""genre"" text, ""platform"" text, ""publisher"" text );","SELECT ""genre"" FROM ""vsda_awards"" WHERE ""year"">1999 AND ""game""='tony hawk''s pro skater 2';",2-1851722-55 "How much Time has a Reaction of 0.155, and an Athlete of kristof beyens, and a Rank smaller than 3?","CREATE TABLE ""heat_3"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT COUNT(""time"") FROM ""heat_3"" WHERE ""react""=0.155 AND ""athlete""='kristof beyens' AND ""rank""<3;",2-18569011-13 "Which Lane has a Time larger than 20.5, and a Nationality of trinidad and tobago?","CREATE TABLE ""heat_3"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT AVG(""lane"") FROM ""heat_3"" WHERE ""time"">20.5 AND ""nationality""='trinidad and tobago';",2-18569011-13 What is the Location of the Moulin Bertrand Mill?,"CREATE TABLE ""li_ge"" ( ""location"" text, ""name_of_mill"" text, ""type"" text, ""built"" real, ""notes"" text );","SELECT ""location"" FROM ""li_ge"" WHERE ""name_of_mill""='moulin bertrand';",2-18843333-2 What is year Built of the Moulin de Momalle Mill?,"CREATE TABLE ""li_ge"" ( ""location"" text, ""name_of_mill"" text, ""type"" text, ""built"" real, ""notes"" text );","SELECT MAX(""built"") FROM ""li_ge"" WHERE ""name_of_mill""='moulin de momalle';",2-18843333-2 What is the Name of the Grondzeiler Mill?,"CREATE TABLE ""li_ge"" ( ""location"" text, ""name_of_mill"" text, ""type"" text, ""built"" real, ""notes"" text );","SELECT ""name_of_mill"" FROM ""li_ge"" WHERE ""type""='grondzeiler';",2-18843333-2 "What's the total population when there are 5.7% Asian American and fewer than 126,965 Asian American Population?","CREATE TABLE ""metropolitan_statistical_areas_of_the_un"" ( ""rank"" real, ""total_population_2010"" real, ""indian_american_population_2010"" real, ""pct_indian_american"" real, ""asian_american_population_2010"" real, ""pct_asian_american"" real );","SELECT MIN(""total_population_2010"") FROM ""metropolitan_statistical_areas_of_the_un"" WHERE ""pct_asian_american""=5.7 AND ""asian_american_population_2010""<'126,965';",2-18963843-1 "What's the total population when the Asian American population is less than 60,072, the Indian American population is more than 14,696 and is 4.2% Indian American?","CREATE TABLE ""metropolitan_statistical_areas_of_the_un"" ( ""rank"" real, ""total_population_2010"" real, ""indian_american_population_2010"" real, ""pct_indian_american"" real, ""asian_american_population_2010"" real, ""pct_asian_american"" real );","SELECT SUM(""total_population_2010"") FROM ""metropolitan_statistical_areas_of_the_un"" WHERE ""asian_american_population_2010""<'60,072' AND ""indian_american_population_2010"">'14,696' AND ""pct_indian_american""=4.2;",2-18963843-1 Who was their opponent in game 4?,"CREATE TABLE ""game_log"" ( ""game"" text, ""date"" text, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""game""='4';",2-18493040-4 On what date was game 3?,"CREATE TABLE ""game_log"" ( ""game"" text, ""date"" text, ""opponent"" text, ""score"" text, ""location_attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""game""='3';",2-18493040-4 What is the railway number of t 4 ii class?,"CREATE TABLE ""tank_locomotives"" ( ""class"" text, ""railway_number_s"" text, ""quantity"" real, ""year_s_of_manufacture"" text, ""axle_arrangement_uic"" text );","SELECT ""railway_number_s"" FROM ""tank_locomotives"" WHERE ""class""='t 4 ii';",2-18843924-4 "What year was the b n2t axle arrangement, which has a quantity of 31, manufactured?","CREATE TABLE ""tank_locomotives"" ( ""class"" text, ""railway_number_s"" text, ""quantity"" real, ""year_s_of_manufacture"" text, ""axle_arrangement_uic"" text );","SELECT ""year_s_of_manufacture"" FROM ""tank_locomotives"" WHERE ""quantity""=31 AND ""axle_arrangement_uic""='b n2t';",2-18843924-4 "What is the time in a heat smaller than 5, in Lane 5, for Vietnam?","CREATE TABLE ""heats"" ( ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT ""time"" FROM ""heats"" WHERE ""heat""<5 AND ""lane""=5 AND ""nationality""='vietnam';",2-18624773-3 What is the smallest lane number of Xue Ruipeng?,"CREATE TABLE ""heats"" ( ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT MIN(""lane"") FROM ""heats"" WHERE ""name""='xue ruipeng';",2-18624773-3 What is the Rank of the Rowers with FA as Notes?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""rowers"" text, ""country"" text, ""time"" text, ""notes"" text );","SELECT AVG(""rank"") FROM ""heat_2"" WHERE ""notes""='fa';",2-18662700-4 Which away team that had a tie of 7?,"CREATE TABLE ""northern_section"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""away_team"" FROM ""northern_section"" WHERE ""tie_no""='7';",2-18569929-4 What was the attendance for the away team Solihull Moors?,"CREATE TABLE ""northern_section"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""attendance"" FROM ""northern_section"" WHERE ""away_team""='solihull moors';",2-18569929-4 Which home team had the away team Southport?,"CREATE TABLE ""northern_section"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""home_team"" FROM ""northern_section"" WHERE ""away_team""='southport';",2-18569929-4 What home team had 2 ties?,"CREATE TABLE ""northern_section"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""home_team"" FROM ""northern_section"" WHERE ""tie_no""='2';",2-18569929-4 What was the score when there were 7 ties?,"CREATE TABLE ""northern_section"" ( ""tie_no"" text, ""home_team"" text, ""score"" text, ""away_team"" text, ""attendance"" text );","SELECT ""score"" FROM ""northern_section"" WHERE ""tie_no""='7';",2-18569929-4 What is the total when the nation is brazil (bra) and bronze is more than 2?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""total"") FROM ""medal_table"" WHERE ""nation""='brazil (bra)' AND ""bronze"">2;",2-18395166-2 what is the least total when the nation is canada (can) and bronze is less than 0?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""medal_table"" WHERE ""nation""='canada (can)' AND ""bronze""<0;",2-18395166-2 what is bronze when the rank is 3 and the total is more than 2?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""rank""='3' AND ""total"">2;",2-18395166-2 "What is the most bronze can be when silver is larger than 2, and the nation is germany, and gold is more than 8?","CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medals_table"" WHERE ""silver"">2 AND ""nation""='germany' AND ""gold"">8;",2-1864289-5 What is the total number for a total when the nation is netherlands and silver is larger than 0?,"CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""medals_table"" WHERE ""nation""='netherlands' AND ""silver"">0;",2-1864289-5 "When the total is larger than 1,and the bronze is less than 3, and silver larger than 2, and a gold larger than 2, what is the nation?","CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""nation"" FROM ""medals_table"" WHERE ""total"">1 AND ""bronze""<3 AND ""silver"">2 AND ""gold"">2;",2-1864289-5 "What is the average rank when the bronze is larger than 1, and silver is less than 0?","CREATE TABLE ""medals_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""rank"") FROM ""medals_table"" WHERE ""bronze"">1 AND ""silver""<0;",2-1864289-5 "Which venue has attendance larger than 26,526, and sf first leg round?","CREATE TABLE ""league_cup"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""goalscorers"" text );","SELECT ""venue"" FROM ""league_cup"" WHERE ""attendance"">'26,526' AND ""round""='sf first leg';",2-18866859-6 Which result has sunderland as opponent?,"CREATE TABLE ""league_cup"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""goalscorers"" text );","SELECT ""result"" FROM ""league_cup"" WHERE ""opponent""='sunderland';",2-18866859-6 What is the played number when the high checkout is 135?,"CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" real );","SELECT SUM(""played"") FROM ""statistics"" WHERE ""high_checkout""=135;",2-18621456-22 "What is the high checkout when Legs Won is smaller than 9, a 180s of 1, and a 3-dart Average larger than 88.36?","CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" real );","SELECT SUM(""high_checkout"") FROM ""statistics"" WHERE ""legs_won""<9 AND ""180s""=1 AND ""3_dart_average"">88.36;",2-18621456-22 "What is the number of high checkout when legs Lost is 17, 140+ is 15, and played is larger than 4?","CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" real );","SELECT SUM(""high_checkout"") FROM ""statistics"" WHERE ""legs_lost""=17 AND ""140""=15 AND ""played"">4;",2-18621456-22 "What is the lowest high checkout when 140+ is 61, and played is larger than 6?","CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" real );","SELECT MIN(""high_checkout"") FROM ""statistics"" WHERE ""140""=61 AND ""played"">6;",2-18621456-22 "What is the highest Legs Lost with a 180s larger than 1, a 100+ of 53, and played is smaller than 4?","CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" real );","SELECT MAX(""legs_lost"") FROM ""statistics"" WHERE ""180s"">1 AND ""100""=53 AND ""played""<4;",2-18621456-22 "What is the total number of 3-dart average when legs lost is larger than 41, and played is larger than 7?","CREATE TABLE ""statistics"" ( ""player"" text, ""played"" real, ""legs_won"" real, ""legs_lost"" real, ""100"" real, ""140"" real, ""180s"" real, ""high_checkout"" real, ""3_dart_average"" real );","SELECT COUNT(""3_dart_average"") FROM ""statistics"" WHERE ""legs_lost"">41 AND ""played"">7;",2-18621456-22 What year was the SL 350 Model?,"CREATE TABLE ""engines"" ( ""model"" text, ""years"" text, ""type_code"" text, ""power_rpm"" text, ""torque_rpm"" text );","SELECT ""years"" FROM ""engines"" WHERE ""model""='sl 350';",2-1867831-1 Which Race has a Runners of 7 and Odds of 1/3?,"CREATE TABLE ""race_record"" ( ""race"" text, ""dist_f"" real, ""course"" text, ""class"" text, ""prize_k"" real, ""odds"" text, ""runners"" real, ""placing"" real, ""margin"" text, ""time"" text, ""jockey"" text, ""trainer"" text );","SELECT ""race"" FROM ""race_record"" WHERE ""runners""=7 AND ""odds""='1/3';",2-1881174-1 Which Class has a Jockey of michael kinane on 2:27.71?,"CREATE TABLE ""race_record"" ( ""race"" text, ""dist_f"" real, ""course"" text, ""class"" text, ""prize_k"" real, ""odds"" text, ""runners"" real, ""placing"" real, ""margin"" text, ""time"" text, ""jockey"" text, ""trainer"" text );","SELECT ""class"" FROM ""race_record"" WHERE ""jockey""='michael kinane' AND ""time""='2:27.71';",2-1881174-1 Name the highest Dist (f) with Odds of 11/4 and a Placing larger than 1?,"CREATE TABLE ""race_record"" ( ""race"" text, ""dist_f"" real, ""course"" text, ""class"" text, ""prize_k"" real, ""odds"" text, ""runners"" real, ""placing"" real, ""margin"" text, ""time"" text, ""jockey"" text, ""trainer"" text );","SELECT MAX(""dist_f"") FROM ""race_record"" WHERE ""odds""='11/4' AND ""placing"">1;",2-1881174-1 "Which Margin has a Dist (f) larger than 10, and a Race of king george vi & queen elizabeth stakes?","CREATE TABLE ""race_record"" ( ""race"" text, ""dist_f"" real, ""course"" text, ""class"" text, ""prize_k"" real, ""odds"" text, ""runners"" real, ""placing"" real, ""margin"" text, ""time"" text, ""jockey"" text, ""trainer"" text );","SELECT ""margin"" FROM ""race_record"" WHERE ""dist_f"">10 AND ""race""='king george vi & queen elizabeth stakes';",2-1881174-1 Which Dist (f) has a Race of irish derby?,"CREATE TABLE ""race_record"" ( ""race"" text, ""dist_f"" real, ""course"" text, ""class"" text, ""prize_k"" real, ""odds"" text, ""runners"" real, ""placing"" real, ""margin"" text, ""time"" text, ""jockey"" text, ""trainer"" text );","SELECT ""dist_f"" FROM ""race_record"" WHERE ""race""='irish derby';",2-1881174-1 What is the Attendance at Joe Louis Arena?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT AVG(""attendance"") FROM ""regular_season"" WHERE ""arena""='joe louis arena';",2-18987966-8 What is the Loss of the game at Nationwide Arena with a Score of 4–3?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT ""loss"" FROM ""regular_season"" WHERE ""score""='4–3' AND ""arena""='nationwide arena';",2-18987966-8 What is the Attendance of the game with a Score of 3–2?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT COUNT(""attendance"") FROM ""regular_season"" WHERE ""score""='3–2';",2-18987966-8 What is the Score of the game on March 19?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT ""score"" FROM ""regular_season"" WHERE ""date""='march 19';",2-18987966-8 "What is the Record of the game with an Attendance of more than 16,124 and a Score of 6–3?","CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT ""record"" FROM ""regular_season"" WHERE ""attendance"">'16,124' AND ""score""='6–3';",2-18987966-8 What is the Attendance of the game with a Record of 37–21–12 and less than 86 Points?,"CREATE TABLE ""regular_season"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text, ""arena"" text, ""points"" real );","SELECT AVG(""attendance"") FROM ""regular_season"" WHERE ""record""='37–21–12' AND ""points""<86;",2-18987966-8 "Which player debuted before 1943, played for the club in 1942, played less than 12 games, and scored less than 11 goals?","CREATE TABLE ""1940s"" ( ""debut_year"" real, ""player"" text, ""games"" real, ""goals"" real, ""years_at_club"" text );","SELECT ""player"" FROM ""1940s"" WHERE ""debut_year""<1943 AND ""games""<12 AND ""goals""<11 AND ""years_at_club""='1942';",2-1893924-6 What label had the album after 1978?,"CREATE TABLE ""compilation_albums"" ( ""year"" real, ""title"" text, ""us_country"" text, ""riaa"" text, ""label"" text );","SELECT ""label"" FROM ""compilation_albums"" WHERE ""year"">1978;",2-18628670-2 What is the title of the album that had a RIAA of gold?,"CREATE TABLE ""compilation_albums"" ( ""year"" real, ""title"" text, ""us_country"" text, ""riaa"" text, ""label"" text );","SELECT ""title"" FROM ""compilation_albums"" WHERE ""riaa""='gold';",2-18628670-2 "What is the highest year for the title, ""loves lost and found""?","CREATE TABLE ""compilation_albums"" ( ""year"" real, ""title"" text, ""us_country"" text, ""riaa"" text, ""label"" text );","SELECT MAX(""year"") FROM ""compilation_albums"" WHERE ""title""='loves lost and found';",2-18628670-2 Who was the away team when Queensland Roar was the home team in the round less than 3?,"CREATE TABLE ""fixtures"" ( ""round"" real, ""date"" text, ""home_team"" text, ""away_team"" text, ""attendance"" real, ""stadium"" text );","SELECT ""away_team"" FROM ""fixtures"" WHERE ""round""<3 AND ""home_team""='queensland roar';",2-18484319-8 "What is the round when 11,117 people attended the game on 26 October 2008?","CREATE TABLE ""fixtures"" ( ""round"" real, ""date"" text, ""home_team"" text, ""away_team"" text, ""attendance"" real, ""stadium"" text );","SELECT SUM(""round"") FROM ""fixtures"" WHERE ""attendance""<'11,117' AND ""date""='26 october 2008';",2-18484319-8 "What is the least round for the game played at Members Equity Stadium in from of 12,581 people?","CREATE TABLE ""fixtures"" ( ""round"" real, ""date"" text, ""home_team"" text, ""away_team"" text, ""attendance"" real, ""stadium"" text );","SELECT MIN(""round"") FROM ""fixtures"" WHERE ""stadium""='members equity stadium' AND ""attendance""<'12,581';",2-18484319-8 what is the previous conference when the location is converse?,"CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""county"" text, ""enrollment"" real, ""ihsaa_class_football_soccer"" text, ""year_joined"" real, ""previous_conference"" text );","SELECT ""previous_conference"" FROM ""membership"" WHERE ""location""='converse';",2-18765652-1 what is the school with the location of alexandria?,"CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""county"" text, ""enrollment"" real, ""ihsaa_class_football_soccer"" text, ""year_joined"" real, ""previous_conference"" text );","SELECT ""school"" FROM ""membership"" WHERE ""location""='alexandria';",2-18765652-1 what is teh ihsaa class/football/soccer when the location is alexandria?,"CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""county"" text, ""enrollment"" real, ""ihsaa_class_football_soccer"" text, ""year_joined"" real, ""previous_conference"" text );","SELECT ""ihsaa_class_football_soccer"" FROM ""membership"" WHERE ""location""='alexandria';",2-18765652-1 What is canada's margin?,"CREATE TABLE ""western_open"" ( ""year"" real, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin"" real, ""earnings"" real );","SELECT SUM(""margin"") FROM ""western_open"" WHERE ""country""='canada';",2-18862490-2 What is russ cochran's average margin?,"CREATE TABLE ""western_open"" ( ""year"" real, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin"" real, ""earnings"" real );","SELECT AVG(""margin"") FROM ""western_open"" WHERE ""player""='russ cochran';",2-18862490-2 "How many years have a Player of joe durant, and Earnings ($) larger than 396,000?","CREATE TABLE ""western_open"" ( ""year"" real, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin"" real, ""earnings"" real );","SELECT COUNT(""year"") FROM ""western_open"" WHERE ""player""='joe durant' AND ""earnings"">'396,000';",2-18862490-2 "Which Margin has a Country of united states, and a Score of 63-70-65-69=267?","CREATE TABLE ""western_open"" ( ""year"" real, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin"" real, ""earnings"" real );","SELECT ""margin"" FROM ""western_open"" WHERE ""country""='united states' AND ""score""='63-70-65-69=267';",2-18862490-2 "Which To Par has Earnings ($) larger than 360,000, and a Year larger than 1998, and a Country of united states, and a Score of 69-68-66-64=267?","CREATE TABLE ""western_open"" ( ""year"" real, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""margin"" real, ""earnings"" real );","SELECT ""to_par"" FROM ""western_open"" WHERE ""earnings"">'360,000' AND ""year"">1998 AND ""country""='united states' AND ""score""='69-68-66-64=267';",2-18862490-2 what is the quantity made when the class is d-2?,"CREATE TABLE ""2_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""serial_numbers"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""quantity_made"" FROM ""2_6_0"" WHERE ""class""='d-2';",2-18620528-4 what is the year made when the manufacturer is 2-6-2 — oooo — mogul?,"CREATE TABLE ""2_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""serial_numbers"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""year_made"" FROM ""2_6_0"" WHERE ""manufacturer""='2-6-2 — oooo — mogul';",2-18620528-4 what is the wheel arrangement when the year made is 1881?,"CREATE TABLE ""2_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""serial_numbers"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""wheel_arrangement"" FROM ""2_6_0"" WHERE ""year_made""='1881';",2-18620528-4 what is the quantity made when the wheel arrangement is 2-6-0 and the class is k?,"CREATE TABLE ""2_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""serial_numbers"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""quantity_made"" FROM ""2_6_0"" WHERE ""wheel_arrangement""='2-6-0' AND ""class""='k';",2-18620528-4 what is the class when the quantity perserved is 0 and the quantity made is 5?,"CREATE TABLE ""2_6_0"" ( ""class"" text, ""wheel_arrangement"" text, ""fleet_number_s"" text, ""manufacturer"" text, ""serial_numbers"" text, ""year_made"" text, ""quantity_made"" text, ""quantity_preserved"" text );","SELECT ""class"" FROM ""2_6_0"" WHERE ""quantity_preserved""='0' AND ""quantity_made""='5';",2-18620528-4 What is the match number that had a result of 0:5 (0:3)?,"CREATE TABLE ""league"" ( ""match"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attnd"" real, ""report"" text );","SELECT COUNT(""match"") FROM ""league"" WHERE ""result""='0:5 (0:3)';",2-18591990-3 "Which match had more than 1,490 people in attendance to watch FCR 2001 Duisburg have a result of 0:3 (0:2)?","CREATE TABLE ""league"" ( ""match"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attnd"" real, ""report"" text );","SELECT SUM(""match"") FROM ""league"" WHERE ""result""='0:3 (0:2)' AND ""opponent""='fcr 2001 duisburg' AND ""attnd"">'1,490';",2-18591990-3 Which match did FCR 2001 Duisburg participate as the opponent?,"CREATE TABLE ""league"" ( ""match"" real, ""date"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attnd"" real, ""report"" text );","SELECT SUM(""match"") FROM ""league"" WHERE ""opponent""='fcr 2001 duisburg';",2-18591990-3 "What is the surface of the match on July 5, 2009?","CREATE TABLE ""singles_0_wta_7_itf"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_final"" text, ""score"" text, ""prize_money"" text );","SELECT ""surface"" FROM ""singles_0_wta_7_itf"" WHERE ""date""='july 5, 2009';",2-18910203-1 What is the date of the match on clay with score of 6-3 2-6 6-4?,"CREATE TABLE ""singles_0_wta_7_itf"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_final"" text, ""score"" text, ""prize_money"" text );","SELECT ""date"" FROM ""singles_0_wta_7_itf"" WHERE ""surface""='clay' AND ""score""='6-3 2-6 6-4';",2-18910203-1 Who was the opponent on carpet in a final?,"CREATE TABLE ""singles_0_wta_7_itf"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_final"" text, ""score"" text, ""prize_money"" text );","SELECT ""opponent_in_final"" FROM ""singles_0_wta_7_itf"" WHERE ""surface""='carpet';",2-18910203-1 What is the score of the hard court Ramat Hasharon tournament?,"CREATE TABLE ""singles_0_wta_7_itf"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_final"" text, ""score"" text, ""prize_money"" text );","SELECT ""score"" FROM ""singles_0_wta_7_itf"" WHERE ""surface""='hard' AND ""tournament""='ramat hasharon';",2-18910203-1 "What is the score of the match on September 24, 2006?","CREATE TABLE ""singles_0_wta_7_itf"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_final"" text, ""score"" text, ""prize_money"" text );","SELECT ""score"" FROM ""singles_0_wta_7_itf"" WHERE ""date""='september 24, 2006';",2-18910203-1 What is the surface for the Volos tournament?,"CREATE TABLE ""singles_0_wta_7_itf"" ( ""date"" text, ""tournament"" text, ""surface"" text, ""opponent_in_final"" text, ""score"" text, ""prize_money"" text );","SELECT ""surface"" FROM ""singles_0_wta_7_itf"" WHERE ""tournament""='volos';",2-18910203-1 Who is the Winner of the Nissan Motorsport Australia Team at the Oran Park Raceway?,"CREATE TABLE ""race_calendar"" ( ""date"" text, ""series"" text, ""circuit"" text, ""city_state"" text, ""winner"" text, ""team"" text );","SELECT ""winner"" FROM ""race_calendar"" WHERE ""team""='nissan motorsport australia' AND ""circuit""='oran park raceway';",2-18874135-1 What is the Circuit in the ATCC Round 1 Series with Winner Jim Richards?,"CREATE TABLE ""race_calendar"" ( ""date"" text, ""series"" text, ""circuit"" text, ""city_state"" text, ""winner"" text, ""team"" text );","SELECT ""circuit"" FROM ""race_calendar"" WHERE ""winner""='jim richards' AND ""series""='atcc round 1';",2-18874135-1 What is the Team of Winner Mark Skaife in ATCC Round 7?,"CREATE TABLE ""race_calendar"" ( ""date"" text, ""series"" text, ""circuit"" text, ""city_state"" text, ""winner"" text, ""team"" text );","SELECT ""team"" FROM ""race_calendar"" WHERE ""winner""='mark skaife' AND ""series""='atcc round 7';",2-18874135-1 What is the sum of the bronze medals of the nation with less than 0 silvers?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""bronze"") FROM ""medal_table"" WHERE ""silver""<0;",2-18868206-3 "What is the highest amount of bronze china, which has more than 1 gold and more than 11 total, has?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medal_table"" WHERE ""gold"">1 AND ""nation""='china' AND ""total"">11;",2-18868206-3 "Wha is the average number of bronze of hungary, which has less than 1 silver?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""bronze"") FROM ""medal_table"" WHERE ""nation""='hungary' AND ""silver""<1;",2-18868206-3 "What country joined before 1976, with IHSSA class of 5a, and a size larger than 1,112?","CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""size"" real, ""ihsaa_class"" text, ""county"" text, ""year_joined"" real, ""previous_conference"" text );","SELECT ""county"" FROM ""membership"" WHERE ""size"">'1,112' AND ""ihsaa_class""='5a' AND ""year_joined""<1976;",2-18697186-1 "What is the size of the team that was previously from Central Indiana conference, and is in IHSSA Class 4a?","CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""size"" real, ""ihsaa_class"" text, ""county"" text, ""year_joined"" real, ""previous_conference"" text );","SELECT ""size"" FROM ""membership"" WHERE ""ihsaa_class""='4a' AND ""previous_conference""='central indiana';",2-18697186-1 "What is the IHSAA class for the team located in Middlebury, IN?","CREATE TABLE ""membership"" ( ""school"" text, ""location"" text, ""mascot"" text, ""size"" real, ""ihsaa_class"" text, ""county"" text, ""year_joined"" real, ""previous_conference"" text );","SELECT ""ihsaa_class"" FROM ""membership"" WHERE ""location""='middlebury, in';",2-18697186-1 "What is the number of interceptions with less than 3,487 completions , more than 40,551 yardage, and the comp % is 55.8?","CREATE TABLE ""all_time_professional_quarterback_passin"" ( ""rank"" real, ""name"" text, ""tenure"" text, ""leagues"" text, ""attempts"" real, ""completions"" real, ""comp_pct"" real, ""touchdowns"" real, ""interceptions"" real, ""yardage"" real, ""qb_rating"" real );","SELECT MIN(""interceptions"") FROM ""all_time_professional_quarterback_passin"" WHERE ""completions""<'3,487' AND ""yardage"">'40,551' AND ""comp_pct""=55.8;",2-18686317-1 "What is the comp percentage when there are less than 44,611 in yardage, more than 254 touchdowns, and rank larger than 24?","CREATE TABLE ""all_time_professional_quarterback_passin"" ( ""rank"" real, ""name"" text, ""tenure"" text, ""leagues"" text, ""attempts"" real, ""completions"" real, ""comp_pct"" real, ""touchdowns"" real, ""interceptions"" real, ""yardage"" real, ""qb_rating"" real );","SELECT MIN(""comp_pct"") FROM ""all_time_professional_quarterback_passin"" WHERE ""yardage""<'44,611' AND ""touchdowns"">254 AND ""rank"">24;",2-18686317-1 "What is the rank when there are more than 4,123 completion and the comp percentage is more than 65.6?","CREATE TABLE ""all_time_professional_quarterback_passin"" ( ""rank"" real, ""name"" text, ""tenure"" text, ""leagues"" text, ""attempts"" real, ""completions"" real, ""comp_pct"" real, ""touchdowns"" real, ""interceptions"" real, ""yardage"" real, ""qb_rating"" real );","SELECT SUM(""rank"") FROM ""all_time_professional_quarterback_passin"" WHERE ""completions"">'4,123' AND ""comp_pct"">65.6;",2-18686317-1 How many total cuts were made in events with more than 0 wins and exactly 0 top-5s?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""cuts_made"") FROM ""summary"" WHERE ""top_5""=0 AND ""wins"">0;",2-1851542-3 What is the fewest wins for Thomas in events he had entered exactly 9 times?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""wins"") FROM ""summary"" WHERE ""events""=9;",2-1851542-3 "What is the total number of wins for events with under 2 top-5s, under 5 top-25s, and more than 4 events played?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""wins"") FROM ""summary"" WHERE ""top_25""<5 AND ""events"">4 AND ""top_5""<2;",2-1851542-3 What is the average number of cuts made for events with under 4 entries and more than 0 wins?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""cuts_made"") FROM ""summary"" WHERE ""events""<4 AND ""wins"">0;",2-1851542-3 What is the average number of cuts made for events with 0 top-5s?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""cuts_made"") FROM ""summary"" WHERE ""top_5""<0;",2-1851542-3 What is the fewest number of top-25s for events with more than 13 cuts made?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""top_25"") FROM ""summary"" WHERE ""cuts_made"">13;",2-1851542-3 What was the record after game 51 on 1/27/1974?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""game"">51 AND ""date""='1/27/1974';",2-18394824-6 What was the score on 1/10/1974?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='1/10/1974';",2-18394824-6 What opponent played on 1/13/1974?,"CREATE TABLE ""game_log"" ( ""game"" real, ""date"" text, ""opponent"" text, ""score"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""date""='1/13/1974';",2-18394824-6 "What is the total erp w of class c3, which has a frequency mhz less than 89.9?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT COUNT(""erp_w"") FROM ""translators"" WHERE ""class""='c3' AND ""frequency_m_hz""<89.9;",2-18943807-1 "What is the total frequency mhz of the kgrj call sign, which has an erp w greater than 21,500?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT COUNT(""frequency_m_hz"") FROM ""translators"" WHERE ""call_sign""='kgrj' AND ""erp_w"">'21,500';",2-18943807-1 What is the call sign with a 222 erp w?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""translators"" WHERE ""erp_w""=222;",2-18943807-1 "What is the average frequency mhz of the loomis, south dakota city license?","CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT AVG(""frequency_m_hz"") FROM ""translators"" WHERE ""city_of_license""='loomis, south dakota';",2-18943807-1 What is the sum of the erp w of the k222al call sign?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT SUM(""erp_w"") FROM ""translators"" WHERE ""call_sign""='k222al';",2-18943807-1 What is the highest erp w with a 90.5 frequency mhz?,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" real, ""class"" text, ""fcc_info"" text );","SELECT MAX(""erp_w"") FROM ""translators"" WHERE ""frequency_m_hz""=90.5;",2-18943807-1 What is the total number of ends after 2006 with a nationality of ita and 0 goals?,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" real, ""goals"" real, ""ends"" real, ""transfer_fee"" text );","SELECT COUNT(""ends"") FROM ""squad_information"" WHERE ""since"">2006 AND ""nat""='ita' AND ""goals""<0;",2-18472494-2 What is the lowest year in since that had a transfer fee of € 14m and ended after 2011?,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" real, ""goals"" real, ""ends"" real, ""transfer_fee"" text );","SELECT MIN(""since"") FROM ""squad_information"" WHERE ""transfer_fee""='€ 14m' AND ""ends"">2011;",2-18472494-2 "Can you tell me the Nationality that has the Round smaller than 5, and the Player of bruce affleck?","CREATE TABLE ""amateur_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""nationality"" text, ""college_junior_club_team"" text );","SELECT ""nationality"" FROM ""amateur_draft"" WHERE ""round""<5 AND ""player""='bruce affleck';",2-19000748-1 Can you tell me the College/Junior/Club Team that has the Round of 4?,"CREATE TABLE ""amateur_draft"" ( ""round"" real, ""pick"" real, ""player"" text, ""nationality"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""amateur_draft"" WHERE ""round""=4;",2-19000748-1 What is the total number of top-25s for events with 0 wins?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""top_25"") FROM ""summary"" WHERE ""wins""<0;",2-18493740-3 What is the total number of cuts made for events played more than 3 times and under 2 top-25s?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""cuts_made"") FROM ""summary"" WHERE ""events"">3 AND ""top_25""<2;",2-18493740-3 What is the sum of top-10s for events with more than 0 wins?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT SUM(""top_10"") FROM ""summary"" WHERE ""wins"">0;",2-18493740-3 Which 3rd run has rank of 8?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""name"" text, ""1st_run"" text, ""2nd_run"" text, ""3rd_run"" text, ""total"" real );","SELECT ""3rd_run"" FROM ""heat_2"" WHERE ""rank""=8;",2-18603914-4 Which 3rd run has rank of 1?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""name"" text, ""1st_run"" text, ""2nd_run"" text, ""3rd_run"" text, ""total"" real );","SELECT ""3rd_run"" FROM ""heat_2"" WHERE ""rank""=1;",2-18603914-4 Which average rank has a total of 16?,"CREATE TABLE ""heat_2"" ( ""rank"" real, ""name"" text, ""1st_run"" text, ""2nd_run"" text, ""3rd_run"" text, ""total"" real );","SELECT AVG(""rank"") FROM ""heat_2"" WHERE ""total""=16;",2-18603914-4 What is the lowest number in the Labour Party for the Fianna Fail higher than 5?,"CREATE TABLE ""town_councils"" ( ""town"" text, ""fianna_f_il"" real, ""fine_gael"" real, ""labour_party"" real, ""green_party"" real, ""total"" real );","SELECT MIN(""labour_party"") FROM ""town_councils"" WHERE ""fianna_f_il"">5;",2-18692014-7 How many are in the Labour Party of a Fianna Fail of 3 with a total higher than 9 and more than 2 in the Green Party?,"CREATE TABLE ""town_councils"" ( ""town"" text, ""fianna_f_il"" real, ""fine_gael"" real, ""labour_party"" real, ""green_party"" real, ""total"" real );","SELECT SUM(""labour_party"") FROM ""town_councils"" WHERE ""fianna_f_il""=3 AND ""total"">9 AND ""green_party"">2;",2-18692014-7 How many are in the Green Party with a Fine Gael of less than 4 and a Fianna Fail of less than 2 in Athy?,"CREATE TABLE ""town_councils"" ( ""town"" text, ""fianna_f_il"" real, ""fine_gael"" real, ""labour_party"" real, ""green_party"" real, ""total"" real );","SELECT SUM(""green_party"") FROM ""town_councils"" WHERE ""fine_gael""<4 AND ""fianna_f_il""<2 AND ""town""='athy';",2-18692014-7 What's Brazil's lane with a time less than 21.15?,"CREATE TABLE ""heat_4"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT MIN(""lane"") FROM ""heat_4"" WHERE ""nationality""='brazil' AND ""time""<21.15;",2-18569011-6 What's Russia's lane when they were ranked before 1?,"CREATE TABLE ""heat_4"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT MAX(""lane"") FROM ""heat_4"" WHERE ""nationality""='russia' AND ""rank""<1;",2-18569011-6 What's Bulgaria's lane with a time more than 21.55?,"CREATE TABLE ""heat_4"" ( ""rank"" real, ""lane"" real, ""athlete"" text, ""nationality"" text, ""time"" real, ""react"" real );","SELECT SUM(""lane"") FROM ""heat_4"" WHERE ""nationality""='bulgaria' AND ""time"">21.55;",2-18569011-6 "What 2010/ 11 has not held as 2009/ 10, and 1r as the 2012/ 13?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2010_11"" FROM ""performance_and_rankings_timeline"" WHERE ""2009_10""='not held' AND ""2012_13""='1r';",2-18732372-1 "When 2011/ 12 is non-ranking, what is the 2009/ 10?","CREATE TABLE ""performance_and_rankings_timeline"" ( ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2009_10"" FROM ""performance_and_rankings_timeline"" WHERE ""2011_12""='non-ranking';",2-18732372-1 When the 2008/ 09 has non-ranking what is the 2009/ 10?,"CREATE TABLE ""performance_and_rankings_timeline"" ( ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2009_10"" FROM ""performance_and_rankings_timeline"" WHERE ""2008_09""='non-ranking';",2-18732372-1 "What nation has 0 as the silver, 1 as the bronze, with 18 as the rank?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""nation"" FROM ""medals_table"" WHERE ""silver""=0 AND ""bronze""=1 AND ""rank""='18';",2-18802185-4 "How many golds have 3 as the rank, with a total greater than 7?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medals_table"" WHERE ""rank""='3' AND ""total"">7;",2-18802185-4 "What average silver has belarus as the nation, with a total less than 1?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""silver"") FROM ""medals_table"" WHERE ""nation""='belarus' AND ""total""<1;",2-18802185-4 "What average total has 0 as the gold, with 6 as the rank?","CREATE TABLE ""medals_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""total"") FROM ""medals_table"" WHERE ""gold""=0 AND ""rank""='6';",2-18802185-4 "How much Rank has a Bronze of 21, and a Silver larger than 10?","CREATE TABLE ""medal_tally"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""rank"") FROM ""medal_tally"" WHERE ""bronze""=21 AND ""silver"">10;",2-18993396-1 "Which Gold has a Nation of sri lanka, and a Silver smaller than 10?","CREATE TABLE ""medal_tally"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_tally"" WHERE ""nation""='sri lanka' AND ""silver""<10;",2-18993396-1 How much Silver has a Rank of 7?,"CREATE TABLE ""medal_tally"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""silver"") FROM ""medal_tally"" WHERE ""rank""=7;",2-18993396-1 "Which Gold has a Rank smaller than 5, and a Bronze of 20?","CREATE TABLE ""medal_tally"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_tally"" WHERE ""rank""<5 AND ""bronze""=20;",2-18993396-1 "Which Silver has a Rank of 6, and a Bronze smaller than 3?","CREATE TABLE ""medal_tally"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""silver"") FROM ""medal_tally"" WHERE ""rank""=6 AND ""bronze""<3;",2-18993396-1 What's the total of Sweden (SWE) having less than 1 silver?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MIN(""total"") FROM ""medal_table"" WHERE ""nation""='sweden (swe)' AND ""silver""<1;",2-18807607-2 What's the total number of bronze medals for Sweden (SWE) having less than 1 gold and silver?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""bronze"") FROM ""medal_table"" WHERE ""gold""<1 AND ""nation""='sweden (swe)' AND ""silver""<1;",2-18807607-2 What's the total when the gold is less than 0 and silver is less than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""total"") FROM ""medal_table"" WHERE ""silver""=1 AND ""gold""<0;",2-18807607-2 What's the total of rank 8 when Silver medals are 0 and gold is more than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""total"") FROM ""medal_table"" WHERE ""silver""=0 AND ""rank""=8 AND ""gold"">1;",2-18807607-2 What are the most bronze medals in a rank more than 1 with a total larger than 3?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""bronze"") FROM ""medal_table"" WHERE ""total"">3 AND ""rank"">1;",2-18807607-2 What's the rank of Turkey (TUR) with a total more than 2?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""rank"") FROM ""medal_table"" WHERE ""nation""='turkey (tur)' AND ""total"">2;",2-18807607-2 What opponent has a record of 86-62?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""record""='86-62';",2-12206491-7 What's the loss for September 16?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""date""='september 16';",2-12206491-7 What is the score from September 15 that has the Indians as the opponent?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""opponent""='indians' AND ""date""='september 15';",2-12206491-7 What opponent has a loss of McCaskill (9-11)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""loss""='mccaskill (9-11)';",2-12206491-7 Which engine type was used in the model 2.3 v5?,"CREATE TABLE ""engine_choices"" ( ""model"" text, ""engine_code_s"" text, ""engine_type"" text, ""max_power_rpm"" text, ""max_torque_rpm"" text, ""years"" text );","SELECT ""engine_type"" FROM ""engine_choices"" WHERE ""model""='2.3 v5';",2-1227448-2 What was the max torque@rpm of the engine which had the model 2.5 and a max power@rpm of ps (kw; hp) @5000?,"CREATE TABLE ""engine_choices"" ( ""model"" text, ""engine_code_s"" text, ""engine_type"" text, ""max_power_rpm"" text, ""max_torque_rpm"" text, ""years"" text );","SELECT ""max_torque_rpm"" FROM ""engine_choices"" WHERE ""model""='2.5' AND ""max_power_rpm""='ps (kw; hp) @5000';",2-1227448-2 Which race has a position of 3rd and a speed of 123.628?,"CREATE TABLE ""2011_tt_results"" ( ""race"" text, ""position"" text, ""time"" text, ""speed"" text, ""replica"" text );","SELECT ""race"" FROM ""2011_tt_results"" WHERE ""position""='3rd' AND ""speed""='123.628';",2-13063768-3 Which race has a replica of DNF?,"CREATE TABLE ""2011_tt_results"" ( ""race"" text, ""position"" text, ""time"" text, ""speed"" text, ""replica"" text );","SELECT ""race"" FROM ""2011_tt_results"" WHERE ""replica""='dnf';",2-13063768-3 Which race has a replica of DNF?,"CREATE TABLE ""2011_tt_results"" ( ""race"" text, ""position"" text, ""time"" text, ""speed"" text, ""replica"" text );","SELECT ""race"" FROM ""2011_tt_results"" WHERE ""replica""='dnf';",2-13063768-3 Which position has a speed of 123.220?,"CREATE TABLE ""2011_tt_results"" ( ""race"" text, ""position"" text, ""time"" text, ""speed"" text, ""replica"" text );","SELECT ""position"" FROM ""2011_tt_results"" WHERE ""speed""='123.220';",2-13063768-3 Which position has a time of 1:45:53:00?,"CREATE TABLE ""2011_tt_results"" ( ""race"" text, ""position"" text, ""time"" text, ""speed"" text, ""replica"" text );","SELECT ""position"" FROM ""2011_tt_results"" WHERE ""time""='1:45:53:00';",2-13063768-3 Which race has a position of 3rd and a speed of 126.452?,"CREATE TABLE ""2011_tt_results"" ( ""race"" text, ""position"" text, ""time"" text, ""speed"" text, ""replica"" text );","SELECT ""race"" FROM ""2011_tt_results"" WHERE ""position""='3rd' AND ""speed""='126.452';",2-13063768-3 Which Scrapped/Sold has a Name as rebuilt of trostan?,"CREATE TABLE ""building_and_withdrawal_data"" ( ""number"" real, ""builder"" text, ""built"" text, ""rebuilt"" text, ""name_as_rebuilt"" text, ""scrapped_sold"" text );","SELECT ""scrapped_sold"" FROM ""building_and_withdrawal_data"" WHERE ""name_as_rebuilt""='trostan';",2-12113888-1 Which Rebuilt has a Name as rebuilt of binevanagh?,"CREATE TABLE ""building_and_withdrawal_data"" ( ""number"" real, ""builder"" text, ""built"" text, ""rebuilt"" text, ""name_as_rebuilt"" text, ""scrapped_sold"" text );","SELECT ""rebuilt"" FROM ""building_and_withdrawal_data"" WHERE ""name_as_rebuilt""='binevanagh';",2-12113888-1 "Which Rebuilt has a Builder of derby, and a Name as rebuilt of ben madigan?","CREATE TABLE ""building_and_withdrawal_data"" ( ""number"" real, ""builder"" text, ""built"" text, ""rebuilt"" text, ""name_as_rebuilt"" text, ""scrapped_sold"" text );","SELECT ""rebuilt"" FROM ""building_and_withdrawal_data"" WHERE ""builder""='derby' AND ""name_as_rebuilt""='ben madigan';",2-12113888-1 "Which Scrapped/Sold has a Builder of derby, and a Name as rebuilt of ben madigan?","CREATE TABLE ""building_and_withdrawal_data"" ( ""number"" real, ""builder"" text, ""built"" text, ""rebuilt"" text, ""name_as_rebuilt"" text, ""scrapped_sold"" text );","SELECT ""scrapped_sold"" FROM ""building_and_withdrawal_data"" WHERE ""builder""='derby' AND ""name_as_rebuilt""='ben madigan';",2-12113888-1 What is the to par number of the person who won in 2003?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""to_par"" FROM ""made_the_cut"" WHERE ""year_s_won""='2003';",2-12475284-2 In which year(s) did the person who has a total of 291 win?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""year_s_won"" FROM ""made_the_cut"" WHERE ""total""=291;",2-12475284-2 In which year(s) did the person with a total greater than 286 win?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""year_s_won"" FROM ""made_the_cut"" WHERE ""total"">286;",2-12475284-2 What is Davis Love III's total?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""total"" FROM ""made_the_cut"" WHERE ""player""='davis love iii';",2-12475284-2 In what place did Phil Mickelson finish with a total of 282?,"CREATE TABLE ""made_the_cut"" ( ""player"" text, ""country"" text, ""year_s_won"" text, ""total"" real, ""to_par"" text, ""finish"" text );","SELECT ""finish"" FROM ""made_the_cut"" WHERE ""total""=282 AND ""player""='phil mickelson';",2-12475284-2 What's the source of wealth of the person worth $17 billion?,"CREATE TABLE ""see_also"" ( ""name"" text, ""birth_year_and_age"" text, ""net_worth_us_billions"" real, ""citizenship"" text, ""source"" text );","SELECT ""source"" FROM ""see_also"" WHERE ""net_worth_us_billions""=17;",2-12169884-1 What final date had 16 housemates?,"CREATE TABLE ""season_details"" ( ""season"" text, ""launch_date"" text, ""final_date"" text, ""days"" real, ""housemates"" real, ""winner"" text );","SELECT ""final_date"" FROM ""season_details"" WHERE ""housemates""=16;",2-12977292-1 What scored is recorded on April 24?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='april 24';",2-12206431-1 "In 1970, what entrant had a cosworth v8 engine?","CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""entrant"" FROM ""complete_formula_one_world_championship_"" WHERE ""engine""='cosworth v8' AND ""year""=1970;",2-1226556-1 Who was the entrant in 1971?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""entrant"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""=1971;",2-1226556-1 What was the total amount of points in 1978 with a Chassis of arrows fa1?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT SUM(""points"") FROM ""complete_formula_one_world_championship_"" WHERE ""year""=1978 AND ""chassis""='arrows fa1';",2-1226556-1 What venue hosted the stan fox stakes?,"CREATE TABLE ""1995_96_season_as_a_three_year_old"" ( ""result"" text, ""date"" text, ""race"" text, ""venue"" text, ""group"" text, ""distance"" text, ""weight_kg"" real, ""jockey"" text, ""winner_2nd"" text );","SELECT ""venue"" FROM ""1995_96_season_as_a_three_year_old"" WHERE ""race""='stan fox stakes';",2-1284347-2 When was the game with the loss of Moore (0-1)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""series"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""loss""='moore (0-1)';",2-12206491-9 What is the earliest year that Assists were less than 13 and minutes were under 91?,"CREATE TABLE ""career_totals"" ( ""season"" real, ""team"" text, ""games"" real, ""minutes"" real, ""points"" real, ""rebounds"" real, ""assists"" real, ""steals"" real, ""blocks"" real );","SELECT MIN(""season"") FROM ""career_totals"" WHERE ""assists""<13 AND ""minutes""<91;",2-12254956-1 What is the percentage for 2008 First time when in 2006 it was 85%?,"CREATE TABLE ""passing_rates"" ( ""exam"" text, ""2006_first_time"" text, ""2006_all"" text, ""2007_first_time"" text, ""2007_all"" text, ""2008_first_time"" text, ""2008_all"" text, ""2009_first_time"" text, ""2009_all"" text, ""2010_first_time"" text, ""2011_first_time"" text, ""2012_first_time"" text );","SELECT ""2008_first_time"" FROM ""passing_rates"" WHERE ""2006_first_time""='85%';",2-12312498-1 What is the percentage for all in 2008 when all in 2007 was 69%?,"CREATE TABLE ""passing_rates"" ( ""exam"" text, ""2006_first_time"" text, ""2006_all"" text, ""2007_first_time"" text, ""2007_all"" text, ""2008_first_time"" text, ""2008_all"" text, ""2009_first_time"" text, ""2009_all"" text, ""2010_first_time"" text, ""2011_first_time"" text, ""2012_first_time"" text );","SELECT ""2008_all"" FROM ""passing_rates"" WHERE ""2007_all""='69%';",2-12312498-1 What is the percentage for first time 2011 when the first time in 2009 is 68%?,"CREATE TABLE ""passing_rates"" ( ""exam"" text, ""2006_first_time"" text, ""2006_all"" text, ""2007_first_time"" text, ""2007_all"" text, ""2008_first_time"" text, ""2008_all"" text, ""2009_first_time"" text, ""2009_all"" text, ""2010_first_time"" text, ""2011_first_time"" text, ""2012_first_time"" text );","SELECT ""2011_first_time"" FROM ""passing_rates"" WHERE ""2009_all""='68%';",2-12312498-1 What is the percentage for all 2008 when all in 2007 is 69%?,"CREATE TABLE ""passing_rates"" ( ""exam"" text, ""2006_first_time"" text, ""2006_all"" text, ""2007_first_time"" text, ""2007_all"" text, ""2008_first_time"" text, ""2008_all"" text, ""2009_first_time"" text, ""2009_all"" text, ""2010_first_time"" text, ""2011_first_time"" text, ""2012_first_time"" text );","SELECT ""2008_all"" FROM ""passing_rates"" WHERE ""2007_all""='69%';",2-12312498-1 What is the percentage for first time in 2012 when it was 82% for all in 2009?,"CREATE TABLE ""passing_rates"" ( ""exam"" text, ""2006_first_time"" text, ""2006_all"" text, ""2007_first_time"" text, ""2007_all"" text, ""2008_first_time"" text, ""2008_all"" text, ""2009_first_time"" text, ""2009_all"" text, ""2010_first_time"" text, ""2011_first_time"" text, ""2012_first_time"" text );","SELECT ""2012_first_time"" FROM ""passing_rates"" WHERE ""2009_all""='82%';",2-12312498-1 What is the percentage for all in 2007 when all in 2006 was 65%?,"CREATE TABLE ""passing_rates"" ( ""exam"" text, ""2006_first_time"" text, ""2006_all"" text, ""2007_first_time"" text, ""2007_all"" text, ""2008_first_time"" text, ""2008_all"" text, ""2009_first_time"" text, ""2009_all"" text, ""2010_first_time"" text, ""2011_first_time"" text, ""2012_first_time"" text );","SELECT ""2007_all"" FROM ""passing_rates"" WHERE ""2006_all""='65%';",2-12312498-1 Which venues resulted in a draw?,"CREATE TABLE ""australia_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""venue"" FROM ""australia_in_west_indies"" WHERE ""result""='draw';",2-12410929-6 What dates had matches at the venue Sabina Park?,"CREATE TABLE ""australia_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""date"" FROM ""australia_in_west_indies"" WHERE ""venue""='sabina park';",2-12410929-6 What dates contained matches at the venue Bourda?,"CREATE TABLE ""australia_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""date"" FROM ""australia_in_west_indies"" WHERE ""venue""='bourda';",2-12410929-6 How many cuts did he make in the tournament with 3 top 25s and under 13 events?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""cuts_made"") FROM ""summary"" WHERE ""top_25""=3 AND ""events""<13;",2-12702607-1 How many cuts made in the tournament he played 13 times?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT SUM(""cuts_made"") FROM ""summary"" WHERE ""events"">13;",2-12702607-1 How many cuts did he make at the PGA championship in 3 events?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""cuts_made"") FROM ""summary"" WHERE ""tournament""='pga championship' AND ""events"">3;",2-12702607-1 What is the highest number of points scored by minardi team usa in more than 13 laps?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT MAX(""points"") FROM ""race"" WHERE ""laps"">13 AND ""team""='minardi team usa';",2-12485418-2 What is mario domínguez's average Grid?,"CREATE TABLE ""race"" ( ""driver"" text, ""team"" text, ""laps"" real, ""time_retired"" text, ""grid"" real, ""points"" real );","SELECT AVG(""grid"") FROM ""race"" WHERE ""driver""='mario domínguez';",2-12485418-2 Which opponent plays on September 19?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""date""='september 19';",2-12205559-8 Name the call sign with frequency of 89.5,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" text, ""class"" text, ""fcc_info"" text );","SELECT ""call_sign"" FROM ""translators"" WHERE ""frequency_m_hz""=89.5;",2-13119032-1 Name the sum of frequency will call sign of k259aw,"CREATE TABLE ""translators"" ( ""call_sign"" text, ""frequency_m_hz"" real, ""city_of_license"" text, ""erp_w"" text, ""class"" text, ""fcc_info"" text );","SELECT SUM(""frequency_m_hz"") FROM ""translators"" WHERE ""call_sign""='k259aw';",2-13119032-1 "What's the total failures among rockets that had more than 3 successes, type ariane 5 and more than 0 partial failures?","CREATE TABLE ""by_configuration"" ( ""rocket"" text, ""country"" text, ""type"" text, ""launches"" real, ""successes"" real, ""failures"" real, ""partial_failures"" real );","SELECT COUNT(""failures"") FROM ""by_configuration"" WHERE ""successes"">3 AND ""type""='ariane 5' AND ""partial_failures"">0;",2-13292247-7 "What is the number of successes for rockets that have more than 3 launches, were based in Russia, are type soyuz and a rocket type of soyuz-u?","CREATE TABLE ""by_configuration"" ( ""rocket"" text, ""country"" text, ""type"" text, ""launches"" real, ""successes"" real, ""failures"" real, ""partial_failures"" real );","SELECT COUNT(""successes"") FROM ""by_configuration"" WHERE ""launches"">3 AND ""country""='russia' AND ""type""='soyuz' AND ""rocket""='soyuz-u';",2-13292247-7 What dates did the episodes air in the United States?,"CREATE TABLE ""all_in_the_family_till_death_us_do_part"" ( ""region_country"" text, ""local_name"" text, ""network"" text, ""dates_aired"" text, ""starring"" text );","SELECT ""dates_aired"" FROM ""all_in_the_family_till_death_us_do_part"" WHERE ""region_country""='united states';",2-12438767-1 Who was the star for the Vara network?,"CREATE TABLE ""all_in_the_family_till_death_us_do_part"" ( ""region_country"" text, ""local_name"" text, ""network"" text, ""dates_aired"" text, ""starring"" text );","SELECT ""starring"" FROM ""all_in_the_family_till_death_us_do_part"" WHERE ""network""='vara';",2-12438767-1 What is the local name for the episodes that aired in 1981?,"CREATE TABLE ""all_in_the_family_till_death_us_do_part"" ( ""region_country"" text, ""local_name"" text, ""network"" text, ""dates_aired"" text, ""starring"" text );","SELECT ""local_name"" FROM ""all_in_the_family_till_death_us_do_part"" WHERE ""dates_aired""='1981';",2-12438767-1 What is the name of the network in the United Kingdom which aired in 1985–1992?,"CREATE TABLE ""all_in_the_family_till_death_us_do_part"" ( ""region_country"" text, ""local_name"" text, ""network"" text, ""dates_aired"" text, ""starring"" text );","SELECT ""network"" FROM ""all_in_the_family_till_death_us_do_part"" WHERE ""region_country""='united kingdom' AND ""dates_aired""='1985–1992';",2-12438767-1 How many total appearances (league only) have a name of gavin dykes?,"CREATE TABLE ""most_overall_appearances"" ( ""ranking"" real, ""nationality"" text, ""name"" text, ""years"" text, ""total_appearances_league_only"" text );","SELECT ""total_appearances_league_only"" FROM ""most_overall_appearances"" WHERE ""name""='gavin dykes';",2-1234607-1 What nationality has a ranking less than 7 with tony stenson as the name?,"CREATE TABLE ""most_overall_appearances"" ( ""ranking"" real, ""nationality"" text, ""name"" text, ""years"" text, ""total_appearances_league_only"" text );","SELECT ""nationality"" FROM ""most_overall_appearances"" WHERE ""ranking""<7 AND ""name""='tony stenson';",2-1234607-1 What is the lowest score that Bob Tway get when he placed t5?,"CREATE TABLE ""first_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" real, ""to_par"" text );","SELECT MIN(""score"") FROM ""first_round"" WHERE ""place""='t5' AND ""player""='bob tway';",2-12913985-4 What is the record for May 31?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='may 31';",2-12206234-3 "When the record is 16-20 and attendance is greater than 32,342, what is the score?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""attendance"">'32,342' AND ""record""='16-20';",2-12206234-3 Who lost on May 31?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""date""='may 31';",2-12206234-3 "For record 25-24, what is the sum of attendance?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT COUNT(""attendance"") FROM ""game_log"" WHERE ""record""='25-24';",2-12206234-3 When was the record 27-25?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='27-25';",2-12206234-3 Which engine is responsible for the USAC Championship Car?,"CREATE TABLE ""race_winners"" ( ""season"" text, ""date"" text, ""driver"" text, ""chassis"" text, ""engine"" text, ""series"" text, ""report"" text );","SELECT ""engine"" FROM ""race_winners"" WHERE ""series""='usac championship car';",2-12374609-1 Which team lost 0-3 and 0-5?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_1"" FROM ""first_round"" WHERE ""2nd_leg""='0-3' AND ""1st_leg""='0-5';",2-12334855-2 What was the 2nd leg score between Patronage Sainte-Anne and Asante Kotoko?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""2nd_leg"" FROM ""first_round"" WHERE ""team_1""='asante kotoko';",2-12334855-2 Which teams had an aggregate score of 3-4?,"CREATE TABLE ""first_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_1"" FROM ""first_round"" WHERE ""agg""='3-4';",2-12334855-2 What is the lowest facility ID that's in Beckley?,"CREATE TABLE ""fm_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""facility_id"" real, ""erp_power_w"" real, ""height_m_ft"" text, ""class"" text, ""fcc_info"" text );","SELECT MIN(""facility_id"") FROM ""fm_stations"" WHERE ""city_of_license""='beckley';",2-1278862-5 What city has the A Class licence?,"CREATE TABLE ""fm_stations"" ( ""call_sign"" text, ""frequency"" text, ""city_of_license"" text, ""facility_id"" real, ""erp_power_w"" real, ""height_m_ft"" text, ""class"" text, ""fcc_info"" text );","SELECT ""city_of_license"" FROM ""fm_stations"" WHERE ""class""='a';",2-1278862-5 "on august 16, 1963, what is the velocity?","CREATE TABLE ""m2_f1_flights"" ( ""vehicle_flight_num"" text, ""date"" text, ""pilot"" text, ""velocity_km_h"" real, ""altitude_m"" real );","SELECT SUM(""velocity_km_h"") FROM ""m2_f1_flights"" WHERE ""date""='august 16, 1963';",2-1275650-1 What is the highest game number that had a time of 2:44?,"CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT MAX(""game"") FROM ""summary"" WHERE ""time""='2:44';",2-1217874-1 "Name the average 3rd place with winners of 0, 4th place of 0 and nation of pahang fa","CREATE TABLE ""performances_by_clubs"" ( ""nation"" text, ""winners"" real, ""runners_up"" real, ""3rd_place"" real, ""4th_place"" real );","SELECT AVG(""3rd_place"") FROM ""performances_by_clubs"" WHERE ""winners""=0 AND ""4th_place""=0 AND ""nation""='pahang fa';",2-12303563-1 Name the highest 3rd place for nation of perak fa,"CREATE TABLE ""performances_by_clubs"" ( ""nation"" text, ""winners"" real, ""runners_up"" real, ""3rd_place"" real, ""4th_place"" real );","SELECT MAX(""3rd_place"") FROM ""performances_by_clubs"" WHERE ""nation""='perak fa';",2-12303563-1 What is the gold medal count for the country with a total greater than 32 and more than 128 silvers?,"CREATE TABLE ""medal_count"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""gold"") FROM ""medal_count"" WHERE ""total"">32 AND ""silver"">128;",2-13280770-1 What is the maximum number of silvers for a country with fewer than 12 golds and a total less than 8?,"CREATE TABLE ""medal_count"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""silver"") FROM ""medal_count"" WHERE ""gold""<12 AND ""total""<8;",2-13280770-1 What is the total number of wins for riders with fewer than 56 races and more than 0 titles?,"CREATE TABLE ""c"" ( ""rider"" text, ""years_active"" text, ""races"" real, ""wins"" real, ""2nd_pl"" real, ""3rd_pl"" real, ""titles"" real );","SELECT COUNT(""wins"") FROM ""c"" WHERE ""races""<56 AND ""titles"">0;",2-13199257-4 Name the tournament for top-5 more thn 1 and top-25 of 13 with wins of 3,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT ""tournament"" FROM ""summary"" WHERE ""top_5"">1 AND ""top_25""=13 AND ""wins""=3;",2-1307603-6 Name the average cuts for top-25 more than 13 and top-5 less than 11,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""cuts_made"") FROM ""summary"" WHERE ""top_25"">13 AND ""top_5""<11;",2-1307603-6 Name the total number of wins with top-25 of 10 and events less than 26,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""wins"") FROM ""summary"" WHERE ""top_25""=10 AND ""events""<26;",2-1307603-6 Name the sum of top-25 for pga championship and top-5 less than 1,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT SUM(""top_25"") FROM ""summary"" WHERE ""tournament""='pga championship' AND ""top_5""<1;",2-1307603-6 What stage has a start of saint-girons in 1988?,"CREATE TABLE ""appearances_in_tour_de_france_since_1947"" ( ""year"" real, ""stage"" text, ""category"" text, ""start"" text, ""finish"" text, ""leader_at_the_summit"" text );","SELECT ""stage"" FROM ""appearances_in_tour_de_france_since_1947"" WHERE ""start""='saint-girons' AND ""year""=1988;",2-12259172-1 What category was in 1964?,"CREATE TABLE ""appearances_in_tour_de_france_since_1947"" ( ""year"" real, ""stage"" text, ""category"" text, ""start"" text, ""finish"" text, ""leader_at_the_summit"" text );","SELECT ""category"" FROM ""appearances_in_tour_de_france_since_1947"" WHERE ""year""=1964;",2-12259172-1 Volume:Issue of 5:16 has what song listed?,"CREATE TABLE ""see_also"" ( ""volume_issue"" text, ""issue_date_s"" text, ""weeks_on_top"" text, ""song"" text, ""artist"" text );","SELECT ""song"" FROM ""see_also"" WHERE ""volume_issue""='5:16';",2-12865378-1 An artist of the Beatles with an issue date(s) of 19 September has what as the listed weeks on top?,"CREATE TABLE ""see_also"" ( ""volume_issue"" text, ""issue_date_s"" text, ""weeks_on_top"" text, ""song"" text, ""artist"" text );","SELECT ""weeks_on_top"" FROM ""see_also"" WHERE ""artist""='the beatles' AND ""issue_date_s""='19 september';",2-12865378-1 "With an issue date(s) of 12 September, what is in the column for Weeks on Top?","CREATE TABLE ""see_also"" ( ""volume_issue"" text, ""issue_date_s"" text, ""weeks_on_top"" text, ""song"" text, ""artist"" text );","SELECT ""weeks_on_top"" FROM ""see_also"" WHERE ""issue_date_s""='12 september';",2-12865378-1 What Premier League Manager has an Adidas sponsor and a Newcastle United club?,"CREATE TABLE ""personnel_and_kits"" ( ""club"" text, ""manager"" text, ""captain"" text, ""manufacturer"" text, ""sponsor"" text );","SELECT ""manager"" FROM ""personnel_and_kits"" WHERE ""manufacturer""='adidas' AND ""club""='newcastle united';",2-12230730-5 Which Manchester United captain is sponsored by Nike?,"CREATE TABLE ""personnel_and_kits"" ( ""club"" text, ""manager"" text, ""captain"" text, ""manufacturer"" text, ""sponsor"" text );","SELECT ""captain"" FROM ""personnel_and_kits"" WHERE ""manufacturer""='nike' AND ""club""='manchester united';",2-12230730-5 Who is Dean Whitehead's manager?,"CREATE TABLE ""personnel_and_kits"" ( ""club"" text, ""manager"" text, ""captain"" text, ""manufacturer"" text, ""sponsor"" text );","SELECT ""manager"" FROM ""personnel_and_kits"" WHERE ""captain""='dean whitehead';",2-12230730-5 In which club is Ledley King a captain?,"CREATE TABLE ""personnel_and_kits"" ( ""club"" text, ""manager"" text, ""captain"" text, ""manufacturer"" text, ""sponsor"" text );","SELECT ""club"" FROM ""personnel_and_kits"" WHERE ""captain""='ledley king';",2-12230730-5 Who is the captain of Middlesbrough?,"CREATE TABLE ""personnel_and_kits"" ( ""club"" text, ""manager"" text, ""captain"" text, ""manufacturer"" text, ""sponsor"" text );","SELECT ""captain"" FROM ""personnel_and_kits"" WHERE ""club""='middlesbrough';",2-12230730-5 Name the city of license with resolution of sd 480i and official website of telemundo.com,"CREATE TABLE ""television"" ( ""dish"" text, ""callsign"" text, ""network"" text, ""resolution"" text, ""city_of_license"" text, ""official_website"" text );","SELECT ""city_of_license"" FROM ""television"" WHERE ""resolution""='sd 480i' AND ""official_website""='telemundo.com';",2-12394513-1 Name the dish for resolution of sd 480i and network of bvb,"CREATE TABLE ""television"" ( ""dish"" text, ""callsign"" text, ""network"" text, ""resolution"" text, ""city_of_license"" text, ""official_website"" text );","SELECT ""dish"" FROM ""television"" WHERE ""resolution""='sd 480i' AND ""network""='bvb';",2-12394513-1 Name the resolution for dish of 5270,"CREATE TABLE ""television"" ( ""dish"" text, ""callsign"" text, ""network"" text, ""resolution"" text, ""city_of_license"" text, ""official_website"" text );","SELECT ""resolution"" FROM ""television"" WHERE ""dish""='5270';",2-12394513-1 Name the official website which has dish of • and callsign of kvtv,"CREATE TABLE ""television"" ( ""dish"" text, ""callsign"" text, ""network"" text, ""resolution"" text, ""city_of_license"" text, ""official_website"" text );","SELECT ""official_website"" FROM ""television"" WHERE ""dish""='•' AND ""callsign""='kvtv';",2-12394513-1 Name the resolution for ketftv.com and callsign of kldo-dt2,"CREATE TABLE ""television"" ( ""dish"" text, ""callsign"" text, ""network"" text, ""resolution"" text, ""city_of_license"" text, ""official_website"" text );","SELECT ""resolution"" FROM ""television"" WHERE ""official_website""='ketftv.com' AND ""callsign""='kldo-dt2';",2-12394513-1 Name the resolution with dish of 8126,"CREATE TABLE ""television"" ( ""dish"" text, ""callsign"" text, ""network"" text, ""resolution"" text, ""city_of_license"" text, ""official_website"" text );","SELECT ""resolution"" FROM ""television"" WHERE ""dish""='8126';",2-12394513-1 What are the highest points for the team of marlboro brm with brm p180 as the chassis?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""team"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT MAX(""points"") FROM ""complete_formula_one_world_championship_"" WHERE ""team""='marlboro brm' AND ""chassis""='brm p180';",2-1226461-1 Which chassis has marlboro brm as the team?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""team"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""chassis"" FROM ""complete_formula_one_world_championship_"" WHERE ""team""='marlboro brm';",2-1226461-1 What place did Jimmy Reece start from when he ranked 12?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""start"" FROM ""indy_500_results"" WHERE ""rank""='12';",2-1252114-1 What place did Jimmy Reece finish in 1957?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""year""='1957';",2-1252114-1 "what is the Sydney that has Adelaide, Gold Coast, Melbourne, and Auckland are all yes?","CREATE TABLE ""2001"" ( ""sydney"" text, ""melbourne"" text, ""perth"" text, ""adelaide"" text, ""gold_coast"" text, ""auckland"" text );","SELECT ""sydney"" FROM ""2001"" WHERE ""adelaide""='yes' AND ""gold_coast""='yes' AND ""melbourne""='yes' AND ""auckland""='yes';",2-12230393-9 What is The Melbourne with a No- Gold Coast,"CREATE TABLE ""2001"" ( ""sydney"" text, ""melbourne"" text, ""perth"" text, ""adelaide"" text, ""gold_coast"" text, ""auckland"" text );","SELECT ""melbourne"" FROM ""2001"" WHERE ""gold_coast""='no';",2-12230393-9 "What is the rank of the candidate with more than 2,211 votes?","CREATE TABLE ""1_seat"" ( ""riding"" text, ""candidate_s_name"" text, ""gender"" text, ""votes"" real, ""rank"" text );","SELECT ""rank"" FROM ""1_seat"" WHERE ""votes"">'2,211';",2-12890288-9 What the since year of the player with a transfer fee of £ 75k?,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" text, ""goals"" real, ""transfer_fee"" text );","SELECT ""since"" FROM ""squad_information"" WHERE ""transfer_fee""='£ 75k';",2-12666456-2 What is the since year for the player with more than 3 goals and a transfer fee of £400k?,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" text, ""goals"" real, ""transfer_fee"" text );","SELECT ""since"" FROM ""squad_information"" WHERE ""goals"">3 AND ""transfer_fee""='£400k';",2-12666456-2 What is the nationality of the player with a transfer fee of £400k?,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" text, ""goals"" real, ""transfer_fee"" text );","SELECT ""nat"" FROM ""squad_information"" WHERE ""transfer_fee""='£400k';",2-12666456-2 What is the average goals Sawyer has?,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" text, ""goals"" real, ""transfer_fee"" text );","SELECT AVG(""goals"") FROM ""squad_information"" WHERE ""name""='sawyer';",2-12666456-2 What were the goal conceded that had a lost greater than 8 and more than 17 points?,"CREATE TABLE ""apertura_2006_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT MAX(""goals_conceded"") FROM ""apertura_2006_standings"" WHERE ""lost"">8 AND ""points"">17;",2-12777110-2 "For Once Municipal, what were the goals scored that had less than 27 points and greater than place 1?","CREATE TABLE ""apertura_2006_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT AVG(""goals_scored"") FROM ""apertura_2006_standings"" WHERE ""place"">1 AND ""team""='once municipal' AND ""points""<27;",2-12777110-2 "How many points were in a game that had a lost of 5, greater than place 2, and 27 goals conceded?","CREATE TABLE ""apertura_2006_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""apertura_2006_standings"" WHERE ""goals_conceded""=27 AND ""lost""=5 AND ""place"">2;",2-12777110-2 What is the lowest amount of goals scored that has more than 19 goal conceded and played less than 18?,"CREATE TABLE ""apertura_2006_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT MIN(""goals_scored"") FROM ""apertura_2006_standings"" WHERE ""goals_conceded"">19 AND ""played""<18;",2-12777110-2 What are the number of goals conceded that has a played greater than 18?,"CREATE TABLE ""apertura_2006_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT COUNT(""goals_conceded"") FROM ""apertura_2006_standings"" WHERE ""played"">18;",2-12777110-2 What's the place that Once Municipal has a lost greater than 3?,"CREATE TABLE ""apertura_2006_standings"" ( ""place"" real, ""team"" text, ""played"" real, ""draw"" real, ""lost"" real, ""goals_scored"" real, ""goals_conceded"" real, ""points"" real );","SELECT AVG(""place"") FROM ""apertura_2006_standings"" WHERE ""team""='once municipal' AND ""lost"">3;",2-12777110-2 Give the Finish for years after 2007.,"CREATE TABLE ""appearances_in_the_tour_de_france_since_"" ( ""year"" real, ""stage"" real, ""category"" text, ""start"" text, ""finish"" text, ""leader_at_the_summit"" text );","SELECT ""finish"" FROM ""appearances_in_the_tour_de_france_since_"" WHERE ""year"">2007;",2-12359872-1 Give the Finish for a Stage that is larger than 15,"CREATE TABLE ""appearances_in_the_tour_de_france_since_"" ( ""year"" real, ""stage"" real, ""category"" text, ""start"" text, ""finish"" text, ""leader_at_the_summit"" text );","SELECT ""finish"" FROM ""appearances_in_the_tour_de_france_since_"" WHERE ""stage"">15;",2-12359872-1 Name the start of an event in Catagory 2 of the year 1947.,"CREATE TABLE ""appearances_in_the_tour_de_france_since_"" ( ""year"" real, ""stage"" real, ""category"" text, ""start"" text, ""finish"" text, ""leader_at_the_summit"" text );","SELECT ""start"" FROM ""appearances_in_the_tour_de_france_since_"" WHERE ""category""='2' AND ""year""=1947;",2-12359872-1 What is the nationality of the ship when the principle victims are civilians?,"CREATE TABLE ""world_war_i"" ( ""estimate"" real, ""name"" text, ""nat"" text, ""ship_type"" text, ""principal_victims"" text, ""date"" text );","SELECT ""nat"" FROM ""world_war_i"" WHERE ""principal_victims""='civilians';",2-13046272-2 "what is the name of the battleship with the battle listed on May 13, 1915?","CREATE TABLE ""world_war_i"" ( ""estimate"" real, ""name"" text, ""nat"" text, ""ship_type"" text, ""principal_victims"" text, ""date"" text );","SELECT ""name"" FROM ""world_war_i"" WHERE ""ship_type""='battleship' AND ""date""='may 13, 1915';",2-13046272-2 In what year 2000 tournment did Angeles Montolio have a career win-loss record of 2-4?,"CREATE TABLE ""grand_slam_singles_performance_timeline"" ( ""tournament"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""tournament"" FROM ""grand_slam_singles_performance_timeline"" WHERE ""2000""='2-4';",2-12450241-1 "Which career win-loss record has a 1r in 2002, a 2r in 2000 and a 2r in 2001?","CREATE TABLE ""grand_slam_singles_performance_timeline"" ( ""tournament"" text, ""2000"" text, ""2001"" text, ""2002"" text, ""career_sr"" text, ""career_win_loss"" text );","SELECT ""career_win_loss"" FROM ""grand_slam_singles_performance_timeline"" WHERE ""2002""='1r' AND ""2000""='2r' AND ""2001""='2r';",2-12450241-1 What is the title of the single with the peak position of 10 and weeks on chart is less than 19?,"CREATE TABLE ""charting_top_10_singles"" ( ""title"" text, ""album"" text, ""country"" text, ""peak_position"" real, ""weeks_on_chart"" real );","SELECT ""title"" FROM ""charting_top_10_singles"" WHERE ""peak_position""=10 AND ""weeks_on_chart""<19;",2-13205637-1 what is the weeks on chart for the single from france?,"CREATE TABLE ""charting_top_10_singles"" ( ""title"" text, ""album"" text, ""country"" text, ""peak_position"" real, ""weeks_on_chart"" real );","SELECT ""weeks_on_chart"" FROM ""charting_top_10_singles"" WHERE ""country""='france';",2-13205637-1 what is the country with the album best of and weeks on chart is less than 5?,"CREATE TABLE ""charting_top_10_singles"" ( ""title"" text, ""album"" text, ""country"" text, ""peak_position"" real, ""weeks_on_chart"" real );","SELECT ""country"" FROM ""charting_top_10_singles"" WHERE ""album""='best of' AND ""weeks_on_chart""<5;",2-13205637-1 What is the title of the single with the peak position of 10 and from France?,"CREATE TABLE ""charting_top_10_singles"" ( ""title"" text, ""album"" text, ""country"" text, ""peak_position"" real, ""weeks_on_chart"" real );","SELECT ""title"" FROM ""charting_top_10_singles"" WHERE ""peak_position""=10 AND ""country""='france';",2-13205637-1 what is the most weeks on chart when the peak position is less than 5 and from Sweden?,"CREATE TABLE ""charting_top_10_singles"" ( ""title"" text, ""album"" text, ""country"" text, ""peak_position"" real, ""weeks_on_chart"" real );","SELECT MAX(""weeks_on_chart"") FROM ""charting_top_10_singles"" WHERE ""peak_position""<5 AND ""country""='sweden';",2-13205637-1 Name the total number of golds when total is 1 and silver is 1,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medal_table"" WHERE ""total""=1 AND ""silver""=1;",2-12882416-1 Name the total number of ranks when total is less than 1,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""rank"") FROM ""medal_table"" WHERE ""total""<1;",2-12882416-1 Harry l Stephen rides a Norton machine on what date?,"CREATE TABLE ""list_of_fatal_accidents_involving_compet"" ( ""rider"" text, ""date"" text, ""place"" text, ""race"" text, ""event"" text, ""machine"" text );","SELECT ""date"" FROM ""list_of_fatal_accidents_involving_compet"" WHERE ""machine""='norton' AND ""rider""='harry l stephen';",2-12779528-1 What machine did Keith T. Gawler ride?,"CREATE TABLE ""list_of_fatal_accidents_involving_compet"" ( ""rider"" text, ""date"" text, ""place"" text, ""race"" text, ""event"" text, ""machine"" text );","SELECT ""machine"" FROM ""list_of_fatal_accidents_involving_compet"" WHERE ""rider""='keith t. gawler';",2-12779528-1 Where was the 249cc Yamaha?,"CREATE TABLE ""list_of_fatal_accidents_involving_compet"" ( ""rider"" text, ""date"" text, ""place"" text, ""race"" text, ""event"" text, ""machine"" text );","SELECT ""place"" FROM ""list_of_fatal_accidents_involving_compet"" WHERE ""machine""='249cc yamaha';",2-12779528-1 What machine did Kenneth E. Herbert ride?,"CREATE TABLE ""list_of_fatal_accidents_involving_compet"" ( ""rider"" text, ""date"" text, ""place"" text, ""race"" text, ""event"" text, ""machine"" text );","SELECT ""machine"" FROM ""list_of_fatal_accidents_involving_compet"" WHERE ""rider""='kenneth e. herbert';",2-12779528-1 What event was Rob Vine riding?,"CREATE TABLE ""list_of_fatal_accidents_involving_compet"" ( ""rider"" text, ""date"" text, ""place"" text, ""race"" text, ""event"" text, ""machine"" text );","SELECT ""event"" FROM ""list_of_fatal_accidents_involving_compet"" WHERE ""rider""='rob vine';",2-12779528-1 How long is the XXX track used by the Minnesota Vikings?,"CREATE TABLE ""track_listing"" ( ""title"" text, ""producer_s"" text, ""artist_s"" text, ""time"" text, ""team_s"" text );","SELECT ""time"" FROM ""track_listing"" WHERE ""team_s""='minnesota vikings' AND ""artist_s""='xxx';",2-12464004-1 What teams used a track 3:29 long?,"CREATE TABLE ""track_listing"" ( ""title"" text, ""producer_s"" text, ""artist_s"" text, ""time"" text, ""team_s"" text );","SELECT ""team_s"" FROM ""track_listing"" WHERE ""time""='3:29';",2-12464004-1 "Who is the artist of the New York Giants track ""No Doubt""?","CREATE TABLE ""track_listing"" ( ""title"" text, ""producer_s"" text, ""artist_s"" text, ""time"" text, ""team_s"" text );","SELECT ""artist_s"" FROM ""track_listing"" WHERE ""team_s""='new york giants' AND ""title""='\""no doubt\""';",2-12464004-1 Who is the artist of the Seattle Seahawks track?,"CREATE TABLE ""track_listing"" ( ""title"" text, ""producer_s"" text, ""artist_s"" text, ""time"" text, ""team_s"" text );","SELECT ""artist_s"" FROM ""track_listing"" WHERE ""team_s""='seattle seahawks';",2-12464004-1 "Who produced ""Fast Life""?","CREATE TABLE ""track_listing"" ( ""title"" text, ""producer_s"" text, ""artist_s"" text, ""time"" text, ""team_s"" text );","SELECT ""producer_s"" FROM ""track_listing"" WHERE ""title""='\""fast life\""';",2-12464004-1 "Location of ebbets field, and a Time of 2:56, and a Game larger than 6 has what sum of attendance?","CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT SUM(""attendance"") FROM ""summary"" WHERE ""location""='ebbets field' AND ""time""='2:56' AND ""game"">6;",2-1332289-1 The game of 6 has what lowest attendance?,"CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""summary"" WHERE ""game""=6;",2-1332289-1 Date of October 1 has what average game?,"CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT AVG(""game"") FROM ""summary"" WHERE ""date""='october 1';",2-1332289-1 "yankee stadium (i), and a Time of 3:00 has what attendance for this location?","CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT ""attendance"" FROM ""summary"" WHERE ""location""='yankee stadium (i)' AND ""time""='3:00';",2-1332289-1 College of lsu has how many rounds?,"CREATE TABLE ""indianapolis_colts_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT COUNT(""round"") FROM ""indianapolis_colts_draft_history"" WHERE ""college""='lsu';",2-13312898-17 "Pick # of 25, and an Overall of 207 has what name?","CREATE TABLE ""indianapolis_colts_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""name"" FROM ""indianapolis_colts_draft_history"" WHERE ""pick_num""=25 AND ""overall""=207;",2-13312898-17 "Round smaller than 7, and an Overall of 129 is what college?","CREATE TABLE ""indianapolis_colts_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""college"" FROM ""indianapolis_colts_draft_history"" WHERE ""round""<7 AND ""overall""=129;",2-13312898-17 "Round larger than 6, and a Pick # smaller than 25, and a College of southern Illinois has what position?","CREATE TABLE ""indianapolis_colts_draft_history"" ( ""round"" real, ""pick_num"" real, ""overall"" real, ""name"" text, ""position"" text, ""college"" text );","SELECT ""position"" FROM ""indianapolis_colts_draft_history"" WHERE ""round"">6 AND ""pick_num""<25 AND ""college""='southern illinois';",2-13312898-17 Which US release has 704 pages?,"CREATE TABLE ""overview"" ( ""title"" text, ""pages"" text, ""chapters"" text, ""audio"" text, ""us_release"" text );","SELECT ""us_release"" FROM ""overview"" WHERE ""pages""='704';",2-12301-1 Which audio has a Title of a storm of swords?,"CREATE TABLE ""overview"" ( ""title"" text, ""pages"" text, ""chapters"" text, ""audio"" text, ""us_release"" text );","SELECT ""audio"" FROM ""overview"" WHERE ""title""='a storm of swords';",2-12301-1 Which title has a US release of august 1996?,"CREATE TABLE ""overview"" ( ""title"" text, ""pages"" text, ""chapters"" text, ""audio"" text, ""us_release"" text );","SELECT ""title"" FROM ""overview"" WHERE ""us_release""='august 1996';",2-12301-1 How many pages does a dream of spring have?,"CREATE TABLE ""overview"" ( ""title"" text, ""pages"" text, ""chapters"" text, ""audio"" text, ""us_release"" text );","SELECT ""pages"" FROM ""overview"" WHERE ""title""='a dream of spring';",2-12301-1 Name the result for kingdome game site and opponent of denver broncos,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" real );","SELECT ""result"" FROM ""schedule"" WHERE ""game_site""='kingdome' AND ""opponent""='denver broncos';",2-13258772-2 Which College/junior/club team has a Pick # of 1?,"CREATE TABLE ""round_one"" ( ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""college_junior_club_team"" FROM ""round_one"" WHERE ""pick_num""='1';",2-1213511-1 Which Pick # has an NHL team of detroit red wings?,"CREATE TABLE ""round_one"" ( ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""pick_num"" FROM ""round_one"" WHERE ""nhl_team""='detroit red wings';",2-1213511-1 "Which player has a Position of defence, and a Pick # of 6?","CREATE TABLE ""round_one"" ( ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""player"" FROM ""round_one"" WHERE ""position""='defence' AND ""pick_num""='6';",2-1213511-1 Which NHL team has a Player of steve durbano?,"CREATE TABLE ""round_one"" ( ""pick_num"" text, ""player"" text, ""position"" text, ""nationality"" text, ""nhl_team"" text, ""college_junior_club_team"" text );","SELECT ""nhl_team"" FROM ""round_one"" WHERE ""player""='steve durbano';",2-1213511-1 "What is the largest money for a t4 place, for Tiger Woods?","CREATE TABLE ""final_round_monday"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT MAX(""money"") FROM ""final_round_monday"" WHERE ""place""='t4' AND ""player""='tiger woods';",2-12512153-8 How many goals against have 58 points?,"CREATE TABLE ""regular_season"" ( ""season"" text, ""games"" real, ""lost"" real, ""tied"" real, ""points"" real, ""goals_for"" real, ""goals_against"" real, ""standing"" text );","SELECT ""goals_against"" FROM ""regular_season"" WHERE ""points""=58;",2-1238539-1 "For majors with 8 events played and more than 1 made cut, what is the most top-10s recorded?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""events"" real, ""cuts_made"" real );","SELECT MAX(""top_10"") FROM ""summary"" WHERE ""cuts_made"">1 AND ""events""=8;",2-12857063-3 "For more than 3 events in the PGA Championship, what is the fewest number of wins?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""wins"") FROM ""summary"" WHERE ""tournament""='pga championship' AND ""events"">3;",2-12857063-3 "For events with under 3 times played and fewer than 1 cut made, what is the total number of top-10 finishes?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""events"" real, ""cuts_made"" real );","SELECT COUNT(""top_10"") FROM ""summary"" WHERE ""events""<3 AND ""cuts_made""<1;",2-12857063-3 "For events with values of exactly 1, and 0 cuts made, what is the fewest number of top-10s?","CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_10"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""top_10"") FROM ""summary"" WHERE ""events""=1 AND ""cuts_made"">0;",2-12857063-3 What is the tyres with a year earlier than 1961 for a climax l4 engine?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" text );","SELECT ""tyres"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""<1961 AND ""engine""='climax l4';",2-1233315-1 What company built the chassis for a year later than 1959 and a climax l4 engine?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" text );","SELECT ""chassis"" FROM ""complete_formula_one_world_championship_"" WHERE ""year"">1959 AND ""engine""='climax l4';",2-1233315-1 What engine was in the year of 1961?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" text );","SELECT ""engine"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""=1961;",2-1233315-1 What engine was for the vehicle with a cooper t43 chassis?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" text );","SELECT ""engine"" FROM ""complete_formula_one_world_championship_"" WHERE ""chassis""='cooper t43';",2-1233315-1 What is the engine for a vehicle in 1960?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" text );","SELECT ""engine"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""=1960;",2-1233315-1 What is the tyres for the JBW type 2 chassis?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""chassis"" text, ""engine"" text, ""tyres"" text, ""points"" text );","SELECT ""tyres"" FROM ""complete_formula_one_world_championship_"" WHERE ""chassis""='jbw type 2';",2-1233315-1 What is the location of the game that has a number smaller than 2?,"CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT ""location"" FROM ""summary"" WHERE ""game""<2;",2-1272339-1 What film did ian mackinnon direct that was in the short film 2007 prix uip category?,"CREATE TABLE ""2007"" ( ""category"" text, ""film"" text, ""director_s"" text, ""country"" text, ""nominating_festival"" text );","SELECT ""film"" FROM ""2007"" WHERE ""category""='short film 2007 prix uip' AND ""director_s""='ian mackinnon';",2-12152327-6 What film was filmed in Spain?,"CREATE TABLE ""2007"" ( ""category"" text, ""film"" text, ""director_s"" text, ""country"" text, ""nominating_festival"" text );","SELECT ""film"" FROM ""2007"" WHERE ""country""='spain';",2-12152327-6 What Country has a Director of 2007?,"CREATE TABLE ""2007"" ( ""category"" text, ""film"" text, ""director_s"" text, ""country"" text, ""nominating_festival"" text );","SELECT ""country"" FROM ""2007"" WHERE ""director_s""='2007';",2-12152327-6 What film did abdelatif hwidar direct that was in the short film 2007 prix uip category?,"CREATE TABLE ""2007"" ( ""category"" text, ""film"" text, ""director_s"" text, ""country"" text, ""nominating_festival"" text );","SELECT ""film"" FROM ""2007"" WHERE ""category""='short film 2007 prix uip' AND ""director_s""='abdelatif hwidar';",2-12152327-6 What Nominating festival was party of the adjustment film?,"CREATE TABLE ""2007"" ( ""category"" text, ""film"" text, ""director_s"" text, ""country"" text, ""nominating_festival"" text );","SELECT ""nominating_festival"" FROM ""2007"" WHERE ""film""='adjustment';",2-12152327-6 What country was the prix uip ghent nominating festival?,"CREATE TABLE ""2007"" ( ""category"" text, ""film"" text, ""director_s"" text, ""country"" text, ""nominating_festival"" text );","SELECT ""country"" FROM ""2007"" WHERE ""nominating_festival""='prix uip ghent';",2-12152327-6 What was the record of the game that had a loss of Stottlemyre (10-12)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""loss""='stottlemyre (10-12)';",2-12207149-6 What was the Attendance high on August 28?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT MAX(""attendance"") FROM ""game_log"" WHERE ""date""='august 28';",2-12207149-6 Who was the opponent at the game when the record was 22-13?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""record""='22-13';",2-12207528-3 What was the loss of the game when the record was 21-13?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""record""='21-13';",2-12207528-3 What was date of the game when the record was 31-15?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='31-15';",2-12207528-3 What was the record at the game against the Indians with a loss of Camacho (1-4)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""opponent""='indians' AND ""loss""='camacho (1-4)';",2-12207528-3 What type ride is Wild Asia that opened in 2000?,"CREATE TABLE ""flat_rides"" ( ""ride_name"" text, ""type"" text, ""opened_in"" real, ""themed_land"" text, ""manufacturer"" text );","SELECT ""type"" FROM ""flat_rides"" WHERE ""themed_land""='wild asia' AND ""opened_in""=2000;",2-1255817-2 What type of ride is Rameses Revenge?,"CREATE TABLE ""flat_rides"" ( ""ride_name"" text, ""type"" text, ""opened_in"" real, ""themed_land"" text, ""manufacturer"" text );","SELECT ""type"" FROM ""flat_rides"" WHERE ""ride_name""='rameses revenge';",2-1255817-2 Which ride opened after the 2000 Peeking Heights?,"CREATE TABLE ""flat_rides"" ( ""ride_name"" text, ""type"" text, ""opened_in"" real, ""themed_land"" text, ""manufacturer"" text );","SELECT ""type"" FROM ""flat_rides"" WHERE ""opened_in"">2000 AND ""ride_name""='peeking heights';",2-1255817-2 What ride was manufactured by Zierer?,"CREATE TABLE ""flat_rides"" ( ""ride_name"" text, ""type"" text, ""opened_in"" real, ""themed_land"" text, ""manufacturer"" text );","SELECT ""ride_name"" FROM ""flat_rides"" WHERE ""manufacturer""='zierer';",2-1255817-2 What year engine does a ferrari v6 have?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" text );","SELECT ""year"" FROM ""complete_formula_one_world_championship_"" WHERE ""engine""='ferrari v6';",2-1226466-1 "What is the entrant of a chassis maserati 250f, also has 6 points and older than year 1957?","CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" text );","SELECT ""entrant"" FROM ""complete_formula_one_world_championship_"" WHERE ""chassis""='maserati 250f' AND ""points""='6' AND ""year""<1957;",2-1226466-1 Name the D 45 O with D 44 O majority →,"CREATE TABLE ""beginning_of_the_next_congress"" ( ""d_41"" text, ""d_42"" text, ""d_43"" text, ""d_44_o"" text, ""d_45_o"" text, ""d_46_o"" text, ""d_47_o"" text, ""d_48_o"" text );","SELECT ""d_45_o"" FROM ""beginning_of_the_next_congress"" WHERE ""d_44_o""='majority →';",2-1318870-2 Name the D 45 O with D 46 O of r 31 √,"CREATE TABLE ""beginning_of_the_next_congress"" ( ""d_41"" text, ""d_42"" text, ""d_43"" text, ""d_44_o"" text, ""d_45_o"" text, ""d_46_o"" text, ""d_47_o"" text, ""d_48_o"" text );","SELECT ""d_45_o"" FROM ""beginning_of_the_next_congress"" WHERE ""d_46_o""='r 31 √';",2-1318870-2 Name the D 41 √ with D 44 O of r 13,"CREATE TABLE ""beginning_of_the_next_congress"" ( ""d_41"" text, ""d_42"" text, ""d_43"" text, ""d_44_o"" text, ""d_45_o"" text, ""d_46_o"" text, ""d_47_o"" text, ""d_48_o"" text );","SELECT ""d_41"" FROM ""beginning_of_the_next_congress"" WHERE ""d_44_o""='r 13';",2-1318870-2 Name the D 48 O with D 41 √ of d 41 √,"CREATE TABLE ""beginning_of_the_next_congress"" ( ""d_41"" text, ""d_42"" text, ""d_43"" text, ""d_44_o"" text, ""d_45_o"" text, ""d_46_o"" text, ""d_47_o"" text, ""d_48_o"" text );","SELECT ""d_48_o"" FROM ""beginning_of_the_next_congress"" WHERE ""d_41""='d 41 √';",2-1318870-2 Name the D 47 O with D 48 O of r 9,"CREATE TABLE ""beginning_of_the_next_congress"" ( ""d_41"" text, ""d_42"" text, ""d_43"" text, ""d_44_o"" text, ""d_45_o"" text, ""d_46_o"" text, ""d_47_o"" text, ""d_48_o"" text );","SELECT ""d_47_o"" FROM ""beginning_of_the_next_congress"" WHERE ""d_48_o""='r 9';",2-1318870-2 What is the lowest number of League Cups a player with a 434 league has?,"CREATE TABLE ""most_appearances"" ( ""name"" text, ""period"" text, ""league"" real, ""fa_cup"" real, ""league_cup"" real, ""other"" real, ""total"" real );","SELECT MIN(""league_cup"") FROM ""most_appearances"" WHERE ""league""=434;",2-12481427-1 "What is the average number of FA cups Steve Whitworth, who has less than 400 total, has?","CREATE TABLE ""most_appearances"" ( ""name"" text, ""period"" text, ""league"" real, ""fa_cup"" real, ""league_cup"" real, ""other"" real, ""total"" real );","SELECT AVG(""fa_cup"") FROM ""most_appearances"" WHERE ""name""='steve whitworth' AND ""total""<400;",2-12481427-1 What is the height of the Tides with less than 34 floors?,"CREATE TABLE ""timeline_of_tallest_buildings"" ( ""name"" text, ""street_address"" text, ""years_as_tallest"" text, ""height_feet_m"" text, ""floors"" real );","SELECT ""height_feet_m"" FROM ""timeline_of_tallest_buildings"" WHERE ""floors""<34 AND ""name""='the tides';",2-12315771-3 How many years was the building with 24 floors the tallest?,"CREATE TABLE ""timeline_of_tallest_buildings"" ( ""name"" text, ""street_address"" text, ""years_as_tallest"" text, ""height_feet_m"" text, ""floors"" real );","SELECT ""years_as_tallest"" FROM ""timeline_of_tallest_buildings"" WHERE ""floors""=24;",2-12315771-3 How many floors does the Blue Diamond have?,"CREATE TABLE ""timeline_of_tallest_buildings"" ( ""name"" text, ""street_address"" text, ""years_as_tallest"" text, ""height_feet_m"" text, ""floors"" real );","SELECT SUM(""floors"") FROM ""timeline_of_tallest_buildings"" WHERE ""name""='blue diamond';",2-12315771-3 In which women's doubles did Wang Junjie play men's singles?,"CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""women_s_doubles"" FROM ""previous_winners"" WHERE ""men_s_singles""='wang junjie';",2-12163879-1 In what mixed doubles did Niels Christian Kaldau play in men's singles?,"CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""mixed_doubles"" FROM ""previous_winners"" WHERE ""men_s_singles""='niels christian kaldau';",2-12163879-1 Which mixed doubles happened later than 2011?,"CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""mixed_doubles"" FROM ""previous_winners"" WHERE ""year"">2011;",2-12163879-1 What is the person's name that is from the country of SCO?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text, ""source"" text );","SELECT ""name"" FROM ""out"" WHERE ""country""='sco';",2-12608427-7 What was the source for the person named Cresswell?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text, ""source"" text );","SELECT ""source"" FROM ""out"" WHERE ""name""='cresswell';",2-12608427-7 What is the current status of the person named Nicholls?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text, ""source"" text );","SELECT ""status"" FROM ""out"" WHERE ""name""='nicholls';",2-12608427-7 What was the transfer fee for the summer transfer involving the SCO named Crainey?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text, ""source"" text );","SELECT ""transfer_fee"" FROM ""out"" WHERE ""transfer_window""='summer' AND ""country""='sco' AND ""name""='crainey';",2-12608427-7 What was the source of an ENG transfer that paid a £1.5m transfer fee?,"CREATE TABLE ""out"" ( ""name"" text, ""country"" text, ""status"" text, ""transfer_window"" text, ""transfer_fee"" text, ""source"" text );","SELECT ""source"" FROM ""out"" WHERE ""country""='eng' AND ""transfer_fee""='£1.5m';",2-12608427-7 What was the record where the opponent was @ Orioles and the loss was to Leal (5-4)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""opponent""='@ orioles' AND ""loss""='leal (5-4)';",2-12207553-4 What was the record for the date of June 14?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='june 14';",2-12207553-4 Name the total number of seats for votes % more than 19.5,"CREATE TABLE ""election_results"" ( ""election"" text, ""votes"" real, ""vote_pct"" real, ""seats"" real, ""place"" text );","SELECT COUNT(""seats"") FROM ""election_results"" WHERE ""vote_pct"">19.5;",2-1224089-1 Name the most vote % with election of 1946,"CREATE TABLE ""election_results"" ( ""election"" text, ""votes"" real, ""vote_pct"" real, ""seats"" real, ""place"" text );","SELECT MAX(""vote_pct"") FROM ""election_results"" WHERE ""election""='1946';",2-1224089-1 Name the vote % for seats of 9,"CREATE TABLE ""election_results"" ( ""election"" text, ""votes"" real, ""vote_pct"" real, ""seats"" real, ""place"" text );","SELECT ""vote_pct"" FROM ""election_results"" WHERE ""seats""=9;",2-1224089-1 Name the sum of votes % more than 19.5,"CREATE TABLE ""election_results"" ( ""election"" text, ""votes"" real, ""vote_pct"" real, ""seats"" real, ""place"" text );","SELECT SUM(""votes"") FROM ""election_results"" WHERE ""vote_pct"">19.5;",2-1224089-1 Who directed a film for Cracking Film Productions?,"CREATE TABLE ""2003"" ( ""film"" text, ""director_s"" text, ""recipient"" text, ""date"" text, ""award"" text );","SELECT ""director_s"" FROM ""2003"" WHERE ""recipient""='cracking film productions';",2-12181447-8 What award did the film Ozone win?,"CREATE TABLE ""2003"" ( ""film"" text, ""director_s"" text, ""recipient"" text, ""date"" text, ""award"" text );","SELECT ""award"" FROM ""2003"" WHERE ""film""='ozone';",2-12181447-8 "Who won an award of £3,000 on 4/9/02?","CREATE TABLE ""2003"" ( ""film"" text, ""director_s"" text, ""recipient"" text, ""date"" text, ""award"" text );","SELECT ""recipient"" FROM ""2003"" WHERE ""date""='4/9/02' AND ""award""='£3,000';",2-12181447-8 What was the categorie in 2002 at the Berlin international Film Festival that Danielle Darrieux was in?,"CREATE TABLE ""awards"" ( ""year"" real, ""awards"" text, ""categorie"" text, ""movie"" text, ""result"" text );","SELECT ""categorie"" FROM ""awards"" WHERE ""year""=2002 AND ""awards""='berlin international film festival';",2-1302753-2 What was the result at the Berlin International Film Festival in a year greater than 1987?,"CREATE TABLE ""awards"" ( ""year"" real, ""awards"" text, ""categorie"" text, ""movie"" text, ""result"" text );","SELECT ""result"" FROM ""awards"" WHERE ""year"">1987 AND ""awards""='berlin international film festival';",2-1302753-2 In what year was the movie 8 women up for a César Award?,"CREATE TABLE ""awards"" ( ""year"" real, ""awards"" text, ""categorie"" text, ""movie"" text, ""result"" text );","SELECT MIN(""year"") FROM ""awards"" WHERE ""movie""='8 women' AND ""awards""='césar award';",2-1302753-2 Name the position for indiana state,"CREATE TABLE ""men"" ( ""season"" text, ""player"" text, ""school"" text, ""position"" text, ""class"" text );","SELECT ""position"" FROM ""men"" WHERE ""school""='indiana state';",2-1243492-2 "What is the format of the date February 14, 2002?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""format"" FROM ""release_history"" WHERE ""date""='february 14, 2002';",2-12703676-2 Which region is identified as 38xa-3 in the catalog?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""catalog""='38xa-3';",2-12703676-2 Which date is in CD format?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""format""='cd';",2-12703676-2 Which date is in stereo lp format?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""date"" FROM ""release_history"" WHERE ""format""='stereo lp';",2-12703676-2 "Which label is dated February 14, 2002?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""date""='february 14, 2002';",2-12703676-2 Which catalog is in cd format?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""catalog"" FROM ""release_history"" WHERE ""format""='cd';",2-12703676-2 What event did Mark Teltscher win?,"CREATE TABLE ""european_poker_tour"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""event"" FROM ""european_poker_tour"" WHERE ""winner""='mark teltscher';",2-1296513-2 When was the event in the City of Baden?,"CREATE TABLE ""european_poker_tour"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""date"" FROM ""european_poker_tour"" WHERE ""city""='baden';",2-1296513-2 "What event had a prize of €900,000?","CREATE TABLE ""european_poker_tour"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""event"" FROM ""european_poker_tour"" WHERE ""prize""='€900,000';",2-1296513-2 When was the event in Dublin?,"CREATE TABLE ""european_poker_tour"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""date"" FROM ""european_poker_tour"" WHERE ""city""='dublin';",2-1296513-2 "What city did an event have a prize of €288,180?","CREATE TABLE ""european_poker_tour"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""city"" FROM ""european_poker_tour"" WHERE ""prize""='€288,180';",2-1296513-2 What city was the event in when Patrik Antonius won?,"CREATE TABLE ""european_poker_tour"" ( ""date"" text, ""city"" text, ""event"" text, ""winner"" text, ""prize"" text );","SELECT ""city"" FROM ""european_poker_tour"" WHERE ""winner""='patrik antonius';",2-1296513-2 Who was the winning constructor at the circuit of parioli?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""winning_constructor"" FROM ""other_grands_prix"" WHERE ""circuit""='parioli';",2-12631771-2 When did Gaspare Bona win the Pozzo Circuit?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""date"" FROM ""other_grands_prix"" WHERE ""winning_driver""='gaspare bona' AND ""name""='pozzo circuit';",2-12631771-2 Who was the winning constructor of the Grand Prix Du Salon ?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""winning_constructor"" FROM ""other_grands_prix"" WHERE ""name""='grand prix du salon';",2-12631771-2 Which circuit did françois eysermann win ?,"CREATE TABLE ""other_grands_prix"" ( ""name"" text, ""circuit"" text, ""date"" text, ""winning_driver"" text, ""winning_constructor"" text, ""report"" text );","SELECT ""circuit"" FROM ""other_grands_prix"" WHERE ""winning_driver""='françois eysermann';",2-12631771-2 "What is the largest silver with Gold larger than 4, a Nation of united states, and a Total larger than 26?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT MAX(""silver"") FROM ""medal_table"" WHERE ""gold"">4 AND ""nation""='united states' AND ""total"">26;",2-12392600-3 "How many silvers have a Nation of hungary, and a Rank larger than 10?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""silver"") FROM ""medal_table"" WHERE ""nation""='hungary' AND ""rank"">10;",2-12392600-3 "Which silver has a Gold smaller than 12, a Rank smaller than 5, and a Bronze of 5?","CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT ""silver"" FROM ""medal_table"" WHERE ""gold""<12 AND ""rank""<5 AND ""bronze""=5;",2-12392600-3 Who did they play on August 12?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""date""='august 12';",2-12206344-6 Which model has 175 seats?,"CREATE TABLE ""coach_fleet"" ( ""year_built"" text, ""builder"" text, ""model"" text, ""fleet_id"" text, ""seats"" real );","SELECT ""model"" FROM ""coach_fleet"" WHERE ""seats""=175;",2-1246822-2 In what year was the ctc-3 model built?,"CREATE TABLE ""coach_fleet"" ( ""year_built"" text, ""builder"" text, ""model"" text, ""fleet_id"" text, ""seats"" real );","SELECT ""year_built"" FROM ""coach_fleet"" WHERE ""model""='ctc-3';",2-1246822-2 How many seats does the BTC-5 model have?,"CREATE TABLE ""coach_fleet"" ( ""year_built"" text, ""builder"" text, ""model"" text, ""fleet_id"" text, ""seats"" real );","SELECT SUM(""seats"") FROM ""coach_fleet"" WHERE ""model""='btc-5';",2-1246822-2 "For the train built in 2012 with less than 179 seats, what is the Fleet ID?","CREATE TABLE ""coach_fleet"" ( ""year_built"" text, ""builder"" text, ""model"" text, ""fleet_id"" text, ""seats"" real );","SELECT ""fleet_id"" FROM ""coach_fleet"" WHERE ""year_built""='2012' AND ""seats""<179;",2-1246822-2 "What was the record at the game attended by 10,389?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""attendance""='10,389';",2-12206689-3 What was the score of the game that had a loss of Drese (2-2)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""loss""='drese (2-2)';",2-12206689-3 "What is the score of the game attended by 25,034?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""attendance""='25,034';",2-12206689-3 How often are the Olympic games hosted?,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT AVG(""year"") FROM ""achievements"" WHERE ""tournament""='olympic games';",2-12273437-1 Where was the 1984 Olympics hosted?,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT ""tournament"" FROM ""achievements"" WHERE ""year""=1984;",2-12273437-1 How many years was the issue price $19.95?,"CREATE TABLE ""hockey_hall_of_fame"" ( ""year_of_issue"" real, ""theme"" text, ""composition"" text, ""issue_price"" text, ""mintage"" text );","SELECT COUNT(""year_of_issue"") FROM ""hockey_hall_of_fame"" WHERE ""issue_price""='$19.95';",2-12991375-18 Which composition has an issue price of $99.00?,"CREATE TABLE ""hockey_hall_of_fame"" ( ""year_of_issue"" real, ""theme"" text, ""composition"" text, ""issue_price"" text, ""mintage"" text );","SELECT ""composition"" FROM ""hockey_hall_of_fame"" WHERE ""issue_price""='$99.00';",2-12991375-18 "Tier of 2, and a Season of 2000–01 is what European competitions?","CREATE TABLE ""season_by_season"" ( ""season"" text, ""tier"" real, ""league"" text, ""turkish_cup"" text, ""european_competitions"" text );","SELECT ""european_competitions"" FROM ""season_by_season"" WHERE ""tier""=2 AND ""season""='2000–01';",2-13291626-1 Season of 2012–13 is what league?,"CREATE TABLE ""season_by_season"" ( ""season"" text, ""tier"" real, ""league"" text, ""turkish_cup"" text, ""european_competitions"" text );","SELECT ""league"" FROM ""season_by_season"" WHERE ""season""='2012–13';",2-13291626-1 "Tier of 2, and a Season of 2004–05 is what European competitions?","CREATE TABLE ""season_by_season"" ( ""season"" text, ""tier"" real, ""league"" text, ""turkish_cup"" text, ""european_competitions"" text );","SELECT ""european_competitions"" FROM ""season_by_season"" WHERE ""tier""=2 AND ""season""='2004–05';",2-13291626-1 Which operator has a rank of 7?,"CREATE TABLE ""copper_mining_today"" ( ""rank"" real, ""mine"" text, ""county"" text, ""operator"" text, ""source_of_copper"" text, ""2012_cu_production_lbs"" real );","SELECT ""operator"" FROM ""copper_mining_today"" WHERE ""rank""=7;",2-12728719-1 "What's the lowest ranking source of copper, copper ore, concentrated and leached?","CREATE TABLE ""copper_mining_today"" ( ""rank"" real, ""mine"" text, ""county"" text, ""operator"" text, ""source_of_copper"" text, ""2012_cu_production_lbs"" real );","SELECT MIN(""rank"") FROM ""copper_mining_today"" WHERE ""source_of_copper""='copper ore, concentrated and leached';",2-12728719-1 What's the name of the operator who has the mission complex mine and has a 2012 Cu Production (lbs) larger than 23.3?,"CREATE TABLE ""copper_mining_today"" ( ""rank"" real, ""mine"" text, ""county"" text, ""operator"" text, ""source_of_copper"" text, ""2012_cu_production_lbs"" real );","SELECT ""operator"" FROM ""copper_mining_today"" WHERE ""2012_cu_production_lbs"">23.3 AND ""mine""='mission complex';",2-12728719-1 What was Stéphan Perrot rank average?,"CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT AVG(""rank"") FROM ""semifinal_1"" WHERE ""name""='stéphan perrot';",2-12386570-3 What was Maxim Podoprigora's lowest rank?,"CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT MIN(""rank"") FROM ""semifinal_1"" WHERE ""name""='maxim podoprigora';",2-12386570-3 Who is the away captain for Kingsmead?,"CREATE TABLE ""west_indies_in_south_africa"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""away_captain"" FROM ""west_indies_in_south_africa"" WHERE ""venue""='kingsmead';",2-12410929-100 "What was the first year that had a prize of 50,000?","CREATE TABLE ""international_versions"" ( ""country"" text, ""name"" text, ""host"" text, ""channel"" text, ""prize"" text, ""first_year_aired"" text );","SELECT ""first_year_aired"" FROM ""international_versions"" WHERE ""prize""='50,000';",2-1313629-2 What year did Zone Rouge first air?,"CREATE TABLE ""international_versions"" ( ""country"" text, ""name"" text, ""host"" text, ""channel"" text, ""prize"" text, ""first_year_aired"" text );","SELECT ""first_year_aired"" FROM ""international_versions"" WHERE ""name""='zone rouge';",2-1313629-2 What was the host of Horrid Henry?,"CREATE TABLE ""international_versions"" ( ""country"" text, ""name"" text, ""host"" text, ""channel"" text, ""prize"" text, ""first_year_aired"" text );","SELECT ""host"" FROM ""international_versions"" WHERE ""country""='horrid henry';",2-1313629-2 What is the average launch date of the vmv-1 vessel in Germany?,"CREATE TABLE ""vessels_of_the_class"" ( ""ship"" text, ""launched"" real, ""location"" text, ""speed"" text, ""fate"" text );","SELECT AVG(""launched"") FROM ""vessels_of_the_class"" WHERE ""location""='germany' AND ""ship""='vmv-1';",2-12592245-1 Which location has a date of may 21?,"CREATE TABLE ""lone_star_series"" ( ""date"" text, ""winning_team"" text, ""score"" text, ""winning_pitcher"" text, ""losing_pitcher"" text, ""attendance"" real, ""location"" text );","SELECT ""location"" FROM ""lone_star_series"" WHERE ""date""='may 21';",2-12125069-2 "What is the total Decile that has a state authority, fairlie area and roll smarter than 206?","CREATE TABLE ""mac_kenzie_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT COUNT(""decile"") FROM ""mac_kenzie_district"" WHERE ""authority""='state' AND ""area""='fairlie' AND ""roll""<206;",2-12256602-7 What area is named Mackenzie college?,"CREATE TABLE ""mac_kenzie_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""area"" FROM ""mac_kenzie_district"" WHERE ""name""='mackenzie college';",2-12256602-7 What is the highest percent of Bruce Arena when he loses more than 11 games?,"CREATE TABLE ""winningest_coaches_by_wins"" ( ""coach"" text, ""club"" text, ""wins"" real, ""loss"" real, ""pct"" real, ""pts"" real );","SELECT MAX(""pts"") FROM ""winningest_coaches_by_wins"" WHERE ""coach""='bruce arena' AND ""loss"">11;",2-1255110-9 What is the sum of points when Bruce Arena has 21 wins?,"CREATE TABLE ""winningest_coaches_by_wins"" ( ""coach"" text, ""club"" text, ""wins"" real, ""loss"" real, ""pct"" real, ""pts"" real );","SELECT SUM(""pts"") FROM ""winningest_coaches_by_wins"" WHERE ""wins""=21 AND ""coach""='bruce arena';",2-1255110-9 What was the outcome of the game played on 19-Sep-2006?,"CREATE TABLE ""itf_circuit_singles_finals_6_3_3"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""outcome"" FROM ""itf_circuit_singles_finals_6_3_3"" WHERE ""date""='19-sep-2006';",2-12983853-2 "Where was the tournament played on Oct. 8, 2006?","CREATE TABLE ""itf_circuit_singles_finals_6_3_3"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""tournament"" FROM ""itf_circuit_singles_finals_6_3_3"" WHERE ""date""='oct. 8, 2006';",2-12983853-2 "What is the final score of the tournament played in Clearwater, Florida?","CREATE TABLE ""itf_circuit_singles_finals_6_3_3"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""itf_circuit_singles_finals_6_3_3"" WHERE ""tournament""='clearwater, florida';",2-12983853-2 What is the score of the game that was played against Maria Kondratieva?,"CREATE TABLE ""itf_circuit_singles_finals_6_3_3"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""score"" FROM ""itf_circuit_singles_finals_6_3_3"" WHERE ""opponent""='maria kondratieva';",2-12983853-2 What was the surface of the game that resulted in a final score of 6-1 7-5?,"CREATE TABLE ""itf_circuit_singles_finals_6_3_3"" ( ""outcome"" text, ""date"" text, ""tournament"" text, ""surface"" text, ""opponent"" text, ""score"" text );","SELECT ""surface"" FROM ""itf_circuit_singles_finals_6_3_3"" WHERE ""score""='6-1 7-5';",2-12983853-2 What was the Attendance when the Time was 2:13?,"CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""score"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT MIN(""attendance"") FROM ""summary"" WHERE ""time""='2:13';",2-1332170-1 What was the attendance when the record was 77-54?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT MIN(""attendance"") FROM ""game_log"" WHERE ""record""='77-54';",2-12207430-6 What did Xavier Doherty (Tasmania) set as his highest Overs?,"CREATE TABLE ""best_bowling_figures"" ( ""player"" text, ""overs"" real, ""figures"" text, ""opponent"" text, ""ground"" text );","SELECT MAX(""overs"") FROM ""best_bowling_figures"" WHERE ""player""='xavier doherty (tasmania)';",2-12544301-7 What country does Tiger Woods play for?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""country"" FROM ""final_leaderboard"" WHERE ""player""='tiger woods';",2-12333215-7 What place did the player from England come in?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""place"" FROM ""final_leaderboard"" WHERE ""country""='england';",2-12333215-7 What's the English Title of Fanny Och Alexander?,"CREATE TABLE ""1980s"" ( ""year"" real, ""english_title"" text, ""original_title"" text, ""country"" text, ""director_s"" text );","SELECT ""english_title"" FROM ""1980s"" WHERE ""original_title""='fanny och alexander';",2-12788276-3 What was the original title that was directed by Alain Resnais in France before 1986?,"CREATE TABLE ""1980s"" ( ""year"" real, ""english_title"" text, ""original_title"" text, ""country"" text, ""director_s"" text );","SELECT ""original_title"" FROM ""1980s"" WHERE ""year""<1986 AND ""country""='france' AND ""director_s""='alain resnais';",2-12788276-3 What was the year of Megáll az Idö?,"CREATE TABLE ""1980s"" ( ""year"" real, ""english_title"" text, ""original_title"" text, ""country"" text, ""director_s"" text );","SELECT ""year"" FROM ""1980s"" WHERE ""original_title""='megáll az idö';",2-12788276-3 "Avg/G smaller than 225.5, and a GP-GS of 8–0 has what name?","CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""effic"" real, ""att_cmp_int"" text, ""avg_g"" real );","SELECT ""name"" FROM ""passing"" WHERE ""avg_g""<225.5 AND ""gp_gs""='8–0';",2-13341768-56 "Avg/G that has a GP-GS of 13–13, and a Effic smaller than 114.23 has what total of numbers?","CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""effic"" real, ""att_cmp_int"" text, ""avg_g"" real );","SELECT COUNT(""avg_g"") FROM ""passing"" WHERE ""gp_gs""='13–13' AND ""effic""<114.23;",2-13341768-56 Avg/G of 2.7 is what effic?,"CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""effic"" real, ""att_cmp_int"" text, ""avg_g"" real );","SELECT ""effic"" FROM ""passing"" WHERE ""avg_g""=2.7;",2-13341768-56 "Avg/G that has a Att-Cmp-Int of 1–1–0, and an Effic larger than 394 is what total?","CREATE TABLE ""passing"" ( ""name"" text, ""gp_gs"" text, ""effic"" real, ""att_cmp_int"" text, ""avg_g"" real );","SELECT COUNT(""avg_g"") FROM ""passing"" WHERE ""att_cmp_int""='1–1–0' AND ""effic"">394;",2-13341768-56 "Which area has a Decile of 9, and a Roll of 31?","CREATE TABLE ""selwyn_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""area"" FROM ""selwyn_district"" WHERE ""decile""=9 AND ""roll""=31;",2-12256602-4 How many deciles have Years of 9–13?,"CREATE TABLE ""selwyn_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT COUNT(""decile"") FROM ""selwyn_district"" WHERE ""years""='9–13';",2-12256602-4 "What is the name with a Decile less than 10, and a Roll of 297?","CREATE TABLE ""selwyn_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""name"" FROM ""selwyn_district"" WHERE ""decile""<10 AND ""roll""=297;",2-12256602-4 "Which name has a Roll larger than 297, and Years of 7–13?","CREATE TABLE ""selwyn_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""name"" FROM ""selwyn_district"" WHERE ""roll"">297 AND ""years""='7–13';",2-12256602-4 Which years have a Name of ladbrooks school?,"CREATE TABLE ""selwyn_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""years"" FROM ""selwyn_district"" WHERE ""name""='ladbrooks school';",2-12256602-4 "What is the total of the roll with a Decile of 8, and an Area of hororata?","CREATE TABLE ""selwyn_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT SUM(""roll"") FROM ""selwyn_district"" WHERE ""decile""=8 AND ""area""='hororata';",2-12256602-4 What is the highest number of laps that also has a finish total of 8?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT MAX(""laps"") FROM ""indy_500_results"" WHERE ""finish""='8';",2-1251975-1 Which qual also has a finish total of 9?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""qual"" FROM ""indy_500_results"" WHERE ""finish""='9';",2-1251975-1 Which qual has both 200 total laps and took place in 1957?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""qual"" FROM ""indy_500_results"" WHERE ""laps""=200 AND ""year""='1957';",2-1251975-1 Who won the men's doubles the year Pernille Nedergaard won the women's singles?,"CREATE TABLE ""winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""men_s_doubles"" FROM ""winners"" WHERE ""women_s_singles""='pernille nedergaard';",2-12151801-1 "What is the code name when the Southbridge shows as amd-766, via-vt82c686b?","CREATE TABLE ""amd_xxx"" ( ""model"" text, ""code_name"" text, ""cpu_support"" text, ""fsb_ht_m_hz"" text, ""southbridge"" text );","SELECT ""code_name"" FROM ""amd_xxx"" WHERE ""southbridge""='amd-766, via-vt82c686b';",2-12341355-1 "What is the Southbridge when the CPU support was athlon, athlonxp, duron( socketa ), alpha21264?","CREATE TABLE ""amd_xxx"" ( ""model"" text, ""code_name"" text, ""cpu_support"" text, ""fsb_ht_m_hz"" text, ""southbridge"" text );","SELECT ""southbridge"" FROM ""amd_xxx"" WHERE ""cpu_support""='athlon, athlonxp, duron( socketa ), alpha21264';",2-12341355-1 What is the code name when the FSB / HT (MHz) is 100 (fsb)?,"CREATE TABLE ""amd_xxx"" ( ""model"" text, ""code_name"" text, ""cpu_support"" text, ""fsb_ht_m_hz"" text, ""southbridge"" text );","SELECT ""code_name"" FROM ""amd_xxx"" WHERE ""fsb_ht_m_hz""='100 (fsb)';",2-12341355-1 What is the FSB / HT (MHz) when the Southbridge is amd-8131 amd-8132?,"CREATE TABLE ""amd_xxx"" ( ""model"" text, ""code_name"" text, ""cpu_support"" text, ""fsb_ht_m_hz"" text, ""southbridge"" text );","SELECT ""fsb_ht_m_hz"" FROM ""amd_xxx"" WHERE ""southbridge""='amd-8131 amd-8132';",2-12341355-1 What shows for Southbridge when the Model number is amd-640 chipset?,"CREATE TABLE ""amd_xxx"" ( ""model"" text, ""code_name"" text, ""cpu_support"" text, ""fsb_ht_m_hz"" text, ""southbridge"" text );","SELECT ""southbridge"" FROM ""amd_xxx"" WHERE ""model""='amd-640 chipset';",2-12341355-1 Which stadium is for football with the China League One?,"CREATE TABLE ""sports"" ( ""sport"" text, ""league"" text, ""tier"" text, ""club"" text, ""stadium"" text );","SELECT ""stadium"" FROM ""sports"" WHERE ""sport""='football' AND ""league""='china league one';",2-12537-3 Which tier is for football at Tianhe Stadium?,"CREATE TABLE ""sports"" ( ""sport"" text, ""league"" text, ""tier"" text, ""club"" text, ""stadium"" text );","SELECT ""tier"" FROM ""sports"" WHERE ""sport""='football' AND ""stadium""='tianhe stadium';",2-12537-3 Which Little League World Series took place in Parsippany?,"CREATE TABLE ""llws_results"" ( ""year"" real, ""champion"" text, ""city"" text, ""llws"" text, ""record"" text );","SELECT ""llws"" FROM ""llws_results"" WHERE ""city""='parsippany';",2-13012165-2 What is the Tennessee that Georgia of kevin butler is in?,"CREATE TABLE ""eastern_division"" ( ""year"" real, ""florida"" text, ""georgia"" text, ""kentucky"" text, ""south_carolina"" text, ""tennessee"" text, ""vanderbilt"" text );","SELECT ""tennessee"" FROM ""eastern_division"" WHERE ""georgia""='kevin butler';",2-12489563-1 What is the Tennessee with a Kentucky of Larry Seiple,"CREATE TABLE ""eastern_division"" ( ""year"" real, ""florida"" text, ""georgia"" text, ""kentucky"" text, ""south_carolina"" text, ""tennessee"" text, ""vanderbilt"" text );","SELECT ""tennessee"" FROM ""eastern_division"" WHERE ""kentucky""='larry seiple';",2-12489563-1 What is the total Year of jeff van note ( Kentucky),"CREATE TABLE ""eastern_division"" ( ""year"" real, ""florida"" text, ""georgia"" text, ""kentucky"" text, ""south_carolina"" text, ""tennessee"" text, ""vanderbilt"" text );","SELECT SUM(""year"") FROM ""eastern_division"" WHERE ""kentucky""='jeff van note';",2-12489563-1 How many cabins were built in the time between 1967-1987?,"CREATE TABLE ""five_abreast_cabin"" ( ""model"" text, ""seats"" text, ""period"" text, ""built"" real, ""country"" text );","SELECT ""built"" FROM ""five_abreast_cabin"" WHERE ""period""='1967-1987';",2-12127130-6 Between which years were there 241 fokker 70 model cabins built?,"CREATE TABLE ""five_abreast_cabin"" ( ""model"" text, ""seats"" text, ""period"" text, ""built"" real, ""country"" text );","SELECT ""period"" FROM ""five_abreast_cabin"" WHERE ""built""<241 AND ""model""='fokker 70';",2-12127130-6 Name the sum of year for engine of brm p202 3.0 v12 brm p200 3.0 v12,"CREATE TABLE ""works_team_results"" ( ""year"" real, ""chassis"" text, ""engine_s"" text, ""tyres"" text, ""points"" text );","SELECT SUM(""year"") FROM ""works_team_results"" WHERE ""engine_s""='brm p202 3.0 v12 brm p200 3.0 v12';",2-12798716-1 Name the chassis for 1970 and tyres of d,"CREATE TABLE ""works_team_results"" ( ""year"" real, ""chassis"" text, ""engine_s"" text, ""tyres"" text, ""points"" text );","SELECT ""chassis"" FROM ""works_team_results"" WHERE ""tyres""='d' AND ""year""=1970;",2-12798716-1 Name the point for 1974,"CREATE TABLE ""works_team_results"" ( ""year"" real, ""chassis"" text, ""engine_s"" text, ""tyres"" text, ""points"" text );","SELECT ""points"" FROM ""works_team_results"" WHERE ""year""=1974;",2-12798716-1 Name the chassis of 1961,"CREATE TABLE ""works_team_results"" ( ""year"" real, ""chassis"" text, ""engine_s"" text, ""tyres"" text, ""points"" text );","SELECT ""chassis"" FROM ""works_team_results"" WHERE ""year""=1961;",2-12798716-1 "What is the year opened for Chicagoland Speedway with a seating smaller than 75,000?","CREATE TABLE ""isc_tracks"" ( ""track_name"" text, ""location"" text, ""length"" text, ""seating"" real, ""year_opened"" real, ""year_acquired_a"" real );","SELECT AVG(""year_opened"") FROM ""isc_tracks"" WHERE ""track_name""='chicagoland speedway' AND ""seating""<'75,000';",2-1245148-1 "What type of photos of Angelina Jolie cost $500,000?","CREATE TABLE ""most_expensive_celebrity_photographs"" ( ""type"" text, ""person_s"" text, ""publisher_s"" text, ""publication_date"" text, ""reported_price"" text );","SELECT ""type"" FROM ""most_expensive_celebrity_photographs"" WHERE ""reported_price""='$500,000' AND ""person_s""='angelina jolie';",2-12394805-1 "What was the publication date of the photos of Sean Preston Federline that cost $500,000 and were published by People?","CREATE TABLE ""most_expensive_celebrity_photographs"" ( ""type"" text, ""person_s"" text, ""publisher_s"" text, ""publication_date"" text, ""reported_price"" text );","SELECT ""publication_date"" FROM ""most_expensive_celebrity_photographs"" WHERE ""reported_price""='$500,000' AND ""publisher_s""='people' AND ""person_s""='sean preston federline';",2-12394805-1 Who won on 28 May?,"CREATE TABLE ""stage_results"" ( ""date"" text, ""course"" text, ""distance"" text, ""winner"" text, ""race_leader"" text );","SELECT ""winner"" FROM ""stage_results"" WHERE ""date""='28 may';",2-12657786-1 Which country is the film Tent of Miracles from?,"CREATE TABLE ""references"" ( ""country"" text, ""film_title_used_in_nomination"" text, ""language"" text, ""original_name"" text, ""director"" text );","SELECT ""country"" FROM ""references"" WHERE ""film_title_used_in_nomination""='tent of miracles';",2-13087281-1 Which country is the director Roland Verhavert from?,"CREATE TABLE ""references"" ( ""country"" text, ""film_title_used_in_nomination"" text, ""language"" text, ""original_name"" text, ""director"" text );","SELECT ""country"" FROM ""references"" WHERE ""director""='roland verhavert';",2-13087281-1 "What is the title of the German film that is originally called Mama, Ich Lebe?","CREATE TABLE ""references"" ( ""country"" text, ""film_title_used_in_nomination"" text, ""language"" text, ""original_name"" text, ""director"" text );","SELECT ""film_title_used_in_nomination"" FROM ""references"" WHERE ""language""='german' AND ""original_name""='mama, ich lebe';",2-13087281-1 Which director is from Italy?,"CREATE TABLE ""references"" ( ""country"" text, ""film_title_used_in_nomination"" text, ""language"" text, ""original_name"" text, ""director"" text );","SELECT ""director"" FROM ""references"" WHERE ""country""='italy';",2-13087281-1 Where is the director Dariush Mehrjui from?,"CREATE TABLE ""references"" ( ""country"" text, ""film_title_used_in_nomination"" text, ""language"" text, ""original_name"" text, ""director"" text );","SELECT ""country"" FROM ""references"" WHERE ""director""='dariush mehrjui';",2-13087281-1 Who were the Investing Dragons in the episode that first aired on 18 January 2005 with the entrepreneur Tracey Herrtage?,"CREATE TABLE ""series_1"" ( ""episode"" text, ""first_aired"" text, ""entrepreneur_s"" text, ""company_or_product_name"" text, ""money_requested"" real, ""investing_dragon_s"" text );","SELECT ""investing_dragon_s"" FROM ""series_1"" WHERE ""first_aired""='18 january 2005' AND ""entrepreneur_s""='tracey herrtage';",2-12617978-5 What is the average money requested in the episode first aired on 18 January 2005 by the company/product name IV Cam,"CREATE TABLE ""series_1"" ( ""episode"" text, ""first_aired"" text, ""entrepreneur_s"" text, ""company_or_product_name"" text, ""money_requested"" real, ""investing_dragon_s"" text );","SELECT AVG(""money_requested"") FROM ""series_1"" WHERE ""first_aired""='18 january 2005' AND ""company_or_product_name""='iv cam';",2-12617978-5 What is the population for Rank 11?,"CREATE TABLE ""towns_with_more_than_1_000_population"" ( ""rank"" real, ""population"" real, ""name"" text, ""former_name"" text, ""municipality"" text );","SELECT ""population"" FROM ""towns_with_more_than_1_000_population"" WHERE ""rank""=11;",2-1278594-1 Who has a former name of nordprøven?,"CREATE TABLE ""towns_with_more_than_1_000_population"" ( ""rank"" real, ""population"" real, ""name"" text, ""former_name"" text, ""municipality"" text );","SELECT ""name"" FROM ""towns_with_more_than_1_000_population"" WHERE ""former_name""='nordprøven';",2-1278594-1 Name the trailers for formed from pan/pul/res cars,"CREATE TABLE ""reformations_and_conversions"" ( ""units"" text, ""type"" text, ""period_used"" text, ""formed_from"" text, ""trailers"" text );","SELECT ""trailers"" FROM ""reformations_and_conversions"" WHERE ""formed_from""='pan/pul/res cars';",2-1214638-4 Name the typed for formed from 6-pul trailer third in res unit,"CREATE TABLE ""reformations_and_conversions"" ( ""units"" text, ""type"" text, ""period_used"" text, ""formed_from"" text, ""trailers"" text );","SELECT ""type"" FROM ""reformations_and_conversions"" WHERE ""formed_from""='6-pul trailer third in res unit';",2-1214638-4 Name the formed that has type of 4-cor,"CREATE TABLE ""reformations_and_conversions"" ( ""units"" text, ""type"" text, ""period_used"" text, ""formed_from"" text, ""trailers"" text );","SELECT ""formed_from"" FROM ""reformations_and_conversions"" WHERE ""type""='4-cor';",2-1214638-4 Who lost with a time of 2:42?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""time"" text, ""att"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""time""='2:42';",2-12569321-8 Who lost on August 27?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""time"" text, ""att"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""date""='august 27';",2-12569321-8 Which of the biggest points numbers had a year more recent than 1953?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT MAX(""points"") FROM ""complete_formula_one_world_championship_"" WHERE ""year"">1953;",2-1226970-1 How many years had more than 0 points?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT SUM(""year"") FROM ""complete_formula_one_world_championship_"" WHERE ""points"">0;",2-1226970-1 Which entrant was present prior to 1953?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""entrant"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""<1953;",2-1226970-1 What is the sum of runs that are associated with 10WM values over 13?,"CREATE TABLE ""most_wickets_for_one_province"" ( ""matches"" real, ""wickets"" real, ""runs"" real, ""average"" real, ""10_wm"" real, ""best_in_innings"" text, ""best_in_match"" text );","SELECT SUM(""runs"") FROM ""most_wickets_for_one_province"" WHERE ""10_wm"">13;",2-12898654-12 "How many wickets have runs under 7531, matches over 44, and an average of 22.17?","CREATE TABLE ""most_wickets_for_one_province"" ( ""matches"" real, ""wickets"" real, ""runs"" real, ""average"" real, ""10_wm"" real, ""best_in_innings"" text, ""best_in_match"" text );","SELECT ""wickets"" FROM ""most_wickets_for_one_province"" WHERE ""runs""<7531 AND ""matches"">44 AND ""average""=22.17;",2-12898654-12 What is the total number of wickets that have runs under 4600 and matches under 44?,"CREATE TABLE ""most_wickets_for_one_province"" ( ""matches"" real, ""wickets"" real, ""runs"" real, ""average"" real, ""10_wm"" real, ""best_in_innings"" text, ""best_in_match"" text );","SELECT SUM(""wickets"") FROM ""most_wickets_for_one_province"" WHERE ""runs""<4600 AND ""matches""<44;",2-12898654-12 Which Label was cataloged as alca-9013?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""catalog""='alca-9013';",2-13071896-2 Which Catalog was formated as a CD under the label Alfa Records?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""catalog"" FROM ""release_history"" WHERE ""label""='alfa records' AND ""format""='cd';",2-13071896-2 What is the earliest year retired delivered in 1965 with an in service in November 1971 for the PoAF Serial less than 7103?,"CREATE TABLE ""list_of_douglas_a_26_invader_operators"" ( ""designation"" text, ""usaaf_serial"" text, ""po_af_serial"" real, ""delivery"" text, ""retired"" real, ""in_service"" text );","SELECT MIN(""retired"") FROM ""list_of_douglas_a_26_invader_operators"" WHERE ""delivery""='1965' AND ""in_service""='november 1971' AND ""po_af_serial""<7103;",2-12501219-1 What is the smallest amount of freight carried on the road that closed on March 31 and reached super B capacity on February 17 after 2011?,"CREATE TABLE ""statistics"" ( ""year"" real, ""road_opened"" text, ""road_closed"" text, ""freight_carried_s_tonne"" real, ""super_b_capacity_reached_citation_needed"" text, ""number_of_truck_loads_north"" real );","SELECT MIN(""freight_carried_s_tonne"") FROM ""statistics"" WHERE ""road_closed""='march 31' AND ""super_b_capacity_reached_citation_needed""='february 17' AND ""year"">2011;",2-12791809-1 What's the English title listed that has an Original title of The Crying Game?,"CREATE TABLE ""1990s"" ( ""year"" text, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""english_title"" FROM ""1990s"" WHERE ""original_title""='the crying game';",2-12886027-3 Which Year has the Orginal title of La Cérémonie?,"CREATE TABLE ""1990s"" ( ""year"" text, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""year"" FROM ""1990s"" WHERE ""original_title""='la cérémonie';",2-12886027-3 What's the Original Title of the English title A Judgement in Stone?,"CREATE TABLE ""1990s"" ( ""year"" text, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""original_title"" FROM ""1990s"" WHERE ""english_title""='a judgement in stone';",2-12886027-3 Who is the Director of the Original title of The Crying Game?,"CREATE TABLE ""1990s"" ( ""year"" text, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""director"" FROM ""1990s"" WHERE ""original_title""='the crying game';",2-12886027-3 Which Country is listed for the Director Thomas Vinterberg?,"CREATE TABLE ""1990s"" ( ""year"" text, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""country"" FROM ""1990s"" WHERE ""director""='thomas vinterberg';",2-12886027-3 Which Country has the Director Chen Kaige?,"CREATE TABLE ""1990s"" ( ""year"" text, ""english_title"" text, ""original_title"" text, ""country"" text, ""director"" text );","SELECT ""country"" FROM ""1990s"" WHERE ""director""='chen kaige';",2-12886027-3 "What was the score of the game attended by 50,200?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""attendance""='50,200';",2-12207553-2 "What's the Termination of Mission listed that has a Presentation of Credentials for August 29, 1859?","CREATE TABLE ""new_granada"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""termination_of_mission"" FROM ""new_granada"" WHERE ""presentation_of_credentials""='august 29, 1859';",2-12936850-2 "What's the Representative listed that has a Presentation of Credentials of August 25, 1851?","CREATE TABLE ""new_granada"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""representative"" FROM ""new_granada"" WHERE ""presentation_of_credentials""='august 25, 1851';",2-12936850-2 "What Title has a Termination of Mission for August 13, 1854?","CREATE TABLE ""new_granada"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""title"" FROM ""new_granada"" WHERE ""termination_of_mission""='august 13, 1854';",2-12936850-2 "What Title has a Termination of Mission of November 4, 1861?","CREATE TABLE ""new_granada"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""title"" FROM ""new_granada"" WHERE ""termination_of_mission""='november 4, 1861';",2-12936850-2 "What Representative has a Presentation of Credentails of April 10, 1855?","CREATE TABLE ""new_granada"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""representative"" FROM ""new_granada"" WHERE ""presentation_of_credentials""='april 10, 1855';",2-12936850-2 Which Title has an Appointed by of Millard Fillmore?,"CREATE TABLE ""new_granada"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""title"" FROM ""new_granada"" WHERE ""appointed_by""='millard fillmore';",2-12936850-2 Who was Choong Tan Fook's opponent in 1999?,"CREATE TABLE ""finals_20_12_titles_8_runners_up"" ( ""outcome"" text, ""year"" real, ""tournament"" text, ""partner"" text, ""opponent"" text );","SELECT ""opponent"" FROM ""finals_20_12_titles_8_runners_up"" WHERE ""year""=1999 AND ""partner""='choong tan fook';",2-12250787-1 Which opponent played in the Chinese Taipei Open in 2000?,"CREATE TABLE ""finals_20_12_titles_8_runners_up"" ( ""outcome"" text, ""year"" real, ""tournament"" text, ""partner"" text, ""opponent"" text );","SELECT ""opponent"" FROM ""finals_20_12_titles_8_runners_up"" WHERE ""tournament""='chinese taipei open' AND ""year""=2000;",2-12250787-1 "How many bronzes have a Nation of jamaica (jam), and a Total smaller than 7?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""bronze"") FROM ""medal_table"" WHERE ""nation""='jamaica (jam)' AND ""total""<7;",2-12289333-4 "What is the average silver with more than 0 gold, a Rank of 1, and a Total smaller than 30?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT AVG(""silver"") FROM ""medal_table"" WHERE ""gold"">0 AND ""rank""='1' AND ""total""<30;",2-12289333-4 What is the total gold with a total less than 1?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""gold"") FROM ""medal_table"" WHERE ""total""<1;",2-12289333-4 Which NIR number is for the tso (ex-br class 488 unit 488305) type that has a 6082 / 72605 BR number?,"CREATE TABLE ""northern_ireland"" ( ""nir_number"" text, ""introduced"" text, ""br_number_s"" text, ""built"" text, ""type"" text );","SELECT ""nir_number"" FROM ""northern_ireland"" WHERE ""type""='tso (ex-br class 488 unit 488305)' AND ""br_number_s""='6082 / 72605';",2-1290136-1 What is the Whakamaru school's authority?,"CREATE TABLE ""taupo_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""authority"" FROM ""taupo_district"" WHERE ""name""='whakamaru school';",2-12146269-11 Where is the school with state authority that has a roll of more than 157 students?,"CREATE TABLE ""taupo_district"" ( ""name"" text, ""years"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""area"" FROM ""taupo_district"" WHERE ""authority""='state' AND ""roll"">157;",2-12146269-11 Name the subject of shiyan,"CREATE TABLE ""contents"" ( ""chapter"" real, ""chinese"" text, ""pinyin"" text, ""translation"" text, ""subject"" text );","SELECT ""subject"" FROM ""contents"" WHERE ""pinyin""='shiyan';",2-1216675-1 "Name the chinese with subject of adjectives, adverbs, mostly with reduplication","CREATE TABLE ""contents"" ( ""chapter"" real, ""chinese"" text, ""pinyin"" text, ""translation"" text, ""subject"" text );","SELECT ""chinese"" FROM ""contents"" WHERE ""subject""='adjectives, adverbs, mostly with reduplication';",2-1216675-1 Name the total number of chapter for chinese of 釋宮,"CREATE TABLE ""contents"" ( ""chapter"" real, ""chinese"" text, ""pinyin"" text, ""translation"" text, ""subject"" text );","SELECT COUNT(""chapter"") FROM ""contents"" WHERE ""chinese""='釋宮';",2-1216675-1 Name the highest chapter with chinese of 釋言,"CREATE TABLE ""contents"" ( ""chapter"" real, ""chinese"" text, ""pinyin"" text, ""translation"" text, ""subject"" text );","SELECT MAX(""chapter"") FROM ""contents"" WHERE ""chinese""='釋言';",2-1216675-1 Name the chapter with chinese of 釋水,"CREATE TABLE ""contents"" ( ""chapter"" real, ""chinese"" text, ""pinyin"" text, ""translation"" text, ""subject"" text );","SELECT ""chapter"" FROM ""contents"" WHERE ""chinese""='釋水';",2-1216675-1 Who used Gordini Straight-6 in 1956?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""entrant"" FROM ""complete_formula_one_world_championship_"" WHERE ""engine""='gordini straight-6' AND ""year""=1956;",2-1228208-1 Who was in 1963?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""entrant"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""=1963;",2-1228208-1 Name the score for september 11,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='september 11';",2-12207717-7 Name the loss for record of 71-81,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""record""='71-81';",2-12207717-7 Name the score which has record of 73-83,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='73-83';",2-12207717-7 Name the date for record of 74-84,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='74-84';",2-12207717-7 "For all events with index f10, what is the sum of the overall rankings?","CREATE TABLE ""episode_4_preliminary_round_3_11_sept_20"" ( ""index"" text, ""name"" text, ""talent_segment"" text, ""acting_segment"" text, ""overall_ranking"" real, ""status"" text );","SELECT SUM(""overall_ranking"") FROM ""episode_4_preliminary_round_3_11_sept_20"" WHERE ""index""='f10';",2-13218356-9 "For the event with index f7, what is the status?","CREATE TABLE ""episode_4_preliminary_round_3_11_sept_20"" ( ""index"" text, ""name"" text, ""talent_segment"" text, ""acting_segment"" text, ""overall_ranking"" real, ""status"" text );","SELECT ""status"" FROM ""episode_4_preliminary_round_3_11_sept_20"" WHERE ""index""='f7';",2-13218356-9 "For the event with index f9, what's the talent segment?","CREATE TABLE ""episode_4_preliminary_round_3_11_sept_20"" ( ""index"" text, ""name"" text, ""talent_segment"" text, ""acting_segment"" text, ""overall_ranking"" real, ""status"" text );","SELECT ""talent_segment"" FROM ""episode_4_preliminary_round_3_11_sept_20"" WHERE ""index""='f9';",2-13218356-9 What's the acting segment of 林佩琪 lin peiqi's events that are eliminated?,"CREATE TABLE ""episode_4_preliminary_round_3_11_sept_20"" ( ""index"" text, ""name"" text, ""talent_segment"" text, ""acting_segment"" text, ""overall_ranking"" real, ""status"" text );","SELECT ""acting_segment"" FROM ""episode_4_preliminary_round_3_11_sept_20"" WHERE ""status""='eliminated' AND ""name""='林佩琪 lin peiqi';",2-13218356-9 What's the total number of overall rankings of 廖尹宁 jvnne leow's events that are eliminated?,"CREATE TABLE ""episode_4_preliminary_round_3_11_sept_20"" ( ""index"" text, ""name"" text, ""talent_segment"" text, ""acting_segment"" text, ""overall_ranking"" real, ""status"" text );","SELECT COUNT(""overall_ranking"") FROM ""episode_4_preliminary_round_3_11_sept_20"" WHERE ""status""='eliminated' AND ""name""='廖尹宁 jvnne leow';",2-13218356-9 Who was the opponent at the qf(r) round?,"CREATE TABLE ""2007_08_partick_thistle_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""attendance"" real );","SELECT ""opponent"" FROM ""2007_08_partick_thistle_f_c_season"" WHERE ""round""='qf(r)';",2-12755786-4 What day was the game held at Firhill against AYR United?,"CREATE TABLE ""2007_08_partick_thistle_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""attendance"" real );","SELECT ""date"" FROM ""2007_08_partick_thistle_f_c_season"" WHERE ""venue""='firhill' AND ""opponent""='ayr united';",2-12755786-4 What is the average attendance at a game held at Firhill for the 5(r) round?,"CREATE TABLE ""2007_08_partick_thistle_f_c_season"" ( ""round"" text, ""date"" text, ""opponent"" text, ""venue"" text, ""attendance"" real );","SELECT AVG(""attendance"") FROM ""2007_08_partick_thistle_f_c_season"" WHERE ""venue""='firhill' AND ""round""='5(r)';",2-12755786-4 Who was the opponent when the Seattle Seahawks had a record of 0-1?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""record""='0-1';",2-13258658-2 Who was the opponent when the Seattle Seahawks had a record of 8-7?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""schedule"" WHERE ""record""='8-7';",2-13258658-2 How many points after 1956?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT COUNT(""points"") FROM ""complete_formula_one_world_championship_"" WHERE ""year"">1956;",2-1226547-1 "Before 1956, what Chassis has Gordini Straight-4 engine with 3 points?","CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""chassis"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""<1956 AND ""engine""='gordini straight-4' AND ""points""=3;",2-1226547-1 What engine was used by Equipe Simca Gordini before 1956 with less than 4 points?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""engine"" FROM ""complete_formula_one_world_championship_"" WHERE ""year""<1956 AND ""points""<4 AND ""entrant""='equipe simca gordini';",2-1226547-1 What chassis has smaller than 9 points by Equipe Rosier?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""chassis"" FROM ""complete_formula_one_world_championship_"" WHERE ""points""<9 AND ""entrant""='equipe rosier';",2-1226547-1 Who was the winner in the 2008 season?,"CREATE TABLE ""winners"" ( ""season"" real, ""winner"" text, ""team"" text, ""position"" text, ""win_num"" real );","SELECT ""winner"" FROM ""winners"" WHERE ""season""=2008;",2-12123085-2 "Who is the company Investing Dragons, or tiny box?","CREATE TABLE ""series_6"" ( ""episode"" text, ""first_aired"" text, ""entrepreneur_s"" text, ""company_or_product_name"" text, ""money_requested"" text, ""description_of_product"" text, ""investing_dragon_s"" text );","SELECT ""investing_dragon_s"" FROM ""series_6"" WHERE ""company_or_product_name""='tiny box';",2-12617978-10 When did episode 6 first air with entrepreneur Guy Portelli?,"CREATE TABLE ""series_6"" ( ""episode"" text, ""first_aired"" text, ""entrepreneur_s"" text, ""company_or_product_name"" text, ""money_requested"" text, ""description_of_product"" text, ""investing_dragon_s"" text );","SELECT ""first_aired"" FROM ""series_6"" WHERE ""episode""='episode 6' AND ""entrepreneur_s""='guy portelli';",2-12617978-10 How much money did the company Neurotica request?,"CREATE TABLE ""series_6"" ( ""episode"" text, ""first_aired"" text, ""entrepreneur_s"" text, ""company_or_product_name"" text, ""money_requested"" text, ""description_of_product"" text, ""investing_dragon_s"" text );","SELECT ""money_requested"" FROM ""series_6"" WHERE ""company_or_product_name""='neurotica';",2-12617978-10 Name the least hits for year less than 1920 and player of ed delahanty,"CREATE TABLE ""evolution_of_the_single_season_record_fo"" ( ""hits"" real, ""player"" text, ""team"" text, ""year"" real, ""years_record_stood"" text );","SELECT MIN(""hits"") FROM ""evolution_of_the_single_season_record_fo"" WHERE ""year""<1920 AND ""player""='ed delahanty';",2-13164454-2 Name the player with 238 hits and years after 1885,"CREATE TABLE ""evolution_of_the_single_season_record_fo"" ( ""hits"" real, ""player"" text, ""team"" text, ""year"" real, ""years_record_stood"" text );","SELECT ""player"" FROM ""evolution_of_the_single_season_record_fo"" WHERE ""year"">1885 AND ""hits""=238;",2-13164454-2 Name the hits for years before 1883,"CREATE TABLE ""evolution_of_the_single_season_record_fo"" ( ""hits"" real, ""player"" text, ""team"" text, ""year"" real, ""years_record_stood"" text );","SELECT ""hits"" FROM ""evolution_of_the_single_season_record_fo"" WHERE ""year""<1883;",2-13164454-2 "For the game that was played on october 22 in west side grounds, what is the total attendance","CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT COUNT(""attendance"") FROM ""summary"" WHERE ""location""='west side grounds' AND ""date""='october 22';",2-1332209-1 "Which week was the first game played that had a time of 2:06 and less than 27,374 attendees?","CREATE TABLE ""summary"" ( ""game"" real, ""date"" text, ""location"" text, ""time"" text, ""attendance"" real );","SELECT MIN(""game"") FROM ""summary"" WHERE ""time""='2:06' AND ""attendance""<'27,374';",2-1332209-1 Which team finished 3rd in class with 337 laps before 2008?,"CREATE TABLE ""24_hours_of_le_mans_results"" ( ""year"" real, ""team"" text, ""co_drivers"" text, ""class"" text, ""laps"" real, ""pos"" text, ""class_pos"" text );","SELECT ""team"" FROM ""24_hours_of_le_mans_results"" WHERE ""year""<2008 AND ""laps"">337 AND ""class_pos""='3rd';",2-12576820-3 In which class had 252 laps and a position of dnf?,"CREATE TABLE ""24_hours_of_le_mans_results"" ( ""year"" real, ""team"" text, ""co_drivers"" text, ""class"" text, ""laps"" real, ""pos"" text, ""class_pos"" text );","SELECT ""class"" FROM ""24_hours_of_le_mans_results"" WHERE ""pos""='dnf' AND ""laps""=252;",2-12576820-3 Which position finished 3rd in class and completed less than 338 laps?,"CREATE TABLE ""24_hours_of_le_mans_results"" ( ""year"" real, ""team"" text, ""co_drivers"" text, ""class"" text, ""laps"" real, ""pos"" text, ""class_pos"" text );","SELECT ""pos"" FROM ""24_hours_of_le_mans_results"" WHERE ""class_pos""='3rd' AND ""laps""<338;",2-12576820-3 What was the position in 1997?,"CREATE TABLE ""24_hours_of_le_mans_results"" ( ""year"" real, ""team"" text, ""co_drivers"" text, ""class"" text, ""laps"" real, ""pos"" text, ""class_pos"" text );","SELECT ""pos"" FROM ""24_hours_of_le_mans_results"" WHERE ""year""=1997;",2-12576820-3 Which Kit manufacturer sponsers Arsenal?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""kit_manufacturer"" FROM ""personnel_and_kits"" WHERE ""team""='arsenal';",2-1269651-1 Which captain is managed by gianluca vialli?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""captain"" FROM ""personnel_and_kits"" WHERE ""manager""='gianluca vialli';",2-1269651-1 Which Kit Manufacturer supports team Everton?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""kit_manufacturer"" FROM ""personnel_and_kits"" WHERE ""team""='everton';",2-1269651-1 Which team does David O'leary manage?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""team"" FROM ""personnel_and_kits"" WHERE ""manager""='david o''leary';",2-1269651-1 Which shirt sponser has Nike as a kit manufacturer?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""shirt_sponsor"" FROM ""personnel_and_kits"" WHERE ""kit_manufacturer""='nike';",2-1269651-1 Which title has a year prior to 2008 and xbox 360 as the platform?,"CREATE TABLE ""cry_engine_1"" ( ""title"" text, ""year"" real, ""developer"" text, ""publisher"" text, ""platform"" text );","SELECT ""title"" FROM ""cry_engine_1"" WHERE ""year""<2008 AND ""platform""='xbox 360';",2-1241866-1 Which publisher has Far Cry as the title?,"CREATE TABLE ""cry_engine_1"" ( ""title"" text, ""year"" real, ""developer"" text, ""publisher"" text, ""platform"" text );","SELECT ""publisher"" FROM ""cry_engine_1"" WHERE ""title""='far cry';",2-1241866-1 Which title has xbox as the platform with a year prior to 2006?,"CREATE TABLE ""cry_engine_1"" ( ""title"" text, ""year"" real, ""developer"" text, ""publisher"" text, ""platform"" text );","SELECT ""title"" FROM ""cry_engine_1"" WHERE ""platform""='xbox' AND ""year""<2006;",2-1241866-1 Which developer has xbox 360 as the platform?,"CREATE TABLE ""cry_engine_1"" ( ""title"" text, ""year"" real, ""developer"" text, ""publisher"" text, ""platform"" text );","SELECT ""developer"" FROM ""cry_engine_1"" WHERE ""platform""='xbox 360';",2-1241866-1 What is the average year that has far cry vengeance as the title?,"CREATE TABLE ""cry_engine_1"" ( ""title"" text, ""year"" real, ""developer"" text, ""publisher"" text, ""platform"" text );","SELECT AVG(""year"") FROM ""cry_engine_1"" WHERE ""title""='far cry vengeance';",2-1241866-1 "Which position is the highest to have less than 54 goals, a loss of 7 and a goal difference higher than 23?","CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MAX(""position"") FROM ""final_table"" WHERE ""goals_against""<54 AND ""losses""=7 AND ""goal_difference"">23;",2-12241980-2 Which is the lowest played with 28-10 points and goals higher than 29?,"CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT MIN(""played"") FROM ""final_table"" WHERE ""points""='28-10' AND ""goals_for"">29;",2-12241980-2 "How many positions have 14 wins, goals against of 61 and fewer than 19 losses?","CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT COUNT(""position"") FROM ""final_table"" WHERE ""wins""=14 AND ""goals_against""=61 AND ""losses""<19;",2-12241980-2 What is the average loss with a goal higher than 51 and wins higher than 14?,"CREATE TABLE ""final_table"" ( ""position"" real, ""club"" text, ""played"" real, ""points"" text, ""wins"" real, ""draws"" real, ""losses"" real, ""goals_for"" real, ""goals_against"" real, ""goal_difference"" real );","SELECT AVG(""losses"") FROM ""final_table"" WHERE ""goals_against"">51 AND ""wins"">14;",2-12241980-2 Name the average ends for weston,"CREATE TABLE ""squad_information"" ( ""nat"" text, ""name"" text, ""since"" real, ""goals"" real, ""ends"" real, ""transfer_fee"" text );","SELECT AVG(""ends"") FROM ""squad_information"" WHERE ""name""='weston';",2-12608427-1 What is the lowest decile with a state authority and Midhirst school?,"CREATE TABLE ""stratford_district"" ( ""name"" text, ""years"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" text );","SELECT MIN(""decile"") FROM ""stratford_district"" WHERE ""authority""='state' AND ""name""='midhirst school';",2-12212087-2 What is the year when Conrad Hückstädt won Men's Single?,"CREATE TABLE ""previous_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""year"" FROM ""previous_winners"" WHERE ""men_s_singles""='conrad hückstädt';",2-12233108-1 Who won the Men's Double the same year as Florentina Petre winning the Women's Singles?,"CREATE TABLE ""previous_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""men_s_doubles"" FROM ""previous_winners"" WHERE ""women_s_singles""='florentina petre';",2-12233108-1 In what year was there no competition for women?,"CREATE TABLE ""previous_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""year"" FROM ""previous_winners"" WHERE ""women_s_singles""='no competition';",2-12233108-1 What area is Central Takaka School in?,"CREATE TABLE ""references"" ( ""name"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" text, ""roll"" real );","SELECT ""area"" FROM ""references"" WHERE ""name""='central takaka school';",2-12245471-1 "What is the Mach with Vehicle Flight # m2-f2 #8 and an Altitude (meters) greater than 13,716?","CREATE TABLE ""m2_f2_flights"" ( ""vehicle_flight_num"" text, ""date"" text, ""pilot"" text, ""mach"" real, ""velocity_km_h"" real, ""altitude_meters"" real, ""duration"" text );","SELECT SUM(""mach"") FROM ""m2_f2_flights"" WHERE ""vehicle_flight_num""='m2-f2 #8' AND ""altitude_meters"">'13,716';",2-1277120-1 What Vehicle Flight # has Pilot Peterson and Velocity (km/h) of 649?,"CREATE TABLE ""m2_f2_flights"" ( ""vehicle_flight_num"" text, ""date"" text, ""pilot"" text, ""mach"" real, ""velocity_km_h"" real, ""altitude_meters"" real, ""duration"" text );","SELECT ""vehicle_flight_num"" FROM ""m2_f2_flights"" WHERE ""pilot""='peterson' AND ""velocity_km_h""=649;",2-1277120-1 What Date has a Mach of 0.662?,"CREATE TABLE ""m2_f2_flights"" ( ""vehicle_flight_num"" text, ""date"" text, ""pilot"" text, ""mach"" real, ""velocity_km_h"" real, ""altitude_meters"" real, ""duration"" text );","SELECT ""date"" FROM ""m2_f2_flights"" WHERE ""mach""=0.662;",2-1277120-1 "In 1837, who was the 2nd member who's 2nd party was conservative.","CREATE TABLE ""members_of_parliament"" ( ""year"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""2nd_member"" FROM ""members_of_parliament"" WHERE ""2nd_party""='conservative' AND ""year""='1837';",2-12261849-1 "In 1865, what was the first party?","CREATE TABLE ""members_of_parliament"" ( ""year"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""1st_party"" FROM ""members_of_parliament"" WHERE ""year""='1865';",2-12261849-1 Which Barrel twist has a Stock of canadian 3rd generation and a Hand guards of short ribbed?,"CREATE TABLE ""diemaco_colt_canada_models"" ( ""colt_model_no"" text, ""diemaco_model"" text, ""stock"" text, ""fire_control"" text, ""rear_sight"" text, ""forward_assist"" text, ""barrel_length"" text, ""barrel_profile"" text, ""barrel_twist"" text, ""hand_guards"" text, ""bayonet_lug"" text, ""muzzle_device"" text );","SELECT ""barrel_twist"" FROM ""diemaco_colt_canada_models"" WHERE ""stock""='canadian 3rd generation' AND ""hand_guards""='short ribbed';",2-12834315-8 Which Hand guards has a Barrel profile of a2 and a Rear sight of weaver?,"CREATE TABLE ""diemaco_colt_canada_models"" ( ""colt_model_no"" text, ""diemaco_model"" text, ""stock"" text, ""fire_control"" text, ""rear_sight"" text, ""forward_assist"" text, ""barrel_length"" text, ""barrel_profile"" text, ""barrel_twist"" text, ""hand_guards"" text, ""bayonet_lug"" text, ""muzzle_device"" text );","SELECT ""hand_guards"" FROM ""diemaco_colt_canada_models"" WHERE ""barrel_profile""='a2' AND ""rear_sight""='weaver';",2-12834315-8 Who was the co-driver for the team with more than 160 laps and the number 6 after 2010?,"CREATE TABLE ""bathurst_1000_results"" ( ""year"" real, ""number"" real, ""team"" text, ""co_driver"" text, ""position"" text, ""laps"" real );","SELECT ""co_driver"" FROM ""bathurst_1000_results"" WHERE ""laps"">160 AND ""year"">2010 AND ""number""=6;",2-13194020-2 What is the fewest laps for a team with a position of DNF and a number smaller than 25 before 2001?,"CREATE TABLE ""bathurst_1000_results"" ( ""year"" real, ""number"" real, ""team"" text, ""co_driver"" text, ""position"" text, ""laps"" real );","SELECT MIN(""laps"") FROM ""bathurst_1000_results"" WHERE ""position""='dnf' AND ""number""<25 AND ""year""<2001;",2-13194020-2 What gender is Luc Desnoyers?,"CREATE TABLE ""candidates"" ( ""riding"" text, ""candidate_s_name"" text, ""gender"" text, ""residence"" text, ""occupation"" text, ""votes"" real, ""rank"" text );","SELECT ""gender"" FROM ""candidates"" WHERE ""candidate_s_name""='luc desnoyers';",2-12890214-1 What is the highest number of votes for the French Professor?,"CREATE TABLE ""candidates"" ( ""riding"" text, ""candidate_s_name"" text, ""gender"" text, ""residence"" text, ""occupation"" text, ""votes"" real, ""rank"" text );","SELECT MAX(""votes"") FROM ""candidates"" WHERE ""occupation""='french professor';",2-12890214-1 Where is Hip 4872?,"CREATE TABLE ""transmissions"" ( ""designation"" text, ""constellation"" text, ""date_sent"" text, ""arrival_date"" text, ""message"" text );","SELECT ""constellation"" FROM ""transmissions"" WHERE ""designation""='hip 4872';",2-13168320-1 What is the language of the film Rosie?,"CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""result"" text );","SELECT ""language_s"" FROM ""submissions"" WHERE ""original_title""='rosie';",2-13330057-1 "What was the title used for Rosie, the film nominated for the dutch language?","CREATE TABLE ""submissions"" ( ""year_ceremony"" text, ""film_title_used_in_nomination"" text, ""original_title"" text, ""language_s"" text, ""result"" text );","SELECT ""film_title_used_in_nomination"" FROM ""submissions"" WHERE ""language_s""='dutch' AND ""original_title""='rosie';",2-13330057-1 What year did Carolina Marin win the Women's singles?,"CREATE TABLE ""previous_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""year"" FROM ""previous_winners"" WHERE ""women_s_singles""='carolina marin';",2-12152481-1 Who won the Mixed Doubles in 2007?,"CREATE TABLE ""previous_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""mixed_doubles"" FROM ""previous_winners"" WHERE ""year""='2007';",2-12152481-1 Who won the Mixed doubles when Juliane Schenk won the Women's Singles?,"CREATE TABLE ""previous_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""mixed_doubles"" FROM ""previous_winners"" WHERE ""women_s_singles""='juliane schenk';",2-12152481-1 What is the average Round number of Player Adrien Clarke?,"CREATE TABLE ""2003_ohio_state_buckeyes_football_team"" ( ""player"" text, ""round"" real, ""pick"" real, ""position"" text, ""nfl_club"" text );","SELECT AVG(""round"") FROM ""2003_ohio_state_buckeyes_football_team"" WHERE ""player""='adrien clarke';",2-12754127-2 What is the highest round number of a Pick after 209.,"CREATE TABLE ""2003_ohio_state_buckeyes_football_team"" ( ""player"" text, ""round"" real, ""pick"" real, ""position"" text, ""nfl_club"" text );","SELECT MAX(""round"") FROM ""2003_ohio_state_buckeyes_football_team"" WHERE ""pick"">209;",2-12754127-2 What was the score when the Blue Jays had a record of 39-20?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='39-20';",2-12207430-4 Which player has a to par of e and a score of 67-73=140?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""to_par""='e' AND ""score""='67-73=140';",2-12333215-5 What country is Adam Scott from?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""player""='adam scott';",2-12333215-5 What is Canada's score?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""second_round"" WHERE ""country""='canada';",2-12333215-5 Which country has a score of 70-66=136?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""second_round"" WHERE ""score""='70-66=136';",2-12333215-5 Which player is from Sweden?,"CREATE TABLE ""second_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round"" WHERE ""country""='sweden';",2-12333215-5 "What is the total number of field goals of Denan Kemp, who has more than 4 tries, more than 32 points, and 0 goals?","CREATE TABLE ""scorers"" ( ""player"" text, ""tries"" real, ""goals"" real, ""field_goals"" real, ""points"" real );","SELECT COUNT(""field_goals"") FROM ""scorers"" WHERE ""tries"">4 AND ""points"">32 AND ""goals""=0 AND ""player""='denan kemp';",2-12478598-3 How many points did the player with 2 tries and more than 0 field goals have?,"CREATE TABLE ""scorers"" ( ""player"" text, ""tries"" real, ""goals"" real, ""field_goals"" real, ""points"" real );","SELECT SUM(""points"") FROM ""scorers"" WHERE ""tries""=2 AND ""field_goals"">0;",2-12478598-3 "What is the number of goals Dave Taylor, who has more than 1 tries, has?","CREATE TABLE ""scorers"" ( ""player"" text, ""tries"" real, ""goals"" real, ""field_goals"" real, ""points"" real );","SELECT SUM(""goals"") FROM ""scorers"" WHERE ""player""='dave taylor' AND ""tries"">1;",2-12478598-3 How many goals did the player with less than 4 points have?,"CREATE TABLE ""scorers"" ( ""player"" text, ""tries"" real, ""goals"" real, ""field_goals"" real, ""points"" real );","SELECT COUNT(""goals"") FROM ""scorers"" WHERE ""points""<4;",2-12478598-3 "What is the lowest tries the player with more than 0 goals, 28 points, and more than 0 field goals have?","CREATE TABLE ""scorers"" ( ""player"" text, ""tries"" real, ""goals"" real, ""field_goals"" real, ""points"" real );","SELECT MIN(""tries"") FROM ""scorers"" WHERE ""goals"">0 AND ""points""=28 AND ""field_goals"">0;",2-12478598-3 When doeas Mascot of blue devils in Gary Froebel School?,"CREATE TABLE ""former_members"" ( ""school"" text, ""location"" text, ""mascot"" text, ""county"" text, ""joined"" text, ""previous_conference"" text, ""left"" text, ""conference_joined"" text );","SELECT ""joined"" FROM ""former_members"" WHERE ""mascot""='blue devils';",2-12264570-2 Which conference held at School of whiting?,"CREATE TABLE ""former_members"" ( ""school"" text, ""location"" text, ""mascot"" text, ""county"" text, ""joined"" text, ""previous_conference"" text, ""left"" text, ""conference_joined"" text );","SELECT ""previous_conference"" FROM ""former_members"" WHERE ""school""='whiting';",2-12264570-2 "What is the lifespan of Joseph Vance, a democratic-republican from Ohio?","CREATE TABLE ""external_links"" ( ""representative"" text, ""years"" text, ""state"" text, ""party"" text, ""lifespan"" text );","SELECT ""lifespan"" FROM ""external_links"" WHERE ""state""='ohio' AND ""representative""='joseph vance' AND ""party""='democratic-republican';",2-12601267-1 "What was the 2nd Party that had the 2nd Member John Barneby, when the 1st Party was Conservative?","CREATE TABLE ""m_ps_1832_1885"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""2nd_party"" FROM ""m_ps_1832_1885"" WHERE ""2nd_member""='john barneby' AND ""1st_party""='conservative';",2-12269966-1 "What was the 2nd Party, when the 1st Member was John Hodgetts-Foley, and the 2nd Member was Hon. Frederick Gough-Calthorpe?","CREATE TABLE ""m_ps_1832_1885"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""2nd_party"" FROM ""m_ps_1832_1885"" WHERE ""1st_member""='john hodgetts-foley' AND ""2nd_member""='hon. frederick gough-calthorpe';",2-12269966-1 What was the 1st Party when the 1st Member was William Congreve Russell?,"CREATE TABLE ""m_ps_1832_1885"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""1st_party"" FROM ""m_ps_1832_1885"" WHERE ""1st_member""='william congreve russell';",2-12269966-1 What was the 1st Member when the 1st Party had its representation reduced to one member?,"CREATE TABLE ""m_ps_1832_1885"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""1st_member"" FROM ""m_ps_1832_1885"" WHERE ""1st_party""='representation reduced to one member';",2-12269966-1 "What was the 2nd Party when its 2nd Member was George Rushout-Bowes, and the 1st Party was Liberal?","CREATE TABLE ""m_ps_1832_1885"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""2nd_party"" FROM ""m_ps_1832_1885"" WHERE ""2nd_member""='george rushout-bowes' AND ""1st_party""='liberal';",2-12269966-1 Name the loss on may 22,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""date""='may 22';",2-12207900-3 Who was the Blue Jays opponent when their record was 84-69?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""record""='84-69';",2-12207449-7 What was the date of the game when their record was 84-69?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='84-69';",2-12207449-7 How many laps does the one ranked 16 have?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" text );","SELECT ""laps"" FROM ""indy_500_results"" WHERE ""rank""='16';",2-1251950-2 What is the start of the race with 676 laps?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" text );","SELECT ""start"" FROM ""indy_500_results"" WHERE ""laps""='676';",2-1251950-2 What year was the ranking 1?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" text );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""rank""='1';",2-1251950-2 What finish qualified at 141.071?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" text );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""qual""='141.071';",2-1251950-2 What ranking that had a start of 19?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" text );","SELECT ""rank"" FROM ""indy_500_results"" WHERE ""start""='19';",2-1251950-2 How many laps was qualifier of 138.212?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" text );","SELECT ""laps"" FROM ""indy_500_results"" WHERE ""qual""='138.212';",2-1251950-2 Name the place for score of 67-70=137 and stuart appleby,"CREATE TABLE ""second_round_friday"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""second_round_friday"" WHERE ""score""='67-70=137' AND ""player""='stuart appleby';",2-12512153-5 Name the player for fiji,"CREATE TABLE ""second_round_friday"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""player"" FROM ""second_round_friday"" WHERE ""country""='fiji';",2-12512153-5 Name the score for fiji,"CREATE TABLE ""second_round_friday"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""second_round_friday"" WHERE ""country""='fiji';",2-12512153-5 Name the score for vijay singh,"CREATE TABLE ""second_round_friday"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""second_round_friday"" WHERE ""player""='vijay singh';",2-12512153-5 What division was Ukraine in 2006/07?,"CREATE TABLE ""club_career_stats"" ( ""season"" text, ""team"" text, ""country"" text, ""division"" real, ""apps"" real, ""goals"" real );","SELECT ""division"" FROM ""club_career_stats"" WHERE ""country""='ukraine' AND ""season""='2006/07';",2-12259352-1 What is the Airdate of the episode that ranked #29 and had a share greater than 10?,"CREATE TABLE ""united_states"" ( ""episode_num"" real, ""title"" text, ""airdate"" text, ""rating"" real, ""share"" real, ""18_49"" real, ""viewers_millions"" real, ""rank"" text );","SELECT ""airdate"" FROM ""united_states"" WHERE ""share""=10 AND ""rank""='#29';",2-12146637-3 What city is fuhlsbüttel airport in?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""city"" FROM ""destinations"" WHERE ""airport""='fuhlsbüttel airport';",2-1262363-2 What is the IATA for Ringway Airport in the United Kingdom?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""iata"" FROM ""destinations"" WHERE ""country""='united kingdom' AND ""airport""='ringway airport';",2-1262363-2 Which city has the IATA SSG?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""city"" FROM ""destinations"" WHERE ""iata""='ssg';",2-1262363-2 What is the IATA of galeão airport?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""iata"" FROM ""destinations"" WHERE ""airport""='galeão airport';",2-1262363-2 What is the ICAO of Douala city?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""icao"" FROM ""destinations"" WHERE ""city""='douala';",2-1262363-2 What is the ICAO of Lohausen airport?,"CREATE TABLE ""destinations"" ( ""city"" text, ""country"" text, ""iata"" text, ""icao"" text, ""airport"" text );","SELECT ""icao"" FROM ""destinations"" WHERE ""airport""='lohausen airport';",2-1262363-2 What was the score of the game when their record was 62-67,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""record""='62-67';",2-12206127-6 Does Trinity (valhalla) have HDMI?,"CREATE TABLE ""list_of_revisions"" ( ""codename"" text, ""hdmi"" text, ""power_supply"" text, ""in_production"" text, ""date_released"" text );","SELECT ""hdmi"" FROM ""list_of_revisions"" WHERE ""codename""='trinity (valhalla)';",2-12366110-2 Is Jasper being producted?,"CREATE TABLE ""list_of_revisions"" ( ""codename"" text, ""hdmi"" text, ""power_supply"" text, ""in_production"" text, ""date_released"" text );","SELECT ""in_production"" FROM ""list_of_revisions"" WHERE ""codename""='jasper';",2-12366110-2 What is the result of Courtney Walsh ?,"CREATE TABLE ""england_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""result"" FROM ""england_in_west_indies"" WHERE ""home_captain""='courtney walsh';",2-12410929-35 When did a Venue of Antigua Recreation Ground happen?,"CREATE TABLE ""england_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""date"" FROM ""england_in_west_indies"" WHERE ""venue""='antigua recreation ground';",2-12410929-35 What is the Venue which has a Wi by 8 wkts?,"CREATE TABLE ""england_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""venue"" FROM ""england_in_west_indies"" WHERE ""result""='wi by 8 wkts';",2-12410929-35 "Which Home captain has Date of 25,26,27,29,30 march 1994?","CREATE TABLE ""england_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""home_captain"" FROM ""england_in_west_indies"" WHERE ""date""='25,26,27,29,30 march 1994';",2-12410929-35 Which Home Captain has Venue of Bourda?,"CREATE TABLE ""england_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""home_captain"" FROM ""england_in_west_indies"" WHERE ""venue""='bourda';",2-12410929-35 Which Home Captain has Eng by 208 runs?,"CREATE TABLE ""england_in_west_indies"" ( ""date"" text, ""home_captain"" text, ""away_captain"" text, ""venue"" text, ""result"" text );","SELECT ""home_captain"" FROM ""england_in_west_indies"" WHERE ""result""='eng by 208 runs';",2-12410929-35 What's the Highest Goal Ratio with a League of 88 and an FA Cup less than 7?,"CREATE TABLE ""top_goalscorers"" ( ""name"" text, ""period"" text, ""league"" real, ""fa_cup"" real, ""league_cup"" real, ""other"" real, ""total"" real, ""apps"" real, ""goal_ratio"" real );","SELECT MAX(""goal_ratio"") FROM ""top_goalscorers"" WHERE ""league""=88 AND ""fa_cup""<7;",2-12481427-2 "What's the highest FA Cup with the Name of Alan Smith, and League Cup smaller than 4?","CREATE TABLE ""top_goalscorers"" ( ""name"" text, ""period"" text, ""league"" real, ""fa_cup"" real, ""league_cup"" real, ""other"" real, ""total"" real, ""apps"" real, ""goal_ratio"" real );","SELECT MAX(""fa_cup"") FROM ""top_goalscorers"" WHERE ""name""='alan smith' AND ""league_cup""<4;",2-12481427-2 "What's the lowest Total thats got an FA Cup larger than 10, Name of Arthur Chandler, and a League Cup thats larger than 0?","CREATE TABLE ""top_goalscorers"" ( ""name"" text, ""period"" text, ""league"" real, ""fa_cup"" real, ""league_cup"" real, ""other"" real, ""total"" real, ""apps"" real, ""goal_ratio"" real );","SELECT MIN(""total"") FROM ""top_goalscorers"" WHERE ""fa_cup"">10 AND ""name""='arthur chandler' AND ""league_cup"">0;",2-12481427-2 What was the lowest year that the engine Ilmor 2175a 3.5 v10 was used?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT MIN(""year"") FROM ""complete_formula_one_world_championship_"" WHERE ""engine""='ilmor 2175a 3.5 v10';",2-1226465-1 Which engine did dr ing f porsche kg use with the porsche rsk (f2) chassis?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""engine"" FROM ""complete_formula_one_world_championship_"" WHERE ""entrant""='dr ing f porsche kg' AND ""chassis""='porsche rsk (f2)';",2-1228316-1 What chassis did the porsche flat-4 use before 1958?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""chassis"" FROM ""complete_formula_one_world_championship_"" WHERE ""engine""='porsche flat-4' AND ""year""<1958;",2-1228316-1 What engine did the porsche 718 chassis use?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""engine"" FROM ""complete_formula_one_world_championship_"" WHERE ""chassis""='porsche 718';",2-1228316-1 Which year had more than 0 points?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT COUNT(""year"") FROM ""complete_formula_one_world_championship_"" WHERE ""points"">0;",2-1228316-1 What position is 1999?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""position"" FROM ""achievements"" WHERE ""year""=1999;",2-12959767-1 Where were the Mediterranean games after 2005?,"CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""competition""='mediterranean games' AND ""year"">2005;",2-12959767-1 "What are the notes for bydgoszcz, Poland?","CREATE TABLE ""achievements"" ( ""year"" real, ""competition"" text, ""venue"" text, ""position"" text, ""notes"" text );","SELECT ""notes"" FROM ""achievements"" WHERE ""venue""='bydgoszcz, poland';",2-12959767-1 Name the least lane for kasey giteau and rank less than 18,"CREATE TABLE ""heats"" ( ""rank"" real, ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT MIN(""lane"") FROM ""heats"" WHERE ""name""='kasey giteau' AND ""rank""<18;",2-12383066-2 Name the total number of lane for brooke bennett and rank less than 1,"CREATE TABLE ""heats"" ( ""rank"" real, ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT COUNT(""lane"") FROM ""heats"" WHERE ""name""='brooke bennett' AND ""rank""<1;",2-12383066-2 Name the average rank with larger than 3 and heat more than 5,"CREATE TABLE ""heats"" ( ""rank"" real, ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT AVG(""rank"") FROM ""heats"" WHERE ""lane"">3 AND ""heat"">5;",2-12383066-2 Who was the player associated with Ole Miss in years after 2008 with a Mississippi St. name of Eric Moulds?,"CREATE TABLE ""western_division"" ( ""year"" real, ""alabama"" text, ""arkansas"" text, ""auburn"" text, ""ole_miss"" text, ""mississippi_st"" text );","SELECT ""ole_miss"" FROM ""western_division"" WHERE ""year"">2008 AND ""mississippi_st""='eric moulds';",2-12489563-2 Who was the Ole Miss player associated with Chuck Dicus?,"CREATE TABLE ""western_division"" ( ""year"" real, ""alabama"" text, ""arkansas"" text, ""auburn"" text, ""ole_miss"" text, ""mississippi_st"" text );","SELECT ""ole_miss"" FROM ""western_division"" WHERE ""arkansas""='chuck dicus';",2-12489563-2 Who was the Alabama player associated with Walt Harris?,"CREATE TABLE ""western_division"" ( ""year"" real, ""alabama"" text, ""arkansas"" text, ""auburn"" text, ""ole_miss"" text, ""mississippi_st"" text );","SELECT ""alabama"" FROM ""western_division"" WHERE ""mississippi_st""='walt harris';",2-12489563-2 Who was the Mississippi State player associated with Cornelius Bennett?,"CREATE TABLE ""western_division"" ( ""year"" real, ""alabama"" text, ""arkansas"" text, ""auburn"" text, ""ole_miss"" text, ""mississippi_st"" text );","SELECT ""mississippi_st"" FROM ""western_division"" WHERE ""alabama""='cornelius bennett';",2-12489563-2 Who is the Arkansas player associated with Ken Stabler?,"CREATE TABLE ""western_division"" ( ""year"" real, ""alabama"" text, ""arkansas"" text, ""auburn"" text, ""ole_miss"" text, ""mississippi_st"" text );","SELECT ""arkansas"" FROM ""western_division"" WHERE ""alabama""='ken stabler';",2-12489563-2 "What is the roll of Bishop Viard College (An Integrated College), which has a decile larger than 1?","CREATE TABLE ""porirua_city"" ( ""name"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT COUNT(""roll"") FROM ""porirua_city"" WHERE ""decile"">1 AND ""authority""='integrated' AND ""name""='bishop viard college';",2-12214488-2 "What was the decile of Samuel Marsden Collegiate School in Whitby, when it had a roll higher than 163?","CREATE TABLE ""porirua_city"" ( ""name"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT COUNT(""decile"") FROM ""porirua_city"" WHERE ""area""='whitby' AND ""name""='samuel marsden collegiate school' AND ""roll"">163;",2-12214488-2 What integrated school had a decile of 2 and a roll larger than 55?,"CREATE TABLE ""porirua_city"" ( ""name"" text, ""gender"" text, ""area"" text, ""authority"" text, ""decile"" real, ""roll"" real );","SELECT ""name"" FROM ""porirua_city"" WHERE ""decile""=2 AND ""authority""='integrated' AND ""roll"">55;",2-12214488-2 Who was the 4 lane person from Canada?,"CREATE TABLE ""heats"" ( ""rank"" real, ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT MIN(""heat"") FROM ""heats"" WHERE ""lane""=4 AND ""nationality""='canada';",2-12446535-3 "In 1939, what was the finish?","CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""year""='1939';",2-1252091-1 "In 1937, what was the finish?","CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""year""='1937';",2-1252091-1 The Qual of 120.006 took place in what year?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""qual""='120.006';",2-1252091-1 "With a Rank of 19, and a Start of 14, what was the finish?","CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""rank""='19' AND ""start""='14';",2-1252091-1 What company made the chassis when Ferrari made the engine and there were 25 points?,"CREATE TABLE ""complete_world_championship_formula_one_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""chassis"" FROM ""complete_world_championship_formula_one_"" WHERE ""engine""='ferrari' AND ""points""=25;",2-1226514-1 "What is the most points when Maserati made the engine, and a Entrant of owen racing organisation?","CREATE TABLE ""complete_world_championship_formula_one_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT MAX(""points"") FROM ""complete_world_championship_formula_one_"" WHERE ""engine""='maserati' AND ""entrant""='owen racing organisation';",2-1226514-1 What company made the chassis when there were 8 points?,"CREATE TABLE ""complete_world_championship_formula_one_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""chassis"" FROM ""complete_world_championship_formula_one_"" WHERE ""points""=8;",2-1226514-1 What is the entrant earlier than 1956 with a Vanwall Special chassis?,"CREATE TABLE ""complete_world_championship_formula_one_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT ""entrant"" FROM ""complete_world_championship_formula_one_"" WHERE ""year""<1956 AND ""chassis""='vanwall special';",2-1226514-1 what is the number of wins that is in the Top 10 and larger than 13?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT SUM(""wins"") FROM ""summary"" WHERE ""top_10"">13;",2-1261748-7 What is the average number of cuts made in the Top 25 smaller than 5?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT AVG(""cuts_made"") FROM ""summary"" WHERE ""top_25""<5;",2-1261748-7 What is the lowest top 5 winners with less than 0?,"CREATE TABLE ""summary"" ( ""tournament"" text, ""wins"" real, ""top_5"" real, ""top_10"" real, ""top_25"" real, ""events"" real, ""cuts_made"" real );","SELECT MIN(""top_5"") FROM ""summary"" WHERE ""wins""<0;",2-1261748-7 How many points for the cooper car company after 1959?,"CREATE TABLE ""complete_formula_one_world_championship_"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""points"" real );","SELECT SUM(""points"") FROM ""complete_formula_one_world_championship_"" WHERE ""entrant""='cooper car company' AND ""year"">1959;",2-1235989-1 What is the average 3620 value that has a 5432 of 1277 and a 15122 less than 1540?,"CREATE TABLE ""deliveries_by_decade_and_fuselage_type_t"" ( ""total"" text, ""11502"" real, ""3620"" real, ""15122"" real, ""5432"" real, ""2233"" real, ""7665"" real );","SELECT AVG(""3620"") FROM ""deliveries_by_decade_and_fuselage_type_t"" WHERE ""5432""=1277 AND ""15122""<1540;",2-12147985-5 "What is the average 5432 value with a 11502 larger than 1163, a 15122 less than 15122, and a 3620 less than 624?","CREATE TABLE ""deliveries_by_decade_and_fuselage_type_t"" ( ""total"" text, ""11502"" real, ""3620"" real, ""15122"" real, ""5432"" real, ""2233"" real, ""7665"" real );","SELECT AVG(""5432"") FROM ""deliveries_by_decade_and_fuselage_type_t"" WHERE ""11502"">1163 AND ""15122""<15122 AND ""3620""<624;",2-12147985-5 What is the highest 3620 value with a 5432 of 5432 and a 15122 greater than 15122?,"CREATE TABLE ""deliveries_by_decade_and_fuselage_type_t"" ( ""total"" text, ""11502"" real, ""3620"" real, ""15122"" real, ""5432"" real, ""2233"" real, ""7665"" real );","SELECT MAX(""3620"") FROM ""deliveries_by_decade_and_fuselage_type_t"" WHERE ""5432""=5432 AND ""15122"">15122;",2-12147985-5 "Which representative was the Ambassador Extraordinary and Plenipotentiary and had a Termination of Mission date September 20, 1996?","CREATE TABLE ""see_also"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""representative"" FROM ""see_also"" WHERE ""title""='ambassador extraordinary and plenipotentiary' AND ""termination_of_mission""='september 20, 1996';",2-12853969-1 "Which representative has a Termination of MIssion date Mar 25, 1976?","CREATE TABLE ""see_also"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""representative"" FROM ""see_also"" WHERE ""termination_of_mission""='mar 25, 1976';",2-12853969-1 What was the Termination of Mission date for the ambassador who was appointed by Barack Obama?,"CREATE TABLE ""see_also"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""termination_of_mission"" FROM ""see_also"" WHERE ""appointed_by""='barack obama';",2-12853969-1 "What is the Termination of Mission date for Marsha E. Barnes, the Ambassador Extraordinary and Plenipotentiary?","CREATE TABLE ""see_also"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""termination_of_mission"" FROM ""see_also"" WHERE ""title""='ambassador extraordinary and plenipotentiary' AND ""representative""='marsha e. barnes';",2-12853969-1 "Who appointed the representative that had a Presentation of Credentials on March 25, 1976?","CREATE TABLE ""see_also"" ( ""representative"" text, ""title"" text, ""presentation_of_credentials"" text, ""termination_of_mission"" text, ""appointed_by"" text );","SELECT ""appointed_by"" FROM ""see_also"" WHERE ""presentation_of_credentials""='march 25, 1976';",2-12853969-1 Which character first appeared in Amazing Fantasy #15?,"CREATE TABLE ""first_appearances_of_popular_heroes_vill"" ( ""character_s"" text, ""first_appearance"" text, ""cover_date"" text, ""publisher"" text, ""estimated_value"" text );","SELECT ""character_s"" FROM ""first_appearances_of_popular_heroes_vill"" WHERE ""first_appearance""='amazing fantasy #15';",2-1217448-1 What is Action Comics #1's estimated value?,"CREATE TABLE ""first_appearances_of_popular_heroes_vill"" ( ""character_s"" text, ""first_appearance"" text, ""cover_date"" text, ""publisher"" text, ""estimated_value"" text );","SELECT ""estimated_value"" FROM ""first_appearances_of_popular_heroes_vill"" WHERE ""first_appearance""='action comics #1';",2-1217448-1 Who publishes Wolverine?,"CREATE TABLE ""first_appearances_of_popular_heroes_vill"" ( ""character_s"" text, ""first_appearance"" text, ""cover_date"" text, ""publisher"" text, ""estimated_value"" text );","SELECT ""publisher"" FROM ""first_appearances_of_popular_heroes_vill"" WHERE ""character_s""='wolverine';",2-1217448-1 What player's original team are the Oakland Raiders?,"CREATE TABLE ""notable_undrafted_players"" ( ""original_nfl_team"" text, ""player"" text, ""pos"" text, ""college"" text, ""conf"" text );","SELECT ""player"" FROM ""notable_undrafted_players"" WHERE ""original_nfl_team""='oakland raiders';",2-1227065-6 What player's original team are the Buffalo Bills?,"CREATE TABLE ""notable_undrafted_players"" ( ""original_nfl_team"" text, ""player"" text, ""pos"" text, ""college"" text, ""conf"" text );","SELECT ""player"" FROM ""notable_undrafted_players"" WHERE ""original_nfl_team""='buffalo bills';",2-1227065-6 Which to par has a prize less than $800?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_leaderboard"" WHERE ""money""=800;",2-12641798-1 Which country has a prize smaller than $250 and the player Henry Picard?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""country"" FROM ""final_leaderboard"" WHERE ""money""<250 AND ""player""='henry picard';",2-12641798-1 Which score has a prize of $400?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""score"" FROM ""final_leaderboard"" WHERE ""money""=400;",2-12641798-1 On May 29 which team had the loss?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""date""='may 29';",2-12206431-2 What was the score of the game played on May 9?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""date""='may 9';",2-12206431-2 On what date was their record 26-19?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""record""='26-19';",2-12206431-2 What team did they lose to when they had a 28-22 record?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""record""='28-22';",2-12206431-2 "What is the year of the tournament played at Melbourne, Australia?","CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""event"" text );","SELECT AVG(""year"") FROM ""achievements"" WHERE ""venue""='melbourne, australia';",2-12955969-1 "What is earliest year that had a 50km event with a 2nd place result played in London, United Kingdom?","CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""event"" text );","SELECT MIN(""year"") FROM ""achievements"" WHERE ""event""='50km' AND ""result""='2nd' AND ""venue""='london, united kingdom';",2-12955969-1 What is the result of the World Race Walking Cup tournament played before the year 2010?,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""event"" text );","SELECT ""result"" FROM ""achievements"" WHERE ""year"">2010 AND ""tournament""='world race walking cup';",2-12955969-1 Which country had a tower destroyed in 1899?,"CREATE TABLE ""destroyed_towers"" ( ""tower"" text, ""year"" text, ""country"" text, ""town"" text, ""pinnacle_height"" text );","SELECT ""country"" FROM ""destroyed_towers"" WHERE ""year""='1899';",2-1273047-2 Who was the opponent at the game when the record was 28–45?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""record""='28–45';",2-12208112-7 Which entrant has 4 points and BRM p25 for the Chassis?,"CREATE TABLE ""complete_world_championship_results"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""pts"" text );","SELECT ""entrant"" FROM ""complete_world_championship_results"" WHERE ""pts""='4' AND ""chassis""='brm p25';",2-128171-1 Who is the entrant when the year is less than 1953?,"CREATE TABLE ""complete_world_championship_results"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""pts"" text );","SELECT ""entrant"" FROM ""complete_world_championship_results"" WHERE ""year""<1953;",2-128171-1 How many points were scored when the Chassis is BRM p25?,"CREATE TABLE ""complete_world_championship_results"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""pts"" text );","SELECT ""pts"" FROM ""complete_world_championship_results"" WHERE ""chassis""='brm p25';",2-128171-1 "Name the episode that aired october 8, 1988","CREATE TABLE ""season_1_1988"" ( ""episode_title"" text, ""villain_s"" text, ""identity_ies"" text, ""original_airdate"" text, ""dvd_volume"" real );","SELECT ""episode_title"" FROM ""season_1_1988"" WHERE ""original_airdate""='october 8, 1988';",2-13070422-2 Name the original airdate for mr. buckston,"CREATE TABLE ""season_1_1988"" ( ""episode_title"" text, ""villain_s"" text, ""identity_ies"" text, ""original_airdate"" text, ""dvd_volume"" real );","SELECT ""original_airdate"" FROM ""season_1_1988"" WHERE ""identity_ies""='mr. buckston';",2-13070422-2 Give the earliest year that featured Pi Hongyan on women's singles.,"CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT MIN(""year"") FROM ""previous_winners"" WHERE ""women_s_singles""='pi hongyan';",2-12164707-1 What's the first year that Guo Xin featured in women's singles?,"CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT MIN(""year"") FROM ""previous_winners"" WHERE ""women_s_singles""='guo xin';",2-12164707-1 What is the name of the player taken in round 23?,"CREATE TABLE ""june_draft"" ( ""round"" real, ""name"" text, ""position"" text, ""school"" text, ""signed"" text );","SELECT ""name"" FROM ""june_draft"" WHERE ""round""=23;",2-12937347-16 What engine was used in 1999?,"CREATE TABLE ""indy_racing_league"" ( ""year"" text, ""team"" text, ""chassis"" text, ""engine"" text, ""rank"" text );","SELECT ""engine"" FROM ""indy_racing_league"" WHERE ""year""='1999';",2-1226549-3 What rank did the chassis reynard 94i have in 1996?,"CREATE TABLE ""indy_racing_league"" ( ""year"" text, ""team"" text, ""chassis"" text, ""engine"" text, ""rank"" text );","SELECT ""rank"" FROM ""indy_racing_league"" WHERE ""chassis""='reynard 94i' AND ""year""='1996';",2-1226549-3 What rank did the dallara chassis finish in 2000?,"CREATE TABLE ""indy_racing_league"" ( ""year"" text, ""team"" text, ""chassis"" text, ""engine"" text, ""rank"" text );","SELECT ""rank"" FROM ""indy_racing_league"" WHERE ""year""='2000' AND ""chassis""='dallara';",2-1226549-3 Which engine finished 7th with the reynard 95i chassis?,"CREATE TABLE ""indy_racing_league"" ( ""year"" text, ""team"" text, ""chassis"" text, ""engine"" text, ""rank"" text );","SELECT ""engine"" FROM ""indy_racing_league"" WHERE ""rank""='7th' AND ""chassis""='reynard 95i';",2-1226549-3 What highest Year has Wins 15 and Losses less than 5?,"CREATE TABLE ""minor_premierships_9_62"" ( ""year"" real, ""competition"" text, ""wins"" real, ""draws"" real, ""loses"" real );","SELECT MAX(""year"") FROM ""minor_premierships_9_62"" WHERE ""wins""=15 AND ""loses""<5;",2-12573519-9 "What average Year has Losses 4, and Wins less than 18, and Draws greater than 1?","CREATE TABLE ""minor_premierships_9_62"" ( ""year"" real, ""competition"" text, ""wins"" real, ""draws"" real, ""loses"" real );","SELECT AVG(""year"") FROM ""minor_premierships_9_62"" WHERE ""loses""=4 AND ""wins""<18 AND ""draws"">1;",2-12573519-9 "What average Wins has Losses 2, and Draws less than 0?","CREATE TABLE ""minor_premierships_9_62"" ( ""year"" real, ""competition"" text, ""wins"" real, ""draws"" real, ""loses"" real );","SELECT AVG(""wins"") FROM ""minor_premierships_9_62"" WHERE ""loses""=2 AND ""draws""<0;",2-12573519-9 What average Loses has Draws less than 0?,"CREATE TABLE ""minor_premierships_9_62"" ( ""year"" real, ""competition"" text, ""wins"" real, ""draws"" real, ""loses"" real );","SELECT AVG(""loses"") FROM ""minor_premierships_9_62"" WHERE ""draws""<0;",2-12573519-9 "What sum of Losses has Year greater than 1972, and Competition of nswrfl, and Draws 0, and Wins 16?","CREATE TABLE ""minor_premierships_9_62"" ( ""year"" real, ""competition"" text, ""wins"" real, ""draws"" real, ""loses"" real );","SELECT SUM(""loses"") FROM ""minor_premierships_9_62"" WHERE ""year"">1972 AND ""competition""='nswrfl' AND ""draws""=0 AND ""wins""=16;",2-12573519-9 What is the height of the player who currently plays for Alta Gestión Fuenlabrada?,"CREATE TABLE ""fiba_euro_basket_2007_squads"" ( ""player"" text, ""height"" real, ""position"" text, ""year_born"" real, ""current_club"" text );","SELECT ""height"" FROM ""fiba_euro_basket_2007_squads"" WHERE ""current_club""='alta gestión fuenlabrada';",2-12962773-6 What position does Mario Kasun play?,"CREATE TABLE ""fiba_euro_basket_2007_squads"" ( ""player"" text, ""height"" real, ""position"" text, ""year_born"" real, ""current_club"" text );","SELECT ""position"" FROM ""fiba_euro_basket_2007_squads"" WHERE ""player""='mario kasun';",2-12962773-6 What is the largest number Lost to david nalbandian with a Win Rate of 20%?,"CREATE TABLE ""vs_top_10"" ( ""opponent"" text, ""highest_ranking"" text, ""matches"" real, ""lost"" real, ""win_pct"" text );","SELECT MAX(""lost"") FROM ""vs_top_10"" WHERE ""win_pct""='20%' AND ""opponent""='david nalbandian';",2-12450517-12 What is the smallest number of Matches with less than 97 losses and a Win rate of 28.68%?,"CREATE TABLE ""vs_top_10"" ( ""opponent"" text, ""highest_ranking"" text, ""matches"" real, ""lost"" real, ""win_pct"" text );","SELECT MIN(""matches"") FROM ""vs_top_10"" WHERE ""win_pct""='28.68%' AND ""lost""<97;",2-12450517-12 What is the total number of Lost for the Highest Ranking of – –?,"CREATE TABLE ""vs_top_10"" ( ""opponent"" text, ""highest_ranking"" text, ""matches"" real, ""lost"" real, ""win_pct"" text );","SELECT COUNT(""lost"") FROM ""vs_top_10"" WHERE ""highest_ranking""='– –';",2-12450517-12 what lane did inna nikitina have?,"CREATE TABLE ""heats"" ( ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT MAX(""lane"") FROM ""heats"" WHERE ""name""='inna nikitina';",2-12382876-3 what is the name that saw 4 heats and a lane higher than 7?,"CREATE TABLE ""heats"" ( ""heat"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT ""name"" FROM ""heats"" WHERE ""heat""=4 AND ""lane"">7;",2-12382876-3 What is the highest NBR number that corresponds to the J class and the road number of 1211?,"CREATE TABLE ""new_zealand"" ( ""nbr_number"" real, ""year"" real, ""original_operator"" text, ""class"" text, ""wheel_arrangement"" text, ""road_number"" real, ""location"" text );","SELECT MAX(""nbr_number"") FROM ""new_zealand"" WHERE ""class""='j' AND ""road_number""=1211;",2-1294235-1 How many road numbers are before 1922?,"CREATE TABLE ""new_zealand"" ( ""nbr_number"" real, ""year"" real, ""original_operator"" text, ""class"" text, ""wheel_arrangement"" text, ""road_number"" real, ""location"" text );","SELECT COUNT(""road_number"") FROM ""new_zealand"" WHERE ""year""<1922;",2-1294235-1 Which original operator is in the 25nc class?,"CREATE TABLE ""new_zealand"" ( ""nbr_number"" real, ""year"" real, ""original_operator"" text, ""class"" text, ""wheel_arrangement"" text, ""road_number"" real, ""location"" text );","SELECT ""original_operator"" FROM ""new_zealand"" WHERE ""class""='25nc';",2-1294235-1 Which class starts after 1939 and has a road number smaller than 3508?,"CREATE TABLE ""new_zealand"" ( ""nbr_number"" real, ""year"" real, ""original_operator"" text, ""class"" text, ""wheel_arrangement"" text, ""road_number"" real, ""location"" text );","SELECT ""class"" FROM ""new_zealand"" WHERE ""year"">1939 AND ""road_number""<3508;",2-1294235-1 Name the LB&SCR number that has SR number of 8597–8600,"CREATE TABLE ""formations"" ( ""year"" real, ""builder"" text, ""type"" text, ""lb_scr_no"" text, ""sr_no"" text );","SELECT ""lb_scr_no"" FROM ""formations"" WHERE ""sr_no""='8597–8600';",2-1230257-1 What is the time of songs that have the writer Aaron Schroeder and Wally Gold?,"CREATE TABLE ""disc_one"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""chart_peak"" text, ""song_title"" text, ""writer_s"" text, ""time"" text );","SELECT ""time"" FROM ""disc_one"" WHERE ""writer_s""='aaron schroeder and wally gold';",2-12378355-2 "On songs that have a release date of 6/17/61, a track larger than 20, and a writer of Woody Harris, what is the chart peak?","CREATE TABLE ""disc_one"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""chart_peak"" text, ""song_title"" text, ""writer_s"" text, ""time"" text );","SELECT ""chart_peak"" FROM ""disc_one"" WHERE ""release_date""='6/17/61' AND ""track"">20 AND ""writer_s""='woody harris';",2-12378355-2 What catalogue is the song It's Now or Never?,"CREATE TABLE ""disc_one"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""chart_peak"" text, ""song_title"" text, ""writer_s"" text, ""time"" text );","SELECT ""catalogue"" FROM ""disc_one"" WHERE ""song_title""='it''s now or never';",2-12378355-2 "On songs with track numbers smaller than number 17 and catalogues of LSP 2231, who are the writer(s)?","CREATE TABLE ""disc_one"" ( ""track"" real, ""recorded"" text, ""catalogue"" text, ""release_date"" text, ""chart_peak"" text, ""song_title"" text, ""writer_s"" text, ""time"" text );","SELECT ""writer_s"" FROM ""disc_one"" WHERE ""catalogue""='lsp 2231' AND ""track""<17;",2-12378355-2 What year did he start at 13?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""start""='13';",2-1238468-1 What was the finish place with a qual of 123.660?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""qual""='123.660';",2-1238468-1 What was the rank with the qual of 115.095?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""rank"" FROM ""indy_500_results"" WHERE ""qual""='115.095';",2-1238468-1 Who was the runner-up when the margin was 1 stroke?,"CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""country"" text, ""score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""runner_s_up"" FROM ""winners"" WHERE ""margin""='1 stroke';",2-12939299-1 What was the score in the year 2004?,"CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""country"" text, ""score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""score"" FROM ""winners"" WHERE ""year""='2004';",2-12939299-1 Who was the runner-up when the year was 2008?,"CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""country"" text, ""score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""runner_s_up"" FROM ""winners"" WHERE ""year""='2008';",2-12939299-1 In what year was the score 204 (-6)?,"CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""country"" text, ""score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""year"" FROM ""winners"" WHERE ""score""='204 (-6)';",2-12939299-1 "What was the country when the margin was 2 strokes, and when the score was 276 (-4)?","CREATE TABLE ""winners"" ( ""year"" text, ""winner"" text, ""country"" text, ""score"" text, ""margin"" text, ""runner_s_up"" text );","SELECT ""country"" FROM ""winners"" WHERE ""margin""='2 strokes' AND ""score""='276 (-4)';",2-12939299-1 What is the Overall Record for the School in Milford?,"CREATE TABLE ""2009_regular_season_football_standings"" ( ""school"" text, ""team"" text, ""division_record"" text, ""overall_record"" text, ""season_outcome"" text );","SELECT ""overall_record"" FROM ""2009_regular_season_football_standings"" WHERE ""school""='milford';",2-13054553-13 What was the top first place prize in 1997?,"CREATE TABLE ""winners"" ( ""year"" real, ""winner"" text, ""country"" text, ""purse"" real, ""score"" text, ""first_prize"" real );","SELECT MAX(""first_prize"") FROM ""winners"" WHERE ""year""=1997;",2-12568321-1 What was the total purse in the years after 1996 with a score of 272 (-16) when frank nobilo won?,"CREATE TABLE ""winners"" ( ""year"" real, ""winner"" text, ""country"" text, ""purse"" real, ""score"" text, ""first_prize"" real );","SELECT SUM(""purse"") FROM ""winners"" WHERE ""score""='272 (-16)' AND ""winner""='frank nobilo' AND ""year"">1996;",2-12568321-1 What is the average Rank for a lane smaller than 3 with a nationality of Australia?,"CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT AVG(""rank"") FROM ""semifinal_1"" WHERE ""lane""<3 AND ""nationality""='australia';",2-12427276-3 what is the number of lane with a rank more than 2 for Louise ørnstedt?,"CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT COUNT(""lane"") FROM ""semifinal_1"" WHERE ""rank"">2 AND ""name""='louise ørnstedt';",2-12427276-3 "What shows for nationality when there is a rank larger than 6, and a Time of 2:14.95?","CREATE TABLE ""semifinal_1"" ( ""rank"" real, ""lane"" real, ""name"" text, ""nationality"" text, ""time"" text );","SELECT ""nationality"" FROM ""semifinal_1"" WHERE ""rank"">6 AND ""time""='2:14.95';",2-12427276-3 "What is the Total Region number of hte one that has Eidsvold at 970 and Biggenden larger than 1,570?","CREATE TABLE ""population"" ( ""year"" real, ""total_region"" real, ""biggenden"" real, ""eidsvold"" real, ""gayndah"" real, ""monto"" real, ""mundubbera"" real, ""perry"" real );","SELECT COUNT(""total_region"") FROM ""population"" WHERE ""eidsvold""=970 AND ""biggenden"">'1,570';",2-12526990-1 "Which is the year with Mundubbera being smaller than 2,395, and Biggenden smaller than 1,506?","CREATE TABLE ""population"" ( ""year"" real, ""total_region"" real, ""biggenden"" real, ""eidsvold"" real, ""gayndah"" real, ""monto"" real, ""mundubbera"" real, ""perry"" real );","SELECT SUM(""year"") FROM ""population"" WHERE ""mundubbera""<'2,395' AND ""biggenden""<'1,506';",2-12526990-1 What is the average year with alfredo salazar fina salazar in mixed doubles?,"CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT AVG(""year"") FROM ""previous_winners"" WHERE ""mixed_doubles""='alfredo salazar fina salazar';",2-12218968-1 Which women's doubles happened after 1987 and a women's single of astrid van der knaap?,"CREATE TABLE ""previous_winners"" ( ""year"" real, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""women_s_doubles"" FROM ""previous_winners"" WHERE ""year"">1987 AND ""women_s_singles""='astrid van der knaap';",2-12218968-1 Which venue had an extra of Team Competition and a result of 1st?,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""extra""='team competition' AND ""result""='1st';",2-12736476-1 Which venue led to a result of 23rd?,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""result""='23rd';",2-12736476-1 Which venue had an extra of Junior Race?,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""extra""='junior race';",2-12736476-1 Which venue led to a result of 13th and had an extra of Long Race?,"CREATE TABLE ""achievements"" ( ""year"" real, ""tournament"" text, ""venue"" text, ""result"" text, ""extra"" text );","SELECT ""venue"" FROM ""achievements"" WHERE ""extra""='long race' AND ""result""='13th';",2-12736476-1 What is the percentage of Terry McAuliffe that has a Date Administered on May 31 – june 2,"CREATE TABLE ""polling"" ( ""source"" text, ""dates_administered"" text, ""terry_mc_auliffe"" text, ""brian_moran"" text, ""creigh_deeds"" text );","SELECT ""terry_mc_auliffe"" FROM ""polling"" WHERE ""dates_administered""='may 31 – june 2';",2-12945667-2 Which Source has Terry McAuliffe of 36%,"CREATE TABLE ""polling"" ( ""source"" text, ""dates_administered"" text, ""terry_mc_auliffe"" text, ""brian_moran"" text, ""creigh_deeds"" text );","SELECT ""source"" FROM ""polling"" WHERE ""terry_mc_auliffe""='36%';",2-12945667-2 Which Terry McAuliffe is it that has a Dates Administered on June 6–7?,"CREATE TABLE ""polling"" ( ""source"" text, ""dates_administered"" text, ""terry_mc_auliffe"" text, ""brian_moran"" text, ""creigh_deeds"" text );","SELECT ""terry_mc_auliffe"" FROM ""polling"" WHERE ""dates_administered""='june 6–7';",2-12945667-2 Which Source has a Brian Moran of 19%?,"CREATE TABLE ""polling"" ( ""source"" text, ""dates_administered"" text, ""terry_mc_auliffe"" text, ""brian_moran"" text, ""creigh_deeds"" text );","SELECT ""source"" FROM ""polling"" WHERE ""brian_moran""='19%';",2-12945667-2 What team played on the road against the Buffalo Bills at home ?,"CREATE TABLE ""2012_season"" ( ""week"" real, ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text );","SELECT ""visiting_team"" FROM ""2012_season"" WHERE ""host_team""='buffalo bills';",2-12771946-7 Which week did the Baltimore Ravens play at home ?,"CREATE TABLE ""2012_season"" ( ""week"" real, ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text );","SELECT ""week"" FROM ""2012_season"" WHERE ""host_team""='baltimore ravens';",2-12771946-7 What was the final score on week 14 ?,"CREATE TABLE ""2012_season"" ( ""week"" real, ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text );","SELECT ""final_score"" FROM ""2012_season"" WHERE ""week""=14;",2-12771946-7 When did the Baltimore Ravens play at home ?,"CREATE TABLE ""2012_season"" ( ""week"" real, ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text );","SELECT ""date"" FROM ""2012_season"" WHERE ""host_team""='baltimore ravens';",2-12771946-7 What was the final score in week 3 ?,"CREATE TABLE ""2012_season"" ( ""week"" real, ""date"" text, ""visiting_team"" text, ""final_score"" text, ""host_team"" text );","SELECT ""final_score"" FROM ""2012_season"" WHERE ""week""=3;",2-12771946-7 To what party does Ralph Jacobi belong?,"CREATE TABLE ""see_also"" ( ""member"" text, ""party"" text, ""electorate"" text, ""state"" text, ""term_in_office"" text );","SELECT ""party"" FROM ""see_also"" WHERE ""member""='ralph jacobi';",2-1251015-1 When was Hon Les Johnson in office?,"CREATE TABLE ""see_also"" ( ""member"" text, ""party"" text, ""electorate"" text, ""state"" text, ""term_in_office"" text );","SELECT ""term_in_office"" FROM ""see_also"" WHERE ""member""='hon les johnson';",2-1251015-1 Which party had a member from the state of Vic and an Electorate called Wannon?,"CREATE TABLE ""see_also"" ( ""member"" text, ""party"" text, ""electorate"" text, ""state"" text, ""term_in_office"" text );","SELECT ""party"" FROM ""see_also"" WHERE ""state""='vic' AND ""electorate""='wannon';",2-1251015-1 What party is Mick Young a member of?,"CREATE TABLE ""see_also"" ( ""member"" text, ""party"" text, ""electorate"" text, ""state"" text, ""term_in_office"" text );","SELECT ""party"" FROM ""see_also"" WHERE ""member""='mick young';",2-1251015-1 Who was the co-driver that had a class position of 2nd?,"CREATE TABLE ""complete_24_hours_of_le_mans_results"" ( ""year"" real, ""class"" text, ""tyres"" text, ""team"" text, ""co_drivers"" text, ""pos"" text, ""class_pos"" text );","SELECT ""co_drivers"" FROM ""complete_24_hours_of_le_mans_results"" WHERE ""class_pos""='2nd';",2-1228457-1 Which tires were in Class C in years before 1983?,"CREATE TABLE ""complete_24_hours_of_le_mans_results"" ( ""year"" real, ""class"" text, ""tyres"" text, ""team"" text, ""co_drivers"" text, ""pos"" text, ""class_pos"" text );","SELECT ""tyres"" FROM ""complete_24_hours_of_le_mans_results"" WHERE ""class""='c' AND ""year""<1983;",2-1228457-1 What is the earliest year that had a co-driver of Roger Enever?,"CREATE TABLE ""complete_24_hours_of_le_mans_results"" ( ""year"" real, ""class"" text, ""tyres"" text, ""team"" text, ""co_drivers"" text, ""pos"" text, ""class_pos"" text );","SELECT MIN(""year"") FROM ""complete_24_hours_of_le_mans_results"" WHERE ""co_drivers""='roger enever';",2-1228457-1 Which date has 3 as the goal?,"CREATE TABLE ""elie_aiboy_international_goals"" ( ""goal"" real, ""date"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""date"" FROM ""elie_aiboy_international_goals"" WHERE ""goal""=3;",2-12435948-1 "What Label released on October 25, 1984, in the format of Stereo LP?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""label"" FROM ""release_history"" WHERE ""date""='october 25, 1984' AND ""format""='stereo lp';",2-12703978-2 What are the catalogs of releases from Sony Music Direct?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""catalog"" FROM ""release_history"" WHERE ""label""='sony music direct';",2-12703978-2 What is the region of the release of a CD with catalog 32xa-119?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""format""='cd' AND ""catalog""='32xa-119';",2-12703978-2 "What is the catalog of the release from January 23, 2002?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""catalog"" FROM ""release_history"" WHERE ""date""='january 23, 2002';",2-12703978-2 "What was the region of the release from May 27, 2009?","CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""date""='may 27, 2009';",2-12703978-2 What is the region of the Alfa Records release with catalog ALCA-282?,"CREATE TABLE ""release_history"" ( ""region"" text, ""date"" text, ""label"" text, ""format"" text, ""catalog"" text );","SELECT ""region"" FROM ""release_history"" WHERE ""label""='alfa records' AND ""catalog""='alca-282';",2-12703978-2 What is the to par for the player from the United States with a 72-67-80-71=290 score?,"CREATE TABLE ""final_leaderboard"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text, ""money"" real );","SELECT ""to_par"" FROM ""final_leaderboard"" WHERE ""country""='united states' AND ""score""='72-67-80-71=290';",2-12925508-1 Name the rank for laps less than 130 and year of 1951,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""rank"" FROM ""indy_500_results"" WHERE ""laps""<130 AND ""year""='1951';",2-1235879-1 Name the year for laps of 200 and rank of 24,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""laps""=200 AND ""rank""='24';",2-1235879-1 Name the rank with finish of 12 and year of 1963,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""rank"" FROM ""indy_500_results"" WHERE ""finish""='12' AND ""year""='1963';",2-1235879-1 Name the rank with laps of 200 and qual of 148.374,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""rank"" FROM ""indy_500_results"" WHERE ""laps""=200 AND ""qual""='148.374';",2-1235879-1 Name the finish with Laps more than 200,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""laps"">200;",2-1235879-1 Name the rank for 151 Laps,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""rank"" FROM ""indy_500_results"" WHERE ""laps""=151;",2-1235879-1 The qual of totals took place during what year?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""qual""='totals';",2-1252066-1 What year did the finish of 15 happen in?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""finish""='15';",2-1252066-1 What's the Finish rank of 31?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""finish"" FROM ""indy_500_results"" WHERE ""rank""='31';",2-1252066-1 What year did the rank of 31 happen in?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""rank""='31';",2-1252066-1 Which item resulted in a score of 4-1?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""result""='4-1';",2-12750027-1 Which item has a score of 5-1?,"CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""score"" FROM ""international_goals"" WHERE ""result""='5-1';",2-12750027-1 "Which competition had a 4-1 result, and a score of 4-1?","CREATE TABLE ""international_goals"" ( ""date"" text, ""venue"" text, ""score"" text, ""result"" text, ""competition"" text );","SELECT ""competition"" FROM ""international_goals"" WHERE ""result""='4-1' AND ""score""='4-1';",2-12750027-1 Name the 2009 ffor 2010 of 1r and 2012 of a and 2008 of 2r,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text );","SELECT ""2009"" FROM ""doubles_performance_timeline"" WHERE ""2010""='1r' AND ""2012""='a' AND ""2008""='2r';",2-12450517-11 Name the 2011 for 2012 of a and 2010 of 1r with 2008 of 2r,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text );","SELECT ""2011"" FROM ""doubles_performance_timeline"" WHERE ""2012""='a' AND ""2010""='1r' AND ""2008""='2r';",2-12450517-11 Name the 2010 for tournament of us open,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text );","SELECT ""2010"" FROM ""doubles_performance_timeline"" WHERE ""tournament""='us open';",2-12450517-11 Name the 2010 for 2011 of a and 2008 of 1r,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text );","SELECT ""2010"" FROM ""doubles_performance_timeline"" WHERE ""2011""='a' AND ""2008""='1r';",2-12450517-11 Name the 2011 when 2010 is 2r,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text );","SELECT ""2011"" FROM ""doubles_performance_timeline"" WHERE ""2010""='2r';",2-12450517-11 Name the tournament when it has 2011 of 2r,"CREATE TABLE ""doubles_performance_timeline"" ( ""tournament"" text, ""2008"" text, ""2009"" text, ""2010"" text, ""2011"" text, ""2012"" text );","SELECT ""tournament"" FROM ""doubles_performance_timeline"" WHERE ""2011""='2r';",2-12450517-11 What was the average attendance for games with a loss of papelbon (0–1)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT AVG(""attendance"") FROM ""game_log"" WHERE ""loss""='papelbon (0–1)';",2-12205559-4 "When the team had their record of 16–14, what was the total attendance?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT COUNT(""attendance"") FROM ""game_log"" WHERE ""record""='16–14';",2-12205559-4 Which party with an 1835 election has 1st member William Denison?,"CREATE TABLE ""members_of_parliament"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""2nd_party"" FROM ""members_of_parliament"" WHERE ""1st_member""='william denison' AND ""election""='1835';",2-12261376-1 Which party's 1st member is William Denison in the election of 1832?,"CREATE TABLE ""members_of_parliament"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""1st_party"" FROM ""members_of_parliament"" WHERE ""1st_member""='william denison' AND ""election""='1832';",2-12261376-1 Which party's 1st member is John Ivatt Briscoe in an election in 1857?,"CREATE TABLE ""members_of_parliament"" ( ""election"" text, ""1st_member"" text, ""1st_party"" text, ""2nd_member"" text, ""2nd_party"" text );","SELECT ""1st_party"" FROM ""members_of_parliament"" WHERE ""1st_member""='john ivatt briscoe' AND ""election""='1857';",2-12261376-1 Who was in a with opponent St. Johnstone?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""scorers"" FROM ""scottish_cup"" WHERE ""venue""='a' AND ""opponent""='st. johnstone';",2-13018920-6 What venue was on 27 May 2000?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""venue"" FROM ""scottish_cup"" WHERE ""date""='27 may 2000';",2-13018920-6 Who was on 12 March 2000?,"CREATE TABLE ""scottish_cup"" ( ""date"" text, ""round"" text, ""opponent"" text, ""venue"" text, ""result"" text, ""attendance"" real, ""scorers"" text );","SELECT ""scorers"" FROM ""scottish_cup"" WHERE ""date""='12 march 2000';",2-13018920-6 Name the 2008/09 with 2004/05 of ranking tournaments,"CREATE TABLE ""performance_and_rankings_timeline"" ( ""2002_03"" text, ""2004_05"" text, ""2006_07"" text, ""2007_08"" text, ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2008_09"" FROM ""performance_and_rankings_timeline"" WHERE ""2004_05""='ranking tournaments';",2-13001464-1 Name the 2010/11 with 2004/05 of not held and 2011/12 of non-ranking,"CREATE TABLE ""performance_and_rankings_timeline"" ( ""2002_03"" text, ""2004_05"" text, ""2006_07"" text, ""2007_08"" text, ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2010_11"" FROM ""performance_and_rankings_timeline"" WHERE ""2004_05""='not held' AND ""2011_12""='non-ranking';",2-13001464-1 Name the 2006/07 with 2011/12 of lq and 2010/11 of lq with 2002/03 of lq,"CREATE TABLE ""performance_and_rankings_timeline"" ( ""2002_03"" text, ""2004_05"" text, ""2006_07"" text, ""2007_08"" text, ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2006_07"" FROM ""performance_and_rankings_timeline"" WHERE ""2011_12""='lq' AND ""2010_11""='lq' AND ""2002_03""='lq';",2-13001464-1 Name the 2011/12 with 2008/09 of not held with 2010/11 of not held,"CREATE TABLE ""performance_and_rankings_timeline"" ( ""2002_03"" text, ""2004_05"" text, ""2006_07"" text, ""2007_08"" text, ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2011_12"" FROM ""performance_and_rankings_timeline"" WHERE ""2008_09""='not held' AND ""2010_11""='not held';",2-13001464-1 Name the 2009/10 with 2011/12 of lq and 2008/09 of not held,"CREATE TABLE ""performance_and_rankings_timeline"" ( ""2002_03"" text, ""2004_05"" text, ""2006_07"" text, ""2007_08"" text, ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2009_10"" FROM ""performance_and_rankings_timeline"" WHERE ""2011_12""='lq' AND ""2008_09""='not held';",2-13001464-1 Name the 2009/10 with 2011/12 of a,"CREATE TABLE ""performance_and_rankings_timeline"" ( ""2002_03"" text, ""2004_05"" text, ""2006_07"" text, ""2007_08"" text, ""2008_09"" text, ""2009_10"" text, ""2010_11"" text, ""2011_12"" text, ""2012_13"" text );","SELECT ""2009_10"" FROM ""performance_and_rankings_timeline"" WHERE ""2011_12""='a';",2-13001464-1 What is the rank of player Jason Dunstall?,"CREATE TABLE ""most_career_goals"" ( ""rank"" text, ""goals"" text, ""player"" text, ""club_clubs"" text, ""career"" text );","SELECT ""rank"" FROM ""most_career_goals"" WHERE ""player""='jason dunstall';",2-12161422-14 Which player has 1299 goals?,"CREATE TABLE ""most_career_goals"" ( ""rank"" text, ""goals"" text, ""player"" text, ""club_clubs"" text, ""career"" text );","SELECT ""player"" FROM ""most_career_goals"" WHERE ""goals""='1299';",2-12161422-14 In what club(s) does Tony Lockett play?,"CREATE TABLE ""most_career_goals"" ( ""rank"" text, ""goals"" text, ""player"" text, ""club_clubs"" text, ""career"" text );","SELECT ""club_clubs"" FROM ""most_career_goals"" WHERE ""player""='tony lockett';",2-12161422-14 Who won the Men's singles in the year that Ian Maconachie Marian Horsley won the Mixed doubles?,"CREATE TABLE ""past_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""men_s_singles"" FROM ""past_winners"" WHERE ""mixed_doubles""='ian maconachie marian horsley';",2-12164403-1 "Who won the Women's singles, in the year that Raymond M. White won the Men's singles and that W. Hamilton Ian Maconachie won the Men's doubles?","CREATE TABLE ""past_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""women_s_singles"" FROM ""past_winners"" WHERE ""men_s_singles""='raymond m. white' AND ""men_s_doubles""='w. hamilton ian maconachie';",2-12164403-1 Who won the Women's doubles in the year that Billy Gilliland Karen Puttick won the Mixed doubles?,"CREATE TABLE ""past_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""women_s_doubles"" FROM ""past_winners"" WHERE ""mixed_doubles""='billy gilliland karen puttick';",2-12164403-1 "Who won the Women's doubles in the year that David Eddy Eddy Sutton won the Men's doubles, and that David Eddy won the Men's singles?","CREATE TABLE ""past_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""women_s_doubles"" FROM ""past_winners"" WHERE ""men_s_doubles""='david eddy eddy sutton' AND ""men_s_singles""='david eddy';",2-12164403-1 Who won the Women's doubles in the year that Jesper Knudsen Nettie Nielsen won the Mixed doubles?,"CREATE TABLE ""past_winners"" ( ""year"" text, ""men_s_singles"" text, ""women_s_singles"" text, ""men_s_doubles"" text, ""women_s_doubles"" text, ""mixed_doubles"" text );","SELECT ""women_s_doubles"" FROM ""past_winners"" WHERE ""mixed_doubles""='jesper knudsen nettie nielsen';",2-12164403-1 Which manager has Manchester City as the team?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""manager"" FROM ""personnel_and_kits"" WHERE ""team""='manchester city';",2-1269221-1 Which manager has sheffield wednesday as the team?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""manager"" FROM ""personnel_and_kits"" WHERE ""team""='sheffield wednesday';",2-1269221-1 Which team has george graham as the manager?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""team"" FROM ""personnel_and_kits"" WHERE ""manager""='george graham';",2-1269221-1 What is the kit manufacturer that has billy bonds as the manager?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""kit_manufacturer"" FROM ""personnel_and_kits"" WHERE ""manager""='billy bonds';",2-1269221-1 Which captain has billy bonds as the manager?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""captain"" FROM ""personnel_and_kits"" WHERE ""manager""='billy bonds';",2-1269221-1 Which captain has howard wilkinson as the manager?,"CREATE TABLE ""personnel_and_kits"" ( ""team"" text, ""manager"" text, ""captain"" text, ""kit_manufacturer"" text, ""shirt_sponsor"" text );","SELECT ""captain"" FROM ""personnel_and_kits"" WHERE ""manager""='howard wilkinson';",2-1269221-1 What was the loss of the Brewers game when the record was 46-48?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""record""='46-48';",2-13041545-6 What was the record at the game that had a score of 7-10?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""score""='7-10';",2-13041545-6 Which chassis is more recent than 1972 and has more than 0 Pts. ?,"CREATE TABLE ""complete_formula_one_results"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""pts"" real );","SELECT ""chassis"" FROM ""complete_formula_one_results"" WHERE ""year"">1972 AND ""pts"">0;",2-1226581-1 Which engine from 1973 has a Brabham bt37 chassis?,"CREATE TABLE ""complete_formula_one_results"" ( ""year"" real, ""entrant"" text, ""chassis"" text, ""engine"" text, ""pts"" real );","SELECT ""engine"" FROM ""complete_formula_one_results"" WHERE ""year""=1973 AND ""chassis""='brabham bt37';",2-1226581-1 What score to highest to par did Mike Weir achieve?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real );","SELECT MAX(""to_par"") FROM ""third_round"" WHERE ""player""='mike weir';",2-12523044-6 Who had a score of 70-73-69=212?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real );","SELECT ""player"" FROM ""third_round"" WHERE ""score""='70-73-69=212';",2-12523044-6 What player was place of t1 in To Par and had a score of 70-73-69=212?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real );","SELECT ""to_par"" FROM ""third_round"" WHERE ""place""='t1' AND ""score""='70-73-69=212';",2-12523044-6 What score to par did Mike Weir have?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" real );","SELECT ""to_par"" FROM ""third_round"" WHERE ""player""='mike weir';",2-12523044-6 What place was the scorer of 67-74-73=214?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""place"" FROM ""third_round"" WHERE ""score""='67-74-73=214';",2-12626983-6 What country does Rocco Mediate play for?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""third_round"" WHERE ""player""='rocco mediate';",2-12626983-6 What is Rocco Mediate's par?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""to_par"" FROM ""third_round"" WHERE ""player""='rocco mediate';",2-12626983-6 What country is Chad Campbell from?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""third_round"" WHERE ""player""='chad campbell';",2-12626983-6 What was the score for Spain?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""score"" FROM ""third_round"" WHERE ""country""='spain';",2-12626983-6 Where is Fred Couples from?,"CREATE TABLE ""third_round"" ( ""place"" text, ""player"" text, ""country"" text, ""score"" text, ""to_par"" text );","SELECT ""country"" FROM ""third_round"" WHERE ""player""='fred couples';",2-12626983-6 what's the record on july 10?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='july 10';",2-12206243-8 Which kingdom has Suin as its capital?,"CREATE TABLE ""history"" ( ""s_no"" real, ""name_of_kingdom"" text, ""name_of_king"" text, ""no_of_villages"" real, ""capital"" text );","SELECT ""name_of_kingdom"" FROM ""history"" WHERE ""capital""='suin';",2-13153823-1 "What week did the September 9, 1967 game occur on?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT MIN(""week"") FROM ""season_schedule"" WHERE ""date""='september 9, 1967';",2-12535878-1 What was the date of the game after week 5 against the Houston Oilers?,"CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""date"" FROM ""season_schedule"" WHERE ""week"">5 AND ""opponent""='houston oilers';",2-12535878-1 "Which week was the game on December 14, 1967?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""week"" FROM ""season_schedule"" WHERE ""date""='december 14, 1967';",2-12535878-1 "Who was the opponent after week 9 with an attendance of 44,020?","CREATE TABLE ""season_schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""attendance"" text );","SELECT ""opponent"" FROM ""season_schedule"" WHERE ""week"">9 AND ""attendance""='44,020';",2-12535878-1 What team played against Al-Ismaily (team 1)?,"CREATE TABLE ""second_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_2"" FROM ""second_round"" WHERE ""team_1""='al-ismaily';",2-12424326-2 What was the 2nd leg result in the match that scored a 2-0 in the 1st leg?,"CREATE TABLE ""second_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""2nd_leg"" FROM ""second_round"" WHERE ""1st_leg""='2-0';",2-12424326-2 "When Kabwe Warriors (team 1) played, what was the result of the 1st leg?","CREATE TABLE ""second_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""1st_leg"" FROM ""second_round"" WHERE ""team_1""='kabwe warriors';",2-12424326-2 What team played against Hafia FC (team 2)?,"CREATE TABLE ""second_round"" ( ""team_1"" text, ""agg"" text, ""team_2"" text, ""1st_leg"" text, ""2nd_leg"" text );","SELECT ""team_1"" FROM ""second_round"" WHERE ""team_2""='hafia fc';",2-12424326-2 "For the game that was played on week 2, what is the record?","CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" text );","SELECT ""record"" FROM ""schedule"" WHERE ""week""=2;",2-13258424-2 What was the result of the game that was played on week 15?,"CREATE TABLE ""schedule"" ( ""week"" real, ""date"" text, ""opponent"" text, ""result"" text, ""game_site"" text, ""record"" text, ""attendance"" text );","SELECT ""result"" FROM ""schedule"" WHERE ""week""=15;",2-13258424-2 How many carries have an average under 8.7 and touchdowns of 72?,"CREATE TABLE ""statistics_and_awards"" ( ""year"" text, ""carries"" real, ""rushing_yards"" real, ""average"" real, ""touchdowns"" real, ""points"" real );","SELECT COUNT(""carries"") FROM ""statistics_and_awards"" WHERE ""average""<8.7 AND ""touchdowns""=72;",2-12631319-1 What is the average number of carries that have more than 72 touchdowns?,"CREATE TABLE ""statistics_and_awards"" ( ""year"" text, ""carries"" real, ""rushing_yards"" real, ""average"" real, ""touchdowns"" real, ""points"" real );","SELECT AVG(""carries"") FROM ""statistics_and_awards"" WHERE ""touchdowns"">72;",2-12631319-1 "What is the most number of touchdowns that have fewer than 105 points, averages over 4.7, and fewer than 487 rushing yards?","CREATE TABLE ""statistics_and_awards"" ( ""year"" text, ""carries"" real, ""rushing_yards"" real, ""average"" real, ""touchdowns"" real, ""points"" real );","SELECT MAX(""touchdowns"") FROM ""statistics_and_awards"" WHERE ""points""<105 AND ""average"">4.7 AND ""rushing_yards""<487;",2-12631319-1 What is the sum of carries associated with 80 points and fewer than 16 touchdowns?,"CREATE TABLE ""statistics_and_awards"" ( ""year"" text, ""carries"" real, ""rushing_yards"" real, ""average"" real, ""touchdowns"" real, ""points"" real );","SELECT SUM(""carries"") FROM ""statistics_and_awards"" WHERE ""points""=80 AND ""touchdowns""<16;",2-12631319-1 What is the total number of rushing yards associated with averages over 8.4 and fewer than 54 carries?,"CREATE TABLE ""statistics_and_awards"" ( ""year"" text, ""carries"" real, ""rushing_yards"" real, ""average"" real, ""touchdowns"" real, ""points"" real );","SELECT COUNT(""rushing_yards"") FROM ""statistics_and_awards"" WHERE ""average"">8.4 AND ""carries""<54;",2-12631319-1 Which record is dated April 8?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""date""='april 8';",2-12207717-2 "What is the score for the game that has an attendance of 5,298?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""score"" FROM ""game_log"" WHERE ""attendance""='5,298';",2-12207717-2 "What was the date for the game that had an attendance of 10,101?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""date"" FROM ""game_log"" WHERE ""attendance""='10,101';",2-12207717-2 "What is the record for the game with an attendance of 11,141?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" text, ""record"" text );","SELECT ""record"" FROM ""game_log"" WHERE ""attendance""='11,141';",2-12207717-2 What's the lowest number of points with fewer than 8 losses and fewer than 24 games for the vancouver burrards?,"CREATE TABLE ""all_time_record"" ( ""season"" text, ""team_name"" text, ""games"" real, ""losses"" real, ""points"" real );","SELECT MIN(""points"") FROM ""all_time_record"" WHERE ""losses""<8 AND ""team_name""='vancouver burrards' AND ""games""<24;",2-12312050-1 What's the total number of points when the vancouver carlings have fewer than 12 losses and more than 32 games?,"CREATE TABLE ""all_time_record"" ( ""season"" text, ""team_name"" text, ""games"" real, ""losses"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""all_time_record"" WHERE ""losses""<12 AND ""team_name""='vancouver carlings' AND ""games"">32;",2-12312050-1 What's the total number of points when the vancouver burrards have fewer than 9 losses and more than 24 games?,"CREATE TABLE ""all_time_record"" ( ""season"" text, ""team_name"" text, ""games"" real, ""losses"" real, ""points"" real );","SELECT COUNT(""points"") FROM ""all_time_record"" WHERE ""losses""<9 AND ""games"">24 AND ""team_name""='vancouver burrards';",2-12312050-1 What's the sum of points for the 1963 season when there are more than 30 games?,"CREATE TABLE ""all_time_record"" ( ""season"" text, ""team_name"" text, ""games"" real, ""losses"" real, ""points"" real );","SELECT SUM(""points"") FROM ""all_time_record"" WHERE ""season""='1963' AND ""games"">30;",2-12312050-1 What's the total number of games with more than 20 points for the 1976 season?,"CREATE TABLE ""all_time_record"" ( ""season"" text, ""team_name"" text, ""games"" real, ""losses"" real, ""points"" real );","SELECT COUNT(""games"") FROM ""all_time_record"" WHERE ""season""='1976' AND ""points"">20;",2-12312050-1 What's the total losses for the vancouver burrards in the 1947 season with fewer than 24 games?,"CREATE TABLE ""all_time_record"" ( ""season"" text, ""team_name"" text, ""games"" real, ""losses"" real, ""points"" real );","SELECT COUNT(""losses"") FROM ""all_time_record"" WHERE ""team_name""='vancouver burrards' AND ""season""='1947' AND ""games""<24;",2-12312050-1 How many tries against did the club with 1 drawn and 41 points have?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_against"" FROM ""2008_2009_table"" WHERE ""drawn""='1' AND ""points""='41';",2-12886178-4 Which club has 275 points?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""club"" FROM ""2008_2009_table"" WHERE ""points_for""='275';",2-12886178-4 How many points against did the club with a losing bonus of 3 and 84 tries have?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""points_against"" FROM ""2008_2009_table"" WHERE ""losing_bonus""='3' AND ""tries_for""='84';",2-12886178-4 Which club has 40 tries for?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""club"" FROM ""2008_2009_table"" WHERE ""tries_for""='40';",2-12886178-4 How many tries did the club with a try bonus of correct as of 2 June 2009 have?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_for"" FROM ""2008_2009_table"" WHERE ""try_bonus""='correct as of 2 june 2009';",2-12886178-4 How many tries did the club Croesyceiliog rfc have?,"CREATE TABLE ""2008_2009_table"" ( ""club"" text, ""played"" text, ""drawn"" text, ""lost"" text, ""points_for"" text, ""points_against"" text, ""tries_for"" text, ""tries_against"" text, ""try_bonus"" text, ""losing_bonus"" text, ""points"" text );","SELECT ""tries_for"" FROM ""2008_2009_table"" WHERE ""club""='croesyceiliog rfc';",2-12886178-4 "What is the value of D 42 √, when the value of D 45 O is d 32 √?","CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45_o"" text, ""d_44_o"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_42"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""d_45_o""='d 32 √';",2-1305075-2 What is the value of D 45 O when the value of D 44 O is ← majority?,"CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45_o"" text, ""d_44_o"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_45_o"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""d_44_o""='← majority';",2-1305075-2 What is the value of D 43 √ when the value of D 42 √ is d 42 √?,"CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45_o"" text, ""d_44_o"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_43"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""d_42""='d 42 √';",2-1305075-2 What is the value of D 47 + when the value of D 44 O is r 24?,"CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45_o"" text, ""d_44_o"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_47"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""d_44_o""='r 24';",2-1305075-2 "What is the value of D 46 +, when the value of D 42 √ is r 2?","CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45_o"" text, ""d_44_o"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_46"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""d_42""='r 2';",2-1305075-2 "What is the value of D 45 O, when the value of D 41 √ is r 41 √?","CREATE TABLE ""senate_composition_as_a_result_of_the_el"" ( ""d_48"" text, ""d_47"" text, ""d_46"" text, ""d_45_o"" text, ""d_44_o"" text, ""d_43"" text, ""d_42"" text, ""d_41"" text );","SELECT ""d_45_o"" FROM ""senate_composition_as_a_result_of_the_el"" WHERE ""d_41""='r 41 √';",2-1305075-2 What is the average number of wins of drivers from Sweden?,"CREATE TABLE ""nationalities_of_foreign_born_winners"" ( ""rank"" real, ""nation"" text, ""national_wins"" real, ""drivers"" text, ""driver_wins"" real );","SELECT AVG(""driver_wins"") FROM ""nationalities_of_foreign_born_winners"" WHERE ""nation""='sweden';",2-1251765-10 How many gold are a rank 1 and larger than 16?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medal_table"" WHERE ""rank""='1' AND ""total"">16;",2-12420066-1 How many total gold are less than 4?,"CREATE TABLE ""medal_table"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT COUNT(""gold"") FROM ""medal_table"" WHERE ""total""<4;",2-12420066-1 "What is the total gold that has bronze less than 2, a silver of 1 and total more than 4?","CREATE TABLE ""medal_table"" ( ""rank"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""gold"") FROM ""medal_table"" WHERE ""bronze""<2 AND ""silver""=1 AND ""total"">4;",2-12420066-1 Name the least runners with dist of 10.5,"CREATE TABLE ""race_record"" ( ""race"" text, ""dist_f"" real, ""course"" text, ""class"" text, ""prize_k"" real, ""odds"" text, ""runners"" real, ""placing"" real, ""margin"" text, ""time"" text, ""jockey"" text, ""trainer"" text );","SELECT MIN(""runners"") FROM ""race_record"" WHERE ""dist_f""=10.5;",2-12927147-1 Name the runners for longchamp,"CREATE TABLE ""race_record"" ( ""race"" text, ""dist_f"" real, ""course"" text, ""class"" text, ""prize_k"" real, ""odds"" text, ""runners"" real, ""placing"" real, ""margin"" text, ""time"" text, ""jockey"" text, ""trainer"" text );","SELECT ""runners"" FROM ""race_record"" WHERE ""course""='longchamp';",2-12927147-1 What is the year with 116 laps?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""laps""=116;",2-1252149-1 What year has a finish of 19?,"CREATE TABLE ""indy_500_results"" ( ""year"" text, ""start"" text, ""qual"" text, ""rank"" text, ""finish"" text, ""laps"" real );","SELECT ""year"" FROM ""indy_500_results"" WHERE ""finish""='19';",2-1252149-1 How many Silver medals were won in total by all those with more than 3 bronze and exactly 16 gold?,"CREATE TABLE ""medal_table"" ( ""rank"" real, ""nation"" text, ""gold"" real, ""silver"" real, ""bronze"" real, ""total"" real );","SELECT SUM(""silver"") FROM ""medal_table"" WHERE ""bronze"">3 AND ""gold""=16;",2-12388749-1 Which opponent has a loss of wells (1-3)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""loss""='wells (1-3)';",2-12206617-2 "Which opponent has an attendance greater than 29,904 and 11-8 as the record?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""opponent"" FROM ""game_log"" WHERE ""attendance"">'29,904' AND ""record""='11-8';",2-12206617-2 "Which loss has an attendance greater than 49,688 and 11-8 as the record?","CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT ""loss"" FROM ""game_log"" WHERE ""attendance"">'49,688' AND ""record""='11-8';",2-12206617-2 What is the largest attendance that has tigers as the opponent and a loss of leiter (0-1)?,"CREATE TABLE ""game_log"" ( ""date"" text, ""opponent"" text, ""score"" text, ""loss"" text, ""attendance"" real, ""record"" text );","SELECT MAX(""attendance"") FROM ""game_log"" WHERE ""opponent""='tigers' AND ""loss""='leiter (0-1)';",2-12206617-2 Which party has Peter A. Quinn as a representative?,"CREATE TABLE ""external_links"" ( ""representative"" text, ""years"" text, ""state"" text, ""party"" text, ""lifespan"" text );","SELECT ""party"" FROM ""external_links"" WHERE ""representative""='peter a. quinn';",2-12601141-1 Which state does Jimmy Quillen represent?,"CREATE TABLE ""external_links"" ( ""representative"" text, ""years"" text, ""state"" text, ""party"" text, ""lifespan"" text );","SELECT ""state"" FROM ""external_links"" WHERE ""representative""='jimmy quillen';",2-12601141-1 "What is the lifespan of the democratic party in New York, for which Terence J. Quinn is a representative?","CREATE TABLE ""external_links"" ( ""representative"" text, ""years"" text, ""state"" text, ""party"" text, ""lifespan"" text );","SELECT ""lifespan"" FROM ""external_links"" WHERE ""party""='democratic' AND ""state""='new york' AND ""representative""='terence j. quinn';",2-12601141-1