Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
6,500
<question>: What joined year does Dropped Athletics have? <context>: CREATE TABLE table_1973729_2 (joined INTEGER, current_conference VARCHAR)
SELECT MAX(joined) FROM table_1973729_2 WHERE current_conference = "Dropped athletics"
6,501
<question>: What is the latest founded year? <context>: CREATE TABLE table_1973729_2 (founded INTEGER)
SELECT MAX(founded) FROM table_1973729_2
6,502
<question>: What institution is located in Watertown, Wisconsin? <context>: CREATE TABLE table_1974443_1 (institution VARCHAR, location VARCHAR)
SELECT institution FROM table_1974443_1 WHERE location = "Watertown, Wisconsin"
6,503
<question>: What is the smallest enrollment for institutions founded in exactly 1880? <context>: CREATE TABLE table_1974443_1 (enrollment INTEGER, founded VARCHAR)
SELECT MIN(enrollment) FROM table_1974443_1 WHERE founded = 1880
6,504
<question>: What is the enrollment for Lakeland College? <context>: CREATE TABLE table_1974443_1 (enrollment VARCHAR, institution VARCHAR)
SELECT enrollment FROM table_1974443_1 WHERE institution = "Lakeland College"
6,505
<question>: What is the maximum enrollment for Concordia University? <context>: CREATE TABLE table_1974443_1 (enrollment INTEGER, institution VARCHAR)
SELECT MAX(enrollment) FROM table_1974443_1 WHERE institution = "Concordia University"
6,506
<question>: What couple had a total score of 6? <context>: CREATE TABLE table_19744915_15 (couple VARCHAR, total VARCHAR)
SELECT couple FROM table_19744915_15 WHERE total = 6
6,507
<question>: What is the lowest rank? <context>: CREATE TABLE table_19744915_15 (rank INTEGER)
SELECT MIN(rank) FROM table_19744915_15
6,508
<question>: What couple had a vote percentage of 7.691% <context>: CREATE TABLE table_19744915_15 (couple VARCHAR, vote_percentage VARCHAR)
SELECT couple FROM table_19744915_15 WHERE vote_percentage = "7.691%"
6,509
<question>: How many results do Ellery and Frankie have? <context>: CREATE TABLE table_19744915_15 (result VARCHAR, couple VARCHAR)
SELECT COUNT(result) FROM table_19744915_15 WHERE couple = "Ellery and Frankie"
6,510
<question>: What is Michael and Melanie's rank? <context>: CREATE TABLE table_19744915_15 (rank VARCHAR, couple VARCHAR)
SELECT rank FROM table_19744915_15 WHERE couple = "Michael and Melanie"
6,511
<question>: What is Zoe and Matt's rank? <context>: CREATE TABLE table_19744915_16 (rank VARCHAR, couple VARCHAR)
SELECT rank FROM table_19744915_16 WHERE couple = "Zoe and Matt"
6,512
<question>: What is the judge's total for Roxanne and Daniel? <context>: CREATE TABLE table_19744915_16 (judges VARCHAR, couple VARCHAR)
SELECT judges FROM table_19744915_16 WHERE couple = "Roxanne and Daniel"
6,513
<question>: What is Zoe and Matt's result? <context>: CREATE TABLE table_19744915_16 (result VARCHAR, couple VARCHAR)
SELECT result FROM table_19744915_16 WHERE couple = "Zoe and Matt"
6,514
<question>: What is the result of judge 6? <context>: CREATE TABLE table_19744915_16 (result VARCHAR, judges VARCHAR)
SELECT result FROM table_19744915_16 WHERE judges = 6
6,515
<question>: what is the order when public vote was 18.155% <context>: CREATE TABLE table_19744915_3 (order VARCHAR, public_vote VARCHAR)
SELECT order FROM table_19744915_3 WHERE public_vote = "18.155%"
6,516
<question>: what is the public vote on graeme & kristina <context>: CREATE TABLE table_19744915_3 (public_vote VARCHAR, couple VARCHAR)
SELECT public_vote FROM table_19744915_3 WHERE couple = "Graeme & Kristina"
6,517
<question>: what is robin's stat when jason was 2.5 <context>: CREATE TABLE table_19744915_3 (robin VARCHAR, jason VARCHAR)
SELECT robin FROM table_19744915_3 WHERE jason = "2.5"
6,518
<question>: state the skating song of graeme & kristina <context>: CREATE TABLE table_19744915_3 (skating_song VARCHAR, couple VARCHAR)
SELECT skating_song FROM table_19744915_3 WHERE couple = "Graeme & Kristina"
6,519
<question>: what is the scoreboard when karen was 4.5 <context>: CREATE TABLE table_19744915_3 (scoreboard VARCHAR, karen VARCHAR)
SELECT scoreboard FROM table_19744915_3 WHERE karen = "4.5"
6,520
<question>: how many coupless totalled 14.5 <context>: CREATE TABLE table_19744915_3 (couple VARCHAR, total VARCHAR)
SELECT COUNT(couple) FROM table_19744915_3 WHERE total = "14.5"
6,521
<question>: Name the nickname for enrollment being 9000 <context>: CREATE TABLE table_1974545_1 (nickname VARCHAR, enrollment VARCHAR)
SELECT nickname FROM table_1974545_1 WHERE enrollment = 9000
6,522
<question>: what type is the institute that enrolled 2102 <context>: CREATE TABLE table_1974632_1 (type VARCHAR, enrollment VARCHAR)
SELECT type FROM table_1974632_1 WHERE enrollment = 2102
6,523
<question>: where is the private/presbyterian institute <context>: CREATE TABLE table_1974632_1 (location VARCHAR, type VARCHAR)
SELECT location FROM table_1974632_1 WHERE type = "Private/Presbyterian"
6,524
<question>: what type of institution is alvernia university <context>: CREATE TABLE table_1974632_1 (type VARCHAR, institution VARCHAR)
SELECT type FROM table_1974632_1 WHERE institution = "Alvernia University"
6,525
<question>: state the institution in glenside, pennsylvania <context>: CREATE TABLE table_1974632_1 (institution VARCHAR, location VARCHAR)
SELECT institution FROM table_1974632_1 WHERE location = "Glenside, Pennsylvania"
6,526
<question>: What was the result when John Barrow was the incumbent first elected in 2004? <context>: CREATE TABLE table_19753079_13 (result VARCHAR, first_elected VARCHAR, incumbent VARCHAR)
SELECT result FROM table_19753079_13 WHERE first_elected = 2004 AND incumbent = "John Barrow"
6,527
<question>: How many incumbents are there in the georgia 8 district when the party is democratic? <context>: CREATE TABLE table_19753079_13 (incumbent VARCHAR, party VARCHAR, district VARCHAR)
SELECT COUNT(incumbent) FROM table_19753079_13 WHERE party = "Democratic" AND district = "Georgia 8"
6,528
<question>: In what district is the incumbent John Linder? <context>: CREATE TABLE table_19753079_13 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_19753079_13 WHERE incumbent = "John Linder"
6,529
<question>: What was the result of the Georgia 8 district? <context>: CREATE TABLE table_19753079_13 (result VARCHAR, district VARCHAR)
SELECT result FROM table_19753079_13 WHERE district = "Georgia 8"
6,530
<question>: What is the mind of the one that has qut reason? <context>: CREATE TABLE table_19760_1 (mind VARCHAR, reason VARCHAR)
SELECT mind FROM table_19760_1 WHERE reason = "qut"
6,531
<question>: What is the understanding of the one that has νοῦς nous reasoning? <context>: CREATE TABLE table_19760_1 (understanding VARCHAR, reason VARCHAR)
SELECT understanding FROM table_19760_1 WHERE reason = "νοῦς Nous"
6,532
<question>: How much was spent in 1949/50 (in $ millions) in the country where the cumulative expenditure is $376 millions? <context>: CREATE TABLE table_19766_1 (cumulative__$_millions_ VARCHAR)
SELECT MIN(1949 AS _50__) AS $_millions_ FROM table_19766_1 WHERE cumulative__$_millions_ = 376
6,533
<question>: How many millions of $ were spent in Iceland in 1948/49? <context>: CREATE TABLE table_19766_1 (country VARCHAR)
SELECT MAX(1948 AS _49__) AS $_millions_ FROM table_19766_1 WHERE country = "Iceland"
6,534
<question>: Name the total number for % popular vote for # of seats won for 83 <context>: CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, _number_of_seats_won VARCHAR)
SELECT COUNT(_percentage_of_popular_vote) FROM table_19769687_3 WHERE _number_of_seats_won = 83
6,535
<question>: Name the % of popular vote for election for 1926 <context>: CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, election VARCHAR)
SELECT _percentage_of_popular_vote FROM table_19769687_3 WHERE election = "1926"
6,536
<question>: Name the most # of seats won <context>: CREATE TABLE table_19769687_3 (_number_of_seats_won INTEGER)
SELECT MAX(_number_of_seats_won) FROM table_19769687_3
6,537
<question>: Name the most number of total votes for election for 1878 <context>: CREATE TABLE table_19769687_3 (_number_of_total_votes INTEGER, election VARCHAR)
SELECT MAX(_number_of_total_votes) FROM table_19769687_3 WHERE election = "1878"
6,538
<question>: What is the number for the french open 1974? <context>: CREATE TABLE table_197638_7 (_number INTEGER, french_open VARCHAR)
SELECT MAX(_number) FROM table_197638_7 WHERE french_open = 1974
6,539
<question>: When was the Australian open? <context>: CREATE TABLE table_197638_7 (australian_open INTEGER)
SELECT MAX(australian_open) FROM table_197638_7
6,540
<question>: How many ages have Maureen Connolly Brinker as the player? <context>: CREATE TABLE table_197638_7 (age VARCHAR, player VARCHAR)
SELECT COUNT(age) FROM table_197638_7 WHERE player = "Maureen Connolly Brinker"
6,541
<question>: When is the French Open when serena williams is the player? <context>: CREATE TABLE table_197638_7 (french_open INTEGER, player VARCHAR)
SELECT MIN(french_open) FROM table_197638_7 WHERE player = "Serena Williams"
6,542
<question>: how many dismissals in a game with 191 innings <context>: CREATE TABLE table_19769948_26 (dismissals VARCHAR, innings VARCHAR)
SELECT COUNT(dismissals) FROM table_19769948_26 WHERE innings = 191
6,543
<question>: How many residence cities have an English name of Province of Viborg and Nyslott? <context>: CREATE TABLE table_198175_2 (residence_city VARCHAR, english_name VARCHAR)
SELECT COUNT(residence_city) FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott"
6,544
<question>: What is the highest value for map number? <context>: CREATE TABLE table_198175_2 (map_number INTEGER)
SELECT MAX(map_number) FROM table_198175_2
6,545
<question>: What is every Swedish name for residence city is Loviisa? <context>: CREATE TABLE table_198175_2 (swedish_name VARCHAR, residence_city VARCHAR)
SELECT swedish_name FROM table_198175_2 WHERE residence_city = "Loviisa"
6,546
<question>: What is every Finnish name for the English name of Province of Viborg and Nyslott? <context>: CREATE TABLE table_198175_2 (finnish_name VARCHAR, english_name VARCHAR)
SELECT finnish_name FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott"
6,547
<question>: What is the traditional Chinese character set for the location that has an area of 181? <context>: CREATE TABLE table_1982739_2 (traditional_chinese VARCHAR, area VARCHAR)
SELECT traditional_chinese FROM table_1982739_2 WHERE area = 181
6,548
<question>: What is the total number of areas that are called Nanqiao District? <context>: CREATE TABLE table_1982739_2 (area VARCHAR, english_name VARCHAR)
SELECT COUNT(area) FROM table_1982739_2 WHERE english_name = "Nanqiao District"
6,549
<question>: What is the number of English names that have a Traditional Chinese name of 全椒縣? <context>: CREATE TABLE table_1982739_2 (english_name VARCHAR, traditional_chinese VARCHAR)
SELECT COUNT(english_name) FROM table_1982739_2 WHERE traditional_chinese = "全椒縣"
6,550
<question>: What is the Pinyin name for Dingyuan County? <context>: CREATE TABLE table_1982739_2 (pinyin VARCHAR, english_name VARCHAR)
SELECT pinyin FROM table_1982739_2 WHERE english_name = "Dingyuan County"
6,551
<question>: What are Doug Davis' maximum pitching stats? <context>: CREATE TABLE table_19839391_3 (stats INTEGER, pitcher VARCHAR)
SELECT MAX(stats) FROM table_19839391_3 WHERE pitcher = "Doug Davis"
6,552
<question>: List the pitchers for the 1970 season <context>: CREATE TABLE table_19839391_3 (pitcher VARCHAR, seasons VARCHAR)
SELECT pitcher FROM table_19839391_3 WHERE seasons = "1970"
6,553
<question>: How many wins had a win percentage of 0.667 <context>: CREATE TABLE table_19839391_3 (wins VARCHAR, winning__percentage VARCHAR)
SELECT wins FROM table_19839391_3 WHERE winning__percentage = "0.667"
6,554
<question>: how many "no decisions" are there with 3 wins and a win percentage of 1.000? <context>: CREATE TABLE table_19839391_3 (no_decisions INTEGER, winning__percentage VARCHAR, wins VARCHAR)
SELECT MIN(no_decisions) FROM table_19839391_3 WHERE winning__percentage = "1.000" AND wins = 3
6,555
<question>: stae the least number of wins in 1986 <context>: CREATE TABLE table_19864214_3 (wins INTEGER, seasons VARCHAR)
SELECT MIN(wins) FROM table_19864214_3 WHERE seasons = "1986"
6,556
<question>: what is the least number of no decisions for scott feldman category:articles with hcards <context>: CREATE TABLE table_19864214_3 (no_decisions INTEGER, pitcher VARCHAR)
SELECT MIN(no_decisions) FROM table_19864214_3 WHERE pitcher = "Scott Feldman Category:Articles with hCards"
6,557
<question>: what is the number of starts in 1977 <context>: CREATE TABLE table_19864214_3 (starts VARCHAR, seasons VARCHAR)
SELECT starts FROM table_19864214_3 WHERE seasons = "1977"
6,558
<question>: who was the pitcher in seasons 1982, 1984, 1985, 1987, 1988, 1989 <context>: CREATE TABLE table_19864214_3 (pitcher VARCHAR, seasons VARCHAR)
SELECT pitcher FROM table_19864214_3 WHERE seasons = "1982, 1984, 1985, 1987, 1988, 1989"
6,559
<question>: how many wins did pitcher jon matlack category:articles with hcards achieve <context>: CREATE TABLE table_19864214_3 (wins VARCHAR, pitcher VARCHAR)
SELECT COUNT(wins) FROM table_19864214_3 WHERE pitcher = "Jon Matlack Category:Articles with hCards"
6,560
<question>: How many series are there total? <context>: CREATE TABLE table_19897294_4 (no_in_series INTEGER)
SELECT MAX(no_in_series) FROM table_19897294_4
6,561
<question>: What family had a no.overall of UK10? <context>: CREATE TABLE table_19897294_4 (family_families VARCHAR, no_overall VARCHAR)
SELECT family_families FROM table_19897294_4 WHERE no_overall = "UK10"
6,562
<question>: What's the highest division number through the years? <context>: CREATE TABLE table_1990460_1 (division INTEGER)
SELECT MAX(division) FROM table_1990460_1
6,563
<question>: What's the lowest division number of the 6th, Great Lakes season? <context>: CREATE TABLE table_1990460_1 (division INTEGER, regular_season VARCHAR)
SELECT MIN(division) FROM table_1990460_1 WHERE regular_season = "6th, Great Lakes"
6,564
<question>: What's the team's status in the Open Cup in 2006? <context>: CREATE TABLE table_1990460_1 (open_cup VARCHAR, year VARCHAR)
SELECT open_cup FROM table_1990460_1 WHERE year = 2006
6,565
<question>: When did the 4th, Midwest season happen? <context>: CREATE TABLE table_1990460_1 (year VARCHAR, regular_season VARCHAR)
SELECT year FROM table_1990460_1 WHERE regular_season = "4th, Midwest"
6,566
<question>: how many spokesperson where in 2004 <context>: CREATE TABLE table_1992924_3 (spokesperson VARCHAR, year_s_ VARCHAR)
SELECT COUNT(spokesperson) FROM table_1992924_3 WHERE year_s_ = 2004
6,567
<question>: who is the dual commentator at the channel with spokesperson larisa verbickaya <context>: CREATE TABLE table_1992924_3 (Dual VARCHAR, spokesperson VARCHAR)
SELECT Dual AS commentator FROM table_1992924_3 WHERE spokesperson = "Larisa Verbickaya"
6,568
<question>: state all the spokesperson for the channel where commentator is dmitriy guberniyev <context>: CREATE TABLE table_1992924_3 (spokesperson VARCHAR, commentator VARCHAR)
SELECT spokesperson FROM table_1992924_3 WHERE commentator = "Dmitriy Guberniyev"
6,569
<question>: When is the first broadcast for episodes where Rufus's guest is Jack Whitehall? <context>: CREATE TABLE table_19930660_3 (first_broadcast VARCHAR, rufus_guest VARCHAR)
SELECT first_broadcast FROM table_19930660_3 WHERE rufus_guest = "Jack Whitehall"
6,570
<question>: Which episodes have Chris Addison as Rufus's guest? <context>: CREATE TABLE table_19930660_3 (episode VARCHAR, rufus_guest VARCHAR)
SELECT episode FROM table_19930660_3 WHERE rufus_guest = "Chris Addison"
6,571
<question>: What is the resulting score for the episodes where Rufus's guest is Sean Lock? <context>: CREATE TABLE table_19930660_3 (winner VARCHAR, rufus_guest VARCHAR)
SELECT winner FROM table_19930660_3 WHERE rufus_guest = "Sean Lock"
6,572
<question>: What is the first broadcast date for episode 3x10? <context>: CREATE TABLE table_19930660_3 (first_broadcast VARCHAR, episode VARCHAR)
SELECT first_broadcast FROM table_19930660_3 WHERE episode = "3x10"
6,573
<question>: What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking? <context>: CREATE TABLE table_19948664_1 (index__year_ VARCHAR, author___editor___source VARCHAR, ranking_la__2_ VARCHAR)
SELECT index__year_ FROM table_19948664_1 WHERE author___editor___source = "United Nations (UNDP)" AND ranking_la__2_ = "2nd"
6,574
<question>: How many countries were sampled in the index created by The Economist, published in 2007 and ranked 2nd in the LA Ranking? <context>: CREATE TABLE table_19948664_1 (countries_sampled INTEGER, ranking_la__2_ VARCHAR, author___editor___source VARCHAR, year_of_publication VARCHAR)
SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE author___editor___source = "The Economist" AND year_of_publication = "2007" AND ranking_la__2_ = "2nd"
6,575
<question>: What's the wold ranking of the index by Transparency International? <context>: CREATE TABLE table_19948664_1 (world_ranking__1_ VARCHAR, author___editor___source VARCHAR)
SELECT world_ranking__1_ FROM table_19948664_1 WHERE author___editor___source = "Transparency International"
6,576
<question>: How many countries were sampled for the index in 2nd place in the LA ranking and 23rd in the world ranking? <context>: CREATE TABLE table_19948664_1 (countries_sampled VARCHAR, ranking_la__2_ VARCHAR, world_ranking__1_ VARCHAR)
SELECT countries_sampled FROM table_19948664_1 WHERE ranking_la__2_ = "2nd" AND world_ranking__1_ = "23rd"
6,577
<question>: How many countries were sampled for the Prosperity Index (2008)? <context>: CREATE TABLE table_19948664_1 (countries_sampled INTEGER, index__year_ VARCHAR)
SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE index__year_ = "Prosperity Index (2008)"
6,578
<question>: What is the playoffs result in years where Open Canada Cup was "N/A" and regular season result was "2nd, New England"? <context>: CREATE TABLE table_1999350_1 (playoffs VARCHAR, open_canada_cup VARCHAR, regular_season VARCHAR)
SELECT playoffs FROM table_1999350_1 WHERE open_canada_cup = "N/A" AND regular_season = "2nd, New England"
6,579
<question>: What is the earliest year where playoffs was "did not qualify," regular season was "2nd, New England," and Open Canada Cup is "N/A"? <context>: CREATE TABLE table_1999350_1 (year INTEGER, open_canada_cup VARCHAR, playoffs VARCHAR, regular_season VARCHAR)
SELECT MIN(year) FROM table_1999350_1 WHERE playoffs = "Did not qualify" AND regular_season = "2nd, New England" AND open_canada_cup = "N/A"
6,580
<question>: What is the total number of playoffs held in exactly 2006? <context>: CREATE TABLE table_1999350_1 (playoffs VARCHAR, year VARCHAR)
SELECT COUNT(playoffs) FROM table_1999350_1 WHERE year = 2006
6,581
<question>: What were the revising conventions commentary with a denunciation of 21? <context>: CREATE TABLE table_2001348_1 (revising_convention_s_ VARCHAR, denunciations__september_2011_ VARCHAR)
SELECT revising_convention_s_ FROM table_2001348_1 WHERE denunciations__september_2011_ = 21
6,582
<question>: How many inputs are there in the 'closure for signature' tab under the field 'sea (revised)'? <context>: CREATE TABLE table_2001348_1 (closure_for_signature VARCHAR, field VARCHAR)
SELECT COUNT(closure_for_signature) FROM table_2001348_1 WHERE field = "Sea (revised)"
6,583
<question>: How many ILO codes are there with revising conventions of 'this convention, work in fishing convention'? <context>: CREATE TABLE table_2001348_1 (ilo_code VARCHAR, revising_convention_s_ VARCHAR)
SELECT COUNT(ilo_code) FROM table_2001348_1 WHERE revising_convention_s_ = "this convention, Work in Fishing Convention"
6,584
<question>: What was the revising convention of the field 'trimmers and stokers'? <context>: CREATE TABLE table_2001348_1 (revising_convention_s_ VARCHAR, field VARCHAR)
SELECT revising_convention_s_ FROM table_2001348_1 WHERE field = "trimmers and stokers"
6,585
<question>: What are the Juntas de Regantes (WUB) within the Azua Valley? <context>: CREATE TABLE table_20018310_1 (juntas_de_regantes__wub_ VARCHAR, irrigation_district VARCHAR)
SELECT juntas_de_regantes__wub_ FROM table_20018310_1 WHERE irrigation_district = "Azua Valley"
6,586
<question>: Which irrigation district has 4733 users? <context>: CREATE TABLE table_20018310_1 (irrigation_district VARCHAR, users___number_ VARCHAR)
SELECT irrigation_district FROM table_20018310_1 WHERE users___number_ = 4733
6,587
<question>: What's the number of users in the Nisibon-Yuma within the Del Este district? <context>: CREATE TABLE table_20018310_1 (users___number_ VARCHAR, irrigation_district VARCHAR, juntas_de_regantes__wub_ VARCHAR)
SELECT users___number_ FROM table_20018310_1 WHERE irrigation_district = "Del Este" AND juntas_de_regantes__wub_ = "Nisibon-Yuma"
6,588
<question>: What percentage voted for Tom Horner according to the poll source with sampling error of 2.5%? <context>: CREATE TABLE table_20032301_3 (tom_horner__i_ VARCHAR, sampling_error VARCHAR)
SELECT tom_horner__i_ FROM table_20032301_3 WHERE sampling_error = "2.5%"
6,589
<question>: What's the percentage of undecided according to the poll source with sampling error of 2.7%? <context>: CREATE TABLE table_20032301_3 (undecided VARCHAR, sampling_error VARCHAR)
SELECT undecided FROM table_20032301_3 WHERE sampling_error = "2.7%"
6,590
<question>: When did Minnesota Poll administer their poll? <context>: CREATE TABLE table_20032301_3 (dates_administered VARCHAR, poll_source VARCHAR)
SELECT dates_administered FROM table_20032301_3 WHERE poll_source = "Minnesota Poll"
6,591
<question>: How many polls show different percentages for Tom Emmer and 38% for Matt Entenza? <context>: CREATE TABLE table_20032301_3 (tom_emmer__r_ VARCHAR, matt_entenza__dfl_ VARCHAR)
SELECT COUNT(tom_emmer__r_) FROM table_20032301_3 WHERE matt_entenza__dfl_ = "38%"
6,592
<question>: What poll source administered their poll on June 14-16, 2010? <context>: CREATE TABLE table_20032301_3 (poll_source VARCHAR, dates_administered VARCHAR)
SELECT poll_source FROM table_20032301_3 WHERE dates_administered = "June 14-16, 2010"
6,593
<question>: What's the percentage of votes for Tom Horner according to the poll source that claimed 31% for Matt Entenza? <context>: CREATE TABLE table_20032301_3 (tom_horner__i_ VARCHAR, matt_entenza__dfl_ VARCHAR)
SELECT tom_horner__i_ FROM table_20032301_3 WHERE matt_entenza__dfl_ = "31%"
6,594
<question>: what is redskins (score) against tennessee titans 27 <context>: CREATE TABLE table_20074209_1 (redskins__score_ VARCHAR, opponent__score_ VARCHAR)
SELECT redskins__score_ FROM table_20074209_1 WHERE opponent__score_ = "Tennessee Titans 27"
6,595
<question>: Who is the head coach of the team who's venue is Lokomotiv? <context>: CREATE TABLE table_20140132_1 (head_coach VARCHAR, venue VARCHAR)
SELECT head_coach FROM table_20140132_1 WHERE venue = "Lokomotiv"
6,596
<question>: What is the venue for the team Terek? <context>: CREATE TABLE table_20140132_1 (venue VARCHAR, team VARCHAR)
SELECT venue FROM table_20140132_1 WHERE team = "Terek"
6,597
<question>: How many teams finished in 8th in 2008? <context>: CREATE TABLE table_20140132_1 (team VARCHAR, position_in_2008 VARCHAR)
SELECT COUNT(team) FROM table_20140132_1 WHERE position_in_2008 = "8th"
6,598
<question>: What is the location of the team Saturn? <context>: CREATE TABLE table_20140132_1 (location VARCHAR, team VARCHAR)
SELECT location FROM table_20140132_1 WHERE team = "Saturn"
6,599
<question>: when fairburn is bigger than 54.0, how many years? <context>: CREATE TABLE table_20142629_2 (year VARCHAR, fairburn INTEGER)
SELECT COUNT(year) FROM table_20142629_2 WHERE fairburn > 54.0