question
stringlengths
12
243
context
stringlengths
45
517
answer
stringlengths
32
484
What is the Partner of the match with a Score in Final of 5–7, 4–6?
columns: - name: partner type: VARCHAR - name: score_in_final type: VARCHAR table: table_name_92
SELECT partner FROM table_name_92 WHERE score_in_final = "5–7, 4–6"
What is the date of the locomotive with a Waterford class?
columns: - name: date_made type: VARCHAR - name: class type: VARCHAR table: table_name_50
SELECT date_made FROM table_name_50 WHERE class = "waterford"
What is the name of the artist with a Single / Pack of guitar hero track pack 1?
columns: - name: artist type: VARCHAR - name: single___pack type: VARCHAR table: table_name_41
SELECT artist FROM table_name_41 WHERE single___pack = "guitar hero track pack 1"
Who drove car 44?
columns: - name: driver type: VARCHAR - name: 'no' type: VARCHAR table: table_15491596_1
SELECT driver FROM table_15491596_1 WHERE no = 44
Which Season has a Postseason of promoted runner-up?
columns: - name: season type: VARCHAR - name: postseason type: VARCHAR table: table_name_33
SELECT season FROM table_name_33 WHERE postseason = "promoted runner-up"
What is the date of the away game when the team has a league position of 9th?
columns: - name: date type: VARCHAR - name: h___a type: VARCHAR - name: league_position type: VARCHAR table: table_name_34
SELECT date FROM table_name_34 WHERE h___a = "a" AND league_position = "9th"
what team played on july 9
columns: - name: opponent type: VARCHAR - name: date type: VARCHAR table: table_name_72
SELECT opponent FROM table_name_72 WHERE date = "july 9"
what is the gold when the bronze is 1, total is 6 and silver is less than 3?
columns: - name: gold type: INTEGER - name: silver type: VARCHAR - name: bronze type: VARCHAR - name: total type: VARCHAR table: table_name_2
SELECT SUM(gold) FROM table_name_2 WHERE bronze = 1 AND total = "6" AND silver < 3
What rank has an average of 6.33?
columns: - name: rank type: INTEGER - name: average type: VARCHAR table: table_name_23
SELECT AVG(rank) FROM table_name_23 WHERE average = 6.33
What's the score of Lee Janzen in T4 place?
columns: - name: score type: VARCHAR - name: place type: VARCHAR - name: player type: VARCHAR table: table_name_94
SELECT score FROM table_name_94 WHERE place = "t4" AND player = "lee janzen"
Which rounds was Hap Sharp a driver in?
columns: - name: rounds type: VARCHAR - name: driver type: VARCHAR table: table_name_40
SELECT rounds FROM table_name_40 WHERE driver = "hap sharp"
What year for geelong player john roberts?
columns: - name: year type: VARCHAR - name: opponent type: VARCHAR - name: player type: VARCHAR table: table_name_77
SELECT year FROM table_name_77 WHERE opponent = "geelong" AND player = "john roberts"
Tell me the tournament with a hard surface for 6–1, 6–2
columns: - name: tournament type: VARCHAR - name: surface type: VARCHAR - name: score type: VARCHAR table: table_name_99
SELECT tournament FROM table_name_99 WHERE surface = "hard" AND score = "6–1, 6–2"
What is the date of the game with 36,766 fans?
columns: - name: date type: VARCHAR - name: crowd type: INTEGER table: table_name_98
SELECT date FROM table_name_98 WHERE crowd > 36 OFFSET 766
What is the highest number of Cuts made that has a Top 10 smaller than 8 and Wins larger than 0?
columns: - name: cuts_made type: INTEGER - name: top_10 type: VARCHAR - name: wins type: VARCHAR table: table_name_47
SELECT MAX(cuts_made) FROM table_name_47 WHERE top_10 < 8 AND wins > 0
How many silvers for a school with 2 golds and over 2 total?
columns: - name: silver_medals type: VARCHAR - name: gold_medals type: VARCHAR - name: total_medals type: VARCHAR table: table_name_57
SELECT silver_medals FROM table_name_57 WHERE gold_medals = 2 AND total_medals > 2
What is the event with a 2:08 time?
columns: - name: event type: VARCHAR - name: time type: VARCHAR table: table_name_1
SELECT event FROM table_name_1 WHERE time = "2:08"
Which team won at the symmons plains raceway?
columns: - name: team type: VARCHAR - name: circuit type: VARCHAR table: table_name_42
SELECT team FROM table_name_42 WHERE circuit = "symmons plains raceway"
What was the Difference of the Team that had a Position less than 2?
columns: - name: difference type: VARCHAR - name: position type: INTEGER table: table_name_8
SELECT difference FROM table_name_8 WHERE position < 2
On November 22, what were the results of the friendly type game?
columns: - name: "results\xB9" type: VARCHAR - name: type_of_game type: VARCHAR - name: date type: VARCHAR table: table_name_99
SELECT results¹ FROM table_name_99 WHERE type_of_game = "friendly" AND date = "november 22"
Name the settlement for александрово
columns: - name: settlement type: VARCHAR - name: cyrillic_name_other_names type: VARCHAR table: table_2562572_37
SELECT settlement FROM table_2562572_37 WHERE cyrillic_name_other_names = "Александрово"
What was the result when there were 6 matches?
columns: - name: result type: VARCHAR - name: matches type: VARCHAR table: table_name_13
SELECT result FROM table_name_13 WHERE matches = "6"
What is the Outcome of the match with Partner Andoni Vivanco?
columns: - name: outcome type: VARCHAR - name: partner type: VARCHAR table: table_name_7
SELECT outcome FROM table_name_7 WHERE partner = "andoni vivanco"
In which district is the first elected 2000?
columns: - name: district type: VARCHAR - name: first_elected type: VARCHAR table: table_1805191_10
SELECT district FROM table_1805191_10 WHERE first_elected = 2000
What is the losing bonus for the team with a point difference of -99?
columns: - name: losing_bonus type: VARCHAR - name: points_difference type: VARCHAR table: table_15467476_3
SELECT losing_bonus FROM table_15467476_3 WHERE points_difference = "-99"
What is the attendance of the game against the houston oilers?
columns: - name: attendance type: VARCHAR - name: opponent type: VARCHAR table: table_name_6
SELECT attendance FROM table_name_6 WHERE opponent = "houston oilers"
What was the Attendance in the game against the New Orleans Saints?
columns: - name: attendance type: VARCHAR - name: opponent type: VARCHAR table: table_name_29
SELECT COUNT(attendance) FROM table_name_29 WHERE opponent = "new orleans saints"
Who is the male talent in 1991?
columns: - name: talent__male_ type: VARCHAR - name: year type: VARCHAR table: table_name_39
SELECT talent__male_ FROM table_name_39 WHERE year = 1991
What's the height of the player who went to oak hill academy?
columns: - name: height type: VARCHAR - name: school type: VARCHAR table: table_name_64
SELECT height FROM table_name_64 WHERE school = "oak hill academy"
There is a building at 800 Boylston Street, how many floors does it have?
columns: - name: floors type: INTEGER - name: street_address type: VARCHAR table: table_name_81
SELECT SUM(floors) FROM table_name_81 WHERE street_address = "800 boylston street"
What is the result from 2003 from the US Open?
columns: - name: tournament type: VARCHAR table: table_name_80
SELECT 2003 FROM table_name_80 WHERE tournament = "us open"
How many values for silver occur when gold is less than 1, the rank is 13, and bronze is greater than 2?
columns: - name: silver type: VARCHAR - name: bronze type: VARCHAR - name: gold type: VARCHAR - name: rank type: VARCHAR table: table_name_70
SELECT COUNT(silver) FROM table_name_70 WHERE gold < 1 AND rank = 13 AND bronze > 2
What is Date, when Away is High Park Demons?
columns: - name: date type: VARCHAR - name: away type: VARCHAR table: table_name_43
SELECT date FROM table_name_43 WHERE away = "high park demons"
How many number of series have the production code of 1.11?
columns: - name: no_in_series type: INTEGER - name: production_code type: VARCHAR table: table_2226817_2
SELECT MAX(no_in_series) FROM table_2226817_2 WHERE production_code = "1.11"
Which entry has the highest laps of those with constructor Minardi - Fondmetal, driver Marc Gené, and a grid larger than 20?
columns: - name: laps type: INTEGER - name: grid type: VARCHAR - name: constructor type: VARCHAR - name: driver type: VARCHAR table: table_name_10
SELECT MAX(laps) FROM table_name_10 WHERE constructor = "minardi - fondmetal" AND driver = "marc gené" AND grid > 20
How man horse power did the ship covadonga have?
columns: - name: horse__power type: VARCHAR - name: warship type: VARCHAR table: table_23614702_2
SELECT horse__power FROM table_23614702_2 WHERE warship = "Covadonga"
What is the maximum start record for player of Jeff Brehaut?
columns: - name: starts type: INTEGER - name: player type: VARCHAR table: table_29504351_2
SELECT MAX(starts) FROM table_29504351_2 WHERE player = "Jeff Brehaut"
What Round has a Time of n/a, in rio de janeiro , brazil?
columns: - name: round type: VARCHAR - name: time type: VARCHAR - name: location type: VARCHAR table: table_name_5
SELECT round FROM table_name_5 WHERE time = "n/a" AND location = "rio de janeiro , brazil"
What horse has a 66.452 result?
columns: - name: horse type: VARCHAR - name: result type: VARCHAR table: table_name_69
SELECT horse FROM table_name_69 WHERE result = "66.452"
What name has 5 as the pick, a round less than 25, ot as the position, at boston college?
columns: - name: name type: VARCHAR - name: college type: VARCHAR - name: position type: VARCHAR - name: pick type: VARCHAR - name: round type: VARCHAR table: table_name_59
SELECT name FROM table_name_59 WHERE pick = 5 AND round < 25 AND position = "ot" AND college = "boston college"
What is the RAtt when the long is 73?
columns: - name: ratt type: VARCHAR - name: long type: VARCHAR table: table_name_83
SELECT ratt FROM table_name_83 WHERE long = "73"
What is the largest drawn that has a played less than 38?
columns: - name: drawn type: INTEGER - name: played type: INTEGER table: table_name_8
SELECT MAX(drawn) FROM table_name_8 WHERE played < 38
What tournament took place on 7 Aug 2011?
columns: - name: tournament type: VARCHAR - name: date type: VARCHAR table: table_name_87
SELECT tournament FROM table_name_87 WHERE date = "7 aug 2011"
what is the tournament when the score is 7-6(0), 6-3?
columns: - name: tournament type: VARCHAR - name: score type: VARCHAR table: table_name_48
SELECT tournament FROM table_name_48 WHERE score = "7-6(0), 6-3"
Who is sezen aksu's producer?
columns: - name: producer_s_ type: VARCHAR - name: songwriter_s_ type: VARCHAR table: table_name_43
SELECT producer_s_ FROM table_name_43 WHERE songwriter_s_ = "sezen aksu"
What is the Author of the Title with a First Issue of September 2010?
columns: - name: author type: VARCHAR - name: first_issue type: VARCHAR table: table_name_87
SELECT author FROM table_name_87 WHERE first_issue = "september 2010"
What was the attendance at the Meadowlands against the New England Patriots?
columns: - name: attendance type: VARCHAR - name: game_site type: VARCHAR - name: opponent type: VARCHAR table: table_name_63
SELECT attendance FROM table_name_63 WHERE game_site = "the meadowlands" AND opponent = "new england patriots"
What's the lowest rating with 11.2 million viewers?
columns: - name: ranking type: INTEGER - name: viewers__in_millions_of_households_ type: VARCHAR table: table_217785_2
SELECT MIN(ranking) FROM table_217785_2 WHERE viewers__in_millions_of_households_ = "11.2"
What is the Home on december 10?
columns: - name: home type: VARCHAR - name: date type: VARCHAR table: table_name_33
SELECT home FROM table_name_33 WHERE date = "december 10"
What is the 1st leg with Team 2 Lyon?
columns: - name: team_2 type: VARCHAR table: table_name_98
SELECT 1 AS st_leg FROM table_name_98 WHERE team_2 = "lyon"
what is the properties of sodium when potassium is lii (1.5)?
columns: - name: sodium type: VARCHAR - name: potassium type: VARCHAR table: table_name_66
SELECT sodium FROM table_name_66 WHERE potassium = "lii (1.5)"
Name the position of the player from college of virginia
columns: - name: position type: VARCHAR - name: college type: VARCHAR table: table_name_96
SELECT position FROM table_name_96 WHERE college = "virginia"
What was the engine class that was built on 1906-08?
columns: - name: class type: VARCHAR - name: years_built type: VARCHAR table: table_25695027_1
SELECT class FROM table_25695027_1 WHERE years_built = "1906-08"
What is the ERP W for the frequency of 91.3MHz?
columns: - name: erp_w type: VARCHAR - name: frequency_mhz type: VARCHAR table: table_name_18
SELECT erp_w FROM table_name_18 WHERE frequency_mhz = 91.3
On the date of April 22, which city was a visitor?
columns: - name: visitor type: VARCHAR - name: date type: VARCHAR table: table_name_5
SELECT visitor FROM table_name_5 WHERE date = "april 22"
how many times did debbie black block
columns: - name: blocks type: VARCHAR - name: player type: VARCHAR table: table_19722233_5
SELECT blocks FROM table_19722233_5 WHERE player = "Debbie Black"
what is the least current
columns: - name: current type: INTEGER table: table_19312274_2
SELECT MIN(current) FROM table_19312274_2
what is the highest silver when the total is 4 and bronze is less than 1?
columns: - name: silver type: INTEGER - name: total type: VARCHAR - name: bronze type: VARCHAR table: table_name_54
SELECT MAX(silver) FROM table_name_54 WHERE total = "4" AND bronze < 1
What is Date, when Name is "Guay, Albert , 32"?
columns: - name: date type: VARCHAR - name: name type: VARCHAR table: table_name_48
SELECT date FROM table_name_48 WHERE name = "guay, albert , 32"
What is the Location, when the Score is 35-31?
columns: - name: location type: VARCHAR - name: score type: VARCHAR table: table_name_63
SELECT location FROM table_name_63 WHERE score = "35-31"
What year was Rowan Barrett born?
columns: - name: year_born__age_ type: VARCHAR - name: player type: VARCHAR table: table_name_18
SELECT year_born__age_ FROM table_name_18 WHERE player = "rowan barrett"
What is the Label when the album shows cover version vi?
columns: - name: label type: VARCHAR - name: album type: VARCHAR table: table_name_26
SELECT label FROM table_name_26 WHERE album = "cover version vi"
What is the maximum rank of the nation that won 4 gold medals?
columns: - name: rank type: INTEGER - name: gold type: VARCHAR table: table_22355_62
SELECT MAX(rank) FROM table_22355_62 WHERE gold = 4
What is the name of the circuit when Jack Brabham is in the pole position and Graham Hill has the fastest lap?
columns: - name: circuit type: VARCHAR - name: pole_position type: VARCHAR - name: fastest_lap type: VARCHAR table: table_name_84
SELECT circuit FROM table_name_84 WHERE pole_position = "jack brabham" AND fastest_lap = "graham hill"
How many pick # are there for the goaltender position?
columns: - name: pick__number type: INTEGER - name: position type: VARCHAR table: table_22402438_7
SELECT MIN(pick__number) FROM table_22402438_7 WHERE position = "Goaltender"
what is the number of hydroxymatairesinol where sesamin is 62724?
columns: - name: hydroxymatairesinol type: VARCHAR - name: sesamin type: VARCHAR table: table_1831262_2
SELECT hydroxymatairesinol FROM table_1831262_2 WHERE sesamin = "62724"
What is the Final Four with a win percentage of .750?
columns: - name: final_four type: VARCHAR - name: win__percentage type: VARCHAR table: table_name_32
SELECT final_four FROM table_name_32 WHERE win__percentage = ".750"
Count the Money ( £ ) of south africa with a To par of +1, and a Player of ernie els?
columns: - name: "money___\xA3__" type: VARCHAR - name: player type: VARCHAR - name: country type: VARCHAR - name: to_par type: VARCHAR table: table_name_50
SELECT money___£__ FROM table_name_50 WHERE country = "south africa" AND to_par = "+1" AND player = "ernie els"
In which years are co-stars mala sinha and amitabh bachchan?
columns: - name: year type: VARCHAR - name: co_stars type: VARCHAR table: table_2528382_2
SELECT year FROM table_2528382_2 WHERE co_stars = "Mala Sinha and Amitabh Bachchan"
What was the result on October 4, 1993?
columns: - name: result type: VARCHAR - name: date type: VARCHAR table: table_name_48
SELECT result FROM table_name_48 WHERE date = "october 4, 1993"
What was the Home Team Score for the Windy Hill Venue?
columns: - name: home_team type: VARCHAR - name: venue type: VARCHAR table: table_name_63
SELECT home_team AS score FROM table_name_63 WHERE venue = "windy hill"
Which Attendance has a Tie number of 5?
columns: - name: attendance type: VARCHAR - name: tie_no type: VARCHAR table: table_name_63
SELECT attendance FROM table_name_63 WHERE tie_no = "5"
What is Winner, when Team is "R.J.MacArthur Onslow", and when Circuit is "Oran Park Raceway"?
columns: - name: winner type: VARCHAR - name: team type: VARCHAR - name: circuit type: VARCHAR table: table_name_29
SELECT winner FROM table_name_29 WHERE team = "r.j.macarthur onslow" AND circuit = "oran park raceway"
What principal has a school mascot of the patriots?
columns: - name: principal type: VARCHAR - name: mascot type: VARCHAR table: table_name_92
SELECT principal FROM table_name_92 WHERE mascot = "patriots"
what's the result with candidates being billy tauzin (d) unopposed
columns: - name: result type: VARCHAR - name: candidates type: VARCHAR table: table_1341586_19
SELECT result FROM table_1341586_19 WHERE candidates = "Billy Tauzin (D) Unopposed"
Can you tell me the average Total that has the To par of 15?
columns: - name: total type: INTEGER - name: to_par type: VARCHAR table: table_name_36
SELECT AVG(total) FROM table_name_36 WHERE to_par = 15
What is the average frequency MHz for license of eastville, virginia?
columns: - name: frequency_mhz type: INTEGER - name: city_of_license type: VARCHAR table: table_name_24
SELECT AVG(frequency_mhz) FROM table_name_24 WHERE city_of_license = "eastville, virginia"
what was the participation for saturday, may 12
columns: - name: attendance type: INTEGER - name: date type: VARCHAR table: table_27893892_2
SELECT MAX(attendance) FROM table_27893892_2 WHERE date = "Saturday, May 12"
Which Club has a Rank of 5?
columns: - name: club type: VARCHAR - name: rank type: VARCHAR table: table_name_40
SELECT club FROM table_name_40 WHERE rank = "5"
What is the Date with a Runner(s)-up that is jerry steelsmith?
columns: - name: date type: VARCHAR - name: runner_s__up type: VARCHAR table: table_name_69
SELECT date FROM table_name_69 WHERE runner_s__up = "jerry steelsmith"
Runs smaller than 6106, and Inns smaller than 146 has what total number of matches?
columns: - name: matches type: VARCHAR - name: runs type: VARCHAR - name: inns type: VARCHAR table: table_name_24
SELECT COUNT(matches) FROM table_name_24 WHERE runs < 6106 AND inns < 146
What is the country with a 76-68=144 score?
columns: - name: country type: VARCHAR - name: score type: VARCHAR table: table_name_21
SELECT country FROM table_name_21 WHERE score = 76 - 68 = 144
What is the highest Points, when Position is less than 4, when Equipment is Zabel - VMC, and when Bike No is less than 1?
columns: - name: points type: INTEGER - name: bike_no type: VARCHAR - name: position type: VARCHAR - name: equipment type: VARCHAR table: table_name_19
SELECT MAX(points) FROM table_name_19 WHERE position < 4 AND equipment = "zabel - vmc" AND bike_no < 1
WHAT LABEL HAD A RELEASE DATE OF 1991?
columns: - name: label type: VARCHAR - name: date_of_release type: VARCHAR table: table_name_80
SELECT label FROM table_name_80 WHERE date_of_release = 1991
What is the average last yr with an l plyf less than 0?
columns: - name: last_yr type: INTEGER - name: l_plyf type: INTEGER table: table_name_98
SELECT AVG(last_yr) FROM table_name_98 WHERE l_plyf < 0
Name the winner with rally leader of c. atkinson and name of agia sotira 1
columns: - name: winner type: VARCHAR - name: rally_leader type: VARCHAR - name: name type: VARCHAR table: table_name_51
SELECT winner FROM table_name_51 WHERE rally_leader = "c. atkinson" AND name = "agia sotira 1"
Who wrote episode 27 in the series that was directed by Wendey Stanzler?
columns: - name: written_by type: VARCHAR - name: directed_by type: VARCHAR - name: no_in_series type: VARCHAR table: table_28768925_1
SELECT written_by FROM table_28768925_1 WHERE directed_by = "Wendey Stanzler" AND no_in_series = 27
Which Make has a Pos of 3?
columns: - name: make type: VARCHAR - name: pos type: VARCHAR table: table_name_58
SELECT make FROM table_name_58 WHERE pos = 3
What is the highest number played with more than 2 lost for Palmeiras and less than 1 draw?
columns: - name: played type: INTEGER - name: drawn type: VARCHAR - name: lost type: VARCHAR - name: team type: VARCHAR table: table_name_69
SELECT MAX(played) FROM table_name_69 WHERE lost > 2 AND team = "palmeiras" AND drawn < 1
What's the WChmp of the race greater than 42 and pole greater than 11?
columns: - name: wchmp type: VARCHAR - name: race type: VARCHAR - name: pole type: VARCHAR table: table_name_35
SELECT COUNT(wchmp) FROM table_name_35 WHERE race > 42 AND pole > 11
What was the original nfl team that the player was in from the midwestern conference?
columns: - name: original_nfl_team type: VARCHAR - name: conf type: VARCHAR table: table_name_86
SELECT original_nfl_team FROM table_name_86 WHERE conf = "midwestern"
Which Cmp-Att-Int has a GP-GS of 3-0?
columns: - name: cmp_att_int type: VARCHAR - name: gp_gs type: VARCHAR table: table_name_61
SELECT cmp_att_int FROM table_name_61 WHERE gp_gs = "3-0"
What was their record in week 11?
columns: - name: record type: VARCHAR - name: week type: VARCHAR table: table_21839208_4
SELECT record FROM table_21839208_4 WHERE week = 11
Who is the leading scorer of the Villa De Los Barrios visitor?
columns: - name: leading_scorer type: VARCHAR - name: visitor type: VARCHAR table: table_name_56
SELECT leading_scorer FROM table_name_56 WHERE visitor = "villa de los barrios"
How many years was ensign n180b a Chassis with 4 points?
columns: - name: year type: INTEGER - name: points type: VARCHAR - name: chassis type: VARCHAR table: table_name_12
SELECT SUM(year) FROM table_name_12 WHERE points = 4 AND chassis = "ensign n180b"
Name the name in syriac for 500 believers
columns: - name: name_in_syriac type: VARCHAR - name: number_of_believers type: VARCHAR table: table_24613895_1
SELECT name_in_syriac FROM table_24613895_1 WHERE number_of_believers = 500
What is the total number of UEFA Cup(s), when Total is greater than 3?
columns: - name: uefa_cup type: VARCHAR - name: total type: INTEGER table: table_name_44
SELECT COUNT(uefa_cup) FROM table_name_44 WHERE total > 3
how many records were made on the game that ended with score w 121–119 (ot)
columns: - name: record type: VARCHAR - name: score type: VARCHAR table: table_17190012_7
SELECT COUNT(record) FROM table_17190012_7 WHERE score = "W 121–119 (OT)"
What is the number of lost with 2 points?
columns: - name: lost type: VARCHAR - name: points type: VARCHAR table: table_name_70
SELECT COUNT(lost) FROM table_name_70 WHERE points = 2
With the Romaji title of Hanayome Wa Yakudoshi!, what is the Japanese title?
columns: - name: japanese_title type: VARCHAR - name: romaji_title type: VARCHAR table: table_name_34
SELECT japanese_title FROM table_name_34 WHERE romaji_title = "hanayome wa yakudoshi!"