question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
What is the 2006 census population when the area is 159?
CREATE TABLE table_28891101_3 (census_2006_population VARCHAR, area__km_2__ VARCHAR)
{ "SQL_Query": "SELECT COUNT(census_2006_population) FROM table_28891101_3 WHERE area__km_2__ = 159" }
What is the area when the Iga name is Ahoada East?
CREATE TABLE table_28891101_3 (area__km_2__ INTEGER, lga_name VARCHAR)
{ "SQL_Query": "SELECT MAX(area__km_2__) FROM table_28891101_3 WHERE lga_name = \"Ahoada East\"" }
What NHL team picked richard borgo?
CREATE TABLE table_2897457_2 (nhl_team VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT nhl_team FROM table_2897457_2 WHERE player = \"Richard Borgo\"" }
What is the nationality of the draft pick player who plays centre position and is going to Calgary Flames?
CREATE TABLE table_2897457_2 (nationality VARCHAR, position VARCHAR, nhl_team VARCHAR)
{ "SQL_Query": "SELECT nationality FROM table_2897457_2 WHERE position = \"Centre\" AND nhl_team = \"Calgary Flames\"" }
What player came from Cornell University (NCAA)?
CREATE TABLE table_2897457_2 (player VARCHAR, college_junior_club_team VARCHAR)
{ "SQL_Query": "SELECT player FROM table_2897457_2 WHERE college_junior_club_team = \"Cornell University (NCAA)\"" }
How many draft picks is player byron dafoe?
CREATE TABLE table_2897457_2 (pick__number VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT COUNT(pick__number) FROM table_2897457_2 WHERE player = \"Byron Dafoe\"" }
What is the nationality of the player picked to go to Washington Capitals?
CREATE TABLE table_2897457_2 (nationality VARCHAR, nhl_team VARCHAR)
{ "SQL_Query": "SELECT nationality FROM table_2897457_2 WHERE nhl_team = \"Washington Capitals\"" }
What player attended avon old farms (ushs-ct)?
CREATE TABLE table_2897457_5 (player VARCHAR, college_junior_club_team VARCHAR)
{ "SQL_Query": "SELECT player FROM table_2897457_5 WHERE college_junior_club_team = \"Avon Old Farms (USHS-CT)\"" }
What pick number was marc deschamps?
CREATE TABLE table_2897457_5 (pick__number VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT pick__number FROM table_2897457_5 WHERE player = \"Marc Deschamps\"" }
What nationality is keith carney?
CREATE TABLE table_2897457_5 (nationality VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT nationality FROM table_2897457_5 WHERE player = \"Keith Carney\"" }
What position did the #94 pick play?
CREATE TABLE table_2897457_5 (position VARCHAR, pick__number VARCHAR)
{ "SQL_Query": "SELECT position FROM table_2897457_5 WHERE pick__number = 94" }
Which episode number saw 1.312 million U.S. Wviewers?
CREATE TABLE table_29085880_1 (no VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT no FROM table_29085880_1 WHERE us_viewers__million_ = \"1.312\"" }
What is the title of the episode directed by Rich Correll and written by Dennis Rinsler?
CREATE TABLE table_29102100_1 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT title FROM table_29102100_1 WHERE directed_by = \"Rich Correll\" AND written_by = \"Dennis Rinsler\"" }
What number episode in the season had a production code of 334?
CREATE TABLE table_29102100_1 (season__number INTEGER, prod_code VARCHAR)
{ "SQL_Query": "SELECT MAX(season__number) FROM table_29102100_1 WHERE prod_code = 334" }
What was the production code of the episode directed by Rondell Sheridan?
CREATE TABLE table_29102100_1 (prod_code INTEGER, directed_by VARCHAR)
{ "SQL_Query": "SELECT MAX(prod_code) FROM table_29102100_1 WHERE directed_by = \"Rondell Sheridan\"" }
in how many dates the opponen in the final was rushmi chakravarthi
CREATE TABLE table_29127804_3 (date VARCHAR, opponent_in_the_final VARCHAR)
{ "SQL_Query": "SELECT COUNT(date) FROM table_29127804_3 WHERE opponent_in_the_final = \"Rushmi Chakravarthi\"" }
what is the name of the tournament where outcome is runner-up
CREATE TABLE table_29127804_3 (tournament VARCHAR, outcome VARCHAR)
{ "SQL_Query": "SELECT tournament FROM table_29127804_3 WHERE outcome = \"Runner-up\"" }
what is the material of the surface in the dehradun , uttarakhand, india location
CREATE TABLE table_29127804_3 (surface VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT surface FROM table_29127804_3 WHERE location = \"Dehradun , Uttarakhand, India\"" }
what is the material of the surface in noida , uttar pradesh, india
CREATE TABLE table_29127804_3 (surface VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT surface FROM table_29127804_3 WHERE location = \"Noida , Uttar Pradesh, India\"" }
what is the date of the game played in the bangalore , karnataka, india location
CREATE TABLE table_29127804_3 (date VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT date FROM table_29127804_3 WHERE location = \"Bangalore , Karnataka, India\"" }
What is the destination when the train number is 16526?
CREATE TABLE table_29202276_2 (destination VARCHAR, train_number VARCHAR)
{ "SQL_Query": "SELECT destination FROM table_29202276_2 WHERE train_number = 16526" }
What is the origin when the destination is Mumbai?
CREATE TABLE table_29202276_2 (origin VARCHAR, destination VARCHAR)
{ "SQL_Query": "SELECT origin FROM table_29202276_2 WHERE destination = \"Mumbai\"" }
What is the route/via when the destination is listed as Madurai?
CREATE TABLE table_29202276_2 (route_via VARCHAR, destination VARCHAR)
{ "SQL_Query": "SELECT route_via FROM table_29202276_2 WHERE destination = \"Madurai\"" }
What is the route/via when the train name is Parasuram Express?
CREATE TABLE table_29202276_2 (route_via VARCHAR, train_name VARCHAR)
{ "SQL_Query": "SELECT route_via FROM table_29202276_2 WHERE train_name = \"Parasuram Express\"" }
What is the train number when the time is 10:38?
CREATE TABLE table_29202276_2 (train_number INTEGER, time VARCHAR)
{ "SQL_Query": "SELECT MAX(train_number) FROM table_29202276_2 WHERE time = \"10:38\"" }
What is the Thurs 2 June time for the rider with a Fri 3 June time of 17' 36.58 128.554mph?
CREATE TABLE table_29218221_1 (thurs_2_june VARCHAR, fri_3_june VARCHAR)
{ "SQL_Query": "SELECT thurs_2_june FROM table_29218221_1 WHERE fri_3_june = \"17' 36.58 128.554mph\"" }
What is the Mon 30 May time for the rider whose Fri 3 June time was 17' 13.46 131.431mph?
CREATE TABLE table_29218221_1 (mon_30_may VARCHAR, fri_3_june VARCHAR)
{ "SQL_Query": "SELECT mon_30_may FROM table_29218221_1 WHERE fri_3_june = \"17' 13.46 131.431mph\"" }
What is the Fri 3 June time for the rider whose Tues 31 May time was 19' 18.80 117.215mph?
CREATE TABLE table_29218221_1 (fri_3_june VARCHAR, tues_31_may VARCHAR)
{ "SQL_Query": "SELECT fri_3_june FROM table_29218221_1 WHERE tues_31_may = \"19' 18.80 117.215mph\"" }
What is the Fri 3 June time for the rider with a Weds 1 June time of 18' 22.66 123.182mph?
CREATE TABLE table_29218221_2 (fri_3_june VARCHAR, wed_1_june VARCHAR)
{ "SQL_Query": "SELECT fri_3_june FROM table_29218221_2 WHERE wed_1_june = \"18' 22.66 123.182mph\"" }
What is the rank of the rider whose Tues 31 May time was 19' 02.34 118.903mph?
CREATE TABLE table_29218221_2 (rank VARCHAR, tues_31_may VARCHAR)
{ "SQL_Query": "SELECT rank FROM table_29218221_2 WHERE tues_31_may = \"19' 02.34 118.903mph\"" }
What is the number of riders that had a Tues 31 May time of 18' 55.91 124.236mph?
CREATE TABLE table_29218221_2 (rider VARCHAR, tues_31_may VARCHAR)
{ "SQL_Query": "SELECT COUNT(rider) FROM table_29218221_2 WHERE tues_31_may = \"18' 55.91 124.236mph\"" }
Who was the rider with a Fri 3 June time of 18' 19.68 123.516mph?
CREATE TABLE table_29218221_2 (rider VARCHAR, fri_3_june VARCHAR)
{ "SQL_Query": "SELECT rider FROM table_29218221_2 WHERE fri_3_june = \"18' 19.68 123.516mph\"" }
how many matches did the player that played 23 matches win
CREATE TABLE table_29302711_12 (matches_won INTEGER, matches_played VARCHAR)
{ "SQL_Query": "SELECT MIN(matches_won) FROM table_29302711_12 WHERE matches_played = 23" }
how many countries had 21 points
CREATE TABLE table_29302711_12 (country VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT COUNT(country) FROM table_29302711_12 WHERE points = 21" }
how much prize money (in USD) did bob lutz win
CREATE TABLE table_29302711_12 (prize_money__usd_ INTEGER, name VARCHAR)
{ "SQL_Query": "SELECT MAX(prize_money__usd_) FROM table_29302711_12 WHERE name = \"Bob Lutz\"" }
how many matches did colin dibley win
CREATE TABLE table_29302711_12 (matches_won VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT matches_won FROM table_29302711_12 WHERE name = \"Colin Dibley\"" }
What team hired Renato Gaúcho?
CREATE TABLE table_29414946_3 (team VARCHAR, replaced_by VARCHAR)
{ "SQL_Query": "SELECT team FROM table_29414946_3 WHERE replaced_by = \"Renato Gaúcho\"" }
How many times did Silas leave as a team manager?
CREATE TABLE table_29414946_3 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
{ "SQL_Query": "SELECT COUNT(manner_of_departure) FROM table_29414946_3 WHERE outgoing_manager = \"Silas\"" }
Why did Geninho leave as manager?
CREATE TABLE table_29414946_3 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
{ "SQL_Query": "SELECT manner_of_departure FROM table_29414946_3 WHERE outgoing_manager = \"Geninho\"" }
Who was the new Santos manager?
CREATE TABLE table_29414946_3 (replaced_by VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT replaced_by FROM table_29414946_3 WHERE team = \"Santos\"" }
Who was replaced as manager on June 20?
CREATE TABLE table_29414946_3 (outgoing_manager VARCHAR, date_of_appointment VARCHAR)
{ "SQL_Query": "SELECT outgoing_manager FROM table_29414946_3 WHERE date_of_appointment = \"June 20\"" }
Who is the s color commentator when the pregame host is jon sciambi?
CREATE TABLE table_2941848_10 (s_color_commentator VARCHAR, pregame_hosts VARCHAR)
{ "SQL_Query": "SELECT s_color_commentator FROM table_2941848_10 WHERE pregame_hosts = \"Jon Sciambi\"" }
Who is the pregame host when the pregame analysts is Dave Campbell and the year is 2001?
CREATE TABLE table_2941848_10 (pregame_hosts VARCHAR, pregame_analysts VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT pregame_hosts FROM table_2941848_10 WHERE pregame_analysts = \"Dave Campbell\" AND year = 2001" }
How many networks are listed when the year is 2008?
CREATE TABLE table_2941848_10 (network VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT COUNT(network) FROM table_2941848_10 WHERE year = 2008" }
What is the original air date of the episode with production code is 319?
CREATE TABLE table_29436059_1 (original_air_date VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_29436059_1 WHERE production_code = 319" }
What is the title of episode 10?
CREATE TABLE table_29436059_1 (title VARCHAR, no_in_season VARCHAR)
{ "SQL_Query": "SELECT title FROM table_29436059_1 WHERE no_in_season = 10" }
What was the position of the player with 57 goals?
CREATE TABLE table_29483890_1 (position VARCHAR, goals VARCHAR)
{ "SQL_Query": "SELECT position FROM table_29483890_1 WHERE goals = 57" }
What is the title of book number 7?
CREATE TABLE table_2950964_1 (title VARCHAR, _number VARCHAR)
{ "SQL_Query": "SELECT title FROM table_2950964_1 WHERE _number = \"7\"" }
What is the title of book number 8?
CREATE TABLE table_2950964_1 (title VARCHAR, _number VARCHAR)
{ "SQL_Query": "SELECT title FROM table_2950964_1 WHERE _number = \"8\"" }
What is the publication date of the book that is narrated by Michael Maloney?
CREATE TABLE table_2950964_1 (published VARCHAR, audiobook_narrator VARCHAR)
{ "SQL_Query": "SELECT published FROM table_2950964_1 WHERE audiobook_narrator = \"Michael Maloney\"" }
What is the title of ISBN 1-84990-243-7?
CREATE TABLE table_2950964_1 (title VARCHAR, isbn VARCHAR)
{ "SQL_Query": "SELECT title FROM table_2950964_1 WHERE isbn = \"isbn 1-84990-243-7\"" }
Who are the featuring companions of number 3?
CREATE TABLE table_2950964_1 (featuring_companion VARCHAR, _number VARCHAR)
{ "SQL_Query": "SELECT featuring_companion FROM table_2950964_1 WHERE _number = \"3\"" }
What was the time of the games that took place at the cassell coliseum • blacksburg, va?
CREATE TABLE table_29535057_4 (time VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT time FROM table_29535057_4 WHERE location = \"Cassell Coliseum • Blacksburg, VA\"" }
How many challenge leaders were there of the games won by virginia (87-79)?
CREATE TABLE table_29535057_4 (challenge_leader VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT COUNT(challenge_leader) FROM table_29535057_4 WHERE winner = \"Virginia (87-79)\"" }
Who were the challenge leaders of the games won by boston college (88-76)?
CREATE TABLE table_29535057_4 (challenge_leader VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT challenge_leader FROM table_29535057_4 WHERE winner = \"Boston College (88-76)\"" }
Where did the games that had Wake Forest as Acc Team take place?
CREATE TABLE table_29535057_4 (location VARCHAR, acc_team VARCHAR)
{ "SQL_Query": "SELECT location FROM table_29535057_4 WHERE acc_team = \"Wake Forest\"" }
Where did the games that had Wisconsin as big ten team take place?
CREATE TABLE table_29535057_4 (location VARCHAR, big_ten_team VARCHAR)
{ "SQL_Query": "SELECT location FROM table_29535057_4 WHERE big_ten_team = \"Wisconsin\"" }
Who had the most assists and how many did they have on January 5?
CREATE TABLE table_29556461_7 (high_assists VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT high_assists FROM table_29556461_7 WHERE date = \"January 5\"" }
What team was Temple playing on January 19?
CREATE TABLE table_29556461_7 (team VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT team FROM table_29556461_7 WHERE date = \"January 19\"" }
How many different combinations of team colors are there in all the schools in Maroa, Illinois?
CREATE TABLE table_29612224_1 (colors VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT COUNT(colors) FROM table_29612224_1 WHERE location = \"Maroa, Illinois\"" }
What's the website of the school in Macon, Illinois?
CREATE TABLE table_29612224_1 (school_website VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT school_website FROM table_29612224_1 WHERE location = \"Macon, Illinois\"" }
What are the team colors from Tolono, Illinois?
CREATE TABLE table_29612224_1 (colors VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT colors FROM table_29612224_1 WHERE location = \"Tolono, Illinois\"" }
What's the name of the city or town of the school that operates the http://www.mfschools.org/high/ website?
CREATE TABLE table_29612224_1 (institution VARCHAR, school_website VARCHAR)
{ "SQL_Query": "SELECT institution FROM table_29612224_1 WHERE school_website = \"http://www.mfschools.org/high/\"" }
Who had the fastest lap(s) when stefan wilson had the pole?
CREATE TABLE table_29690363_3 (fastest_lap VARCHAR, pole_position VARCHAR)
{ "SQL_Query": "SELECT fastest_lap FROM table_29690363_3 WHERE pole_position = \"Stefan Wilson\"" }
Who had the fastest lap(s) when josef newgarden led the most laps at edmonton?
CREATE TABLE table_29690363_3 (fastest_lap VARCHAR, most_laps_led VARCHAR, race VARCHAR)
{ "SQL_Query": "SELECT fastest_lap FROM table_29690363_3 WHERE most_laps_led = \"Josef Newgarden\" AND race = \"Edmonton\"" }
Who had the pole(s) when esteban guerrieri led the most laps round 8a and josef newgarden had the fastest lap?
CREATE TABLE table_29690363_3 (pole_position VARCHAR, rd VARCHAR, most_laps_led VARCHAR, fastest_lap VARCHAR)
{ "SQL_Query": "SELECT pole_position FROM table_29690363_3 WHERE most_laps_led = \"Esteban Guerrieri\" AND fastest_lap = \"Josef Newgarden\" AND rd = \"8A\"" }
Who led the most laps when brandon wagner had the fastest lap?
CREATE TABLE table_29690363_3 (most_laps_led VARCHAR, fastest_lap VARCHAR)
{ "SQL_Query": "SELECT most_laps_led FROM table_29690363_3 WHERE fastest_lap = \"Brandon Wagner\"" }
What race did josef newgarden have the fastest lap and lead the most laps?
CREATE TABLE table_29690363_3 (race VARCHAR, fastest_lap VARCHAR, most_laps_led VARCHAR)
{ "SQL_Query": "SELECT race FROM table_29690363_3 WHERE fastest_lap = \"Josef Newgarden\" AND most_laps_led = \"Josef Newgarden\"" }
What is the lowest overall amount of shutouts?
CREATE TABLE table_29743928_4 (shutouts INTEGER)
{ "SQL_Query": "SELECT MIN(shutouts) FROM table_29743928_4" }
When chase harrison category:articles with hcards is the name what is the year?
CREATE TABLE table_29743928_4 (years VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT years FROM table_29743928_4 WHERE name = \"Chase Harrison Category:Articles with hCards\"" }
When chris konopka category:articles with hcards is the name what is the year?
CREATE TABLE table_29743928_4 (years VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT years FROM table_29743928_4 WHERE name = \"Chris Konopka Category:Articles with hCards\"" }
When 2010 is the year what is the game?
CREATE TABLE table_29743928_4 (games VARCHAR, years VARCHAR)
{ "SQL_Query": "SELECT games FROM table_29743928_4 WHERE years = \"2010\"" }
Which song was chosen during the audition week?
CREATE TABLE table_29756040_1 (song_choice VARCHAR, week__number VARCHAR)
{ "SQL_Query": "SELECT song_choice FROM table_29756040_1 WHERE week__number = \"Audition\"" }
What are all the order #s from the week "top 6"?
CREATE TABLE table_29756040_1 (order__number VARCHAR, week__number VARCHAR)
{ "SQL_Query": "SELECT order__number FROM table_29756040_1 WHERE week__number = \"Top 6\"" }
Which artists have order # 1?
CREATE TABLE table_29756040_1 (original_artist VARCHAR, order__number VARCHAR)
{ "SQL_Query": "SELECT original_artist FROM table_29756040_1 WHERE order__number = \"1\"" }
Which artists have order number 6?
CREATE TABLE table_29756040_1 (original_artist VARCHAR, order__number VARCHAR)
{ "SQL_Query": "SELECT original_artist FROM table_29756040_1 WHERE order__number = \"6\"" }
what is the name of the episode directed by james bobin
CREATE TABLE table_29803475_3 (title VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT title FROM table_29803475_3 WHERE directed_by = \"James Bobin\"" }
who directed the episode that have 0.25 million u.s viewers
CREATE TABLE table_29803475_3 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_29803475_3 WHERE us_viewers__million_ = \"0.25\"" }
what is the official rating 16-39 for the episode with a 16-39 share of 22,77%?
CREATE TABLE table_29804176_23 (official_rating_16_39 VARCHAR, share_16_39 VARCHAR)
{ "SQL_Query": "SELECT official_rating_16_39 FROM table_29804176_23 WHERE share_16_39 = \"22,77%\"" }
What university was Kevan George affiliated with?
CREATE TABLE table_29836557_2 (affiliation VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT affiliation FROM table_29836557_2 WHERE player = \"Kevan George\"" }
What pick number did Real Salt Lake get?
CREATE TABLE table_29836557_2 (pick__number INTEGER, mls_team VARCHAR)
{ "SQL_Query": "SELECT MIN(pick__number) FROM table_29836557_2 WHERE mls_team = \"Real Salt Lake\"" }
What pick number is Kevan George?
CREATE TABLE table_29836557_2 (pick__number VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT pick__number FROM table_29836557_2 WHERE player = \"Kevan George\"" }
Who was pick number 34?
CREATE TABLE table_29836557_2 (player VARCHAR, pick__number VARCHAR)
{ "SQL_Query": "SELECT player FROM table_29836557_2 WHERE pick__number = 34" }
What MLS team picked Babayele Sodade?
CREATE TABLE table_29836557_2 (mls_team VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT mls_team FROM table_29836557_2 WHERE player = \"Babayele Sodade\"" }
What is the international use of the 1 единица flag?
CREATE TABLE table_29997112_3 (international_use VARCHAR, flag_name VARCHAR)
{ "SQL_Query": "SELECT international_use FROM table_29997112_3 WHERE flag_name = \"1 единица\"" }
What is the name of the flag that means decimal digit 2?
CREATE TABLE table_29997112_3 (flag_name VARCHAR, meaning VARCHAR)
{ "SQL_Query": "SELECT flag_name FROM table_29997112_3 WHERE meaning = \"Decimal Digit 2\"" }
How many different descriptions are there for the flag that means decimal digit 2?
CREATE TABLE table_29997112_3 (description VARCHAR, meaning VARCHAR)
{ "SQL_Query": "SELECT COUNT(description) FROM table_29997112_3 WHERE meaning = \"Decimal Digit 2\"" }
What are the meanings of the flag whose name transliterates to dvojka?
CREATE TABLE table_29997112_3 (meaning VARCHAR, transliteration VARCHAR)
{ "SQL_Query": "SELECT meaning FROM table_29997112_3 WHERE transliteration = \"dvojka\"" }
What are the meanings of the flag whose name transliterates to semërka?
CREATE TABLE table_29997112_3 (meaning VARCHAR, transliteration VARCHAR)
{ "SQL_Query": "SELECT meaning FROM table_29997112_3 WHERE transliteration = \"semërka\"" }
How many 3rd runner up values does Turkey have?
CREATE TABLE table_30007801_1 (country_territory VARCHAR)
{ "SQL_Query": "SELECT COUNT(3 AS rd_runner_up) FROM table_30007801_1 WHERE country_territory = \"Turkey\"" }
What is the smallest 1st runner up value?
CREATE TABLE table_30007801_1 (Id VARCHAR)
{ "SQL_Query": "SELECT MIN(1 AS st_runner_up) FROM table_30007801_1" }
What is the number of 1st runner up values for Jamaica?
CREATE TABLE table_30007801_1 (country_territory VARCHAR)
{ "SQL_Query": "SELECT COUNT(1 AS st_runner_up) FROM table_30007801_1 WHERE country_territory = \"Jamaica\"" }
What is the US air date when the director is ken girotti?
CREATE TABLE table_30012404_4 (us_air_date VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT us_air_date FROM table_30012404_4 WHERE directed_by = \"Ken Girotti\"" }
What is the canadian air date when the US air date is 24 august 2012?
CREATE TABLE table_30012404_4 (canadian_air_date VARCHAR, us_air_date VARCHAR)
{ "SQL_Query": "SELECT canadian_air_date FROM table_30012404_4 WHERE us_air_date = \"24 August 2012\"" }
What is the series # when the US air date is 20 July 2012?
CREATE TABLE table_30012404_4 (series__number INTEGER, us_air_date VARCHAR)
{ "SQL_Query": "SELECT MIN(series__number) FROM table_30012404_4 WHERE us_air_date = \"20 July 2012\"" }
How many games had they won or lost in a row on May 9?
CREATE TABLE table_30047613_13 (streak VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT streak FROM table_30047613_13 WHERE date = \"May 9\"" }
What is every entry for Tuesday August 23 when Thursday August 25 is 24' 31.87 92.282mph?
CREATE TABLE table_30058355_3 (tues_23_aug VARCHAR, thurs_25_aug VARCHAR)
{ "SQL_Query": "SELECT tues_23_aug FROM table_30058355_3 WHERE thurs_25_aug = \"24' 31.87 92.282mph\"" }
What is every value on Thursday August 25 for rank 3?
CREATE TABLE table_30058355_3 (thurs_25_aug VARCHAR, rank VARCHAR)
{ "SQL_Query": "SELECT thurs_25_aug FROM table_30058355_3 WHERE rank = 3" }
What is every entry on Monday August 22 when the entry for Wednesday August 24 is 22' 50.05 99.141mph?
CREATE TABLE table_30058355_3 (mon_22_aug VARCHAR, wed_24_aug VARCHAR)
{ "SQL_Query": "SELECT mon_22_aug FROM table_30058355_3 WHERE wed_24_aug = \"22' 50.05 99.141mph\"" }
What is every entry for Friday August 26 if the entry for Monday August 22 is 32' 25.72 69.809mph?
CREATE TABLE table_30058355_3 (fri_26_aug VARCHAR, mon_22_aug VARCHAR)
{ "SQL_Query": "SELECT fri_26_aug FROM table_30058355_3 WHERE mon_22_aug = \"32' 25.72 69.809mph\"" }