text
stringlengths
114
1.06k
### question: What is every time(cet) for the name of Lillehammer 2? ### answer: SELECT time__cet_ FROM table_21536557_2 WHERE name = "Lillehammer 2" ### context: CREATE TABLE table_21536557_2 (time__cet_ VARCHAR, name VARCHAR)
### question: Who is every name for time(cet) of 09:03? ### answer: SELECT name FROM table_21536557_2 WHERE time__cet_ = "09:03" ### context: CREATE TABLE table_21536557_2 (name VARCHAR, time__cet_ VARCHAR)
### question: Which days have a stage of ss11? ### answer: SELECT day FROM table_21536557_2 WHERE stage = "SS11" ### context: CREATE TABLE table_21536557_2 (day VARCHAR, stage VARCHAR)
### question: What is every time(cet) for a time of 5:04.8? ### answer: SELECT time__cet_ FROM table_21536557_2 WHERE time = "5:04.8" ### context: CREATE TABLE table_21536557_2 (time__cet_ VARCHAR, time VARCHAR)
### question: How many calibers require the type LB/RN? ### answer: SELECT COUNT(caliber) FROM table_21538523_1 WHERE type = "LB/RN" ### context: CREATE TABLE table_21538523_1 (caliber VARCHAR, type VARCHAR)
### question: Type FJ/RN/SC is associated with what class? ### answer: SELECT class FROM table_21538523_1 WHERE type = "FJ/RN/SC" ### context: CREATE TABLE table_21538523_1 (class VARCHAR, type VARCHAR)
### question: What type of glazing will stop a .44 magnum? ### answer: SELECT type FROM table_21538523_1 WHERE caliber = ".44 Magnum" ### context: CREATE TABLE table_21538523_1 (type VARCHAR, caliber VARCHAR)
### question: What is the fewest shots a glazing can handle? ### answer: SELECT MIN(shots) FROM table_21538523_1 ### context: CREATE TABLE table_21538523_1 (shots INTEGER)
### question: What range does type FJ/PB/SCP work at? ### answer: SELECT range__m_ FROM table_21538523_1 WHERE type = "FJ/PB/SCP" ### context: CREATE TABLE table_21538523_1 (range__m_ VARCHAR, type VARCHAR)
### question: Name the drivetrain for 2ur-fse ### answer: SELECT drivetrain FROM table_21530474_1 WHERE engine_code = "2UR-FSE" ### context: CREATE TABLE table_21530474_1 (drivetrain VARCHAR, engine_code VARCHAR)
### question: Name the regions for usf45 ### answer: SELECT region_s_ FROM table_21530474_1 WHERE chassis_code = "USF45" ### context: CREATE TABLE table_21530474_1 (region_s_ VARCHAR, chassis_code VARCHAR)
### question: Name the model number for usf46 ### answer: SELECT model_no FROM table_21530474_1 WHERE chassis_code = "USF46" ### context: CREATE TABLE table_21530474_1 (model_no VARCHAR, chassis_code VARCHAR)
### question: Name the drivetrain for 1ur-fse for usf41 ### answer: SELECT drivetrain FROM table_21530474_1 WHERE engine_code = "1UR-FSE" AND chassis_code = "USF41" ### context: CREATE TABLE table_21530474_1 (drivetrain VARCHAR, engine_code VARCHAR, chassis_code VARCHAR)
### question: For the area which was 9.1 in October 2010, what is the figure for October 2012? ### answer: SELECT october_2012 FROM table_21531764_1 WHERE october_2010 = "9.1" ### context: CREATE TABLE table_21531764_1 (october_2012 VARCHAR, october_2010 VARCHAR)
### question: Where is the rate 5.7 in October 2010? ### answer: SELECT employment_area FROM table_21531764_1 WHERE october_2010 = "5.7" ### context: CREATE TABLE table_21531764_1 (employment_area VARCHAR, october_2010 VARCHAR)
### question: Name the original air date for 9.16 viewers ### answer: SELECT original_air_date FROM table_21550870_1 WHERE us_viewers__million_ = "9.16" ### context: CREATE TABLE table_21550870_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
### question: Name the total number of production code for episode by steve cohen & andrew dettman ### answer: SELECT COUNT(production_code) FROM table_21550870_1 WHERE written_by = "Steve Cohen & Andrew Dettman" ### context: CREATE TABLE table_21550870_1 (production_code VARCHAR, written_by VARCHAR)
### question: What is the population in millions for 2011 where the HDI for 2011 is 0.453 (low)? ### answer: SELECT population__millions, _2011_ FROM table_2155836_1 WHERE hdi__2011_ = "0.453 (low)" ### context: CREATE TABLE table_2155836_1 (population__millions VARCHAR, _2011_ VARCHAR, hdi__2011_ VARCHAR)
### question: What is the population in millions for 2011 where the GDP (nominal) (billions USD) is 4? ### answer: SELECT population__millions, _2011_ FROM table_2155836_1 WHERE gdp__nominal___billions_usd_ = "4" ### context: CREATE TABLE table_2155836_1 (population__millions VARCHAR, _2011_ VARCHAR, gdp__nominal___bi...
### question: What is the HDI for 2011 in Tunisia? ### answer: SELECT hdi__2011_ FROM table_2155836_1 WHERE country = "Tunisia" ### context: CREATE TABLE table_2155836_1 (hdi__2011_ VARCHAR, country VARCHAR)
### question: What is the GDP (PPP) (USD, per capita) for Algeria? ### answer: SELECT MIN(gdp__ppp___usd), _per_capita_ FROM table_2155836_1 WHERE country = "Algeria" ### context: CREATE TABLE table_2155836_1 (_per_capita_ VARCHAR, gdp__ppp___usd INTEGER, country VARCHAR)
### question: Name the number of cab size for 4 medium tanker ### answer: SELECT COUNT(cab_size) FROM table_2155350_2 WHERE category = "4 Medium tanker" ### context: CREATE TABLE table_2155350_2 (cab_size VARCHAR, category VARCHAR)
### question: Name the category for cab size crew and super tanker ### answer: SELECT category FROM table_2155350_2 WHERE cab_size = "Crew" AND sub_category = "Super tanker" ### context: CREATE TABLE table_2155350_2 (category VARCHAR, cab_size VARCHAR, sub_category VARCHAR)
### question: Name the capacity for single cab size 2 medium tanker ### answer: SELECT capacity__litres_ FROM table_2155350_2 WHERE cab_size = "Single" AND category = "2 Medium tanker" ### context: CREATE TABLE table_2155350_2 (capacity__litres_ VARCHAR, cab_size VARCHAR, category VARCHAR)
### question: What school is in Brechin? ### answer: SELECT external_link FROM table_21563298_1 WHERE location = "Brechin" ### context: CREATE TABLE table_21563298_1 (external_link VARCHAR, location VARCHAR)
### question: How many kids go to Brechin High School? ### answer: SELECT MAX(roll) FROM table_21563298_1 WHERE school = "Brechin High school" ### context: CREATE TABLE table_21563298_1 (roll INTEGER, school VARCHAR)
### question: What year did Negro American League join? ### answer: SELECT MIN(began_in_st_louis) FROM table_21564794_3 WHERE league = "Negro American league" ### context: CREATE TABLE table_21564794_3 (began_in_st_louis INTEGER, league VARCHAR)
### question: What year did the team who played at the Scottrade Center leave the city? ### answer: SELECT MIN(left_st_louis) FROM table_21564794_3 WHERE venue = "Scottrade Center" ### context: CREATE TABLE table_21564794_3 (left_st_louis INTEGER, venue VARCHAR)
### question: How may championships were won by the team that started in 1950? ### answer: SELECT championships_in_st_louis FROM table_21564794_3 WHERE began_in_st_louis = 1950 ### context: CREATE TABLE table_21564794_3 (championships_in_st_louis VARCHAR, began_in_st_louis VARCHAR)
### question: How many championships were won for arena football? ### answer: SELECT championships_in_st_louis FROM table_21564794_3 WHERE sport = "Arena Football" ### context: CREATE TABLE table_21564794_3 (championships_in_st_louis VARCHAR, sport VARCHAR)
### question: When samai amari is the asian rider classification how many asian team classifications are there? ### answer: SELECT COUNT(asian_team_classification) FROM table_21573750_2 WHERE asian_rider_classification = "Samai Amari" ### context: CREATE TABLE table_21573750_2 (asian_team_classification VARCHAR, asian_...
### question: When 4 is the stage who is the general classification? ### answer: SELECT general_classification FROM table_21573750_2 WHERE stage = 4 ### context: CREATE TABLE table_21573750_2 (general_classification VARCHAR, stage VARCHAR)
### question: What is the number in season for the episode written by Chris Mitchell and Erik Wiese? ### answer: SELECT no_in_season FROM table_2156758_4 WHERE written_by = "Chris Mitchell and Erik Wiese" ### context: CREATE TABLE table_2156758_4 (no_in_season VARCHAR, written_by VARCHAR)
### question: What is the title for episode number in series of 28? ### answer: SELECT title FROM table_2156758_4 WHERE no_in_series = "28" ### context: CREATE TABLE table_2156758_4 (title VARCHAR, no_in_series VARCHAR)
### question: How many titles were written by Don Shank and Genndy Tartakovsky? ### answer: SELECT COUNT(title) FROM table_2156758_4 WHERE written_by = "Don Shank and Genndy Tartakovsky" ### context: CREATE TABLE table_2156758_4 (title VARCHAR, written_by VARCHAR)
### question: When 3rd, sedgemoor division 1 is the ladies 1st xi what is the mens 3rd xi? ### answer: SELECT mens_3rd_xi FROM table_21576644_2 WHERE ladies_1st_xi = "3rd, Sedgemoor Division 1" ### context: CREATE TABLE table_21576644_2 (mens_3rd_xi VARCHAR, ladies_1st_xi VARCHAR)
### question: When 10th, south west district 1 is the mens 2nd xi what is the ladies 1st xi? ### answer: SELECT ladies_1st_xi FROM table_21576644_2 WHERE mens_2nd_xi = "10th, South West District 1" ### context: CREATE TABLE table_21576644_2 (ladies_1st_xi VARCHAR, mens_2nd_xi VARCHAR)
### question: When 5th, south western district 2 is the mens 2nd xi what is the season? ### answer: SELECT season FROM table_21576644_2 WHERE mens_2nd_xi = "5th, South Western District 2" ### context: CREATE TABLE table_21576644_2 (season VARCHAR, mens_2nd_xi VARCHAR)
### question: When 6th, south division 2 is the mens 1st xi what is the mens 2nd xi? ### answer: SELECT mens_2nd_xi FROM table_21576644_2 WHERE mens_1st_xi = "6th, South Division 2" ### context: CREATE TABLE table_21576644_2 (mens_2nd_xi VARCHAR, mens_1st_xi VARCHAR)
### question: Which stage has kourdali as the name? ### answer: SELECT stage FROM table_21578303_2 WHERE name = "Kourdali" ### context: CREATE TABLE table_21578303_2 (stage VARCHAR, name VARCHAR)
### question: Which stage has 15:17 as time? ### answer: SELECT stage FROM table_21578303_2 WHERE time__eet_ = "15:17" ### context: CREATE TABLE table_21578303_2 (stage VARCHAR, time__eet_ VARCHAR)
### question: What is the time when time is 10:46? ### answer: SELECT time FROM table_21578303_2 WHERE time__eet_ = "10:46" ### context: CREATE TABLE table_21578303_2 (time VARCHAR, time__eet_ VARCHAR)
### question: What is the time when ss12 is stage? ### answer: SELECT time FROM table_21578303_2 WHERE stage = "SS12" ### context: CREATE TABLE table_21578303_2 (time VARCHAR, stage VARCHAR)
### question: Name the state class for resigned november 3, 1964 ### answer: SELECT state__class_ FROM table_2159506_3 WHERE reason_for_change = "Resigned November 3, 1964" ### context: CREATE TABLE table_2159506_3 (state__class_ VARCHAR, reason_for_change VARCHAR)
### question: How many champions are shown for the runner-up of stefan edberg? ### answer: SELECT COUNT(champion) FROM table_21584646_10 WHERE runner_up = "Stefan Edberg" ### context: CREATE TABLE table_21584646_10 (champion VARCHAR, runner_up VARCHAR)
### question: What week was stefan edberg anders järryd was semifinalist and champion is john mcenroe 7–6, 6–3? ### answer: SELECT week_of FROM table_21584646_10 WHERE semifinalists = "Stefan Edberg Anders Järryd" AND champion = "John McEnroe 7–6, 6–3" ### context: CREATE TABLE table_21584646_10 (week_of VARCHAR, semif...
### question: Who is the runner up for the champion of john mcenroe 6–2, 6–3? ### answer: SELECT runner_up FROM table_21584646_10 WHERE champion = "John McEnroe 6–2, 6–3" ### context: CREATE TABLE table_21584646_10 (runner_up VARCHAR, champion VARCHAR)
### question: Who were the quarterfinalists for the runner-ups of mike de palmer gary donnelly? ### answer: SELECT quarterfinalists FROM table_21584646_10 WHERE runner_up = "Mike De Palmer Gary Donnelly" ### context: CREATE TABLE table_21584646_10 (quarterfinalists VARCHAR, runner_up VARCHAR)
### question: Who are the quarterfinalists for runner-up jimmy connors? ### answer: SELECT quarterfinalists FROM table_21584646_10 WHERE runner_up = "Jimmy Connors" ### context: CREATE TABLE table_21584646_10 (quarterfinalists VARCHAR, runner_up VARCHAR)
### question: How many weeks are shown for the champion of john mcenroe 6–2, 6–3? ### answer: SELECT COUNT(week_of) FROM table_21584646_10 WHERE champion = "John McEnroe 6–2, 6–3" ### context: CREATE TABLE table_21584646_10 (week_of VARCHAR, champion VARCHAR)
### question: What is every reason for change for the date of successors installation is March 16, 1960? ### answer: SELECT reason_for_change FROM table_2159571_1 WHERE date_of_successors_formal_installation = "March 16, 1960" ### context: CREATE TABLE table_2159571_1 (reason_for_change VARCHAR, date_of_successors_form...
### question: Who is every vacator if date of successors formal installation is August 8, 1960? ### answer: SELECT vacator FROM table_2159571_1 WHERE date_of_successors_formal_installation = "August 8, 1960" ### context: CREATE TABLE table_2159571_1 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR)
### question: Who is every successor for the Washington 3rd District? ### answer: SELECT successor FROM table_2159571_2 WHERE district = "Washington 3rd" ### context: CREATE TABLE table_2159571_2 (successor VARCHAR, district VARCHAR)
### question: What is every reason for change for the Washington 3rd District? ### answer: SELECT reason_for_change FROM table_2159571_2 WHERE district = "Washington 3rd" ### context: CREATE TABLE table_2159571_2 (reason_for_change VARCHAR, district VARCHAR)
### question: Who is every vacator with reason for change as resigned December 31, 1959? ### answer: SELECT vacator FROM table_2159571_2 WHERE reason_for_change = "Resigned December 31, 1959" ### context: CREATE TABLE table_2159571_2 (vacator VARCHAR, reason_for_change VARCHAR)
### question: In what district was the successor seated August 31, 1943? ### answer: SELECT district FROM table_2159537_3 WHERE date_successor_seated = "August 31, 1943" ### context: CREATE TABLE table_2159537_3 (district VARCHAR, date_successor_seated VARCHAR)
### question: Who was the successor for the reason for change being "died January 16, 1944? ### answer: SELECT successor FROM table_2159537_3 WHERE reason_for_change = "Died January 16, 1944" ### context: CREATE TABLE table_2159537_3 (successor VARCHAR, reason_for_change VARCHAR)
### question: Who was the successor in New York 11th district? ### answer: SELECT successor FROM table_2159537_3 WHERE district = "New York 11th" ### context: CREATE TABLE table_2159537_3 (successor VARCHAR, district VARCHAR)
### question: On what date was James P. Buchanan (d)'s successor seated? ### answer: SELECT date_successor_seated FROM table_2159547_3 WHERE vacator = "James P. Buchanan (D)" ### context: CREATE TABLE table_2159547_3 (date_successor_seated VARCHAR, vacator VARCHAR)
### question: How many people vacated to successor Dave E. Satterfield, Jr. (d)? ### answer: SELECT COUNT(vacator) FROM table_2159547_3 WHERE successor = "Dave E. Satterfield, Jr. (D)" ### context: CREATE TABLE table_2159547_3 (vacator VARCHAR, successor VARCHAR)
### question: Why did Robert L. Bacon (r) vacate? ### answer: SELECT reason_for_change FROM table_2159547_3 WHERE vacator = "Robert L. Bacon (R)" ### context: CREATE TABLE table_2159547_3 (reason_for_change VARCHAR, vacator VARCHAR)
### question: Makio Inoue dubbed on which character? ### answer: SELECT character FROM table_2160215_1 WHERE original_japanese = "Makio Inoue" ### context: CREATE TABLE table_2160215_1 (character VARCHAR, original_japanese VARCHAR)
### question: Who was the cast on the English (Manga UK) version if Kō Nishimura acted on the original Japanese? ### answer: SELECT english___manga_uk__ FROM table_2160215_1 WHERE original_japanese = "Kō Nishimura" ### context: CREATE TABLE table_2160215_1 (english___manga_uk__ VARCHAR, original_japanese VARCHAR)
### question: Who was the original Japanese cast if Sean Barrett acted on the English (Manga UK) version? ### answer: SELECT original_japanese FROM table_2160215_1 WHERE english___manga_uk__ = "Sean Barrett" ### context: CREATE TABLE table_2160215_1 (original_japanese VARCHAR, english___manga_uk__ VARCHAR)
### question: Name the district for reason for change being died july 4, 1939 ### answer: SELECT district FROM table_2160008_4 WHERE reason_for_change = "Died July 4, 1939" ### context: CREATE TABLE table_2160008_4 (district VARCHAR, reason_for_change VARCHAR)
### question: Name the number of reason for change on may 11, 1939 ### answer: SELECT COUNT(reason_for_change) FROM table_2160008_4 WHERE date_successor_seated = "May 11, 1939" ### context: CREATE TABLE table_2160008_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR)
### question: What were the time and speed for the rider ranked in 12 on Wed, June 3? ### answer: SELECT wed_3_june FROM table_21607058_1 WHERE rank = 12 ### context: CREATE TABLE table_21607058_1 (wed_3_june VARCHAR, rank VARCHAR)
### question: What is the series number for the Golden Frog? ### answer: SELECT series__number FROM table_2161859_1 WHERE title = "The Golden Frog" ### context: CREATE TABLE table_2161859_1 (series__number VARCHAR, title VARCHAR)
### question: Who is the artist for strip numbers 3932-4031a? ### answer: SELECT artist FROM table_2161859_1 WHERE strip_numbers = "3932-4031A" ### context: CREATE TABLE table_2161859_1 (artist VARCHAR, strip_numbers VARCHAR)
### question: who got the first position when Ehime Shimanami got the third position? ### answer: SELECT champions FROM table_21632864_1 WHERE third_place = "Ehime Shimanami" ### context: CREATE TABLE table_21632864_1 (champions VARCHAR, third_place VARCHAR)
### question: who got the third position when laranja kyoto got the second position? ### answer: SELECT third_place FROM table_21632864_1 WHERE runners_up = "Laranja Kyoto" ### context: CREATE TABLE table_21632864_1 (third_place VARCHAR, runners_up VARCHAR)
### question: how many persons got the third position whan sanyo electric tokushima got the fourth position? ### answer: SELECT COUNT(third_place) FROM table_21632864_1 WHERE fourth_place = "Sanyo Electric Tokushima" ### context: CREATE TABLE table_21632864_1 (third_place VARCHAR, fourth_place VARCHAR)
### question: how many persons got the fourth position when the regional was shikoku? ### answer: SELECT COUNT(fourth_place) FROM table_21632864_1 WHERE regional = "Shikoku" ### context: CREATE TABLE table_21632864_1 (fourth_place VARCHAR, regional VARCHAR)
### question: who got the first place when the Japanese Regional Leagues was in hokushinetsu? ### answer: SELECT champions FROM table_21632864_1 WHERE regional = "Hokushinetsu" ### context: CREATE TABLE table_21632864_1 (champions VARCHAR, regional VARCHAR)
### question: who got the first position when fujieda city government got the fourth position? ### answer: SELECT champions FROM table_21632864_1 WHERE fourth_place = "Fujieda City Government" ### context: CREATE TABLE table_21632864_1 (champions VARCHAR, fourth_place VARCHAR)
### question: What are the civilian total when the security force total is 36? ### answer: SELECT civilians FROM table_21636599_2 WHERE security_forces = "36" ### context: CREATE TABLE table_21636599_2 (civilians VARCHAR, security_forces VARCHAR)
### question: What are the security forces when the civilians are 202? ### answer: SELECT security_forces FROM table_21636599_2 WHERE civilians = "202" ### context: CREATE TABLE table_21636599_2 (security_forces VARCHAR, civilians VARCHAR)
### question: How many figures are named for security forces in 1998? ### answer: SELECT COUNT(security_forces) FROM table_21636599_2 WHERE period = 1998 ### context: CREATE TABLE table_21636599_2 (security_forces VARCHAR, period VARCHAR)
### question: How many insurgents are there when the total per period is 156? ### answer: SELECT insurgents FROM table_21636599_2 WHERE total_per_period = 156 ### context: CREATE TABLE table_21636599_2 (insurgents VARCHAR, total_per_period VARCHAR)
### question: How many U.S. viewers watched the episode directed by Frank Waldeck? ### answer: SELECT us_viewers__millions_ FROM table_21634403_2 WHERE directed_by = "Frank Waldeck" ### context: CREATE TABLE table_21634403_2 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
### question: How many tournaments were at sime darby lpga malaysia? ### answer: SELECT COUNT(no) FROM table_21649285_2 WHERE tournament = "Sime Darby LPGA Malaysia" ### context: CREATE TABLE table_21649285_2 (no VARCHAR, tournament VARCHAR)
### question: Margin of victory on no. 4 was? ### answer: SELECT margin_of_victory FROM table_21649285_2 WHERE no = 4 ### context: CREATE TABLE table_21649285_2 (margin_of_victory VARCHAR, no VARCHAR)
### question: Who was the runner up when the won by 4 strokes? ### answer: SELECT runner_s__up FROM table_21649285_2 WHERE margin_of_victory = "4 strokes" ### context: CREATE TABLE table_21649285_2 (runner_s__up VARCHAR, margin_of_victory VARCHAR)
### question: Which film title used in nomination has the year (ceremony) 1990 (63rd)? ### answer: SELECT film_title_used_in_nomination FROM table_21655290_1 WHERE year__ceremony_ = "1990 (63rd)" ### context: CREATE TABLE table_21655290_1 (film_title_used_in_nomination VARCHAR, year__ceremony_ VARCHAR)
### question: Who is the director of kon-tiki original title? ### answer: SELECT director FROM table_21655290_1 WHERE original_title = "Kon-Tiki" ### context: CREATE TABLE table_21655290_1 (director VARCHAR, original_title VARCHAR)
### question: Which film title used in nomination has vinterkyss as the original title? ### answer: SELECT film_title_used_in_nomination FROM table_21655290_1 WHERE original_title = "Vinterkyss" ### context: CREATE TABLE table_21655290_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
### question: What is the date for the tournament McDonald's wpga championship? ### answer: SELECT date FROM table_2167226_3 WHERE tournament = "McDonald's WPGA Championship" ### context: CREATE TABLE table_2167226_3 (date VARCHAR, tournament VARCHAR)
### question: What is the winning score when 5 strokes is the margin of victory? ### answer: SELECT winning_score FROM table_2167226_3 WHERE margin_of_victory = "5 strokes" ### context: CREATE TABLE table_2167226_3 (winning_score VARCHAR, margin_of_victory VARCHAR)
### question: What is the to par with the winning score of 74-67-71-73=285? ### answer: SELECT to_par FROM table_2167226_3 WHERE winning_score = 74 - 67 - 71 - 73 = 285 ### context: CREATE TABLE table_2167226_3 (to_par VARCHAR, winning_score VARCHAR)
### question: What is the date of the winning score 74-67-71-73=285? ### answer: SELECT date FROM table_2167226_3 WHERE winning_score = 74 - 67 - 71 - 73 = 285 ### context: CREATE TABLE table_2167226_3 (date VARCHAR, winning_score VARCHAR)
### question: How many number in series's are written by Greg Haddrick? ### answer: SELECT COUNT(no_in_series) FROM table_21666472_1 WHERE written_by = "Greg Haddrick" ### context: CREATE TABLE table_21666472_1 (no_in_series VARCHAR, written_by VARCHAR)
### question: When were the odds of winner 16.66? ### answer: SELECT year FROM table_21676617_1 WHERE odds_of_winner = "16.66" ### context: CREATE TABLE table_21676617_1 (year VARCHAR, odds_of_winner VARCHAR)
### question: What was the winning time in the year when the odds of the winner were 2.94? ### answer: SELECT winning_time__km_rate_ FROM table_21676617_1 WHERE odds_of_winner = "2.94" ### context: CREATE TABLE table_21676617_1 (winning_time__km_rate_ VARCHAR, odds_of_winner VARCHAR)
### question: What were Gentleman's odds of winner? ### answer: SELECT odds_of_winner FROM table_21676617_1 WHERE horse = "Gentleman" ### context: CREATE TABLE table_21676617_1 (odds_of_winner VARCHAR, horse VARCHAR)
### question: How many countries did Utah Bulwark's owner come from? ### answer: SELECT COUNT(country_of_owner) FROM table_21676617_1 WHERE horse = "Utah Bulwark" ### context: CREATE TABLE table_21676617_1 (country_of_owner VARCHAR, horse VARCHAR)
### question: How many horses are mentioned competing in 1985? ### answer: SELECT COUNT(horse) FROM table_21676617_1 WHERE year = 1985 ### context: CREATE TABLE table_21676617_1 (horse VARCHAR, year VARCHAR)
### question: If the headquarters is Bharatpur, what is the maximum area? ### answer: SELECT MAX(area__km²_) FROM table_2168295_1 WHERE headquarters = "Bharatpur" ### context: CREATE TABLE table_2168295_1 (area__km²_ INTEGER, headquarters VARCHAR)
### question: If the district is Chittorgarh, what is the area? ### answer: SELECT area__km²_ FROM table_2168295_1 WHERE district = "Chittorgarh" ### context: CREATE TABLE table_2168295_1 (area__km²_ VARCHAR, district VARCHAR)
### question: If the 2011 population is 3685681, what is the name of the headquarters? ### answer: SELECT headquarters FROM table_2168295_1 WHERE population__2011_ = 3685681 ### context: CREATE TABLE table_2168295_1 (headquarters VARCHAR, population__2011_ VARCHAR)
### question: What is the minimum area id the 2011 population is 3067549? ### answer: SELECT MIN(area__km²_) FROM table_2168295_1 WHERE population__2011_ = 3067549 ### context: CREATE TABLE table_2168295_1 (area__km²_ INTEGER, population__2011_ VARCHAR)