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