answer
stringlengths
37
161
context
stringlengths
40
126
question
stringlengths
15
152
SELECT COUNT(try_bonus) FROM table_13564637_3 WHERE won = "11"
CREATE TABLE table_13564637_3 (try_bonus VARCHAR, won VARCHAR)
what amount of try bonus where the game was won by 11?
SELECT party FROM table_1342198_18 WHERE incumbent = "Overton Brooks"
CREATE TABLE table_1342198_18 (party VARCHAR, incumbent VARCHAR)
What is the party where the incumbent is overton brooks?
SELECT party FROM table_1342256_5 WHERE incumbent = "Clyde T. Ellis"
CREATE TABLE table_1342256_5 (party VARCHAR, incumbent VARCHAR)
What party does clyde t. ellis represent?
SELECT COUNT(population_density_2010___km²_) FROM table_14986292_1 WHERE administrative_division = "Duque de Caxias"
CREATE TABLE table_14986292_1 (population_density_2010___km²_ VARCHAR, administrative_division VARCHAR)
Name the number of population density 2010 for duque de caxias
SELECT high_points FROM table_13619135_5 WHERE team = "Seattle"
CREATE TABLE table_13619135_5 (high_points VARCHAR, team VARCHAR)
Which players scored the most points when the opposing team was Seattle and how many points did they score?
SELECT district FROM table_1342331_5 WHERE incumbent = "William J. Driver"
CREATE TABLE table_1342331_5 (district VARCHAR, incumbent VARCHAR)
what's the district with incumbent being william j. driver
SELECT candidates FROM table_1341663_33 WHERE incumbent = "Shirley Chisholm"
CREATE TABLE table_1341663_33 (candidates VARCHAR, incumbent VARCHAR)
Who were the candidates when Shirley Chisholm was the incumbent?
SELECT COUNT(party) FROM table_1341690_5 WHERE district = "California 23"
CREATE TABLE table_1341690_5 (party VARCHAR, district VARCHAR)
How many parties won the election in the California 23 district?
SELECT 2002 AS _commission FROM table_136027_2 WHERE district = "district 3"
CREATE TABLE table_136027_2 (district VARCHAR)
Who is on the 2002 commission from district 3?
SELECT men_doubles FROM table_14903355_2 WHERE womens_singles = "Els Baert"
CREATE TABLE table_14903355_2 (men_doubles VARCHAR, womens_singles VARCHAR)
Name the men doubles for els baert
SELECT spanish FROM table_15040_8 WHERE french = "filtrer"
CREATE TABLE table_15040_8 (spanish VARCHAR, french VARCHAR)
What is the Spanish word for the French word filtrer?
SELECT COUNT(result) FROM table_1342393_23 WHERE district = "Mississippi 4"
CREATE TABLE table_1342393_23 (result VARCHAR, district VARCHAR)
Name the total number of result for mississippi 4?
SELECT incumbent FROM table_1342149_42 WHERE party = "Republican"
CREATE TABLE table_1342149_42 (incumbent VARCHAR, party VARCHAR)
For the Republican party what are the names of the incumbents?
SELECT away_team AS score FROM table_14312471_3 WHERE away_team = "Richmond"
CREATE TABLE table_14312471_3 (away_team VARCHAR)
Name the away team score for richmond
SELECT COUNT(men_doubles) FROM table_14903355_2 WHERE year = 2007
CREATE TABLE table_14903355_2 (men_doubles VARCHAR, year VARCHAR)
Name the number of men doubles for 2007
SELECT location FROM table_13710464_1 WHERE date = "May 20"
CREATE TABLE table_13710464_1 (location VARCHAR, date VARCHAR)
Where was the game played on may 20?
SELECT MAX(rank) FROM table_1350350_2 WHERE per_capita_income = "$17,013"
CREATE TABLE table_1350350_2 (rank INTEGER, per_capita_income VARCHAR)
what is the maximum rank with per capita income being $17,013
SELECT district FROM table_1341690_21 WHERE candidates = "Edward Boland (D) Unopposed"
CREATE TABLE table_1341690_21 (district VARCHAR, candidates VARCHAR)
what is the district with the candidates edward boland (d) unopposed?
SELECT nominee FROM table_15162479_8 WHERE net_vote = "34.46%"
CREATE TABLE table_15162479_8 (nominee VARCHAR, net_vote VARCHAR)
What nominees had a net vote of 34.46%?
SELECT enrollment FROM table_14754471_1 WHERE hispanic___percentage_ = "3.6"
CREATE TABLE table_14754471_1 (enrollment VARCHAR, hispanic___percentage_ VARCHAR)
What is the enrollment amount where Hispanic (%) is 3.6?
SELECT team FROM table_14003108_1 WHERE stadium = "Borough Briggs"
CREATE TABLE table_14003108_1 (team VARCHAR, stadium VARCHAR)
what's the team with stadium being borough briggs
SELECT opponent FROM table_14945112_1 WHERE date = "November 12, 1978"
CREATE TABLE table_14945112_1 (opponent VARCHAR, date VARCHAR)
Who were all of the opponents when the date was November 12, 1978?
SELECT candidates FROM table_1341586_19 WHERE first_elected = 1977
CREATE TABLE table_1341586_19 (candidates VARCHAR, first_elected VARCHAR)
who is the the candidates with first elected being 1977
SELECT COUNT(district) FROM table_1341884_20 WHERE incumbent = "Edwin E. Willis"
CREATE TABLE table_1341884_20 (district VARCHAR, incumbent VARCHAR)
How many districts represented Edwin E. Willis?
SELECT result FROM table_1342379_23 WHERE incumbent = "Bill G. Lowrey"
CREATE TABLE table_1342379_23 (result VARCHAR, incumbent VARCHAR)
what's the result with incumbent being bill g. lowrey
SELECT vineyard_surface__2010_ FROM table_13981938_1 WHERE grand_cru = "Bienvenues-Bâtard-Montrachet"
CREATE TABLE table_13981938_1 (vineyard_surface__2010_ VARCHAR, grand_cru VARCHAR)
what's the vineyard surface (2010) with grand cru being bienvenues-bâtard-montrachet
SELECT mens_doubles FROM table_13857700_1 WHERE mixed_doubles = "Jimm Aalto Nina Sarnesto"
CREATE TABLE table_13857700_1 (mens_doubles VARCHAR, mixed_doubles VARCHAR)
who is the the mens doubles with mixed doubles being jimm aalto nina sarnesto
SELECT district FROM table_1342292_4 WHERE first_elected = 1932
CREATE TABLE table_1342292_4 (district VARCHAR, first_elected VARCHAR)
What district had someone first elected in 1932?
SELECT district FROM table_1341598_11 WHERE first_elected = 1980
CREATE TABLE table_1341598_11 (district VARCHAR, first_elected VARCHAR)
Which district shows a first elected of 1980?
SELECT "points" AS _against FROM table_13564637_4 WHERE "points" = "points"
CREATE TABLE table_13564637_4 (Id VARCHAR)
What is the name of the column points against?
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 home_team FROM table_14312471_7 WHERE away_team = "Richmond"
CREATE TABLE table_14312471_7 (home_team VARCHAR, away_team VARCHAR)
Who played Richmond at home?
SELECT result FROM table_14928423_1 WHERE original_title = "Γолемата Вода"
CREATE TABLE table_14928423_1 (result VARCHAR, original_title VARCHAR)
is γолемата вода nominated for anything?
SELECT elementary_schools FROM table_14254419_3 WHERE principal__2013_2014_ = "Cort Monroe"
CREATE TABLE table_14254419_3 (elementary_schools VARCHAR, principal__2013_2014_ VARCHAR)
Which elementary schools list Cort Monroe as the principal from 2013 to 2014?
SELECT fall_05 FROM table_15055594_6 WHERE states = "Maryland"
CREATE TABLE table_15055594_6 (fall_05 VARCHAR, states VARCHAR)
How man students were from Maryland in Fall 05?
SELECT incumbent FROM table_1341663_44 WHERE district = "Texas 19"
CREATE TABLE table_1341663_44 (incumbent VARCHAR, district VARCHAR)
What was the incumbent for texas 19?
SELECT COUNT(equivalent_daily_inflation_rate) FROM table_13681_2 WHERE time_required_for_prices_to_double = "3.7 days"
CREATE TABLE table_13681_2 (equivalent_daily_inflation_rate VARCHAR, time_required_for_prices_to_double VARCHAR)
how many equivalent daily inflation rate with time required for prices to double being 3.7 days
SELECT result FROM table_1342149_42 WHERE candidates = "Tom J. Murray (D) Unopposed"
CREATE TABLE table_1342149_42 (result VARCHAR, candidates VARCHAR)
What is the candidates result that is tom j. murray (d) unopposed?
SELECT district FROM table_1341930_11 WHERE incumbent = "Carl Vinson"
CREATE TABLE table_1341930_11 (district VARCHAR, incumbent VARCHAR)
What is the district for carl vinson?
SELECT young_rider_classification FROM table_14710984_2 WHERE winner = "Marzio Bruseghin"
CREATE TABLE table_14710984_2 (young_rider_classification VARCHAR, winner VARCHAR)
Who was awarded the young ride classification leader when the winner was Marzio Bruseghin?
SELECT _percentage_change FROM table_1425958_1 WHERE population_rank = 34
CREATE TABLE table_1425958_1 (_percentage_change VARCHAR, population_rank VARCHAR)
When the population rank is 34, what the is % change?
SELECT result FROM table_1342331_6 WHERE incumbent = "Ralph R. Eltse"
CREATE TABLE table_1342331_6 (result VARCHAR, incumbent VARCHAR)
What was the result in the election in which Ralph R. Eltse was the incumbent?
SELECT result FROM table_1341640_39 WHERE district = "Pennsylvania 6"
CREATE TABLE table_1341640_39 (result VARCHAR, district VARCHAR)
What was the outcome of the election in Pennsylvania 6 district?
SELECT district FROM table_1341884_19 WHERE incumbent = "Frank Chelf"
CREATE TABLE table_1341884_19 (district VARCHAR, incumbent VARCHAR)
What district is incumbent frank chelf from?
SELECT to_winning_team FROM table_13657883_2 WHERE tu_winning_team = "#16 2002"
CREATE TABLE table_13657883_2 (to_winning_team VARCHAR, tu_winning_team VARCHAR)
What was the to winnning team when the tu winning team was #16 2002?
SELECT COUNT(class) FROM table_14966667_19 WHERE name = "Braxton Kelley"
CREATE TABLE table_14966667_19 (class VARCHAR, name VARCHAR)
what class is Braxton Kelley in?
SELECT district FROM table_1341865_34 WHERE incumbent = "Seymour Halpern"
CREATE TABLE table_1341865_34 (district VARCHAR, incumbent VARCHAR)
which section did seymour halpern run in
SELECT MAX(transit_passengers) FROM table_13836704_8 WHERE freight__metric_tonnes_ = 171078
CREATE TABLE table_13836704_8 (transit_passengers INTEGER, freight__metric_tonnes_ VARCHAR)
Name the transit passengers for 171078
SELECT result FROM table_1342359_4 WHERE district = "Arkansas 2"
CREATE TABLE table_1342359_4 (result VARCHAR, district VARCHAR)
What was the result of the election in the Arkansas 2 district?
SELECT airport FROM table_13836704_4 WHERE total_passengers_2009 = 157933
CREATE TABLE table_13836704_4 (airport VARCHAR, total_passengers_2009 VARCHAR)
what's the airport with total passengers 2009 being 157933
SELECT counties_represented FROM table_14009909_1 WHERE district = "12.1 12A"
CREATE TABLE table_14009909_1 (counties_represented VARCHAR, district VARCHAR)
What are the counties represented in District 12.1 12a?
SELECT COUNT(earnings___) AS $__ FROM table_14853156_2 WHERE best_finish = "T2" AND scoring_average = "71.25"
CREATE TABLE table_14853156_2 (earnings___ VARCHAR, best_finish VARCHAR, scoring_average VARCHAR)
How many total earnings are recorded when her best finish is t2 with a 71.25 scoring average?
SELECT party FROM table_1341663_11 WHERE district = "Georgia 6"
CREATE TABLE table_1341663_11 (party VARCHAR, district VARCHAR)
In the Georgia 6 district, what is the elected party?
SELECT MAX(attendance) FROM table_14984103_1 WHERE game_site = "Los Angeles Memorial Coliseum"
CREATE TABLE table_14984103_1 (attendance INTEGER, game_site VARCHAR)
Name the most attendance for game site for los angeles memorial coliseum
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 episode FROM table_13943239_1 WHERE viewers__millions_ = "6.06"
CREATE TABLE table_13943239_1 (episode VARCHAR, viewers__millions_ VARCHAR)
What episode of the Pride of Britain Awards had an audience of 6.06 million viewers?
SELECT try_bonus FROM table_14058433_3 WHERE club = "Ruthin RFC"
CREATE TABLE table_14058433_3 (try_bonus VARCHAR, club VARCHAR)
What is the try bonus for Ruthin RFC?
SELECT pts FROM table_14139408_1 WHERE position = "NC"
CREATE TABLE table_14139408_1 (pts VARCHAR, position VARCHAR)
what's the pts with position being nc
SELECT MAX(points) FROM table_14342367_11
CREATE TABLE table_14342367_11 (points INTEGER)
Who scored the most points?
SELECT MIN(population_rank) FROM table_1425958_1 WHERE _percentage_change = "8.4"
CREATE TABLE table_1425958_1 (population_rank INTEGER, _percentage_change VARCHAR)
When the % change is 8.4, what is the population rank?
SELECT MIN(code) FROM table_1404456_1 WHERE area__km_2__ = "12,245.9"
CREATE TABLE table_1404456_1 (code INTEGER, area__km_2__ VARCHAR)
what is the minimum code with area (km 2 ) being 12,245.9
SELECT COUNT(first_elected) FROM table_1342218_24 WHERE incumbent = "William M. Colmer"
CREATE TABLE table_1342218_24 (first_elected VARCHAR, incumbent VARCHAR)
How many times was william m. colmer winstead first elected?
SELECT venue FROM table_14877831_2 WHERE opponents = 51
CREATE TABLE table_14877831_2 (venue VARCHAR, opponents VARCHAR)
What is the name of the venue where the opponent scored 51?
SELECT incumbent FROM table_1342013_34 WHERE district = "Ohio 2"
CREATE TABLE table_1342013_34 (incumbent VARCHAR, district VARCHAR)
who is the the incumbent with district being ohio 2
SELECT school_year FROM table_14603212_5 WHERE class_aAAA = Gregory - Portland
CREATE TABLE table_14603212_5 (school_year VARCHAR, class_aAAA VARCHAR, Gregory VARCHAR, Portland VARCHAR)
What are all the school years where class AAAA is in Gregory-Portland?
SELECT COUNT(incumbent) FROM table_1431467_4 WHERE district = "South Carolina 5"
CREATE TABLE table_1431467_4 (incumbent VARCHAR, district VARCHAR)
How many incumbents for the district of South Carolina 5?
SELECT nhl_team FROM table_1473672_2 WHERE college_junior_club_team = "Oshawa Generals (OMJHL)"
CREATE TABLE table_1473672_2 (nhl_team VARCHAR, college_junior_club_team VARCHAR)
Jack Lynch played for the oshawa generals (omjhl) before playing for what nhl team?
SELECT incumbent FROM table_1341690_43 WHERE district = "Texas 12"
CREATE TABLE table_1341690_43 (incumbent VARCHAR, district VARCHAR)
Name the incumbent for district texas 12
SELECT COUNT(exited) FROM table_14345690_3 WHERE finished = "9th"
CREATE TABLE table_14345690_3 (exited VARCHAR, finished VARCHAR)
How many people finished 9th?
SELECT framed_size FROM table_15070195_1 WHERE nickname = "Robot Black"
CREATE TABLE table_15070195_1 (framed_size VARCHAR, nickname VARCHAR)
for the robot black nickname, what framed size is used
SELECT result FROM table_14954150_1 WHERE date = "October 6, 1974"
CREATE TABLE table_14954150_1 (result VARCHAR, date VARCHAR)
What was the result of the game on October 6, 1974?
SELECT MAX(discs) FROM table_14562722_2
CREATE TABLE table_14562722_2 (discs INTEGER)
Name the maximum discs
SELECT party FROM table_1341604_39 WHERE district = "Pennsylvania 6"
CREATE TABLE table_1341604_39 (party VARCHAR, district VARCHAR)
What's the winning party in the Pennsylvania 6 district?
SELECT virtual_channel FROM table_1404984_1 WHERE network = "HSN"
CREATE TABLE table_1404984_1 (virtual_channel VARCHAR, network VARCHAR)
What is HSN's official virtual channel in Minneapolis-St. Paul?
SELECT MIN(first_elected) FROM table_1342315_12 WHERE incumbent = "Leo E. Allen"
CREATE TABLE table_1342315_12 (first_elected INTEGER, incumbent VARCHAR)
When was incumbent Leo E. Allen first elected?
SELECT 4 AS th_district FROM table_14123513_5 WHERE year = 1924
CREATE TABLE table_14123513_5 (year VARCHAR)
Who was in the 4th district in 1924?
SELECT COUNT(nominee) FROM table_15162479_8 WHERE net_vote = "15.17%"
CREATE TABLE table_15162479_8 (nominee VARCHAR, net_vote VARCHAR)
How many nominees had a net voice of 15.17%
SELECT incumbent FROM table_1341690_9 WHERE first_elected = 1940
CREATE TABLE table_1341690_9 (incumbent VARCHAR, first_elected VARCHAR)
Who was the incumbent in 1940?
SELECT votes_swing FROM table_149330_1 WHERE general_election = "12th Lok Sabha"
CREATE TABLE table_149330_1 (votes_swing VARCHAR, general_election VARCHAR)
What was the vote swing for the general election of the 12th lok sabha?
SELECT boys_doubles FROM table_14319023_2 WHERE girls_doubles = "Ayu Pratiwi Anggi Widia"
CREATE TABLE table_14319023_2 (boys_doubles VARCHAR, girls_doubles VARCHAR)
When the girls doubles is ayu pratiwi anggi widia what is the boys doubles?
SELECT mixed_doubles FROM table_14903627_1 WHERE womens_singles = "Kairi Viilup"
CREATE TABLE table_14903627_1 (mixed_doubles VARCHAR, womens_singles VARCHAR)
WHAT IS THE NAME OF THE MIXED DOUBLES PLAYER WHEN THE WOMENS SINGLE PLAYER IS KAIRI VIILUP?
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 player FROM table_1473672_9 WHERE pick__number = 132
CREATE TABLE table_1473672_9 (player VARCHAR, pick__number VARCHAR)
who is the the player with pick # being 132
SELECT run_time FROM table_1429629_1 WHERE viewers__in_millions_ = "8.2"
CREATE TABLE table_1429629_1 (run_time VARCHAR, viewers__in_millions_ VARCHAR)
What are all the run times with 8.2 million viewers?
SELECT format FROM table_134729_3 WHERE owner = "Moody Bible Institute"
CREATE TABLE table_134729_3 (format VARCHAR, owner VARCHAR)
What station owns Moody Bible Institute
SELECT others_percentage FROM table_13608101_1 WHERE parish = "Tangipahoa"
CREATE TABLE table_13608101_1 (others_percentage VARCHAR, parish VARCHAR)
what's the others% with parbeingh being tangipahoa
SELECT COUNT(points_for) FROM table_14058433_5 WHERE points_against = "177"
CREATE TABLE table_14058433_5 (points_for VARCHAR, points_against VARCHAR)
how many points for with points against being 177
SELECT incumbent FROM table_1341930_40 WHERE first_elected = 1956
CREATE TABLE table_1341930_40 (incumbent VARCHAR, first_elected VARCHAR)
Name the incumbent for first elected 1956
SELECT total_passengers_2008 FROM table_13836704_4 WHERE change_2008_09 = "6.5%"
CREATE TABLE table_13836704_4 (total_passengers_2008 VARCHAR, change_2008_09 VARCHAR)
what's the total passengers 2008 with change 2008/09 being 6.5%
SELECT date FROM table_14945608_1 WHERE opponent = "New York Jets"
CREATE TABLE table_14945608_1 (date VARCHAR, opponent VARCHAR)
What date did the Colts play New York Jets?
SELECT yankton_yanktonai FROM table_1499791_2 WHERE southern_lakota = "wičháša"
CREATE TABLE table_1499791_2 (yankton_yanktonai VARCHAR, southern_lakota VARCHAR)
Name the yankton yanktonai for wičháša
SELECT altitude__km_ FROM table_148578_1 WHERE explosion = "Hardtack Teak"
CREATE TABLE table_148578_1 (altitude__km_ VARCHAR, explosion VARCHAR)
What was the altitude of the explosion Hardtack Teak?
SELECT target_city__market FROM table_134987_3 WHERE frequency = "97.9 FM"
CREATE TABLE table_134987_3 (target_city__market VARCHAR, frequency VARCHAR)
What is the target market for the station on 97.9 fm?
SELECT name FROM table_1425958_1 WHERE _percentage_change = "6.5"
CREATE TABLE table_1425958_1 (name VARCHAR, _percentage_change VARCHAR)
Where was there a change of 6.5%?
SELECT tries_against FROM table_13940275_5 WHERE try_bonus = "10"
CREATE TABLE table_13940275_5 (tries_against VARCHAR, try_bonus VARCHAR)
what's the tries against with try bonus being 10
SELECT channel_tv___dt__ FROM table_1353096_1 WHERE station = "KDFW ++"
CREATE TABLE table_1353096_1 (channel_tv___dt__ VARCHAR, station VARCHAR)
What channel has station kdfw ++?
SELECT shuttle FROM table_14118521_1 WHERE primary_payload_s_ = "United States Microgravity Laboratory-1"
CREATE TABLE table_14118521_1 (shuttle VARCHAR, primary_payload_s_ VARCHAR)
what's the shuttle with primary payload(s) being united states microgravity laboratory-1
SELECT bleeding_time FROM table_14006_1 WHERE condition = "Factor V deficiency"
CREATE TABLE table_14006_1 (bleeding_time VARCHAR, condition VARCHAR)
what's the bleeding time with condition being factor v deficiency
SELECT nfl_team FROM table_14649522_1 WHERE college = "South Carolina"
CREATE TABLE table_14649522_1 (nfl_team VARCHAR, college VARCHAR)
Which team picked from South Carolina college?
SELECT COUNT(points) FROM table_14342592_7 WHERE position = "Right guard"
CREATE TABLE table_14342592_7 (points VARCHAR, position VARCHAR)
How many points did the player who was right guard score?