question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What is the name of the team from the Elverado Trico school in football?
CREATE TABLE table_18304058_2 (team_name VARCHAR, sports VARCHAR, schools VARCHAR)
SELECT team_name FROM table_18304058_2 WHERE sports = "Football" AND schools = "Elverado Trico"
### Context: CREATE TABLE table_18304058_2 (team_name VARCHAR, sports VARCHAR, schools VARCHAR) ### Question: What is the name of the team from the Elverado Trico school in football? ### Answer: SELECT team_name FROM table_18304058_2 WHERE sports = "Football" AND schools = "Elverado Trico"
How many years of kindergarten is provided in Ticino?
CREATE TABLE table_1831309_1 (years_of_kindergarten VARCHAR, canton VARCHAR)
SELECT years_of_kindergarten AS provided FROM table_1831309_1 WHERE canton = "Ticino"
### Context: CREATE TABLE table_1831309_1 (years_of_kindergarten VARCHAR, canton VARCHAR) ### Question: How many years of kindergarten is provided in Ticino? ### Answer: SELECT years_of_kindergarten AS provided FROM table_1831309_1 WHERE canton = "Ticino"
What is the longest length of mandatory secondary school?
CREATE TABLE table_1831309_1 (length_of_mandatory_secondary_school INTEGER)
SELECT MAX(length_of_mandatory_secondary_school) FROM table_1831309_1
### Context: CREATE TABLE table_1831309_1 (length_of_mandatory_secondary_school INTEGER) ### Question: What is the longest length of mandatory secondary school? ### Answer: SELECT MAX(length_of_mandatory_secondary_school) FROM table_1831309_1
Who wrote the story that is cover date 19 October 1985?
CREATE TABLE table_18305523_2 (writer_s VARCHAR, cover_date VARCHAR)
SELECT writer_s FROM table_18305523_2 WHERE cover_date = "19 October 1985"
### Context: CREATE TABLE table_18305523_2 (writer_s VARCHAR, cover_date VARCHAR) ### Question: Who wrote the story that is cover date 19 October 1985? ### Answer: SELECT writer_s FROM table_18305523_2 WHERE cover_date = "19 October 1985"
How many cover dates does the story "Devastation Derby! (part 1)" have?
CREATE TABLE table_18305523_2 (cover_date VARCHAR, story_title VARCHAR)
SELECT COUNT(cover_date) FROM table_18305523_2 WHERE story_title = "DEVASTATION DERBY! (Part 1)"
### Context: CREATE TABLE table_18305523_2 (cover_date VARCHAR, story_title VARCHAR) ### Question: How many cover dates does the story "Devastation Derby! (part 1)" have? ### Answer: SELECT COUNT(cover_date) FROM table_18305523_2 WHERE story_title = "DEVASTATION DERBY! (Part 1)"
What is the comment on the issue dated 14 March 1987?
CREATE TABLE table_18305523_2 (comments VARCHAR, cover_date VARCHAR)
SELECT comments FROM table_18305523_2 WHERE cover_date = "14 March 1987"
### Context: CREATE TABLE table_18305523_2 (comments VARCHAR, cover_date VARCHAR) ### Question: What is the comment on the issue dated 14 March 1987? ### Answer: SELECT comments FROM table_18305523_2 WHERE cover_date = "14 March 1987"
What is the title of the issue where the art was done by Barry Kitson and Farmer?
CREATE TABLE table_18305523_2 (story_title VARCHAR, artist_s VARCHAR)
SELECT story_title FROM table_18305523_2 WHERE artist_s = "Barry Kitson and Farmer"
### Context: CREATE TABLE table_18305523_2 (story_title VARCHAR, artist_s VARCHAR) ### Question: What is the title of the issue where the art was done by Barry Kitson and Farmer? ### Answer: SELECT story_title FROM table_18305523_2 WHERE artist_s = "Barry Kitson and Farmer"
What is the minimum number which is for title The Enemy Within part 1?
CREATE TABLE table_18305523_1 (_number INTEGER)
SELECT MIN(_number) FROM table_18305523_1
### Context: CREATE TABLE table_18305523_1 (_number INTEGER) ### Question: What is the minimum number which is for title The Enemy Within part 1? ### Answer: SELECT MIN(_number) FROM table_18305523_1
what is the number of hydroxymatairesinol where sesamin is 62724?
CREATE TABLE table_1831262_2 (hydroxymatairesinol VARCHAR, sesamin VARCHAR)
SELECT hydroxymatairesinol FROM table_1831262_2 WHERE sesamin = "62724"
### Context: CREATE TABLE table_1831262_2 (hydroxymatairesinol VARCHAR, sesamin VARCHAR) ### Question: what is the number of hydroxymatairesinol where sesamin is 62724? ### Answer: SELECT hydroxymatairesinol FROM table_1831262_2 WHERE sesamin = "62724"
what is the total number of sesamin were secoisolariciresinol is 240?
CREATE TABLE table_1831262_2 (sesamin VARCHAR, secoisolariciresinol VARCHAR)
SELECT sesamin FROM table_1831262_2 WHERE secoisolariciresinol = 240
### Context: CREATE TABLE table_1831262_2 (sesamin VARCHAR, secoisolariciresinol VARCHAR) ### Question: what is the total number of sesamin were secoisolariciresinol is 240? ### Answer: SELECT sesamin FROM table_1831262_2 WHERE secoisolariciresinol = 240
what is the maximum number of pinorinol in wheat bran?
CREATE TABLE table_1831262_2 (pinoresinol INTEGER, foodstuff VARCHAR)
SELECT MAX(pinoresinol) FROM table_1831262_2 WHERE foodstuff = "Wheat bran"
### Context: CREATE TABLE table_1831262_2 (pinoresinol INTEGER, foodstuff VARCHAR) ### Question: what is the maximum number of pinorinol in wheat bran? ### Answer: SELECT MAX(pinoresinol) FROM table_1831262_2 WHERE foodstuff = "Wheat bran"
how much sesamin is in sesame seed?
CREATE TABLE table_1831262_2 (sesamin VARCHAR, foodstuff VARCHAR)
SELECT sesamin FROM table_1831262_2 WHERE foodstuff = "Sesame seed"
### Context: CREATE TABLE table_1831262_2 (sesamin VARCHAR, foodstuff VARCHAR) ### Question: how much sesamin is in sesame seed? ### Answer: SELECT sesamin FROM table_1831262_2 WHERE foodstuff = "Sesame seed"
what is the minimum number is lariciresinol where matairesinol number is 440?
CREATE TABLE table_1831262_2 (lariciresinol INTEGER, matairesinol VARCHAR)
SELECT MIN(lariciresinol) FROM table_1831262_2 WHERE matairesinol = 440
### Context: CREATE TABLE table_1831262_2 (lariciresinol INTEGER, matairesinol VARCHAR) ### Question: what is the minimum number is lariciresinol where matairesinol number is 440? ### Answer: SELECT MIN(lariciresinol) FROM table_1831262_2 WHERE matairesinol = 440
What was the calling for the 18.42 arrival time?
CREATE TABLE table_18332845_2 (calling_at VARCHAR, arrival VARCHAR)
SELECT calling_at FROM table_18332845_2 WHERE arrival = "18.42"
### Context: CREATE TABLE table_18332845_2 (calling_at VARCHAR, arrival VARCHAR) ### Question: What was the calling for the 18.42 arrival time? ### Answer: SELECT calling_at FROM table_18332845_2 WHERE arrival = "18.42"
What was the arrival for Wansford, Peterborough East?
CREATE TABLE table_18332845_2 (arrival VARCHAR, calling_at VARCHAR)
SELECT arrival FROM table_18332845_2 WHERE calling_at = "Wansford, Peterborough East"
### Context: CREATE TABLE table_18332845_2 (arrival VARCHAR, calling_at VARCHAR) ### Question: What was the arrival for Wansford, Peterborough East? ### Answer: SELECT arrival FROM table_18332845_2 WHERE calling_at = "Wansford, Peterborough East"
What was the departure time when the arrival was 14.40?
CREATE TABLE table_18332845_2 (departure VARCHAR, arrival VARCHAR)
SELECT departure FROM table_18332845_2 WHERE arrival = "14.40"
### Context: CREATE TABLE table_18332845_2 (departure VARCHAR, arrival VARCHAR) ### Question: What was the departure time when the arrival was 14.40? ### Answer: SELECT departure FROM table_18332845_2 WHERE arrival = "14.40"
What is the departure for Peterborough East whose arrival time is 12.40?
CREATE TABLE table_18332845_2 (departure VARCHAR, going_to VARCHAR, arrival VARCHAR)
SELECT departure FROM table_18332845_2 WHERE going_to = "Peterborough East" AND arrival = "12.40"
### Context: CREATE TABLE table_18332845_2 (departure VARCHAR, going_to VARCHAR, arrival VARCHAR) ### Question: What is the departure for Peterborough East whose arrival time is 12.40? ### Answer: SELECT departure FROM table_18332845_2 WHERE going_to = "Peterborough East" AND arrival = "12.40"
What is the calling at for the 09.50 departure?
CREATE TABLE table_18332845_2 (calling_at VARCHAR, departure VARCHAR)
SELECT calling_at FROM table_18332845_2 WHERE departure = "09.50"
### Context: CREATE TABLE table_18332845_2 (calling_at VARCHAR, departure VARCHAR) ### Question: What is the calling at for the 09.50 departure? ### Answer: SELECT calling_at FROM table_18332845_2 WHERE departure = "09.50"
Where is the train going to when departing at 20.35?
CREATE TABLE table_18332845_2 (going_to VARCHAR, departure VARCHAR)
SELECT going_to FROM table_18332845_2 WHERE departure = "20.35"
### Context: CREATE TABLE table_18332845_2 (going_to VARCHAR, departure VARCHAR) ### Question: Where is the train going to when departing at 20.35? ### Answer: SELECT going_to FROM table_18332845_2 WHERE departure = "20.35"
Name the 3 dart average for michael van gerwen
CREATE TABLE table_18317531_1 (player VARCHAR)
SELECT 3 AS _dart_average FROM table_18317531_1 WHERE player = "Michael van Gerwen"
### Context: CREATE TABLE table_18317531_1 (player VARCHAR) ### Question: Name the 3 dart average for michael van gerwen ### Answer: SELECT 3 AS _dart_average FROM table_18317531_1 WHERE player = "Michael van Gerwen"
how many callings of trains arriving at 09.06
CREATE TABLE table_18333678_2 (calling_at VARCHAR, arrival VARCHAR)
SELECT COUNT(calling_at) FROM table_18333678_2 WHERE arrival = "09.06"
### Context: CREATE TABLE table_18333678_2 (calling_at VARCHAR, arrival VARCHAR) ### Question: how many callings of trains arriving at 09.06 ### Answer: SELECT COUNT(calling_at) FROM table_18333678_2 WHERE arrival = "09.06"
what is the operator of trains arriving at 13.39
CREATE TABLE table_18333678_2 (operator VARCHAR, arrival VARCHAR)
SELECT operator FROM table_18333678_2 WHERE arrival = "13.39"
### Context: CREATE TABLE table_18333678_2 (operator VARCHAR, arrival VARCHAR) ### Question: what is the operator of trains arriving at 13.39 ### Answer: SELECT operator FROM table_18333678_2 WHERE arrival = "13.39"
when does the train departuring at 11.35 arrive
CREATE TABLE table_18333678_2 (arrival VARCHAR, departure VARCHAR)
SELECT arrival FROM table_18333678_2 WHERE departure = "11.35"
### Context: CREATE TABLE table_18333678_2 (arrival VARCHAR, departure VARCHAR) ### Question: when does the train departuring at 11.35 arrive ### Answer: SELECT arrival FROM table_18333678_2 WHERE departure = "11.35"
when does the train arriving at bourne at 11.45 departure
CREATE TABLE table_18333678_2 (departure VARCHAR, going_to VARCHAR, arrival VARCHAR)
SELECT departure FROM table_18333678_2 WHERE going_to = "Bourne" AND arrival = "11.45"
### Context: CREATE TABLE table_18333678_2 (departure VARCHAR, going_to VARCHAR, arrival VARCHAR) ### Question: when does the train arriving at bourne at 11.45 departure ### Answer: SELECT departure FROM table_18333678_2 WHERE going_to = "Bourne" AND arrival = "11.45"
when does the train arriving at stamford east at 11.45 departure
CREATE TABLE table_18333678_2 (departure VARCHAR, arrival VARCHAR, going_to VARCHAR)
SELECT departure FROM table_18333678_2 WHERE arrival = "11.45" AND going_to = "Stamford East"
### Context: CREATE TABLE table_18333678_2 (departure VARCHAR, arrival VARCHAR, going_to VARCHAR) ### Question: when does the train arriving at stamford east at 11.45 departure ### Answer: SELECT departure FROM table_18333678_2 WHERE arrival = "11.45" AND going_to = "Stamford East"
How many clubs are remaining when the winners from the previous round totals 4?
CREATE TABLE table_18328569_1 (clubs_remaining VARCHAR, winners_from_previous_round VARCHAR)
SELECT clubs_remaining FROM table_18328569_1 WHERE winners_from_previous_round = "4"
### Context: CREATE TABLE table_18328569_1 (clubs_remaining VARCHAR, winners_from_previous_round VARCHAR) ### Question: How many clubs are remaining when the winners from the previous round totals 4? ### Answer: SELECT clubs_remaining FROM table_18328569_1 WHERE winners_from_previous_round = "4"
What is the round where winners from the previous round totals 8?
CREATE TABLE table_18328569_1 (round VARCHAR, winners_from_previous_round VARCHAR)
SELECT round FROM table_18328569_1 WHERE winners_from_previous_round = "8"
### Context: CREATE TABLE table_18328569_1 (round VARCHAR, winners_from_previous_round VARCHAR) ### Question: What is the round where winners from the previous round totals 8? ### Answer: SELECT round FROM table_18328569_1 WHERE winners_from_previous_round = "8"
How many clubs remain in the fourth round?
CREATE TABLE table_18328569_1 (clubs_remaining INTEGER, round VARCHAR)
SELECT MIN(clubs_remaining) FROM table_18328569_1 WHERE round = "Fourth round"
### Context: CREATE TABLE table_18328569_1 (clubs_remaining INTEGER, round VARCHAR) ### Question: How many clubs remain in the fourth round? ### Answer: SELECT MIN(clubs_remaining) FROM table_18328569_1 WHERE round = "Fourth round"
How many new entries started in the round where winners from the previous round is 32?
CREATE TABLE table_18328569_1 (new_entries_this_round VARCHAR, winners_from_previous_round VARCHAR)
SELECT new_entries_this_round FROM table_18328569_1 WHERE winners_from_previous_round = "32"
### Context: CREATE TABLE table_18328569_1 (new_entries_this_round VARCHAR, winners_from_previous_round VARCHAR) ### Question: How many new entries started in the round where winners from the previous round is 32? ### Answer: SELECT new_entries_this_round FROM table_18328569_1 WHERE winners_from_previous_round = "32"
How many new entries started in the quarter finals?
CREATE TABLE table_18328569_1 (new_entries_this_round VARCHAR, round VARCHAR)
SELECT new_entries_this_round FROM table_18328569_1 WHERE round = "Quarter finals"
### Context: CREATE TABLE table_18328569_1 (new_entries_this_round VARCHAR, round VARCHAR) ### Question: How many new entries started in the quarter finals? ### Answer: SELECT new_entries_this_round FROM table_18328569_1 WHERE round = "Quarter finals"
How many new entries started in the round where winners from the previous round is 16?
CREATE TABLE table_18328569_1 (new_entries_this_round VARCHAR, winners_from_previous_round VARCHAR)
SELECT new_entries_this_round FROM table_18328569_1 WHERE winners_from_previous_round = "16"
### Context: CREATE TABLE table_18328569_1 (new_entries_this_round VARCHAR, winners_from_previous_round VARCHAR) ### Question: How many new entries started in the round where winners from the previous round is 16? ### Answer: SELECT new_entries_this_round FROM table_18328569_1 WHERE winners_from_previous_round = "16"
Who was the train operator when the train departed at 11.02 in 1922?
CREATE TABLE table_18365784_3 (operator VARCHAR, departure VARCHAR)
SELECT operator FROM table_18365784_3 WHERE departure = "11.02"
### Context: CREATE TABLE table_18365784_3 (operator VARCHAR, departure VARCHAR) ### Question: Who was the train operator when the train departed at 11.02 in 1922? ### Answer: SELECT operator FROM table_18365784_3 WHERE departure = "11.02"
What was the train destination when it has a calling at Boston, Sleaford, Nottingham Victoria?
CREATE TABLE table_18365784_3 (going_to VARCHAR, calling_at VARCHAR)
SELECT going_to FROM table_18365784_3 WHERE calling_at = "Boston, Sleaford, Nottingham Victoria"
### Context: CREATE TABLE table_18365784_3 (going_to VARCHAR, calling_at VARCHAR) ### Question: What was the train destination when it has a calling at Boston, Sleaford, Nottingham Victoria? ### Answer: SELECT going_to FROM table_18365784_3 WHERE calling_at = "Boston, Sleaford, Nottingham Victoria"
What was the departure time of the train going to Boston?
CREATE TABLE table_18365784_3 (departure VARCHAR, going_to VARCHAR)
SELECT departure FROM table_18365784_3 WHERE going_to = "Boston"
### Context: CREATE TABLE table_18365784_3 (departure VARCHAR, going_to VARCHAR) ### Question: What was the departure time of the train going to Boston? ### Answer: SELECT departure FROM table_18365784_3 WHERE going_to = "Boston"
What was the arrival time of the train that departed at 18.16?
CREATE TABLE table_18365784_3 (arrival VARCHAR, departure VARCHAR)
SELECT arrival FROM table_18365784_3 WHERE departure = "18.16"
### Context: CREATE TABLE table_18365784_3 (arrival VARCHAR, departure VARCHAR) ### Question: What was the arrival time of the train that departed at 18.16? ### Answer: SELECT arrival FROM table_18365784_3 WHERE departure = "18.16"
What was the departure time of the train that arrived at 21.26?
CREATE TABLE table_18365784_3 (departure VARCHAR, arrival VARCHAR)
SELECT departure FROM table_18365784_3 WHERE arrival = "21.26"
### Context: CREATE TABLE table_18365784_3 (departure VARCHAR, arrival VARCHAR) ### Question: What was the departure time of the train that arrived at 21.26? ### Answer: SELECT departure FROM table_18365784_3 WHERE arrival = "21.26"
What was the 'calling at' station of the train that departed on 18.16?
CREATE TABLE table_18365784_3 (calling_at VARCHAR, departure VARCHAR)
SELECT calling_at FROM table_18365784_3 WHERE departure = "18.16"
### Context: CREATE TABLE table_18365784_3 (calling_at VARCHAR, departure VARCHAR) ### Question: What was the 'calling at' station of the train that departed on 18.16? ### Answer: SELECT calling_at FROM table_18365784_3 WHERE departure = "18.16"
Name the original air date for barnaby southcomb for charlie martin
CREATE TABLE table_18335117_5 (original_air_date VARCHAR, director VARCHAR, writer VARCHAR)
SELECT original_air_date FROM table_18335117_5 WHERE director = "Barnaby Southcomb" AND writer = "Charlie Martin"
### Context: CREATE TABLE table_18335117_5 (original_air_date VARCHAR, director VARCHAR, writer VARCHAR) ### Question: Name the original air date for barnaby southcomb for charlie martin ### Answer: SELECT original_air_date FROM table_18335117_5 WHERE director = "Barnaby Southcomb" AND writer = "Charlie Martin"
Name the number in series for number 38
CREATE TABLE table_18335117_5 (no_in_series INTEGER, no_overall VARCHAR)
SELECT MIN(no_in_series) FROM table_18335117_5 WHERE no_overall = 38
### Context: CREATE TABLE table_18335117_5 (no_in_series INTEGER, no_overall VARCHAR) ### Question: Name the number in series for number 38 ### Answer: SELECT MIN(no_in_series) FROM table_18335117_5 WHERE no_overall = 38
What is the original air date of the episode with the production code 1115?
CREATE TABLE table_18367694_2 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_18367694_2 WHERE production_code = 1115
### Context: CREATE TABLE table_18367694_2 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What is the original air date of the episode with the production code 1115? ### Answer: SELECT original_air_date FROM table_18367694_2 WHERE production_code = 1115
who directed the episode with the original air date of November 22, 1989?
CREATE TABLE table_18367694_2 (directed_by VARCHAR, original_air_date VARCHAR)
SELECT directed_by FROM table_18367694_2 WHERE original_air_date = "November 22, 1989"
### Context: CREATE TABLE table_18367694_2 (directed_by VARCHAR, original_air_date VARCHAR) ### Question: who directed the episode with the original air date of November 22, 1989? ### Answer: SELECT directed_by FROM table_18367694_2 WHERE original_air_date = "November 22, 1989"
when deland is the fcsl team and 2008 is the year played who is the mlb team?
CREATE TABLE table_18373863_2 (mlb_team VARCHAR, years_played VARCHAR, fcsl_team VARCHAR)
SELECT mlb_team FROM table_18373863_2 WHERE years_played = "2008" AND fcsl_team = "DeLand"
### Context: CREATE TABLE table_18373863_2 (mlb_team VARCHAR, years_played VARCHAR, fcsl_team VARCHAR) ### Question: when deland is the fcsl team and 2008 is the year played who is the mlb team? ### Answer: SELECT mlb_team FROM table_18373863_2 WHERE years_played = "2008" AND fcsl_team = "DeLand"
When toronto blue jays are the mlb team who are the fscl team?
CREATE TABLE table_18373863_2 (fcsl_team VARCHAR, mlb_team VARCHAR)
SELECT fcsl_team FROM table_18373863_2 WHERE mlb_team = "Toronto Blue Jays"
### Context: CREATE TABLE table_18373863_2 (fcsl_team VARCHAR, mlb_team VARCHAR) ### Question: When toronto blue jays are the mlb team who are the fscl team? ### Answer: SELECT fcsl_team FROM table_18373863_2 WHERE mlb_team = "Toronto Blue Jays"
When 2005 is the year played what is the lowest year drafted?
CREATE TABLE table_18373863_2 (year_drafted INTEGER, years_played VARCHAR)
SELECT MIN(year_drafted) FROM table_18373863_2 WHERE years_played = "2005"
### Context: CREATE TABLE table_18373863_2 (year_drafted INTEGER, years_played VARCHAR) ### Question: When 2005 is the year played what is the lowest year drafted? ### Answer: SELECT MIN(year_drafted) FROM table_18373863_2 WHERE years_played = "2005"
When winter pines is the fcsl team how many mlb teams are there?
CREATE TABLE table_18373863_2 (mlb_team VARCHAR, fcsl_team VARCHAR)
SELECT COUNT(mlb_team) FROM table_18373863_2 WHERE fcsl_team = "Winter Pines"
### Context: CREATE TABLE table_18373863_2 (mlb_team VARCHAR, fcsl_team VARCHAR) ### Question: When winter pines is the fcsl team how many mlb teams are there? ### Answer: SELECT COUNT(mlb_team) FROM table_18373863_2 WHERE fcsl_team = "Winter Pines"
When 2006 is the year played and winter park is the fcsl team who is the player?
CREATE TABLE table_18373863_2 (player VARCHAR, fcsl_team VARCHAR, years_played VARCHAR)
SELECT player FROM table_18373863_2 WHERE fcsl_team = "Winter Park" AND years_played = "2006"
### Context: CREATE TABLE table_18373863_2 (player VARCHAR, fcsl_team VARCHAR, years_played VARCHAR) ### Question: When 2006 is the year played and winter park is the fcsl team who is the player? ### Answer: SELECT player FROM table_18373863_2 WHERE fcsl_team = "Winter Park" AND years_played = "2006"
Which operators offer a genre of music?
CREATE TABLE table_1837570_1 (operator VARCHAR, genre VARCHAR)
SELECT operator FROM table_1837570_1 WHERE genre = "music"
### Context: CREATE TABLE table_1837570_1 (operator VARCHAR, genre VARCHAR) ### Question: Which operators offer a genre of music? ### Answer: SELECT operator FROM table_1837570_1 WHERE genre = "music"
Which languages are offered in the coverage area of klang petaling jaya shah alam?
CREATE TABLE table_1837570_1 (language VARCHAR, coverage_area VARCHAR)
SELECT language FROM table_1837570_1 WHERE coverage_area = "Klang Petaling Jaya Shah Alam"
### Context: CREATE TABLE table_1837570_1 (language VARCHAR, coverage_area VARCHAR) ### Question: Which languages are offered in the coverage area of klang petaling jaya shah alam? ### Answer: SELECT language FROM table_1837570_1 WHERE coverage_area = "Klang Petaling Jaya Shah Alam"
Name the macedonian for il/elle avait entendu
CREATE TABLE table_1841901_1 (macedonian VARCHAR, french VARCHAR)
SELECT macedonian FROM table_1841901_1 WHERE french = "il/elle avait entendu"
### Context: CREATE TABLE table_1841901_1 (macedonian VARCHAR, french VARCHAR) ### Question: Name the macedonian for il/elle avait entendu ### Answer: SELECT macedonian FROM table_1841901_1 WHERE french = "il/elle avait entendu"
Name the greek modern for słyszałeś był / słyszałaś była
CREATE TABLE table_1841901_1 (greek__modern_ VARCHAR, polish__extinct_ VARCHAR)
SELECT greek__modern_ FROM table_1841901_1 WHERE polish__extinct_ = "słyszałeś był / słyszałaś była"
### Context: CREATE TABLE table_1841901_1 (greek__modern_ VARCHAR, polish__extinct_ VARCHAR) ### Question: Name the greek modern for słyszałeś był / słyszałaś była ### Answer: SELECT greek__modern_ FROM table_1841901_1 WHERE polish__extinct_ = "słyszałeś był / słyszałaś była"
Name the bulgarian for jullie hadden gehoord
CREATE TABLE table_1841901_1 (bulgarian VARCHAR, dutch VARCHAR)
SELECT bulgarian FROM table_1841901_1 WHERE dutch = "jullie hadden gehoord"
### Context: CREATE TABLE table_1841901_1 (bulgarian VARCHAR, dutch VARCHAR) ### Question: Name the bulgarian for jullie hadden gehoord ### Answer: SELECT bulgarian FROM table_1841901_1 WHERE dutch = "jullie hadden gehoord"
Name the english for j'avais entendu
CREATE TABLE table_1841901_1 (english VARCHAR, french VARCHAR)
SELECT english FROM table_1841901_1 WHERE french = "j'avais entendu"
### Context: CREATE TABLE table_1841901_1 (english VARCHAR, french VARCHAR) ### Question: Name the english for j'avais entendu ### Answer: SELECT english FROM table_1841901_1 WHERE french = "j'avais entendu"
What was the air date in the U.S. for the episode that had 1.452 million Canadian viewers?
CREATE TABLE table_18424435_4 (us_air_date VARCHAR, canadian_viewers__million_ VARCHAR)
SELECT us_air_date FROM table_18424435_4 WHERE canadian_viewers__million_ = "1.452"
### Context: CREATE TABLE table_18424435_4 (us_air_date VARCHAR, canadian_viewers__million_ VARCHAR) ### Question: What was the air date in the U.S. for the episode that had 1.452 million Canadian viewers? ### Answer: SELECT us_air_date FROM table_18424435_4 WHERE canadian_viewers__million_ = "1.452"
What number episode in the series was directed by Kelly Makin and written by Mark Ellis & Stephanie Morgenstern?
CREATE TABLE table_18424435_4 (no VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT no FROM table_18424435_4 WHERE directed_by = "Kelly Makin" AND written_by = "Mark Ellis & Stephanie Morgenstern"
### Context: CREATE TABLE table_18424435_4 (no VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: What number episode in the series was directed by Kelly Makin and written by Mark Ellis & Stephanie Morgenstern? ### Answer: SELECT no FROM table_18424435_4 WHERE directed_by = "Kelly Makin" AND written_by = "...
What is the maximum number of episodes in the series listed?
CREATE TABLE table_18424435_4 (no INTEGER)
SELECT MAX(no) FROM table_18424435_4
### Context: CREATE TABLE table_18424435_4 (no INTEGER) ### Question: What is the maximum number of episodes in the series listed? ### Answer: SELECT MAX(no) FROM table_18424435_4
What is the total number of episodes listed with a production code of 306?
CREATE TABLE table_18424435_4 (_number VARCHAR, production_code VARCHAR)
SELECT COUNT(_number) FROM table_18424435_4 WHERE production_code = 306
### Context: CREATE TABLE table_18424435_4 (_number VARCHAR, production_code VARCHAR) ### Question: What is the total number of episodes listed with a production code of 306? ### Answer: SELECT COUNT(_number) FROM table_18424435_4 WHERE production_code = 306
Who directed the episode with a production code of 301?
CREATE TABLE table_18424435_4 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_18424435_4 WHERE production_code = 301
### Context: CREATE TABLE table_18424435_4 (directed_by VARCHAR, production_code VARCHAR) ### Question: Who directed the episode with a production code of 301? ### Answer: SELECT directed_by FROM table_18424435_4 WHERE production_code = 301
Who wrote the episodes watched by 1.816 million people in Canada?
CREATE TABLE table_18424435_3 (written_by VARCHAR, canadian_viewers__million_ VARCHAR)
SELECT written_by FROM table_18424435_3 WHERE canadian_viewers__million_ = "1.816"
### Context: CREATE TABLE table_18424435_3 (written_by VARCHAR, canadian_viewers__million_ VARCHAR) ### Question: Who wrote the episodes watched by 1.816 million people in Canada? ### Answer: SELECT written_by FROM table_18424435_3 WHERE canadian_viewers__million_ = "1.816"
Who wrote the episodes watched by 1.575 million people in Canada?
CREATE TABLE table_18424435_3 (written_by VARCHAR, canadian_viewers__million_ VARCHAR)
SELECT written_by FROM table_18424435_3 WHERE canadian_viewers__million_ = "1.575"
### Context: CREATE TABLE table_18424435_3 (written_by VARCHAR, canadian_viewers__million_ VARCHAR) ### Question: Who wrote the episodes watched by 1.575 million people in Canada? ### Answer: SELECT written_by FROM table_18424435_3 WHERE canadian_viewers__million_ = "1.575"
Who directed the episode aired on February 27, 2009?
CREATE TABLE table_18424435_3 (directed_by VARCHAR, us_air_date VARCHAR)
SELECT directed_by FROM table_18424435_3 WHERE us_air_date = "February 27, 2009"
### Context: CREATE TABLE table_18424435_3 (directed_by VARCHAR, us_air_date VARCHAR) ### Question: Who directed the episode aired on February 27, 2009? ### Answer: SELECT directed_by FROM table_18424435_3 WHERE us_air_date = "February 27, 2009"
Which episodes had production code 217?
CREATE TABLE table_18424435_3 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_18424435_3 WHERE production_code = 217
### Context: CREATE TABLE table_18424435_3 (title VARCHAR, production_code VARCHAR) ### Question: Which episodes had production code 217? ### Answer: SELECT title FROM table_18424435_3 WHERE production_code = 217
For upper Arlington, what was the median household income?
CREATE TABLE table_1840495_2 (median_house__hold_income VARCHAR, place VARCHAR)
SELECT median_house__hold_income FROM table_1840495_2 WHERE place = "Upper Arlington"
### Context: CREATE TABLE table_1840495_2 (median_house__hold_income VARCHAR, place VARCHAR) ### Question: For upper Arlington, what was the median household income? ### Answer: SELECT median_house__hold_income FROM table_1840495_2 WHERE place = "Upper Arlington"
With a per capita income of $30,298, what was the total number of households?
CREATE TABLE table_1840495_2 (number_of_households VARCHAR, per_capita_income VARCHAR)
SELECT COUNT(number_of_households) FROM table_1840495_2 WHERE per_capita_income = "$30,298"
### Context: CREATE TABLE table_1840495_2 (number_of_households VARCHAR, per_capita_income VARCHAR) ### Question: With a per capita income of $30,298, what was the total number of households? ### Answer: SELECT COUNT(number_of_households) FROM table_1840495_2 WHERE per_capita_income = "$30,298"
If the population is 2188, what was the median household income?
CREATE TABLE table_1840495_2 (median_house__hold_income VARCHAR, population VARCHAR)
SELECT median_house__hold_income FROM table_1840495_2 WHERE population = 2188
### Context: CREATE TABLE table_1840495_2 (median_house__hold_income VARCHAR, population VARCHAR) ### Question: If the population is 2188, what was the median household income? ### Answer: SELECT median_house__hold_income FROM table_1840495_2 WHERE population = 2188
For Pigeon Creek what is the per capita income?
CREATE TABLE table_1840495_2 (per_capita_income VARCHAR, place VARCHAR)
SELECT per_capita_income FROM table_1840495_2 WHERE place = "Pigeon Creek"
### Context: CREATE TABLE table_1840495_2 (per_capita_income VARCHAR, place VARCHAR) ### Question: For Pigeon Creek what is the per capita income? ### Answer: SELECT per_capita_income FROM table_1840495_2 WHERE place = "Pigeon Creek"
If the median income is $57,407, what is the per capita income?
CREATE TABLE table_1840495_2 (per_capita_income VARCHAR, median_house__hold_income VARCHAR)
SELECT per_capita_income FROM table_1840495_2 WHERE median_house__hold_income = "$57,407"
### Context: CREATE TABLE table_1840495_2 (per_capita_income VARCHAR, median_house__hold_income VARCHAR) ### Question: If the median income is $57,407, what is the per capita income? ### Answer: SELECT per_capita_income FROM table_1840495_2 WHERE median_house__hold_income = "$57,407"
Who directed the episode that aired on July 29, 2011?
CREATE TABLE table_18424435_5 (directed_by VARCHAR, us_air_date VARCHAR)
SELECT directed_by FROM table_18424435_5 WHERE us_air_date = "July 29, 2011"
### Context: CREATE TABLE table_18424435_5 (directed_by VARCHAR, us_air_date VARCHAR) ### Question: Who directed the episode that aired on July 29, 2011? ### Answer: SELECT directed_by FROM table_18424435_5 WHERE us_air_date = "July 29, 2011"
How many air dates where directed by jim donovan?
CREATE TABLE table_18424435_5 (us_air_date VARCHAR, directed_by VARCHAR)
SELECT COUNT(us_air_date) FROM table_18424435_5 WHERE directed_by = "Jim Donovan"
### Context: CREATE TABLE table_18424435_5 (us_air_date VARCHAR, directed_by VARCHAR) ### Question: How many air dates where directed by jim donovan? ### Answer: SELECT COUNT(us_air_date) FROM table_18424435_5 WHERE directed_by = "Jim Donovan"
What is the smallest number?
CREATE TABLE table_18424435_5 (_number INTEGER)
SELECT MIN(_number) FROM table_18424435_5
### Context: CREATE TABLE table_18424435_5 (_number INTEGER) ### Question: What is the smallest number? ### Answer: SELECT MIN(_number) FROM table_18424435_5
Which air dates have 1.229 canadian viewers (millions)?
CREATE TABLE table_18424435_5 (us_air_date VARCHAR, canadian_viewers__million_ VARCHAR)
SELECT us_air_date FROM table_18424435_5 WHERE canadian_viewers__million_ = "1.229"
### Context: CREATE TABLE table_18424435_5 (us_air_date VARCHAR, canadian_viewers__million_ VARCHAR) ### Question: Which air dates have 1.229 canadian viewers (millions)? ### Answer: SELECT us_air_date FROM table_18424435_5 WHERE canadian_viewers__million_ = "1.229"
In what district is the city listed in Serial number 9?
CREATE TABLE table_18425346_2 (district VARCHAR, serial_no VARCHAR)
SELECT COUNT(district) FROM table_18425346_2 WHERE serial_no = 9
### Context: CREATE TABLE table_18425346_2 (district VARCHAR, serial_no VARCHAR) ### Question: In what district is the city listed in Serial number 9? ### Answer: SELECT COUNT(district) FROM table_18425346_2 WHERE serial_no = 9
What is the area of the city in the Sargodha district?
CREATE TABLE table_18425346_2 (city_area_km_2__ VARCHAR, district VARCHAR)
SELECT COUNT(city_area_km_2__) FROM table_18425346_2 WHERE district = "Sargodha district"
### Context: CREATE TABLE table_18425346_2 (city_area_km_2__ VARCHAR, district VARCHAR) ### Question: What is the area of the city in the Sargodha district? ### Answer: SELECT COUNT(city_area_km_2__) FROM table_18425346_2 WHERE district = "Sargodha district"
What is the smallest city area?
CREATE TABLE table_18425346_2 (city_area_km_2__ INTEGER)
SELECT MIN(city_area_km_2__) FROM table_18425346_2
### Context: CREATE TABLE table_18425346_2 (city_area_km_2__ INTEGER) ### Question: What is the smallest city area? ### Answer: SELECT MIN(city_area_km_2__) FROM table_18425346_2
If Di Drew is the director, what was the original air date for episode A Whole Lot to Lose?
CREATE TABLE table_18427769_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_18427769_1 WHERE directed_by = "Di Drew"
### Context: CREATE TABLE table_18427769_1 (original_air_date VARCHAR, directed_by VARCHAR) ### Question: If Di Drew is the director, what was the original air date for episode A Whole Lot to Lose? ### Answer: SELECT original_air_date FROM table_18427769_1 WHERE directed_by = "Di Drew"
What is the population (2010 census) if s barangay is 51?
CREATE TABLE table_184334_2 (population__2010_census_ VARCHAR, s_barangay VARCHAR)
SELECT COUNT(population__2010_census_) FROM table_184334_2 WHERE s_barangay = 51
### Context: CREATE TABLE table_184334_2 (population__2010_census_ VARCHAR, s_barangay VARCHAR) ### Question: What is the population (2010 census) if s barangay is 51? ### Answer: SELECT COUNT(population__2010_census_) FROM table_184334_2 WHERE s_barangay = 51
What is the population (2010 census) if the area is 66.11?
CREATE TABLE table_184334_2 (population__2010_census_ INTEGER, area___has__ VARCHAR)
SELECT MIN(population__2010_census_) FROM table_184334_2 WHERE area___has__ = "66.11"
### Context: CREATE TABLE table_184334_2 (population__2010_census_ INTEGER, area___has__ VARCHAR) ### Question: What is the population (2010 census) if the area is 66.11? ### Answer: SELECT MIN(population__2010_census_) FROM table_184334_2 WHERE area___has__ = "66.11"
How many entered the match with a time of 14:42?
CREATE TABLE table_18438494_3 (entered VARCHAR, time VARCHAR)
SELECT entered FROM table_18438494_3 WHERE time = "14:42"
### Context: CREATE TABLE table_18438494_3 (entered VARCHAR, time VARCHAR) ### Question: How many entered the match with a time of 14:42? ### Answer: SELECT entered FROM table_18438494_3 WHERE time = "14:42"
What was the time for the match with Cena?
CREATE TABLE table_18438494_3 (time VARCHAR, wrestler VARCHAR)
SELECT time FROM table_18438494_3 WHERE wrestler = "Cena"
### Context: CREATE TABLE table_18438494_3 (time VARCHAR, wrestler VARCHAR) ### Question: What was the time for the match with Cena? ### Answer: SELECT time FROM table_18438494_3 WHERE wrestler = "Cena"
What are all the stations with a license in Cincinnati?
CREATE TABLE table_1847523_2 (station VARCHAR, city_of_license__market VARCHAR)
SELECT station FROM table_1847523_2 WHERE city_of_license__market = "Cincinnati"
### Context: CREATE TABLE table_1847523_2 (station VARCHAR, city_of_license__market VARCHAR) ### Question: What are all the stations with a license in Cincinnati? ### Answer: SELECT station FROM table_1847523_2 WHERE city_of_license__market = "Cincinnati"
What station is affiliated with kmgh-tv?
CREATE TABLE table_1847523_2 (affiliation VARCHAR, station VARCHAR)
SELECT affiliation FROM table_1847523_2 WHERE station = "KMGH-TV"
### Context: CREATE TABLE table_1847523_2 (affiliation VARCHAR, station VARCHAR) ### Question: What station is affiliated with kmgh-tv? ### Answer: SELECT affiliation FROM table_1847523_2 WHERE station = "KMGH-TV"
How many stations have been owned since wfts-tv?
CREATE TABLE table_1847523_2 (owned_since VARCHAR, station VARCHAR)
SELECT owned_since FROM table_1847523_2 WHERE station = "WFTS-TV"
### Context: CREATE TABLE table_1847523_2 (owned_since VARCHAR, station VARCHAR) ### Question: How many stations have been owned since wfts-tv? ### Answer: SELECT owned_since FROM table_1847523_2 WHERE station = "WFTS-TV"
What city of license/market has the channel of 41?
CREATE TABLE table_1847523_2 (city_of_license__market VARCHAR, channel___tv___rf__ VARCHAR)
SELECT city_of_license__market FROM table_1847523_2 WHERE channel___tv___rf__ = "41"
### Context: CREATE TABLE table_1847523_2 (city_of_license__market VARCHAR, channel___tv___rf__ VARCHAR) ### Question: What city of license/market has the channel of 41? ### Answer: SELECT city_of_license__market FROM table_1847523_2 WHERE channel___tv___rf__ = "41"
What is the minimum stations owned since kero-tv?
CREATE TABLE table_1847523_2 (owned_since INTEGER, station VARCHAR)
SELECT MIN(owned_since) FROM table_1847523_2 WHERE station = "KERO-TV"
### Context: CREATE TABLE table_1847523_2 (owned_since INTEGER, station VARCHAR) ### Question: What is the minimum stations owned since kero-tv? ### Answer: SELECT MIN(owned_since) FROM table_1847523_2 WHERE station = "KERO-TV"
What is the lyric fm for rnag 93.2?
CREATE TABLE table_18475946_2 (lyric_fm__mhz_ VARCHAR, rnag__mhz_ VARCHAR)
SELECT lyric_fm__mhz_ FROM table_18475946_2 WHERE rnag__mhz_ = "93.2"
### Context: CREATE TABLE table_18475946_2 (lyric_fm__mhz_ VARCHAR, rnag__mhz_ VARCHAR) ### Question: What is the lyric fm for rnag 93.2? ### Answer: SELECT lyric_fm__mhz_ FROM table_18475946_2 WHERE rnag__mhz_ = "93.2"
What are the 2fm's for erp 16?
CREATE TABLE table_18475946_2 (erp__kw_ VARCHAR)
SELECT 2 AS fm__mhz_ FROM table_18475946_2 WHERE erp__kw_ = "16"
### Context: CREATE TABLE table_18475946_2 (erp__kw_ VARCHAR) ### Question: What are the 2fm's for erp 16? ### Answer: SELECT 2 AS fm__mhz_ FROM table_18475946_2 WHERE erp__kw_ = "16"
What is the rnag for kippure transmitter?
CREATE TABLE table_18475946_2 (rnag__mhz_ VARCHAR, transmitter VARCHAR)
SELECT rnag__mhz_ FROM table_18475946_2 WHERE transmitter = "Kippure"
### Context: CREATE TABLE table_18475946_2 (rnag__mhz_ VARCHAR, transmitter VARCHAR) ### Question: What is the rnag for kippure transmitter? ### Answer: SELECT rnag__mhz_ FROM table_18475946_2 WHERE transmitter = "Kippure"
What is the rnag for lyric fm 98.7?
CREATE TABLE table_18475946_2 (rnag__mhz_ VARCHAR, lyric_fm__mhz_ VARCHAR)
SELECT rnag__mhz_ FROM table_18475946_2 WHERE lyric_fm__mhz_ = "98.7"
### Context: CREATE TABLE table_18475946_2 (rnag__mhz_ VARCHAR, lyric_fm__mhz_ VARCHAR) ### Question: What is the rnag for lyric fm 98.7? ### Answer: SELECT rnag__mhz_ FROM table_18475946_2 WHERE lyric_fm__mhz_ = "98.7"
What is the 2fm for rnag 94.4?
CREATE TABLE table_18475946_2 (rnag__mhz_ VARCHAR)
SELECT 2 AS fm__mhz_ FROM table_18475946_2 WHERE rnag__mhz_ = "94.4"
### Context: CREATE TABLE table_18475946_2 (rnag__mhz_ VARCHAR) ### Question: What is the 2fm for rnag 94.4? ### Answer: SELECT 2 AS fm__mhz_ FROM table_18475946_2 WHERE rnag__mhz_ = "94.4"
How many reasons were given when A. Willis Robertson (D) resigned?
CREATE TABLE table_1847180_3 (reason_for_change VARCHAR, vacator VARCHAR)
SELECT COUNT(reason_for_change) FROM table_1847180_3 WHERE vacator = "A. Willis Robertson (D)"
### Context: CREATE TABLE table_1847180_3 (reason_for_change VARCHAR, vacator VARCHAR) ### Question: How many reasons were given when A. Willis Robertson (D) resigned? ### Answer: SELECT COUNT(reason_for_change) FROM table_1847180_3 WHERE vacator = "A. Willis Robertson (D)"
Who vacated his post when his successor was formally installed on May 11, 1966?
CREATE TABLE table_1847180_3 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR)
SELECT vacator FROM table_1847180_3 WHERE date_of_successors_formal_installation = "May 11, 1966"
### Context: CREATE TABLE table_1847180_3 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Who vacated his post when his successor was formally installed on May 11, 1966? ### Answer: SELECT vacator FROM table_1847180_3 WHERE date_of_successors_formal_installation = "May 11, 1966"
What was the state (class) where the new successor was formally installed on May 11, 1966?
CREATE TABLE table_1847180_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR)
SELECT state__class_ FROM table_1847180_3 WHERE date_of_successors_formal_installation = "May 11, 1966"
### Context: CREATE TABLE table_1847180_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: What was the state (class) where the new successor was formally installed on May 11, 1966? ### Answer: SELECT state__class_ FROM table_1847180_3 WHERE date_of_successors_formal_installation = ...
When abba is the artist what is the album?
CREATE TABLE table_18442691_2 (album VARCHAR, artist VARCHAR)
SELECT album FROM table_18442691_2 WHERE artist = "ABBA"
### Context: CREATE TABLE table_18442691_2 (album VARCHAR, artist VARCHAR) ### Question: When abba is the artist what is the album? ### Answer: SELECT album FROM table_18442691_2 WHERE artist = "ABBA"
When 35 is the number what is the album?
CREATE TABLE table_18442691_2 (album VARCHAR, no VARCHAR)
SELECT album FROM table_18442691_2 WHERE no = 35
### Context: CREATE TABLE table_18442691_2 (album VARCHAR, no VARCHAR) ### Question: When 35 is the number what is the album? ### Answer: SELECT album FROM table_18442691_2 WHERE no = 35
When bat out of hell is the album what is the lowest number?
CREATE TABLE table_18442691_2 (no INTEGER, album VARCHAR)
SELECT MIN(no) FROM table_18442691_2 WHERE album = "Bat Out of Hell"
### Context: CREATE TABLE table_18442691_2 (no INTEGER, album VARCHAR) ### Question: When bat out of hell is the album what is the lowest number? ### Answer: SELECT MIN(no) FROM table_18442691_2 WHERE album = "Bat Out of Hell"
When cannot handle non-empty timestamp argument! 2007 is released what is the no.?
CREATE TABLE table_18442691_2 (no VARCHAR, released VARCHAR)
SELECT no FROM table_18442691_2 WHERE released = "Cannot handle non-empty timestamp argument! 2007"
### Context: CREATE TABLE table_18442691_2 (no VARCHAR, released VARCHAR) ### Question: When cannot handle non-empty timestamp argument! 2007 is released what is the no.? ### Answer: SELECT no FROM table_18442691_2 WHERE released = "Cannot handle non-empty timestamp argument! 2007"
Which district did Ralph Harvey (r) vacated when he resigned?
CREATE TABLE table_1847180_4 (district VARCHAR, vacator VARCHAR)
SELECT district FROM table_1847180_4 WHERE vacator = "Ralph Harvey (R)"
### Context: CREATE TABLE table_1847180_4 (district VARCHAR, vacator VARCHAR) ### Question: Which district did Ralph Harvey (r) vacated when he resigned? ### Answer: SELECT district FROM table_1847180_4 WHERE vacator = "Ralph Harvey (R)"
Who did Walter B. Jones, Sr. (d) succeeded in office?
CREATE TABLE table_1847180_4 (vacator VARCHAR, successor VARCHAR)
SELECT vacator FROM table_1847180_4 WHERE successor = "Walter B. Jones, Sr. (D)"
### Context: CREATE TABLE table_1847180_4 (vacator VARCHAR, successor VARCHAR) ### Question: Who did Walter B. Jones, Sr. (d) succeeded in office? ### Answer: SELECT vacator FROM table_1847180_4 WHERE successor = "Walter B. Jones, Sr. (D)"
What was the title of the episode directed by John T. Kretchmer?
CREATE TABLE table_18481791_2 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_18481791_2 WHERE directed_by = "John T. Kretchmer"
### Context: CREATE TABLE table_18481791_2 (title VARCHAR, directed_by VARCHAR) ### Question: What was the title of the episode directed by John T. Kretchmer? ### Answer: SELECT title FROM table_18481791_2 WHERE directed_by = "John T. Kretchmer"
How many seasons were directed by Bryan Spicer?
CREATE TABLE table_18481791_3 (no_in_season INTEGER, directed_by VARCHAR)
SELECT MIN(no_in_season) FROM table_18481791_3 WHERE directed_by = "Bryan Spicer"
### Context: CREATE TABLE table_18481791_3 (no_in_season INTEGER, directed_by VARCHAR) ### Question: How many seasons were directed by Bryan Spicer? ### Answer: SELECT MIN(no_in_season) FROM table_18481791_3 WHERE directed_by = "Bryan Spicer"
What is the title of series 23?
CREATE TABLE table_18481791_3 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_18481791_3 WHERE no_in_series = 23
### Context: CREATE TABLE table_18481791_3 (title VARCHAR, no_in_series VARCHAR) ### Question: What is the title of series 23? ### Answer: SELECT title FROM table_18481791_3 WHERE no_in_series = 23