Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
51,200 | <question>: What date was the release when the format was lp? <context>: CREATE TABLE table_name_21 (date VARCHAR, format VARCHAR) | SELECT date FROM table_name_21 WHERE format = "lp" |
51,201 | <question>: What date is the release when the label was Parlophone and the catalog was 582 2912? <context>: CREATE TABLE table_name_35 (date VARCHAR, label VARCHAR, catalog VARCHAR) | SELECT date FROM table_name_35 WHERE label = "parlophone" AND catalog = "582 2912" |
51,202 | <question>: What catalog has the United Kingdom as the country? <context>: CREATE TABLE table_name_9 (catalog VARCHAR, country VARCHAR) | SELECT catalog FROM table_name_9 WHERE country = "united kingdom" |
51,203 | <question>: What is the nationality of the guard for the chool/Club Team in Virginia? <context>: CREATE TABLE table_name_34 (nationality VARCHAR, position VARCHAR, school_club_team VARCHAR) | SELECT nationality FROM table_name_34 WHERE position = "guard" AND school_club_team = "virginia" |
51,204 | <question>: What is the School/Club Team with a nationality of United States for Arron Afflalo? <context>: CREATE TABLE table_name_91 (school_club_team VARCHAR, nationality VARCHAR, player VARCHAR) | SELECT school_club_team FROM table_name_91 WHERE nationality = "united states" AND player = "arron afflalo" |
51,205 | <question>: What is the Years in Orlando for carlos arroyo? <context>: CREATE TABLE table_name_6 (years_in_orlando VARCHAR, player VARCHAR) | SELECT years_in_orlando FROM table_name_6 WHERE player = "carlos arroyo" |
51,206 | <question>: What is the Player for Orlando in 1989–1991? <context>: CREATE TABLE table_name_77 (player VARCHAR, years_in_orlando VARCHAR) | SELECT player FROM table_name_77 WHERE years_in_orlando = "1989–1991" |
51,207 | <question>: What is the Position for Orlando for 1989–1999? <context>: CREATE TABLE table_name_52 (position VARCHAR, years_in_orlando VARCHAR) | SELECT position FROM table_name_52 WHERE years_in_orlando = "1989–1999" |
51,208 | <question>: Which player was from Western Washington University, played midfield, and was from years after 2009? <context>: CREATE TABLE table_name_90 (player VARCHAR, year VARCHAR, school VARCHAR, position VARCHAR) | SELECT player FROM table_name_90 WHERE school = "western washington university" AND position = "midfield" AND year > 2009 |
51,209 | <question>: Which team was Bubba Vanegdom from? <context>: CREATE TABLE table_name_11 (team VARCHAR, player VARCHAR) | SELECT team FROM table_name_11 WHERE player = "bubba vanegdom" |
51,210 | <question>: What was the position of the player from Pacific Lutheran University named Greg Fredlund in years after 2010? <context>: CREATE TABLE table_name_54 (position VARCHAR, year VARCHAR, school VARCHAR, player VARCHAR) | SELECT position FROM table_name_54 WHERE school = "pacific lutheran university" AND player = "greg fredlund" AND year > 2010 |
51,211 | <question>: What was the position of Greg Fredlund in years after 2008? <context>: CREATE TABLE table_name_30 (position VARCHAR, year VARCHAR, player VARCHAR) | SELECT position FROM table_name_30 WHERE year > 2008 AND player = "greg fredlund" |
51,212 | <question>: What home team has 8 ties? <context>: CREATE TABLE table_name_40 (home_team VARCHAR, tie_no VARCHAR) | SELECT home_team FROM table_name_40 WHERE tie_no = "8" |
51,213 | <question>: What year had Kim Gevaert as the female winner and Xavier de Baerdemaeker as the male talent? <context>: CREATE TABLE table_name_31 (year VARCHAR, winner__female_ VARCHAR, talent__male_ VARCHAR) | SELECT year FROM table_name_31 WHERE winner__female_ = "kim gevaert" AND talent__male_ = "xavier de baerdemaeker" |
51,214 | <question>: Who is the female talent in 1999? <context>: CREATE TABLE table_name_41 (talent__female_ VARCHAR, year VARCHAR) | SELECT talent__female_ FROM table_name_41 WHERE year = 1999 |
51,215 | <question>: Who is the male talent in 1991? <context>: CREATE TABLE table_name_39 (talent__male_ VARCHAR, year VARCHAR) | SELECT talent__male_ FROM table_name_39 WHERE year = 1991 |
51,216 | <question>: Who is the male winner the year after 1998 with Marleen Renders as the female winner? <context>: CREATE TABLE table_name_40 (winner__male_ VARCHAR, winner__female_ VARCHAR, year VARCHAR) | SELECT winner__male_ FROM table_name_40 WHERE winner__female_ = "marleen renders" AND year > 1998 |
51,217 | <question>: What is the lowest avg/g that has an effic greater than 34.36, with wesley carroll as the name? <context>: CREATE TABLE table_name_86 (avg_g INTEGER, effic VARCHAR, name VARCHAR) | SELECT MIN(avg_g) FROM table_name_86 WHERE effic > 34.36 AND name = "wesley carroll" |
51,218 | <question>: What is the lowest avg/g that has 2-9-0 for the att-cmp-int? <context>: CREATE TABLE table_name_16 (avg_g INTEGER, att_cmp_int VARCHAR) | SELECT MIN(avg_g) FROM table_name_16 WHERE att_cmp_int = "2-9-0" |
51,219 | <question>: What is the att-cmp-int that has 12 for the gp-gs and 174.3 as the avg/g? <context>: CREATE TABLE table_name_16 (att_cmp_int VARCHAR, gp_gs VARCHAR, avg_g VARCHAR) | SELECT att_cmp_int FROM table_name_16 WHERE gp_gs = "12" AND avg_g = 174.3 |
51,220 | <question>: What is the Song with an Issue Date(s) that is 19 june? <context>: CREATE TABLE table_name_70 (song VARCHAR, issue_date_s_ VARCHAR) | SELECT song FROM table_name_70 WHERE issue_date_s_ = "19 june" |
51,221 | <question>: What is the minimum Height of the Little Switzerland Tunnel? <context>: CREATE TABLE table_name_49 (minimum_height VARCHAR, name_of_the_tunnel VARCHAR) | SELECT minimum_height FROM table_name_49 WHERE name_of_the_tunnel = "little switzerland tunnel" |
51,222 | <question>: What is the Milepost of the Twin Tunnel #1 North? <context>: CREATE TABLE table_name_74 (milepost VARCHAR, name_of_the_tunnel VARCHAR) | SELECT COUNT(milepost) FROM table_name_74 WHERE name_of_the_tunnel = "twin tunnel #1 north" |
51,223 | <question>: WHat is the number of Population has a Density of 50.09 and a Rank larger than 30? <context>: CREATE TABLE table_name_70 (population INTEGER, density VARCHAR, rank VARCHAR) | SELECT SUM(population) FROM table_name_70 WHERE density = 50.09 AND rank > 30 |
51,224 | <question>: What is the Icelandic word for the English word bride? <context>: CREATE TABLE table_name_41 (icelandic VARCHAR, english VARCHAR) | SELECT icelandic FROM table_name_41 WHERE english = "bride" |
51,225 | <question>: What is the ENglish word for the Icelandic word hlaupa? <context>: CREATE TABLE table_name_46 (english VARCHAR, icelandic VARCHAR) | SELECT english FROM table_name_46 WHERE icelandic = "hlaupa" |
51,226 | <question>: What is the Russian word for the Greek word greek? <context>: CREATE TABLE table_name_70 (russian VARCHAR) | SELECT russian FROM table_name_70 WHERE "greek" = "greek" |
51,227 | <question>: What is the English word for the Latin word uxor? <context>: CREATE TABLE table_name_92 (english VARCHAR, latin VARCHAR) | SELECT english FROM table_name_92 WHERE latin = "uxor" |
51,228 | <question>: What is the Latin word for the English word bone? <context>: CREATE TABLE table_name_33 (latin VARCHAR, english VARCHAR) | SELECT latin FROM table_name_33 WHERE english = "bone" |
51,229 | <question>: What is the lowest against that has bacchus marsh as a ballarat fl, with wins less than 1? <context>: CREATE TABLE table_name_75 (against INTEGER, ballarat_fl VARCHAR, wins VARCHAR) | SELECT MIN(against) FROM table_name_75 WHERE ballarat_fl = "bacchus marsh" AND wins < 1 |
51,230 | <question>: What is the lowest draws that have losses greater than 0, an against less than 1728, melton as the ballarat fl, and byes less than 2? <context>: CREATE TABLE table_name_66 (draws INTEGER, byes VARCHAR, ballarat_fl VARCHAR, losses VARCHAR, against VARCHAR) | SELECT MIN(draws) FROM table_name_66 WHERE losses > 0 AND against < 1728 AND ballarat_fl = "melton" AND byes < 2 |
51,231 | <question>: How many losses have byes greater than 2? <context>: CREATE TABLE table_name_38 (losses VARCHAR, byes INTEGER) | SELECT COUNT(losses) FROM table_name_38 WHERE byes > 2 |
51,232 | <question>: What position does the winner from Ohio State with 412 points play? <context>: CREATE TABLE table_name_38 (position VARCHAR, school VARCHAR, points VARCHAR) | SELECT position FROM table_name_38 WHERE school = "ohio state" AND points = "412" |
51,233 | <question>: What is the position of the winner with 792 points? <context>: CREATE TABLE table_name_39 (position VARCHAR, points VARCHAR) | SELECT position FROM table_name_39 WHERE points = "792" |
51,234 | <question>: What is the highest Top-10, when Top-25 is 4, and when Top-5 is greater than 1? <context>: CREATE TABLE table_name_62 (top_10 INTEGER, top_25 VARCHAR, top_5 VARCHAR) | SELECT MAX(top_10) FROM table_name_62 WHERE top_25 = 4 AND top_5 > 1 |
51,235 | <question>: What is Wins, when Top-25 is less than 4, and when Top-5 is greater than 0? <context>: CREATE TABLE table_name_97 (wins VARCHAR, top_25 VARCHAR, top_5 VARCHAR) | SELECT wins FROM table_name_97 WHERE top_25 < 4 AND top_5 > 0 |
51,236 | <question>: What is the total number of Wins, when Top-25 is less than 4, and when Top-10 is less than 1? <context>: CREATE TABLE table_name_81 (wins VARCHAR, top_25 VARCHAR, top_10 VARCHAR) | SELECT COUNT(wins) FROM table_name_81 WHERE top_25 < 4 AND top_10 < 1 |
51,237 | <question>: Which home team played in the matchup with an away team of Liverpool? <context>: CREATE TABLE table_name_27 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_name_27 WHERE away_team = "liverpool" |
51,238 | <question>: What was the date of tie number 5? <context>: CREATE TABLE table_name_2 (date VARCHAR, tie_no VARCHAR) | SELECT date FROM table_name_2 WHERE tie_no = "5" |
51,239 | <question>: Who was the away team for tie number 9? <context>: CREATE TABLE table_name_6 (away_team VARCHAR, tie_no VARCHAR) | SELECT away_team FROM table_name_6 WHERE tie_no = "9" |
51,240 | <question>: What was the score of the replay at Millwall? <context>: CREATE TABLE table_name_23 (score VARCHAR, tie_no VARCHAR, home_team VARCHAR) | SELECT score FROM table_name_23 WHERE tie_no = "replay" AND home_team = "millwall" |
51,241 | <question>: Who was the home team for tie number 16? <context>: CREATE TABLE table_name_40 (home_team VARCHAR, tie_no VARCHAR) | SELECT home_team FROM table_name_40 WHERE tie_no = "16" |
51,242 | <question>: What is the sum of the golds of the nation with 5 total and less than 0 bronze medals? <context>: CREATE TABLE table_name_18 (gold INTEGER, total VARCHAR, bronze VARCHAR) | SELECT SUM(gold) FROM table_name_18 WHERE total = 5 AND bronze < 0 |
51,243 | <question>: What is the sum of the gold medals of the total nation, which has more than 19 silver medals? <context>: CREATE TABLE table_name_74 (gold INTEGER, nation VARCHAR, silver VARCHAR) | SELECT SUM(gold) FROM table_name_74 WHERE nation = "total" AND silver > 19 |
51,244 | <question>: What is the average number of silver medals of the nation with 3 bronzes and more than 4 total medals? <context>: CREATE TABLE table_name_79 (silver INTEGER, bronze VARCHAR, total VARCHAR) | SELECT AVG(silver) FROM table_name_79 WHERE bronze = 3 AND total > 4 |
51,245 | <question>: Which label's year was 1990? <context>: CREATE TABLE table_name_74 (label VARCHAR, year VARCHAR) | SELECT label FROM table_name_74 WHERE year = "1990" |
51,246 | <question>: Which result's genre was jazz when its label was columbia and its title was requiem? <context>: CREATE TABLE table_name_35 (result VARCHAR, title VARCHAR, genre VARCHAR, label VARCHAR) | SELECT result FROM table_name_35 WHERE genre = "jazz" AND label = "columbia" AND title = "requiem" |
51,247 | <question>: Which year's label was label? <context>: CREATE TABLE table_name_57 (year VARCHAR) | SELECT year FROM table_name_57 WHERE "label" = "label" |
51,248 | <question>: Which title's genre was jazz when it was nominated in 1996? <context>: CREATE TABLE table_name_15 (title VARCHAR, year VARCHAR, genre VARCHAR, result VARCHAR) | SELECT title FROM table_name_15 WHERE genre = "jazz" AND result = "nominated" AND year = "1996" |
51,249 | <question>: Which year's genre was jazz under the columbia label when it was nominated for the title Trio jeepy? <context>: CREATE TABLE table_name_37 (year VARCHAR, title VARCHAR, result VARCHAR, genre VARCHAR, label VARCHAR) | SELECT year FROM table_name_37 WHERE genre = "jazz" AND label = "columbia" AND result = "nominated" AND title = "trio jeepy" |
51,250 | <question>: Which label's year is 1993? <context>: CREATE TABLE table_name_45 (label VARCHAR, year VARCHAR) | SELECT label FROM table_name_45 WHERE year = "1993" |
51,251 | <question>: What company focuses on Engine Overhaul for their principal activity? <context>: CREATE TABLE table_name_7 (company VARCHAR, principal_activities VARCHAR) | SELECT company FROM table_name_7 WHERE principal_activities = "engine overhaul" |
51,252 | <question>: When Date has a Game larger than 4 and a Team of san antonio, and a Record of 4-3? <context>: CREATE TABLE table_name_86 (date VARCHAR, record VARCHAR, game VARCHAR, team VARCHAR) | SELECT date FROM table_name_86 WHERE game > 4 AND team = "san antonio" AND record = "4-3" |
51,253 | <question>: Which Team has a Score of 108-105 (ot)? <context>: CREATE TABLE table_name_9 (team VARCHAR, score VARCHAR) | SELECT team FROM table_name_9 WHERE score = "108-105 (ot)" |
51,254 | <question>: Which Game has a Team of at san antonio, and a Record of 3-3? <context>: CREATE TABLE table_name_86 (game VARCHAR, team VARCHAR, record VARCHAR) | SELECT game FROM table_name_86 WHERE team = "at san antonio" AND record = "3-3" |
51,255 | <question>: Which Record has a Score of 105-115? <context>: CREATE TABLE table_name_91 (record VARCHAR, score VARCHAR) | SELECT record FROM table_name_91 WHERE score = "105-115" |
51,256 | <question>: What's the average amount of ties had when a team wins 6 and it's past the 2004 season? <context>: CREATE TABLE table_name_55 (ties INTEGER, wins VARCHAR, season VARCHAR) | SELECT AVG(ties) FROM table_name_55 WHERE wins = 6 AND season > 2004 |
51,257 | <question>: What was the result of the race that had a group of G1 at Moonee Valley? <context>: CREATE TABLE table_name_20 (result VARCHAR, group VARCHAR, venue VARCHAR) | SELECT result FROM table_name_20 WHERE group = "g1" AND venue = "moonee valley" |
51,258 | <question>: What was the result of the race that was a 2000m distance? <context>: CREATE TABLE table_name_57 (result VARCHAR, distance VARCHAR) | SELECT result FROM table_name_57 WHERE distance = "2000m" |
51,259 | <question>: Which Opponent has a Date of november 21, 1999? <context>: CREATE TABLE table_name_9 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_name_9 WHERE date = "november 21, 1999" |
51,260 | <question>: Which Attendance has a Week smaller than 8, and an Opponent of philadelphia eagles? <context>: CREATE TABLE table_name_19 (attendance VARCHAR, week VARCHAR, opponent VARCHAR) | SELECT attendance FROM table_name_19 WHERE week < 8 AND opponent = "philadelphia eagles" |
51,261 | <question>: Which Attendance has a Result of l 26–16? <context>: CREATE TABLE table_name_47 (attendance VARCHAR, result VARCHAR) | SELECT attendance FROM table_name_47 WHERE result = "l 26–16" |
51,262 | <question>: What was the highest attendance on week 13? <context>: CREATE TABLE table_name_37 (attendance INTEGER, week VARCHAR) | SELECT MAX(attendance) FROM table_name_37 WHERE week = 13 |
51,263 | <question>: Which Result has a Round of 6? <context>: CREATE TABLE table_name_88 (result VARCHAR, round VARCHAR) | SELECT result FROM table_name_88 WHERE round = "6" |
51,264 | <question>: When is a Type of tko, and an Opponent of jesse brinkley <context>: CREATE TABLE table_name_53 (date VARCHAR, type VARCHAR, opponent VARCHAR) | SELECT date FROM table_name_53 WHERE type = "tko" AND opponent = "jesse brinkley" |
51,265 | <question>: Which Result has an Opponent of steve walker? <context>: CREATE TABLE table_name_4 (result VARCHAR, opponent VARCHAR) | SELECT result FROM table_name_4 WHERE opponent = "steve walker" |
51,266 | <question>: Which Opponent has a Type of ud and a Round of 10 on 2008-06-11? <context>: CREATE TABLE table_name_65 (opponent VARCHAR, date VARCHAR, type VARCHAR, round VARCHAR) | SELECT opponent FROM table_name_65 WHERE type = "ud" AND round = "10" AND date = "2008-06-11" |
51,267 | <question>: Which Opponent has a Type of tko, and a Round of 2 (6) on 2006-09-20? <context>: CREATE TABLE table_name_67 (opponent VARCHAR, date VARCHAR, type VARCHAR, round VARCHAR) | SELECT opponent FROM table_name_67 WHERE type = "tko" AND round = "2 (6)" AND date = "2006-09-20" |
51,268 | <question>: When has a Type of tko, and a Round of 1 (6) <context>: CREATE TABLE table_name_97 (date VARCHAR, type VARCHAR, round VARCHAR) | SELECT date FROM table_name_97 WHERE type = "tko" AND round = "1 (6)" |
51,269 | <question>: How many positions have a played greater than 12? <context>: CREATE TABLE table_name_26 (position VARCHAR, played INTEGER) | SELECT COUNT(position) FROM table_name_26 WHERE played > 12 |
51,270 | <question>: What is the lowest played that has points greater than 11, 1 as the position, and a loss less than 1? <context>: CREATE TABLE table_name_38 (played INTEGER, lost VARCHAR, points VARCHAR, position VARCHAR) | SELECT MIN(played) FROM table_name_38 WHERE points > 11 AND position = 1 AND lost < 1 |
51,271 | <question>: What is the Date that has a Outcome of winner, and çağla büyükakçay was the opponent in the final? <context>: CREATE TABLE table_name_55 (date VARCHAR, outcome VARCHAR, opponent_in_the_final VARCHAR) | SELECT date FROM table_name_55 WHERE outcome = "winner" AND opponent_in_the_final = "çağla büyükakçay" |
51,272 | <question>: What is the Outcome when çağla büyükakçay was the opponent in the final? <context>: CREATE TABLE table_name_73 (outcome VARCHAR, opponent_in_the_final VARCHAR) | SELECT outcome FROM table_name_73 WHERE opponent_in_the_final = "çağla büyükakçay" |
51,273 | <question>: What is the Score when the opponent in the final is alicia pillay on a hard surface? <context>: CREATE TABLE table_name_73 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR) | SELECT score FROM table_name_73 WHERE surface = "hard" AND opponent_in_the_final = "alicia pillay" |
51,274 | <question>: What is the Opponent in the final when the outcome was runner-up? <context>: CREATE TABLE table_name_66 (opponent_in_the_final VARCHAR, outcome VARCHAR) | SELECT opponent_in_the_final FROM table_name_66 WHERE outcome = "runner-up" |
51,275 | <question>: What is the Opponent in the final with an outcome of winner on 14-may-2007? <context>: CREATE TABLE table_name_92 (opponent_in_the_final VARCHAR, outcome VARCHAR, date VARCHAR) | SELECT opponent_in_the_final FROM table_name_92 WHERE outcome = "winner" AND date = "14-may-2007" |
51,276 | <question>: What is the Score for 09-oct-2006? <context>: CREATE TABLE table_name_76 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_76 WHERE date = "09-oct-2006" |
51,277 | <question>: What was the time of the bout against Dave Menne? <context>: CREATE TABLE table_name_33 (time VARCHAR, opponent VARCHAR) | SELECT time FROM table_name_33 WHERE opponent = "dave menne" |
51,278 | <question>: What was the time of the bout that ended in a TKO (strikes)? <context>: CREATE TABLE table_name_83 (time VARCHAR, method VARCHAR) | SELECT time FROM table_name_83 WHERE method = "tko (strikes)" |
51,279 | <question>: What is the number of matches for the player in rank 8? <context>: CREATE TABLE table_name_44 (matches INTEGER, rank VARCHAR) | SELECT MAX(matches) FROM table_name_44 WHERE rank = 8 |
51,280 | <question>: Which set 3 has a Set 1 of 19-25, and a Set 2 of 19-25? <context>: CREATE TABLE table_name_9 (set_3 VARCHAR, set_1 VARCHAR, set_2 VARCHAR) | SELECT set_3 FROM table_name_9 WHERE set_1 = "19-25" AND set_2 = "19-25" |
51,281 | <question>: What is the set 5 if the Date is jun 7, and a Set 4 is 21-25? <context>: CREATE TABLE table_name_65 (set_5 VARCHAR, date VARCHAR, set_4 VARCHAR) | SELECT set_5 FROM table_name_65 WHERE date = "jun 7" AND set_4 = "21-25" |
51,282 | <question>: What is the Set 5 if Set 2 is 25-20? <context>: CREATE TABLE table_name_44 (set_5 VARCHAR, set_2 VARCHAR) | SELECT set_5 FROM table_name_44 WHERE set_2 = "25-20" |
51,283 | <question>: Which driver's grid was 24? <context>: CREATE TABLE table_name_10 (driver VARCHAR, grid VARCHAR) | SELECT driver FROM table_name_10 WHERE grid = 24 |
51,284 | <question>: What is the mean number of laps when the grid is less than 19 and time/retired is +21.3 secs? <context>: CREATE TABLE table_name_56 (laps INTEGER, grid VARCHAR, time_retired VARCHAR) | SELECT AVG(laps) FROM table_name_56 WHERE grid < 19 AND time_retired = "+21.3 secs" |
51,285 | <question>: What is the smallest number of laps for Team Green when the grid is 1? <context>: CREATE TABLE table_name_67 (laps INTEGER, team VARCHAR, grid VARCHAR) | SELECT MIN(laps) FROM table_name_67 WHERE team = "team green" AND grid = 1 |
51,286 | <question>: What is the total number of 1876(s), when 1872 is less than 1921, and when 1891 is less than 354? <context>: CREATE TABLE table_name_64 (Id VARCHAR) | SELECT COUNT(1876) FROM table_name_64 WHERE 1872 < 1921 AND 1891 < 354 |
51,287 | <question>: What is the sum of 1886(s), when 1886 is greater than 1070, and when 1891 is less than 1946? <context>: CREATE TABLE table_name_19 (Id VARCHAR) | SELECT SUM(1886) FROM table_name_19 WHERE 1866 > 1070 AND 1891 < 1946 |
51,288 | <question>: What is the sum of 1891(s), when 1872 is less than 685, and when 1881 is less than 348? <context>: CREATE TABLE table_name_63 (Id VARCHAR) | SELECT SUM(1891) FROM table_name_63 WHERE 1872 < 685 AND 1881 < 348 |
51,289 | <question>: What is the sum of 1872(s), when 1866 is greater than 856, when 1861 is greater than 1906, and when 1876 is greater than 1990? <context>: CREATE TABLE table_name_29 (Id VARCHAR) | SELECT SUM(1872) FROM table_name_29 WHERE 1866 > 856 AND 1861 > 1906 AND 1876 > 1990 |
51,290 | <question>: What is the Record with a Date that is december 20? <context>: CREATE TABLE table_name_91 (record VARCHAR, date VARCHAR) | SELECT record FROM table_name_91 WHERE date = "december 20" |
51,291 | <question>: In what round was the first outside linebacker picked? <context>: CREATE TABLE table_name_72 (round INTEGER, position VARCHAR) | SELECT MIN(round) FROM table_name_72 WHERE position = "outside linebacker" |
51,292 | <question>: Which Venue resulted in AUS by 229 runs? <context>: CREATE TABLE table_name_80 (venue VARCHAR, result VARCHAR) | SELECT venue FROM table_name_80 WHERE result = "aus by 229 runs" |
51,293 | <question>: Who was the Away Captain when the Home Captain was Joe Darling at Melbourne Cricket Ground? <context>: CREATE TABLE table_name_21 (away_captain VARCHAR, venue VARCHAR, home_captain VARCHAR) | SELECT away_captain FROM table_name_21 WHERE venue = "melbourne cricket ground" AND home_captain = "joe darling" |
51,294 | <question>: Who was the Home Captain and the Result for AUS by 4 wkts? <context>: CREATE TABLE table_name_25 (home_captain VARCHAR, result VARCHAR) | SELECT home_captain FROM table_name_25 WHERE result = "aus by 4 wkts" |
51,295 | <question>: What was the highest match when the away opponent was Dalian Shide Siwu? <context>: CREATE TABLE table_name_53 (match INTEGER, opponent_team VARCHAR, home_away VARCHAR) | SELECT MAX(match) FROM table_name_53 WHERE opponent_team = "dalian shide siwu" AND home_away = "away" |
51,296 | <question>: Which Home/Away was on April 27, 2008? <context>: CREATE TABLE table_name_70 (home_away VARCHAR, date VARCHAR) | SELECT home_away FROM table_name_70 WHERE date = "april 27, 2008" |
51,297 | <question>: What was the score on March 3, 2008? <context>: CREATE TABLE table_name_57 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_57 WHERE date = "march 3, 2008" |
51,298 | <question>: What is the Hanja for McCune-Reischauer of chŏn? <context>: CREATE TABLE table_name_56 (hanja VARCHAR, mccune_reischauer VARCHAR) | SELECT hanja FROM table_name_56 WHERE mccune_reischauer = "chŏn" |
51,299 | <question>: What is the Hangul when the Hanja is 西, 徐? <context>: CREATE TABLE table_name_66 (hangul VARCHAR, hanja VARCHAR) | SELECT hangul FROM table_name_66 WHERE hanja = "西, 徐" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.