question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
What's the 2013 result for the grand slam tournaments? | CREATE TABLE table_name_76 (tournament VARCHAR) | {
"SQL_Query": "SELECT 2013 FROM table_name_76 WHERE tournament = \"grand slam tournaments\""
} |
What's the 2010 result when 2006 is a? | CREATE TABLE table_name_20 (Id VARCHAR) | {
"SQL_Query": "SELECT 2010 FROM table_name_20 WHERE 2006 = \"a\""
} |
What tournament has a 2003 of a? | CREATE TABLE table_name_47 (tournament VARCHAR) | {
"SQL_Query": "SELECT tournament FROM table_name_47 WHERE 2003 = \"a\""
} |
What's the 2007 result when 2003 is a? | CREATE TABLE table_name_83 (Id VARCHAR) | {
"SQL_Query": "SELECT 2007 FROM table_name_83 WHERE 2003 = \"a\""
} |
What's the 2011 result when 2010 is 2r and 2013 is w? | CREATE TABLE table_name_25 (Id VARCHAR) | {
"SQL_Query": "SELECT 2011 FROM table_name_25 WHERE 2010 = \"2r\" AND 2013 = \"w\""
} |
What's the 2005 result when 2001 is sf? | CREATE TABLE table_name_64 (Id VARCHAR) | {
"SQL_Query": "SELECT 2005 FROM table_name_64 WHERE 2001 = \"sf\""
} |
Which Binibining Pilipinas-World has a Second runner-up of sonia santiago? | CREATE TABLE table_name_72 (binibining_pilipinas_world VARCHAR, second_runner_up VARCHAR) | {
"SQL_Query": "SELECT binibining_pilipinas_world FROM table_name_72 WHERE second_runner_up = \"sonia santiago\""
} |
Which Year has a Binibining Pilipinas International of alma concepcion? | CREATE TABLE table_name_54 (year VARCHAR, binibining_pilipinas_international VARCHAR) | {
"SQL_Query": "SELECT year FROM table_name_54 WHERE binibining_pilipinas_international = \"alma concepcion\""
} |
Which Binibining Pilipinas International has a Binibining Pilipinas-World of sharmaine gutierrez? | CREATE TABLE table_name_24 (binibining_pilipinas_international VARCHAR, binibining_pilipinas_world VARCHAR) | {
"SQL_Query": "SELECT binibining_pilipinas_international FROM table_name_24 WHERE binibining_pilipinas_world = \"sharmaine gutierrez\""
} |
Which Result has a Site of rice stadium • houston, tx? | CREATE TABLE table_name_9 (result VARCHAR, site VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_9 WHERE site = \"rice stadium • houston, tx\""
} |
What Opponent has a Site of razorback stadium • fayetteville, ar, and a Date of october 7, 1967? | CREATE TABLE table_name_29 (opponent VARCHAR, site VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_29 WHERE site = \"razorback stadium • fayetteville, ar\" AND date = \"october 7, 1967\""
} |
What Opponent has a Site of war memorial stadium • little rock, ar, and a Result of l6–7? | CREATE TABLE table_name_63 (opponent VARCHAR, site VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_63 WHERE site = \"war memorial stadium • little rock, ar\" AND result = \"l6–7\""
} |
What Result has a Date of october 14, 1967? | CREATE TABLE table_name_86 (result VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_86 WHERE date = \"october 14, 1967\""
} |
What Attendance has a Result of l12–21? | CREATE TABLE table_name_13 (attendance VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT attendance FROM table_name_13 WHERE result = \"l12–21\""
} |
What Site has Attendance of 53,000, and a Date of october 21, 1967? | CREATE TABLE table_name_83 (site VARCHAR, attendance VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT site FROM table_name_83 WHERE attendance = \"53,000\" AND date = \"october 21, 1967\""
} |
What region is the toshiba emi label with a cd format? | CREATE TABLE table_name_51 (region VARCHAR, format_s_ VARCHAR, label VARCHAR) | {
"SQL_Query": "SELECT region FROM table_name_51 WHERE format_s_ = \"cd\" AND label = \"toshiba emi\""
} |
What is the dage of catalog asw 28033? | CREATE TABLE table_name_68 (date VARCHAR, catalog VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_68 WHERE catalog = \"asw 28033\""
} |
What is the date with a Japan region? | CREATE TABLE table_name_70 (date VARCHAR, region VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_70 WHERE region = \"japan\""
} |
What region has a lp format on 4 August 2008? | CREATE TABLE table_name_72 (region VARCHAR, format_s_ VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT region FROM table_name_72 WHERE format_s_ = \"lp\" AND date = \"4 august 2008\""
} |
What region is on 11 August 2008? | CREATE TABLE table_name_4 (region VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT region FROM table_name_4 WHERE date = \"11 august 2008\""
} |
What is the position with a neutral H/A/N and more than 2 innings? | CREATE TABLE table_name_93 (pos INTEGER, h_a_n VARCHAR, inn VARCHAR) | {
"SQL_Query": "SELECT AVG(pos) FROM table_name_93 WHERE h_a_n = \"neutral\" AND inn > 2"
} |
Which venue has a neutral H/A/N, lower than position 3 and a score of 141? | CREATE TABLE table_name_85 (venue VARCHAR, score VARCHAR, h_a_n VARCHAR, pos VARCHAR) | {
"SQL_Query": "SELECT venue FROM table_name_85 WHERE h_a_n = \"neutral\" AND pos < 3 AND score = \"141\""
} |
Which H/A/N has a score of 105*♠? | CREATE TABLE table_name_13 (h_a_n VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT h_a_n FROM table_name_13 WHERE score = \"105*♠\""
} |
What is the average goals scored when less than 34 were played and there were more than 2 draws? | CREATE TABLE table_name_78 (goals_scored INTEGER, played VARCHAR, draw VARCHAR) | {
"SQL_Query": "SELECT AVG(goals_scored) FROM table_name_78 WHERE played < 34 AND draw > 2"
} |
What is the average goals scored of the team who scored 44 points and placed higher than 5? | CREATE TABLE table_name_48 (goals_scored INTEGER, points VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT AVG(goals_scored) FROM table_name_48 WHERE points = \"44\" AND place > 5"
} |
What is the lowest place of the team who conceded 36 goals and lost more than 6 times? | CREATE TABLE table_name_41 (place INTEGER, goals_conceded VARCHAR, lost VARCHAR) | {
"SQL_Query": "SELECT MIN(place) FROM table_name_41 WHERE goals_conceded = 36 AND lost > 6"
} |
what is games when the losses is more than 1, percent is 0.5 and wins is 2? | CREATE TABLE table_name_36 (games VARCHAR, wins VARCHAR, losses VARCHAR, percent VARCHAR) | {
"SQL_Query": "SELECT games FROM table_name_36 WHERE losses > 1 AND percent = 0.5 AND wins = 2"
} |
what is the average wins when percent is more than 0.4 and teams is chargers~? | CREATE TABLE table_name_53 (wins INTEGER, percent VARCHAR, teams VARCHAR) | {
"SQL_Query": "SELECT AVG(wins) FROM table_name_53 WHERE percent > 0.4 AND teams = \"chargers~\""
} |
What is the average wins when teams is lions and the percent is more than 0? | CREATE TABLE table_name_31 (wins INTEGER, teams VARCHAR, percent VARCHAR) | {
"SQL_Query": "SELECT AVG(wins) FROM table_name_31 WHERE teams = \"lions\" AND percent > 0"
} |
what is the highest wins when the losses is less than 1, team is rams and the games is more than 8? | CREATE TABLE table_name_23 (wins INTEGER, games VARCHAR, losses VARCHAR, teams VARCHAR) | {
"SQL_Query": "SELECT MAX(wins) FROM table_name_23 WHERE losses < 1 AND teams = \"rams\" AND games > 8"
} |
What category is Matthew Barton? | CREATE TABLE table_name_35 (category VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT category FROM table_name_35 WHERE opponent = \"matthew barton\""
} |
When did the ship commissioned in November 1975 with a bow number of ps-18 launch? | CREATE TABLE table_name_33 (launched VARCHAR, commissioned VARCHAR, bow_number VARCHAR) | {
"SQL_Query": "SELECT launched FROM table_name_33 WHERE commissioned = \"november 1975\" AND bow_number = \"ps-18\""
} |
When did the ship that was commissioned July 1948 with a bow number of ps-31 launch? | CREATE TABLE table_name_22 (launched VARCHAR, commissioned VARCHAR, bow_number VARCHAR) | {
"SQL_Query": "SELECT launched FROM table_name_22 WHERE commissioned = \"july 1948\" AND bow_number = \"ps-31\""
} |
When was the ship BRP Miguel Malvar commissioned? | CREATE TABLE table_name_78 (commissioned VARCHAR, ship_name VARCHAR) | {
"SQL_Query": "SELECT commissioned FROM table_name_78 WHERE ship_name = \"brp miguel malvar\""
} |
What is the population of northfield parish that has an area less than 342.4? | CREATE TABLE table_name_50 (population INTEGER, area_km_2 VARCHAR, official_name VARCHAR) | {
"SQL_Query": "SELECT SUM(population) FROM table_name_50 WHERE area_km_2 < 342.4 AND official_name = \"northfield\""
} |
What is the population of the parish with a census ranking of 579 of 5,008? | CREATE TABLE table_name_32 (population INTEGER, census_ranking VARCHAR) | {
"SQL_Query": "SELECT SUM(population) FROM table_name_32 WHERE census_ranking = \"579 of 5,008\""
} |
What is the population of the parish that has an area of 304.06? | CREATE TABLE table_name_78 (population INTEGER, area_km_2 VARCHAR) | {
"SQL_Query": "SELECT SUM(population) FROM table_name_78 WHERE area_km_2 = 304.06"
} |
What is the earliest year the world junior championships has 1500 m notes? | CREATE TABLE table_name_85 (year INTEGER, notes VARCHAR, competition VARCHAR) | {
"SQL_Query": "SELECT MIN(year) FROM table_name_85 WHERE notes = \"1500 m\" AND competition = \"world junior championships\""
} |
Which venue had 5000 m notes in 2009 with a 1st position? | CREATE TABLE table_name_2 (venue VARCHAR, position VARCHAR, notes VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT venue FROM table_name_2 WHERE notes = \"5000 m\" AND year = 2009 AND position = \"1st\""
} |
What is the average year with 7th (heats) position? | CREATE TABLE table_name_50 (year INTEGER, position VARCHAR) | {
"SQL_Query": "SELECT AVG(year) FROM table_name_50 WHERE position = \"7th (heats)\""
} |
What Method was used with opponent Kenneth Allen? | CREATE TABLE table_name_55 (method VARCHAR, opponent VARCHAR) | {
"SQL_Query": "SELECT method FROM table_name_55 WHERE opponent = \"kenneth allen\""
} |
What is the remark for Norway? | CREATE TABLE table_name_38 (remarks VARCHAR, country_of_origin VARCHAR) | {
"SQL_Query": "SELECT remarks FROM table_name_38 WHERE country_of_origin = \"norway\""
} |
How many people attended the game against the Kaizer Chiefs? | CREATE TABLE table_name_7 (attendance INTEGER, opponents VARCHAR) | {
"SQL_Query": "SELECT SUM(attendance) FROM table_name_7 WHERE opponents = \"kaizer chiefs\""
} |
What is the result F-A with an H/A of h and more than 31,727 attending? | CREATE TABLE table_name_11 (result_f___a VARCHAR, h___a VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT result_f___a FROM table_name_11 WHERE h___a = \"h\" AND attendance > 31 OFFSET 727"
} |
What is Player, when College/Junior/Club Team (League) is "Val d'Or Foreurs ( QMJHL )"? | CREATE TABLE table_name_23 (player VARCHAR, college_junior_club_team__league_ VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_23 WHERE college_junior_club_team__league_ = \"val d'or foreurs ( qmjhl )\""
} |
What is the Position, when Player is "Magnus Nygren"? | CREATE TABLE table_name_53 (position VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT position FROM table_name_53 WHERE player = \"magnus nygren\""
} |
What is Position, when Round is less than 5, when Nationality is "Canada", and when College/Junior/Club Team (League) is "Saint John Sea Dogs ( QMJHL )"? | CREATE TABLE table_name_30 (position VARCHAR, college_junior_club_team__league_ VARCHAR, round VARCHAR, nationality VARCHAR) | {
"SQL_Query": "SELECT position FROM table_name_30 WHERE round < 5 AND nationality = \"canada\" AND college_junior_club_team__league_ = \"saint john sea dogs ( qmjhl )\""
} |
What is College/Junior/Club Team (League), when Position is "Defence", when Nationality is "Canada", when Round is less than 5, and when Player is "Josiah Didier"? | CREATE TABLE table_name_18 (college_junior_club_team__league_ VARCHAR, player VARCHAR, round VARCHAR, position VARCHAR, nationality VARCHAR) | {
"SQL_Query": "SELECT college_junior_club_team__league_ FROM table_name_18 WHERE position = \"defence\" AND nationality = \"canada\" AND round < 5 AND player = \"josiah didier\""
} |
count the the average Total of ian baker-finch? | CREATE TABLE table_name_39 (total INTEGER, player VARCHAR) | {
"SQL_Query": "SELECT AVG(total) FROM table_name_39 WHERE player = \"ian baker-finch\""
} |
Which Country has a Year(s) won of 1963? | CREATE TABLE table_name_62 (country VARCHAR, year_s__won VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_62 WHERE year_s__won = \"1963\""
} |
What is the money for the player with a score of 68-69-67-73=277? | CREATE TABLE table_name_72 (money___$__ VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT money___$__ FROM table_name_72 WHERE score = 68 - 69 - 67 - 73 = 277"
} |
What is the to par of the player with a 72-71-65-69=277 score? | CREATE TABLE table_name_55 (to_par VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_55 WHERE score = 72 - 71 - 65 - 69 = 277"
} |
What is the country of the player with playoff money and a score of 66-67-70-67=270? | CREATE TABLE table_name_73 (country VARCHAR, money___$__ VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_73 WHERE money___$__ = \"playoff\" AND score = 66 - 67 - 70 - 67 = 270"
} |
How much money does the player with a score of 76-70-65-68=279 have? | CREATE TABLE table_name_24 (money___$__ VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT money___$__ FROM table_name_24 WHERE score = 76 - 70 - 65 - 68 = 279"
} |
What is the score of player darren clarke, who has $112,500? | CREATE TABLE table_name_72 (score VARCHAR, money___$__ VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_72 WHERE money___$__ = \"112,500\" AND player = \"darren clarke\""
} |
What is the to par of player notah begay iii from the United States? | CREATE TABLE table_name_59 (to_par VARCHAR, country VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_59 WHERE country = \"united states\" AND player = \"notah begay iii\""
} |
What song has a draw more than 4 in 1st place? | CREATE TABLE table_name_65 (song VARCHAR, draw VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT song FROM table_name_65 WHERE draw > 4 AND place = \"1st\""
} |
Name the Weight of ádám steinmetz category:articles with hcards? | CREATE TABLE table_name_96 (weight VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT weight FROM table_name_96 WHERE name = \"ádám steinmetz category:articles with hcards\""
} |
Name the Weight which has a Name of balázs hárai category:articles with hcards? | CREATE TABLE table_name_10 (weight VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT weight FROM table_name_10 WHERE name = \"balázs hárai category:articles with hcards\""
} |
Name the 012 club which has of norbert hosnyánszky category:articles with hcards? | CREATE TABLE table_name_23 (name VARCHAR) | {
"SQL_Query": "SELECT 2012 AS _club FROM table_name_23 WHERE name = \"norbert hosnyánszky category:articles with hcards\""
} |
What is the lowest Against, when Venue is "Twickenham , London", when Status is "Six Nations", and when Opposing Teams is "France"? | CREATE TABLE table_name_78 (against INTEGER, opposing_teams VARCHAR, venue VARCHAR, status VARCHAR) | {
"SQL_Query": "SELECT MIN(against) FROM table_name_78 WHERE venue = \"twickenham , london\" AND status = \"six nations\" AND opposing_teams = \"france\""
} |
What is the total number of Against, when Date is "27/02/2005"? | CREATE TABLE table_name_63 (against VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(against) FROM table_name_63 WHERE date = \"27/02/2005\""
} |
What is the highest Against, when Date is "27/02/2005"? | CREATE TABLE table_name_29 (against INTEGER, date VARCHAR) | {
"SQL_Query": "SELECT MAX(against) FROM table_name_29 WHERE date = \"27/02/2005\""
} |
What is Status, when Opposing Teams is "Italy"? | CREATE TABLE table_name_16 (status VARCHAR, opposing_teams VARCHAR) | {
"SQL_Query": "SELECT status FROM table_name_16 WHERE opposing_teams = \"italy\""
} |
Which Name has Apparent Magnitude smaller than 11.4, and R.A. (J2000) of 04h17m35.8s? | CREATE TABLE table_name_75 (name VARCHAR, apparent_magnitude VARCHAR, ra___j2000__ VARCHAR) | {
"SQL_Query": "SELECT name FROM table_name_75 WHERE apparent_magnitude < 11.4 AND ra___j2000__ = \"04h17m35.8s\""
} |
Which R.A. (J2000) has a Name of ngc 1543? | CREATE TABLE table_name_68 (ra___j2000__ VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT ra___j2000__ FROM table_name_68 WHERE name = \"ngc 1543\""
} |
Which Dec. (J2000) has a Redshift (km/ s) of 1331 ± 3? | CREATE TABLE table_name_31 (dec___j2000__ VARCHAR, redshift__km__s__ VARCHAR) | {
"SQL_Query": "SELECT dec___j2000__ FROM table_name_31 WHERE redshift__km__s__ = \"1331 ± 3\""
} |
Which R.A. (J2000) has a Name of ngc 1515? | CREATE TABLE table_name_64 (ra___j2000__ VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT ra___j2000__ FROM table_name_64 WHERE name = \"ngc 1515\""
} |
Which R.A. (J2000) has Apparent Magnitude of 11.7, and Dec. (J2000) of °07′06″? | CREATE TABLE table_name_22 (ra___j2000__ VARCHAR, apparent_magnitude VARCHAR, dec___j2000__ VARCHAR) | {
"SQL_Query": "SELECT ra___j2000__ FROM table_name_22 WHERE apparent_magnitude = 11.7 AND dec___j2000__ = \"°07′06″\""
} |
Which player had a To par of +11? | CREATE TABLE table_name_66 (player VARCHAR, to_par VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_66 WHERE to_par = \"+11\""
} |
Who won in 1997 with a finish of t48? | CREATE TABLE table_name_47 (player VARCHAR, finish VARCHAR, year_s__won VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_47 WHERE finish = \"t48\" AND year_s__won = \"1997\""
} |
What player from the United States had a total of 297? | CREATE TABLE table_name_33 (player VARCHAR, country VARCHAR, total VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_33 WHERE country = \"united states\" AND total = 297"
} |
Which country won in 1988? | CREATE TABLE table_name_19 (country VARCHAR, year_s__won VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_19 WHERE year_s__won = \"1988\""
} |
Which party had a term start of 5 august 1999? | CREATE TABLE table_name_95 (party VARCHAR, term_start VARCHAR) | {
"SQL_Query": "SELECT party FROM table_name_95 WHERE term_start = \"5 august 1999\""
} |
What term end had minister Danny Ayalon? | CREATE TABLE table_name_40 (term_end VARCHAR, minister VARCHAR) | {
"SQL_Query": "SELECT term_end FROM table_name_40 WHERE minister = \"danny ayalon\""
} |
Which goverment had a party of yisrael beiteinu? | CREATE TABLE table_name_60 (governments VARCHAR, party VARCHAR) | {
"SQL_Query": "SELECT governments FROM table_name_60 WHERE party = \"yisrael beiteinu\""
} |
Who was the minister of the labor party and had 26 goverments? | CREATE TABLE table_name_82 (minister VARCHAR, party VARCHAR, governments VARCHAR) | {
"SQL_Query": "SELECT minister FROM table_name_82 WHERE party = \"labor party\" AND governments = \"26\""
} |
What is the category that came before 2011? | CREATE TABLE table_name_44 (category VARCHAR, year INTEGER) | {
"SQL_Query": "SELECT category FROM table_name_44 WHERE year < 2011"
} |
What is the year of the Premios Carlos Gardel 2009 award? | CREATE TABLE table_name_58 (year VARCHAR, award VARCHAR) | {
"SQL_Query": "SELECT year FROM table_name_58 WHERE award = \"premios carlos gardel 2009\""
} |
What is Andrea Suarez Lazaro's height? | CREATE TABLE table_name_25 (height VARCHAR, contestant VARCHAR) | {
"SQL_Query": "SELECT height FROM table_name_25 WHERE contestant = \"andrea suarez lazaro\""
} |
What is niurbi encarnación ynoa's height? | CREATE TABLE table_name_95 (height VARCHAR, contestant VARCHAR) | {
"SQL_Query": "SELECT height FROM table_name_95 WHERE contestant = \"niurbi encarnación ynoa\""
} |
What is the province for Jamao Afuera? | CREATE TABLE table_name_13 (province VARCHAR, _community VARCHAR, hometown VARCHAR) | {
"SQL_Query": "SELECT province, _community FROM table_name_13 WHERE hometown = \"jamao afuera\""
} |
What is the geographical region for hometown Imbert? | CREATE TABLE table_name_1 (geographical_regions VARCHAR, hometown VARCHAR) | {
"SQL_Query": "SELECT geographical_regions FROM table_name_1 WHERE hometown = \"imbert\""
} |
What is the Name of the Ship attacked on 20February1942? | CREATE TABLE table_name_64 (name_of_ship VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT name_of_ship FROM table_name_64 WHERE date = \"20february1942\""
} |
Which ship was sunk at 01:00? | CREATE TABLE table_name_96 (name_of_ship VARCHAR, fate VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT name_of_ship FROM table_name_96 WHERE fate = \"sunk at\" AND time = \"01:00\""
} |
What is the to par for the 68-72-73=213 score? | CREATE TABLE table_name_73 (to_par VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_73 WHERE score = 68 - 72 - 73 = 213"
} |
What is the to par for the 69-70-72=211 score? | CREATE TABLE table_name_56 (to_par VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_56 WHERE score = 69 - 70 - 72 = 211"
} |
What is the to par for the United States with a 67-71-73=211 score? | CREATE TABLE table_name_72 (to_par VARCHAR, country VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_72 WHERE country = \"united states\" AND score = 67 - 71 - 73 = 211"
} |
What country has t4 place and a 67-71-73=211 score? | CREATE TABLE table_name_16 (country VARCHAR, place VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_16 WHERE place = \"t4\" AND score = 67 - 71 - 73 = 211"
} |
What is the to par for Australia and a 73-69-71=213 score? | CREATE TABLE table_name_43 (to_par VARCHAR, country VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_43 WHERE country = \"australia\" AND score = 73 - 69 - 71 = 213"
} |
What Location has a Partner of app, a Population Served larger than 2000, and a Design flow (LPM) of 375? | CREATE TABLE table_name_31 (location VARCHAR, design_flow__lpm_ VARCHAR, partner VARCHAR, population_served VARCHAR) | {
"SQL_Query": "SELECT location FROM table_name_31 WHERE partner = \"app\" AND population_served > 2000 AND design_flow__lpm_ = 375"
} |
What Construction Start has an Inauguration Date of 2010 june? | CREATE TABLE table_name_39 (construction_start VARCHAR, inauguration_date VARCHAR) | {
"SQL_Query": "SELECT construction_start FROM table_name_39 WHERE inauguration_date = \"2010 june\""
} |
What Construction Start has a Design flow (LPM) of 1300? | CREATE TABLE table_name_99 (construction_start VARCHAR, design_flow__lpm_ VARCHAR) | {
"SQL_Query": "SELECT construction_start FROM table_name_99 WHERE design_flow__lpm_ = 1300"
} |
What Location has a Design flow (LPM) smaller than 1900, and a Construction Start of 2006 june? | CREATE TABLE table_name_40 (location VARCHAR, design_flow__lpm_ VARCHAR, construction_start VARCHAR) | {
"SQL_Query": "SELECT location FROM table_name_40 WHERE design_flow__lpm_ < 1900 AND construction_start = \"2006 june\""
} |
What Partner has a Construction Start of 2008 january? | CREATE TABLE table_name_2 (partner VARCHAR, construction_start VARCHAR) | {
"SQL_Query": "SELECT partner FROM table_name_2 WHERE construction_start = \"2008 january\""
} |
What is the total Design flow (LPM) with a Partner of app, a Construction Start of 2008 january, and a Population Served larger than 3500? | CREATE TABLE table_name_6 (design_flow__lpm_ INTEGER, population_served VARCHAR, partner VARCHAR, construction_start VARCHAR) | {
"SQL_Query": "SELECT SUM(design_flow__lpm_) FROM table_name_6 WHERE partner = \"app\" AND construction_start = \"2008 january\" AND population_served > 3500"
} |
What is Sandy Lyle's To Par? | CREATE TABLE table_name_76 (to_par VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_76 WHERE player = \"sandy lyle\""
} |
What is Australia's score where they were in place t1? | CREATE TABLE table_name_43 (score VARCHAR, country VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_43 WHERE country = \"australia\" AND place = \"t1\""
} |
What place has Wales as a country? | CREATE TABLE table_name_16 (place VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT place FROM table_name_16 WHERE country = \"wales\""
} |
What is the To Par of Peter Senior from Australia? | CREATE TABLE table_name_28 (to_par VARCHAR, country VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT to_par FROM table_name_28 WHERE country = \"australia\" AND player = \"peter senior\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.