Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
53,700
<question>: What is the method when the time was 5:00, and the round higher than 4? <context>: CREATE TABLE table_name_86 (method VARCHAR, time VARCHAR, round VARCHAR)
SELECT method FROM table_name_86 WHERE time = "5:00" AND round > 4
53,701
<question>: When the others had a value of 7%, what was the Polling organisation/client? <context>: CREATE TABLE table_name_5 (polling_organisation_client VARCHAR, others VARCHAR)
SELECT polling_organisation_client FROM table_name_5 WHERE others = "7%"
53,702
<question>: What player plays the position of small forward? <context>: CREATE TABLE table_name_26 (player VARCHAR, position VARCHAR)
SELECT player FROM table_name_26 WHERE position = "small forward"
53,703
<question>: What is the latitude of the 0 diameter? <context>: CREATE TABLE table_name_18 (latitude VARCHAR, diameter__km_ VARCHAR)
SELECT latitude FROM table_name_18 WHERE diameter__km_ = 0
53,704
<question>: What is the longitude of Angerona Tholus? <context>: CREATE TABLE table_name_35 (longitude VARCHAR, name VARCHAR)
SELECT longitude FROM table_name_35 WHERE name = "angerona tholus"
53,705
<question>: What is the smallest diameter for Eirene Tholus? <context>: CREATE TABLE table_name_97 (diameter__km_ INTEGER, name VARCHAR)
SELECT MIN(diameter__km_) FROM table_name_97 WHERE name = "eirene tholus"
53,706
<question>: What was the game on April 25? <context>: CREATE TABLE table_name_88 (game INTEGER, date VARCHAR)
SELECT MIN(game) FROM table_name_88 WHERE date = "april 25"
53,707
<question>: what is the sum of the wkts when the ovrs were bigger than 2 and econ was bigger than 7.84? <context>: CREATE TABLE table_name_46 (wkts INTEGER, ovrs VARCHAR, econ VARCHAR)
SELECT SUM(wkts) FROM table_name_46 WHERE ovrs > 2 AND econ > 7.84
53,708
<question>: What is the sum of the runs when the wkts were bigger than 0 and ovrs were smaller than 2? <context>: CREATE TABLE table_name_65 (runs INTEGER, ovrs VARCHAR, wkts VARCHAR)
SELECT SUM(runs) FROM table_name_65 WHERE ovrs < 2 AND wkts > 0
53,709
<question>: What is the highest wkts for james hopes who had less than 26 runs and more than 2 ovrs? <context>: CREATE TABLE table_name_21 (wkts INTEGER, ovrs VARCHAR, runs VARCHAR, player VARCHAR)
SELECT MAX(wkts) FROM table_name_21 WHERE runs < 26 AND player = "james hopes" AND ovrs > 2
53,710
<question>: What is the average sales in billions of the company headquartered in France with more than 2,539.1 billion in assets? <context>: CREATE TABLE table_name_65 (sales__billion_ INTEGER, headquarters VARCHAR, assets__billion_$_ VARCHAR)
SELECT AVG(sales__billion_) AS $_ FROM table_name_65 WHERE headquarters = "france" AND assets__billion_$_ > 2 OFFSET 539.1
53,711
<question>: What is the average sales in billions of walmart, which has more than 15.7 billion in profits? <context>: CREATE TABLE table_name_5 (sales__billion_ INTEGER, company VARCHAR, profits__billion_$_ VARCHAR)
SELECT AVG(sales__billion_) AS $_ FROM table_name_5 WHERE company = "walmart" AND profits__billion_$_ > 15.7
53,712
<question>: What is the rider when the grid is 21? <context>: CREATE TABLE table_name_35 (rider VARCHAR, grid VARCHAR)
SELECT rider FROM table_name_35 WHERE grid = 21
53,713
<question>: What is the average laps when the manufacturer is yamaha, and the rider is garry mccoy and the grid is smaller than 4? <context>: CREATE TABLE table_name_71 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, rider VARCHAR)
SELECT AVG(laps) FROM table_name_71 WHERE manufacturer = "yamaha" AND rider = "garry mccoy" AND grid < 4
53,714
<question>: What is the lowest laps for rider andrew pitt, with a grid smaller than 18? Wha <context>: CREATE TABLE table_name_10 (laps INTEGER, rider VARCHAR, grid VARCHAR)
SELECT MIN(laps) FROM table_name_10 WHERE rider = "andrew pitt" AND grid < 18
53,715
<question>: What is the lowest laps that has a manufacturer of yamaha, and a time/retired of +1:08.312, and a grid less than 20? <context>: CREATE TABLE table_name_4 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, time_retired VARCHAR)
SELECT MIN(laps) FROM table_name_4 WHERE manufacturer = "yamaha" AND time_retired = "+1:08.312" AND grid < 20
53,716
<question>: What event had a tko (punches) method and jason macdonald as the opponent? <context>: CREATE TABLE table_name_74 (event VARCHAR, method VARCHAR, opponent VARCHAR)
SELECT event FROM table_name_74 WHERE method = "tko (punches)" AND opponent = "jason macdonald"
53,717
<question>: What is the opponent after round number 1 with a method of decision (unanimous)? <context>: CREATE TABLE table_name_30 (opponent VARCHAR, round VARCHAR, method VARCHAR)
SELECT opponent FROM table_name_30 WHERE round > 1 AND method = "decision (unanimous)"
53,718
<question>: Who is the partnering that had the opponents of Marcelo Melo André Sá? <context>: CREATE TABLE table_name_29 (partnering VARCHAR, opponents_in_final VARCHAR)
SELECT partnering FROM table_name_29 WHERE opponents_in_final = "marcelo melo andré sá"
53,719
<question>: What was the score on February 14, 1999? <context>: CREATE TABLE table_name_32 (score_in_final VARCHAR, date VARCHAR)
SELECT score_in_final FROM table_name_32 WHERE date = "february 14, 1999"
53,720
<question>: What date was the score 6–7(9), 6–2, (10–7)? <context>: CREATE TABLE table_name_29 (date VARCHAR, score_in_final VARCHAR)
SELECT date FROM table_name_29 WHERE score_in_final = "6–7(9), 6–2, (10–7)"
53,721
<question>: What is the lowest value for Sydney, when WEEKLY RANK is less than 8, and when Brisbane is greater than 252,000? <context>: CREATE TABLE table_name_16 (sydney INTEGER, weekly_rank VARCHAR, brisbane VARCHAR)
SELECT MIN(sydney) FROM table_name_16 WHERE weekly_rank < 8 AND brisbane > 252 OFFSET 000
53,722
<question>: What is the sum of the values for Melbourne, when Episode Number Production Number is 19 2-06, and when Sydney is less than 389,000? <context>: CREATE TABLE table_name_93 (melbourne INTEGER, episode_number_production_number VARCHAR, sydney VARCHAR)
SELECT SUM(melbourne) FROM table_name_93 WHERE episode_number_production_number = "19 2-06" AND sydney < 389 OFFSET 000
53,723
<question>: How many rounds had a time of 5:00 at UFC 155? <context>: CREATE TABLE table_name_25 (round VARCHAR, time VARCHAR, event VARCHAR)
SELECT COUNT(round) FROM table_name_25 WHERE time = "5:00" AND event = "ufc 155"
53,724
<question>: Which event had a time of 2:34? <context>: CREATE TABLE table_name_86 (event VARCHAR, time VARCHAR)
SELECT event FROM table_name_86 WHERE time = "2:34"
53,725
<question>: Who was the opponent in the bout that led to a win in a time of 1:21? <context>: CREATE TABLE table_name_47 (opponent VARCHAR, res VARCHAR, time VARCHAR)
SELECT opponent FROM table_name_47 WHERE res = "win" AND time = "1:21"
53,726
<question>: What is the method of resolution for the fight against akihiro gono? <context>: CREATE TABLE table_name_31 (method VARCHAR, opponent VARCHAR)
SELECT method FROM table_name_31 WHERE opponent = "akihiro gono"
53,727
<question>: What is the average number of rounds that Lance Gibson fought when his record was 1-1? <context>: CREATE TABLE table_name_52 (round INTEGER, record VARCHAR)
SELECT AVG(round) FROM table_name_52 WHERE record = "1-1"
53,728
<question>: What is the Country of the Player with a Score of 69-71-66=206? <context>: CREATE TABLE table_name_99 (country VARCHAR, score VARCHAR)
SELECT country FROM table_name_99 WHERE score = 69 - 71 - 66 = 206
53,729
<question>: What is the Place of the Player from Scotland? <context>: CREATE TABLE table_name_36 (place VARCHAR, country VARCHAR)
SELECT place FROM table_name_36 WHERE country = "scotland"
53,730
<question>: What is Steve Lowery's Place? <context>: CREATE TABLE table_name_78 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_78 WHERE player = "steve lowery"
53,731
<question>: What was 1961's qual? <context>: CREATE TABLE table_name_98 (qual VARCHAR, year VARCHAR)
SELECT qual FROM table_name_98 WHERE year = "1961"
53,732
<question>: What was 13's finish? <context>: CREATE TABLE table_name_10 (finish VARCHAR, start VARCHAR)
SELECT finish FROM table_name_10 WHERE start = "13"
53,733
<question>: How many laps were in 1969? <context>: CREATE TABLE table_name_95 (laps VARCHAR, year VARCHAR)
SELECT laps FROM table_name_95 WHERE year = "1969"
53,734
<question>: Which Rank has a Qual of 145.144? <context>: CREATE TABLE table_name_68 (rank VARCHAR, qual VARCHAR)
SELECT rank FROM table_name_68 WHERE qual = "145.144"
53,735
<question>: What is the sources for Bandung? <context>: CREATE TABLE table_name_37 (sources_of_pop___area VARCHAR, city VARCHAR)
SELECT sources_of_pop___area FROM table_name_37 WHERE city = "bandung"
53,736
<question>: What race happened at Iowa Speedway? <context>: CREATE TABLE table_name_91 (race VARCHAR, track VARCHAR)
SELECT race FROM table_name_91 WHERE track = "iowa speedway"
53,737
<question>: Who won the Food World 250? <context>: CREATE TABLE table_name_14 (winner VARCHAR, race VARCHAR)
SELECT winner FROM table_name_14 WHERE race = "food world 250"
53,738
<question>: What race happened at pocono on 08-02-2008? <context>: CREATE TABLE table_name_24 (race VARCHAR, track VARCHAR, date VARCHAR)
SELECT race FROM table_name_24 WHERE track = "pocono" AND date = "08-02-2008"
53,739
<question>: What race happened on 04-25-2008? <context>: CREATE TABLE table_name_1 (race VARCHAR, date VARCHAR)
SELECT race FROM table_name_1 WHERE date = "04-25-2008"
53,740
<question>: Where was the race on 09-13-2008? <context>: CREATE TABLE table_name_34 (track VARCHAR, date VARCHAR)
SELECT track FROM table_name_34 WHERE date = "09-13-2008"
53,741
<question>: Which game number was played after March 11 and ended with a record of 26-30-10? <context>: CREATE TABLE table_name_17 (game INTEGER, record VARCHAR, march VARCHAR)
SELECT MIN(game) FROM table_name_17 WHERE record = "26-30-10" AND march > 11
53,742
<question>: How many games total were played against @ Boston Bruins this season? <context>: CREATE TABLE table_name_77 (game INTEGER, opponent VARCHAR)
SELECT SUM(game) FROM table_name_77 WHERE opponent = "@ boston bruins"
53,743
<question>: When was the earliest game date in March where the match ended with a record of 25-29-10? <context>: CREATE TABLE table_name_32 (march INTEGER, record VARCHAR)
SELECT MIN(march) FROM table_name_32 WHERE record = "25-29-10"
53,744
<question>: How many points when John Vopni won a season before 1977? <context>: CREATE TABLE table_name_58 (points VARCHAR, season VARCHAR, winner VARCHAR)
SELECT points FROM table_name_58 WHERE season < 1977 AND winner = "john vopni"
53,745
<question>: How many points when Bill Benson was the winner? <context>: CREATE TABLE table_name_95 (points VARCHAR, winner VARCHAR)
SELECT points FROM table_name_95 WHERE winner = "bill benson"
53,746
<question>: Which team did Tyson Chandler (7) have high rebounds for? <context>: CREATE TABLE table_name_10 (team VARCHAR, high_rebounds VARCHAR)
SELECT team FROM table_name_10 WHERE high_rebounds = "tyson chandler (7)"
53,747
<question>: How many high assists were on November 27? <context>: CREATE TABLE table_name_10 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_name_10 WHERE date = "november 27"
53,748
<question>: What was the winning score in 1980? <context>: CREATE TABLE table_name_51 (winning_score VARCHAR, year VARCHAR)
SELECT winning_score FROM table_name_51 WHERE year = 1980
53,749
<question>: What was the winning score in 1985 for Championship of u.s. women's open? <context>: CREATE TABLE table_name_8 (winning_score VARCHAR, year VARCHAR, championship VARCHAR)
SELECT winning_score FROM table_name_8 WHERE year < 1985 AND championship = "u.s. women's open"
53,750
<question>: When was the runner-up Jane Geddes? <context>: CREATE TABLE table_name_35 (year VARCHAR, runner_up VARCHAR)
SELECT year FROM table_name_35 WHERE runner_up = "jane geddes"
53,751
<question>: Which championship after 1985 had a winning score of –8 (68-72-69-71=280)? <context>: CREATE TABLE table_name_17 (championship VARCHAR, year VARCHAR, winning_score VARCHAR)
SELECT championship FROM table_name_17 WHERE year > 1985 AND winning_score = –8(68 - 72 - 69 - 71 = 280)
53,752
<question>: What was the method of resolution for the fight against jake brown? <context>: CREATE TABLE table_name_77 (method VARCHAR, opponent VARCHAR)
SELECT method FROM table_name_77 WHERE opponent = "jake brown"
53,753
<question>: On what team did John Bowe round winner at Winton Motor Raceway belong to? <context>: CREATE TABLE table_name_44 (team VARCHAR, round_winner VARCHAR, circuit VARCHAR)
SELECT team FROM table_name_44 WHERE round_winner = "john bowe" AND circuit = "winton motor raceway"
53,754
<question>: What was the team features at Oran Park Raceway? <context>: CREATE TABLE table_name_41 (team VARCHAR, circuit VARCHAR)
SELECT team FROM table_name_41 WHERE circuit = "oran park raceway"
53,755
<question>: Where is the Eastern Creek Raceway located? <context>: CREATE TABLE table_name_19 (location___state VARCHAR, circuit VARCHAR)
SELECT location___state FROM table_name_19 WHERE circuit = "eastern creek raceway"
53,756
<question>: Which state was Dai from? <context>: CREATE TABLE table_name_9 (state VARCHAR, name VARCHAR)
SELECT state FROM table_name_9 WHERE name = "dai"
53,757
<question>: What was Mu's title? <context>: CREATE TABLE table_name_6 (title VARCHAR, name VARCHAR)
SELECT title FROM table_name_6 WHERE name = "mu"
53,758
<question>: what is the highest attendance for week 3? <context>: CREATE TABLE table_name_34 (attendance INTEGER, week VARCHAR)
SELECT MAX(attendance) FROM table_name_34 WHERE week = 3
53,759
<question>: what is the result for the week higher than 7 on november 4, 1979? <context>: CREATE TABLE table_name_16 (result VARCHAR, week VARCHAR, date VARCHAR)
SELECT result FROM table_name_16 WHERE week > 7 AND date = "november 4, 1979"
53,760
<question>: what is the lowest week when the date is september 16, 1979 and the attendance less than 54,212? <context>: CREATE TABLE table_name_2 (week INTEGER, date VARCHAR, attendance VARCHAR)
SELECT MIN(week) FROM table_name_2 WHERE date = "september 16, 1979" AND attendance < 54 OFFSET 212
53,761
<question>: Which competition has stuart potts as the man of the match? <context>: CREATE TABLE table_name_98 (competition VARCHAR, man_of_the_match VARCHAR)
SELECT competition FROM table_name_98 WHERE man_of_the_match = "stuart potts"
53,762
<question>: Which venue had a lost 5-4 result? <context>: CREATE TABLE table_name_15 (venue VARCHAR, result VARCHAR)
SELECT venue FROM table_name_15 WHERE result = "lost 5-4"
53,763
<question>: What is the venue of the match with the wightlink raiders as the opponent? <context>: CREATE TABLE table_name_9 (venue VARCHAR, opponent VARCHAR)
SELECT venue FROM table_name_9 WHERE opponent = "wightlink raiders"
53,764
<question>: What is the result of the league/cup competition with the swindon wildcats as the opponent and neil liddiard as the man of the match? <context>: CREATE TABLE table_name_45 (result VARCHAR, man_of_the_match VARCHAR, competition VARCHAR, opponent VARCHAR)
SELECT result FROM table_name_45 WHERE competition = "league/cup" AND opponent = "swindon wildcats" AND man_of_the_match = "neil liddiard"
53,765
<question>: What is the attendance of the match on the 2nd with the slough jets as the opponent? <context>: CREATE TABLE table_name_35 (attendance VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT attendance FROM table_name_35 WHERE opponent = "slough jets" AND date = "2nd"
53,766
<question>: What was the score when the total was 75–53? <context>: CREATE TABLE table_name_89 (score VARCHAR, total VARCHAR)
SELECT score FROM table_name_89 WHERE total = "75–53"
53,767
<question>: What was the total when the set 3 was 25–14? <context>: CREATE TABLE table_name_80 (total VARCHAR, set_3 VARCHAR)
SELECT total FROM table_name_80 WHERE set_3 = "25–14"
53,768
<question>: What date was the set 1 25–23, and a Set 3 of 25–14? <context>: CREATE TABLE table_name_12 (date VARCHAR, set_1 VARCHAR, set_3 VARCHAR)
SELECT date FROM table_name_12 WHERE set_1 = "25–23" AND set_3 = "25–14"
53,769
<question>: What date was the Set 3 of 12–25? <context>: CREATE TABLE table_name_79 (date VARCHAR, set_3 VARCHAR)
SELECT date FROM table_name_79 WHERE set_3 = "12–25"
53,770
<question>: What is the Set 3 when the total was 53–75? <context>: CREATE TABLE table_name_26 (set_3 VARCHAR, total VARCHAR)
SELECT set_3 FROM table_name_26 WHERE total = "53–75"
53,771
<question>: What is the average win with a top 5 greater than 2 and a top 10 less than 5? <context>: CREATE TABLE table_name_99 (wins INTEGER, top_5 VARCHAR, top_10 VARCHAR)
SELECT AVG(wins) FROM table_name_99 WHERE top_5 > 2 AND top_10 < 5
53,772
<question>: How many poles have 4 Starts of 4 and position of 46th? <context>: CREATE TABLE table_name_20 (poles VARCHAR, starts VARCHAR, position VARCHAR)
SELECT COUNT(poles) FROM table_name_20 WHERE starts = 4 AND position = "46th"
53,773
<question>: Sum of m. night shyamalan ranks? <context>: CREATE TABLE table_name_41 (rank INTEGER, director_s_ VARCHAR)
SELECT SUM(rank) FROM table_name_41 WHERE director_s_ = "m. night shyamalan"
53,774
<question>: Director for Star Wars Episode II: attack of the clones? <context>: CREATE TABLE table_name_92 (director_s_ VARCHAR, title VARCHAR)
SELECT director_s_ FROM table_name_92 WHERE title = "star wars episode ii: attack of the clones"
53,775
<question>: What was the tie no when Oxford city was the away team? <context>: CREATE TABLE table_name_39 (tie_no VARCHAR, away_team VARCHAR)
SELECT tie_no FROM table_name_39 WHERE away_team = "oxford city"
53,776
<question>: What was the tie no when Wrexham was the away team? <context>: CREATE TABLE table_name_97 (tie_no VARCHAR, away_team VARCHAR)
SELECT tie_no FROM table_name_97 WHERE away_team = "wrexham"
53,777
<question>: What was the score when Spennymoor United as the away team? <context>: CREATE TABLE table_name_67 (score VARCHAR, away_team VARCHAR)
SELECT score FROM table_name_67 WHERE away_team = "spennymoor united"
53,778
<question>: What date was Grimsby Town the away team? <context>: CREATE TABLE table_name_34 (date VARCHAR, away_team VARCHAR)
SELECT date FROM table_name_34 WHERE away_team = "grimsby town"
53,779
<question>: Who was eliminated on Banana Night? <context>: CREATE TABLE table_name_33 (name VARCHAR, eliminated VARCHAR)
SELECT name FROM table_name_33 WHERE eliminated = "banana night"
53,780
<question>: Who was the special guest when the category was vocal groups and the name was Romantic? <context>: CREATE TABLE table_name_28 (special_guest VARCHAR, category VARCHAR, name VARCHAR)
SELECT special_guest FROM table_name_28 WHERE category = "vocal groups" AND name = "romantic"
53,781
<question>: On what date was elimination on final night? <context>: CREATE TABLE table_name_43 (date VARCHAR, eliminated VARCHAR)
SELECT date FROM table_name_43 WHERE eliminated = "final night"
53,782
<question>: What is the total number of games for the opponent in Washington? <context>: CREATE TABLE table_name_89 (game VARCHAR, opponent VARCHAR)
SELECT COUNT(game) FROM table_name_89 WHERE opponent = "washington"
53,783
<question>: How many stories have a height less than 138 meters with a completion date in 1971? <context>: CREATE TABLE table_name_53 (stories VARCHAR, height__m_ VARCHAR, year_of_completion VARCHAR)
SELECT stories FROM table_name_53 WHERE height__m_ < 138 AND year_of_completion = 1971
53,784
<question>: What is the largest number of stories in Recife completed later than 2007 with a height less than 135 meters? <context>: CREATE TABLE table_name_38 (stories INTEGER, height__m_ VARCHAR, location VARCHAR, year_of_completion VARCHAR)
SELECT MAX(stories) FROM table_name_38 WHERE location = "recife" AND year_of_completion > 2007 AND height__m_ < 135
53,785
<question>: Which Sanskrit has an English of mindfulness of breathing? <context>: CREATE TABLE table_name_26 (sanskrit VARCHAR, english VARCHAR)
SELECT sanskrit FROM table_name_26 WHERE english = "mindfulness of breathing"
53,786
<question>: Which Sanskrit has a Chinese of —, and an English of cultivation of settling? <context>: CREATE TABLE table_name_74 (sanskrit VARCHAR, chinese VARCHAR, english VARCHAR)
SELECT sanskrit FROM table_name_74 WHERE chinese = "—" AND english = "cultivation of settling"
53,787
<question>: Which Pali has an English of mindfulness of breathing? <context>: CREATE TABLE table_name_54 (pali VARCHAR, english VARCHAR)
SELECT pali FROM table_name_54 WHERE english = "mindfulness of breathing"
53,788
<question>: Which Pali has an English of meditative concentration? <context>: CREATE TABLE table_name_74 (pali VARCHAR, english VARCHAR)
SELECT pali FROM table_name_74 WHERE english = "meditative concentration"
53,789
<question>: Which Chinese has a Pali of atappa? <context>: CREATE TABLE table_name_59 (chinese VARCHAR, pali VARCHAR)
SELECT chinese FROM table_name_59 WHERE pali = "atappa"
53,790
<question>: Which English has a Sanskrit of samādhi? <context>: CREATE TABLE table_name_42 (english VARCHAR, sanskrit VARCHAR)
SELECT english FROM table_name_42 WHERE sanskrit = "samādhi"
53,791
<question>: Who is the player in guard position from Stephen F. Austin in a round less than 8? <context>: CREATE TABLE table_name_60 (player VARCHAR, school_club_team VARCHAR, round VARCHAR, position VARCHAR)
SELECT player FROM table_name_60 WHERE round < 8 AND position = "guard" AND school_club_team = "stephen f. austin"
53,792
<question>: Which position has a pick less than 41 from Ohio State? <context>: CREATE TABLE table_name_31 (position VARCHAR, pick VARCHAR, school_club_team VARCHAR)
SELECT position FROM table_name_31 WHERE pick < 41 AND school_club_team = "ohio state"
53,793
<question>: What shows for 2006 when 2002 is Grand Slam Tournaments? <context>: CREATE TABLE table_name_52 (Id VARCHAR)
SELECT 2006 FROM table_name_52 WHERE 2002 = "grand slam tournaments"
53,794
<question>: What shows for 2002 when 2006 is Grand Slam Tournaments? <context>: CREATE TABLE table_name_65 (Id VARCHAR)
SELECT 2002 FROM table_name_65 WHERE 2006 = "grand slam tournaments"
53,795
<question>: What shows for 2005 when 2002 shows 0–1? <context>: CREATE TABLE table_name_16 (Id VARCHAR)
SELECT 2005 FROM table_name_16 WHERE 2002 = "0–1"
53,796
<question>: What shows for 2006 when 2002 is 0–1? <context>: CREATE TABLE table_name_96 (Id VARCHAR)
SELECT 2006 FROM table_name_96 WHERE 2002 = "0–1"
53,797
<question>: What shows for 2002 when the 2004 is A, and the 2005 is 1r? <context>: CREATE TABLE table_name_40 (Id VARCHAR)
SELECT 2002 FROM table_name_40 WHERE 2004 = "a" AND 2005 = "1r"
53,798
<question>: What shows for 2004 when 2005 is A, 2006 is A, tournament is US Open? <context>: CREATE TABLE table_name_60 (tournament VARCHAR)
SELECT 2004 FROM table_name_60 WHERE 2005 = "a" AND 2006 = "a" AND tournament = "us open"
53,799
<question>: Who was the opponent on December 2, 1962? <context>: CREATE TABLE table_name_8 (opponent VARCHAR, date VARCHAR)
SELECT opponent FROM table_name_8 WHERE date = "december 2, 1962"