Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
11,200
<question>: What region has the symbol 八尾? <context>: CREATE TABLE table_name_71 (region VARCHAR, japanese VARCHAR)
SELECT region FROM table_name_71 WHERE japanese = "八尾"
11,201
<question>: Which venue held the Euro 2012 Qualifier? <context>: CREATE TABLE table_name_80 (venue VARCHAR, competition VARCHAR)
SELECT venue FROM table_name_80 WHERE competition = "euro 2012 qualifier"
11,202
<question>: What is the Year with a Number that is larger than 34? <context>: CREATE TABLE table_name_96 (year VARCHAR, number INTEGER)
SELECT year FROM table_name_96 WHERE number > 34
11,203
<question>: What is the date of the 4 strokes margin of victory? <context>: CREATE TABLE table_name_49 (date VARCHAR, margin_of_victory VARCHAR)
SELECT date FROM table_name_49 WHERE margin_of_victory = "4 strokes"
11,204
<question>: What is the date of the 4 strokes margin of victory? <context>: CREATE TABLE table_name_6 (date VARCHAR, margin_of_victory VARCHAR)
SELECT date FROM table_name_6 WHERE margin_of_victory = "4 strokes"
11,205
<question>: What Elite Eight had a Sweet Sixteen of 1 and a win % of .875? <context>: CREATE TABLE table_name_89 (elite_eight VARCHAR, sweet_sixteen VARCHAR, win__percentage VARCHAR)
SELECT elite_eight FROM table_name_89 WHERE sweet_sixteen = "1" AND win__percentage = ".875"
11,206
<question>: What Round 32 had a # of bids smaller than 2? <context>: CREATE TABLE table_name_31 (round_of_32 VARCHAR, _number_of_bids INTEGER)
SELECT round_of_32 FROM table_name_31 WHERE _number_of_bids < 2
11,207
<question>: What is the average year that Idris Elba was nominated for or won an award? <context>: CREATE TABLE table_name_19 (year INTEGER, actor VARCHAR)
SELECT AVG(year) FROM table_name_19 WHERE actor = "idris elba"
11,208
<question>: What actor was nominated for or won an award before 1971? <context>: CREATE TABLE table_name_94 (actor VARCHAR, year INTEGER)
SELECT actor FROM table_name_94 WHERE year < 1971
11,209
<question>: What is the mean vertical relief in feet when the rank is more than 40 and the location is va0573? <context>: CREATE TABLE table_name_94 (vertical_relief__ft_ INTEGER, rank VARCHAR, location VARCHAR)
SELECT AVG(vertical_relief__ft_) FROM table_name_94 WHERE rank > 40 AND location = "va0573"
11,210
<question>: What is the mean vertical relief in feet when the Peak Name is Tower near mead wood road entrance and the elevation in feet is more than 1,410? <context>: CREATE TABLE table_name_87 (vertical_relief__ft_ INTEGER, peak_name VARCHAR, elevation__ft_ VARCHAR)
SELECT AVG(vertical_relief__ft_) FROM table_name_87 WHERE peak_name = "tower near mead wood road entrance" AND elevation__ft_ > 1 OFFSET 410
11,211
<question>: What is the total number of ranks when the Peak Name is Red Shirt Table? <context>: CREATE TABLE table_name_51 (rank INTEGER, peak_name VARCHAR)
SELECT SUM(rank) FROM table_name_51 WHERE peak_name = "red shirt table"
11,212
<question>: What is the Original artist when the week number is top 9? <context>: CREATE TABLE table_name_39 (original_artist VARCHAR, week__number VARCHAR)
SELECT original_artist FROM table_name_39 WHERE week__number = "top 9"
11,213
<question>: What is the Song choice when The Beatles were the original artist, with an order # of 4? <context>: CREATE TABLE table_name_63 (song_choice VARCHAR, original_artist VARCHAR, order__number VARCHAR)
SELECT song_choice FROM table_name_63 WHERE original_artist = "the beatles" AND order__number = "4"
11,214
<question>: What is the Song choice when Elaine Paige was the Original artist? <context>: CREATE TABLE table_name_99 (song_choice VARCHAR, original_artist VARCHAR)
SELECT song_choice FROM table_name_99 WHERE original_artist = "elaine paige"
11,215
<question>: What is the name of the Original artist when the week # is top 16 (8 men)? <context>: CREATE TABLE table_name_15 (original_artist VARCHAR, week__number VARCHAR)
SELECT original_artist FROM table_name_15 WHERE week__number = "top 16 (8 men)"
11,216
<question>: What is the Result when the order is # 4, and the week # is top 12? <context>: CREATE TABLE table_name_58 (result VARCHAR, order__number VARCHAR, week__number VARCHAR)
SELECT result FROM table_name_58 WHERE order__number = "4" AND week__number = "top 12"
11,217
<question>: What score has notts county as the home team? <context>: CREATE TABLE table_name_23 (score VARCHAR, home_team VARCHAR)
SELECT score FROM table_name_23 WHERE home_team = "notts county"
11,218
<question>: Average round for rodney harrison p before 145? <context>: CREATE TABLE table_name_66 (round INTEGER, name VARCHAR, pick VARCHAR)
SELECT AVG(round) FROM table_name_66 WHERE name = "rodney harrison p" AND pick < 145
11,219
<question>: Highest round 5 pick from western illinois? <context>: CREATE TABLE table_name_51 (pick INTEGER, round VARCHAR, school_college VARCHAR)
SELECT MAX(pick) FROM table_name_51 WHERE round = 5 AND school_college = "western illinois"
11,220
<question>: What is the 2011 when the 2010 shows grand slam tournaments? <context>: CREATE TABLE table_name_36 (Id VARCHAR)
SELECT 2011 FROM table_name_36 WHERE 2010 = "grand slam tournaments"
11,221
<question>: What is the 2011 when the 2007 is a, and the 2012 is sf? <context>: CREATE TABLE table_name_58 (Id VARCHAR)
SELECT 2011 FROM table_name_58 WHERE 2007 = "a" AND 2012 = "sf"
11,222
<question>: What is the 2011 when the 2010 is 8–4? <context>: CREATE TABLE table_name_56 (Id VARCHAR)
SELECT 2011 FROM table_name_56 WHERE 2010 = "8–4"
11,223
<question>: What is the 2007 when the 2010 is 3r? <context>: CREATE TABLE table_name_70 (Id VARCHAR)
SELECT 2007 FROM table_name_70 WHERE 2010 = "3r"
11,224
<question>: What is the 2010 when the 2009 is 1r, and a 2008 is 1r? <context>: CREATE TABLE table_name_87 (Id VARCHAR)
SELECT 2010 FROM table_name_87 WHERE 2009 = "1r" AND 2008 = "1r"
11,225
<question>: What is the 2011 when the Tournament was the grand slam tournaments? <context>: CREATE TABLE table_name_63 (tournament VARCHAR)
SELECT 2011 FROM table_name_63 WHERE tournament = "grand slam tournaments"
11,226
<question>: Which Height (cm) has a Position of d, and a Name of jeff hymanson? <context>: CREATE TABLE table_name_12 (height__cm_ INTEGER, position VARCHAR, name VARCHAR)
SELECT MIN(height__cm_) FROM table_name_12 WHERE position = "d" AND name = "jeff hymanson"
11,227
<question>: Which Name has a Height (cm) of 175 and a Birthplace of detroit, michigan <context>: CREATE TABLE table_name_42 (name VARCHAR, height__cm_ VARCHAR, birthplace VARCHAR)
SELECT name FROM table_name_42 WHERE height__cm_ = 175 AND birthplace = "detroit, michigan"
11,228
<question>: Which Position has a Name of john taft? <context>: CREATE TABLE table_name_17 (position VARCHAR, name VARCHAR)
SELECT position FROM table_name_17 WHERE name = "john taft"
11,229
<question>: What was the To par when the Score was 67-68=135? <context>: CREATE TABLE table_name_68 (to_par VARCHAR, score VARCHAR)
SELECT to_par FROM table_name_68 WHERE score = 67 - 68 = 135
11,230
<question>: From what Country is player K. J. Choi with a Score of 68-71=139? <context>: CREATE TABLE table_name_89 (country VARCHAR, player VARCHAR, score VARCHAR)
SELECT country FROM table_name_89 WHERE score = 68 - 71 = 139 AND player = "k. j. choi"
11,231
<question>: What Country Scored 66-69=135? <context>: CREATE TABLE table_name_72 (country VARCHAR, score VARCHAR)
SELECT country FROM table_name_72 WHERE score = 66 - 69 = 135
11,232
<question>: Can you tell me the highest Cargo traffic that has the Airport of barcelona airport, and the Aircraft movements smaller than 290,004? <context>: CREATE TABLE table_name_82 (cargo_traffic INTEGER, airport VARCHAR, aircraft_movements VARCHAR)
SELECT MAX(cargo_traffic) FROM table_name_82 WHERE airport = "barcelona airport" AND aircraft_movements < 290 OFFSET 004
11,233
<question>: What place is in Australia with 9 or more holes? <context>: CREATE TABLE table_name_22 (place VARCHAR, hole VARCHAR, country VARCHAR)
SELECT place FROM table_name_22 WHERE hole > 9 AND country = "australia"
11,234
<question>: How many holes does Player Vijay Singh have? <context>: CREATE TABLE table_name_79 (hole VARCHAR, player VARCHAR)
SELECT COUNT(hole) FROM table_name_79 WHERE player = "vijay singh"
11,235
<question>: How many holes does Player Vijay Singh have? <context>: CREATE TABLE table_name_61 (hole VARCHAR, player VARCHAR)
SELECT COUNT(hole) FROM table_name_61 WHERE player = "vijay singh"
11,236
<question>: On what frequency does W233AG broadcast? <context>: CREATE TABLE table_name_95 (frequency_mhz VARCHAR, call_sign VARCHAR)
SELECT COUNT(frequency_mhz) FROM table_name_95 WHERE call_sign = "w233ag"
11,237
<question>: What position did Garion Weller hold in 2012? <context>: CREATE TABLE table_name_23 (position VARCHAR)
SELECT position FROM table_name_23 WHERE 2012 = "garion weller"
11,238
<question>: Who held the same position in 2014 that Jarrah Rubinstein held in 2013? <context>: CREATE TABLE table_name_23 (Id VARCHAR)
SELECT 2014 FROM table_name_23 WHERE 2013 = "jarrah rubinstein"
11,239
<question>: Who held the Male Sports Rep position in 2011? <context>: CREATE TABLE table_name_73 (position VARCHAR)
SELECT 2011 FROM table_name_73 WHERE position = "male sports rep"
11,240
<question>: Who held the Communications Rep position in 2011? <context>: CREATE TABLE table_name_65 (position VARCHAR)
SELECT 2011 FROM table_name_65 WHERE position = "communications rep"
11,241
<question>: Who held the same position in 2014 that Garion Weller held in 2014? <context>: CREATE TABLE table_name_82 (Id VARCHAR)
SELECT 2014 FROM table_name_82 WHERE 2012 = "garion weller"
11,242
<question>: Who held the same position in 2014 that Danielle Button held in 2013? <context>: CREATE TABLE table_name_49 (Id VARCHAR)
SELECT 2014 FROM table_name_49 WHERE 2013 = "danielle button"
11,243
<question>: At what Location was the match against Opponent of Mostapha Al-Turk lasting less than 2 Rounds? <context>: CREATE TABLE table_name_31 (location VARCHAR, round VARCHAR, opponent VARCHAR)
SELECT location FROM table_name_31 WHERE round < 2 AND opponent = "mostapha al-turk"
11,244
<question>: At what Location was the match Method TKO (punches)? <context>: CREATE TABLE table_name_23 (location VARCHAR, method VARCHAR)
SELECT location FROM table_name_23 WHERE method = "tko (punches)"
11,245
<question>: Who was the opponent of the Bye result? <context>: CREATE TABLE table_name_67 (opponent VARCHAR, result VARCHAR)
SELECT opponent FROM table_name_67 WHERE result = "bye"
11,246
<question>: Who is the opponent in week 10? <context>: CREATE TABLE table_name_5 (opponent VARCHAR, week VARCHAR)
SELECT opponent FROM table_name_5 WHERE week = 10
11,247
<question>: How many people attended the game played with the New England Patriots as opponents? <context>: CREATE TABLE table_name_53 (attendance VARCHAR, opponent VARCHAR)
SELECT attendance FROM table_name_53 WHERE opponent = "new england patriots"
11,248
<question>: What was the top place with over 24 points and more than 14 played? <context>: CREATE TABLE table_name_41 (place__posición_ INTEGER, points__pts_ VARCHAR, played__pj_ VARCHAR)
SELECT MAX(place__posición_) FROM table_name_41 WHERE points__pts_ > 24 AND played__pj_ > 14
11,249
<question>: What is the sum of all points for places above 8? <context>: CREATE TABLE table_name_37 (points__pts_ INTEGER, place__posición_ INTEGER)
SELECT SUM(points__pts_) FROM table_name_37 WHERE place__posición_ > 8
11,250
<question>: What is the average number played for place 2 and more than 4 lost? <context>: CREATE TABLE table_name_18 (played__pj_ INTEGER, place__posición_ VARCHAR, lost__pp_ VARCHAR)
SELECT AVG(played__pj_) FROM table_name_18 WHERE place__posición_ = 2 AND lost__pp_ > 4
11,251
<question>: What is the largest number of points for Orion with more than 4 losses? <context>: CREATE TABLE table_name_53 (points__pts_ INTEGER, team__equipo_ VARCHAR, lost__pp_ VARCHAR)
SELECT MAX(points__pts_) FROM table_name_53 WHERE team__equipo_ = "orion" AND lost__pp_ > 4
11,252
<question>: What is the Time when the Set 2 is 25–21, on 29 may? <context>: CREATE TABLE table_name_91 (time VARCHAR, set_2 VARCHAR, date VARCHAR)
SELECT time FROM table_name_91 WHERE set_2 = "25–21" AND date = "29 may"
11,253
<question>: What is the Set 3 when the Set 2 is 21–25, and a Set 1 is 25–21? <context>: CREATE TABLE table_name_70 (set_3 VARCHAR, set_2 VARCHAR, set_1 VARCHAR)
SELECT set_3 FROM table_name_70 WHERE set_2 = "21–25" AND set_1 = "25–21"
11,254
<question>: What is the Total when the Set 3 is 22–25, and a Set 2 is 25–20? <context>: CREATE TABLE table_name_58 (total VARCHAR, set_3 VARCHAR, set_2 VARCHAR)
SELECT total FROM table_name_58 WHERE set_3 = "22–25" AND set_2 = "25–20"
11,255
<question>: What is the Set 3 on 30 may, and a Set 1 is 20–25? <context>: CREATE TABLE table_name_79 (set_3 VARCHAR, date VARCHAR, set_1 VARCHAR)
SELECT set_3 FROM table_name_79 WHERE date = "30 may" AND set_1 = "20–25"
11,256
<question>: What is the Date when the Set 1 is 25–21, and the Score is 3–0, and the Time is 11:00? <context>: CREATE TABLE table_name_51 (date VARCHAR, time VARCHAR, set_1 VARCHAR, score VARCHAR)
SELECT date FROM table_name_51 WHERE set_1 = "25–21" AND score = "3–0" AND time = "11:00"
11,257
<question>: What is the Date when the Set 2 is 13–25? <context>: CREATE TABLE table_name_32 (date VARCHAR, set_2 VARCHAR)
SELECT date FROM table_name_32 WHERE set_2 = "13–25"
11,258
<question>: What is the Away captain with a Venue that is old trafford? <context>: CREATE TABLE table_name_36 (away_captain VARCHAR, venue VARCHAR)
SELECT away_captain FROM table_name_36 WHERE venue = "old trafford"
11,259
<question>: What is the Date with a Venue that is oval? <context>: CREATE TABLE table_name_36 (date VARCHAR, venue VARCHAR)
SELECT date FROM table_name_36 WHERE venue = "oval"
11,260
<question>: What is the Highest Points for Team Adet where the Draw is less than 6? <context>: CREATE TABLE table_name_85 (points INTEGER, team VARCHAR, draw VARCHAR)
SELECT MAX(points) FROM table_name_85 WHERE team = "adet" AND draw < 6
11,261
<question>: What is the highest games Played where the Place is 10 and Points are less than 17? <context>: CREATE TABLE table_name_56 (played INTEGER, place VARCHAR, points VARCHAR)
SELECT MAX(played) FROM table_name_56 WHERE place = 10 AND points < 17
11,262
<question>: What is the average for games Lost where the Points are 25 and games Played are more than 18? <context>: CREATE TABLE table_name_28 (lost INTEGER, points VARCHAR, played VARCHAR)
SELECT AVG(lost) FROM table_name_28 WHERE points = 25 AND played > 18
11,263
<question>: What is the average for Draw games where Played games is more than 18? <context>: CREATE TABLE table_name_61 (draw INTEGER, played INTEGER)
SELECT AVG(draw) FROM table_name_61 WHERE played > 18
11,264
<question>: What is the largest byes with lost games of 4 and Ballarat FL of Melton and the against less than 1819? <context>: CREATE TABLE table_name_3 (byes INTEGER, against VARCHAR, losses VARCHAR, ballarat_fl VARCHAR)
SELECT MAX(byes) FROM table_name_3 WHERE losses = 4 AND ballarat_fl = "melton" AND against < 1819
11,265
<question>: How many total wins does Ballarat FL of East point have when the against is greater than 1000? <context>: CREATE TABLE table_name_61 (wins VARCHAR, ballarat_fl VARCHAR, against VARCHAR)
SELECT COUNT(wins) FROM table_name_61 WHERE ballarat_fl = "east point" AND against > 1000
11,266
<question>: How many total losses does the team have with an against of 2195 and the draws were greater than 0? <context>: CREATE TABLE table_name_77 (losses VARCHAR, against VARCHAR, draws VARCHAR)
SELECT COUNT(losses) FROM table_name_77 WHERE against = 2195 AND draws > 0
11,267
<question>: What is the value in 2009 corresponding to Career Statistics in 2003? <context>: CREATE TABLE table_name_96 (Id VARCHAR)
SELECT 2009 FROM table_name_96 WHERE 2003 = "career statistics"
11,268
<question>: What is the value in 2006 when Career Statistics is in Career W-L? <context>: CREATE TABLE table_name_70 (career_w_l VARCHAR)
SELECT 2006 FROM table_name_70 WHERE career_w_l = "career statistics"
11,269
<question>: What is the value for Career W-L for the Grand Slam Tournaments? <context>: CREATE TABLE table_name_83 (career_w_l VARCHAR, tournament VARCHAR)
SELECT career_w_l FROM table_name_83 WHERE tournament = "grand slam tournaments"
11,270
<question>: What is the value in 2008 when the value for Tournament is year? <context>: CREATE TABLE table_name_77 (tournament VARCHAR)
SELECT 2008 FROM table_name_77 WHERE tournament = "year"
11,271
<question>: What is the value in 2006 when the value for 2009 is 0 with runner-ups for tournament? <context>: CREATE TABLE table_name_72 (tournament VARCHAR)
SELECT 2006 FROM table_name_72 WHERE 2009 = "0" AND tournament = "runner-ups"
11,272
<question>: What is the value for 2005 when A is 2009 and 2000? <context>: CREATE TABLE table_name_98 (Id VARCHAR)
SELECT 2005 FROM table_name_98 WHERE 2009 = "a" AND 2000 = "a"
11,273
<question>: What Opponent in the final had a Partner of Gastón Etlis? <context>: CREATE TABLE table_name_76 (opponent_in_the_final VARCHAR, partner VARCHAR)
SELECT opponent_in_the_final FROM table_name_76 WHERE partner = "gastón etlis"
11,274
<question>: What is the earliest Date David Adams played on a Clay Surface with Brett Steven as Partner? <context>: CREATE TABLE table_name_46 (date INTEGER, surface VARCHAR, partner VARCHAR)
SELECT MIN(date) FROM table_name_46 WHERE surface = "clay" AND partner = "brett steven"
11,275
<question>: Who was David Adams partner on the match played on Clay Surface with a Score in the final of 6–3, 6–7 (5–7) , 7–6 (7–5)? <context>: CREATE TABLE table_name_53 (partner VARCHAR, surface VARCHAR, score_in_the_final VARCHAR)
SELECT partner FROM table_name_53 WHERE surface = "clay" AND score_in_the_final = "6–3, 6–7 (5–7) , 7–6 (7–5)"
11,276
<question>: Who were the Opponents when Liga Dekmeijere had Alicja Rosolska as a Partner? <context>: CREATE TABLE table_name_59 (opponents VARCHAR, partner VARCHAR)
SELECT opponents FROM table_name_59 WHERE partner = "alicja rosolska"
11,277
<question>: What was the Outcome of the match played on Hard (i) Surface? <context>: CREATE TABLE table_name_16 (outcome VARCHAR, surface VARCHAR)
SELECT outcome FROM table_name_16 WHERE surface = "hard (i)"
11,278
<question>: What was the Outcome of the match with Partner Kateryna Bondarenko? <context>: CREATE TABLE table_name_84 (outcome VARCHAR, partner VARCHAR)
SELECT outcome FROM table_name_84 WHERE partner = "kateryna bondarenko"
11,279
<question>: What is the Song choice with a Theme that is 1960s? <context>: CREATE TABLE table_name_1 (song_choice VARCHAR, theme VARCHAR)
SELECT song_choice FROM table_name_1 WHERE theme = "1960s"
11,280
<question>: Can you tell me the Co-driver that has the Year smaller than 2012, and the Laps smaller than 161, and the Position of dnf, and the Number 33? <context>: CREATE TABLE table_name_1 (co_driver VARCHAR, number VARCHAR, position VARCHAR, year VARCHAR, laps VARCHAR)
SELECT co_driver FROM table_name_1 WHERE year < 2012 AND laps < 161 AND position = "dnf" AND number = 33
11,281
<question>: Can you tell me the total number of Laps that has the Team of wps racing? <context>: CREATE TABLE table_name_94 (laps VARCHAR, team VARCHAR)
SELECT COUNT(laps) FROM table_name_94 WHERE team = "wps racing"
11,282
<question>: How many people live where there are 118% of people have phones? <context>: CREATE TABLE table_name_88 (population VARCHAR, _number_of_phones_as__percentage_of_population VARCHAR)
SELECT population FROM table_name_88 WHERE _number_of_phones_as__percentage_of_population = 118
11,283
<question>: What percent of the population has phone in Russia? <context>: CREATE TABLE table_name_15 (_number_of_phones_as__percentage_of_population INTEGER, country_or_region VARCHAR)
SELECT AVG(_number_of_phones_as__percentage_of_population) FROM table_name_15 WHERE country_or_region = "russia"
11,284
<question>: What percent is 327,577,529 people with phones in June 2013? <context>: CREATE TABLE table_name_90 (_number_of_phones_as__percentage_of_population INTEGER, last_updated_date VARCHAR, number_of_mobile_phones VARCHAR)
SELECT MAX(_number_of_phones_as__percentage_of_population) FROM table_name_90 WHERE last_updated_date = "june 2013" AND number_of_mobile_phones = "327,577,529"
11,285
<question>: How many mobile phones were there as of April 2013? <context>: CREATE TABLE table_name_11 (number_of_mobile_phones VARCHAR, last_updated_date VARCHAR)
SELECT number_of_mobile_phones FROM table_name_11 WHERE last_updated_date = "april 2013"
11,286
<question>: How many silver medals were awarded to the Nation with less than 2 gold, more than 6 bronze and a rank higher than 5? <context>: CREATE TABLE table_name_33 (silver INTEGER, gold VARCHAR, rank VARCHAR, bronze VARCHAR)
SELECT SUM(silver) FROM table_name_33 WHERE rank > 5 AND bronze > 6 AND gold < 2
11,287
<question>: How many gold medals were awarded to teams ranked higher than 19? <context>: CREATE TABLE table_name_8 (gold VARCHAR, rank INTEGER)
SELECT COUNT(gold) FROM table_name_8 WHERE rank > 19
11,288
<question>: What is the highest amount of gold medals awarded to a team with more than 9 silver, 7 bronze and more than 13 medals total? <context>: CREATE TABLE table_name_72 (gold INTEGER, bronze VARCHAR, total VARCHAR, silver VARCHAR)
SELECT MAX(gold) FROM table_name_72 WHERE total > 13 AND silver > 9 AND bronze = 7
11,289
<question>: What is the lowest Muslim (% of Total population) of a year after 2011? <context>: CREATE TABLE table_name_37 (muslim___percentage_of_total_population_ INTEGER, census_year INTEGER)
SELECT MIN(muslim___percentage_of_total_population_) FROM table_name_37 WHERE census_year > 2011
11,290
<question>: What shows for 1997 when 1987 is 2r? <context>: CREATE TABLE table_name_46 (Id VARCHAR)
SELECT 1997 FROM table_name_46 WHERE 1987 = "2r"
11,291
<question>: What shows for 1993 when 1991 is grand slams? <context>: CREATE TABLE table_name_6 (Id VARCHAR)
SELECT 1993 FROM table_name_6 WHERE 1991 = "grand slams"
11,292
<question>: What shows for 1987 when 1995 shows 1r, 1986 is a, and 1998 is sf? <context>: CREATE TABLE table_name_47 (Id VARCHAR)
SELECT 1987 FROM table_name_47 WHERE 1995 = "1r" AND 1986 = "a" AND 1988 = "sf"
11,293
<question>: Which away game was played on 2008-07-18? <context>: CREATE TABLE table_name_5 (away VARCHAR, date VARCHAR)
SELECT away FROM table_name_5 WHERE date = "2008-07-18"
11,294
<question>: What away game had a time of 10:00? <context>: CREATE TABLE table_name_98 (away VARCHAR, time VARCHAR)
SELECT away FROM table_name_98 WHERE time = "10:00"
11,295
<question>: What time was the away game played against the High Park Demons? <context>: CREATE TABLE table_name_35 (time VARCHAR, away VARCHAR)
SELECT time FROM table_name_35 WHERE away = "high park demons"
11,296
<question>: Where was the game played the ended with a score of 62-69? <context>: CREATE TABLE table_name_22 (ground VARCHAR, score VARCHAR)
SELECT ground FROM table_name_22 WHERE score = "62-69"
11,297
<question>: When did the team play an away game against the Toronto Eagles? <context>: CREATE TABLE table_name_39 (date VARCHAR, away VARCHAR)
SELECT date FROM table_name_39 WHERE away = "toronto eagles"
11,298
<question>: What is the League a for 1908–1928? <context>: CREATE TABLE table_name_30 (league_a VARCHAR, years VARCHAR)
SELECT league_a FROM table_name_30 WHERE years = "1908–1928"
11,299
<question>: What years have a total of 395 (0)? <context>: CREATE TABLE table_name_64 (years VARCHAR, total VARCHAR)
SELECT years FROM table_name_64 WHERE total = "395 (0)"