Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
55,800 | <question>: How many picks had less than 11 rounds and a player of Charley Casey? <context>: CREATE TABLE table_name_29 (pick INTEGER, round VARCHAR, player VARCHAR) | SELECT SUM(pick) FROM table_name_29 WHERE round < 11 AND player = "charley casey" |
55,801 | <question>: How many rounds had a position of kicker? <context>: CREATE TABLE table_name_13 (round INTEGER, position VARCHAR) | SELECT SUM(round) FROM table_name_13 WHERE position = "kicker" |
55,802 | <question>: Which position had a pick larger than 80 and Walt Mainer as a player? <context>: CREATE TABLE table_name_7 (position VARCHAR, pick VARCHAR, player VARCHAR) | SELECT position FROM table_name_7 WHERE pick > 80 AND player = "walt mainer" |
55,803 | <question>: What is the score of the match with deportes savio as the away team? <context>: CREATE TABLE table_name_57 (score VARCHAR, away VARCHAR) | SELECT score FROM table_name_57 WHERE away = "deportes savio" |
55,804 | <question>: What is the total attendance of the match with a 1:2 score? <context>: CREATE TABLE table_name_92 (attendance VARCHAR, score VARCHAR) | SELECT COUNT(attendance) FROM table_name_92 WHERE score = "1:2" |
55,805 | <question>: What is the home team of the match on 21 September 2008 with an attendance less than 2248 and a 2:0 score? <context>: CREATE TABLE table_name_60 (home VARCHAR, date VARCHAR, attendance VARCHAR, score VARCHAR) | SELECT home FROM table_name_60 WHERE attendance < 2248 AND score = "2:0" AND date = "21 september 2008" |
55,806 | <question>: What is the highest attendance of the match with a 2:0 score and vida as the away team? <context>: CREATE TABLE table_name_59 (attendance INTEGER, score VARCHAR, away VARCHAR) | SELECT MAX(attendance) FROM table_name_59 WHERE score = "2:0" AND away = "vida" |
55,807 | <question>: What is the score of the home team olimpia? <context>: CREATE TABLE table_name_14 (score VARCHAR, home VARCHAR) | SELECT score FROM table_name_14 WHERE home = "olimpia" |
55,808 | <question>: What is the score of the match with an attendance of 2248? <context>: CREATE TABLE table_name_66 (score VARCHAR, attendance VARCHAR) | SELECT score FROM table_name_66 WHERE attendance = 2248 |
55,809 | <question>: Which Seats up for election have an Election result larger than 8, and Staying councillors of 24? <context>: CREATE TABLE table_name_96 (seats_up_for_election INTEGER, election_result VARCHAR, staying_councillors VARCHAR) | SELECT MAX(seats_up_for_election) FROM table_name_96 WHERE election_result > 8 AND staying_councillors = 24 |
55,810 | <question>: Which New council has an Election result larger than 24? <context>: CREATE TABLE table_name_33 (new_council INTEGER, election_result INTEGER) | SELECT AVG(new_council) FROM table_name_33 WHERE election_result > 24 |
55,811 | <question>: Which Staying councillors have a New council of 7, and a Previous council larger than 8? <context>: CREATE TABLE table_name_22 (staying_councillors INTEGER, new_council VARCHAR, previous_council VARCHAR) | SELECT AVG(staying_councillors) FROM table_name_22 WHERE new_council = 7 AND previous_council > 8 |
55,812 | <question>: What was the record when they played in the Miami Arena, before game 24? <context>: CREATE TABLE table_name_67 (record VARCHAR, game VARCHAR, location VARCHAR) | SELECT record FROM table_name_67 WHERE game < 24 AND location = "miami arena" |
55,813 | <question>: Who was the opponent when they played after Game 26 and their record was 23-4? <context>: CREATE TABLE table_name_2 (opponent VARCHAR, game VARCHAR, record VARCHAR) | SELECT opponent FROM table_name_2 WHERE game > 26 AND record = "23-4" |
55,814 | <question>: On what date did they play in Boston Garden with a record of 22-4? <context>: CREATE TABLE table_name_24 (date VARCHAR, location VARCHAR, record VARCHAR) | SELECT date FROM table_name_24 WHERE location = "boston garden" AND record = "22-4" |
55,815 | <question>: What was their record on Wed. Dec. 5, when they played in Boston Garden? <context>: CREATE TABLE table_name_11 (record VARCHAR, location VARCHAR, date VARCHAR) | SELECT record FROM table_name_11 WHERE location = "boston garden" AND date = "wed. dec. 5" |
55,816 | <question>: What place in Lon Hinkle in? <context>: CREATE TABLE table_name_18 (place VARCHAR, player VARCHAR) | SELECT place FROM table_name_18 WHERE player = "lon hinkle" |
55,817 | <question>: What country does Mark Hayes play for? <context>: CREATE TABLE table_name_33 (country VARCHAR, player VARCHAR) | SELECT country FROM table_name_33 WHERE player = "mark hayes" |
55,818 | <question>: What is the sum of To Par, when Country is "United States", and when Year(s) Won is "1973"? <context>: CREATE TABLE table_name_23 (to_par INTEGER, country VARCHAR, year_s__won VARCHAR) | SELECT SUM(to_par) FROM table_name_23 WHERE country = "united states" AND year_s__won = "1973" |
55,819 | <question>: What is Player, when Total is greater than 288, and when Country is "South Africa"? <context>: CREATE TABLE table_name_54 (player VARCHAR, total VARCHAR, country VARCHAR) | SELECT player FROM table_name_54 WHERE total > 288 AND country = "south africa" |
55,820 | <question>: What is Year(s) Won, when To Par is greater than 13? <context>: CREATE TABLE table_name_24 (year_s__won VARCHAR, to_par INTEGER) | SELECT year_s__won FROM table_name_24 WHERE to_par > 13 |
55,821 | <question>: What residence has representative Quincy Murphy? <context>: CREATE TABLE table_name_49 (residence VARCHAR, representative VARCHAR) | SELECT residence FROM table_name_49 WHERE representative = "quincy murphy" |
55,822 | <question>: Who is the home captain when the venue is adelaide oval? <context>: CREATE TABLE table_name_81 (home_captain VARCHAR, venue VARCHAR) | SELECT home_captain FROM table_name_81 WHERE venue = "adelaide oval" |
55,823 | <question>: What was the score in the September 20 game? <context>: CREATE TABLE table_name_57 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_57 WHERE date = "september 20" |
55,824 | <question>: Where was the September 22 game played? <context>: CREATE TABLE table_name_23 (location VARCHAR, date VARCHAR) | SELECT location FROM table_name_23 WHERE date = "september 22" |
55,825 | <question>: What was the score in the September 26 game? <context>: CREATE TABLE table_name_76 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_76 WHERE date = "september 26" |
55,826 | <question>: Who was the opposing team in the game(s) that started at 7:30pm? <context>: CREATE TABLE table_name_97 (opponent VARCHAR, time VARCHAR) | SELECT opponent FROM table_name_97 WHERE time = "7:30pm" |
55,827 | <question>: What was the score of the 7:00pm game at Scotiabank Place against the Philadelphia Flyers? <context>: CREATE TABLE table_name_12 (score VARCHAR, opponent VARCHAR, time VARCHAR, location VARCHAR) | SELECT score FROM table_name_12 WHERE time = "7:00pm" AND location = "scotiabank place" AND opponent = "philadelphia flyers" |
55,828 | <question>: What is the attendance of the match on October 26? <context>: CREATE TABLE table_name_16 (attendance VARCHAR, date VARCHAR) | SELECT attendance FROM table_name_16 WHERE date = "october 26" |
55,829 | <question>: What is the opponent number of the match with a w27-16 result? <context>: CREATE TABLE table_name_78 (opponent_number VARCHAR, result VARCHAR) | SELECT opponent_number FROM table_name_78 WHERE result = "w27-16" |
55,830 | <question>: What is the result of the match with an attendance of 73,855? <context>: CREATE TABLE table_name_9 (result VARCHAR, attendance VARCHAR) | SELECT result FROM table_name_9 WHERE attendance = "73,855" |
55,831 | <question>: What is the rank of the match on October 19? <context>: CREATE TABLE table_name_72 (rank__number VARCHAR, date VARCHAR) | SELECT rank__number FROM table_name_72 WHERE date = "october 19" |
55,832 | <question>: Who was the scorer when the opponent was aberdeen? <context>: CREATE TABLE table_name_63 (scorers VARCHAR, opponent VARCHAR) | SELECT scorers FROM table_name_63 WHERE opponent = "aberdeen" |
55,833 | <question>: When was the scorer mccoist (3), johnston, butcher, steven? <context>: CREATE TABLE table_name_48 (date VARCHAR, scorers VARCHAR) | SELECT date FROM table_name_48 WHERE scorers = "mccoist (3), johnston, butcher, steven" |
55,834 | <question>: What is Score, when Visitor is "Pittsburgh", and when Points is greater than 18? <context>: CREATE TABLE table_name_7 (score VARCHAR, visitor VARCHAR, points VARCHAR) | SELECT score FROM table_name_7 WHERE visitor = "pittsburgh" AND points > 18 |
55,835 | <question>: What is the sum of Points, when Home is "Pittsburgh", when Date is "December 21", and when Attendance is greater than 5,307? <context>: CREATE TABLE table_name_84 (points INTEGER, attendance VARCHAR, home VARCHAR, date VARCHAR) | SELECT SUM(points) FROM table_name_84 WHERE home = "pittsburgh" AND date = "december 21" AND attendance > 5 OFFSET 307 |
55,836 | <question>: What is the lowest Points, when Home is "Boston"? <context>: CREATE TABLE table_name_81 (points INTEGER, home VARCHAR) | SELECT MIN(points) FROM table_name_81 WHERE home = "boston" |
55,837 | <question>: what is the team when the high points is by charlie villanueva (24)? <context>: CREATE TABLE table_name_48 (team VARCHAR, high_points VARCHAR) | SELECT team FROM table_name_48 WHERE high_points = "charlie villanueva (24)" |
55,838 | <question>: what is the location attendance when the high assists is by ramon sessions (8) on march 30? <context>: CREATE TABLE table_name_82 (location_attendance VARCHAR, high_assists VARCHAR, date VARCHAR) | SELECT location_attendance FROM table_name_82 WHERE high_assists = "ramon sessions (8)" AND date = "march 30" |
55,839 | <question>: Who had the high rebounds when the score was l 85β102 (ot)? <context>: CREATE TABLE table_name_55 (high_rebounds VARCHAR, score VARCHAR) | SELECT high_rebounds FROM table_name_55 WHERE score = "l 85β102 (ot)" |
55,840 | <question>: what is the location attendance when the score is w 86β77 (ot)? <context>: CREATE TABLE table_name_42 (location_attendance VARCHAR, score VARCHAR) | SELECT location_attendance FROM table_name_42 WHERE score = "w 86β77 (ot)" |
55,841 | <question>: what is the date when ramon sessions (8) had the high assists, richard jefferson (29) had the high points and the score was w 107β78 (ot)? <context>: CREATE TABLE table_name_32 (date VARCHAR, score VARCHAR, high_assists VARCHAR, high_points VARCHAR) | SELECT date FROM table_name_32 WHERE high_assists = "ramon sessions (8)" AND high_points = "richard jefferson (29)" AND score = "w 107β78 (ot)" |
55,842 | <question>: who had the high rebounds when the team was @ toronto? <context>: CREATE TABLE table_name_9 (high_rebounds VARCHAR, team VARCHAR) | SELECT high_rebounds FROM table_name_9 WHERE team = "@ toronto" |
55,843 | <question>: What is the lowest pole with a Flap larger than 5, and a before race 155? <context>: CREATE TABLE table_name_49 (pole INTEGER, flap VARCHAR, race VARCHAR) | SELECT MIN(pole) FROM table_name_49 WHERE flap > 5 AND race < 155 |
55,844 | <question>: What was Fred Couples' score? <context>: CREATE TABLE table_name_15 (score VARCHAR, player VARCHAR) | SELECT COUNT(score) FROM table_name_15 WHERE player = "fred couples" |
55,845 | <question>: When Payne Stewart of the United States scored higher than 69, what was the To Par? <context>: CREATE TABLE table_name_43 (to_par VARCHAR, player VARCHAR, country VARCHAR, score VARCHAR) | SELECT to_par FROM table_name_43 WHERE country = "united states" AND score > 69 AND player = "payne stewart" |
55,846 | <question>: What is the 2008 population in ν¨ν₯ (Ham Hyung)? <context>: CREATE TABLE table_name_55 (population__2008_ INTEGER, korean VARCHAR) | SELECT SUM(population__2008_) FROM table_name_55 WHERE korean = "ν¨ν₯" |
55,847 | <question>: what is the mountain peak when the location is 53.1370Β°n 119.2667Β°w? <context>: CREATE TABLE table_name_74 (mountain_peak VARCHAR, location VARCHAR) | SELECT mountain_peak FROM table_name_74 WHERE location = "53.1370Β°n 119.2667Β°w" |
55,848 | <question>: what is the region when the location is 49.7462Β°n 117.1419Β°w? <context>: CREATE TABLE table_name_96 (region VARCHAR, location VARCHAR) | SELECT region FROM table_name_96 WHERE location = "49.7462Β°n 117.1419Β°w" |
55,849 | <question>: what is the rank when the mountain peak is isthmus peak? <context>: CREATE TABLE table_name_63 (rank VARCHAR, mountain_peak VARCHAR) | SELECT rank FROM table_name_63 WHERE mountain_peak = "isthmus peak" |
55,850 | <question>: what is the mountain range when the region is british columbia and mountain pea is mount edziza? <context>: CREATE TABLE table_name_90 (mountain_range VARCHAR, region VARCHAR, mountain_peak VARCHAR) | SELECT mountain_range FROM table_name_90 WHERE region = "british columbia" AND mountain_peak = "mount edziza" |
55,851 | <question>: What is the Born-Died dates of Xhafer Bej Ypi? <context>: CREATE TABLE table_name_39 (born_died VARCHAR, name VARCHAR) | SELECT born_died FROM table_name_39 WHERE name = "xhafer bej ypi" |
55,852 | <question>: What is the Name of the Prime Minister with a Born-Died of 1873β1933? <context>: CREATE TABLE table_name_34 (name VARCHAR, born_died VARCHAR) | SELECT name FROM table_name_34 WHERE born_died = "1873β1933" |
55,853 | <question>: What is the Term Start date of the Progressive Party Prime Minister? <context>: CREATE TABLE table_name_45 (term_start VARCHAR, political_party VARCHAR) | SELECT term_start FROM table_name_45 WHERE political_party = "progressive party" |
55,854 | <question>: What is the percentage for Brown when the lead margin is 26? <context>: CREATE TABLE table_name_35 (republican VARCHAR, lead_margin VARCHAR) | SELECT republican AS :_roy_brown FROM table_name_35 WHERE lead_margin = 26 |
55,855 | <question>: What is the percentage for Schweitzer when the lead margin is 29? <context>: CREATE TABLE table_name_12 (democrat VARCHAR, lead_margin VARCHAR) | SELECT democrat AS :_brian_schweitzer FROM table_name_12 WHERE lead_margin = 29 |
55,856 | <question>: What is Record, when Date is "November 22"? <context>: CREATE TABLE table_name_72 (record VARCHAR, date VARCHAR) | SELECT record FROM table_name_72 WHERE date = "november 22" |
55,857 | <question>: What is the attendance before week 1? <context>: CREATE TABLE table_name_75 (attendance VARCHAR, week INTEGER) | SELECT COUNT(attendance) FROM table_name_75 WHERE week < 1 |
55,858 | <question>: What was the date of the match with a winning score of β7 (67-72-69-69=277)? <context>: CREATE TABLE table_name_10 (date VARCHAR, winning_score VARCHAR) | SELECT date FROM table_name_10 WHERE winning_score = β7(67 - 72 - 69 - 69 = 277) |
55,859 | <question>: Who was the home team in the match with an away team of Millwall? <context>: CREATE TABLE table_name_6 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_name_6 WHERE away_team = "millwall" |
55,860 | <question>: What is the score for the match that had a home team of Kidderminster Harriers? <context>: CREATE TABLE table_name_42 (score VARCHAR, home_team VARCHAR) | SELECT score FROM table_name_42 WHERE home_team = "kidderminster harriers" |
55,861 | <question>: What is the date of the match with a home team of Huddersfield Town and was a replay tie? <context>: CREATE TABLE table_name_93 (date VARCHAR, tie_no VARCHAR, home_team VARCHAR) | SELECT date FROM table_name_93 WHERE tie_no = "replay" AND home_team = "huddersfield town" |
55,862 | <question>: Who was the home team for tie number 11? <context>: CREATE TABLE table_name_26 (home_team VARCHAR, tie_no VARCHAR) | SELECT home_team FROM table_name_26 WHERE tie_no = "11" |
55,863 | <question>: Who was the rider with 120.953 mph speed? <context>: CREATE TABLE table_name_79 (rider VARCHAR, speed VARCHAR) | SELECT rider FROM table_name_79 WHERE speed = "120.953 mph" |
55,864 | <question>: What time did rider steve plater have? <context>: CREATE TABLE table_name_27 (time VARCHAR, rider VARCHAR) | SELECT time FROM table_name_27 WHERE rider = "steve plater" |
55,865 | <question>: What is the rank of rider gary johnson, who had a speed of 120.979 mph? <context>: CREATE TABLE table_name_28 (rank VARCHAR, speed VARCHAR, rider VARCHAR) | SELECT rank FROM table_name_28 WHERE speed = "120.979 mph" AND rider = "gary johnson" |
55,866 | <question>: What club has less than 8 draws, 37 points, and less than 71 goals? <context>: CREATE TABLE table_name_88 (club VARCHAR, goals_for VARCHAR, draws VARCHAR, points VARCHAR) | SELECT club FROM table_name_88 WHERE draws < 8 AND points = 37 AND goals_for < 71 |
55,867 | <question>: What is the total number of goals when there are 3 draws, more than 18 losses, and played is smaller than 38? <context>: CREATE TABLE table_name_40 (goals_for VARCHAR, played VARCHAR, draws VARCHAR, losses VARCHAR) | SELECT COUNT(goals_for) FROM table_name_40 WHERE draws = 3 AND losses > 18 AND played < 38 |
55,868 | <question>: What is the number of goals against when the played is more than 38? <context>: CREATE TABLE table_name_19 (goals_against VARCHAR, played INTEGER) | SELECT COUNT(goals_against) FROM table_name_19 WHERE played > 38 |
55,869 | <question>: What is the number of draws when played is less than 38? <context>: CREATE TABLE table_name_53 (draws VARCHAR, played INTEGER) | SELECT COUNT(draws) FROM table_name_53 WHERE played < 38 |
55,870 | <question>: What is the points when played is less than 38? <context>: CREATE TABLE table_name_6 (points INTEGER, played INTEGER) | SELECT SUM(points) FROM table_name_6 WHERE played < 38 |
55,871 | <question>: Which Transfer window has a Name of tofas? <context>: CREATE TABLE table_name_27 (transfer_window VARCHAR, name VARCHAR) | SELECT transfer_window FROM table_name_27 WHERE name = "tofas" |
55,872 | <question>: Which Type has a Transfer fee of free, and a Name of kapetanos? <context>: CREATE TABLE table_name_63 (type VARCHAR, transfer_fee VARCHAR, name VARCHAR) | SELECT type FROM table_name_63 WHERE transfer_fee = "free" AND name = "kapetanos" |
55,873 | <question>: Which Type has a Name of edson ratinho? <context>: CREATE TABLE table_name_14 (type VARCHAR, name VARCHAR) | SELECT type FROM table_name_14 WHERE name = "edson ratinho" |
55,874 | <question>: Which Name has a Type of loan, and a Moving to of apollon kalamaria? <context>: CREATE TABLE table_name_97 (name VARCHAR, type VARCHAR, moving_to VARCHAR) | SELECT name FROM table_name_97 WHERE type = "loan" AND moving_to = "apollon kalamaria" |
55,875 | <question>: What is Location, when Circuit is August 16? <context>: CREATE TABLE table_name_1 (location VARCHAR, circuit VARCHAR) | SELECT location FROM table_name_1 WHERE circuit = "august 16" |
55,876 | <question>: What is Location, when Fastest Lap is Ben Spies, when Pole Position is Ben Spies, when Winner is Ben Spies, and when Date is Tooele, Utah? <context>: CREATE TABLE table_name_77 (location VARCHAR, date VARCHAR, winner VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR) | SELECT location FROM table_name_77 WHERE fastest_lap = "ben spies" AND pole_position = "ben spies" AND winner = "ben spies" AND date = "tooele, utah" |
55,877 | <question>: What is Fastest Lap, when Date is Leeds, Alabama, and when Circuit is April 19? <context>: CREATE TABLE table_name_18 (fastest_lap VARCHAR, date VARCHAR, circuit VARCHAR) | SELECT fastest_lap FROM table_name_18 WHERE date = "leeds, alabama" AND circuit = "april 19" |
55,878 | <question>: What is Winner, when Circuit is June 8? <context>: CREATE TABLE table_name_33 (winner VARCHAR, circuit VARCHAR) | SELECT winner FROM table_name_33 WHERE circuit = "june 8" |
55,879 | <question>: What is Pole Position, when Fastest Lap is Ben Spies, and when Location is Barber Motorsports Park? <context>: CREATE TABLE table_name_84 (pole_position VARCHAR, fastest_lap VARCHAR, location VARCHAR) | SELECT pole_position FROM table_name_84 WHERE fastest_lap = "ben spies" AND location = "barber motorsports park" |
55,880 | <question>: What is Winner, when Pole Position is Ben Spies, and when Date is Elkhart Lake, Wisconsin? <context>: CREATE TABLE table_name_41 (winner VARCHAR, pole_position VARCHAR, date VARCHAR) | SELECT winner FROM table_name_41 WHERE pole_position = "ben spies" AND date = "elkhart lake, wisconsin" |
55,881 | <question>: What is the Surface of the court in the match with a Score of 4β6, 6β4, 3β6? <context>: CREATE TABLE table_name_16 (surface VARCHAR, score VARCHAR) | SELECT surface FROM table_name_16 WHERE score = "4β6, 6β4, 3β6" |
55,882 | <question>: Which Team has a Year larger than 2010? <context>: CREATE TABLE table_name_47 (team VARCHAR, year INTEGER) | SELECT team FROM table_name_47 WHERE year > 2010 |
55,883 | <question>: Which Laps has a Year of 2007? <context>: CREATE TABLE table_name_80 (laps INTEGER, year VARCHAR) | SELECT AVG(laps) FROM table_name_80 WHERE year = 2007 |
55,884 | <question>: What was the tie number with the home team of Swindon Town? <context>: CREATE TABLE table_name_13 (tie_no VARCHAR, home_team VARCHAR) | SELECT tie_no FROM table_name_13 WHERE home_team = "swindon town" |
55,885 | <question>: What was the tie number with the away team of Sheffield Wednesday? <context>: CREATE TABLE table_name_63 (tie_no VARCHAR, away_team VARCHAR) | SELECT tie_no FROM table_name_63 WHERE away_team = "sheffield wednesday" |
55,886 | <question>: What was the score for the match with tie number 23? <context>: CREATE TABLE table_name_76 (score VARCHAR, tie_no VARCHAR) | SELECT score FROM table_name_76 WHERE tie_no = "23" |
55,887 | <question>: Who was the home team for the match against Arsenal? <context>: CREATE TABLE table_name_2 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_name_2 WHERE away_team = "arsenal" |
55,888 | <question>: Which place is payne stewart, the player in? <context>: CREATE TABLE table_name_40 (place VARCHAR, player VARCHAR) | SELECT place FROM table_name_40 WHERE player = "payne stewart" |
55,889 | <question>: What player has +7 as the to par, and 69-69-75-74=287 as the score? <context>: CREATE TABLE table_name_55 (player VARCHAR, to_par VARCHAR, score VARCHAR) | SELECT player FROM table_name_55 WHERE to_par = "+7" AND score = 69 - 69 - 75 - 74 = 287 |
55,890 | <question>: Which tournaments was Ryan Palmer in as a runner-up? <context>: CREATE TABLE table_name_40 (tournament VARCHAR, runner_s__up VARCHAR) | SELECT tournament FROM table_name_40 WHERE runner_s__up = "ryan palmer" |
55,891 | <question>: What was the margin of victory for the Players Championship tournament? <context>: CREATE TABLE table_name_70 (margin_of_victory VARCHAR, tournament VARCHAR) | SELECT margin_of_victory FROM table_name_70 WHERE tournament = "the players championship" |
55,892 | <question>: What tournament was Kirk Triplett a runner-up in? <context>: CREATE TABLE table_name_38 (tournament VARCHAR, runner_s__up VARCHAR) | SELECT tournament FROM table_name_38 WHERE runner_s__up = "kirk triplett" |
55,893 | <question>: What is the winning score for the B.C. Open 1 tournament? <context>: CREATE TABLE table_name_40 (winning_score VARCHAR, tournament VARCHAR) | SELECT winning_score FROM table_name_40 WHERE tournament = "b.c. open 1" |
55,894 | <question>: What country is Lee Janzen from? <context>: CREATE TABLE table_name_46 (country VARCHAR, player VARCHAR) | SELECT country FROM table_name_46 WHERE player = "lee janzen" |
55,895 | <question>: When Tom Watson placed t6, what was the 2 par? <context>: CREATE TABLE table_name_35 (to_par VARCHAR, place VARCHAR, player VARCHAR) | SELECT to_par FROM table_name_35 WHERE place = "t6" AND player = "tom watson" |
55,896 | <question>: Who had a score of 70-69-70=209? <context>: CREATE TABLE table_name_50 (player VARCHAR, score VARCHAR) | SELECT player FROM table_name_50 WHERE score = 70 - 69 - 70 = 209 |
55,897 | <question>: What was the Opponent in the Tarragona Tournament? <context>: CREATE TABLE table_name_9 (opponent VARCHAR, tournament VARCHAR) | SELECT opponent FROM table_name_9 WHERE tournament = "tarragona" |
55,898 | <question>: What Tournament's Score was 6β2, 4β6, 6β4? <context>: CREATE TABLE table_name_14 (tournament VARCHAR, score VARCHAR) | SELECT tournament FROM table_name_14 WHERE score = "6β2, 4β6, 6β4" |
55,899 | <question>: On what Date was the match with a Score of 6-2, 6-4? <context>: CREATE TABLE table_name_64 (date VARCHAR, score VARCHAR) | SELECT date FROM table_name_64 WHERE score = "6-2, 6-4" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.