question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
Who are the UK co-presenters that have Joe Swash as a co-presenter and Russell Kane as a comedian? | CREATE TABLE table_14345690_15 (uk_co_presenter VARCHAR, co_presenter VARCHAR, comedian VARCHAR) | SELECT COUNT(uk_co_presenter) FROM table_14345690_15 WHERE co_presenter = "Joe Swash" AND comedian = "Russell Kane" | ### Context: CREATE TABLE table_14345690_15 (uk_co_presenter VARCHAR, co_presenter VARCHAR, comedian VARCHAR) ### Question: Who are the UK co-presenters that have Joe Swash as a co-presenter and Russell Kane as a comedian? ### Answer: SELECT COUNT(uk_co_presenter) FROM table_14345690_15 WHERE co_presenter = "Joe Swash"... |
What series have Caroline Flack as a main presenter? | CREATE TABLE table_14345690_15 (series VARCHAR, main_presenter VARCHAR) | SELECT series FROM table_14345690_15 WHERE main_presenter = "Caroline Flack" | ### Context: CREATE TABLE table_14345690_15 (series VARCHAR, main_presenter VARCHAR) ### Question: What series have Caroline Flack as a main presenter? ### Answer: SELECT series FROM table_14345690_15 WHERE main_presenter = "Caroline Flack" |
Who is the co-presenter of the series Seven (2007)? | CREATE TABLE table_14345690_15 (co_presenter VARCHAR, series VARCHAR) | SELECT co_presenter FROM table_14345690_15 WHERE series = "Seven (2007)" | ### Context: CREATE TABLE table_14345690_15 (co_presenter VARCHAR, series VARCHAR) ### Question: Who is the co-presenter of the series Seven (2007)? ### Answer: SELECT co_presenter FROM table_14345690_15 WHERE series = "Seven (2007)" |
Who is the main presenter of the series Twelve (2012)? | CREATE TABLE table_14345690_15 (main_presenter VARCHAR, series VARCHAR) | SELECT main_presenter FROM table_14345690_15 WHERE series = "Twelve (2012)" | ### Context: CREATE TABLE table_14345690_15 (main_presenter VARCHAR, series VARCHAR) ### Question: Who is the main presenter of the series Twelve (2012)? ### Answer: SELECT main_presenter FROM table_14345690_15 WHERE series = "Twelve (2012)" |
Who is the UK co-presenters that have Joe Swash as a co-presenter of the series Eleven (2011)? | CREATE TABLE table_14345690_15 (uk_co_presenter VARCHAR, co_presenter VARCHAR, series VARCHAR) | SELECT uk_co_presenter FROM table_14345690_15 WHERE co_presenter = "Joe Swash" AND series = "Eleven (2011)" | ### Context: CREATE TABLE table_14345690_15 (uk_co_presenter VARCHAR, co_presenter VARCHAR, series VARCHAR) ### Question: Who is the UK co-presenters that have Joe Swash as a co-presenter of the series Eleven (2011)? ### Answer: SELECT uk_co_presenter FROM table_14345690_15 WHERE co_presenter = "Joe Swash" AND series =... |
What position did Nell McAndrew finish? | CREATE TABLE table_14345690_2 (finished VARCHAR, celebrity VARCHAR) | SELECT finished FROM table_14345690_2 WHERE celebrity = "Nell McAndrew" | ### Context: CREATE TABLE table_14345690_2 (finished VARCHAR, celebrity VARCHAR) ### Question: What position did Nell McAndrew finish? ### Answer: SELECT finished FROM table_14345690_2 WHERE celebrity = "Nell McAndrew" |
Who was the champion boxer? | CREATE TABLE table_14345690_2 (celebrity VARCHAR, famous_for VARCHAR) | SELECT celebrity FROM table_14345690_2 WHERE famous_for = "Champion boxer" | ### Context: CREATE TABLE table_14345690_2 (celebrity VARCHAR, famous_for VARCHAR) ### Question: Who was the champion boxer? ### Answer: SELECT celebrity FROM table_14345690_2 WHERE famous_for = "Champion boxer" |
When did Darren Day enter? | CREATE TABLE table_14345690_2 (entered VARCHAR, celebrity VARCHAR) | SELECT entered FROM table_14345690_2 WHERE celebrity = "Darren Day" | ### Context: CREATE TABLE table_14345690_2 (entered VARCHAR, celebrity VARCHAR) ### Question: When did Darren Day enter? ### Answer: SELECT entered FROM table_14345690_2 WHERE celebrity = "Darren Day" |
What position did Tara Palmer-Tomkinson finish? | CREATE TABLE table_14345690_2 (finished VARCHAR, celebrity VARCHAR) | SELECT finished FROM table_14345690_2 WHERE celebrity = "Tara Palmer-Tomkinson" | ### Context: CREATE TABLE table_14345690_2 (finished VARCHAR, celebrity VARCHAR) ### Question: What position did Tara Palmer-Tomkinson finish? ### Answer: SELECT finished FROM table_14345690_2 WHERE celebrity = "Tara Palmer-Tomkinson" |
When did the 4th finisher enter? | CREATE TABLE table_14345690_2 (entered VARCHAR, finished VARCHAR) | SELECT entered FROM table_14345690_2 WHERE finished = "4th" | ### Context: CREATE TABLE table_14345690_2 (entered VARCHAR, finished VARCHAR) ### Question: When did the 4th finisher enter? ### Answer: SELECT entered FROM table_14345690_2 WHERE finished = "4th" |
How many people finished 9th? | CREATE TABLE table_14345690_3 (exited VARCHAR, finished VARCHAR) | SELECT COUNT(exited) FROM table_14345690_3 WHERE finished = "9th" | ### Context: CREATE TABLE table_14345690_3 (exited VARCHAR, finished VARCHAR) ### Question: How many people finished 9th? ### Answer: SELECT COUNT(exited) FROM table_14345690_3 WHERE finished = "9th" |
What was the least amount of camp mates? | CREATE TABLE table_14345690_1 (camp_mates INTEGER) | SELECT MIN(camp_mates) FROM table_14345690_1 | ### Context: CREATE TABLE table_14345690_1 (camp_mates INTEGER) ### Question: What was the least amount of camp mates? ### Answer: SELECT MIN(camp_mates) FROM table_14345690_1 |
Who directed series #4 that was teleplayed by David Simon? | CREATE TABLE table_14346353_1 (directed_by VARCHAR, teleplay_by VARCHAR, series__number VARCHAR) | SELECT COUNT(directed_by) FROM table_14346353_1 WHERE teleplay_by = "David Simon" AND series__number = 4 | ### Context: CREATE TABLE table_14346353_1 (directed_by VARCHAR, teleplay_by VARCHAR, series__number VARCHAR) ### Question: Who directed series #4 that was teleplayed by David Simon? ### Answer: SELECT COUNT(directed_by) FROM table_14346353_1 WHERE teleplay_by = "David Simon" AND series__number = 4 |
What is the title of series #1? | CREATE TABLE table_14346353_1 (title VARCHAR, series__number VARCHAR) | SELECT title FROM table_14346353_1 WHERE series__number = 1 | ### Context: CREATE TABLE table_14346353_1 (title VARCHAR, series__number VARCHAR) ### Question: What is the title of series #1? ### Answer: SELECT title FROM table_14346353_1 WHERE series__number = 1 |
What is the finished place where exited is day 11? | CREATE TABLE table_14345690_5 (finished VARCHAR, exited VARCHAR) | SELECT finished FROM table_14345690_5 WHERE exited = "Day 11" | ### Context: CREATE TABLE table_14345690_5 (finished VARCHAR, exited VARCHAR) ### Question: What is the finished place where exited is day 11? ### Answer: SELECT finished FROM table_14345690_5 WHERE exited = "Day 11" |
Who is the famous for that finished 2nd? | CREATE TABLE table_14345690_5 (famous_for VARCHAR, finished VARCHAR) | SELECT famous_for FROM table_14345690_5 WHERE finished = "2nd" | ### Context: CREATE TABLE table_14345690_5 (famous_for VARCHAR, finished VARCHAR) ### Question: Who is the famous for that finished 2nd? ### Answer: SELECT famous_for FROM table_14345690_5 WHERE finished = "2nd" |
What is the famous for where the finished is 5th? | CREATE TABLE table_14345690_5 (famous_for VARCHAR, finished VARCHAR) | SELECT famous_for FROM table_14345690_5 WHERE finished = "5th" | ### Context: CREATE TABLE table_14345690_5 (famous_for VARCHAR, finished VARCHAR) ### Question: What is the famous for where the finished is 5th? ### Answer: SELECT famous_for FROM table_14345690_5 WHERE finished = "5th" |
What is the exited day where the celebrity is vic reeves? | CREATE TABLE table_14345690_5 (exited VARCHAR, celebrity VARCHAR) | SELECT exited FROM table_14345690_5 WHERE celebrity = "Vic Reeves" | ### Context: CREATE TABLE table_14345690_5 (exited VARCHAR, celebrity VARCHAR) ### Question: What is the exited day where the celebrity is vic reeves? ### Answer: SELECT exited FROM table_14345690_5 WHERE celebrity = "Vic Reeves" |
what is the celebrity where the finished is 5th? | CREATE TABLE table_14345690_5 (celebrity VARCHAR, finished VARCHAR) | SELECT celebrity FROM table_14345690_5 WHERE finished = "5th" | ### Context: CREATE TABLE table_14345690_5 (celebrity VARCHAR, finished VARCHAR) ### Question: what is the celebrity where the finished is 5th? ### Answer: SELECT celebrity FROM table_14345690_5 WHERE finished = "5th" |
When was incumbent John Thomas Wilson first elected? | CREATE TABLE table_1434788_5 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_1434788_5 WHERE incumbent = "John Thomas Wilson" | ### Context: CREATE TABLE table_1434788_5 (first_elected VARCHAR, incumbent VARCHAR) ### Question: When was incumbent John Thomas Wilson first elected? ### Answer: SELECT first_elected FROM table_1434788_5 WHERE incumbent = "John Thomas Wilson" |
Who were the candidates in the election where John Beatty was the incumbent? | CREATE TABLE table_1434788_5 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1434788_5 WHERE incumbent = "John Beatty" | ### Context: CREATE TABLE table_1434788_5 (candidates VARCHAR, incumbent VARCHAR) ### Question: Who were the candidates in the election where John Beatty was the incumbent? ### Answer: SELECT candidates FROM table_1434788_5 WHERE incumbent = "John Beatty" |
Who was the incumbent in the Ohio 16 district? | CREATE TABLE table_1434788_5 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1434788_5 WHERE district = "Ohio 16" | ### Context: CREATE TABLE table_1434788_5 (incumbent VARCHAR, district VARCHAR) ### Question: Who was the incumbent in the Ohio 16 district? ### Answer: SELECT incumbent FROM table_1434788_5 WHERE district = "Ohio 16" |
What is the result in 91-92 for the team with a 1.053 average? | CREATE TABLE table_14368332_1 (average VARCHAR) | SELECT 1991 AS _92 FROM table_14368332_1 WHERE average = "1.053" | ### Context: CREATE TABLE table_14368332_1 (average VARCHAR) ### Question: What is the result in 91-92 for the team with a 1.053 average? ### Answer: SELECT 1991 AS _92 FROM table_14368332_1 WHERE average = "1.053" |
Name the birth date for shirt number 7 | CREATE TABLE table_14363116_1 (birth_date VARCHAR, shirt_no VARCHAR) | SELECT birth_date FROM table_14363116_1 WHERE shirt_no = 7 | ### Context: CREATE TABLE table_14363116_1 (birth_date VARCHAR, shirt_no VARCHAR) ### Question: Name the birth date for shirt number 7 ### Answer: SELECT birth_date FROM table_14363116_1 WHERE shirt_no = 7 |
Name the maximum height for yury berezhko | CREATE TABLE table_14363116_1 (height INTEGER, player VARCHAR) | SELECT MAX(height) FROM table_14363116_1 WHERE player = "Yury Berezhko" | ### Context: CREATE TABLE table_14363116_1 (height INTEGER, player VARCHAR) ### Question: Name the maximum height for yury berezhko ### Answer: SELECT MAX(height) FROM table_14363116_1 WHERE player = "Yury Berezhko" |
Name the 1991-1992 for river plate | CREATE TABLE table_14390413_1 (team VARCHAR) | SELECT 1991 AS _1992 FROM table_14390413_1 WHERE team = "River Plate" | ### Context: CREATE TABLE table_14390413_1 (team VARCHAR) ### Question: Name the 1991-1992 for river plate ### Answer: SELECT 1991 AS _1992 FROM table_14390413_1 WHERE team = "River Plate" |
Which version of opengl is used by model sgx520? | CREATE TABLE table_1439045_5 (opengl VARCHAR, model VARCHAR) | SELECT opengl AS ES FROM table_1439045_5 WHERE model = "SGX520" | ### Context: CREATE TABLE table_1439045_5 (opengl VARCHAR, model VARCHAR) ### Question: Which version of opengl is used by model sgx520? ### Answer: SELECT opengl AS ES FROM table_1439045_5 WHERE model = "SGX520" |
What is the die size(mm 2) for model sgx531? | CREATE TABLE table_1439045_5 (die_size__mm_2___ VARCHAR, model VARCHAR) | SELECT die_size__mm_2___[1] FROM table_1439045_5 WHERE model = "SGX531" | ### Context: CREATE TABLE table_1439045_5 (die_size__mm_2___ VARCHAR, model VARCHAR) ### Question: What is the die size(mm 2) for model sgx531? ### Answer: SELECT die_size__mm_2___[1] FROM table_1439045_5 WHERE model = "SGX531" |
Name the number of nationality is tom hilde | CREATE TABLE table_14407512_23 (nationality VARCHAR, name VARCHAR) | SELECT COUNT(nationality) FROM table_14407512_23 WHERE name = "Tom Hilde" | ### Context: CREATE TABLE table_14407512_23 (nationality VARCHAR, name VARCHAR) ### Question: Name the number of nationality is tom hilde ### Answer: SELECT COUNT(nationality) FROM table_14407512_23 WHERE name = "Tom Hilde" |
Who was the director of the episode originally aired on 26 October 1969? | CREATE TABLE table_1439096_1 (director VARCHAR, original_air_date__atv_ VARCHAR) | SELECT director FROM table_1439096_1 WHERE original_air_date__atv_ = "26 October 1969" | ### Context: CREATE TABLE table_1439096_1 (director VARCHAR, original_air_date__atv_ VARCHAR) ### Question: Who was the director of the episode originally aired on 26 October 1969? ### Answer: SELECT director FROM table_1439096_1 WHERE original_air_date__atv_ = "26 October 1969" |
What is the lowest production number? | CREATE TABLE table_1439096_1 (production_no INTEGER) | SELECT MIN(production_no) FROM table_1439096_1 | ### Context: CREATE TABLE table_1439096_1 (production_no INTEGER) ### Question: What is the lowest production number? ### Answer: SELECT MIN(production_no) FROM table_1439096_1 |
What is the title of the episode with the original air date of 28 September 1969? | CREATE TABLE table_1439096_1 (title VARCHAR, original_air_date__atv_ VARCHAR) | SELECT title FROM table_1439096_1 WHERE original_air_date__atv_ = "28 September 1969" | ### Context: CREATE TABLE table_1439096_1 (title VARCHAR, original_air_date__atv_ VARCHAR) ### Question: What is the title of the episode with the original air date of 28 September 1969? ### Answer: SELECT title FROM table_1439096_1 WHERE original_air_date__atv_ = "28 September 1969" |
What was the original air date (atv) of episode 1? | CREATE TABLE table_1439096_1 (original_air_date__atv_ VARCHAR, episode_no VARCHAR) | SELECT original_air_date__atv_ FROM table_1439096_1 WHERE episode_no = 1 | ### Context: CREATE TABLE table_1439096_1 (original_air_date__atv_ VARCHAR, episode_no VARCHAR) ### Question: What was the original air date (atv) of episode 1? ### Answer: SELECT original_air_date__atv_ FROM table_1439096_1 WHERE episode_no = 1 |
What was the length of the jumper representing FIN, in meters? | CREATE TABLE table_14407512_4 (nationality VARCHAR) | SELECT 1 AS st__m_ FROM table_14407512_4 WHERE nationality = "FIN" | ### Context: CREATE TABLE table_14407512_4 (nationality VARCHAR) ### Question: What was the length of the jumper representing FIN, in meters? ### Answer: SELECT 1 AS st__m_ FROM table_14407512_4 WHERE nationality = "FIN" |
What is the 1st(m) score for the Person who had a total points of 272.7 | CREATE TABLE table_14407512_9 (points VARCHAR) | SELECT 1 AS st__m_ FROM table_14407512_9 WHERE points = "272.7" | ### Context: CREATE TABLE table_14407512_9 (points VARCHAR) ### Question: What is the 1st(m) score for the Person who had a total points of 272.7 ### Answer: SELECT 1 AS st__m_ FROM table_14407512_9 WHERE points = "272.7" |
Name the opponent for week 12 | CREATE TABLE table_14418812_1 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_14418812_1 WHERE week = 12 | ### Context: CREATE TABLE table_14418812_1 (opponent VARCHAR, week VARCHAR) ### Question: Name the opponent for week 12 ### Answer: SELECT opponent FROM table_14418812_1 WHERE week = 12 |
Name the number of date for shea stadium | CREATE TABLE table_14418812_1 (date VARCHAR, game_site VARCHAR) | SELECT COUNT(date) FROM table_14418812_1 WHERE game_site = "Shea Stadium" | ### Context: CREATE TABLE table_14418812_1 (date VARCHAR, game_site VARCHAR) ### Question: Name the number of date for shea stadium ### Answer: SELECT COUNT(date) FROM table_14418812_1 WHERE game_site = "Shea Stadium" |
Name the opponent for astrodome | CREATE TABLE table_14418812_1 (opponent VARCHAR, game_site VARCHAR) | SELECT opponent FROM table_14418812_1 WHERE game_site = "Astrodome" | ### Context: CREATE TABLE table_14418812_1 (opponent VARCHAR, game_site VARCHAR) ### Question: Name the opponent for astrodome ### Answer: SELECT opponent FROM table_14418812_1 WHERE game_site = "Astrodome" |
How many home team scores have a time of 4:40 PM? | CREATE TABLE table_14425454_1 (home_team VARCHAR, time VARCHAR) | SELECT COUNT(home_team) AS score FROM table_14425454_1 WHERE time = "4:40 PM" | ### Context: CREATE TABLE table_14425454_1 (home_team VARCHAR, time VARCHAR) ### Question: How many home team scores have a time of 4:40 PM? ### Answer: SELECT COUNT(home_team) AS score FROM table_14425454_1 WHERE time = "4:40 PM" |
What stadiums had an attendance of 8,256? | CREATE TABLE table_14425454_1 (ground VARCHAR, crowd VARCHAR) | SELECT ground FROM table_14425454_1 WHERE crowd = "8,256" | ### Context: CREATE TABLE table_14425454_1 (ground VARCHAR, crowd VARCHAR) ### Question: What stadiums had an attendance of 8,256? ### Answer: SELECT ground FROM table_14425454_1 WHERE crowd = "8,256" |
What is the total number of attendees where the home team was Port Adelaide? | CREATE TABLE table_14425454_1 (crowd VARCHAR, home_team VARCHAR) | SELECT COUNT(crowd) FROM table_14425454_1 WHERE home_team = "Port Adelaide" | ### Context: CREATE TABLE table_14425454_1 (crowd VARCHAR, home_team VARCHAR) ### Question: What is the total number of attendees where the home team was Port Adelaide? ### Answer: SELECT COUNT(crowd) FROM table_14425454_1 WHERE home_team = "Port Adelaide" |
Which team did they play at Rich Stadium? | CREATE TABLE table_14423274_3 (opponent VARCHAR, game_site VARCHAR) | SELECT opponent FROM table_14423274_3 WHERE game_site = "Rich Stadium" | ### Context: CREATE TABLE table_14423274_3 (opponent VARCHAR, game_site VARCHAR) ### Question: Which team did they play at Rich Stadium? ### Answer: SELECT opponent FROM table_14423274_3 WHERE game_site = "Rich Stadium" |
What date did they play in Cleveland Municipal Stadium? | CREATE TABLE table_14423274_3 (date VARCHAR, game_site VARCHAR) | SELECT date FROM table_14423274_3 WHERE game_site = "Cleveland Municipal Stadium" | ### Context: CREATE TABLE table_14423274_3 (date VARCHAR, game_site VARCHAR) ### Question: What date did they play in Cleveland Municipal Stadium? ### Answer: SELECT date FROM table_14423274_3 WHERE game_site = "Cleveland Municipal Stadium" |
Name the year model for 4-cyl straight engine dohc 16v and 1.5 crdi | CREATE TABLE table_1444201_1 (year_model VARCHAR, engine VARCHAR, model VARCHAR) | SELECT year_model FROM table_1444201_1 WHERE engine = "4-cyl Straight engine DOHC 16V" AND model = "1.5 CRDi" | ### Context: CREATE TABLE table_1444201_1 (year_model VARCHAR, engine VARCHAR, model VARCHAR) ### Question: Name the year model for 4-cyl straight engine dohc 16v and 1.5 crdi ### Answer: SELECT year_model FROM table_1444201_1 WHERE engine = "4-cyl Straight engine DOHC 16V" AND model = "1.5 CRDi" |
Name the year model for 1.3 | CREATE TABLE table_1444201_1 (year_model VARCHAR, model VARCHAR) | SELECT year_model FROM table_1444201_1 WHERE model = "1.3" | ### Context: CREATE TABLE table_1444201_1 (year_model VARCHAR, model VARCHAR) ### Question: Name the year model for 1.3 ### Answer: SELECT year_model FROM table_1444201_1 WHERE model = "1.3" |
what is the minimum pos with clubs being 16 | CREATE TABLE table_14460937_2 (pos INTEGER, clubs VARCHAR) | SELECT MIN(pos) FROM table_14460937_2 WHERE clubs = "16" | ### Context: CREATE TABLE table_14460937_2 (pos INTEGER, clubs VARCHAR) ### Question: what is the minimum pos with clubs being 16 ### Answer: SELECT MIN(pos) FROM table_14460937_2 WHERE clubs = "16" |
what is the maximum value for afc cup | CREATE TABLE table_14460937_2 (afc_cup INTEGER) | SELECT MAX(afc_cup) FROM table_14460937_2 | ### Context: CREATE TABLE table_14460937_2 (afc_cup INTEGER) ### Question: what is the maximum value for afc cup ### Answer: SELECT MAX(afc_cup) FROM table_14460937_2 |
how many pos with member association being china pr | CREATE TABLE table_14460937_2 (pos VARCHAR, member_association VARCHAR) | SELECT COUNT(pos) FROM table_14460937_2 WHERE member_association = "China PR" | ### Context: CREATE TABLE table_14460937_2 (pos VARCHAR, member_association VARCHAR) ### Question: how many pos with member association being china pr ### Answer: SELECT COUNT(pos) FROM table_14460937_2 WHERE member_association = "China PR" |
how many points (total 500) with pos being 11 | CREATE TABLE table_14460937_2 (points__total_500_ VARCHAR, pos VARCHAR) | SELECT COUNT(points__total_500_) FROM table_14460937_2 WHERE pos = 11 | ### Context: CREATE TABLE table_14460937_2 (points__total_500_ VARCHAR, pos VARCHAR) ### Question: how many points (total 500) with pos being 11 ### Answer: SELECT COUNT(points__total_500_) FROM table_14460937_2 WHERE pos = 11 |
How many points in 87/88 for racing de córdoba? | CREATE TABLE table_14460085_3 (team VARCHAR) | SELECT 1987 AS _88 FROM table_14460085_3 WHERE team = "Racing de Córdoba" | ### Context: CREATE TABLE table_14460085_3 (team VARCHAR) ### Question: How many points in 87/88 for racing de córdoba? ### Answer: SELECT 1987 AS _88 FROM table_14460085_3 WHERE team = "Racing de Córdoba" |
What is the lowest number of games played for deportivo español? | CREATE TABLE table_14460085_3 (played INTEGER, team VARCHAR) | SELECT MIN(played) FROM table_14460085_3 WHERE team = "Deportivo Español" | ### Context: CREATE TABLE table_14460085_3 (played INTEGER, team VARCHAR) ### Question: What is the lowest number of games played for deportivo español? ### Answer: SELECT MIN(played) FROM table_14460085_3 WHERE team = "Deportivo Español" |
How many points total for san lorenzo? | CREATE TABLE table_14460085_3 (points VARCHAR, team VARCHAR) | SELECT COUNT(points) FROM table_14460085_3 WHERE team = "San Lorenzo" | ### Context: CREATE TABLE table_14460085_3 (points VARCHAR, team VARCHAR) ### Question: How many points total for san lorenzo? ### Answer: SELECT COUNT(points) FROM table_14460085_3 WHERE team = "San Lorenzo" |
Name the telephone 052 for area km2 being 5.42 | CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR) | SELECT telephone__052_ FROM table_14465924_1 WHERE area__km_2__ = "5.42" | ### Context: CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR) ### Question: Name the telephone 052 for area km2 being 5.42 ### Answer: SELECT telephone__052_ FROM table_14465924_1 WHERE area__km_2__ = "5.42" |
Name the population of people for area being 24.35 | CREATE TABLE table_14465924_1 (population__people_ VARCHAR, area__km_2__ VARCHAR) | SELECT population__people_ FROM table_14465924_1 WHERE area__km_2__ = "24.35" | ### Context: CREATE TABLE table_14465924_1 (population__people_ VARCHAR, area__km_2__ VARCHAR) ### Question: Name the population of people for area being 24.35 ### Answer: SELECT population__people_ FROM table_14465924_1 WHERE area__km_2__ = "24.35" |
Name the total number of telephone 052 for 362.81 | CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR) | SELECT COUNT(telephone__052_) FROM table_14465924_1 WHERE area__km_2__ = "362.81" | ### Context: CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR) ### Question: Name the total number of telephone 052 for 362.81 ### Answer: SELECT COUNT(telephone__052_) FROM table_14465924_1 WHERE area__km_2__ = "362.81" |
Name the number of administrative unit for number 4 | CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, number VARCHAR) | SELECT name_of_administrative_unit FROM table_14465924_1 WHERE number = 4 | ### Context: CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, number VARCHAR) ### Question: Name the number of administrative unit for number 4 ### Answer: SELECT name_of_administrative_unit FROM table_14465924_1 WHERE number = 4 |
Name the name of administrative unit for 3464 people | CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, population__people_ VARCHAR) | SELECT name_of_administrative_unit FROM table_14465924_1 WHERE population__people_ = 3464 | ### Context: CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, population__people_ VARCHAR) ### Question: Name the name of administrative unit for 3464 people ### Answer: SELECT name_of_administrative_unit FROM table_14465924_1 WHERE population__people_ = 3464 |
How many of the cmdlets are the 2008 version? | CREATE TABLE table_14465871_2 (cmdlets VARCHAR, version VARCHAR) | SELECT COUNT(cmdlets) FROM table_14465871_2 WHERE version = "2008" | ### Context: CREATE TABLE table_14465871_2 (cmdlets VARCHAR, version VARCHAR) ### Question: How many of the cmdlets are the 2008 version? ### Answer: SELECT COUNT(cmdlets) FROM table_14465871_2 WHERE version = "2008" |
Which providers use exchange server? | CREATE TABLE table_14465871_2 (provider VARCHAR, application VARCHAR) | SELECT provider FROM table_14465871_2 WHERE application = "Exchange Server" | ### Context: CREATE TABLE table_14465871_2 (provider VARCHAR, application VARCHAR) ### Question: Which providers use exchange server? ### Answer: SELECT provider FROM table_14465871_2 WHERE application = "Exchange Server" |
Which providers use version 2008? | CREATE TABLE table_14465871_2 (provider VARCHAR, version VARCHAR) | SELECT provider FROM table_14465871_2 WHERE version = "2008" | ### Context: CREATE TABLE table_14465871_2 (provider VARCHAR, version VARCHAR) ### Question: Which providers use version 2008? ### Answer: SELECT provider FROM table_14465871_2 WHERE version = "2008" |
how many points did the argentinos juniors team score during the 1986-87 season? | CREATE TABLE table_14489821_1 (team VARCHAR) | SELECT 1986 AS _87 FROM table_14489821_1 WHERE team = "Argentinos Juniors" | ### Context: CREATE TABLE table_14489821_1 (team VARCHAR) ### Question: how many points did the argentinos juniors team score during the 1986-87 season? ### Answer: SELECT 1986 AS _87 FROM table_14489821_1 WHERE team = "Argentinos Juniors" |
what is the maximum number of matches played by a team? | CREATE TABLE table_14489821_1 (played INTEGER) | SELECT MAX(played) FROM table_14489821_1 | ### Context: CREATE TABLE table_14489821_1 (played INTEGER) ### Question: what is the maximum number of matches played by a team? ### Answer: SELECT MAX(played) FROM table_14489821_1 |
list the number of matches played by the teams that got an average of 1.079 | CREATE TABLE table_14489821_1 (average VARCHAR) | SELECT 1986 AS _87 FROM table_14489821_1 WHERE average = "1.079" | ### Context: CREATE TABLE table_14489821_1 (average VARCHAR) ### Question: list the number of matches played by the teams that got an average of 1.079 ### Answer: SELECT 1986 AS _87 FROM table_14489821_1 WHERE average = "1.079" |
Name the womens singles for korea open super series | CREATE TABLE table_14496232_2 (womens_singles VARCHAR, tour VARCHAR) | SELECT womens_singles FROM table_14496232_2 WHERE tour = "Korea Open Super Series" | ### Context: CREATE TABLE table_14496232_2 (womens_singles VARCHAR, tour VARCHAR) ### Question: Name the womens singles for korea open super series ### Answer: SELECT womens_singles FROM table_14496232_2 WHERE tour = "Korea Open Super Series" |
Name the tour when mens singles is chen jin and womens doubles is zhang yawen zhao tingting | CREATE TABLE table_14496232_2 (tour VARCHAR, mens_singles VARCHAR, womens_doubles VARCHAR) | SELECT tour FROM table_14496232_2 WHERE mens_singles = "Chen Jin" AND womens_doubles = "Zhang Yawen Zhao Tingting" | ### Context: CREATE TABLE table_14496232_2 (tour VARCHAR, mens_singles VARCHAR, womens_doubles VARCHAR) ### Question: Name the tour when mens singles is chen jin and womens doubles is zhang yawen zhao tingting ### Answer: SELECT tour FROM table_14496232_2 WHERE mens_singles = "Chen Jin" AND womens_doubles = "Zhang Yawe... |
Name the womens doubles when tour is malaysia super series | CREATE TABLE table_14496232_2 (womens_doubles VARCHAR, tour VARCHAR) | SELECT womens_doubles FROM table_14496232_2 WHERE tour = "Malaysia Super Series" | ### Context: CREATE TABLE table_14496232_2 (womens_doubles VARCHAR, tour VARCHAR) ### Question: Name the womens doubles when tour is malaysia super series ### Answer: SELECT womens_doubles FROM table_14496232_2 WHERE tour = "Malaysia Super Series" |
Name the mens singles when womens singles is wang lin and mixed doubles is joachim fischer nielsen christinna pedersen | CREATE TABLE table_14496232_2 (mens_singles VARCHAR, womens_singles VARCHAR, mixed_doubles VARCHAR) | SELECT mens_singles FROM table_14496232_2 WHERE womens_singles = "Wang Lin" AND mixed_doubles = "Joachim Fischer Nielsen Christinna Pedersen" | ### Context: CREATE TABLE table_14496232_2 (mens_singles VARCHAR, womens_singles VARCHAR, mixed_doubles VARCHAR) ### Question: Name the mens singles when womens singles is wang lin and mixed doubles is joachim fischer nielsen christinna pedersen ### Answer: SELECT mens_singles FROM table_14496232_2 WHERE womens_singles... |
Name the mixed doubles when tour is hong kong super series | CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, tour VARCHAR) | SELECT mixed_doubles FROM table_14496232_2 WHERE tour = "Hong Kong Super Series" | ### Context: CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, tour VARCHAR) ### Question: Name the mixed doubles when tour is hong kong super series ### Answer: SELECT mixed_doubles FROM table_14496232_2 WHERE tour = "Hong Kong Super Series" |
Name the mixed doubles for zhu lin | CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, womens_singles VARCHAR) | SELECT mixed_doubles FROM table_14496232_2 WHERE womens_singles = "Zhu Lin" | ### Context: CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, womens_singles VARCHAR) ### Question: Name the mixed doubles for zhu lin ### Answer: SELECT mixed_doubles FROM table_14496232_2 WHERE womens_singles = "Zhu Lin" |
Name the week for kingdome | CREATE TABLE table_14520977_1 (week VARCHAR, location VARCHAR) | SELECT week FROM table_14520977_1 WHERE location = "Kingdome" | ### Context: CREATE TABLE table_14520977_1 (week VARCHAR, location VARCHAR) ### Question: Name the week for kingdome ### Answer: SELECT week FROM table_14520977_1 WHERE location = "Kingdome" |
Name the date when result is l 13–10 ot | CREATE TABLE table_14520977_1 (date VARCHAR, result VARCHAR) | SELECT date FROM table_14520977_1 WHERE result = "L 13–10 OT" | ### Context: CREATE TABLE table_14520977_1 (date VARCHAR, result VARCHAR) ### Question: Name the date when result is l 13–10 ot ### Answer: SELECT date FROM table_14520977_1 WHERE result = "L 13–10 OT" |
Name the record for l 24–22 | CREATE TABLE table_14520977_1 (record VARCHAR, result VARCHAR) | SELECT record FROM table_14520977_1 WHERE result = "L 24–22" | ### Context: CREATE TABLE table_14520977_1 (record VARCHAR, result VARCHAR) ### Question: Name the record for l 24–22 ### Answer: SELECT record FROM table_14520977_1 WHERE result = "L 24–22" |
Which Country is the show aired on Fox? | CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR) | SELECT country FROM table_14523485_9 WHERE channel = "Fox" | ### Context: CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR) ### Question: Which Country is the show aired on Fox? ### Answer: SELECT country FROM table_14523485_9 WHERE channel = "Fox" |
Where is the show aired in New Zealand? | CREATE TABLE table_14523485_9 (channel VARCHAR, country VARCHAR) | SELECT channel FROM table_14523485_9 WHERE country = "New Zealand" | ### Context: CREATE TABLE table_14523485_9 (channel VARCHAR, country VARCHAR) ### Question: Where is the show aired in New Zealand? ### Answer: SELECT channel FROM table_14523485_9 WHERE country = "New Zealand" |
What channel had the prize of €100,000? | CREATE TABLE table_14523485_9 (channel VARCHAR, top_prize VARCHAR) | SELECT channel FROM table_14523485_9 WHERE top_prize = "€100,000" | ### Context: CREATE TABLE table_14523485_9 (channel VARCHAR, top_prize VARCHAR) ### Question: What channel had the prize of €100,000? ### Answer: SELECT channel FROM table_14523485_9 WHERE top_prize = "€100,000" |
How many hosts were on Seven Network? | CREATE TABLE table_14523485_9 (host VARCHAR, channel VARCHAR) | SELECT COUNT(host) FROM table_14523485_9 WHERE channel = "Seven Network" | ### Context: CREATE TABLE table_14523485_9 (host VARCHAR, channel VARCHAR) ### Question: How many hosts were on Seven Network? ### Answer: SELECT COUNT(host) FROM table_14523485_9 WHERE channel = "Seven Network" |
What country is the show aired on TVNZ? | CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR) | SELECT country FROM table_14523485_9 WHERE channel = "TVNZ" | ### Context: CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR) ### Question: What country is the show aired on TVNZ? ### Answer: SELECT country FROM table_14523485_9 WHERE channel = "TVNZ" |
What is the capital of Umbria? | CREATE TABLE table_14532_1 (capital VARCHAR, region VARCHAR) | SELECT capital FROM table_14532_1 WHERE region = "Umbria" | ### Context: CREATE TABLE table_14532_1 (capital VARCHAR, region VARCHAR) ### Question: What is the capital of Umbria? ### Answer: SELECT capital FROM table_14532_1 WHERE region = "Umbria" |
What is the region where Milan is located? | CREATE TABLE table_14532_1 (region VARCHAR, capital VARCHAR) | SELECT region FROM table_14532_1 WHERE capital = "Milan" | ### Context: CREATE TABLE table_14532_1 (region VARCHAR, capital VARCHAR) ### Question: What is the region where Milan is located? ### Answer: SELECT region FROM table_14532_1 WHERE capital = "Milan" |
What is the area of Tuscany? | CREATE TABLE table_14532_1 (area__km²_ INTEGER, region VARCHAR) | SELECT MAX(area__km²_) FROM table_14532_1 WHERE region = "Tuscany" | ### Context: CREATE TABLE table_14532_1 (area__km²_ INTEGER, region VARCHAR) ### Question: What is the area of Tuscany? ### Answer: SELECT MAX(area__km²_) FROM table_14532_1 WHERE region = "Tuscany" |
Name the minimum for 2500-3000 ft for scotland | CREATE TABLE table_1456056_1 (country VARCHAR) | SELECT MIN(2500 AS _3000ft) FROM table_1456056_1 WHERE country = "Scotland" | ### Context: CREATE TABLE table_1456056_1 (country VARCHAR) ### Question: Name the minimum for 2500-3000 ft for scotland ### Answer: SELECT MIN(2500 AS _3000ft) FROM table_1456056_1 WHERE country = "Scotland" |
Name the most of 2500-3000ft | CREATE TABLE table_1456056_1 (Id VARCHAR) | SELECT MAX(2500 AS _3000ft) FROM table_1456056_1 | ### Context: CREATE TABLE table_1456056_1 (Id VARCHAR) ### Question: Name the most of 2500-3000ft ### Answer: SELECT MAX(2500 AS _3000ft) FROM table_1456056_1 |
Name the minimum total for ireland | CREATE TABLE table_1456056_1 (total INTEGER, country VARCHAR) | SELECT MIN(total) FROM table_1456056_1 WHERE country = "Ireland" | ### Context: CREATE TABLE table_1456056_1 (total INTEGER, country VARCHAR) ### Question: Name the minimum total for ireland ### Answer: SELECT MIN(total) FROM table_1456056_1 WHERE country = "Ireland" |
Who directed all the episodes that were written by aaron ehasz & john o'bryan? | CREATE TABLE table_14562722_1 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_14562722_1 WHERE written_by = "Aaron Ehasz & John O'Bryan" | ### Context: CREATE TABLE table_14562722_1 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who directed all the episodes that were written by aaron ehasz & john o'bryan? ### Answer: SELECT directed_by FROM table_14562722_1 WHERE written_by = "Aaron Ehasz & John O'Bryan" |
What was the production code of the episode that was written by michael dante dimartino and directed by lauren macmullan? | CREATE TABLE table_14562722_1 (production_code VARCHAR, written_by VARCHAR, directed_by VARCHAR) | SELECT production_code FROM table_14562722_1 WHERE written_by = "Michael Dante DiMartino" AND directed_by = "Lauren MacMullan" | ### Context: CREATE TABLE table_14562722_1 (production_code VARCHAR, written_by VARCHAR, directed_by VARCHAR) ### Question: What was the production code of the episode that was written by michael dante dimartino and directed by lauren macmullan? ### Answer: SELECT production_code FROM table_14562722_1 WHERE written_by ... |
What was the airdate of the episode that was directed by giancarlo volpe and written by is john o'bryan? | CREATE TABLE table_14562722_1 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_14562722_1 WHERE directed_by = "Giancarlo Volpe" AND written_by = "John O'Bryan" | ### Context: CREATE TABLE table_14562722_1 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: What was the airdate of the episode that was directed by giancarlo volpe and written by is john o'bryan? ### Answer: SELECT original_air_date FROM table_14562722_1 WHERE directed_by = "Giancarlo... |
Which situation has an original u.s. airdate of December 5, 2007? | CREATE TABLE table_14570857_1 (situation VARCHAR, original_us_airdate VARCHAR) | SELECT situation FROM table_14570857_1 WHERE original_us_airdate = "December 5, 2007" | ### Context: CREATE TABLE table_14570857_1 (situation VARCHAR, original_us_airdate VARCHAR) ### Question: Which situation has an original u.s. airdate of December 5, 2007? ### Answer: SELECT situation FROM table_14570857_1 WHERE original_us_airdate = "December 5, 2007" |
Name the circuit for gt3 alex mortimer bradley ellis | CREATE TABLE table_14574130_3 (circuit VARCHAR, gt3_winner VARCHAR) | SELECT circuit FROM table_14574130_3 WHERE gt3_winner = "Alex Mortimer Bradley Ellis" | ### Context: CREATE TABLE table_14574130_3 (circuit VARCHAR, gt3_winner VARCHAR) ### Question: Name the circuit for gt3 alex mortimer bradley ellis ### Answer: SELECT circuit FROM table_14574130_3 WHERE gt3_winner = "Alex Mortimer Bradley Ellis" |
Name the episodes when region 1 is september 19, 2006 | CREATE TABLE table_14562722_2 (episodes VARCHAR, region_1 VARCHAR) | SELECT episodes FROM table_14562722_2 WHERE region_1 = "September 19, 2006" | ### Context: CREATE TABLE table_14562722_2 (episodes VARCHAR, region_1 VARCHAR) ### Question: Name the episodes when region 1 is september 19, 2006 ### Answer: SELECT episodes FROM table_14562722_2 WHERE region_1 = "September 19, 2006" |
Name the maximum discs | CREATE TABLE table_14562722_2 (discs INTEGER) | SELECT MAX(discs) FROM table_14562722_2 | ### Context: CREATE TABLE table_14562722_2 (discs INTEGER) ### Question: Name the maximum discs ### Answer: SELECT MAX(discs) FROM table_14562722_2 |
Name the most epiosdes when region 4 is march 13, 2008 | CREATE TABLE table_14562722_2 (episodes INTEGER, region_4 VARCHAR) | SELECT MAX(episodes) FROM table_14562722_2 WHERE region_4 = "March 13, 2008" | ### Context: CREATE TABLE table_14562722_2 (episodes INTEGER, region_4 VARCHAR) ### Question: Name the most epiosdes when region 4 is march 13, 2008 ### Answer: SELECT MAX(episodes) FROM table_14562722_2 WHERE region_4 = "March 13, 2008" |
what's the individual winners with nation being australia | CREATE TABLE table_1458666_4 (individual_winners VARCHAR, nation VARCHAR) | SELECT individual_winners FROM table_1458666_4 WHERE nation = "Australia" | ### Context: CREATE TABLE table_1458666_4 (individual_winners VARCHAR, nation VARCHAR) ### Question: what's the individual winners with nation being australia ### Answer: SELECT individual_winners FROM table_1458666_4 WHERE nation = "Australia" |
what is the value for minimum total wins | CREATE TABLE table_1458666_4 (total_wins INTEGER) | SELECT MIN(total_wins) FROM table_1458666_4 | ### Context: CREATE TABLE table_1458666_4 (total_wins INTEGER) ### Question: what is the value for minimum total wins ### Answer: SELECT MIN(total_wins) FROM table_1458666_4 |
What is the total amount o teams where winnings is $1,752,299? | CREATE TABLE table_1458412_1 (team_s_ VARCHAR, winnings VARCHAR) | SELECT COUNT(team_s_) FROM table_1458412_1 WHERE winnings = "$1,752,299" | ### Context: CREATE TABLE table_1458412_1 (team_s_ VARCHAR, winnings VARCHAR) ### Question: What is the total amount o teams where winnings is $1,752,299? ### Answer: SELECT COUNT(team_s_) FROM table_1458412_1 WHERE winnings = "$1,752,299" |
What is the avg start that starts at 30? | CREATE TABLE table_1458412_1 (avg_start VARCHAR, starts VARCHAR) | SELECT avg_start FROM table_1458412_1 WHERE starts = 30 | ### Context: CREATE TABLE table_1458412_1 (avg_start VARCHAR, starts VARCHAR) ### Question: What is the avg start that starts at 30? ### Answer: SELECT avg_start FROM table_1458412_1 WHERE starts = 30 |
What is the totl amount of years where avg start is 27.3? | CREATE TABLE table_1458412_1 (year VARCHAR, avg_start VARCHAR) | SELECT COUNT(year) FROM table_1458412_1 WHERE avg_start = "27.3" | ### Context: CREATE TABLE table_1458412_1 (year VARCHAR, avg_start VARCHAR) ### Question: What is the totl amount of years where avg start is 27.3? ### Answer: SELECT COUNT(year) FROM table_1458412_1 WHERE avg_start = "27.3" |
What coach had 15 wins? | CREATE TABLE table_14594528_6 (name__alma_mater_ VARCHAR, wins VARCHAR) | SELECT name__alma_mater_ FROM table_14594528_6 WHERE wins = 15 | ### Context: CREATE TABLE table_14594528_6 (name__alma_mater_ VARCHAR, wins VARCHAR) ### Question: What coach had 15 wins? ### Answer: SELECT name__alma_mater_ FROM table_14594528_6 WHERE wins = 15 |
How many losses for the coach that coached 19 games? | CREATE TABLE table_14594528_6 (losses VARCHAR, games VARCHAR) | SELECT losses FROM table_14594528_6 WHERE games = 19 | ### Context: CREATE TABLE table_14594528_6 (losses VARCHAR, games VARCHAR) ### Question: How many losses for the coach that coached 19 games? ### Answer: SELECT losses FROM table_14594528_6 WHERE games = 19 |
Name the number of class aa for bridgeport and 1999-2000 | CREATE TABLE table_14601528_2 (class_aA VARCHAR, class_aAA VARCHAR, Bridgeport VARCHAR, school_year VARCHAR) | SELECT COUNT(class_aA) FROM table_14601528_2 WHERE class_aAA = Bridgeport AND school_year = "1999-2000" | ### Context: CREATE TABLE table_14601528_2 (class_aA VARCHAR, class_aAA VARCHAR, Bridgeport VARCHAR, school_year VARCHAR) ### Question: Name the number of class aa for bridgeport and 1999-2000 ### Answer: SELECT COUNT(class_aA) FROM table_14601528_2 WHERE class_aAA = Bridgeport AND school_year = "1999-2000" |
Name the class aa for 1998-99 | CREATE TABLE table_14601528_2 (class_aA VARCHAR, school_year VARCHAR) | SELECT class_aA FROM table_14601528_2 WHERE school_year = "1998-99" | ### Context: CREATE TABLE table_14601528_2 (class_aA VARCHAR, school_year VARCHAR) ### Question: Name the class aa for 1998-99 ### Answer: SELECT class_aA FROM table_14601528_2 WHERE school_year = "1998-99" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.