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