Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
33,500
<question>: What is the latest episode number with the title of Jerusalem? <context>: CREATE TABLE table_19517621_4 (episode__number INTEGER, title VARCHAR)
SELECT MAX(episode__number) FROM table_19517621_4 WHERE title = "Jerusalem"
33,501
<question>: What was the original air date of the episode written by Michelle Offen? <context>: CREATE TABLE table_19517621_4 (original_airdate VARCHAR, written_by VARCHAR)
SELECT original_airdate FROM table_19517621_4 WHERE written_by = "Michelle Offen"
33,502
<question>: What is the title of the episode written by Vanessa Bates? <context>: CREATE TABLE table_19517621_4 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_19517621_4 WHERE written_by = "Vanessa Bates"
33,503
<question>: What was the original air date for the episode Calle, The Transit of Venus? <context>: CREATE TABLE table_19517621_4 (original_airdate VARCHAR, title VARCHAR)
SELECT original_airdate FROM table_19517621_4 WHERE title = "The Transit of Venus"
33,504
<question>: What is the completion percentage when yards per attempt was done by Steve McNair : 2003? <context>: CREATE TABLE table_19517448_3 (completion_percentage VARCHAR, yards_per_attempt VARCHAR)
SELECT completion_percentage FROM table_19517448_3 WHERE yards_per_attempt = "Steve McNair : 2003"
33,505
<question>: What rank has a rating of 146.8? <context>: CREATE TABLE table_19517448_3 (rank VARCHAR, rating VARCHAR)
SELECT rank FROM table_19517448_3 WHERE rating = "146.8"
33,506
<question>: How many yards per attempt were there when total yards were 513? <context>: CREATE TABLE table_19517448_3 (yards_per_attempt VARCHAR, total_yards VARCHAR)
SELECT yards_per_attempt FROM table_19517448_3 WHERE total_yards = "513"
33,507
<question>: What is the series number for the episode written by Kristen Dunphy and David Ogilvy? <context>: CREATE TABLE table_19517621_3 (series__number INTEGER, written_by VARCHAR)
SELECT MAX(series__number) FROM table_19517621_3 WHERE written_by = "Kristen Dunphy and David Ogilvy"
33,508
<question>: If the title if the Lost Boy, how many directors were there? <context>: CREATE TABLE table_19517621_3 (directed_by VARCHAR, title VARCHAR)
SELECT COUNT(directed_by) FROM table_19517621_3 WHERE title = "The Lost Boy"
33,509
<question>: What is the title for the episode that written by Michael Miller? <context>: CREATE TABLE table_19517621_3 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_19517621_3 WHERE written_by = "Michael Miller"
33,510
<question>: If the playoff berth is 17, what is the AFC championship number? <context>: CREATE TABLE table_1952057_5 (afc_championships VARCHAR, playoff_berths VARCHAR)
SELECT afc_championships FROM table_1952057_5 WHERE playoff_berths = 17
33,511
<question>: If the team in the New England Patriots, what is the super bowl championship minimum number? <context>: CREATE TABLE table_1952057_5 (super_bowl_championships INTEGER, team VARCHAR)
SELECT MIN(super_bowl_championships) FROM table_1952057_5 WHERE team = "New England Patriots"
33,512
<question>: What is the maximum number of AFC championships? <context>: CREATE TABLE table_1952057_5 (afc_championships INTEGER)
SELECT MAX(afc_championships) FROM table_1952057_5
33,513
<question>: How many authors are present when the original was Carry On? <context>: CREATE TABLE table_19523708_1 (authors VARCHAR, original VARCHAR)
SELECT COUNT(authors) FROM table_19523708_1 WHERE original = "Carry On"
33,514
<question>: What was the draw for the english meaning Eyes that Never Lie? <context>: CREATE TABLE table_19523708_1 (draw VARCHAR, language VARCHAR, english_meaning VARCHAR)
SELECT draw FROM table_19523708_1 WHERE language = "English" AND english_meaning = "Eyes That Never Lie"
33,515
<question>: What is the highest draw represented? <context>: CREATE TABLE table_19523708_1 (draw INTEGER)
SELECT MAX(draw) FROM table_19523708_1
33,516
<question>: Who was the artist for the origin Shake it, Europe? <context>: CREATE TABLE table_19523708_1 (artist VARCHAR, original VARCHAR)
SELECT artist FROM table_19523708_1 WHERE original = "Shake It, Europe"
33,517
<question>: What is the arena capacity of the arena in the town whose head coach is Yuriy Korotkevich? <context>: CREATE TABLE table_19526911_1 (arena__capacity_ VARCHAR, head_coach VARCHAR)
SELECT COUNT(arena__capacity_) FROM table_19526911_1 WHERE head_coach = "Yuriy Korotkevich"
33,518
<question>: What is the arena capacity of the arena in the town whose head coach is Roberto Serniotti? <context>: CREATE TABLE table_19526911_1 (arena__capacity_ VARCHAR, head_coach VARCHAR)
SELECT arena__capacity_ FROM table_19526911_1 WHERE head_coach = "Roberto Serniotti"
33,519
<question>: Who are the foreign players on team/s that play in Moscow? <context>: CREATE TABLE table_19526911_1 (foreign_players__max_2_ VARCHAR, town VARCHAR)
SELECT foreign_players__max_2_ FROM table_19526911_1 WHERE town = "Moscow"
33,520
<question>: What are the previous season ranks of teams whose website is www.novavolley.narod.ru? <context>: CREATE TABLE table_19526911_1 (previous_season_2007_2008 VARCHAR, website VARCHAR)
SELECT previous_season_2007_2008 FROM table_19526911_1 WHERE website = "www.novavolley.narod.ru"
33,521
<question>: What are the minimum indoor results that have a 5 for inspection? <context>: CREATE TABLE table_19534874_2 (indoor INTEGER, inspection VARCHAR)
SELECT MIN(indoor) FROM table_19534874_2 WHERE inspection = 5
33,522
<question>: What was the maximum number in written when the standard was 2? <context>: CREATE TABLE table_19534874_2 (written INTEGER, standard VARCHAR)
SELECT MAX(written) FROM table_19534874_2 WHERE standard = 2
33,523
<question>: How many point categories are there for the 3 mile run? <context>: CREATE TABLE table_19534874_2 (points VARCHAR, mile_run VARCHAR)
SELECT COUNT(points) FROM table_19534874_2 WHERE mile_run = 3
33,524
<question>: What is the indoor number for the NJ wing/ <context>: CREATE TABLE table_19534874_2 (indoor VARCHAR, wing VARCHAR)
SELECT indoor FROM table_19534874_2 WHERE wing = "NJ"
33,525
<question>: What is the indoor number for the NER region? <context>: CREATE TABLE table_19534874_2 (indoor VARCHAR, region VARCHAR)
SELECT COUNT(indoor) FROM table_19534874_2 WHERE region = "NER"
33,526
<question>: What is the winning span of the name martin kaymer? <context>: CREATE TABLE table_1953516_1 (winning_span VARCHAR, name VARCHAR)
SELECT winning_span FROM table_1953516_1 WHERE name = "Martin Kaymer"
33,527
<question>: What is the winning span in the country of England with the name of paul casey? <context>: CREATE TABLE table_1953516_1 (winning_span VARCHAR, country VARCHAR, name VARCHAR)
SELECT winning_span FROM table_1953516_1 WHERE country = "England" AND name = "Paul Casey"
33,528
<question>: What is the winning span for the name of bernard gallacher? <context>: CREATE TABLE table_1953516_1 (winning_span VARCHAR, name VARCHAR)
SELECT winning_span FROM table_1953516_1 WHERE name = "Bernard Gallacher"
33,529
<question>: What is the winning span with the rank of 5? <context>: CREATE TABLE table_1953516_1 (winning_span VARCHAR, rank VARCHAR)
SELECT winning_span FROM table_1953516_1 WHERE rank = "5"
33,530
<question>: How many scorecards are there for the match on October 28? <context>: CREATE TABLE table_19576091_1 (scorecard VARCHAR, date VARCHAR)
SELECT COUNT(scorecard) FROM table_19576091_1 WHERE date = "October 28"
33,531
<question>: How many venues were there for the match on November 6? <context>: CREATE TABLE table_19576091_1 (venue VARCHAR, date VARCHAR)
SELECT COUNT(venue) FROM table_19576091_1 WHERE date = "November 6"
33,532
<question>: What was the venue for the match on October 10? <context>: CREATE TABLE table_19576091_1 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_19576091_1 WHERE date = "October 10"
33,533
<question>: Who was the man of the match when the Rockets won by 9 wickets? <context>: CREATE TABLE table_19576091_1 (man_of_the_match VARCHAR, result VARCHAR)
SELECT man_of_the_match FROM table_19576091_1 WHERE result = "Rockets won by 9 wickets"
33,534
<question>: Name the vacator for wisconsin 1st <context>: CREATE TABLE table_1958768_3 (vacator VARCHAR, district VARCHAR)
SELECT vacator FROM table_1958768_3 WHERE district = "Wisconsin 1st"
33,535
<question>: Name the successor for pennsylvania 15th <context>: CREATE TABLE table_1958768_3 (successor VARCHAR, district VARCHAR)
SELECT successor FROM table_1958768_3 WHERE district = "Pennsylvania 15th"
33,536
<question>: Name the circuit for #47 orbit racing <context>: CREATE TABLE table_19598014_2 (circuit VARCHAR, challenge_winning_team VARCHAR)
SELECT circuit FROM table_19598014_2 WHERE challenge_winning_team = "#47 Orbit Racing"
33,537
<question>: Name the gt2 winning team where lmp2 winning team and butch leitzinger marino franchitti ben devlin <context>: CREATE TABLE table_19598014_2 (gt2_winning_team VARCHAR, lmp2_winning_team VARCHAR)
SELECT gt2_winning_team FROM table_19598014_2 WHERE lmp2_winning_team = "Butch Leitzinger Marino Franchitti Ben Devlin"
33,538
<question>: Name the lmp 1 winning team for rnd being 2 and adrian fernández luis díaz <context>: CREATE TABLE table_19598014_2 (lmp1_winning_team VARCHAR, rnd VARCHAR, lmp2_winning_team VARCHAR)
SELECT lmp1_winning_team FROM table_19598014_2 WHERE rnd = 2 AND lmp2_winning_team = "Adrian Fernández Luis Díaz"
33,539
<question>: Which capitals have an area of exactly 377930 square km? <context>: CREATE TABLE table_19605700_1 (capital VARCHAR, area_km² VARCHAR)
SELECT capital FROM table_19605700_1 WHERE area_km² = 377930
33,540
<question>: What is the total number of capitals that have an area of exactly 1104 square km? <context>: CREATE TABLE table_19605700_1 (capital VARCHAR, area_km² VARCHAR)
SELECT COUNT(capital) FROM table_19605700_1 WHERE area_km² = 1104
33,541
<question>: What capital has a population of exactly 1339724852? <context>: CREATE TABLE table_19605700_1 (capital VARCHAR, population VARCHAR)
SELECT capital FROM table_19605700_1 WHERE population = 1339724852
33,542
<question>: How many populations have a capital of Hong Kong? <context>: CREATE TABLE table_19605700_1 (population VARCHAR, capital VARCHAR)
SELECT COUNT(population) FROM table_19605700_1 WHERE capital = "Hong Kong"
33,543
<question>: What are all values for the male population in 2001 with a growth rate in 1991-01 of 36.16? <context>: CREATE TABLE table_19589113_5 (male_population_2001 VARCHAR, growth_rate_1991_01 VARCHAR)
SELECT male_population_2001 FROM table_19589113_5 WHERE growth_rate_1991_01 = "36.16"
33,544
<question>: What is the least value for total population in 2001 with a growth rate in 1991-01 of 33.08? <context>: CREATE TABLE table_19589113_5 (total_population_2001 INTEGER, growth_rate_1991_01 VARCHAR)
SELECT MIN(total_population_2001) FROM table_19589113_5 WHERE growth_rate_1991_01 = "33.08"
33,545
<question>: What are all values for male population in 2001 when sex ratio in 1991 is 896? <context>: CREATE TABLE table_19589113_5 (male_population_2001 VARCHAR, sex_ratio_‡_1991 VARCHAR)
SELECT male_population_2001 FROM table_19589113_5 WHERE sex_ratio_‡_1991 = 896
33,546
<question>: What is every growth rate in 1991-2001 when sex ratio in 2001 is 937? <context>: CREATE TABLE table_19589113_5 (growth_rate_1991_01 VARCHAR, sex_ratio_‡_2001 VARCHAR)
SELECT growth_rate_1991_01 FROM table_19589113_5 WHERE sex_ratio_‡_2001 = 937
33,547
<question>: What districts of Bihar have a sex ratio in 1991 of 864? <context>: CREATE TABLE table_19589113_5 (districts_of_bihar VARCHAR, sex_ratio_‡_1991 VARCHAR)
SELECT districts_of_bihar FROM table_19589113_5 WHERE sex_ratio_‡_1991 = 864
33,548
<question>: How many marriages between women have % same-sex marriages of 1.06? <context>: CREATE TABLE table_19614212_1 (marriages_between_women VARCHAR, _percentage_same_sex_marriages VARCHAR)
SELECT marriages_between_women FROM table_19614212_1 WHERE _percentage_same_sex_marriages = "1.06"
33,549
<question>: What is the % of same-sex marriages for the year of 2011? <context>: CREATE TABLE table_19614212_1 (_percentage_same_sex_marriages VARCHAR, year VARCHAR)
SELECT _percentage_same_sex_marriages FROM table_19614212_1 WHERE year = "2011"
33,550
<question>: How many % same-sex marriages are there for the year 2008? <context>: CREATE TABLE table_19614212_1 (_percentage_same_sex_marriages VARCHAR, year VARCHAR)
SELECT COUNT(_percentage_same_sex_marriages) FROM table_19614212_1 WHERE year = "2008"
33,551
<question>: How many % same-sex marriages are marriages between men for 923? <context>: CREATE TABLE table_19614212_1 (_percentage_same_sex_marriages VARCHAR, marriages_between_men VARCHAR)
SELECT COUNT(_percentage_same_sex_marriages) FROM table_19614212_1 WHERE marriages_between_men = 923
33,552
<question>: When was the episode number 2 originally aired? <context>: CREATE TABLE table_19632728_1 (original_air_date VARCHAR, episode__number VARCHAR)
SELECT original_air_date FROM table_19632728_1 WHERE episode__number = 2
33,553
<question>: What was the highest season number? <context>: CREATE TABLE table_19632728_1 (season__number INTEGER)
SELECT MAX(season__number) FROM table_19632728_1
33,554
<question>: What was the margin of victory of Steve Stricker as a runner up? <context>: CREATE TABLE table_19630743_2 (margin_of_victory VARCHAR, runner_s__up VARCHAR)
SELECT margin_of_victory FROM table_19630743_2 WHERE runner_s__up = "Steve Stricker"
33,555
<question>: How many to par has the winning score of 69-66-68=203. <context>: CREATE TABLE table_19630743_2 (to_par VARCHAR, winning_score VARCHAR)
SELECT to_par FROM table_19630743_2 WHERE winning_score = 69 - 66 - 68 = 203
33,556
<question>: What is the minimum number of the bmw championship tournament. <context>: CREATE TABLE table_19630743_2 (no INTEGER, tournament VARCHAR)
SELECT MIN(no) FROM table_19630743_2 WHERE tournament = "BMW Championship"
33,557
<question>: What is the total number of John Merrick as a runner up? <context>: CREATE TABLE table_19630743_2 (no VARCHAR, runner_s__up VARCHAR)
SELECT COUNT(no) FROM table_19630743_2 WHERE runner_s__up = "John Merrick"
33,558
<question>: What horses does r. a. Scott own? <context>: CREATE TABLE table_19624708_1 (horse VARCHAR, owner VARCHAR)
SELECT horse FROM table_19624708_1 WHERE owner = "R. A. Scott"
33,559
<question>: How many numbers have sp of 20/1 and a finishing position of fence 19? <context>: CREATE TABLE table_19624708_1 (number VARCHAR, sp VARCHAR, finishing_position VARCHAR)
SELECT COUNT(number) FROM table_19624708_1 WHERE sp = "20/1" AND finishing_position = "Fence 19"
33,560
<question>: Which handicap has the horse knowhere? <context>: CREATE TABLE table_19624708_1 (handicap__st_lb_ VARCHAR, horse VARCHAR)
SELECT handicap__st_lb_ FROM table_19624708_1 WHERE horse = "Knowhere"
33,561
<question>: What colors does David Langdon use? <context>: CREATE TABLE table_19624708_1 (colours VARCHAR, owner VARCHAR)
SELECT colours FROM table_19624708_1 WHERE owner = "David Langdon"
33,562
<question>: If the film title nominated is Baran, what was the result? <context>: CREATE TABLE table_19625976_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT result FROM table_19625976_1 WHERE film_title_used_in_nomination = "Baran"
33,563
<question>: For the Persian Title میم مثل مادر, what were the results? <context>: CREATE TABLE table_19625976_1 (result VARCHAR, persian_title VARCHAR)
SELECT result FROM table_19625976_1 WHERE persian_title = "میم مثل مادر"
33,564
<question>: For the Persian title گبه, What was the film title used for the nomination? <context>: CREATE TABLE table_19625976_1 (film_title_used_in_nomination VARCHAR, persian_title VARCHAR)
SELECT film_title_used_in_nomination FROM table_19625976_1 WHERE persian_title = "گبه"
33,565
<question>: What year had an Allison B400R transmission and a model of BRT? <context>: CREATE TABLE table_19643196_1 (year VARCHAR, transmission VARCHAR, model VARCHAR)
SELECT year FROM table_19643196_1 WHERE transmission = "Allison B400R" AND model = "BRT"
33,566
<question>: What is the fleet number when the length (ft) is 30? <context>: CREATE TABLE table_19643196_1 (fleet__number VARCHAR, length__ft_ VARCHAR)
SELECT fleet__number FROM table_19643196_1 WHERE length__ft_ = 30
33,567
<question>: What is the fleet number when the transmission is Voith D863.4 and the engine is Cummins ISL? <context>: CREATE TABLE table_19643196_1 (fleet__number VARCHAR, transmission VARCHAR, engine VARCHAR)
SELECT fleet__number FROM table_19643196_1 WHERE transmission = "Voith D863.4" AND engine = "Cummins ISL"
33,568
<question>: Which year had a transmission of Voith D863.4 and a Cummins ISM engine? <context>: CREATE TABLE table_19643196_1 (year VARCHAR, transmission VARCHAR, engine VARCHAR)
SELECT year FROM table_19643196_1 WHERE transmission = "Voith D863.4" AND engine = "Cummins ISM"
33,569
<question>: Name the college/junior club team for ian turnbull <context>: CREATE TABLE table_1965650_1 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_1965650_1 WHERE player = "Ian Turnbull"
33,570
<question>: Name the position for nhl team being los angeles kings <context>: CREATE TABLE table_1965650_3 (position VARCHAR, nhl_team VARCHAR)
SELECT position FROM table_1965650_3 WHERE nhl_team = "Los Angeles Kings"
33,571
<question>: Name the nhl times for jeff jacques <context>: CREATE TABLE table_1965650_3 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_1965650_3 WHERE player = "Jeff Jacques"
33,572
<question>: Name the college/junior club team for john campbell <context>: CREATE TABLE table_1965650_3 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_1965650_3 WHERE player = "John Campbell"
33,573
<question>: Name the least pick # for doug gibson <context>: CREATE TABLE table_1965650_3 (pick__number INTEGER, player VARCHAR)
SELECT MIN(pick__number) FROM table_1965650_3 WHERE player = "Doug Gibson"
33,574
<question>: How many nationalities does Tom Colley have? <context>: CREATE TABLE table_1965650_4 (nationality VARCHAR, player VARCHAR)
SELECT COUNT(nationality) FROM table_1965650_4 WHERE player = "Tom Colley"
33,575
<question>: What's the NHL team that drafted the player from Sudbury Wolves (OHA)? <context>: CREATE TABLE table_1965650_4 (nhl_team VARCHAR, college_junior_club_team VARCHAR)
SELECT nhl_team FROM table_1965650_4 WHERE college_junior_club_team = "Sudbury Wolves (OHA)"
33,576
<question>: What's the number of positions of the player playing in Minnesota North Stars? <context>: CREATE TABLE table_1965650_4 (position VARCHAR, nhl_team VARCHAR)
SELECT COUNT(position) FROM table_1965650_4 WHERE nhl_team = "Minnesota North Stars"
33,577
<question>: What's the smallest pick number of a player playing in Minnesota North Stars? <context>: CREATE TABLE table_1965650_4 (pick__number INTEGER, nhl_team VARCHAR)
SELECT MIN(pick__number) FROM table_1965650_4 WHERE nhl_team = "Minnesota North Stars"
33,578
<question>: What's the nationality of the player coming from Edmonton Oil Kings (WCHL)? <context>: CREATE TABLE table_1965650_4 (nationality VARCHAR, college_junior_club_team VARCHAR)
SELECT nationality FROM table_1965650_4 WHERE college_junior_club_team = "Edmonton Oil Kings (WCHL)"
33,579
<question>: What's Steve Langdon's naitionality? <context>: CREATE TABLE table_1965650_4 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_1965650_4 WHERE player = "Steve Langdon"
33,580
<question>: When michigan technological university (ncaa) is the college, junior, or club team what is the nationality? <context>: CREATE TABLE table_1965650_9 (nationality VARCHAR, college_junior_club_team VARCHAR)
SELECT nationality FROM table_1965650_9 WHERE college_junior_club_team = "Michigan Technological University (NCAA)"
33,581
<question>: When kitchener rangers (oha) is the college, junior, or club team team who is the player? <context>: CREATE TABLE table_1965650_9 (player VARCHAR, college_junior_club_team VARCHAR)
SELECT player FROM table_1965650_9 WHERE college_junior_club_team = "Kitchener Rangers (OHA)"
33,582
<question>: When sault ste. marie greyhounds (oha) is the college, junior, or club team how many nationalities are there? <context>: CREATE TABLE table_1965650_9 (nationality VARCHAR, college_junior_club_team VARCHAR)
SELECT COUNT(nationality) FROM table_1965650_9 WHERE college_junior_club_team = "Sault Ste. Marie Greyhounds (OHA)"
33,583
<question>: When kitchener rangers (oha) is the college, junior, or club team what is the position? <context>: CREATE TABLE table_1965650_9 (position VARCHAR, college_junior_club_team VARCHAR)
SELECT position FROM table_1965650_9 WHERE college_junior_club_team = "Kitchener Rangers (OHA)"
33,584
<question>: How many positions for denis patry? <context>: CREATE TABLE table_1965650_6 (position VARCHAR, player VARCHAR)
SELECT COUNT(position) FROM table_1965650_6 WHERE player = "Denis Patry"
33,585
<question>: What nationality for neil korzack? <context>: CREATE TABLE table_1965650_6 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_1965650_6 WHERE player = "Neil Korzack"
33,586
<question>: Name the college that has 10000 enrolled <context>: CREATE TABLE table_1969577_1 (institution VARCHAR, enrollment VARCHAR)
SELECT institution FROM table_1969577_1 WHERE enrollment = 10000
33,587
<question>: Name the most joined for molloy college <context>: CREATE TABLE table_1969577_1 (joined INTEGER, institution VARCHAR)
SELECT MAX(joined) FROM table_1969577_1 WHERE institution = "Molloy College"
33,588
<question>: how many times was total considered when hancock # was 1394 <context>: CREATE TABLE table_19681738_1 (total VARCHAR, hancock__number VARCHAR)
SELECT COUNT(total) FROM table_19681738_1 WHERE hancock__number = 1394
33,589
<question>: how many times was hancock % considered when starky % was 20.96% <context>: CREATE TABLE table_19681738_1 (hancock__percentage VARCHAR, starky__percentage VARCHAR)
SELECT COUNT(hancock__percentage) FROM table_19681738_1 WHERE starky__percentage = "20.96%"
33,590
<question>: How many times was country considered when starky % was 20.96% <context>: CREATE TABLE table_19681738_1 (county VARCHAR, starky__percentage VARCHAR)
SELECT COUNT(county) FROM table_19681738_1 WHERE starky__percentage = "20.96%"
33,591
<question>: which country did stary get 17.41% <context>: CREATE TABLE table_19681738_1 (county VARCHAR, starky__percentage VARCHAR)
SELECT county FROM table_19681738_1 WHERE starky__percentage = "17.41%"
33,592
<question>: what is the least total in gila <context>: CREATE TABLE table_19681738_1 (total INTEGER, county VARCHAR)
SELECT MIN(total) FROM table_19681738_1 WHERE county = "Gila"
33,593
<question>: where did hancock get 3.09% <context>: CREATE TABLE table_19681738_1 (county VARCHAR, hancock__percentage VARCHAR)
SELECT county FROM table_19681738_1 WHERE hancock__percentage = "3.09%"
33,594
<question>: What is the BBM when the strike rate is 42.2? <context>: CREATE TABLE table_19662262_6 (bbm VARCHAR, strike_rate VARCHAR)
SELECT bbm FROM table_19662262_6 WHERE strike_rate = "42.2"
33,595
<question>: What is the economy when the strike rate is 54.0? <context>: CREATE TABLE table_19662262_6 (economy_rate VARCHAR, strike_rate VARCHAR)
SELECT economy_rate FROM table_19662262_6 WHERE strike_rate = "54.0"
33,596
<question>: How many averages are there when the economy rate is 2.26? <context>: CREATE TABLE table_19662262_6 (average VARCHAR, economy_rate VARCHAR)
SELECT COUNT(average) FROM table_19662262_6 WHERE economy_rate = "2.26"
33,597
<question>: How many figures for wickets when the strike rate is 54.0? <context>: CREATE TABLE table_19662262_6 (wickets VARCHAR, strike_rate VARCHAR)
SELECT COUNT(wickets) FROM table_19662262_6 WHERE strike_rate = "54.0"
33,598
<question>: What is the strike rate when there are 17 wickets? <context>: CREATE TABLE table_19662262_6 (strike_rate VARCHAR, wickets VARCHAR)
SELECT strike_rate FROM table_19662262_6 WHERE wickets = 17
33,599
<question>: How many areas (km 2) have 151511 as the census 2006 population? <context>: CREATE TABLE table_1966992_1 (area__km_2__ VARCHAR, census_2006_population VARCHAR)
SELECT COUNT(area__km_2__) FROM table_1966992_1 WHERE census_2006_population = 151511