question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
How many different sizes (in acres) are noted for Rathcoola East? | SELECT COUNT Area( acres ) FROM table WHERE Townland = Rathcoola East |
how many areas have townland as kilgilky north? | SELECT COUNT Area( acres ) FROM table WHERE Townland = Kilgilky North |
which cilvil parishes have areas of 405? | SELECT Civil parish FROM table WHERE Area( acres ) = 405 |
what is the barony and an area of 560? | SELECT Barony FROM table WHERE Area( acres ) = 560 |
what is the number of areas where the townland is brittas? | SELECT COUNT Area( acres ) FROM table WHERE Townland = Brittas |
What is the Poor Law Union for Coolkirky? | SELECT Poor law union FROM table WHERE Townland = Coolkirky |
How few acres is the area of Clashroe? | SELECT MIN Area( acres ) FROM table WHERE Townland = Clashroe |
Which townland has a 213 acre area? | SELECT Townland FROM table WHERE Area( acres ) = 213 |
How many acres does the area of Lissagroom with Bandon as its poor law union cover? | SELECT Area( acres ) FROM table WHERE Poor law union = Bandon AND Townland = Lissagroom |
What is Ballymurphy North's civil parish? | SELECT Civil parish FROM table WHERE Townland = Ballymurphy North |
How many acres in the townland of Coomroe? | SELECT COUNT Area( acres ) FROM table WHERE Townland = Coomroe |
What are all the acreages of the townlands in the Macroom poor law union and Macroom civil parish? | SELECT Area( acres ) FROM table WHERE Poor law union = Macroom AND Civil parish = Macroom |
How many baronies is Maulnagrough a part of? | SELECT COUNT Barony FROM table WHERE Townland = Maulnagrough |
What are all of the townlands that have exactly 131 acres. | SELECT Townland FROM table WHERE Area( acres ) = 131 |
What is the acreage of the Maghereen in the civil parish of Macroom? | SELECT COUNT Area( acres ) FROM table WHERE Civil parish = Macroom AND Townland = Maghereen |
What is the poor law union when the townland is bohonagh? | SELECT Poor law union FROM table WHERE Townland = Bohonagh |
How many entries are in barony when the townland is derrigra? | SELECT COUNT Barony FROM table WHERE Townland = Derrigra |
How many entries are listed in poor law union when townland is dromidiclogh? | SELECT COUNT Poor law union FROM table WHERE Townland = Dromidiclogh |
What is the area when the poor law union is skibbereen and the townland is knockmore? | SELECT Area( acres ) FROM table WHERE Poor law union = Skibbereen AND Townland = Knockmore |
What is the circuit located in baltimore , maryland? | SELECT Circuit FROM table WHERE Location = Baltimore , Maryland |
Which circuit was located in st. petersburg, florida? | SELECT Circuit FROM table WHERE Location = St. Petersburg, Florida |
Who had the fastest lap in bowmanville, ontario? | SELECT Fastest lap FROM table WHERE Location = Bowmanville, Ontario |
Who had the fastest lap on september 4? | SELECT Fastest lap FROM table WHERE Date = September 4 |
What is the 1985 value for the year when GDP as of 2012 after PPP was 369.38? | SELECT 1985 FROM table WHERE GDP as of 2012 after purchasing power parity (PPP) calculations (USD billions) = 369.38 |
What was the gap from Thailand as of 2012 for China? | SELECT Gap from Thailand as of 2012 (times) FROM table WHERE Economy = China |
What is the maximum 2010 value for China? | SELECT MAX 2010 FROM table WHERE Economy = China |
What is the gap from Thailand as of 2012 for the country whose 1980 gap was 0.29? | SELECT Gap from Thailand as of 2012 (times) FROM table WHERE Gap from Thailand as of 1980 (times) = 0.29 |
How many GDPs as of 2012 after PPP values are associated with a 2012 value of 23113? | SELECT COUNT GDP as of 2012 after purchasing power parity (PPP) calculations (USD billions) FROM table WHERE 2012 = 23113 |
What is the max 2010 value for a 1980 gap value is 2.43? | SELECT MAX 2010 FROM table WHERE Gap from Thailand as of 1980 (times) = 2.43 |
How many viewers in the UK did episode 50 have? | SELECT UK Total viewers FROM table WHERE Episode no. = 50 |
Tell me the doubles W-L for player of laurynas grigelis | SELECT Doubles W–L FROM table WHERE Player = laurynas grigelis |
What is the newest Cap with a Goals stat larger than 17 and which was done by Brian Turner? | SELECT Most Recent Cap FROM table WHERE Goals > 17 AND Name = brian turner |
What is the nationality of school/club team of barton cc (ks)? | SELECT Nationality FROM table WHERE School/Club Team = barton cc (ks) |
Shawn Respert play for what school/club team? | SELECT School/Club Team FROM table WHERE Player = shawn respert |
Who has position in year 1996-97 in Toronto? | SELECT Position FROM table WHERE Years in Toronto = 1996-97 |
Roy Rogers play for what school/club team? | SELECT School/Club Team FROM table WHERE Player = roy rogers |
What year is United States school/club team from Arkansas play in Toronto | SELECT Years in Toronto FROM table WHERE Nationality = united states AND School/Club Team = arkansas |
Who is the player from United States who play in year 2003-06 in Toronto? | SELECT Player FROM table WHERE Nationality = united states AND Years in Toronto = 2003-06 |
Tell me the average units sold for square enix | SELECT AVG Units sold FROM table WHERE Publisher = square enix |
Tell me the date for nicolas pereira | SELECT Date FROM table WHERE Partnering = nicolas pereira |
what is the date in 1986? | SELECT Date FROM table WHERE Year = 1986 |
What is the average year for Ponce, Puerto Rico events? | SELECT AVG Year FROM table WHERE Venue = ponce, puerto rico |
What year did she place 8th in the junior race? | SELECT Year FROM table WHERE Event = junior race AND Position = 8th |
Tell me the NHL team for ryan johnson | SELECT NHL team FROM table WHERE Player = ryan johnson |
Tell me the position for pick of 47 | SELECT Position FROM table WHERE Pick = 47 |
Tell me the pick for pittsburgh penguins | SELECT Pick FROM table WHERE NHL team = pittsburgh penguins |
Tell me the nationality for rudolf vercik | SELECT Nationality FROM table WHERE Player = rudolf vercik |
Tell me the player for nationality of canada for pick of 43 | SELECT Player FROM table WHERE Nationality = canada AND Pick = 43 |
Tell me the college for jason holland | SELECT College/junior/club team FROM table WHERE Player = jason holland |
Tell me the date for rudolf caracciola for avusrennen | SELECT Date FROM table WHERE Winning driver = rudolf caracciola AND Name = avusrennen |
Tell me the circuit for 10 may for targa florio | SELECT Circuit FROM table WHERE Date = 10 may AND Name = targa florio |
What was the score of the Washington tournament? | SELECT Score FROM table WHERE Tournament = washington |
On what date was Patty Fendick an opponent? | SELECT Date FROM table WHERE Opponent = patty fendick |
What score does Vasil Levski National Stadium, Sofia earn? | SELECT Score FROM table WHERE Venue = vasil levski national stadium, sofia |
What score did vasil levski national stadium, sofia, which was friendly during competition, earn? | SELECT Score FROM table WHERE Competition = friendly AND Venue = vasil levski national stadium, sofia |
What is the nationality of the Washington Capitals? | SELECT Nationality FROM table WHERE NHL team = washington capitals |
On what NHL team does Roman Vopat play for? | SELECT NHL team FROM table WHERE Player = roman vopat |
What is the position of the player from the Ukraine? | SELECT Position FROM table WHERE Nationality = ukraine |
What Tournament did he place 12th in? | SELECT Tournament FROM table WHERE Result = 12th |
What was the first year he placed 12th | SELECT MIN Year FROM table WHERE Result = 12th |
Tell me the circuit for alfa romeo swedish ice race | SELECT Circuit FROM table WHERE Winning constructor = alfa romeo AND Name = swedish ice race |
Tell me the date for bugatti fpr stanislas czaykowski | SELECT Date FROM table WHERE Winning constructor = bugatti AND Winning driver = stanislas czaykowski |
Tell me the circuit for 20 august | SELECT Circuit FROM table WHERE Date = 20 august |
Tell me the winning driver for avusrennen | SELECT Winning driver FROM table WHERE Name = avusrennen |
Tell me the report for bugatti and brooklands | SELECT Report FROM table WHERE Winning constructor = bugatti AND Circuit = brooklands |
How many years has there been a competition in Helsinki? | SELECT COUNT Year FROM table WHERE Location = helsinki |
Which competition before 1982 had a score of 2:3? | SELECT Competition FROM table WHERE Year < 1982 AND Score = 2:3 |
Which competition occurred after 1980 with a score of 0:5 in Jerusalem? | SELECT Competition FROM table WHERE Year > 1980 AND Score = 0:5 AND Location = jerusalem |
When was there an attendance of 51,342? | SELECT Date FROM table WHERE Attendance = 51,342 |
What was the attendance during week 7? | SELECT Attendance FROM table WHERE Week = 7 |
What was the score during week 16? | SELECT Result FROM table WHERE Week = 16 |
Who is the mInister who left office during 1960? | SELECT Minister FROM table WHERE Left office = 1960 |
Which government is number 6? | SELECT Government FROM table WHERE Number = 6 |
Which rider had a speed of 90.57mph? | SELECT Rider FROM table WHERE Speed = 90.57mph |
Which country has a place smaller than 8 and points smaller than 5? | SELECT Country FROM table WHERE Place < 8 AND Points < 5 |
What is the lowest number of Losses when the number of Wins is less than 4, the number of Tie is 2, and the Place is 5? | SELECT MIN Losses FROM table WHERE Wins < 4 AND Ties = 2 AND Place = 5 |
Tell me the post-season record for kansas city | SELECT Post-season record [e ] FROM table WHERE MLB affiliate = kansas city |
Tell me the venue of 29 april 2007 | SELECT Venue FROM table WHERE Date = 29 april 2007 |
Tell me the competition of 20 august 2008 | SELECT Competition FROM table WHERE Date = 20 august 2008 |
Tell me the date of stade des martyrs, dr congo | SELECT Date FROM table WHERE Venue = stade des martyrs, dr congo |
How much money, in millions, is paid to Infotalent? | SELECT Amount (millions) FROM table WHERE Payee = infotalent |
What is the purpose of Euromarine? | SELECT Purpose FROM table WHERE Payee = euromarine |
What signatory has a purpose of police security and Infotalent payee? | SELECT Signatories FROM table WHERE Purpose = police security AND Payee = infotalent |
Tell me the highest launced for trn | SELECT MAX Launched FROM table WHERE Name = trn |
Tell me the average launced for capacity mln tpa of 15,0 | SELECT AVG Launched FROM table WHERE Capacity, mln tpa = 15,0 |
Tell me the period for red rock | SELECT Period FROM table WHERE Place = red rock |
Tell me the province for 260km ese of calgary | SELECT Province FROM table WHERE Location = 260km ese of calgary |
Tell me the province of 1941-1946 | SELECT Province FROM table WHERE Period = 1941-1946 |
Tell me the degree for degree year of 1983 | SELECT Degree FROM table WHERE Degree Year = 1983 |
Tell me the degree for chemistry 1965 | SELECT Degree FROM table WHERE Award Year = 1965 AND Award = chemistry |
What is the MP's term who was elected from grey and bell? | SELECT MP's term FROM table WHERE Electorate = grey and bell |
What is the Election date for Member william richmond category:articles with hcards? | SELECT Election date FROM table WHERE Member = william richmond category:articles with hcards |
What is Member alfred east category:articles with hcards's term? | SELECT MP's term FROM table WHERE Member = alfred east category:articles with hcards |
What is the election date for the city of auckland category:articles with hcards? | SELECT Election date FROM table WHERE Electorate = city of auckland category:articles with hcards |
What electorate does Member dingley brittin category:articles with hcards represent? | SELECT Electorate FROM table WHERE Member = dingley brittin category:articles with hcards |
What is the election date for the electorate of member charles brown category:articles with hcards? | SELECT Election date FROM table WHERE Member = charles brown category:articles with hcards |
Tell me the date for acts of 6 bands and year larger than 1981 for monsters of rock | SELECT Date FROM table WHERE Acts = 6 bands AND Year > 1981 AND Event = monsters of rock |
Tell me the stages for 1981 | SELECT Stages FROM table WHERE Year = 1981 |
Tell me the event for 6 bands | SELECT Event FROM table WHERE Acts = 6 bands |
What is the lightweight value with no information model and the flexible value is unknown? | SELECT Lightweight FROM table WHERE Information Model = no AND Flexible = unknown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.