question
stringlengths
12
244
sql
stringlengths
22
468
Which Lead has a Skip of ted appelman?
SELECT Lead FROM table WHERE Skip = ted appelman
Which album is #10?
SELECT Album FROM table WHERE Number = 10
What is Ben Hogan's Place?
SELECT Place FROM table WHERE Player = ben hogan
What is Jerry Barber's To par?
SELECT To par FROM table WHERE Player = jerry barber
What is the Score of T2 Place Player Dow Finsterwald?
SELECT Score FROM table WHERE Place = t2 AND Player = dow finsterwald
What's the to par of the United States with the score of 71-71=142?
SELECT To par FROM table WHERE Country = united states AND Score = 71-71=142
What place had a score of 71-70=141?
SELECT Place FROM table WHERE Score = 71-70=141
Which player had a score of 72-69=141?
SELECT Player FROM table WHERE Score = 72-69=141
What is the score of T7 place?
SELECT Score FROM table WHERE Place = t7
What place is Ben Hogan?
SELECT Place FROM table WHERE Player = ben hogan
What place has a to par of E?
SELECT Place FROM table WHERE To par = e
What pick was J.D. Hill?
SELECT MIN Pick FROM table WHERE Player = j.d. hill
What pick was used to select a Defensive End in round 8?
SELECT SUM Pick FROM table WHERE Position = defensive end AND Round = 8
which winner has a jockery containing jerry bailey and the owner of overbrook farm?
SELECT Winner FROM table WHERE Jockey = jerry bailey AND Owner = overbrook farm
What time contains the owner of maine chance farm?
SELECT Time FROM table WHERE Owner = maine chance farm
Which time contains the jockery of isaac murphy as well as the winner of kingman?
SELECT Time FROM table WHERE Jockey = isaac murphy AND Winner = kingman
Which owner has the time of 2:02.20 and the year of 1957?
SELECT Owner FROM table WHERE Time = 2:02.20 AND Year = 1957
Which owner has the time 2:03.00 and the year of 1991 kd?
SELECT Owner FROM table WHERE Time = 2:03.00 AND Year = 1991 kd
What is the sum of the number played with more than 5 losses, more than 1 draw, and a position under 8?
SELECT SUM Played FROM table WHERE Lost > 5 AND Position < 8 AND Drawn > 1
What is the average number of points with less than 1 draw and more than 11 losses for Ev Aich?
SELECT AVG Points FROM table WHERE Drawn < 1 AND Name = ev aich AND Lost > 11
What is the sum of points for a position over 5 with more than 2 draws?
SELECT SUM Points FROM table WHERE Drawn > 2 AND Position > 5
Which nation won no bronze medals and a 1 medal total?
SELECT Nation FROM table WHERE Total = 1 AND Bronze < 1
What was the result of the game in week 4?
SELECT Result FROM table WHERE Week = 4
What party has more than 241,310 inhabitants after 2012?
SELECT Party FROM table WHERE Election > 2012 AND Inhabitants > 241,310
Highest inhabitants from gela?
SELECT MAX Inhabitants FROM table WHERE Municipality = gela
What is the average number of casualties for the convoy with a number of U-844?
SELECT AVG Casualties FROM table WHERE Number = u-844
On what Surface was the match against Ilija Bozoljac played?
SELECT Surface FROM table WHERE Opponent = ilija bozoljac
What Tournament was against Daniel Elsner?
SELECT Tournament FROM table WHERE Opponent = daniel elsner
What is the Date of the Tournament with a Score of 3–6, 7–6(6), 5–7?
SELECT Date FROM table WHERE Score = 3–6, 7–6(6), 5–7
What is the Opponent of the Banja Luka Tournament with a Score of 4–6, 4–6?
SELECT Opponent FROM table WHERE Score = 4–6, 4–6 AND Tournament = banja luka
On what date was the record set with a time of 1:07.18?
SELECT Date FROM table WHERE Time = 1:07.18
On what date was a record set in the team pursuit (8 laps) event?
SELECT Date FROM table WHERE Event = team pursuit (8 laps)
What nation did the speed skater that set a record in the 1000 metres event represent?
SELECT Nation FROM table WHERE Event = 1000 metres
What was the record setting time in the team pursuit (8 laps) event?
SELECT Time FROM table WHERE Event = team pursuit (8 laps)
What is the total for the draw with 0 points, and less than 14 lost?
SELECT SUM Draw FROM table WHERE Points = 0 AND Lost < 14
What date has @ new orleans as the team?
SELECT Date FROM table WHERE Team = @ new orleans
What is the sum of the game with the boston bruins as the opponent?
SELECT SUM Game FROM table WHERE Opponent = boston bruins
What is the total number of games at Toronto with less than 31 points?
SELECT COUNT Game FROM table WHERE Location = toronto AND Points < 31
What is the record of the game with a game number greater than 36 on January 20 at scotiabank place with an attendance greater than 19,029?
SELECT Record FROM table WHERE Game > 36 AND Location = scotiabank place AND Attendance > 19,029 AND Date = january 20
What is the nationality of the PG position from VCU?
SELECT Nationality FROM table WHERE Position = pg AND From = vcu
What years did jersey number 55 play?
SELECT Years FROM table WHERE Jersey Number(s) = 55
What are the Jersey numbers for Notre Dame?
SELECT Jersey Number(s) FROM table WHERE From = notre dame
Before 2007, what was the avg start that had a pole of 0 and in 65th position?
SELECT AVG Starts FROM table WHERE Poles = 0 AND Position = 65th AND Year < 2007
How many starts had an avg start of less than 37 and won $1,636,827?
SELECT SUM Starts FROM table WHERE Winnings = $1,636,827 AND Avg. Start < 37
in 1990, how many wins had an avg finish of 35 and a start less than 1?
SELECT MAX Wins FROM table WHERE Avg. Finish = 35 AND Year = 1990 AND Starts < 1
What year had a pole smaller than 0 and in 77th position?
SELECT MAX Year FROM table WHERE Position = 77th AND Poles < 0
in 2007, what is the avg finish that had a start less than 1?
SELECT SUM Avg. Finish FROM table WHERE Year = 2007 AND Starts < 1
What is Score, when Game is greater than 4?
SELECT Score FROM table WHERE Game > 4
What is High Points, when Game is "3"?
SELECT High points FROM table WHERE Game = 3
What is Score, when Location Attendance is "Madison Square Garden Unknown", and when High Rebounds is "Sidney Green (10)"?
SELECT Score FROM table WHERE Location Attendance = madison square garden unknown AND High rebounds = sidney green (10)
What is High Rebounds, when Location Attendance is "Madison Square Garden Unknown", and when Date is "May 18"?
SELECT High rebounds FROM table WHERE Location Attendance = madison square garden unknown AND Date = may 18
What is Team, when Location Attendance is "Madison Square Garden Unknown", and when High Points is "Alonzo Mourning (24)"?
SELECT Team FROM table WHERE Location Attendance = madison square garden unknown AND High points = alonzo mourning (24)
What is High Points, when High Rebounds is "Ron Artest (9)"?
SELECT High points FROM table WHERE High rebounds = ron artest (9)
What is Date, when High Rebounds is "Yao Ming (10)"?
SELECT Date FROM table WHERE High rebounds = yao ming (10)
What is Score, when High Points is "Luis Scola (18)", and when High Rebounds is "Luis Scola (11)"?
SELECT Score FROM table WHERE High points = luis scola (18) AND High rebounds = luis scola (11)
What is Team, when High Points is "Tracy McGrady (24)"?
SELECT Team FROM table WHERE High points = tracy mcgrady (24)
What was the year of the finish with the class pos of 6th and laps smaller than 317?
SELECT SUM Year FROM table WHERE Class Pos. = 6th AND Laps < 317
What is the record for the opponent Atlanta Hawks?
SELECT Record FROM table WHERE Opponent = atlanta hawks
Which opponent had a 113-124 score?
SELECT Opponent FROM table WHERE Score = 113-124
What is the final record for the Philadelphia 76ers?
SELECT Record FROM table WHERE Opponent = philadelphia 76ers
What is the record for the Detroit Pistons on March 7?
SELECT Record FROM table WHERE Opponent = detroit pistons AND Date = march 7
What is the WR player?
SELECT Player FROM table WHERE Position = wr
What is the Length (m) of the Koppenberg course?
SELECT Length (m) FROM table WHERE Name = koppenberg
What is the Kilometer of the Berendries asphalt course with an Average climb less than 7 and Length (m) longer than 645?
SELECT AVG Kilometer FROM table WHERE Pavement = asphalt AND Length (m) > 645 AND Name = berendries AND Average climb (%) < 7
What is the Number of the Koppenberg course with less than 195 Kilometers?
SELECT COUNT Number FROM table WHERE Name = koppenberg AND Kilometer < 195
Which part three is class 4?
SELECT Part 3 FROM table WHERE Class = 4
Which part one is class 7d?
SELECT Part 1 FROM table WHERE Class = 7d
Which part 3 has class 7b?
SELECT Part 3 FROM table WHERE Class = 7b
Which class has a part 2 of halp warþ?
SELECT Class FROM table WHERE Part 2 = halp warþ
Which part 2 has a verb that means to leap?
SELECT Part 2 FROM table WHERE Verb meaning = to leap
Who are the semifinalists when the tournament is in Cincinnati?
SELECT Semifinalists FROM table WHERE Tournament = cincinnati
What is the finalist in the week of March 12?
SELECT Finalist FROM table WHERE Week = march 12
What is the May 7 finalist?
SELECT Finalist FROM table WHERE Week = may 7
For the week of August 6, who is the finalist?
SELECT Finalist FROM table WHERE Week = august 6
What is the lowest Pick #, when College is "Jackson State"?
SELECT MIN Pick # FROM table WHERE College = jackson state
What is Pick #, when Round is "10"?
SELECT Pick # FROM table WHERE Round = 10
What is Player, when Round is greater than 8, when Pick # is greater than 234, and when College is "Louisville"?
SELECT Player FROM table WHERE Round > 8 AND Pick # > 234 AND College = louisville
What is the average Round, when Player is "Gurnest Brown", and when Pick # is greater than 180?
SELECT AVG Round FROM table WHERE Player = gurnest brown AND Pick # > 180
What is the lowest Pick #, when College is "Louisville", and when Round is less than 10?
SELECT MIN Pick # FROM table WHERE College = louisville AND Round < 10
Which Class has a Frequency MHz larger than 91.7, and a Call sign of k272ec?
SELECT Class FROM table WHERE Frequency MHz > 91.7 AND Call sign = k272ec
Which Frequency MHz has a Call sign of k210dv?
SELECT MAX Frequency MHz FROM table WHERE Call sign = k210dv
Which City of license has a Frequency MHz larger than 89.5, and a Call sign of k213el?
SELECT City of license FROM table WHERE Frequency MHz > 89.5 AND Call sign = k213el
Which ERP W has a Frequency MHz larger than 89.1, and a City of license of de queen, arkansas?
SELECT ERP W FROM table WHERE Frequency MHz > 89.1 AND City of license = de queen, arkansas
Which FCC info has a City of license of burley, idaho, and a Frequency MHz of 89.5?
SELECT FCC info FROM table WHERE City of license = burley, idaho AND Frequency MHz = 89.5
For the game played on 31 July 2007 on clay what was the score?
SELECT Score FROM table WHERE Surface = clay AND Date = 31 july 2007
When was Pablo Andújar the opponent?
SELECT Date FROM table WHERE Opponent = pablo andújar
What is the decision when Buffalo was the visitor?
SELECT Decision FROM table WHERE Visitor = buffalo
Who is the visiting team when Minnesota is the home team?
SELECT Visitor FROM table WHERE Home = minnesota
What is the date of the match when Phoenix is the home team?
SELECT Date FROM table WHERE Home = phoenix
Who is the quarterback for Arkansas State?
SELECT Player FROM table WHERE Position = quarterback AND College = arkansas state
What is the total round of the 129 pick?
SELECT COUNT Round FROM table WHERE Pick # = 129
What is the record for January 19?
SELECT Record FROM table WHERE Date = january 19
What record has the score 111-89?
SELECT Record FROM table WHERE Score = 111-89
What is the record for January 7?
SELECT Record FROM table WHERE Date = january 7
Who was the opponent on January 7?
SELECT Opponent FROM table WHERE Date = january 7
What home team scored 102-87?
SELECT Home team FROM table WHERE Score = 102-87
What venue had a Score of 120-108?
SELECT Venue FROM table WHERE Score = 120-108
What was the score when Sydney Spirit was the home team?
SELECT Score FROM table WHERE Home team = sydney spirit
What was the score at North Shore Events Centre?
SELECT Score FROM table WHERE Venue = north shore events centre
What is the home team venue for the New Zealand Breakers?
SELECT Venue FROM table WHERE Home team = new zealand breakers