answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT incumbent FROM table_1434788_5 WHERE district = "Ohio 16"
CREATE TABLE table_1434788_5 (incumbent VARCHAR, district VARCHAR)
Who was the incumbent in the Ohio 16 district?
SELECT 1991 AS _92 FROM table_14368332_1 WHERE average = "1.053"
CREATE TABLE table_14368332_1 (average VARCHAR)
What is the result in 91-92 for the team with a 1.053 average?
SELECT birth_date FROM table_14363116_1 WHERE shirt_no = 7
CREATE TABLE table_14363116_1 (birth_date VARCHAR, shirt_no VARCHAR)
Name the birth date for shirt number 7
SELECT MAX(height) FROM table_14363116_1 WHERE player = "Yury Berezhko"
CREATE TABLE table_14363116_1 (height INTEGER, player VARCHAR)
Name the maximum height for yury berezhko
SELECT 1991 AS _1992 FROM table_14390413_1 WHERE team = "River Plate"
CREATE TABLE table_14390413_1 (team VARCHAR)
Name the 1991-1992 for river plate
SELECT opengl AS ES FROM table_1439045_5 WHERE model = "SGX520"
CREATE TABLE table_1439045_5 (opengl VARCHAR, model VARCHAR)
Which version of opengl is used by model sgx520?
SELECT die_size__mm_2___[1] FROM table_1439045_5 WHERE model = "SGX531"
CREATE TABLE table_1439045_5 (die_size__mm_2___ VARCHAR, model VARCHAR)
What is the die size(mm 2) for model sgx531?
SELECT COUNT(nationality) FROM table_14407512_23 WHERE name = "Tom Hilde"
CREATE TABLE table_14407512_23 (nationality VARCHAR, name VARCHAR)
Name the number of nationality is tom hilde
SELECT director FROM table_1439096_1 WHERE original_air_date__atv_ = "26 October 1969"
CREATE TABLE table_1439096_1 (director VARCHAR, original_air_date__atv_ VARCHAR)
Who was the director of the episode originally aired on 26 October 1969?
SELECT MIN(production_no) FROM table_1439096_1
CREATE TABLE table_1439096_1 (production_no INTEGER)
What is the lowest production number?
SELECT title FROM table_1439096_1 WHERE original_air_date__atv_ = "28 September 1969"
CREATE TABLE table_1439096_1 (title VARCHAR, original_air_date__atv_ VARCHAR)
What is the title of the episode with the original air date of 28 September 1969?
SELECT original_air_date__atv_ FROM table_1439096_1 WHERE episode_no = 1
CREATE TABLE table_1439096_1 (original_air_date__atv_ VARCHAR, episode_no VARCHAR)
What was the original air date (atv) of episode 1?
SELECT 1 AS st__m_ FROM table_14407512_4 WHERE nationality = "FIN"
CREATE TABLE table_14407512_4 (nationality VARCHAR)
What was the length of the jumper representing FIN, in meters?
SELECT 1 AS st__m_ FROM table_14407512_9 WHERE points = "272.7"
CREATE TABLE table_14407512_9 (points VARCHAR)
What is the 1st(m) score for the Person who had a total points of 272.7
SELECT opponent FROM table_14418812_1 WHERE week = 12
CREATE TABLE table_14418812_1 (opponent VARCHAR, week VARCHAR)
Name the opponent for week 12
SELECT COUNT(date) FROM table_14418812_1 WHERE game_site = "Shea Stadium"
CREATE TABLE table_14418812_1 (date VARCHAR, game_site VARCHAR)
Name the number of date for shea stadium
SELECT opponent FROM table_14418812_1 WHERE game_site = "Astrodome"
CREATE TABLE table_14418812_1 (opponent VARCHAR, game_site VARCHAR)
Name the opponent for astrodome
SELECT COUNT(home_team) AS score FROM table_14425454_1 WHERE time = "4:40 PM"
CREATE TABLE table_14425454_1 (home_team VARCHAR, time VARCHAR)
How many home team scores have a time of 4:40 PM?
SELECT ground FROM table_14425454_1 WHERE crowd = "8,256"
CREATE TABLE table_14425454_1 (ground VARCHAR, crowd VARCHAR)
What stadiums had an attendance of 8,256?
SELECT COUNT(crowd) FROM table_14425454_1 WHERE home_team = "Port Adelaide"
CREATE TABLE table_14425454_1 (crowd VARCHAR, home_team VARCHAR)
What is the total number of attendees where the home team was Port Adelaide?
SELECT opponent FROM table_14423274_3 WHERE game_site = "Rich Stadium"
CREATE TABLE table_14423274_3 (opponent VARCHAR, game_site VARCHAR)
Which team did they play at Rich Stadium?
SELECT date FROM table_14423274_3 WHERE game_site = "Cleveland Municipal Stadium"
CREATE TABLE table_14423274_3 (date VARCHAR, game_site VARCHAR)
What date did they play in Cleveland Municipal Stadium?
SELECT year_model FROM table_1444201_1 WHERE engine = "4-cyl Straight engine DOHC 16V" AND model = "1.5 CRDi"
CREATE TABLE table_1444201_1 (year_model VARCHAR, engine VARCHAR, model VARCHAR)
Name the year model for 4-cyl straight engine dohc 16v and 1.5 crdi
SELECT year_model FROM table_1444201_1 WHERE model = "1.3"
CREATE TABLE table_1444201_1 (year_model VARCHAR, model VARCHAR)
Name the year model for 1.3
SELECT MIN(pos) FROM table_14460937_2 WHERE clubs = "16"
CREATE TABLE table_14460937_2 (pos INTEGER, clubs VARCHAR)
what is the minimum pos with clubs being 16
SELECT MAX(afc_cup) FROM table_14460937_2
CREATE TABLE table_14460937_2 (afc_cup INTEGER)
what is the maximum value for afc cup
SELECT COUNT(pos) FROM table_14460937_2 WHERE member_association = "China PR"
CREATE TABLE table_14460937_2 (pos VARCHAR, member_association VARCHAR)
how many pos with member association being china pr
SELECT COUNT(points__total_500_) FROM table_14460937_2 WHERE pos = 11
CREATE TABLE table_14460937_2 (points__total_500_ VARCHAR, pos VARCHAR)
how many points (total 500) with pos being 11
SELECT 1987 AS _88 FROM table_14460085_3 WHERE team = "Racing de Córdoba"
CREATE TABLE table_14460085_3 (team VARCHAR)
How many points in 87/88 for racing de córdoba?
SELECT MIN(played) FROM table_14460085_3 WHERE team = "Deportivo Español"
CREATE TABLE table_14460085_3 (played INTEGER, team VARCHAR)
What is the lowest number of games played for deportivo español?
SELECT COUNT(points) FROM table_14460085_3 WHERE team = "San Lorenzo"
CREATE TABLE table_14460085_3 (points VARCHAR, team VARCHAR)
How many points total for san lorenzo?
SELECT telephone__052_ FROM table_14465924_1 WHERE area__km_2__ = "5.42"
CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR)
Name the telephone 052 for area km2 being 5.42
SELECT population__people_ FROM table_14465924_1 WHERE area__km_2__ = "24.35"
CREATE TABLE table_14465924_1 (population__people_ VARCHAR, area__km_2__ VARCHAR)
Name the population of people for area being 24.35
SELECT COUNT(telephone__052_) FROM table_14465924_1 WHERE area__km_2__ = "362.81"
CREATE TABLE table_14465924_1 (telephone__052_ VARCHAR, area__km_2__ VARCHAR)
Name the total number of telephone 052 for 362.81
SELECT name_of_administrative_unit FROM table_14465924_1 WHERE number = 4
CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, number VARCHAR)
Name the number of administrative unit for number 4
SELECT name_of_administrative_unit FROM table_14465924_1 WHERE population__people_ = 3464
CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, population__people_ VARCHAR)
Name the name of administrative unit for 3464 people
SELECT COUNT(cmdlets) FROM table_14465871_2 WHERE version = "2008"
CREATE TABLE table_14465871_2 (cmdlets VARCHAR, version VARCHAR)
How many of the cmdlets are the 2008 version?
SELECT provider FROM table_14465871_2 WHERE application = "Exchange Server"
CREATE TABLE table_14465871_2 (provider VARCHAR, application VARCHAR)
Which providers use exchange server?
SELECT provider FROM table_14465871_2 WHERE version = "2008"
CREATE TABLE table_14465871_2 (provider VARCHAR, version VARCHAR)
Which providers use version 2008?
SELECT 1986 AS _87 FROM table_14489821_1 WHERE team = "Argentinos Juniors"
CREATE TABLE table_14489821_1 (team VARCHAR)
how many points did the argentinos juniors team score during the 1986-87 season?
SELECT MAX(played) FROM table_14489821_1
CREATE TABLE table_14489821_1 (played INTEGER)
what is the maximum number of matches played by a team?
SELECT 1986 AS _87 FROM table_14489821_1 WHERE average = "1.079"
CREATE TABLE table_14489821_1 (average VARCHAR)
list the number of matches played by the teams that got an average of 1.079
SELECT womens_singles FROM table_14496232_2 WHERE tour = "Korea Open Super Series"
CREATE TABLE table_14496232_2 (womens_singles VARCHAR, tour VARCHAR)
Name the womens singles for korea open super series
SELECT tour FROM table_14496232_2 WHERE mens_singles = "Chen Jin" AND womens_doubles = "Zhang Yawen Zhao Tingting"
CREATE TABLE table_14496232_2 (tour VARCHAR, mens_singles VARCHAR, womens_doubles VARCHAR)
Name the tour when mens singles is chen jin and womens doubles is zhang yawen zhao tingting
SELECT womens_doubles FROM table_14496232_2 WHERE tour = "Malaysia Super Series"
CREATE TABLE table_14496232_2 (womens_doubles VARCHAR, tour VARCHAR)
Name the womens doubles when tour is malaysia super series
SELECT mens_singles FROM table_14496232_2 WHERE womens_singles = "Wang Lin" AND mixed_doubles = "Joachim Fischer Nielsen Christinna Pedersen"
CREATE TABLE table_14496232_2 (mens_singles VARCHAR, womens_singles VARCHAR, mixed_doubles VARCHAR)
Name the mens singles when womens singles is wang lin and mixed doubles is joachim fischer nielsen christinna pedersen
SELECT mixed_doubles FROM table_14496232_2 WHERE tour = "Hong Kong Super Series"
CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, tour VARCHAR)
Name the mixed doubles when tour is hong kong super series
SELECT mixed_doubles FROM table_14496232_2 WHERE womens_singles = "Zhu Lin"
CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, womens_singles VARCHAR)
Name the mixed doubles for zhu lin
SELECT week FROM table_14520977_1 WHERE location = "Kingdome"
CREATE TABLE table_14520977_1 (week VARCHAR, location VARCHAR)
Name the week for kingdome
SELECT date FROM table_14520977_1 WHERE result = "L 13–10 OT"
CREATE TABLE table_14520977_1 (date VARCHAR, result VARCHAR)
Name the date when result is l 13–10 ot
SELECT record FROM table_14520977_1 WHERE result = "L 24–22"
CREATE TABLE table_14520977_1 (record VARCHAR, result VARCHAR)
Name the record for l 24–22
SELECT country FROM table_14523485_9 WHERE channel = "Fox"
CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR)
Which Country is the show aired on Fox?
SELECT channel FROM table_14523485_9 WHERE country = "New Zealand"
CREATE TABLE table_14523485_9 (channel VARCHAR, country VARCHAR)
Where is the show aired in New Zealand?
SELECT channel FROM table_14523485_9 WHERE top_prize = "€100,000"
CREATE TABLE table_14523485_9 (channel VARCHAR, top_prize VARCHAR)
What channel had the prize of €100,000?
SELECT COUNT(host) FROM table_14523485_9 WHERE channel = "Seven Network"
CREATE TABLE table_14523485_9 (host VARCHAR, channel VARCHAR)
How many hosts were on Seven Network?
SELECT country FROM table_14523485_9 WHERE channel = "TVNZ"
CREATE TABLE table_14523485_9 (country VARCHAR, channel VARCHAR)
What country is the show aired on TVNZ?
SELECT capital FROM table_14532_1 WHERE region = "Umbria"
CREATE TABLE table_14532_1 (capital VARCHAR, region VARCHAR)
What is the capital of Umbria?
SELECT region FROM table_14532_1 WHERE capital = "Milan"
CREATE TABLE table_14532_1 (region VARCHAR, capital VARCHAR)
What is the region where Milan is located?
SELECT MAX(area__km²_) FROM table_14532_1 WHERE region = "Tuscany"
CREATE TABLE table_14532_1 (area__km²_ INTEGER, region VARCHAR)
What is the area of Tuscany?
SELECT MIN(2500 AS _3000ft) FROM table_1456056_1 WHERE country = "Scotland"
CREATE TABLE table_1456056_1 (country VARCHAR)
Name the minimum for 2500-3000 ft for scotland
SELECT MAX(2500 AS _3000ft) FROM table_1456056_1
CREATE TABLE table_1456056_1 (Id VARCHAR)
Name the most of 2500-3000ft
SELECT MIN(total) FROM table_1456056_1 WHERE country = "Ireland"
CREATE TABLE table_1456056_1 (total INTEGER, country VARCHAR)
Name the minimum total for ireland
SELECT directed_by FROM table_14562722_1 WHERE written_by = "Aaron Ehasz & John O'Bryan"
CREATE TABLE table_14562722_1 (directed_by VARCHAR, written_by VARCHAR)
Who directed all the episodes that were written by aaron ehasz & john o'bryan?
SELECT production_code FROM table_14562722_1 WHERE written_by = "Michael Dante DiMartino" AND directed_by = "Lauren MacMullan"
CREATE TABLE table_14562722_1 (production_code VARCHAR, written_by VARCHAR, directed_by VARCHAR)
What was the production code of the episode that was written by michael dante dimartino and directed by lauren macmullan?
SELECT original_air_date FROM table_14562722_1 WHERE directed_by = "Giancarlo Volpe" AND written_by = "John O'Bryan"
CREATE TABLE table_14562722_1 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR)
What was the airdate of the episode that was directed by giancarlo volpe and written by is john o'bryan?
SELECT situation FROM table_14570857_1 WHERE original_us_airdate = "December 5, 2007"
CREATE TABLE table_14570857_1 (situation VARCHAR, original_us_airdate VARCHAR)
Which situation has an original u.s. airdate of December 5, 2007?
SELECT circuit FROM table_14574130_3 WHERE gt3_winner = "Alex Mortimer Bradley Ellis"
CREATE TABLE table_14574130_3 (circuit VARCHAR, gt3_winner VARCHAR)
Name the circuit for gt3 alex mortimer bradley ellis
SELECT episodes FROM table_14562722_2 WHERE region_1 = "September 19, 2006"
CREATE TABLE table_14562722_2 (episodes VARCHAR, region_1 VARCHAR)
Name the episodes when region 1 is september 19, 2006
SELECT MAX(discs) FROM table_14562722_2
CREATE TABLE table_14562722_2 (discs INTEGER)
Name the maximum discs
SELECT MAX(episodes) FROM table_14562722_2 WHERE region_4 = "March 13, 2008"
CREATE TABLE table_14562722_2 (episodes INTEGER, region_4 VARCHAR)
Name the most epiosdes when region 4 is march 13, 2008
SELECT individual_winners FROM table_1458666_4 WHERE nation = "Australia"
CREATE TABLE table_1458666_4 (individual_winners VARCHAR, nation VARCHAR)
what's the individual winners with nation being australia
SELECT MIN(total_wins) FROM table_1458666_4
CREATE TABLE table_1458666_4 (total_wins INTEGER)
what is the value for minimum total wins
SELECT COUNT(team_s_) FROM table_1458412_1 WHERE winnings = "$1,752,299"
CREATE TABLE table_1458412_1 (team_s_ VARCHAR, winnings VARCHAR)
What is the total amount o teams where winnings is $1,752,299?
SELECT avg_start FROM table_1458412_1 WHERE starts = 30
CREATE TABLE table_1458412_1 (avg_start VARCHAR, starts VARCHAR)
What is the avg start that starts at 30?
SELECT COUNT(year) FROM table_1458412_1 WHERE avg_start = "27.3"
CREATE TABLE table_1458412_1 (year VARCHAR, avg_start VARCHAR)
What is the totl amount of years where avg start is 27.3?
SELECT name__alma_mater_ FROM table_14594528_6 WHERE wins = 15
CREATE TABLE table_14594528_6 (name__alma_mater_ VARCHAR, wins VARCHAR)
What coach had 15 wins?
SELECT losses FROM table_14594528_6 WHERE games = 19
CREATE TABLE table_14594528_6 (losses VARCHAR, games VARCHAR)
How many losses for the coach that coached 19 games?
SELECT COUNT(class_aA) FROM table_14601528_2 WHERE class_aAA = Bridgeport AND school_year = "1999-2000"
CREATE TABLE table_14601528_2 (class_aA VARCHAR, class_aAA VARCHAR, Bridgeport VARCHAR, school_year VARCHAR)
Name the number of class aa for bridgeport and 1999-2000
SELECT class_aA FROM table_14601528_2 WHERE school_year = "1998-99"
CREATE TABLE table_14601528_2 (class_aA VARCHAR, school_year VARCHAR)
Name the class aa for 1998-99
SELECT class_a FROM table_14601528_2 WHERE class_aAAAA = Pearland
CREATE TABLE table_14601528_2 (class_a VARCHAR, class_aAAAA VARCHAR, Pearland VARCHAR)
Name the class a for pearland
SELECT class_aAAAA FROM table_14601528_2 WHERE school_year = "2005-06"
CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR)
Name the class aaaaa for 2005-06
SELECT COUNT(class_aAAAA) FROM table_14601528_2 WHERE school_year = "1988-89"
CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR)
Name the number of class aaaaa for 1988-89
SELECT females___percentage_ FROM table_14598_9 WHERE india_state_ut = "Maharashtra"
CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, india_state_ut VARCHAR)
What is the percentage of females where in India and are maharashtra?
SELECT females___percentage_ FROM table_14598_9 WHERE literate_persons___percentage_ = "68.74"
CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, literate_persons___percentage_ VARCHAR)
What is the percentage of all females that are literate people have a percentage of 68.74?
SELECT females___percentage_ FROM table_14598_9 WHERE state_ut_code = 4
CREATE TABLE table_14598_9 (females___percentage_ VARCHAR, state_ut_code VARCHAR)
What is the percentage of females where the state code is a 4?
SELECT literate_persons___percentage_ FROM table_14598_9 WHERE females___percentage_ = "73.17"
CREATE TABLE table_14598_9 (literate_persons___percentage_ VARCHAR, females___percentage_ VARCHAR)
What is the percentage of all the literate people where females are 73.17?
SELECT literate_persons___percentage_ FROM table_14598_9 WHERE india_state_ut = "Andaman and Nicobar Islands"
CREATE TABLE table_14598_9 (literate_persons___percentage_ VARCHAR, india_state_ut VARCHAR)
What is the percentage of literate people where india is andaman and Nicobar Islands?
SELECT class_aAAA FROM table_14603057_2 WHERE school_year = "2006-07"
CREATE TABLE table_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR)
Who was the Class AAAA champion in 2006-07?
SELECT COUNT(class_a) FROM table_14603057_2 WHERE class_aAAA = Gregory - Portland
CREATE TABLE table_14603057_2 (class_a VARCHAR, class_aAAA VARCHAR, Gregory VARCHAR, Portland VARCHAR)
How many times was there a class A winner when Gregory-Portland was the class AAAA?
SELECT COUNT(class_aAAA) FROM table_14603057_2 WHERE school_year = "2002-03"
CREATE TABLE table_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR)
How many Class AAAA winners where in 2002-03?
SELECT class_aAAAA FROM table_14603057_2 WHERE school_year = "2008-09"
CREATE TABLE table_14603057_2 (class_aAAAA VARCHAR, school_year VARCHAR)
Who was the class AAAAA in 2008-09?
SELECT class_aA FROM table_14603057_2 WHERE class_a = "Plains" AND class_aAAAA = Lubbock
CREATE TABLE table_14603057_2 (class_aA VARCHAR, class_a VARCHAR, class_aAAAA VARCHAR, Lubbock VARCHAR)
Who was the Class AA winner when Plains was Class A winner and Lubbock was Class AAAAA winner?
SELECT class_a FROM table_14603057_2 WHERE school_year = "2006-07"
CREATE TABLE table_14603057_2 (class_a VARCHAR, school_year VARCHAR)
Who was the Class A winner in 2006-07?
SELECT school_year FROM table_14603212_1 WHERE class_aAA = Wimberley AND class_a = "Canadian"
CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aAA VARCHAR, Wimberley VARCHAR, class_a VARCHAR)
If class a is canadian and class aaa is wimberley, which possible school years could this fall on?
SELECT school_year FROM table_14603212_1 WHERE class_aA = Franklin
CREATE TABLE table_14603212_1 (school_year VARCHAR, class_aA VARCHAR, Franklin VARCHAR)
For franklin of class aa, which school years does this occur?
SELECT school_year FROM table_14603212_1 WHERE class_a = "Lindsay" AND class_aAA = Cuero
CREATE TABLE table_14603212_1 (school_year VARCHAR, class_a VARCHAR, class_aAA VARCHAR, Cuero VARCHAR)
Which school years have a class a being lindsay and a class aaa being cuero?
SELECT season FROM table_14609295_4 WHERE overall = "29-7"
CREATE TABLE table_14609295_4 (season VARCHAR, overall VARCHAR)
What season was the overall record 29-7?
SELECT postseason FROM table_14609295_4 WHERE overall = "29-7"
CREATE TABLE table_14609295_4 (postseason VARCHAR, overall VARCHAR)
How far into the postseason did the Rams go when their record was 29-7?
SELECT conference FROM table_14609295_4 WHERE postseason = "CBI Champions"
CREATE TABLE table_14609295_4 (conference VARCHAR, postseason VARCHAR)
What was the Ram's conference record when they were the CBI champions?
SELECT season FROM table_14609295_4 WHERE overall = "24-10"
CREATE TABLE table_14609295_4 (season VARCHAR, overall VARCHAR)
What season was the overall record 24-10?