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