Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
54,200 | <question>: How many seats does leader Raymond McCartney have? <context>: CREATE TABLE table_name_2 (number_of_seats INTEGER, leader VARCHAR) | SELECT SUM(number_of_seats) FROM table_name_2 WHERE leader = "raymond mccartney" |
54,201 | <question>: Which leader of the Democratic Unionist party has more than 8 seats? <context>: CREATE TABLE table_name_35 (leader VARCHAR, number_of_seats VARCHAR, party VARCHAR) | SELECT leader FROM table_name_35 WHERE number_of_seats > 8 AND party = "democratic unionist party" |
54,202 | <question>: Anuya Bhagvath was nominated for what award? <context>: CREATE TABLE table_name_60 (award VARCHAR, outcome VARCHAR, name VARCHAR) | SELECT award FROM table_name_60 WHERE outcome = "nominated" AND name = "anuya bhagvath" |
54,203 | <question>: Which award has film lyricist in the category? <context>: CREATE TABLE table_name_11 (award VARCHAR, category VARCHAR) | SELECT award FROM table_name_11 WHERE category = "film lyricist" |
54,204 | <question>: What is the category Anuya Bhagvath was nominated for at vijay award? <context>: CREATE TABLE table_name_39 (ceremony VARCHAR, name VARCHAR, award VARCHAR, outcome VARCHAR) | SELECT ceremony FROM table_name_39 WHERE award = "vijay award" AND outcome = "nominated" AND name = "anuya bhagvath" |
54,205 | <question>: Which ceremony has the best lyricist category? <context>: CREATE TABLE table_name_67 (ceremony VARCHAR, category VARCHAR) | SELECT ceremony FROM table_name_67 WHERE category = "best lyricist" |
54,206 | <question>: Which best 3-year period has a best 15-year period of smyslov; kasparov, and a Position of 5? <context>: CREATE TABLE table_name_61 (best_3_year_period VARCHAR, best_15_year_period VARCHAR, position VARCHAR) | SELECT best_3_year_period FROM table_name_61 WHERE best_15_year_period = "smyslov; kasparov" AND position = 5 |
54,207 | <question>: Which best 5-year period has a best 15-year period of alekhine; lasker? <context>: CREATE TABLE table_name_37 (best_5_year_period VARCHAR, best_15_year_period VARCHAR) | SELECT best_5_year_period FROM table_name_37 WHERE best_15_year_period = "alekhine; lasker" |
54,208 | <question>: Which best 10-year period has a best 2-year period of petrosian? <context>: CREATE TABLE table_name_32 (best_10_year_period VARCHAR, best_2_year_period VARCHAR) | SELECT best_10_year_period FROM table_name_32 WHERE best_2_year_period = "petrosian" |
54,209 | <question>: Which Position has a best 3-year period of petrosian? <context>: CREATE TABLE table_name_69 (position INTEGER, best_3_year_period VARCHAR) | SELECT MAX(position) FROM table_name_69 WHERE best_3_year_period = "petrosian" |
54,210 | <question>: What is High Rebounds, when Score is 61-59? <context>: CREATE TABLE table_name_6 (high_rebounds VARCHAR, score VARCHAR) | SELECT high_rebounds FROM table_name_6 WHERE score = "61-59" |
54,211 | <question>: What is Score, when High Rebounds is "Nolan (10)"? <context>: CREATE TABLE table_name_61 (score VARCHAR, high_rebounds VARCHAR) | SELECT score FROM table_name_61 WHERE high_rebounds = "nolan (10)" |
54,212 | <question>: What is Opponent, when High Rebounds is "Pierson (6)"? <context>: CREATE TABLE table_name_67 (opponent VARCHAR, high_rebounds VARCHAR) | SELECT opponent FROM table_name_67 WHERE high_rebounds = "pierson (6)" |
54,213 | <question>: What is the sum of Game(s), when High Rebounds is "Pierson (6)"? <context>: CREATE TABLE table_name_6 (game INTEGER, high_rebounds VARCHAR) | SELECT SUM(game) FROM table_name_6 WHERE high_rebounds = "pierson (6)" |
54,214 | <question>: How many Laps did Bob Wollek have? <context>: CREATE TABLE table_name_5 (laps INTEGER, driver VARCHAR) | SELECT AVG(laps) FROM table_name_5 WHERE driver = "bob wollek" |
54,215 | <question>: How many Laps did Team Primagaz Competition have? <context>: CREATE TABLE table_name_14 (laps VARCHAR, team VARCHAR) | SELECT laps FROM table_name_14 WHERE team = "primagaz competition" |
54,216 | <question>: What Team had 40 Laps in C1 Class? <context>: CREATE TABLE table_name_46 (team VARCHAR, class VARCHAR, laps VARCHAR) | SELECT team FROM table_name_46 WHERE class = "c1" AND laps = 40 |
54,217 | <question>: What Team has Bob Wollek as a Driver with 76 Laps in C1 Class? <context>: CREATE TABLE table_name_63 (team VARCHAR, driver VARCHAR, class VARCHAR, laps VARCHAR) | SELECT team FROM table_name_63 WHERE class = "c1" AND laps = 76 AND driver = "bob wollek" |
54,218 | <question>: How many Laps does GP Motorsport Team have? <context>: CREATE TABLE table_name_43 (laps INTEGER, team VARCHAR) | SELECT SUM(laps) FROM table_name_43 WHERE team = "gp motorsport" |
54,219 | <question>: what is the location when the score is w 105-99? <context>: CREATE TABLE table_name_58 (location VARCHAR, score VARCHAR) | SELECT location FROM table_name_58 WHERE score = "w 105-99" |
54,220 | <question>: what is the location on november 23? <context>: CREATE TABLE table_name_58 (location VARCHAR, date VARCHAR) | SELECT location FROM table_name_58 WHERE date = "november 23" |
54,221 | <question>: Name the highest Ends Lost which has an Shot % larger than 78, and a Ends Won smaller than 38? <context>: CREATE TABLE table_name_63 (ends_lost INTEGER, shot__percentage VARCHAR, ends_won VARCHAR) | SELECT MAX(ends_lost) FROM table_name_63 WHERE shot__percentage > 78 AND ends_won < 38 |
54,222 | <question>: Name the Country which has Stolen Ends larger than 7, and a Skip of david murdoch? <context>: CREATE TABLE table_name_67 (country VARCHAR, stolen_ends VARCHAR, skip VARCHAR) | SELECT country FROM table_name_67 WHERE stolen_ends > 7 AND skip = "david murdoch" |
54,223 | <question>: Name the average Stolen Ends which has an Ends Lost smaller than 35? <context>: CREATE TABLE table_name_89 (stolen_ends INTEGER, ends_lost INTEGER) | SELECT AVG(stolen_ends) FROM table_name_89 WHERE ends_lost < 35 |
54,224 | <question>: Name the average Blank Ends which has a Shot % smaller than 78, and a Ends Won larger than 43? <context>: CREATE TABLE table_name_80 (blank_ends INTEGER, shot__percentage VARCHAR, ends_won VARCHAR) | SELECT AVG(blank_ends) FROM table_name_80 WHERE shot__percentage < 78 AND ends_won > 43 |
54,225 | <question>: What rank has skyfall as the title? <context>: CREATE TABLE table_name_35 (rank VARCHAR, title VARCHAR) | SELECT rank FROM table_name_35 WHERE title = "skyfall" |
54,226 | <question>: What director(s) have the intouchables as the title? <context>: CREATE TABLE table_name_67 (director_s_ VARCHAR, title VARCHAR) | SELECT director_s_ FROM table_name_67 WHERE title = "the intouchables" |
54,227 | <question>: What studio has 6 as the rank? <context>: CREATE TABLE table_name_32 (studio VARCHAR, rank VARCHAR) | SELECT studio FROM table_name_32 WHERE rank = 6 |
54,228 | <question>: How many ranks have $1,084,439,099 as the worldwide gross? <context>: CREATE TABLE table_name_91 (rank INTEGER, worldwide_gross VARCHAR) | SELECT SUM(rank) FROM table_name_91 WHERE worldwide_gross = "$1,084,439,099" |
54,229 | <question>: What is the 1981 value of the Macedonian population with a 1971 number greater than 192 and a 1991 of 1748? <context>: CREATE TABLE table_name_54 (number_1971 VARCHAR) | SELECT 1981 FROM table_name_54 WHERE number_1971 > 192 AND 1991 = 1748 |
54,230 | <question>: What is the lowest 1971 number of the Macedonian population with a 2002 value greater than 133 and a 1991 value less than 171? <context>: CREATE TABLE table_name_15 (number_1971 INTEGER) | SELECT MIN(number_1971) FROM table_name_15 WHERE 2002 > 133 AND 1991 < 171 |
54,231 | <question>: What is the total 1961 number of the plandište Macedonian population with a 1981 value greater than 1027? <context>: CREATE TABLE table_name_47 (macedonian_population_in_vojvodina VARCHAR) | SELECT COUNT(1961) FROM table_name_47 WHERE macedonian_population_in_vojvodina = "plandište" AND 1981 > 1027 |
54,232 | <question>: What is the 1961 total of the Macedonian population with a 1971 number of 3325 and a 1991 value greater than 3177? <context>: CREATE TABLE table_name_15 (number_1971 VARCHAR) | SELECT COUNT(1961) FROM table_name_15 WHERE number_1971 = 3325 AND 1991 > 3177 |
54,233 | <question>: What airport is in Muscat? <context>: CREATE TABLE table_name_60 (airport VARCHAR, city VARCHAR) | SELECT airport FROM table_name_60 WHERE city = "muscat" |
54,234 | <question>: What country is Bandar Abbas in? <context>: CREATE TABLE table_name_8 (country VARCHAR, city VARCHAR) | SELECT country FROM table_name_8 WHERE city = "bandar abbas" |
54,235 | <question>: What is the city in India with an airport named Sardar Vallabhbhai Patel International Airport? <context>: CREATE TABLE table_name_58 (city VARCHAR, country VARCHAR, airport VARCHAR) | SELECT city FROM table_name_58 WHERE country = "india" AND airport = "sardar vallabhbhai patel international airport" |
54,236 | <question>: What airport is in China with an ICAO of zbaa? <context>: CREATE TABLE table_name_55 (airport VARCHAR, country VARCHAR, icao VARCHAR) | SELECT airport FROM table_name_55 WHERE country = "china" AND icao = "zbaa" |
54,237 | <question>: What airport is in Toronto? <context>: CREATE TABLE table_name_87 (airport VARCHAR, city VARCHAR) | SELECT airport FROM table_name_87 WHERE city = "toronto" |
54,238 | <question>: What country has an ICAO of ypph? <context>: CREATE TABLE table_name_67 (country VARCHAR, icao VARCHAR) | SELECT country FROM table_name_67 WHERE icao = "ypph" |
54,239 | <question>: When the mark is 8.54, the reaction time was over 0.23800000000000002 seconds, what's the highest amount of points recorded? <context>: CREATE TABLE table_name_79 (points INTEGER, mark VARCHAR, react VARCHAR) | SELECT MAX(points) FROM table_name_79 WHERE mark = "8.54" AND react > 0.23800000000000002 |
54,240 | <question>: Which country has a reaction time of under 0.242 seconds and over 1041 points? <context>: CREATE TABLE table_name_58 (country VARCHAR, react VARCHAR, points VARCHAR) | SELECT country FROM table_name_58 WHERE react < 0.242 AND points > 1041 |
54,241 | <question>: If a country has 1008 points what's their reaction time? <context>: CREATE TABLE table_name_84 (react INTEGER, points VARCHAR) | SELECT MAX(react) FROM table_name_84 WHERE points = 1008 |
54,242 | <question>: Which wicket had 580 runs? <context>: CREATE TABLE table_name_85 (wicket VARCHAR, runs VARCHAR) | SELECT wicket FROM table_name_85 WHERE runs = "580" |
54,243 | <question>: Who fielded against the 8th wicket? <context>: CREATE TABLE table_name_81 (fielding_team VARCHAR, wicket VARCHAR) | SELECT fielding_team FROM table_name_81 WHERE wicket = "8th" |
54,244 | <question>: How many runs did Vijay Hazare and Gul Mohammad score? <context>: CREATE TABLE table_name_98 (runs VARCHAR, batting_partners VARCHAR) | SELECT runs FROM table_name_98 WHERE batting_partners = "vijay hazare and gul mohammad" |
54,245 | <question>: Who were the batting partners in Colombo? <context>: CREATE TABLE table_name_99 (batting_partners VARCHAR, venue VARCHAR) | SELECT batting_partners FROM table_name_99 WHERE venue = "colombo" |
54,246 | <question>: Who was the batting team in the 2006 season? <context>: CREATE TABLE table_name_61 (batting_team VARCHAR, season VARCHAR) | SELECT batting_team FROM table_name_61 WHERE season = "2006" |
54,247 | <question>: In what season was 577 runs scored? <context>: CREATE TABLE table_name_33 (season VARCHAR, runs VARCHAR) | SELECT season FROM table_name_33 WHERE runs = "577" |
54,248 | <question>: What opposing team has 20 against? <context>: CREATE TABLE table_name_7 (opposing_team VARCHAR, against VARCHAR) | SELECT opposing_team FROM table_name_7 WHERE against = 20 |
54,249 | <question>: Venue for Hawke's bay? <context>: CREATE TABLE table_name_14 (venue VARCHAR, opposing_team VARCHAR) | SELECT venue FROM table_name_14 WHERE opposing_team = "hawke's bay" |
54,250 | <question>: What is the average December, when Game is "36"? <context>: CREATE TABLE table_name_39 (december INTEGER, game VARCHAR) | SELECT AVG(december) FROM table_name_39 WHERE game = 36 |
54,251 | <question>: What is the lowest Game, when December is greater than 13, and when Score is "5 - 0"? <context>: CREATE TABLE table_name_22 (game INTEGER, december VARCHAR, score VARCHAR) | SELECT MIN(game) FROM table_name_22 WHERE december > 13 AND score = "5 - 0" |
54,252 | <question>: What is the sum of December, when Game is greater than 31, and when Score is "5 - 2"? <context>: CREATE TABLE table_name_61 (december INTEGER, game VARCHAR, score VARCHAR) | SELECT SUM(december) FROM table_name_61 WHERE game > 31 AND score = "5 - 2" |
54,253 | <question>: What is Record, when Game is "36"? <context>: CREATE TABLE table_name_79 (record VARCHAR, game VARCHAR) | SELECT record FROM table_name_79 WHERE game = 36 |
54,254 | <question>: What was the away team that played against home team Leatherhead? <context>: CREATE TABLE table_name_53 (away_team VARCHAR, home_team VARCHAR) | SELECT away_team FROM table_name_53 WHERE home_team = "leatherhead" |
54,255 | <question>: What was the score of the match played against away team Arsenal? <context>: CREATE TABLE table_name_96 (score VARCHAR, away_team VARCHAR) | SELECT score FROM table_name_96 WHERE away_team = "arsenal" |
54,256 | <question>: Can you tell me the highest Total votes that has the % of popular vote of 0.86%, and the # of seats won larger than 0? <context>: CREATE TABLE table_name_48 (total_votes INTEGER, _percentage_of_popular_vote VARCHAR, _number_of_seats_won VARCHAR) | SELECT MAX(total_votes) FROM table_name_48 WHERE _percentage_of_popular_vote = "0.86%" AND _number_of_seats_won > 0 |
54,257 | <question>: Can you tell me the average Total votes that has the # of seats won smaller than 0? <context>: CREATE TABLE table_name_75 (total_votes INTEGER, _number_of_seats_won INTEGER) | SELECT AVG(total_votes) FROM table_name_75 WHERE _number_of_seats_won < 0 |
54,258 | <question>: Can you tell me the total number of Total votes that has the Election larger than 2009, and the Candidates fielded larger than 61? <context>: CREATE TABLE table_name_71 (total_votes VARCHAR, election VARCHAR, candidates_fielded VARCHAR) | SELECT COUNT(total_votes) FROM table_name_71 WHERE election > 2009 AND candidates_fielded > 61 |
54,259 | <question>: Which tournament did the opponent Guillermo Carry play? <context>: CREATE TABLE table_name_60 (tournament VARCHAR, opponent VARCHAR) | SELECT tournament FROM table_name_60 WHERE opponent = "guillermo carry" |
54,260 | <question>: Who was the opponent on April 21, 2008? <context>: CREATE TABLE table_name_44 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_name_44 WHERE date = "april 21, 2008" |
54,261 | <question>: Who is the opponent on November 22, 2009, clay surface? <context>: CREATE TABLE table_name_46 (opponent VARCHAR, surface VARCHAR, date VARCHAR) | SELECT opponent FROM table_name_46 WHERE surface = "clay" AND date = "november 22, 2009" |
54,262 | <question>: Which Laps have a Grid larger than 8, and a Rider of anthony west? <context>: CREATE TABLE table_name_60 (laps INTEGER, grid VARCHAR, rider VARCHAR) | SELECT MAX(laps) FROM table_name_60 WHERE grid > 8 AND rider = "anthony west" |
54,263 | <question>: Which time has a Rider of anthony west? <context>: CREATE TABLE table_name_66 (time VARCHAR, rider VARCHAR) | SELECT time FROM table_name_66 WHERE rider = "anthony west" |
54,264 | <question>: Which Grid is the highest one that has a Rider of colin edwards, and Laps smaller than 28? <context>: CREATE TABLE table_name_86 (grid INTEGER, rider VARCHAR, laps VARCHAR) | SELECT MAX(grid) FROM table_name_86 WHERE rider = "colin edwards" AND laps < 28 |
54,265 | <question>: Which Laps have a Rider of andrea dovizioso? <context>: CREATE TABLE table_name_2 (laps INTEGER, rider VARCHAR) | SELECT MIN(laps) FROM table_name_2 WHERE rider = "andrea dovizioso" |
54,266 | <question>: What college/junior/club team had a player selected in round 6? <context>: CREATE TABLE table_name_4 (college_junior_club_team__league_ VARCHAR, round VARCHAR) | SELECT college_junior_club_team__league_ FROM table_name_4 WHERE round = 6 |
54,267 | <question>: What round of the draft was Stan Adams selected? <context>: CREATE TABLE table_name_59 (round INTEGER, player VARCHAR) | SELECT AVG(round) FROM table_name_59 WHERE player = "stan adams" |
54,268 | <question>: What is the attendance for the t7-7 result? <context>: CREATE TABLE table_name_17 (attendance VARCHAR, result VARCHAR) | SELECT attendance FROM table_name_17 WHERE result = "t7-7" |
54,269 | <question>: What is the date for 45,000 in attendance? <context>: CREATE TABLE table_name_32 (date VARCHAR, attendance VARCHAR) | SELECT date FROM table_name_32 WHERE attendance = "45,000" |
54,270 | <question>: How many strokes under par was the player who scored 71? <context>: CREATE TABLE table_name_43 (to_par VARCHAR, score VARCHAR) | SELECT to_par FROM table_name_43 WHERE score = 71 |
54,271 | <question>: What place is Jay Hebert? <context>: CREATE TABLE table_name_60 (place VARCHAR, player VARCHAR) | SELECT place FROM table_name_60 WHERE player = "jay hebert" |
54,272 | <question>: Which Games lost has Points against of 61, and Points difference smaller than 42? <context>: CREATE TABLE table_name_74 (games_lost INTEGER, points_against VARCHAR, points_difference VARCHAR) | SELECT SUM(games_lost) FROM table_name_74 WHERE points_against = 61 AND points_difference < 42 |
54,273 | <question>: Which Games won has Bonus points larger than 1, a Points difference smaller than 50, Points against of 106, and Points for smaller than 152? <context>: CREATE TABLE table_name_58 (games_won VARCHAR, points_for VARCHAR, points_against VARCHAR, bonus_points VARCHAR, points_difference VARCHAR) | SELECT COUNT(games_won) FROM table_name_58 WHERE bonus_points > 1 AND points_difference < 50 AND points_against = 106 AND points_for < 152 |
54,274 | <question>: Which Score has a Record of 1-2? <context>: CREATE TABLE table_name_40 (score VARCHAR, record VARCHAR) | SELECT score FROM table_name_40 WHERE record = "1-2" |
54,275 | <question>: What is the Record for April 15? <context>: CREATE TABLE table_name_45 (record VARCHAR, date VARCHAR) | SELECT record FROM table_name_45 WHERE date = "april 15" |
54,276 | <question>: What is the Record for April 13? <context>: CREATE TABLE table_name_14 (record VARCHAR, date VARCHAR) | SELECT record FROM table_name_14 WHERE date = "april 13" |
54,277 | <question>: On April 15 who is the Home team? <context>: CREATE TABLE table_name_80 (home VARCHAR, date VARCHAR) | SELECT home FROM table_name_80 WHERE date = "april 15" |
54,278 | <question>: Which Attendance has a Date of december 22, 1985, and a Week smaller than 16? <context>: CREATE TABLE table_name_65 (attendance INTEGER, date VARCHAR, week VARCHAR) | SELECT SUM(attendance) FROM table_name_65 WHERE date = "december 22, 1985" AND week < 16 |
54,279 | <question>: Which Attendance has a Result of w 23-21, and a Week smaller than 5? <context>: CREATE TABLE table_name_75 (attendance INTEGER, result VARCHAR, week VARCHAR) | SELECT AVG(attendance) FROM table_name_75 WHERE result = "w 23-21" AND week < 5 |
54,280 | <question>: Which Week has a Result of w 20-13? <context>: CREATE TABLE table_name_20 (week INTEGER, result VARCHAR) | SELECT AVG(week) FROM table_name_20 WHERE result = "w 20-13" |
54,281 | <question>: What are the Japanese characters for the Chinese word 叉焼? <context>: CREATE TABLE table_name_28 (japanese VARCHAR, chinese VARCHAR) | SELECT japanese FROM table_name_28 WHERE chinese = "叉焼" |
54,282 | <question>: What language did the word that means mahjong first come from? <context>: CREATE TABLE table_name_28 (source_language VARCHAR, meaning VARCHAR) | SELECT source_language FROM table_name_28 WHERE meaning = "mahjong" |
54,283 | <question>: What is the Romanization of the Mandarin word whose Rōmaji is ūroncha <context>: CREATE TABLE table_name_81 (romanization VARCHAR, source_language VARCHAR, rōmaji VARCHAR) | SELECT romanization FROM table_name_81 WHERE source_language = "mandarin" AND rōmaji = "ūroncha" |
54,284 | <question>: What language did the word mahjong originate from? <context>: CREATE TABLE table_name_31 (source_language VARCHAR, meaning VARCHAR) | SELECT source_language FROM table_name_31 WHERE meaning = "mahjong" |
54,285 | <question>: What are the Chinese characters for the word that has a Rōmaji of chāshū? <context>: CREATE TABLE table_name_61 (chinese VARCHAR, rōmaji VARCHAR) | SELECT chinese FROM table_name_61 WHERE rōmaji = "chāshū" |
54,286 | <question>: What was the category of Richard Nixon as President in a year prior to 2009? <context>: CREATE TABLE table_name_3 (category VARCHAR, president VARCHAR, year VARCHAR) | SELECT category FROM table_name_3 WHERE president = "richard nixon" AND year < 2009 |
54,287 | <question>: What is the film that Raymond Massey was nominated for? <context>: CREATE TABLE table_name_94 (film VARCHAR, nominee VARCHAR) | SELECT film FROM table_name_94 WHERE nominee = "raymond massey" |
54,288 | <question>: What was the film of Richard Nixon as President in a year newer than 1996? <context>: CREATE TABLE table_name_49 (film VARCHAR, president VARCHAR, year VARCHAR) | SELECT film FROM table_name_49 WHERE president = "richard nixon" AND year > 1996 |
54,289 | <question>: WHich Partner has a Outcome of winner, and a Opponents in the final of rick leach jim pugh? <context>: CREATE TABLE table_name_3 (partner VARCHAR, outcome VARCHAR, opponents_in_the_final VARCHAR) | SELECT partner FROM table_name_3 WHERE outcome = "winner" AND opponents_in_the_final = "rick leach jim pugh" |
54,290 | <question>: Which Score in the final has a Surface of hard on august 20, 1989? <context>: CREATE TABLE table_name_47 (score_in_the_final VARCHAR, surface VARCHAR, date VARCHAR) | SELECT score_in_the_final FROM table_name_47 WHERE surface = "hard" AND date = "august 20, 1989" |
54,291 | <question>: Name the Outcome which has a Score in the final of 4–6, 4–6 on october 21, 1990? <context>: CREATE TABLE table_name_15 (outcome VARCHAR, score_in_the_final VARCHAR, date VARCHAR) | SELECT outcome FROM table_name_15 WHERE score_in_the_final = "4–6, 4–6" AND date = "october 21, 1990" |
54,292 | <question>: Which Tournament has a Score in the final of 7–5, 6–4? <context>: CREATE TABLE table_name_2 (tournament VARCHAR, score_in_the_final VARCHAR) | SELECT tournament FROM table_name_2 WHERE score_in_the_final = "7–5, 6–4" |
54,293 | <question>: Name the Score which has a Partner of jorge lozano, an Outcome of runner-up, and Opponents in the final of udo riglewski michael stich? <context>: CREATE TABLE table_name_85 (score_in_the_final VARCHAR, opponents_in_the_final VARCHAR, partner VARCHAR, outcome VARCHAR) | SELECT score_in_the_final FROM table_name_85 WHERE partner = "jorge lozano" AND outcome = "runner-up" AND opponents_in_the_final = "udo riglewski michael stich" |
54,294 | <question>: Name the Date which has Opponents in the final of patrick mcenroe tim wilkison? <context>: CREATE TABLE table_name_12 (date VARCHAR, opponents_in_the_final VARCHAR) | SELECT date FROM table_name_12 WHERE opponents_in_the_final = "patrick mcenroe tim wilkison" |
54,295 | <question>: What is the total number of goals that have games under 11, debut round over 15, and age of 20 years, 71 days? <context>: CREATE TABLE table_name_86 (goals__2008_ VARCHAR, age_at_debut VARCHAR, games__2008_ VARCHAR, debut_round VARCHAR) | SELECT COUNT(goals__2008_) FROM table_name_86 WHERE games__2008_ < 11 AND debut_round > 15 AND age_at_debut = "20 years, 71 days" |
54,296 | <question>: What is the name that has a debut round over 14, games under 2, and a club of Melbourne? <context>: CREATE TABLE table_name_93 (name VARCHAR, club VARCHAR, debut_round VARCHAR, games__2008_ VARCHAR) | SELECT name FROM table_name_93 WHERE debut_round > 14 AND games__2008_ < 2 AND club = "melbourne" |
54,297 | <question>: What is the name of team 2 that has 1-2 as the score? <context>: CREATE TABLE table_name_91 (team_2 VARCHAR, score VARCHAR) | SELECT team_2 FROM table_name_91 WHERE score = "1-2" |
54,298 | <question>: In the 2005 season with a score of 0-4 what is the team 1? <context>: CREATE TABLE table_name_9 (team_1 VARCHAR, season VARCHAR, score VARCHAR) | SELECT team_1 FROM table_name_9 WHERE season = "2005" AND score = "0-4" |
54,299 | <question>: Team 2 of Yokohama F. Marinos in the n/a venue had what score? <context>: CREATE TABLE table_name_90 (score VARCHAR, venue VARCHAR, team_2 VARCHAR) | SELECT score FROM table_name_90 WHERE venue = "n/a" AND team_2 = "yokohama f. marinos" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.