question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
Who owned winner Blueeyesintherein after 2009? | SELECT Owner FROM table WHERE Year > 2009 AND Winner = blueeyesintherein |
Who was the Blue Jays' opponent when their record was 33-15? | SELECT Opponent FROM table WHERE Record = 33-15 |
Who did the Blue Jays lose to when their record was 36-20? | SELECT Loss FROM table WHERE Record = 36-20 |
What is the rank of the qual 141.471? | SELECT Rank FROM table WHERE Qual = 141.471 |
What is the start of lap 55? | SELECT Start FROM table WHERE Laps = 55 |
What is rank of the year 1956? | SELECT Rank FROM table WHERE Year = 1956 |
What is the lap number for the rank of 13? | SELECT Laps FROM table WHERE Rank = 13 |
What is the rank for 1961? | SELECT Rank FROM table WHERE Year = 1961 |
What is the sum of the lap with a finish of 24? | SELECT SUM Laps FROM table WHERE Finish = 24 |
Which band plays Self Versus Self - Immersion? | SELECT Band FROM table WHERE Album or Song = self versus self - immersion |
What Event used submission (rear naked choke) with 9-4? | SELECT Event FROM table WHERE Method = submission (rear naked choke) AND Record = 9-4 |
What event was Donald Ouimet involved? | SELECT Event FROM table WHERE Opponent = donald ouimet |
What event did she finish 3rd in 2010? | SELECT Event FROM table WHERE Position = 3rd AND Year = 2010 |
What year did she compete in tampere, finland? | SELECT AVG Year FROM table WHERE Venue = tampere, finland |
Ben Hogan with a score larger than 66 had a place listed of what? | SELECT Place FROM table WHERE Score > 66 AND Player = ben hogan |
With a score of 70, this player's name is listed as what? | SELECT Player FROM table WHERE Score = 70 |
With a score smaller than 71 along with a place of t6, what is the To par score? | SELECT To par FROM table WHERE Score < 71 AND Place = t6 |
Which Hanyu Pinyin has a GDP in 2011 larger than 688.02 billion yuan and a regional population of 8,700,400 in 2010? | SELECT Hanyu Pinyin FROM table WHERE GDP(2011)(billion yuan) > 688.02 AND Regional Population(2010) = 8,700,400 |
Which Hanzi has a Regional Population of 4,591,972 in 2010? | SELECT Hanzi FROM table WHERE Regional Population(2010) = 4,591,972 |
What is the Name of the person from the Netherlands in a Lane lower than 5, with a Rank better than 5, and a time of less than 55.62? | SELECT Name FROM table WHERE Rank < 5 AND Time < 55.62 AND Lane < 5 AND Nationality = netherlands |
What is the highest Rank of Karen Pickering when she had a time of less than 55.71? | SELECT MAX Rank FROM table WHERE Name = karen pickering AND Time < 55.71 |
What is the highest Lane number of a person with a time of 55.94 with a Rank that's bigger than 8? | SELECT MAX Lane FROM table WHERE Time > 55.94 AND Rank > 8 |
What was the date of the game that had a loss of Burns (0-1)? | SELECT Date FROM table WHERE Loss = burns (0-1) |
What was the loss of the game when the record was 20-16? | SELECT Loss FROM table WHERE Record = 20-16 |
What was the loss of the game that had an attendance of 18,769? | SELECT Loss FROM table WHERE Attendance = 18,769 |
What was the date of the game that had a loss of Geisel (0-1)? | SELECT Date FROM table WHERE Loss = geisel (0-1) |
What is the date of the game against the Royals that had an attendance of 12,699? | SELECT Date FROM table WHERE Opponent = royals AND Attendance = 12,699 |
When Regions center has a rank less than 11, what is the greatest number o floors? | SELECT MAX Floors FROM table WHERE Name = regions center AND Rank < 11 |
What is the average rank for a building with 24 floors? | SELECT AVG Rank FROM table WHERE Floors = 24 |
What is the rank for Omni nashville hotel? | SELECT SUM Rank FROM table WHERE Name = omni nashville hotel |
What is the greatest rank for Fifth third center? | SELECT MAX Rank FROM table WHERE Name = fifth third center |
When a building is 292 (89) ft (m) tall, has less than 23 floors, and ranks less than 14, what is the average year? | SELECT AVG Year FROM table WHERE Floors < 23 AND Height ft (m) = 292 (89) AND Rank < 14 |
What type of regular season/preseason game was played on August 25, 2007? | SELECT Regular season / Preseason FROM table WHERE Date = august 25, 2007 |
In what stadium was the game on August 22, 2008 played? | SELECT Stadium FROM table WHERE Date = august 22, 2008 |
In what stadium was the home team Dallas Cowboys 21? | SELECT Stadium FROM table WHERE Home team = dallas cowboys 21 |
On what date was the home team the Dallas Cowboys 34? | SELECT Date FROM table WHERE Home team = dallas cowboys 34 |
Who was the visiting team on October 15, 2006? | SELECT Visiting team FROM table WHERE Date = october 15, 2006 |
What's the smallest amount of Laps that had a finish of 7 with a start of 6? | SELECT MIN Laps FROM table WHERE Finish = 7 AND Start = 6 |
What is the smallest bronze with a Gold smaller than 3, and a Silver larger than 1, and a Rank of 6, and a Nation of hungary? | SELECT MIN Bronze FROM table WHERE Gold < 3 AND Silver > 1 AND Rank = 6 AND Nation = hungary |
What is the average bronze with a rank of 4 and less than 1 silver? | SELECT AVG Bronze FROM table WHERE Rank = 4 AND Silver < 1 |
Which silver has a Gold larger than 4, and a Rank of 1? | SELECT Silver FROM table WHERE Gold > 4 AND Rank = 1 |
What lowest bronze has a total of 3, a Nation of hungary, and a Gold smaller than 0? | SELECT MIN Bronze FROM table WHERE Total = 3 AND Nation = hungary AND Gold < 0 |
How many gold have a Rank of 7, and a Bronze of 1, and a Silver smaller than 0? | SELECT SUM Gold FROM table WHERE Rank = 7 AND Bronze = 1 AND Silver < 0 |
How many Totals have a Silver smaller than 2, and a Nation of ukraine, and a Gold smaller than 3? | SELECT COUNT Total FROM table WHERE Silver < 2 AND Nation = ukraine AND Gold < 3 |
Which player played in 2007? | SELECT Player FROM table WHERE Season = 2007 |
What was Min Patel's bowling? | SELECT Bowling FROM table WHERE Player = min patel |
Who was the week 1 nomination when the week 2 nomination was Piia Jarkko? | SELECT Week 1 FROM table WHERE Week 2 = piia jarkko |
Who was the week 12 nomination when the week 9 nomination walked (day 11)? | SELECT Week 12 FROM table WHERE Week 9 = walked (day 11) |
What is the week 12 nomination that had a week 1 nomination of Maria Maxine and a week 2 nomination of Henri Satu? | SELECT Week 12 FROM table WHERE Week 1 = maria maxine AND Week 2 = henri satu |
Name the heightfor city of license of malone, ny | SELECT Height m ( ft ) FROM table WHERE City of license = malone, ny |
Name the class with call sign of wmhn | SELECT Class FROM table WHERE Call sign = wmhn |
Name the frequency with class of b | SELECT Frequency FROM table WHERE Class = b |
Name the city of license with frequency of 90.1 fm | SELECT City of license FROM table WHERE Frequency = 90.1 fm |
Name the total number of ERP/Power W for frequency of 89.3 fm and facility ID less than 40430 | SELECT COUNT ERP / Power W FROM table WHERE Frequency = 89.3 fm AND Facility ID < 40430 |
What is the Engine(s) that has f Tyres in 1971? | SELECT Engine(s) FROM table WHERE Tyres = f AND Year = 1971 |
What was the attendance on June 27? | SELECT MIN Att. FROM table WHERE Date = june 27 |
Name the surface for 12 september 2006 | SELECT Surface FROM table WHERE Date = 12 september 2006 |
Name the score for opponent in the final being paul baccanello | SELECT Score FROM table WHERE Opponent in the final = paul baccanello |
Name the surface for 20 march 2007 | SELECT Surface FROM table WHERE Date = 20 march 2007 |
Name the date for opponent in the final being ignasi villacampa | SELECT Date FROM table WHERE Opponent in the final = ignasi villacampa |
Name the tournament for grass surface and opponent in the final being paul baccanello | SELECT Tournament FROM table WHERE Surface = grass AND Opponent in the final = paul baccanello |
When is the earliest year in milan that guillermo vilas was champion? | SELECT MIN Year FROM table WHERE Location = milan AND Champion = guillermo vilas |
Where in 1985 was tim mayotte runner up? | SELECT Location FROM table WHERE Year > 1985 AND Runner-up = tim mayotte |
What was the score when stefan edberg won after 1978? | SELECT Score FROM table WHERE Year > 1978 AND Champion = stefan edberg |
What is the Facility ID that has a City of license of wheeling, and a ERP kW less than 4.5? | SELECT MAX Facility ID FROM table WHERE City of license = wheeling AND ERP kW < 4.5 |
What is the City of license that has a ERP kW more than 4.5 and w23dr-d? | SELECT City of license FROM table WHERE ERP kW > 4.5 AND Station = w23dr-d |
What is the location that has a date of demolition of 1940 and has a church named Christ Church Greyfriars? | SELECT Location FROM table WHERE Date of demolition = 1940 AND Church name = christ church greyfriars |
How many dates of demolition are located on Wood Street? | SELECT COUNT Date of demolition FROM table WHERE Location = wood street |
What was Olga Govortsova's score when she played on a clay surface on 19 May 2008? | SELECT Score FROM table WHERE Surface = clay AND Date = 19 may 2008 |
What was Olga Govortsova's outcome when she played on a grass surface? | SELECT Outcome FROM table WHERE Surface = grass |
What was Olga Govortsova's goal when she played on a clay surface on 26 May 2012? | SELECT Score FROM table WHERE Surface = clay AND Date = 26 may 2012 |
Which mountain range has a rank of 19? | SELECT Mountain Range FROM table WHERE Rank = 19 |
Which location includes Coast Mountains with a rank less than 18 at Skihist Mountain? | SELECT Location FROM table WHERE Mountain Range = coast mountains AND Rank < 18 AND Mountain Peak = skihist mountain |
Which mountain range includes Mount Hubbard? | SELECT Mountain Range FROM table WHERE Mountain Peak = mount hubbard |
Which province includes Axel Heiberg Island? | SELECT Province FROM table WHERE Mountain Range = axel heiberg island |
What are the notes of events that finished in 12th position? | SELECT Notes FROM table WHERE Position = 12th |
Which venue was finished in 2nd position in 1985? | SELECT Venue FROM table WHERE Position = 2nd AND Year = 1985 |
What is the average year of events that took place in Antwerp, Belgium? | SELECT AVG Year FROM table WHERE Venue = antwerp, belgium |
What's the year of the event that took place most recently in Antwerp, Belgium with team competition notes? | SELECT MAX Year FROM table WHERE Notes = team competition AND Venue = antwerp, belgium |
What was the label's format LP and catalog of CH-9192? | SELECT Label FROM table WHERE Format = lp AND Catalog = ch-9192 |
When was Catalog CHD-9192 published? | SELECT Date FROM table WHERE Catalog = chd-9192 |
I need the FCC info on the radio Frequency MHz 107.5? | SELECT FCC info FROM table WHERE Frequency MHz = 107.5 |
Give me the MHz Frequency of Allapattah, Florida. | SELECT Frequency MHz FROM table WHERE City of license = allapattah, florida |
What class does the w298ak sign belong to? | SELECT Class FROM table WHERE Call sign = w298ak |
What class is ERP W of 800? | SELECT Class FROM table WHERE ERP W = 800 |
What is the total of Goals Conceded that has Points smaller than 21 and a Lost thats smaller than 8? | SELECT SUM Goals Conceded FROM table WHERE Points < 21 AND Lost < 8 |
What's the total of Lost that's got Points larger than 28, Draw of 5, and Place that's smaller than 1? | SELECT SUM Lost FROM table WHERE Points > 28 AND Draw = 5 AND Place < 1 |
What's the total of Goals Scored with Points that's smaller than 27, and a Team of C.D. Atlético Balboa? | SELECT SUM Goals Scored FROM table WHERE Points < 27 AND Team = c.d. atlético balboa |
What is listed as the Highest Played and that has a Place that is larger than 10? | SELECT MAX Played FROM table WHERE Place > 10 |
What is listed as the Highest Played, has Points of 17, and Draw that is smaller than 5? | SELECT MAX Played FROM table WHERE Points = 17 AND Draw < 5 |
When was the game that ended with a score of 6-4? | SELECT Date FROM table WHERE Score = 6-4 |
What was the score on April 8? | SELECT Score FROM table WHERE Date = april 8 |
What was the decision in Minnesota? | SELECT Decision FROM table WHERE Home = minnesota |
Which score has a record of 58–15–8? | SELECT Score FROM table WHERE Record = 58–15–8 |
Which section has a level of Tier 3, is in the 6th position, and is in the 1937-38 season? | SELECT Section FROM table WHERE Level = tier 3 AND Position = 6th AND Season = 1937-38 |
Which section is in the 6th position? | SELECT Section FROM table WHERE Position = 6th |
Name the attendance with date of june 11 | SELECT Attendance FROM table WHERE Date = june 11 |
Which partnership has a run number of 27? | SELECT Partnerships FROM table WHERE Runs = 27 |
What venue did the parntership of shoaib malik / misbah-ul-haq occur? | SELECT Venue FROM table WHERE Partnerships = shoaib malik / misbah-ul-haq |
What venue did the partnership of herschelle gibbs / justin kemp happen? | SELECT Venue FROM table WHERE Partnerships = herschelle gibbs / justin kemp |