Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
37,100
<question>: Name the flight down for vladimir vasyutin , alexander volkov <context>: CREATE TABLE table_245801_1 (flight_down VARCHAR, crew VARCHAR)
SELECT flight_down FROM table_245801_1 WHERE crew = "Vladimir Vasyutin , Alexander Volkov"
37,101
<question>: Name the duration for vladimir vasyutin , alexander volkov <context>: CREATE TABLE table_245801_1 (duration__days_ VARCHAR, crew VARCHAR)
SELECT COUNT(duration__days_) FROM table_245801_1 WHERE crew = "Vladimir Vasyutin , Alexander Volkov"
37,102
<question>: What team was he on the year he had 38 points? <context>: CREATE TABLE table_24584486_1 (team VARCHAR, points VARCHAR)
SELECT team FROM table_24584486_1 WHERE points = 38
37,103
<question>: What was the least amount of wins when he had 10 poles? <context>: CREATE TABLE table_24584486_1 (wins INTEGER, poles VARCHAR)
SELECT MIN(wins) FROM table_24584486_1 WHERE poles = 10
37,104
<question>: Name the team for 22 points <context>: CREATE TABLE table_24587026_1 (team VARCHAR, points VARCHAR)
SELECT team FROM table_24587026_1 WHERE points = "22"
37,105
<question>: Name the f/laps for gp2 series <context>: CREATE TABLE table_24587026_1 (f_laps VARCHAR, series VARCHAR)
SELECT f_laps FROM table_24587026_1 WHERE series = "GP2 series"
37,106
<question>: Name the most wins <context>: CREATE TABLE table_24587026_1 (wins INTEGER)
SELECT MIN(wins) FROM table_24587026_1
37,107
<question>: Name the least races for carlin <context>: CREATE TABLE table_24587026_1 (races INTEGER, team VARCHAR)
SELECT MIN(races) FROM table_24587026_1 WHERE team = "Carlin"
37,108
<question>: Name the position for 0 podiums and carlin team <context>: CREATE TABLE table_24587026_1 (position VARCHAR, podiums VARCHAR, team VARCHAR)
SELECT position FROM table_24587026_1 WHERE podiums = 0 AND team = "Carlin"
37,109
<question>: Name the name in syriac for 500 believers <context>: CREATE TABLE table_24613895_1 (name_in_syriac VARCHAR, number_of_believers VARCHAR)
SELECT name_in_syriac FROM table_24613895_1 WHERE number_of_believers = 500
37,110
<question>: Name the least number of believers <context>: CREATE TABLE table_24613895_1 (number_of_believers INTEGER)
SELECT MIN(number_of_believers) FROM table_24613895_1
37,111
<question>: Name the most number of believers for ά“ά˜άά ά’ <context>: CREATE TABLE table_24613895_1 (number_of_believers INTEGER, name_in_syriac VARCHAR)
SELECT MAX(number_of_believers) FROM table_24613895_1 WHERE name_in_syriac = "ά“ά˜άά ά’"
37,112
<question>: Name the number of believers for khosrowa <context>: CREATE TABLE table_24613895_1 (number_of_believers VARCHAR, name_of_village VARCHAR)
SELECT number_of_believers FROM table_24613895_1 WHERE name_of_village = "Khosrowa"
37,113
<question>: Name the number of believers for patavur <context>: CREATE TABLE table_24613895_1 (number_of_believers VARCHAR, name_of_village VARCHAR)
SELECT COUNT(number_of_believers) FROM table_24613895_1 WHERE name_of_village = "Patavur"
37,114
<question>: The local title "Live to Dance" was aired in which channel? <context>: CREATE TABLE table_24598274_20 (channel VARCHAR, local_title VARCHAR)
SELECT channel FROM table_24598274_20 WHERE local_title = "Live to Dance"
37,115
<question>: Which country did Johanna Klum presented the show? <context>: CREATE TABLE table_24598274_20 (country VARCHAR, presenter_s_ VARCHAR)
SELECT country FROM table_24598274_20 WHERE presenter_s_ = "Johanna Klum"
37,116
<question>: Name the most released for the in crowd <context>: CREATE TABLE table_24600706_1 (released INTEGER, song VARCHAR)
SELECT MAX(released) FROM table_24600706_1 WHERE song = "The In Crowd"
37,117
<question>: Name the most released for apologize <context>: CREATE TABLE table_24600706_1 (released INTEGER, song VARCHAR)
SELECT MAX(released) FROM table_24600706_1 WHERE song = "Apologize"
37,118
<question>: Name the most released for right here, right now <context>: CREATE TABLE table_24600706_1 (released INTEGER, song VARCHAR)
SELECT MAX(released) FROM table_24600706_1 WHERE song = "Right Here, Right Now"
37,119
<question>: Name the us exclusive for miley cyrus <context>: CREATE TABLE table_24600706_1 (us_exclusive VARCHAR, artist_band VARCHAR)
SELECT us_exclusive FROM table_24600706_1 WHERE artist_band = "Miley Cyrus"
37,120
<question>: When bmw activee is the vehicle type how many clean electric grid california (san francisco) measurements are there? <context>: CREATE TABLE table_24620684_2 (clean_electric_grid_california__san_francisco_ VARCHAR, vehicle VARCHAR)
SELECT COUNT(clean_electric_grid_california__san_francisco_) FROM table_24620684_2 WHERE vehicle = "BMW ActiveE"
37,121
<question>: When 102 mpg-e (33kw-hrs/100mi) is the epa rated combined fuel economy what is the vehicle type? <context>: CREATE TABLE table_24620684_2 (vehicle VARCHAR, epa_rated_combined_fuel_economy VARCHAR)
SELECT vehicle FROM table_24620684_2 WHERE epa_rated_combined_fuel_economy = "102 mpg-e (33kW-hrs/100mi)"
37,122
<question>: When 100 g/mi (62 g/km) is the clean electric grid california (san francisco) how many vehicles are there? <context>: CREATE TABLE table_24620684_2 (vehicle VARCHAR, clean_electric_grid_california__san_francisco_ VARCHAR)
SELECT COUNT(vehicle) FROM table_24620684_2 WHERE clean_electric_grid_california__san_francisco_ = "100 g/mi (62 g/km)"
37,123
<question>: When 380 g/mi (236 g/km) is the dirty electric grid rocky mountains (denver) what is the u.s national average electric mix? <context>: CREATE TABLE table_24620684_2 (us_national_average_electric_mix VARCHAR, dirty_electric_grid_rocky_mountains__denver_ VARCHAR)
SELECT us_national_average_electric_mix FROM table_24620684_2 WHERE dirty_electric_grid_rocky_mountains__denver_ = "380 g/mi (236 g/km)"
37,124
<question>: When bmw activee is the vehicle type what is the u.s national average electric mix? <context>: CREATE TABLE table_24620684_2 (us_national_average_electric_mix VARCHAR, vehicle VARCHAR)
SELECT us_national_average_electric_mix FROM table_24620684_2 WHERE vehicle = "BMW ActiveE"
37,125
<question>: When 87 mpg-e (39kw-hrs/100mi) is the epa rated combined fuel economy how many operating modes are there? <context>: CREATE TABLE table_24620684_2 (operating_mode VARCHAR, epa_rated_combined_fuel_economy VARCHAR)
SELECT COUNT(operating_mode) FROM table_24620684_2 WHERE epa_rated_combined_fuel_economy = "87 mpg-e (39kW-hrs/100mi)"
37,126
<question>: Name the opponents for 6–2, 3–6, 6–3 <context>: CREATE TABLE table_24638867_6 (opponents VARCHAR, score VARCHAR)
SELECT opponents FROM table_24638867_6 WHERE score = "6–2, 3–6, 6–3"
37,127
<question>: Name the championship for outcome being winner for 7–5, 4–6, 6–1 <context>: CREATE TABLE table_24638867_6 (championship VARCHAR, outcome VARCHAR, score VARCHAR)
SELECT championship FROM table_24638867_6 WHERE outcome = "Winner" AND score = "7–5, 4–6, 6–1"
37,128
<question>: Name the score for winner and julie halard-decugis ai sugiyama <context>: CREATE TABLE table_24638867_6 (score VARCHAR, outcome VARCHAR, opponents VARCHAR)
SELECT score FROM table_24638867_6 WHERE outcome = "Winner" AND opponents = "Julie Halard-Decugis Ai Sugiyama"
37,129
<question>: Name the championship for hard surface 7–5, 6–4 <context>: CREATE TABLE table_24638867_6 (championship VARCHAR, score VARCHAR, surface VARCHAR)
SELECT championship FROM table_24638867_6 WHERE score = "7–5, 6–4" AND surface = "Hard"
37,130
<question>: Name the surface for nathalie tauziat <context>: CREATE TABLE table_24638867_6 (surface VARCHAR, partner VARCHAR)
SELECT surface FROM table_24638867_6 WHERE partner = "Nathalie Tauziat"
37,131
<question>: Name the most year for money list rank is 74 <context>: CREATE TABLE table_24642706_1 (year INTEGER, money_list_rank VARCHAR)
SELECT MAX(year) FROM table_24642706_1 WHERE money_list_rank = 74
37,132
<question>: Name the team for avg start being 20.5 <context>: CREATE TABLE table_2463383_2 (team_s_ VARCHAR, avg_start VARCHAR)
SELECT team_s_ FROM table_2463383_2 WHERE avg_start = "20.5"
37,133
<question>: Name the team for wins being 0 and top 5 is 0 and poles is 0 and avg start is 37.0 <context>: CREATE TABLE table_2463383_2 (team_s_ VARCHAR, avg_start VARCHAR, poles VARCHAR, wins VARCHAR, top_5 VARCHAR)
SELECT team_s_ FROM table_2463383_2 WHERE wins = 0 AND top_5 = 0 AND poles = 0 AND avg_start = "37.0"
37,134
<question>: Name the winnings for 23rd position <context>: CREATE TABLE table_2463383_2 (winnings VARCHAR, position VARCHAR)
SELECT winnings FROM table_2463383_2 WHERE position = "23rd"
37,135
<question>: Name the winnings for 2004 <context>: CREATE TABLE table_2463383_2 (winnings VARCHAR, year VARCHAR)
SELECT winnings FROM table_2463383_2 WHERE year = 2004
37,136
<question>: Name the total number of top 10 for avg start being 37.3 <context>: CREATE TABLE table_2463383_2 (top_10 VARCHAR, avg_start VARCHAR)
SELECT COUNT(top_10) FROM table_2463383_2 WHERE avg_start = "37.3"
37,137
<question>: What was the method of elimination in the chamber with a time of 24:02? <context>: CREATE TABLE table_24628683_2 (method_of_elimination VARCHAR, time VARCHAR)
SELECT method_of_elimination FROM table_24628683_2 WHERE time = "24:02"
37,138
<question>: How many wrestlers are recorded for the chamber that's method of elimination was pinned after being hit by a lead pipe? <context>: CREATE TABLE table_24628683_2 (wrestler VARCHAR, method_of_elimination VARCHAR)
SELECT COUNT(wrestler) FROM table_24628683_2 WHERE method_of_elimination = "Pinned after being hit by a lead pipe"
37,139
<question>: What was the method of elimination for Kofi Kingston/ <context>: CREATE TABLE table_24628683_2 (method_of_elimination VARCHAR, wrestler VARCHAR)
SELECT method_of_elimination FROM table_24628683_2 WHERE wrestler = "Kofi Kingston"
37,140
<question>: What championships were played on clay and the opponent was virginia ruano pascual paola suΓ‘rez? <context>: CREATE TABLE table_24638867_4 (championship VARCHAR, surface VARCHAR, opponent VARCHAR)
SELECT championship FROM table_24638867_4 WHERE surface = "Clay" AND opponent = "Virginia Ruano Pascual Paola SuΓ‘rez"
37,141
<question>: What championships had a match where Natasha Zvereva played as partner? <context>: CREATE TABLE table_24638867_4 (championship VARCHAR, partner VARCHAR)
SELECT championship FROM table_24638867_4 WHERE partner = "Natasha Zvereva"
37,142
<question>: What day did episode number 4 air originally? <context>: CREATE TABLE table_24648983_1 (original_air_date VARCHAR, β„– VARCHAR)
SELECT original_air_date FROM table_24648983_1 WHERE β„– = 4
37,143
<question>: Who wrote the episode with 8.61 million U.S. viewers? <context>: CREATE TABLE table_24648983_1 (written_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT written_by FROM table_24648983_1 WHERE us_viewers__million_ = "8.61"
37,144
<question>: What date did the episode with 8.61 million U.S. viewers originally air? <context>: CREATE TABLE table_24648983_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
SELECT original_air_date FROM table_24648983_1 WHERE us_viewers__million_ = "8.61"
37,145
<question>: What is the name of the episode that had 9.89 million U.S. viewers? <context>: CREATE TABLE table_24648983_1 (title VARCHAR, us_viewers__million_ VARCHAR)
SELECT title FROM table_24648983_1 WHERE us_viewers__million_ = "9.89"
37,146
<question>: What is the value for model if processor is Kentsfield and brand name is Xeon? <context>: CREATE TABLE table_2467150_2 (model__list_ VARCHAR, processor VARCHAR, brand_name VARCHAR)
SELECT model__list_ FROM table_2467150_2 WHERE processor = "Kentsfield" AND brand_name = "Xeon"
37,147
<question>: What is every value for TDP if model is x53xx? <context>: CREATE TABLE table_2467150_2 (tdp VARCHAR, model__list_ VARCHAR)
SELECT tdp FROM table_2467150_2 WHERE model__list_ = "X53xx"
37,148
<question>: What is every value for cores if TDP is 17 W? <context>: CREATE TABLE table_2467150_2 (cores VARCHAR, tdp VARCHAR)
SELECT cores FROM table_2467150_2 WHERE tdp = "17 W"
37,149
<question>: What is the production code for the episode written by J. H. Wyman & Jeff Pinkner? <context>: CREATE TABLE table_24649082_1 (production_code VARCHAR, written_by VARCHAR)
SELECT production_code FROM table_24649082_1 WHERE written_by = "J. H. Wyman & Jeff Pinkner"
37,150
<question>: What is the title of the episode directed by Charles Beeson? <context>: CREATE TABLE table_24649082_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_24649082_1 WHERE directed_by = "Charles Beeson"
37,151
<question>: How many original air dates for the episode written by David H. Goodman & Andrew Kreisberg? <context>: CREATE TABLE table_24649082_1 (original_air_date VARCHAR, written_by VARCHAR)
SELECT COUNT(original_air_date) FROM table_24649082_1 WHERE written_by = "David H. Goodman & Andrew Kreisberg"
37,152
<question>: What is the most recent episode number written by Matthew Pitts? <context>: CREATE TABLE table_24649082_1 (_number INTEGER, written_by VARCHAR)
SELECT MAX(_number) FROM table_24649082_1 WHERE written_by = "Matthew Pitts"
37,153
<question>: How many records for number of viewers is listed for episode number 8? <context>: CREATE TABLE table_24689168_5 (viewers__millions_ VARCHAR, episode VARCHAR)
SELECT COUNT(viewers__millions_) FROM table_24689168_5 WHERE episode = 8
37,154
<question>: What was the 18 to 49 rating when 9.50 million watched? <context>: CREATE TABLE table_24689168_5 (rating__18_49_ VARCHAR, viewers__millions_ VARCHAR)
SELECT rating__18_49_ FROM table_24689168_5 WHERE viewers__millions_ = "9.50"
37,155
<question>: what episode number had 11.73 million viewers? <context>: CREATE TABLE table_24689168_5 (episode VARCHAR, viewers__millions_ VARCHAR)
SELECT episode FROM table_24689168_5 WHERE viewers__millions_ = "11.73"
37,156
<question>: How many episodes had 11.47 million viewers? <context>: CREATE TABLE table_24689168_5 (episode VARCHAR, viewers__millions_ VARCHAR)
SELECT COUNT(episode) FROM table_24689168_5 WHERE viewers__millions_ = "11.47"
37,157
<question>: Who wrote the episode that originally aired April 29, 1994? <context>: CREATE TABLE table_2468961_4 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_2468961_4 WHERE original_air_date = "April 29, 1994"
37,158
<question>: What was the production code for the episode that debuted October 1, 1993? <context>: CREATE TABLE table_2468961_4 (production_code INTEGER, original_air_date VARCHAR)
SELECT MAX(production_code) FROM table_2468961_4 WHERE original_air_date = "October 1, 1993"
37,159
<question>: What was the title of series number 56? <context>: CREATE TABLE table_2468961_4 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_2468961_4 WHERE no_in_series = 56
37,160
<question>: What was the title of the episode written by Julia Newton in series 48? <context>: CREATE TABLE table_2468961_4 (title VARCHAR, written_by VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_2468961_4 WHERE written_by = "Julia Newton" AND no_in_series = 48
37,161
<question>: What is the callsign that has a station type of relay and a channel number of TV-2? <context>: CREATE TABLE table_24673888_1 (callsign VARCHAR, station_type VARCHAR, ch__number VARCHAR)
SELECT callsign FROM table_24673888_1 WHERE station_type = "Relay" AND ch__number = "TV-2"
37,162
<question>: What is the station type of DWZM-TV? <context>: CREATE TABLE table_24673888_1 (station_type VARCHAR, callsign VARCHAR)
SELECT station_type FROM table_24673888_1 WHERE callsign = "DWZM-TV"
37,163
<question>: What is the power in kilowatts of TV-12? <context>: CREATE TABLE table_24673888_1 (power_kw VARCHAR, ch__number VARCHAR)
SELECT power_kw FROM table_24673888_1 WHERE ch__number = "TV-12"
37,164
<question>: What is the power in KW of the transmitter situated in Borongan? <context>: CREATE TABLE table_24673888_1 (power_kw VARCHAR, location__transmitter_site_ VARCHAR)
SELECT power_kw FROM table_24673888_1 WHERE location__transmitter_site_ = "Borongan"
37,165
<question>: What is the channel number that has a branding of PTV 4 Laoag? <context>: CREATE TABLE table_24673888_1 (ch__number VARCHAR, branding VARCHAR)
SELECT ch__number FROM table_24673888_1 WHERE branding = "PTV 4 Laoag"
37,166
<question>: What is the power in KW that has a station type of relay and a callsign of DXCL-TV? <context>: CREATE TABLE table_24673888_1 (power_kw VARCHAR, station_type VARCHAR, callsign VARCHAR)
SELECT power_kw FROM table_24673888_1 WHERE station_type = "Relay" AND callsign = "DXCL-TV"
37,167
<question>: When 15 is the number in season what is the highest number in series? <context>: CREATE TABLE table_2468961_7 (no_in_series INTEGER, no_in_season VARCHAR)
SELECT MAX(no_in_series) FROM table_2468961_7 WHERE no_in_season = 15
37,168
<question>: When 123 is the number in series who is the director? <context>: CREATE TABLE table_2468961_7 (directed_by VARCHAR, no_in_series VARCHAR)
SELECT directed_by FROM table_2468961_7 WHERE no_in_series = 123
37,169
<question>: When 120 is the number in series who is the writer? <context>: CREATE TABLE table_2468961_7 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_2468961_7 WHERE no_in_series = 120
37,170
<question>: When 137 is the number in series what is the production code? <context>: CREATE TABLE table_2468961_7 (production_code VARCHAR, no_in_series VARCHAR)
SELECT production_code FROM table_2468961_7 WHERE no_in_series = 137
37,171
<question>: How many victors where there in the War of 1730–1736 , first stage? <context>: CREATE TABLE table_24706337_1 (victor VARCHAR, name_of_the_war VARCHAR)
SELECT COUNT(victor) FROM table_24706337_1 WHERE name_of_the_war = "War of 1730–1736 , first stage"
37,172
<question>: Who was the Ottoman Sultan where the treaty at the end of the war was the Treaty of Constantinople (1590)? <context>: CREATE TABLE table_24706337_1 (ottoman_sultan VARCHAR, treaty_at_the_end_of_the_war VARCHAR)
SELECT ottoman_sultan FROM table_24706337_1 WHERE treaty_at_the_end_of_the_war = "Treaty of Constantinople (1590)"
37,173
<question>: What is the name of the war where the Ottoman sultan was Selim I? <context>: CREATE TABLE table_24706337_1 (name_of_the_war VARCHAR, ottoman_sultan VARCHAR)
SELECT name_of_the_war FROM table_24706337_1 WHERE ottoman_sultan = "Selim I"
37,174
<question>: When 102 is the number in series who is the director? <context>: CREATE TABLE table_2468961_6 (directed_by VARCHAR, no_in_series VARCHAR)
SELECT directed_by FROM table_2468961_6 WHERE no_in_series = 102
37,175
<question>: Name who wrote the episode directed by patrick duffy airing on november 7, 1997 <context>: CREATE TABLE table_2468961_8 (written_by VARCHAR, directed_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_2468961_8 WHERE directed_by = "Patrick Duffy" AND original_air_date = "November 7, 1997"
37,176
<question>: What is the last year total for the team with a lowest of 23578? <context>: CREATE TABLE table_2472711_31 (last_year INTEGER, lowest VARCHAR)
SELECT MAX(last_year) FROM table_2472711_31 WHERE lowest = 23578
37,177
<question>: How many highest figures for the team with lowest of 16415? <context>: CREATE TABLE table_2472711_31 (highest VARCHAR, lowest VARCHAR)
SELECT COUNT(highest) FROM table_2472711_31 WHERE lowest = 16415
37,178
<question>: Which team has an up/down of + 3479? <context>: CREATE TABLE table_2472711_31 (team VARCHAR, up_down VARCHAR)
SELECT team FROM table_2472711_31 WHERE up_down = "+ 3479"
37,179
<question>: What is the average of the team where the total is 243017? <context>: CREATE TABLE table_2472711_31 (average VARCHAR, total VARCHAR)
SELECT average FROM table_2472711_31 WHERE total = 243017
37,180
<question>: How many episodes had celebrity guest stars Frank Skinner and Lee Mack? <context>: CREATE TABLE table_24725951_1 (episode VARCHAR, celebrities VARCHAR)
SELECT COUNT(episode) FROM table_24725951_1 WHERE celebrities = "Frank Skinner and Lee Mack"
37,181
<question>: List episode directed and produced by Karen Selway? <context>: CREATE TABLE table_24725951_1 (episode VARCHAR, directed_and_produced_by VARCHAR)
SELECT episode FROM table_24725951_1 WHERE directed_and_produced_by = "Karen Selway"
37,182
<question>: Which episode had celebrities Nick Hewer and Saira Khan in them? <context>: CREATE TABLE table_24725951_1 (episode VARCHAR, celebrities VARCHAR)
SELECT episode FROM table_24725951_1 WHERE celebrities = "Nick Hewer and Saira Khan"
37,183
<question>: List the director and producer when Nick Hewer and Saira Khan were starring. <context>: CREATE TABLE table_24725951_1 (directed_and_produced_by VARCHAR, celebrities VARCHAR)
SELECT directed_and_produced_by FROM table_24725951_1 WHERE celebrities = "Nick Hewer and Saira Khan"
37,184
<question>: List directors and producers when the celebrities involved were Bill Turnbull and Louise Minchin. <context>: CREATE TABLE table_24725951_1 (directed_and_produced_by VARCHAR, celebrities VARCHAR)
SELECT directed_and_produced_by FROM table_24725951_1 WHERE celebrities = "Bill Turnbull and Louise Minchin"
37,185
<question>: whe, co2 is 206g/km, what is the torque? <context>: CREATE TABLE table_24729_2 (torque VARCHAR, co2 VARCHAR)
SELECT torque FROM table_24729_2 WHERE co2 = "206g/km"
37,186
<question>: when co2 is 192g/km, what is the power? <context>: CREATE TABLE table_24729_2 (power VARCHAR, co2 VARCHAR)
SELECT power FROM table_24729_2 WHERE co2 = "192g/km"
37,187
<question>: What is the circuit of round 5? <context>: CREATE TABLE table_24732149_2 (circuit VARCHAR, round VARCHAR)
SELECT circuit FROM table_24732149_2 WHERE round = 5
37,188
<question>: What date did Mike Rockenfeller have the fastest lap? <context>: CREATE TABLE table_24732149_2 (date VARCHAR, fastest_lap VARCHAR)
SELECT date FROM table_24732149_2 WHERE fastest_lap = "Mike Rockenfeller"
37,189
<question>: How many points for the driver who raced in seasons 2006 – 2007 , 2009? <context>: CREATE TABLE table_24735155_1 (points VARCHAR, seasons VARCHAR)
SELECT points FROM table_24735155_1 WHERE seasons = "2006 – 2007 , 2009"
37,190
<question>: What's the name of the competition where the nationality is Brazil and the voting percentage is n/a? <context>: CREATE TABLE table_24765815_2 (competition VARCHAR, vote_percentage VARCHAR, nationality VARCHAR)
SELECT competition FROM table_24765815_2 WHERE vote_percentage = "N/A" AND nationality = "Brazil"
37,191
<question>: What's the player's name whose nationality and team are Netherlands? <context>: CREATE TABLE table_24765815_2 (player VARCHAR, nationality VARCHAR, team VARCHAR)
SELECT player FROM table_24765815_2 WHERE nationality = "Netherlands" AND team = "Netherlands"
37,192
<question>: What was the score for the game in which Samir Nasri played? <context>: CREATE TABLE table_24765815_2 (score VARCHAR, player VARCHAR)
SELECT score FROM table_24765815_2 WHERE player = "Samir Nasri"
37,193
<question>: Who is the player that played in the UEFA Euro 2012 qualifying Group A competition? <context>: CREATE TABLE table_24765815_2 (player VARCHAR, competition VARCHAR)
SELECT player FROM table_24765815_2 WHERE competition = "UEFA Euro 2012 qualifying Group A"
37,194
<question>: What is the ranking of the UEFA Euro 2012 qualifying Group A competition? <context>: CREATE TABLE table_24765815_2 (rank VARCHAR, competition VARCHAR)
SELECT rank FROM table_24765815_2 WHERE competition = "UEFA Euro 2012 qualifying Group A"
37,195
<question>: Name the production for alpina model being b10 4,6 <context>: CREATE TABLE table_2477085_1 (production VARCHAR, alpina_model VARCHAR)
SELECT production FROM table_2477085_1 WHERE alpina_model = "B10 4,6"
37,196
<question>: How many final score datas are there on Sunday, May 12? <context>: CREATE TABLE table_24776075_2 (final_score VARCHAR, date VARCHAR)
SELECT COUNT(final_score) FROM table_24776075_2 WHERE date = "Sunday, May 12"
37,197
<question>: The game on Saturday, May 25 took place on which week? <context>: CREATE TABLE table_24776075_2 (week INTEGER, date VARCHAR)
SELECT MIN(week) FROM table_24776075_2 WHERE date = "Saturday, May 25"
37,198
<question>: What was the final score on Saturday, May 25? <context>: CREATE TABLE table_24776075_2 (final_score VARCHAR, date VARCHAR)
SELECT final_score FROM table_24776075_2 WHERE date = "Saturday, May 25"
37,199
<question>: When 10 is the number who is the writer? <context>: CREATE TABLE table_24781886_2 (writer_s_ VARCHAR, _number VARCHAR)
SELECT writer_s_ FROM table_24781886_2 WHERE _number = 10