answer
stringlengths
37
161
context
stringlengths
40
126
question
stringlengths
15
152
SELECT COUNT(rnd) FROM table_13512105_3 WHERE race = "Kansas"
CREATE TABLE table_13512105_3 (rnd VARCHAR, race VARCHAR)
tell the number of times where kansas was the location
SELECT COUNT(number_of_dances) FROM table_1354805_6 WHERE average = "34.0"
CREATE TABLE table_1354805_6 (number_of_dances VARCHAR, average VARCHAR)
how many turns were completed to make a mean of 34.0
SELECT COUNT(virtual) FROM table_14623167_1 WHERE network = "Fox"
CREATE TABLE table_14623167_1 (virtual VARCHAR, network VARCHAR)
Name the virtual for Fox
SELECT candidates FROM table_1341586_44 WHERE incumbent = "Henry B. Gonzalez"
CREATE TABLE table_1341586_44 (candidates VARCHAR, incumbent VARCHAR)
Who are all the candidates vying for Henry B. Gonzalez' seat?
SELECT COUNT(airport) FROM table_13836704_9 WHERE rank = 4
CREATE TABLE table_13836704_9 (airport VARCHAR, rank VARCHAR)
how many airport with rank being 4
SELECT rd FROM table_14016079_1 WHERE circuit = "Queensland Raceway"
CREATE TABLE table_14016079_1 (rd VARCHAR, circuit VARCHAR)
What round was held at the Queensland Raceway?
SELECT try_bonus FROM table_13741576_4 WHERE tries_against = "70"
CREATE TABLE table_13741576_4 (try_bonus VARCHAR, tries_against VARCHAR)
Name the try bonus for tries against is 70
SELECT COUNT(party) FROM table_1341690_20 WHERE incumbent = "Robert Bauman"
CREATE TABLE table_1341690_20 (party VARCHAR, incumbent VARCHAR)
How many instances are there of party in the situation where Robert Bauman is the incumbent politician?
SELECT candidates FROM table_1342233_32 WHERE district = "New York 35"
CREATE TABLE table_1342233_32 (candidates VARCHAR, district VARCHAR)
What are the candidates for new york 35?
SELECT district FROM table_1342315_12 WHERE party = "Republican"
CREATE TABLE table_1342315_12 (district VARCHAR, party VARCHAR)
Which district has a Republican elected?
SELECT MIN(first_elected) FROM table_1342379_45
CREATE TABLE table_1342379_45 (first_elected INTEGER)
What year was someone first elected?
SELECT candidates FROM table_1341865_37 WHERE incumbent = "Carl W. Rich"
CREATE TABLE table_1341865_37 (candidates VARCHAR, incumbent VARCHAR)
Who ran in the race for the seat of incumbent Carl W. Rich?
SELECT MIN(bits_14_12) FROM table_14249278_1 WHERE description = "Output from accumulator to character bus"
CREATE TABLE table_14249278_1 (bits_14_12 INTEGER, description VARCHAR)
Name the most bits 14-12 for output from accumulator to character bus
SELECT points FROM table_14342592_3 WHERE player = "Clark"
CREATE TABLE table_14342592_3 (points VARCHAR, player VARCHAR)
How many points does Clark have?
SELECT winning_team FROM table_13512105_3 WHERE winning_driver = "Ryan Briscoe" AND fastest_lap = "Tomas Scheckter"
CREATE TABLE table_13512105_3 (winning_team VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR)
which brand have drivers who won with the names of ryan briscoe and tomas scheckter
SELECT high_points FROM table_13619105_3 WHERE record = "1-4"
CREATE TABLE table_13619105_3 (high_points VARCHAR, record VARCHAR)
Who was the high scorer in the game when the team was 1-4?
SELECT district FROM table_1341663_33 WHERE incumbent = "S. William Green"
CREATE TABLE table_1341663_33 (district VARCHAR, incumbent VARCHAR)
What district did S. William Green belong to?
SELECT mixed_doubles FROM table_13857700_1 WHERE year = 1972
CREATE TABLE table_13857700_1 (mixed_doubles VARCHAR, year VARCHAR)
who is the the mixed doubles with year being 1972
SELECT incumbent FROM table_1342149_13 WHERE first_elected = 1932
CREATE TABLE table_1342149_13 (incumbent VARCHAR, first_elected VARCHAR)
What is the incumbent for 1932?
SELECT MAX(_number) FROM table_15026994_5 WHERE viewing_figure = "7.02 million"
CREATE TABLE table_15026994_5 (_number INTEGER, viewing_figure VARCHAR)
What is the # for the episode with viewing figures of 7.02 million ?
SELECT result FROM table_1342270_3 WHERE district = "Alabama 1"
CREATE TABLE table_1342270_3 (result VARCHAR, district VARCHAR)
what are all the result with district being alabama 1
SELECT duration FROM table_14118521_1 WHERE mission = "STS-87"
CREATE TABLE table_14118521_1 (duration VARCHAR, mission VARCHAR)
what's the duration with mission being sts-87
SELECT COUNT(district) FROM table_1342315_17 WHERE incumbent = "René L. DeRouen"
CREATE TABLE table_1342315_17 (district VARCHAR, incumbent VARCHAR)
How many districts for rené l. derouen?
SELECT offensive FROM table_14132239_3 WHERE overall = "Bob Watson"
CREATE TABLE table_14132239_3 (offensive VARCHAR, overall VARCHAR)
Who was the offensive award winner the week when Bob Watson was given the overall award?
SELECT license FROM table_15038373_1 WHERE software = "BeeOne SMOD/HMS"
CREATE TABLE table_15038373_1 (license VARCHAR, software VARCHAR)
What is hte license for beeone smod/hms software?
SELECT incumbent FROM table_1341663_44 WHERE district = "Texas 3"
CREATE TABLE table_1341663_44 (incumbent VARCHAR, district VARCHAR)
What was the incumbent of texas 3?
SELECT incumbent FROM table_1341843_15 WHERE first_elected = "1950"
CREATE TABLE table_1341843_15 (incumbent VARCHAR, first_elected VARCHAR)
Who's the incumbent of the district with first election held in 1950?
SELECT district FROM table_1346118_5 WHERE candidates = "John I. Nolan (R) 87% Thomas F. Feeley (S) 13%"
CREATE TABLE table_1346118_5 (district VARCHAR, candidates VARCHAR)
Which district was the race between john i. nolan (r) 87% thomas f. feeley (s) 13%?
SELECT COUNT(goals_olimpia) FROM table_13688489_1 WHERE matches = 32
CREATE TABLE table_13688489_1 (goals_olimpia VARCHAR, matches VARCHAR)
How many goals Olimpia recorded for 32 matches?
SELECT MIN(losses) FROM table_14997324_5 WHERE team = "12 de Octubre"
CREATE TABLE table_14997324_5 (losses INTEGER, team VARCHAR)
How many losses did 12 de Octubre have ?
SELECT judges FROM table_13779832_1 WHERE seasons_and_winners = "Season 1, 2013–2014: Upcoming season"
CREATE TABLE table_13779832_1 (judges VARCHAR, seasons_and_winners VARCHAR)
who is the the judges with seasons and winners being season 1, 2013–2014: upcoming season
SELECT candidates FROM table_1342149_24 WHERE result = "Lost renomination Democratic loss"
CREATE TABLE table_1342149_24 (candidates VARCHAR, result VARCHAR)
Name the candidates for result of lost renomination democratic loss
SELECT MAX(last_competed) FROM table_14308895_2 WHERE country_territory = "New Zealand"
CREATE TABLE table_14308895_2 (last_competed INTEGER, country_territory VARCHAR)
when did new zealand last compete?
SELECT party FROM table_1341738_34 WHERE incumbent = "Lawrence H. Fountain"
CREATE TABLE table_1341738_34 (party VARCHAR, incumbent VARCHAR)
Which party is Lawrence H. Fountain part of?
SELECT MAX(points) FROM table_14889048_2 WHERE wins = 4
CREATE TABLE table_14889048_2 (points INTEGER, wins VARCHAR)
When a team wins 4, how much is the Maximum amount of points?
SELECT candidates FROM table_1341930_40 WHERE district = "South Carolina 3"
CREATE TABLE table_1341930_40 (candidates VARCHAR, district VARCHAR)
Name the candidates for south carolina 3
SELECT candidates FROM table_1434788_5 WHERE incumbent = "John Beatty"
CREATE TABLE table_1434788_5 (candidates VARCHAR, incumbent VARCHAR)
Who were the candidates in the election where John Beatty was the incumbent?
SELECT MIN(first_elected) FROM table_1341598_44 WHERE candidates = "Tom Loeffler (R) 80.6% Joe Sullivan (D) 19.4%"
CREATE TABLE table_1341598_44 (first_elected INTEGER, candidates VARCHAR)
What year were the election results tom loeffler (r) 80.6% joe sullivan (d) 19.4%?
SELECT arena__capacity_ FROM table_14015965_1 WHERE previous_season = "6"
CREATE TABLE table_14015965_1 (arena__capacity_ VARCHAR, previous_season VARCHAR)
What arena was season 6 played at?
SELECT total_passengers FROM table_13836704_9 WHERE freight__metric_tonnes_ = 827
CREATE TABLE table_13836704_9 (total_passengers VARCHAR, freight__metric_tonnes_ VARCHAR)
what's the total passengers with freight (metric tonnes) being 827
SELECT episode FROM table_15026994_3 WHERE viewing_figure = "6.34 million"
CREATE TABLE table_15026994_3 (episode VARCHAR, viewing_figure VARCHAR)
Which episode has been viewed 6.34 million times?
SELECT COUNT(wins) FROM table_14889048_1 WHERE points = 17
CREATE TABLE table_14889048_1 (wins VARCHAR, points VARCHAR)
Name the number of wins for when points is 17
SELECT district FROM table_1342270_5 WHERE incumbent = "William Fadjo Cravens"
CREATE TABLE table_1342270_5 (district VARCHAR, incumbent VARCHAR)
William Fadjo Cravens serves the fourth district of Arkansas.
SELECT COUNT(candidates) FROM table_1341586_19 WHERE result = "Retired to run for U. S. Senate Republican hold"
CREATE TABLE table_1341586_19 (candidates VARCHAR, result VARCHAR)
how many candidates with result being retired to run for u. s. senate republican hold
SELECT income_poverty_f FROM table_13618358_1 WHERE district = "San Juan"
CREATE TABLE table_13618358_1 (income_poverty_f VARCHAR, district VARCHAR)
How low was the San Juan income?
SELECT district FROM table_1341598_10 WHERE incumbent = "Lawrence J. Smith"
CREATE TABLE table_1341598_10 (district VARCHAR, incumbent VARCHAR)
In what district is the incumbent Lawrence J. Smith?
SELECT candidates FROM table_1342233_11 WHERE district = "Georgia 7"
CREATE TABLE table_1342233_11 (candidates VARCHAR, district VARCHAR)
Which candidates are associated with the Georgia 7 district?
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 opponent FROM table_14418812_1 WHERE week = 12
CREATE TABLE table_14418812_1 (opponent VARCHAR, week VARCHAR)
Name the opponent for week 12
SELECT provider FROM table_14465871_2 WHERE version = "2008"
CREATE TABLE table_14465871_2 (provider VARCHAR, version VARCHAR)
Which providers use version 2008?
SELECT district FROM table_1341865_40 WHERE incumbent = "Elmer J. Holland"
CREATE TABLE table_1341865_40 (district VARCHAR, incumbent VARCHAR)
What district is incumbent elmer j. holland from?
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 COUNT(college_junior_club_team) FROM table_1473672_4 WHERE nhl_team = "Philadelphia Flyers"
CREATE TABLE table_1473672_4 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
Name the number of teams for college/junior club for philadelphia flyers
SELECT date FROM table_14981555_1 WHERE weight__kg_ = "55"
CREATE TABLE table_14981555_1 (date VARCHAR, weight__kg_ VARCHAR)
When did the 55 kg participant race?
SELECT position FROM table_14911550_5 WHERE team = "Cerro Porteño"
CREATE TABLE table_14911550_5 (position VARCHAR, team VARCHAR)
In which position is the team Cerro Porteño?
SELECT asset_acquired FROM table_1373542_1 WHERE date_announced = "July 2, 2006"
CREATE TABLE table_1373542_1 (asset_acquired VARCHAR, date_announced VARCHAR)
It was announced on July 2, 2006 that what asset was acquired?
SELECT nationality FROM table_1473672_3 WHERE nhl_team = "Philadelphia Flyers"
CREATE TABLE table_1473672_3 (nationality VARCHAR, nhl_team VARCHAR)
Which nationality is the player from the Philadelphia Flyers?
SELECT margin_of_victory FROM table_1515346_2 WHERE honoree_s_ = "Tommy Armour"
CREATE TABLE table_1515346_2 (margin_of_victory VARCHAR, honoree_s_ VARCHAR)
What was the margin of victory in the year when the honoree was Tommy Armour?
SELECT COUNT(candidates) FROM table_1342359_4 WHERE district = "Arkansas 4"
CREATE TABLE table_1342359_4 (candidates VARCHAR, district VARCHAR)
How many candidates ran in the election in the Arkansas 4 district?
SELECT first_elected FROM table_1342233_17 WHERE incumbent = "Joe B. Bates"
CREATE TABLE table_1342233_17 (first_elected VARCHAR, incumbent VARCHAR)
What year was incumbent joe b. bates first elected?
SELECT record FROM table_14884844_2 WHERE athletes = "Elzbieta Urbanczik"
CREATE TABLE table_14884844_2 (record VARCHAR, athletes VARCHAR)
What are the records when Elzbieta Urbanczik competed?
SELECT incumbent FROM table_1342393_10 WHERE district = "Georgia 5"
CREATE TABLE table_1342393_10 (incumbent VARCHAR, district VARCHAR)
who won in the race in the section georgia 5
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 santee_sisseton FROM table_1499791_2 WHERE english_gloss = "morning"
CREATE TABLE table_1499791_2 (santee_sisseton VARCHAR, english_gloss VARCHAR)
Name the santee sisseton for morning
SELECT pts FROM table_14139408_1 WHERE team = "Kopron team Scot"
CREATE TABLE table_14139408_1 (pts VARCHAR, team VARCHAR)
what's the pts with team being kopron team scot
SELECT circuit FROM table_14638077_2 WHERE rnd = 5
CREATE TABLE table_14638077_2 (circuit VARCHAR, rnd VARCHAR)
what's the circuit with rnd being 5
SELECT COUNT(branding) FROM table_14623167_1 WHERE physical = 31
CREATE TABLE table_14623167_1 (branding VARCHAR, physical VARCHAR)
Name the number of branding for 31 physical
SELECT team FROM table_13619053_8 WHERE record = "13-48"
CREATE TABLE table_13619053_8 (team VARCHAR, record VARCHAR)
Who did the Raptors play against when their record was 13-48?
SELECT publisher_s_ FROM table_14325653_2 WHERE video_game = "Resident Evil 4"
CREATE TABLE table_14325653_2 (publisher_s_ VARCHAR, video_game VARCHAR)
Name the publisher for resident evil 4
SELECT result FROM table_1346118_5 WHERE candidates = "John A. Elston (R) 88.4% Luella Twining (S) 11.6%"
CREATE TABLE table_1346118_5 (result VARCHAR, candidates VARCHAR)
What was the net seat gain in the race john a. elston (r) 88.4% luella twining (s) 11.6%?
SELECT district FROM table_1342013_42 WHERE incumbent = "Omar Burleson"
CREATE TABLE table_1342013_42 (district VARCHAR, incumbent VARCHAR)
Omar Burleson was the incumbent in what district?
SELECT directed_by FROM table_14637853_3 WHERE original_air_date = "November18,1995"
CREATE TABLE table_14637853_3 (directed_by VARCHAR, original_air_date VARCHAR)
who directed with original air date being november18,1995
SELECT capital FROM table_1404414_2 WHERE population_census_2009 = 596268
CREATE TABLE table_1404414_2 (capital VARCHAR, population_census_2009 VARCHAR)
What capital has a population of 596268?
SELECT fcc_info FROM table_13998897_1 WHERE call_sign = "W221AW"
CREATE TABLE table_13998897_1 (fcc_info VARCHAR, call_sign VARCHAR)
what's the fcc info with call sign being w221aw
SELECT COUNT(location) FROM table_14976504_2 WHERE institution = "California Lutheran University"
CREATE TABLE table_14976504_2 (location VARCHAR, institution VARCHAR)
Where is California Lutheran University located?
SELECT result FROM table_1342426_5 WHERE incumbent = "William J. Driver"
CREATE TABLE table_1342426_5 (result VARCHAR, incumbent VARCHAR)
Name the result for william j. driver
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 COUNT(district) FROM table_1342256_10 WHERE first_elected = 1940
CREATE TABLE table_1342256_10 (district VARCHAR, first_elected VARCHAR)
How many districts have an incumbent first elected in 1940?
SELECT COUNT(year__ceremony_) FROM table_13719788_1 WHERE film_title_used_in_nomination = "Nagabonar"
CREATE TABLE table_13719788_1 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHAR)
How many years have a film that uses the title "Nagabonar" in the nomination?
SELECT MAX(first_elected) FROM table_1341690_18 WHERE candidates = "Otto Passman (D) Unopposed"
CREATE TABLE table_1341690_18 (first_elected INTEGER, candidates VARCHAR)
What year was Otto Passman (d) unopposed first elected?
SELECT womens_doubles FROM table_14903881_1 WHERE mens_doubles = "Charalambos Kazilas Stepan Partemian"
CREATE TABLE table_14903881_1 (womens_doubles VARCHAR, mens_doubles VARCHAR)
Name the womens doubles when mens doubles is charalambos kazilas stepan partemian
SELECT trim FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = "22 city, 30 hwy, 25 comb"
CREATE TABLE table_1373768_1 (trim VARCHAR, fuel_mileage__latest_epa_mpg___us__ VARCHAR)
what's the trim with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb
SELECT week FROM table_14984078_1 WHERE date = "December 2, 1962"
CREATE TABLE table_14984078_1 (week VARCHAR, date VARCHAR)
What week of the season did the date December 2, 1962 fall on?
SELECT date_released FROM table_1463383_1 WHERE green_communist = "8.9%"
CREATE TABLE table_1463383_1 (date_released VARCHAR, green_communist VARCHAR)
When was there 8.9% Green-Communist?
SELECT COUNT(candidates) FROM table_1342198_38 WHERE district = "Pennsylvania 21"
CREATE TABLE table_1342198_38 (candidates VARCHAR, district VARCHAR)
What is the number of candidates for pennsylvania 21
SELECT district FROM table_1342331_18 WHERE incumbent = "Riley Joseph Wilson"
CREATE TABLE table_1342331_18 (district VARCHAR, incumbent VARCHAR)
What district has Riley Joseph Wilson as the incumbent?
SELECT incumbent FROM table_1341738_19 WHERE first_elected = 1940
CREATE TABLE table_1341738_19 (incumbent VARCHAR, first_elected VARCHAR)
What is the name of the incumbent who was first eleccted in 1940?
SELECT COUNT(district) FROM table_1342315_17 WHERE incumbent = "Riley Joseph Wilson"
CREATE TABLE table_1342315_17 (district VARCHAR, incumbent VARCHAR)
How many districts does riley joseph wilson?
SELECT result FROM table_1342270_42 WHERE district = "Tennessee 2"
CREATE TABLE table_1342270_42 (result VARCHAR, district VARCHAR)
What was the result of the Tennessee 2 district election?
SELECT series FROM table_13762472_13 WHERE date = "May 23"
CREATE TABLE table_13762472_13 (series VARCHAR, date VARCHAR)
What was the series count at on May 23?
SELECT mandate FROM table_14834801_1 WHERE list_pct = "12.39%"
CREATE TABLE table_14834801_1 (mandate VARCHAR, list_pct VARCHAR)
Name the mandate for list pct 12.39%
SELECT COUNT(research_funding__) AS £, 000 AS _ FROM table_142950_1 WHERE gained_university_status = 1900
CREATE TABLE table_142950_1 (research_funding__ VARCHAR, gained_university_status VARCHAR)
How many members gained university status in 1900?
SELECT result FROM table_1346118_5 WHERE incumbent = "Clarence F. Lea"
CREATE TABLE table_1346118_5 (result VARCHAR, incumbent VARCHAR)
What was the result of the election when Clarence F. Lea was the incumbent?
SELECT international_tourist_arrivals__2010_ FROM table_14752049_2 WHERE change__2010_to_2011_ = "+11.2%"
CREATE TABLE table_14752049_2 (international_tourist_arrivals__2010_ VARCHAR, change__2010_to_2011_ VARCHAR)
What are the international tourist arrivals in 2010 where change from 2010 to 2011 is +11.2% ?
SELECT frequency_mhz FROM table_13998897_1 WHERE city_of_license = "Chattanooga, Tennessee"
CREATE TABLE table_13998897_1 (frequency_mhz VARCHAR, city_of_license VARCHAR)
what's the frequency mhz with city of license being chattanooga, tennessee
SELECT MAX(extra_points_1_point) FROM table_14342367_15 WHERE player = "Paul Dickey"
CREATE TABLE table_14342367_15 (extra_points_1_point INTEGER, player VARCHAR)
How many extra points did Paul Dickey received
SELECT result FROM table_1342149_24 WHERE first_elected = 1920
CREATE TABLE table_1342149_24 (result VARCHAR, first_elected VARCHAR)
Name the result for first elected of 1920
SELECT arrival FROM table_14688744_2 WHERE no = 14
CREATE TABLE table_14688744_2 (arrival VARCHAR, no VARCHAR)
what is the arrival time for no. 14?
SELECT incumbent FROM table_1341865_44 WHERE district = "Tennessee 5"
CREATE TABLE table_1341865_44 (incumbent VARCHAR, district VARCHAR)
what's incumbent with district being tennessee 5
SELECT avg_finish FROM table_1507423_4 WHERE avg_start = "18.4"
CREATE TABLE table_1507423_4 (avg_finish VARCHAR, avg_start VARCHAR)
What was the average finish when the average start was 18.4?
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card