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