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