question
stringlengths
15
152
context
stringlengths
58
202
answer
stringlengths
37
161
Name the southern lakota for morning
columns: - name: southern_lakota type: VARCHAR - name: english_gloss type: VARCHAR table: table_1499791_2
SELECT southern_lakota FROM table_1499791_2 WHERE english_gloss = "morning"
who is the the incumbent with candidates being john m. vorys (r) 61.5% jacob f. myers (d) 38.5%
columns: - name: incumbent type: VARCHAR - name: candidates type: VARCHAR table: table_1342013_34
SELECT incumbent FROM table_1342013_34 WHERE candidates = "John M. Vorys (R) 61.5% Jacob F. Myers (D) 38.5%"
What was the site of the game against Buffalo Bills ?
columns: - name: game_site type: VARCHAR - name: opponent type: VARCHAR table: table_14875671_1
SELECT game_site FROM table_14875671_1 WHERE opponent = "Buffalo Bills"
who is the the pole position with rnd being 16
columns: - name: pole_position type: VARCHAR - name: rnd type: VARCHAR table: table_14638077_2
SELECT pole_position FROM table_14638077_2 WHERE rnd = 16
To which party does Robert W. Edgar belong?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1341598_39
SELECT party FROM table_1341598_39 WHERE incumbent = "Robert W. Edgar"
How many games were played against the Chicago Bears?
columns: - name: record type: VARCHAR - name: opponent type: VARCHAR table: table_14966537_1
SELECT COUNT(record) FROM table_14966537_1 WHERE opponent = "Chicago Bears"
How many new pageants does Aruba have?
columns: - name: new_pageant type: VARCHAR - name: country_territory type: VARCHAR table: table_14308895_2
SELECT COUNT(new_pageant) FROM table_14308895_2 WHERE country_territory = "Aruba"
Which new conference is the Toreros Western Collegiate Lacrosse team playing in?
columns: - name: new_conference type: VARCHAR - name: team_nickname type: VARCHAR table: table_14976504_2
SELECT new_conference FROM table_14976504_2 WHERE team_nickname = "Toreros"
How many districts had an depravity level of 27.7
columns: - name: district type: VARCHAR - name: income_poverty_f type: VARCHAR table: table_13618358_1
SELECT COUNT(district) FROM table_13618358_1 WHERE income_poverty_f = "27.7"
What party does sid simpson represent?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1342198_13
SELECT party FROM table_1342198_13 WHERE incumbent = "Sid Simpson"
What are all classes for the position SLB?
columns: - name: class type: VARCHAR - name: position type: VARCHAR table: table_14624447_24
SELECT class FROM table_14624447_24 WHERE position = "SLB"
What was the game date in week 13?
columns: - name: date type: VARCHAR - name: week type: VARCHAR table: table_14984078_1
SELECT date FROM table_14984078_1 WHERE week = 13
Who is the director of the episode at entry number 13?
columns: - name: director type: VARCHAR - name: _number type: VARCHAR table: table_15026994_3
SELECT director FROM table_15026994_3 WHERE _number = 13
what's the district with incumbent being john e. miller
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342331_5
SELECT district FROM table_1342331_5 WHERE incumbent = "John E. Miller"
Which party had Clair Engle as an incumbent?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1342149_6
SELECT party FROM table_1342149_6 WHERE incumbent = "Clair Engle"
What are the candidates for noah m. mason?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342149_13
SELECT COUNT(candidates) FROM table_1342149_13 WHERE incumbent = "Noah M. Mason"
How many mixed doubles were won in 1996?
columns: - name: mixed_doubles type: VARCHAR - name: year type: VARCHAR table: table_15001957_1
SELECT COUNT(mixed_doubles) FROM table_15001957_1 WHERE year = 1996
What are all the operating systems for sbagen?
columns: - name: operating_systems type: VARCHAR - name: software type: VARCHAR table: table_15038373_1
SELECT operating_systems FROM table_15038373_1 WHERE software = "SBaGen"
In what district was the incumbent Cordell hull?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342370_41
SELECT district FROM table_1342370_41 WHERE incumbent = "Cordell Hull"
Name the result for south carolina 4
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1341930_40
SELECT result FROM table_1341930_40 WHERE district = "South Carolina 4"
what's the first elected with candidates being joe starnes (d) 100.0% george bogus ( w/i ) 0.003%
columns: - name: first_elected type: VARCHAR - name: candidates type: VARCHAR table: table_1342270_3
SELECT first_elected FROM table_1342270_3 WHERE candidates = "Joe Starnes (D) 100.0% George Bogus ( W/I ) 0.003%"
How many of the cmdlets are the 2008 version?
columns: - name: cmdlets type: VARCHAR - name: version type: VARCHAR table: table_14465871_2
SELECT COUNT(cmdlets) FROM table_14465871_2 WHERE version = "2008"
Which country has a delegate who was first elected in 2006?
columns: - name: counties_represented type: VARCHAR - name: first_elected type: VARCHAR table: table_14009909_1
SELECT counties_represented FROM table_14009909_1 WHERE first_elected = 2006
What party did Hale Boggs belong to?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1341884_20
SELECT party FROM table_1341884_20 WHERE incumbent = "Hale Boggs"
Name the channels when designation is pc700
columns: - name: channels type: VARCHAR - name: designation type: VARCHAR table: table_142573_1
SELECT channels FROM table_142573_1 WHERE designation = "PC700"
Name the number of incumbents for texas 12
columns: - name: incumbent type: VARCHAR - name: district type: VARCHAR table: table_1342359_42
SELECT COUNT(incumbent) FROM table_1342359_42 WHERE district = "Texas 12"
Who were the candidates when Noah M. Mason was incumbent?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342249_13
SELECT candidates FROM table_1342249_13 WHERE incumbent = "Noah M. Mason"
how many directors for the film мајки
columns: - name: director_s_ type: VARCHAR - name: original_title type: VARCHAR table: table_14928423_1
SELECT COUNT(director_s_) FROM table_14928423_1 WHERE original_title = "Мајки"
tell the score when the times gone was 75
columns: - name: points_against type: VARCHAR - name: tries_against type: VARCHAR table: table_14070062_4
SELECT points_against FROM table_14070062_4 WHERE tries_against = "75"
What was the GDP (in millions USD) of Hong Kong in 2009?
columns: - name: gdp_millions_of_usd__2009_ type: INTEGER - name: country___territory type: VARCHAR table: table_1496582_1
SELECT MAX(gdp_millions_of_usd__2009_) FROM table_1496582_1 WHERE country___territory = "Hong Kong"
What is the target market of the station with call sign KFXS?
columns: - name: target_city__market type: VARCHAR - name: call_sign type: VARCHAR table: table_134987_3
SELECT target_city__market FROM table_134987_3 WHERE call_sign = "KFXS"
What was the spending per capita when the revenue per capita was $7,755?
columns: - name: spending_per_capita type: VARCHAR - name: revenue_per_capita type: VARCHAR table: table_14700336_1
SELECT spending_per_capita FROM table_14700336_1 WHERE revenue_per_capita = "$7,755"
What was the score on November 25?
columns: - name: score type: VARCHAR - name: date type: VARCHAR table: table_13762472_3
SELECT score FROM table_13762472_3 WHERE date = "November 25"
What is GTO Winning Team Mike Keyser's RND number?
columns: - name: rnd type: VARCHAR - name: gto_winning_team type: VARCHAR table: table_13657749_2
SELECT rnd FROM table_13657749_2 WHERE gto_winning_team = "Mike Keyser"
List all candidates in elections where the incumbent politician is Goodloe Byron.
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1341690_20
SELECT candidates FROM table_1341690_20 WHERE incumbent = "Goodloe Byron"
what is the result where the candidates is robert l. f. sikes (d) unopposed?
columns: - name: result type: VARCHAR - name: candidates type: VARCHAR table: table_1341672_10
SELECT result FROM table_1341672_10 WHERE candidates = "Robert L. F. Sikes (D) Unopposed"
Name the call sign for the 17 physical
columns: - name: call_sign type: VARCHAR - name: physical type: VARCHAR table: table_14623167_1
SELECT call_sign FROM table_14623167_1 WHERE physical = 17
what's the result with candidates being charles edward bennett (d) unopposed
columns: - name: result type: VARCHAR - name: candidates type: VARCHAR table: table_1342013_9
SELECT result FROM table_1342013_9 WHERE candidates = "Charles Edward Bennett (D) Unopposed"
what's the grsecurity with dbeingtribution being debian / ubuntu
columns: - name: grsecurity type: VARCHAR - name: distribution type: VARCHAR table: table_1357052_6
SELECT grsecurity FROM table_1357052_6 WHERE distribution = "Debian / Ubuntu"
Who was the arranger for the track written by Nizar Francis ?
columns: - name: arranger type: VARCHAR - name: writer type: VARCHAR table: table_14778650_1
SELECT arranger FROM table_14778650_1 WHERE writer = "Nizar Francis"
Who was the incumbent in the Illinois 17 district?
columns: - name: incumbent type: VARCHAR - name: district type: VARCHAR table: table_1342218_13
SELECT incumbent FROM table_1342218_13 WHERE district = "Illinois 17"
How many parties were represented for Charles R. Crisp?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1342370_10
SELECT COUNT(party) FROM table_1342370_10 WHERE incumbent = "Charles R. Crisp"
What was head count in 2010 where the farm production is 6.9?
columns: - name: agri_culture_b type: VARCHAR table: table_13618358_1
SELECT MAX(2010 AS _population__000_) FROM table_13618358_1 WHERE agri_culture_b = "6.9"
how many have times of 6
columns: - name: fastest_lap type: VARCHAR - name: rnd type: VARCHAR table: table_13512105_3
SELECT COUNT(fastest_lap) FROM table_13512105_3 WHERE rnd = 6
What is the rank of the airport with freight ( metric tonnes ) of 255121?
columns: - name: rank type: VARCHAR - name: freight___metric_tonnes__ type: VARCHAR table: table_13836704_6
SELECT rank FROM table_13836704_6 WHERE freight___metric_tonnes__ = 255121
What is the last year that someone is first elected?
columns: - name: first_elected type: INTEGER table: table_1341690_9
SELECT MAX(first_elected) FROM table_1341690_9
What was the altitude of the event on 1962-07-09?
columns: - name: altitude__km_ type: VARCHAR - name: date type: VARCHAR table: table_148578_1
SELECT altitude__km_ FROM table_148578_1 WHERE date = "1962-07-09"
what's the points with played being 22 and points against being 319
columns: - name: points type: VARCHAR - name: played type: VARCHAR - name: points_against type: VARCHAR table: table_13940275_5
SELECT points FROM table_13940275_5 WHERE played = "22" AND points_against = "319"
what's the na -350- with title and source being paper wars: cannon fodder
columns: - name: na__350_ type: VARCHAR - name: title_and_source type: VARCHAR table: table_13663434_1
SELECT na__350_ FROM table_13663434_1 WHERE title_and_source = "Paper Wars: Cannon Fodder"
Name the branding for forum communications
columns: - name: branding type: VARCHAR - name: owner type: VARCHAR table: table_14623167_1
SELECT branding FROM table_14623167_1 WHERE owner = "Forum Communications"
Name the number of area where population density 2010 for 514
columns: - name: "area__km\xB2_" type: VARCHAR - name: "population_density_2010___km\xB2_" type: VARCHAR table: table_14986292_1
SELECT COUNT(area__km²_) FROM table_14986292_1 WHERE population_density_2010___km²_ = 514
What was Northerly's result at the race on 19 Oct 2002?
columns: - name: result type: VARCHAR - name: date type: VARCHAR table: table_1358608_4
SELECT result FROM table_1358608_4 WHERE date = "19 Oct 2002"
Which version of opengl is used by model sgx520?
columns: - name: opengl type: VARCHAR - name: model type: VARCHAR table: table_1439045_5
SELECT opengl AS ES FROM table_1439045_5 WHERE model = "SGX520"
How many districts have W. Arthur Winstead as elected official?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1341930_24
SELECT COUNT(district) FROM table_1341930_24 WHERE incumbent = "W. Arthur Winstead"
What is the result for the district missouri 2?
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1341663_26
SELECT result FROM table_1341663_26 WHERE district = "Missouri 2"
When was Stephen J. Solarz first elected?
columns: - name: first_elected type: INTEGER - name: incumbent type: VARCHAR table: table_1341663_33
SELECT MIN(first_elected) FROM table_1341663_33 WHERE incumbent = "Stephen J. Solarz"
Name the class aaaaa for 2005-06
columns: - name: class_aAAAA type: VARCHAR - name: school_year type: VARCHAR table: table_14601528_2
SELECT class_aAAAA FROM table_14601528_2 WHERE school_year = "2005-06"
What is the female rank in Karnataka?
columns: - name: females_rank type: VARCHAR - name: states type: VARCHAR table: table_14785903_1
SELECT females_rank FROM table_14785903_1 WHERE states = "Karnataka"
What was the result of the election in the Texas 3 district?
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1342149_43
SELECT result FROM table_1342149_43 WHERE district = "Texas 3"
In the year where Angela Stanford had a scoring average of 71.62, how many times did she take second place?
columns: - name: scoring_average type: VARCHAR table: table_14836185_3
SELECT COUNT(2 AS nd) FROM table_14836185_3 WHERE scoring_average = "71.62"
What was the GDP (in millions USD) of Indonesia in 2009?
columns: - name: gdp_millions_of_usd__2009_ type: VARCHAR - name: country___territory type: VARCHAR table: table_1496582_1
SELECT COUNT(gdp_millions_of_usd__2009_) FROM table_1496582_1 WHERE country___territory = "Indonesia"
Name the candidates in 1964
columns: - name: candidates type: VARCHAR - name: first_elected type: VARCHAR table: table_1341586_43
SELECT candidates FROM table_1341586_43 WHERE first_elected = 1964
Who are the contenders In the New York 29 polling area race?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1342256_32
SELECT candidates FROM table_1342256_32 WHERE district = "New York 29"
How many sitting Representatives are there in the New York 10 polling area?
columns: - name: incumbent type: VARCHAR - name: district type: VARCHAR table: table_1342256_32
SELECT COUNT(incumbent) FROM table_1342256_32 WHERE district = "New York 10"
what is the maximum freight (metric tonnes) with airport being liverpool
columns: - name: freight__metric_tonnes_ type: INTEGER - name: airport type: VARCHAR table: table_13836704_9
SELECT MAX(freight__metric_tonnes_) FROM table_13836704_9 WHERE airport = "Liverpool"
Name the womens doubles when mens doubles is theodoros velkos giorgos patis
columns: - name: womens_doubles type: VARCHAR - name: mens_doubles type: VARCHAR table: table_14903881_1
SELECT womens_doubles FROM table_14903881_1 WHERE mens_doubles = "Theodoros Velkos Giorgos Patis"
What is Peter Gregg Hurley Haywood's results?
columns: - name: results type: VARCHAR - name: gto_winning_team type: VARCHAR table: table_13657749_2
SELECT results FROM table_13657749_2 WHERE gto_winning_team = "Peter Gregg Hurley Haywood"
What explosion had an altitude of 539 km?
columns: - name: explosion type: VARCHAR - name: altitude__km_ type: VARCHAR table: table_148578_1
SELECT explosion FROM table_148578_1 WHERE altitude__km_ = "539"
Who was the team's opponent of October 25, 1970?
columns: - name: opponent type: VARCHAR - name: date type: VARCHAR table: table_14966537_1
SELECT opponent FROM table_14966537_1 WHERE date = "October 25, 1970"
When was 10 (10) bought?
columns: - name: owned_since type: VARCHAR - name: channel_tv___dt__ type: VARCHAR table: table_1353096_1
SELECT owned_since FROM table_1353096_1 WHERE channel_tv___dt__ = "10 (10)"
what's the player with college being penn state
columns: - name: player type: VARCHAR - name: college type: VARCHAR table: table_14655985_1
SELECT player FROM table_14655985_1 WHERE college = "Penn State"
How many colleges did pick number 269 attend?
columns: - name: college type: VARCHAR - name: pick__number type: VARCHAR table: table_14650162_1
SELECT COUNT(college) FROM table_14650162_1 WHERE pick__number = 269
How many entries arr there for the top 10 for the 78th position?
columns: - name: top_10 type: VARCHAR - name: position type: VARCHAR table: table_1507423_5
SELECT COUNT(top_10) FROM table_1507423_5 WHERE position = "78th"
Name the playoffs for 2nd round open cup
columns: - name: playoffs type: VARCHAR - name: open_cup type: VARCHAR table: table_14240688_1
SELECT playoffs FROM table_14240688_1 WHERE open_cup = "2nd Round"
what's the capital with area (km 2 ) being 12,245.9
columns: - name: capital type: VARCHAR - name: area__km_2__ type: VARCHAR table: table_1404456_1
SELECT capital FROM table_1404456_1 WHERE area__km_2__ = "12,245.9"
What is the rank of the airport with a freight ( metric tonnes ) of 23791?
columns: - name: rank type: VARCHAR - name: freight___metric_tonnes__ type: VARCHAR table: table_13836704_6
SELECT rank FROM table_13836704_6 WHERE freight___metric_tonnes__ = 23791
What party does incumbent Charles Edward Bennett belong to?
columns: - name: party type: VARCHAR - name: incumbent type: VARCHAR table: table_1341598_10
SELECT party FROM table_1341598_10 WHERE incumbent = "Charles Edward Bennett"
What district is eugene worley from?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1342233_43
SELECT district FROM table_1342233_43 WHERE incumbent = "Eugene Worley"
Name the birth date for shirt number 7
columns: - name: birth_date type: VARCHAR - name: shirt_no type: VARCHAR table: table_14363116_1
SELECT birth_date FROM table_14363116_1 WHERE shirt_no = 7
How did the election end for Terry L. Bruce?
columns: - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1341586_14
SELECT result FROM table_1341586_14 WHERE incumbent = "Terry L. Bruce"
what is the racing club where copa libertadores 1997?
columns: - name: copa_libertadores_1997 type: VARCHAR - name: team type: VARCHAR table: table_14310205_1
SELECT copa_libertadores_1997 FROM table_14310205_1 WHERE team = "Racing Club"
What was the party that was frist elected in 1919?
columns: - name: party type: VARCHAR - name: first_elected type: VARCHAR table: table_1342292_42
SELECT party FROM table_1342292_42 WHERE first_elected = 1919
Who is the candidate that was first elected in 1914?
columns: - name: candidates type: VARCHAR - name: first_elected type: VARCHAR table: table_1341973_11
SELECT candidates FROM table_1341973_11 WHERE first_elected = 1914
Who wrote the episode with production code 1ANJ01?
columns: - name: written_by type: VARCHAR - name: production_code type: VARCHAR table: table_13426649_1
SELECT written_by FROM table_13426649_1 WHERE production_code = "1ANJ01"
What was the result for the incumbent Milton H. West?
columns: - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1342218_43
SELECT result FROM table_1342218_43 WHERE incumbent = "Milton H. West"
How many numbers were recorded under revenue when revenue per capita was $6,126?
columns: - name: revenue__millions_ type: VARCHAR - name: revenue_per_capita type: VARCHAR table: table_14700336_1
SELECT COUNT(revenue__millions_) FROM table_14700336_1 WHERE revenue_per_capita = "$6,126"
how many overall championships does concordia university have
columns: - name: national_titles type: INTEGER - name: school type: VARCHAR table: table_14115168_4
SELECT MIN(national_titles) FROM table_14115168_4 WHERE school = "Concordia University"
What was the result of the election in the Arkansas 4 district?
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1342359_4
SELECT result FROM table_1342359_4 WHERE district = "Arkansas 4"
How many values of Other A correspond to Tommy Johnson Category:Articles with hCards?
columns: - name: other_a type: VARCHAR - name: name type: VARCHAR table: table_14962287_2
SELECT COUNT(other_a) FROM table_14962287_2 WHERE name = "Tommy Johnson Category:Articles with hCards"
How many stations own Bounce TV?
columns: - name: station_ownership type: VARCHAR - name: network type: VARCHAR table: table_1404984_1
SELECT COUNT(station_ownership) FROM table_1404984_1 WHERE network = "Bounce TV"
what's the character name with voice actor (englbeingh 1997 / saban) being ian james corlett
columns: - name: character_name type: VARCHAR - name: voice_actor__english_1997___saban_ type: VARCHAR table: table_1410384_1
SELECT character_name FROM table_1410384_1 WHERE voice_actor__english_1997___saban_ = "Ian James Corlett"
Name the class a for pearland
columns: - name: class_a type: VARCHAR - name: class_aAAAA type: VARCHAR - name: Pearland type: VARCHAR table: table_14601528_2
SELECT class_a FROM table_14601528_2 WHERE class_aAAAA = Pearland
Who are the contenders In the New York 19 polling area race?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1342256_32
SELECT candidates FROM table_1342256_32 WHERE district = "New York 19"
What percentage of hispanics are there when the free/reduced lunch percentage is 81.4?
columns: - name: hispanic___percentage_ type: VARCHAR - name: free_reduced_lunch___percentage_ type: VARCHAR table: table_14754471_1
SELECT hispanic___percentage_ FROM table_14754471_1 WHERE free_reduced_lunch___percentage_ = "81.4"
Where was the 1400 m held?
columns: - name: venue type: VARCHAR - name: distance type: VARCHAR table: table_14981555_1
SELECT venue FROM table_14981555_1 WHERE distance = "1400 m"
How many candidates ran against barratt o'hara?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342198_13
SELECT COUNT(candidates) FROM table_1342198_13 WHERE incumbent = "Barratt O'Hara"
What was the number of matches when the Goals Olimpia was 149?
columns: - name: matches type: VARCHAR - name: goals_olimpia type: VARCHAR table: table_13688489_1
SELECT matches FROM table_13688489_1 WHERE goals_olimpia = 149
who is the the womens doubles with mens doubles being leopold bauer alfred kohlhauser
columns: - name: womens_doubles type: VARCHAR - name: mens_doubles type: VARCHAR table: table_15002265_1
SELECT womens_doubles FROM table_15002265_1 WHERE mens_doubles = "Leopold Bauer Alfred Kohlhauser"
who is the candidate where district is louisiana 3?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1342198_18
SELECT candidates FROM table_1342198_18 WHERE district = "Louisiana 3"
Name the class a for carthage
columns: - name: class_a type: VARCHAR - name: class_aAAA type: VARCHAR - name: Carthage type: VARCHAR table: table_14630796_1
SELECT class_a FROM table_14630796_1 WHERE class_aAAA = Carthage