training_input
stringlengths
118
1.06k
###context:CREATE TABLE table_245801_1 (flight_down VARCHAR, crew VARCHAR) ###human: Name the flight down for vladimir vasyutin , alexander volkov ###assistant: SELECT flight_down FROM table_245801_1 WHERE crew = "Vladimir Vasyutin , Alexander Volkov"
###context:CREATE TABLE table_245801_1 (duration__days_ VARCHAR, crew VARCHAR) ###human: Name the duration for vladimir vasyutin , alexander volkov ###assistant: SELECT COUNT(duration__days_) FROM table_245801_1 WHERE crew = "Vladimir Vasyutin , Alexander Volkov"
###context:CREATE TABLE table_24584486_1 (team VARCHAR, points VARCHAR) ###human: What team was he on the year he had 38 points? ###assistant: SELECT team FROM table_24584486_1 WHERE points = 38
###context:CREATE TABLE table_24584486_1 (wins INTEGER, poles VARCHAR) ###human: What was the least amount of wins when he had 10 poles? ###assistant: SELECT MIN(wins) FROM table_24584486_1 WHERE poles = 10
###context:CREATE TABLE table_24587026_1 (team VARCHAR, points VARCHAR) ###human: Name the team for 22 points ###assistant: SELECT team FROM table_24587026_1 WHERE points = "22"
###context:CREATE TABLE table_24587026_1 (f_laps VARCHAR, series VARCHAR) ###human: Name the f/laps for gp2 series ###assistant: SELECT f_laps FROM table_24587026_1 WHERE series = "GP2 series"
###context:CREATE TABLE table_24587026_1 (wins INTEGER) ###human: Name the most wins ###assistant: SELECT MIN(wins) FROM table_24587026_1
###context:CREATE TABLE table_24587026_1 (races INTEGER, team VARCHAR) ###human: Name the least races for carlin ###assistant: SELECT MIN(races) FROM table_24587026_1 WHERE team = "Carlin"
###context:CREATE TABLE table_24587026_1 (position VARCHAR, podiums VARCHAR, team VARCHAR) ###human: Name the position for 0 podiums and carlin team ###assistant: SELECT position FROM table_24587026_1 WHERE podiums = 0 AND team = "Carlin"
###context:CREATE TABLE table_24613895_1 (name_in_syriac VARCHAR, number_of_believers VARCHAR) ###human: Name the name in syriac for 500 believers ###assistant: SELECT name_in_syriac FROM table_24613895_1 WHERE number_of_believers = 500
###context:CREATE TABLE table_24613895_1 (number_of_believers INTEGER) ###human: Name the least number of believers ###assistant: SELECT MIN(number_of_believers) FROM table_24613895_1
###context:CREATE TABLE table_24613895_1 (number_of_believers INTEGER, name_in_syriac VARCHAR) ###human: Name the most number of believers for ܓܘܝܠܢ ###assistant: SELECT MAX(number_of_believers) FROM table_24613895_1 WHERE name_in_syriac = "ܓܘܝܠܢ"
###context:CREATE TABLE table_24613895_1 (number_of_believers VARCHAR, name_of_village VARCHAR) ###human: Name the number of believers for khosrowa ###assistant: SELECT number_of_believers FROM table_24613895_1 WHERE name_of_village = "Khosrowa"
###context:CREATE TABLE table_24613895_1 (number_of_believers VARCHAR, name_of_village VARCHAR) ###human: Name the number of believers for patavur ###assistant: SELECT COUNT(number_of_believers) FROM table_24613895_1 WHERE name_of_village = "Patavur"
###context:CREATE TABLE table_24598274_20 (channel VARCHAR, local_title VARCHAR) ###human: The local title "Live to Dance" was aired in which channel? ###assistant: SELECT channel FROM table_24598274_20 WHERE local_title = "Live to Dance"
###context:CREATE TABLE table_24598274_20 (country VARCHAR, presenter_s_ VARCHAR) ###human: Which country did Johanna Klum presented the show? ###assistant: SELECT country FROM table_24598274_20 WHERE presenter_s_ = "Johanna Klum"
###context:CREATE TABLE table_24600706_1 (released INTEGER, song VARCHAR) ###human: Name the most released for the in crowd ###assistant: SELECT MAX(released) FROM table_24600706_1 WHERE song = "The In Crowd"
###context:CREATE TABLE table_24600706_1 (released INTEGER, song VARCHAR) ###human: Name the most released for apologize ###assistant: SELECT MAX(released) FROM table_24600706_1 WHERE song = "Apologize"
###context:CREATE TABLE table_24600706_1 (released INTEGER, song VARCHAR) ###human: Name the most released for right here, right now ###assistant: SELECT MAX(released) FROM table_24600706_1 WHERE song = "Right Here, Right Now"
###context:CREATE TABLE table_24600706_1 (us_exclusive VARCHAR, artist_band VARCHAR) ###human: Name the us exclusive for miley cyrus ###assistant: SELECT us_exclusive FROM table_24600706_1 WHERE artist_band = "Miley Cyrus"
###context:CREATE TABLE table_24620684_2 (clean_electric_grid_california__san_francisco_ VARCHAR, vehicle VARCHAR) ###human: When bmw activee is the vehicle type how many clean electric grid california (san francisco) measurements are there? ###assistant: SELECT COUNT(clean_electric_grid_california__san_francis...
###context:CREATE TABLE table_24620684_2 (vehicle VARCHAR, epa_rated_combined_fuel_economy VARCHAR) ###human: When 102 mpg-e (33kw-hrs/100mi) is the epa rated combined fuel economy what is the vehicle type? ###assistant: SELECT vehicle FROM table_24620684_2 WHERE epa_rated_combined_fuel_economy = "102 mpg-e (3...
###context:CREATE TABLE table_24620684_2 (vehicle VARCHAR, clean_electric_grid_california__san_francisco_ VARCHAR) ###human: When 100 g/mi (62 g/km) is the clean electric grid california (san francisco) how many vehicles are there? ###assistant: SELECT COUNT(vehicle) FROM table_24620684_2 WHERE clean_electric_g...
###context:CREATE TABLE table_24620684_2 (us_national_average_electric_mix VARCHAR, dirty_electric_grid_rocky_mountains__denver_ VARCHAR) ###human: When 380 g/mi (236 g/km) is the dirty electric grid rocky mountains (denver) what is the u.s national average electric mix? ###assistant: SELECT us_national_average...
###context:CREATE TABLE table_24620684_2 (us_national_average_electric_mix VARCHAR, vehicle VARCHAR) ###human: When bmw activee is the vehicle type what is the u.s national average electric mix? ###assistant: SELECT us_national_average_electric_mix FROM table_24620684_2 WHERE vehicle = "BMW ActiveE"
###context:CREATE TABLE table_24620684_2 (operating_mode VARCHAR, epa_rated_combined_fuel_economy VARCHAR) ###human: When 87 mpg-e (39kw-hrs/100mi) is the epa rated combined fuel economy how many operating modes are there? ###assistant: SELECT COUNT(operating_mode) FROM table_24620684_2 WHERE epa_rated_combin...
###context:CREATE TABLE table_24638867_6 (opponents VARCHAR, score VARCHAR) ###human: Name the opponents for 6–2, 3–6, 6–3 ###assistant: SELECT opponents FROM table_24638867_6 WHERE score = "6–2, 3–6, 6–3"
###context:CREATE TABLE table_24638867_6 (championship VARCHAR, outcome VARCHAR, score VARCHAR) ###human: Name the championship for outcome being winner for 7–5, 4–6, 6–1 ###assistant: SELECT championship FROM table_24638867_6 WHERE outcome = "Winner" AND score = "7–5, 4–6, 6–1"
###context:CREATE TABLE table_24638867_6 (score VARCHAR, outcome VARCHAR, opponents VARCHAR) ###human: Name the score for winner and julie halard-decugis ai sugiyama ###assistant: SELECT score FROM table_24638867_6 WHERE outcome = "Winner" AND opponents = "Julie Halard-Decugis Ai Sugiyama"
###context:CREATE TABLE table_24638867_6 (championship VARCHAR, score VARCHAR, surface VARCHAR) ###human: Name the championship for hard surface 7–5, 6–4 ###assistant: SELECT championship FROM table_24638867_6 WHERE score = "7–5, 6–4" AND surface = "Hard"
###context:CREATE TABLE table_24638867_6 (surface VARCHAR, partner VARCHAR) ###human: Name the surface for nathalie tauziat ###assistant: SELECT surface FROM table_24638867_6 WHERE partner = "Nathalie Tauziat"
###context:CREATE TABLE table_24642706_1 (year INTEGER, money_list_rank VARCHAR) ###human: Name the most year for money list rank is 74 ###assistant: SELECT MAX(year) FROM table_24642706_1 WHERE money_list_rank = 74
###context:CREATE TABLE table_2463383_2 (team_s_ VARCHAR, avg_start VARCHAR) ###human: Name the team for avg start being 20.5 ###assistant: SELECT team_s_ FROM table_2463383_2 WHERE avg_start = "20.5"
###context:CREATE TABLE table_2463383_2 (team_s_ VARCHAR, avg_start VARCHAR, poles VARCHAR, wins VARCHAR, top_5 VARCHAR) ###human: Name the team for wins being 0 and top 5 is 0 and poles is 0 and avg start is 37.0 ###assistant: SELECT team_s_ FROM table_2463383_2 WHERE wins = 0 AND top_5 = 0 AND poles = 0 AND a...
###context:CREATE TABLE table_2463383_2 (winnings VARCHAR, position VARCHAR) ###human: Name the winnings for 23rd position ###assistant: SELECT winnings FROM table_2463383_2 WHERE position = "23rd"
###context:CREATE TABLE table_2463383_2 (winnings VARCHAR, year VARCHAR) ###human: Name the winnings for 2004 ###assistant: SELECT winnings FROM table_2463383_2 WHERE year = 2004
###context:CREATE TABLE table_2463383_2 (top_10 VARCHAR, avg_start VARCHAR) ###human: Name the total number of top 10 for avg start being 37.3 ###assistant: SELECT COUNT(top_10) FROM table_2463383_2 WHERE avg_start = "37.3"
###context:CREATE TABLE table_24628683_2 (method_of_elimination VARCHAR, time VARCHAR) ###human: What was the method of elimination in the chamber with a time of 24:02? ###assistant: SELECT method_of_elimination FROM table_24628683_2 WHERE time = "24:02"
###context:CREATE TABLE table_24628683_2 (wrestler VARCHAR, method_of_elimination VARCHAR) ###human: How many wrestlers are recorded for the chamber that's method of elimination was pinned after being hit by a lead pipe? ###assistant: SELECT COUNT(wrestler) FROM table_24628683_2 WHERE method_of_elimination = "...
###context:CREATE TABLE table_24628683_2 (method_of_elimination VARCHAR, wrestler VARCHAR) ###human: What was the method of elimination for Kofi Kingston/ ###assistant: SELECT method_of_elimination FROM table_24628683_2 WHERE wrestler = "Kofi Kingston"
###context:CREATE TABLE table_24638867_4 (championship VARCHAR, surface VARCHAR, opponent VARCHAR) ###human: What championships were played on clay and the opponent was virginia ruano pascual paola suárez? ###assistant: SELECT championship FROM table_24638867_4 WHERE surface = "Clay" AND opponent = "Virginia Ru...
###context:CREATE TABLE table_24638867_4 (championship VARCHAR, partner VARCHAR) ###human: What championships had a match where Natasha Zvereva played as partner? ###assistant: SELECT championship FROM table_24638867_4 WHERE partner = "Natasha Zvereva"
###context:CREATE TABLE table_24648983_1 (original_air_date VARCHAR, № VARCHAR) ###human: What day did episode number 4 air originally? ###assistant: SELECT original_air_date FROM table_24648983_1 WHERE № = 4
###context:CREATE TABLE table_24648983_1 (written_by VARCHAR, us_viewers__million_ VARCHAR) ###human: Who wrote the episode with 8.61 million U.S. viewers? ###assistant: SELECT written_by FROM table_24648983_1 WHERE us_viewers__million_ = "8.61"
###context:CREATE TABLE table_24648983_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ###human: What date did the episode with 8.61 million U.S. viewers originally air? ###assistant: SELECT original_air_date FROM table_24648983_1 WHERE us_viewers__million_ = "8.61"
###context:CREATE TABLE table_24648983_1 (title VARCHAR, us_viewers__million_ VARCHAR) ###human: What is the name of the episode that had 9.89 million U.S. viewers? ###assistant: SELECT title FROM table_24648983_1 WHERE us_viewers__million_ = "9.89"
###context:CREATE TABLE table_2467150_2 (model__list_ VARCHAR, processor VARCHAR, brand_name VARCHAR) ###human: What is the value for model if processor is Kentsfield and brand name is Xeon? ###assistant: SELECT model__list_ FROM table_2467150_2 WHERE processor = "Kentsfield" AND brand_name = "Xeon"
###context:CREATE TABLE table_2467150_2 (tdp VARCHAR, model__list_ VARCHAR) ###human: What is every value for TDP if model is x53xx? ###assistant: SELECT tdp FROM table_2467150_2 WHERE model__list_ = "X53xx"
###context:CREATE TABLE table_2467150_2 (cores VARCHAR, tdp VARCHAR) ###human: What is every value for cores if TDP is 17 W? ###assistant: SELECT cores FROM table_2467150_2 WHERE tdp = "17 W"
###context:CREATE TABLE table_24649082_1 (production_code VARCHAR, written_by VARCHAR) ###human: What is the production code for the episode written by J. H. Wyman & Jeff Pinkner? ###assistant: SELECT production_code FROM table_24649082_1 WHERE written_by = "J. H. Wyman & Jeff Pinkner"
###context:CREATE TABLE table_24649082_1 (title VARCHAR, directed_by VARCHAR) ###human: What is the title of the episode directed by Charles Beeson? ###assistant: SELECT title FROM table_24649082_1 WHERE directed_by = "Charles Beeson"
###context:CREATE TABLE table_24649082_1 (original_air_date VARCHAR, written_by VARCHAR) ###human: How many original air dates for the episode written by David H. Goodman & Andrew Kreisberg? ###assistant: SELECT COUNT(original_air_date) FROM table_24649082_1 WHERE written_by = "David H. Goodman & Andrew Kreisbe...
###context:CREATE TABLE table_24649082_1 (_number INTEGER, written_by VARCHAR) ###human: What is the most recent episode number written by Matthew Pitts? ###assistant: SELECT MAX(_number) FROM table_24649082_1 WHERE written_by = "Matthew Pitts"
###context:CREATE TABLE table_24689168_5 (viewers__millions_ VARCHAR, episode VARCHAR) ###human: How many records for number of viewers is listed for episode number 8? ###assistant: SELECT COUNT(viewers__millions_) FROM table_24689168_5 WHERE episode = 8
###context:CREATE TABLE table_24689168_5 (rating__18_49_ VARCHAR, viewers__millions_ VARCHAR) ###human: What was the 18 to 49 rating when 9.50 million watched? ###assistant: SELECT rating__18_49_ FROM table_24689168_5 WHERE viewers__millions_ = "9.50"
###context:CREATE TABLE table_24689168_5 (episode VARCHAR, viewers__millions_ VARCHAR) ###human: what episode number had 11.73 million viewers? ###assistant: SELECT episode FROM table_24689168_5 WHERE viewers__millions_ = "11.73"
###context:CREATE TABLE table_24689168_5 (episode VARCHAR, viewers__millions_ VARCHAR) ###human: How many episodes had 11.47 million viewers? ###assistant: SELECT COUNT(episode) FROM table_24689168_5 WHERE viewers__millions_ = "11.47"
###context:CREATE TABLE table_2468961_4 (written_by VARCHAR, original_air_date VARCHAR) ###human: Who wrote the episode that originally aired April 29, 1994? ###assistant: SELECT written_by FROM table_2468961_4 WHERE original_air_date = "April 29, 1994"
###context:CREATE TABLE table_2468961_4 (production_code INTEGER, original_air_date VARCHAR) ###human: What was the production code for the episode that debuted October 1, 1993? ###assistant: SELECT MAX(production_code) FROM table_2468961_4 WHERE original_air_date = "October 1, 1993"
###context:CREATE TABLE table_2468961_4 (title VARCHAR, no_in_series VARCHAR) ###human: What was the title of series number 56? ###assistant: SELECT title FROM table_2468961_4 WHERE no_in_series = 56
###context:CREATE TABLE table_2468961_4 (title VARCHAR, written_by VARCHAR, no_in_series VARCHAR) ###human: What was the title of the episode written by Julia Newton in series 48? ###assistant: SELECT title FROM table_2468961_4 WHERE written_by = "Julia Newton" AND no_in_series = 48
###context:CREATE TABLE table_24673888_1 (callsign VARCHAR, station_type VARCHAR, ch__number VARCHAR) ###human: What is the callsign that has a station type of relay and a channel number of TV-2? ###assistant: SELECT callsign FROM table_24673888_1 WHERE station_type = "Relay" AND ch__number = "TV-2"
###context:CREATE TABLE table_24673888_1 (station_type VARCHAR, callsign VARCHAR) ###human: What is the station type of DWZM-TV? ###assistant: SELECT station_type FROM table_24673888_1 WHERE callsign = "DWZM-TV"
###context:CREATE TABLE table_24673888_1 (power_kw VARCHAR, ch__number VARCHAR) ###human: What is the power in kilowatts of TV-12? ###assistant: SELECT power_kw FROM table_24673888_1 WHERE ch__number = "TV-12"
###context:CREATE TABLE table_24673888_1 (power_kw VARCHAR, location__transmitter_site_ VARCHAR) ###human: What is the power in KW of the transmitter situated in Borongan? ###assistant: SELECT power_kw FROM table_24673888_1 WHERE location__transmitter_site_ = "Borongan"
###context:CREATE TABLE table_24673888_1 (ch__number VARCHAR, branding VARCHAR) ###human: What is the channel number that has a branding of PTV 4 Laoag? ###assistant: SELECT ch__number FROM table_24673888_1 WHERE branding = "PTV 4 Laoag"
###context:CREATE TABLE table_24673888_1 (power_kw VARCHAR, station_type VARCHAR, callsign VARCHAR) ###human: What is the power in KW that has a station type of relay and a callsign of DXCL-TV? ###assistant: SELECT power_kw FROM table_24673888_1 WHERE station_type = "Relay" AND callsign = "DXCL-TV"
###context:CREATE TABLE table_2468961_7 (no_in_series INTEGER, no_in_season VARCHAR) ###human: When 15 is the number in season what is the highest number in series? ###assistant: SELECT MAX(no_in_series) FROM table_2468961_7 WHERE no_in_season = 15
###context:CREATE TABLE table_2468961_7 (directed_by VARCHAR, no_in_series VARCHAR) ###human: When 123 is the number in series who is the director? ###assistant: SELECT directed_by FROM table_2468961_7 WHERE no_in_series = 123
###context:CREATE TABLE table_2468961_7 (written_by VARCHAR, no_in_series VARCHAR) ###human: When 120 is the number in series who is the writer? ###assistant: SELECT written_by FROM table_2468961_7 WHERE no_in_series = 120
###context:CREATE TABLE table_2468961_7 (production_code VARCHAR, no_in_series VARCHAR) ###human: When 137 is the number in series what is the production code? ###assistant: SELECT production_code FROM table_2468961_7 WHERE no_in_series = 137
###context:CREATE TABLE table_24706337_1 (victor VARCHAR, name_of_the_war VARCHAR) ###human: How many victors where there in the War of 1730–1736 , first stage? ###assistant: SELECT COUNT(victor) FROM table_24706337_1 WHERE name_of_the_war = "War of 1730–1736 , first stage"
###context:CREATE TABLE table_24706337_1 (ottoman_sultan VARCHAR, treaty_at_the_end_of_the_war VARCHAR) ###human: Who was the Ottoman Sultan where the treaty at the end of the war was the Treaty of Constantinople (1590)? ###assistant: SELECT ottoman_sultan FROM table_24706337_1 WHERE treaty_at_the_end_of_the_wa...
###context:CREATE TABLE table_24706337_1 (name_of_the_war VARCHAR, ottoman_sultan VARCHAR) ###human: What is the name of the war where the Ottoman sultan was Selim I? ###assistant: SELECT name_of_the_war FROM table_24706337_1 WHERE ottoman_sultan = "Selim I"
###context:CREATE TABLE table_2468961_6 (directed_by VARCHAR, no_in_series VARCHAR) ###human: When 102 is the number in series who is the director? ###assistant: SELECT directed_by FROM table_2468961_6 WHERE no_in_series = 102
###context:CREATE TABLE table_2468961_8 (written_by VARCHAR, directed_by VARCHAR, original_air_date VARCHAR) ###human: Name who wrote the episode directed by patrick duffy airing on november 7, 1997 ###assistant: SELECT written_by FROM table_2468961_8 WHERE directed_by = "Patrick Duffy" AND original_air_date = ...
###context:CREATE TABLE table_2472711_31 (last_year INTEGER, lowest VARCHAR) ###human: What is the last year total for the team with a lowest of 23578? ###assistant: SELECT MAX(last_year) FROM table_2472711_31 WHERE lowest = 23578
###context:CREATE TABLE table_2472711_31 (highest VARCHAR, lowest VARCHAR) ###human: How many highest figures for the team with lowest of 16415? ###assistant: SELECT COUNT(highest) FROM table_2472711_31 WHERE lowest = 16415
###context:CREATE TABLE table_2472711_31 (team VARCHAR, up_down VARCHAR) ###human: Which team has an up/down of + 3479? ###assistant: SELECT team FROM table_2472711_31 WHERE up_down = "+ 3479"
###context:CREATE TABLE table_2472711_31 (average VARCHAR, total VARCHAR) ###human: What is the average of the team where the total is 243017? ###assistant: SELECT average FROM table_2472711_31 WHERE total = 243017
###context:CREATE TABLE table_24725951_1 (episode VARCHAR, celebrities VARCHAR) ###human: How many episodes had celebrity guest stars Frank Skinner and Lee Mack? ###assistant: SELECT COUNT(episode) FROM table_24725951_1 WHERE celebrities = "Frank Skinner and Lee Mack"
###context:CREATE TABLE table_24725951_1 (episode VARCHAR, directed_and_produced_by VARCHAR) ###human: List episode directed and produced by Karen Selway? ###assistant: SELECT episode FROM table_24725951_1 WHERE directed_and_produced_by = "Karen Selway"
###context:CREATE TABLE table_24725951_1 (episode VARCHAR, celebrities VARCHAR) ###human: Which episode had celebrities Nick Hewer and Saira Khan in them? ###assistant: SELECT episode FROM table_24725951_1 WHERE celebrities = "Nick Hewer and Saira Khan"
###context:CREATE TABLE table_24725951_1 (directed_and_produced_by VARCHAR, celebrities VARCHAR) ###human: List the director and producer when Nick Hewer and Saira Khan were starring. ###assistant: SELECT directed_and_produced_by FROM table_24725951_1 WHERE celebrities = "Nick Hewer and Saira Khan"
###context:CREATE TABLE table_24725951_1 (directed_and_produced_by VARCHAR, celebrities VARCHAR) ###human: List directors and producers when the celebrities involved were Bill Turnbull and Louise Minchin. ###assistant: SELECT directed_and_produced_by FROM table_24725951_1 WHERE celebrities = "Bill Turnbull and ...
###context:CREATE TABLE table_24729_2 (torque VARCHAR, co2 VARCHAR) ###human: whe, co2 is 206g/km, what is the torque? ###assistant: SELECT torque FROM table_24729_2 WHERE co2 = "206g/km"
###context:CREATE TABLE table_24729_2 (power VARCHAR, co2 VARCHAR) ###human: when co2 is 192g/km, what is the power? ###assistant: SELECT power FROM table_24729_2 WHERE co2 = "192g/km"
###context:CREATE TABLE table_24732149_2 (circuit VARCHAR, round VARCHAR) ###human: What is the circuit of round 5? ###assistant: SELECT circuit FROM table_24732149_2 WHERE round = 5
###context:CREATE TABLE table_24732149_2 (date VARCHAR, fastest_lap VARCHAR) ###human: What date did Mike Rockenfeller have the fastest lap? ###assistant: SELECT date FROM table_24732149_2 WHERE fastest_lap = "Mike Rockenfeller"
###context:CREATE TABLE table_24735155_1 (points VARCHAR, seasons VARCHAR) ###human: How many points for the driver who raced in seasons 2006 – 2007 , 2009? ###assistant: SELECT points FROM table_24735155_1 WHERE seasons = "2006 – 2007 , 2009"
###context:CREATE TABLE table_24765815_2 (competition VARCHAR, vote_percentage VARCHAR, nationality VARCHAR) ###human: What's the name of the competition where the nationality is Brazil and the voting percentage is n/a? ###assistant: SELECT competition FROM table_24765815_2 WHERE vote_percentage = "N/A" AND nat...
###context:CREATE TABLE table_24765815_2 (player VARCHAR, nationality VARCHAR, team VARCHAR) ###human: What's the player's name whose nationality and team are Netherlands? ###assistant: SELECT player FROM table_24765815_2 WHERE nationality = "Netherlands" AND team = "Netherlands"
###context:CREATE TABLE table_24765815_2 (score VARCHAR, player VARCHAR) ###human: What was the score for the game in which Samir Nasri played? ###assistant: SELECT score FROM table_24765815_2 WHERE player = "Samir Nasri"
###context:CREATE TABLE table_24765815_2 (player VARCHAR, competition VARCHAR) ###human: Who is the player that played in the UEFA Euro 2012 qualifying Group A competition? ###assistant: SELECT player FROM table_24765815_2 WHERE competition = "UEFA Euro 2012 qualifying Group A"
###context:CREATE TABLE table_24765815_2 (rank VARCHAR, competition VARCHAR) ###human: What is the ranking of the UEFA Euro 2012 qualifying Group A competition? ###assistant: SELECT rank FROM table_24765815_2 WHERE competition = "UEFA Euro 2012 qualifying Group A"
###context:CREATE TABLE table_2477085_1 (production VARCHAR, alpina_model VARCHAR) ###human: Name the production for alpina model being b10 4,6 ###assistant: SELECT production FROM table_2477085_1 WHERE alpina_model = "B10 4,6"
###context:CREATE TABLE table_24776075_2 (final_score VARCHAR, date VARCHAR) ###human: How many final score datas are there on Sunday, May 12? ###assistant: SELECT COUNT(final_score) FROM table_24776075_2 WHERE date = "Sunday, May 12"
###context:CREATE TABLE table_24776075_2 (week INTEGER, date VARCHAR) ###human: The game on Saturday, May 25 took place on which week? ###assistant: SELECT MIN(week) FROM table_24776075_2 WHERE date = "Saturday, May 25"
###context:CREATE TABLE table_24776075_2 (final_score VARCHAR, date VARCHAR) ###human: What was the final score on Saturday, May 25? ###assistant: SELECT final_score FROM table_24776075_2 WHERE date = "Saturday, May 25"
###context:CREATE TABLE table_24781886_2 (writer_s_ VARCHAR, _number VARCHAR) ###human: When 10 is the number who is the writer? ###assistant: SELECT writer_s_ FROM table_24781886_2 WHERE _number = 10