prompt
stringlengths
81
567
completion
stringlengths
18
557
Question: If second is Sergey Sirotkin, what is the third name? Context: CREATE TABLE table_25563779_4 (third VARCHAR, second VARCHAR) Answer:
SELECT third FROM table_25563779_4 WHERE second = "Sergey Sirotkin"
Question: If the third name is Bruno Bonifacio, what is the champion? Context: CREATE TABLE table_25563779_4 (champion VARCHAR, third VARCHAR) Answer:
SELECT champion FROM table_25563779_4 WHERE third = "Bruno Bonifacio"
Question: Who is the champion if the national trophy/rookie is not held? Context: CREATE TABLE table_25563779_4 (champion VARCHAR, national_trophy_rookie VARCHAR) Answer:
SELECT champion FROM table_25563779_4 WHERE national_trophy_rookie = "not held"
Question: If the national trophy/rookie is Simone Iaquinta, what is the season total number? Context: CREATE TABLE table_25563779_4 (season VARCHAR, national_trophy_rookie VARCHAR) Answer:
SELECT COUNT(season) FROM table_25563779_4 WHERE national_trophy_rookie = "Simone Iaquinta"
Question: If the national trophy/rookie is Gerrard Barrabeig, what is the name of the second? Context: CREATE TABLE table_25563779_4 (second VARCHAR, national_trophy_rookie VARCHAR) Answer:
SELECT second FROM table_25563779_4 WHERE national_trophy_rookie = "Gerrard Barrabeig"
Question: What was the location when the winning driver was Nathanaël Berthon? Context: CREATE TABLE table_25572068_1 (location VARCHAR, winning_driver VARCHAR) Answer:
SELECT location FROM table_25572068_1 WHERE winning_driver = "Nathanaël Berthon"
Question: Who was the winning driver in the FR2.0 11 series? Context: CREATE TABLE table_25572068_1 (winning_driver VARCHAR, series VARCHAR) Answer:
SELECT winning_driver FROM table_25572068_1 WHERE series = "FR2.0 11"
Question: What circuit was the FR3.5 11 series on? Context: CREATE TABLE table_25572068_1 (circuit VARCHAR, series VARCHAR) Answer:
SELECT circuit FROM table_25572068_1 WHERE series = "FR3.5 11"
Question: When was the F4 7 series? Context: CREATE TABLE table_25572068_1 (date VARCHAR, series VARCHAR) Answer:
SELECT date FROM table_25572068_1 WHERE series = "F4 7"
Question: In what series was TDS Racing the winning team on 9 October? Context: CREATE TABLE table_25572068_1 (series VARCHAR, winning_team VARCHAR, date VARCHAR) Answer:
SELECT series FROM table_25572068_1 WHERE winning_team = "TDS Racing" AND date = "9 October"
Question: What were the LOA metres for the yacht ichi ban? Context: CREATE TABLE table_25594271_2 (loa__metres_ VARCHAR, yacht VARCHAR) Answer:
SELECT loa__metres_ FROM table_25594271_2 WHERE yacht = "Ichi Ban"
Question: How many LOA metres were there when the skipper is lou abrahams? Context: CREATE TABLE table_25594271_2 (loa__metres_ VARCHAR, skipper VARCHAR) Answer:
SELECT loa__metres_ FROM table_25594271_2 WHERE skipper = "Lou Abrahams"
Question: What is the position for sail number aus 03? Context: CREATE TABLE table_25594271_2 (position INTEGER, sail_number VARCHAR) Answer:
SELECT MIN(position) FROM table_25594271_2 WHERE sail_number = "AUS 03"
Question: What yacht had LOA Metres of 13.34? Context: CREATE TABLE table_25594271_2 (yacht VARCHAR, loa__metres_ VARCHAR) Answer:
SELECT yacht FROM table_25594271_2 WHERE loa__metres_ = "13.34"
Question: How many episodes in the season are episode 142 in the series? Context: CREATE TABLE table_25604014_8 (no_in_season VARCHAR, no_in_series VARCHAR) Answer:
SELECT COUNT(no_in_season) FROM table_25604014_8 WHERE no_in_series = 142
Question: What is the name of the episode that William M. Finkelstein wrote? Context: CREATE TABLE table_25604014_8 (title VARCHAR, written_by VARCHAR) Answer:
SELECT title FROM table_25604014_8 WHERE written_by = "William M. Finkelstein"
Question: Who was the artist with a start date of 1966-10-23? Context: CREATE TABLE table_2560677_1 (artist_s_ VARCHAR, start_date VARCHAR) Answer:
SELECT artist_s_ FROM table_2560677_1 WHERE start_date = "1966-10-23"
Question: What is the end date for the artist s. moldoff/j. giella/c. infantino? Context: CREATE TABLE table_2560677_1 (end_date VARCHAR, artist_s_ VARCHAR) Answer:
SELECT end_date FROM table_2560677_1 WHERE artist_s_ = "S. Moldoff/J. Giella/C. Infantino"
Question: How many artist(s) have a start date is 1966-12-12? Context: CREATE TABLE table_2560677_1 (artist_s_ VARCHAR, start_date VARCHAR) Answer:
SELECT COUNT(artist_s_) FROM table_2560677_1 WHERE start_date = "1966-12-12"
Question: What is the fan title with an end date of 1967-11-12? Context: CREATE TABLE table_2560677_1 (fan_title VARCHAR, end_date VARCHAR) Answer:
SELECT fan_title FROM table_2560677_1 WHERE end_date = "1967-11-12"
Question: How many writers where there for episode # 06? Context: CREATE TABLE table_2560677_1 (writer VARCHAR, episode__number VARCHAR) Answer:
SELECT COUNT(writer) FROM table_2560677_1 WHERE episode__number = "06"
Question: Name the dominant religion for станишић Context: CREATE TABLE table_2562572_22 (dominant_religion__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) Answer:
SELECT dominant_religion__2002_ FROM table_2562572_22 WHERE cyrillic_name_other_names = "Станишић"
Question: Name the population for kolut Context: CREATE TABLE table_2562572_22 (population__2011_ VARCHAR, settlement VARCHAR) Answer:
SELECT COUNT(population__2011_) FROM table_2562572_22 WHERE settlement = "Kolut"
Question: Name the number of cyrillic name for stanišić Context: CREATE TABLE table_2562572_22 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) Answer:
SELECT COUNT(cyrillic_name_other_names) FROM table_2562572_22 WHERE settlement = "Stanišić"
Question: Name the population for бачки моноштор (croatian: monoštor) Context: CREATE TABLE table_2562572_22 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR) Answer:
SELECT population__2011_ FROM table_2562572_22 WHERE cyrillic_name_other_names = "Бачки Моноштор (Croatian: Monoštor)"
Question: Name the number of population for врбас Context: CREATE TABLE table_2562572_20 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR) Answer:
SELECT COUNT(population__2011_) FROM table_2562572_20 WHERE cyrillic_name_other_names = "Врбас"
Question: Name the largest ethnic group for 24112 Context: CREATE TABLE table_2562572_20 (largest_ethnic_group__2002_ VARCHAR, population__2011_ VARCHAR) Answer:
SELECT largest_ethnic_group__2002_ FROM table_2562572_20 WHERE population__2011_ = 24112
Question: Name the dominant religion for village for бачко добро поље Context: CREATE TABLE table_2562572_20 (dominant_religion__2002_ VARCHAR, type VARCHAR, cyrillic_name_other_names VARCHAR) Answer:
SELECT dominant_religion__2002_ FROM table_2562572_20 WHERE type = "village" AND cyrillic_name_other_names = "Бачко Добро Поље"
Question: Name the cyrillic name for orthodox christianity village and bačko dobro polje Context: CREATE TABLE table_2562572_20 (cyrillic_name_other_names VARCHAR, settlement VARCHAR, dominant_religion__2002_ VARCHAR, type VARCHAR) Answer:
SELECT cyrillic_name_other_names FROM table_2562572_20 WHERE dominant_religion__2002_ = "Orthodox Christianity" AND type = "village" AND settlement = "Bačko Dobro Polje"
Question: Name the largest ethnic group for kosančić Context: CREATE TABLE table_2562572_20 (largest_ethnic_group__2002_ VARCHAR, settlement VARCHAR) Answer:
SELECT largest_ethnic_group__2002_ FROM table_2562572_20 WHERE settlement = "Kosančić"
Question: Name the cyrillic name for melenci Context: CREATE TABLE table_2562572_35 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) Answer:
SELECT cyrillic_name_other_names FROM table_2562572_35 WHERE settlement = "Melenci"
Question: Name the dominant religion 2002 for village banatski despotovac Context: CREATE TABLE table_2562572_35 (dominant_religion__2002_ VARCHAR, type VARCHAR, settlement VARCHAR) Answer:
SELECT dominant_religion__2002_ FROM table_2562572_35 WHERE type = "village" AND settlement = "Banatski Despotovac"
Question: Name the cyrillic name for lazarevo Context: CREATE TABLE table_2562572_35 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) Answer:
SELECT cyrillic_name_other_names FROM table_2562572_35 WHERE settlement = "Lazarevo"
Question: Name the population 2011 for mihajlovo Context: CREATE TABLE table_2562572_35 (population__2011_ VARCHAR, settlement VARCHAR) Answer:
SELECT COUNT(population__2011_) FROM table_2562572_35 WHERE settlement = "Mihajlovo"
Question: Name the dominant religion 2002 for меленци Context: CREATE TABLE table_2562572_35 (dominant_religion__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) Answer:
SELECT dominant_religion__2002_ FROM table_2562572_35 WHERE cyrillic_name_other_names = "Меленци"
Question: Name the total number of population 2011 for perlez Context: CREATE TABLE table_2562572_35 (population__2011_ VARCHAR, settlement VARCHAR) Answer:
SELECT COUNT(population__2011_) FROM table_2562572_35 WHERE settlement = "Perlez"
Question: What is the type when the settlement is subotište? Context: CREATE TABLE table_2562572_52 (type VARCHAR, settlement VARCHAR) Answer:
SELECT type FROM table_2562572_52 WHERE settlement = "Subotište"
Question: how many times is the cyrillic name сибач? Context: CREATE TABLE table_2562572_52 (dominant_religion__2002_ VARCHAR, cyrillic_name VARCHAR) Answer:
SELECT COUNT(dominant_religion__2002_) FROM table_2562572_52 WHERE cyrillic_name = "Сибач"
Question: What is the largest ethnic group (2002) when cyrillic name is брестач? Context: CREATE TABLE table_2562572_52 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name VARCHAR) Answer:
SELECT largest_ethnic_group__2002_ FROM table_2562572_52 WHERE cyrillic_name = "Брестач"
Question: How many times is the settlement karlovčić? Context: CREATE TABLE table_2562572_52 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) Answer:
SELECT COUNT(dominant_religion__2002_) FROM table_2562572_52 WHERE settlement = "Karlovčić"
Question: What is the cyrillic name when the settlement is ašanja? Context: CREATE TABLE table_2562572_52 (cyrillic_name VARCHAR, settlement VARCHAR) Answer:
SELECT cyrillic_name FROM table_2562572_52 WHERE settlement = "Ašanja"
Question: Name the least population for 2002 for 2011 being 9564 Context: CREATE TABLE table_2562572_5 (population__2002_ INTEGER, population__2011_ VARCHAR) Answer:
SELECT MIN(population__2002_) FROM table_2562572_5 WHERE population__2011_ = 9564
Question: Name the total number of population for 1991 for 9564 for 2011 Context: CREATE TABLE table_2562572_5 (population__1991_ VARCHAR, population__2011_ VARCHAR) Answer:
SELECT COUNT(population__1991_) FROM table_2562572_5 WHERE population__2011_ = 9564
Question: Name the city for kanjiža Context: CREATE TABLE table_2562572_5 (city___municipality VARCHAR, urban_settlement VARCHAR) Answer:
SELECT city___municipality FROM table_2562572_5 WHERE urban_settlement = "Kanjiža"
Question: Name the city for ада Context: CREATE TABLE table_2562572_5 (city___municipality VARCHAR, cyrillic_name VARCHAR) Answer:
SELECT city___municipality FROM table_2562572_5 WHERE cyrillic_name = "Ада"
Question: Name the population for 2002 being ada Context: CREATE TABLE table_2562572_5 (population__2002_ INTEGER, urban_settlement VARCHAR) Answer:
SELECT MIN(population__2002_) FROM table_2562572_5 WHERE urban_settlement = "Ada"
Question: Name the most no votes Context: CREATE TABLE table_256286_14 (no_votes INTEGER) Answer:
SELECT MAX(no_votes) FROM table_256286_14
Question: Name the least yes votes for yes passed Context: CREATE TABLE table_256286_14 (yes_votes INTEGER, passed VARCHAR) Answer:
SELECT MIN(yes_votes) FROM table_256286_14 WHERE passed = "YES"
Question: Name the % yes for yes votes for 78961 Context: CREATE TABLE table_256286_14 (_percentage_yes VARCHAR, yes_votes VARCHAR) Answer:
SELECT _percentage_yes FROM table_256286_14 WHERE yes_votes = 78961
Question: What is every description if NO votes is 233759? Context: CREATE TABLE table_256286_43 (description VARCHAR, no_votes VARCHAR) Answer:
SELECT description FROM table_256286_43 WHERE no_votes = 233759
Question: What is every entry for passed when NO votes is 312187? Context: CREATE TABLE table_256286_43 (passed VARCHAR, no_votes VARCHAR) Answer:
SELECT passed FROM table_256286_43 WHERE no_votes = 312187
Question: What is every value for %yes when type is ref? Context: CREATE TABLE table_256286_43 (_percentage_yes VARCHAR, type VARCHAR) Answer:
SELECT _percentage_yes FROM table_256286_43 WHERE type = "Ref"
Question: What is every entry for description when the value of %yes is 51.82%? Context: CREATE TABLE table_256286_43 (description VARCHAR, _percentage_yes VARCHAR) Answer:
SELECT description FROM table_256286_43 WHERE _percentage_yes = "51.82%"
Question: What is the episode title for episode number 12? Context: CREATE TABLE table_25640730_7 (title VARCHAR, _number VARCHAR) Answer:
SELECT title FROM table_25640730_7 WHERE _number = 12
Question: If the UK air date is February 18, 2013, who was the episode written by? Context: CREATE TABLE table_25640730_7 (written_by VARCHAR, uk_air_date VARCHAR) Answer:
SELECT written_by FROM table_25640730_7 WHERE uk_air_date = "February 18, 2013"
Question: If the director is Yannick Bisson, what was the Canadian amount of viewers? Context: CREATE TABLE table_25640730_7 (canadian_viewers__millions_ VARCHAR, directed_by VARCHAR) Answer:
SELECT COUNT(canadian_viewers__millions_) FROM table_25640730_7 WHERE directed_by = "Yannick Bisson"
Question: Did the legislation pass that had 42.87% yes votes? Context: CREATE TABLE table_256286_63 (passed VARCHAR, _percentage_yes VARCHAR) Answer:
SELECT passed FROM table_256286_63 WHERE _percentage_yes = "42.87%"
Question: How many no votes were there in the partial public funding of election campaigns legislation? Context: CREATE TABLE table_256286_63 (no_votes VARCHAR, description VARCHAR) Answer:
SELECT no_votes FROM table_256286_63 WHERE description = "Partial public funding of election campaigns"
Question: How many touchdowns did Sam Babcock get? Context: CREATE TABLE table_25642873_2 (touchdowns INTEGER, player VARCHAR) Answer:
SELECT MAX(touchdowns) FROM table_25642873_2 WHERE player = "Sam Babcock"
Question: How many extra points catagories are there for the na player? Context: CREATE TABLE table_25642873_2 (extra_points VARCHAR, player VARCHAR) Answer:
SELECT COUNT(extra_points) FROM table_25642873_2 WHERE player = "na"
Question: The player who had 5 touchdowns had how many extra points? Context: CREATE TABLE table_25642873_2 (extra_points VARCHAR, touchdowns VARCHAR) Answer:
SELECT extra_points FROM table_25642873_2 WHERE touchdowns = 5
Question: What is the smallest number of safeties? Context: CREATE TABLE table_25642873_2 (safeties INTEGER) Answer:
SELECT MIN(safeties) FROM table_25642873_2
Question: If the longitude is 157.941° e, what is the latitude? Context: CREATE TABLE table_25675509_1 (latitude VARCHAR, longitude VARCHAR) Answer:
SELECT latitude FROM table_25675509_1 WHERE longitude = "157.941° E"
Question: If the latitude is 08.979° s, what is the depth? Context: CREATE TABLE table_25675509_1 (depth VARCHAR, latitude VARCHAR) Answer:
SELECT depth FROM table_25675509_1 WHERE latitude = "08.979° S"
Question: At what latitude did the shock at time 13:10:02 occur? Context: CREATE TABLE table_25675509_1 (latitude VARCHAR, time__utc_ VARCHAR) Answer:
SELECT latitude FROM table_25675509_1 WHERE time__utc_ = "13:10:02"
Question: On which date did the shock at latitude 08.909° s occur? Context: CREATE TABLE table_25675509_1 (date__yyyy_mm_dd_ VARCHAR, latitude VARCHAR) Answer:
SELECT date__yyyy_mm_dd_ FROM table_25675509_1 WHERE latitude = "08.909° S"
Question: What was the longitude for the shock that occured on 2010-01-09? Context: CREATE TABLE table_25675509_1 (longitude VARCHAR, date__yyyy_mm_dd_ VARCHAR) Answer:
SELECT longitude FROM table_25675509_1 WHERE date__yyyy_mm_dd_ = "2010-01-09"
Question: If the longitude is 158.091° e, what is the depth? Context: CREATE TABLE table_25675509_1 (depth VARCHAR, longitude VARCHAR) Answer:
SELECT depth FROM table_25675509_1 WHERE longitude = "158.091° E"
Question: What is the highest number for W? Context: CREATE TABLE table_25689740_2 (w INTEGER) Answer:
SELECT MAX(w) FROM table_25689740_2
Question: What is shown for ends lost when pa is 44? Context: CREATE TABLE table_25689740_2 (Ends VARCHAR, pa VARCHAR) Answer:
SELECT Ends AS lost FROM table_25689740_2 WHERE pa = 44
Question: What was the original airdate of episode #733? Context: CREATE TABLE table_25691838_6 (original_airdate VARCHAR, episode__number VARCHAR) Answer:
SELECT original_airdate FROM table_25691838_6 WHERE episode__number = 733
Question: What was The Word for production code 6084? Context: CREATE TABLE table_25691838_6 (the_wørd VARCHAR, production_code VARCHAR) Answer:
SELECT the_wørd FROM table_25691838_6 WHERE production_code = 6084
Question: What was the number of "The Word" segments for episode number 727? Context: CREATE TABLE table_25691838_6 (the_wørd VARCHAR, episode__number VARCHAR) Answer:
SELECT COUNT(the_wørd) FROM table_25691838_6 WHERE episode__number = 727
Question: Compute the number of times Dennis Rodman recordedhigh rebounds given a regular season Context: CREATE TABLE table_25696729_8 (rebounding_high VARCHAR, season VARCHAR) Answer:
SELECT COUNT(rebounding_high) FROM table_25696729_8 WHERE season = "Regular season"
Question: List all rebounds equal to 10 for Dennis Rodman 's 1991–92 season Context: CREATE TABLE table_25696729_8 (season VARCHAR) Answer:
SELECT 10 AS _rebounds FROM table_25696729_8 WHERE season = "1991–92"
Question: What is the highest rebound Dennis Rodman obtained within the 20 rebounds category given two of the following:points, rebounds, assists, steals, and blocked shots (points) greater equal to 5 Context: CREATE TABLE table_25696729_8 (double_double VARCHAR) Answer:
SELECT MAX(20 AS _rebounds) FROM table_25696729_8 WHERE double_double = 5
Question: If the episode number is 2-01 what is the original UK air date? Context: CREATE TABLE table_2570269_2 (original_air_date__uk_ VARCHAR, episode__number VARCHAR) Answer:
SELECT original_air_date__uk_ FROM table_2570269_2 WHERE episode__number = "2-01"
Question: If the episode title is Pressures, what are the names of the cast? Context: CREATE TABLE table_2570269_2 (cast VARCHAR, episode_title VARCHAR) Answer:
SELECT cast FROM table_2570269_2 WHERE episode_title = "Pressures"
Question: What is the episode number for episode title Leave Takers? Context: CREATE TABLE table_2570269_2 (episode__number VARCHAR, episode_title VARCHAR) Answer:
SELECT episode__number FROM table_2570269_2 WHERE episode_title = "Leave Takers"
Question: For episode number 2-03, what are the names of the cast? Context: CREATE TABLE table_2570269_2 (cast VARCHAR, episode__number VARCHAR) Answer:
SELECT cast FROM table_2570269_2 WHERE episode__number = "2-03"
Question: What is the total number of birth/2012 for January–December 2012 in Kurgan Oblast? Context: CREATE TABLE table_25703_2 (birth_2012 VARCHAR, january_december_2012 VARCHAR) Answer:
SELECT COUNT(birth_2012) FROM table_25703_2 WHERE january_december_2012 = "Kurgan Oblast"
Question: What were the total number of 2012 deaths when 2012 births were 127? Context: CREATE TABLE table_25703_2 (death_2012 VARCHAR, birth_2012 VARCHAR) Answer:
SELECT death_2012 FROM table_25703_2 WHERE birth_2012 = 127
Question: What were the total number of 2012 births for the January–December 2012 Tver Oblast region? Context: CREATE TABLE table_25703_2 (birth_2012 INTEGER, january_december_2012 VARCHAR) Answer:
SELECT MIN(birth_2012) FROM table_25703_2 WHERE january_december_2012 = "Tver Oblast"
Question: What were the total 2012 births when the 2012 deaths were 163? Context: CREATE TABLE table_25703_2 (birth_2012 INTEGER, death_2012 VARCHAR) Answer:
SELECT MIN(birth_2012) FROM table_25703_2 WHERE death_2012 = 163
Question: How many pf catagories are listed for the skip that had 3 for l Context: CREATE TABLE table_25714995_2 (pf VARCHAR, l VARCHAR) Answer:
SELECT COUNT(pf) FROM table_25714995_2 WHERE l = 3
Question: How many l's are there for the skip with 3 for w? Context: CREATE TABLE table_25714995_2 (l INTEGER, w VARCHAR) Answer:
SELECT MAX(l) FROM table_25714995_2 WHERE w = 3
Question: How many ends won catagories are listed when there are 8 stolen ends? Context: CREATE TABLE table_25714995_2 (Ends VARCHAR, stolen_ends VARCHAR) Answer:
SELECT COUNT(Ends) AS won FROM table_25714995_2 WHERE stolen_ends = 8
Question: How many extra points did Germany Schultz score? Context: CREATE TABLE table_25711913_14 (extra_points_1_point VARCHAR, player VARCHAR) Answer:
SELECT extra_points_1_point FROM table_25711913_14 WHERE player = "Germany Schultz"
Question: What is the least number of field goals scored by a player? Context: CREATE TABLE table_25711913_14 (field_goals__4_points_ INTEGER) Answer:
SELECT MIN(field_goals__4_points_) FROM table_25711913_14
Question: How many field goals were scored by the player that got 7 touchdowns? Context: CREATE TABLE table_25711913_14 (field_goals__4_points_ VARCHAR, touchdowns__5_points_ VARCHAR) Answer:
SELECT field_goals__4_points_ FROM table_25711913_14 WHERE touchdowns__5_points_ = 7
Question: How many ends were won where the blank ends are smaller than 3.0? Context: CREATE TABLE table_25718552_2 (Ends VARCHAR, blank_ends INTEGER) Answer:
SELECT Ends AS won FROM table_25718552_2 WHERE blank_ends < 3.0
Question: What is the largest amount of ends won when stolen ends were 3? Context: CREATE TABLE table_25718552_2 (Ends INTEGER, stolen_ends VARCHAR) Answer:
SELECT MAX(Ends) AS won FROM table_25718552_2 WHERE stolen_ends = 3
Question: How many counties are at milepost 69.5? Context: CREATE TABLE table_2572788_1 (county VARCHAR, milepost VARCHAR) Answer:
SELECT COUNT(county) FROM table_2572788_1 WHERE milepost = "69.5"
Question: In what city or town is Stratford (limited service)? Context: CREATE TABLE table_2572788_1 (town_city VARCHAR, station VARCHAR) Answer:
SELECT town_city FROM table_2572788_1 WHERE station = "Stratford (Limited service)"
Question: At what city or town is milepost 71.1? Context: CREATE TABLE table_2572788_1 (town_city VARCHAR, milepost VARCHAR) Answer:
SELECT town_city FROM table_2572788_1 WHERE milepost = "71.1"
Question: How many towns or cities are at milepost 71.1? Context: CREATE TABLE table_2572788_1 (town_city VARCHAR, milepost VARCHAR) Answer:
SELECT COUNT(town_city) FROM table_2572788_1 WHERE milepost = "71.1"
Question: At what milepost is Beacon Falls? Context: CREATE TABLE table_2572788_1 (milepost VARCHAR, town_city VARCHAR) Answer:
SELECT milepost FROM table_2572788_1 WHERE town_city = "Beacon Falls"
Question: How many people wrote episode number 2 of the season? Context: CREATE TABLE table_25737761_4 (writer VARCHAR, _number VARCHAR) Answer:
SELECT COUNT(writer) FROM table_25737761_4 WHERE _number = 2
Question: What episode number of the season did Tony Basgallop write? Context: CREATE TABLE table_25737761_4 (_number INTEGER, writer VARCHAR) Answer:
SELECT MIN(_number) FROM table_25737761_4 WHERE writer = "Tony Basgallop"
Question: What episode number of the season is episode number 11 in the series? Context: CREATE TABLE table_25737761_4 (_number INTEGER, no VARCHAR) Answer:
SELECT MAX(_number) FROM table_25737761_4 WHERE no = 11