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