question
stringlengths
12
244
sql
stringlengths
22
468
what is гә гә [ɡʷ] when ҕь ҕь [ʁʲ/ɣʲ] is ҭә ҭә [tʷʰ]?
SELECT Гә гә [ɡʷ] FROM table WHERE Ҕь ҕь [ʁʲ/ɣʲ] = Ҭә ҭә [tʷʰ]
What is гә гә [ɡʷ] when ҕ ҕ [ʁ/ɣ] is ҿ ҿ [t͡ʂʼ]?
SELECT Гә гә [ɡʷ] FROM table WHERE Ҕ ҕ [ʁ/ɣ] = Ҿ ҿ [t͡ʂʼ]
what is г г [ɡ] when а а [a] is ҕә ҕә [ʁʷ/ɣʷ]?
SELECT Г г [ɡ] FROM table WHERE А а [a] = Ҕә ҕә [ʁʷ/ɣʷ]
what is а а [a] when ҕь ҕь [ʁʲ/ɣʲ] is ш ш [ʂʃ]?
SELECT А а [a] FROM table WHERE Ҕь ҕь [ʁʲ/ɣʲ] = Ш ш [ʂʃ]
what is а а [a] when гь гь [ɡʲ] is л л [l]?
SELECT А а [a] FROM table WHERE Гь гь [ɡʲ] = Л л [l]
what is ҕь ҕь [ʁʲ/ɣʲ] when гь гь [ɡʲ] is ҷ ҷ [t͡ʃʼ]?
SELECT Ҕь ҕь [ʁʲ/ɣʲ] FROM table WHERE Гь гь [ɡʲ] = Ҷ ҷ [t͡ʃʼ]
Name the green for otaki
SELECT Green FROM table WHERE Electorate = Otaki
Name the national for rimutaka
SELECT National FROM table WHERE Electorate = Rimutaka
Name the electoraate for united future being 4.47%
SELECT Electorate FROM table WHERE United Future = 4.47%
How many different popular vote counts were there for the candidate Rick Perry?
SELECT COUNT Popular vote FROM table WHERE Candidate = Rick Perry
Which office has 1 New Hampshire as a third place state?
SELECT Office FROM table WHERE States – third place = 1 New Hampshire
How many different popular vote counts are there for Rick Perry?
SELECT COUNT Popular vote FROM table WHERE Candidate = Rick Perry
What office is Jon Huntsman a candidate for?
SELECT Office FROM table WHERE Candidate = Jon Huntsman
How many states-first place are there for the office of Governor?
SELECT COUNT States – first place FROM table WHERE Office = Governor
Name the competition for australia 13, new zealand 40, drawn 3
SELECT Competition FROM table WHERE Head to Head = Australia 13, New Zealand 40, Drawn 3
Name the explanation by rank is 10
SELECT Explanation FROM table WHERE Rank by time in office = 10
Name the order in office for spiro agnew
SELECT Order in office FROM table WHERE Vice President = Spiro Agnew
Name the explanation for alben w. barkley
SELECT Explanation FROM table WHERE Vice President = Alben W. Barkley
What percentage of people voted for Obama in Burlington?
SELECT Obama % FROM table WHERE County = Burlington
What percentage of voters choise McCain in Burlington?
SELECT McCain % FROM table WHERE County = Burlington
What percentage of voters voted for a third party in the county that had 802 third party voters?
SELECT Others % FROM table WHERE Others # = 802
What percentage of voters chose McCain in the county where 1.1% of voters voted third party?
SELECT McCain % FROM table WHERE Others % = 1.1%
What percentage of voters chose McCain in the county where 2.1% of voters voted third party?
SELECT McCain % FROM table WHERE Others % = 2.1%
What county had 915 third party voters?
SELECT County FROM table WHERE Others # = 915
Name the ply (uk, nz, au) for fingering
SELECT Ply (UK, NZ, AU) FROM table WHERE Yarn Type (US) = Fingering
Name the wraps per inch for 120-240
SELECT Wraps Per Inch (WPI) FROM table WHERE m/100g = 120-240
Name the ply uk, nz, au for wraps per inch 7 wpi
SELECT Ply (UK, NZ, AU) FROM table WHERE Wraps Per Inch (WPI) = 7 wpi
Name the yarn type for standard yarn weight system for 3 or light
SELECT Yarn Type (US) FROM table WHERE Standard Yarn Weight System = 3 or Light
Name the standard yarn weight system for 7 wpi
SELECT Standard Yarn Weight System FROM table WHERE Wraps Per Inch (WPI) = 7 wpi
Name the standard yarn weight system for 9 wpi
SELECT Standard Yarn Weight System FROM table WHERE Wraps Per Inch (WPI) = 9 wpi
Name the overall nt points for 2nd m 127.5
SELECT Overall NT points FROM table WHERE 2nd (m) = 127.5
when 1st (m) is 218.0, what were all of the over wc points (rank)?
SELECT Overall WC points (Rank) FROM table WHERE 1st (m) = 218.0
when 1st (m) is 212.5 what are the overall wc points (rank)?
SELECT Overall WC points (Rank) FROM table WHERE 1st (m) = 212.5
When was the motor gear of the LMS 1946 no. 1901 model fitted?
SELECT Date motor gear fitted FROM table WHERE LMS 1946 No. = 1901
how many matches did wayne mardle play
SELECT COUNT Played FROM table WHERE Player = Wayne Mardle
what is the 3-dart average of raymond van barneveld
SELECT 3-dart Average FROM table WHERE Player = Raymond van Barneveld
How many different results are there for the season with a 4-3 conference record?
SELECT COUNT Result FROM table WHERE Conference Record = 4-3
Who coached the team in the season with a 6-1 conference record?
SELECT Coach FROM table WHERE Conference Record = 6-1
How many different conference records are there for season 2006?
SELECT COUNT Conference Record FROM table WHERE Season = 2006
How did the season with 7-2 conference record ed?
SELECT Result FROM table WHERE Conference Record = 7-2
In what season was the conference record 4-3?
SELECT MIN Season FROM table WHERE Conference Record = 4-3
What is the highest number of third place runners up held by any of the countries competing in the Mr. International competition?.
SELECT MAX 3rd runner-up FROM table
The country, competing in the Mr. International competition, that holds a rank of 3, has how many 2nd runners up?
SELECT COUNT 2nd runner-up FROM table WHERE Rank = 3
For the country that holds a rank of 2, in the Mr. International Competition, what is the total number of competitors listed as 2nd runner ups?
SELECT COUNT 2nd runner-up FROM table WHERE Rank = 2
How many competitors in total, for the Mr. International competition, does Brazil have?
SELECT MAX Total FROM table WHERE Country/Territory = Brazil
How many games did the player with 3-dart average of 66.86 play?
SELECT Played FROM table WHERE 3-dart Average = 66.86
What's the 100+ score of the player with 6 won legs?
SELECT MAX 100+ FROM table WHERE Legs Won = 6
What player has a 3-dart average of 75.76?
SELECT Player FROM table WHERE 3-dart Average = 75.76
What's Trina Gulliver's high checkout?
SELECT High Checkout FROM table WHERE Player = Trina Gulliver
How many legs has the player with high checkout of 80 won?
SELECT Legs Won FROM table WHERE High Checkout = 80
Name the sanskrit word and meaning for aquarius
SELECT Sanskrit word and meaning FROM table WHERE Zodiac sign = Aquarius
Name the zodiac for കന്നി
SELECT Zodiac sign FROM table WHERE Malayalam name = കന്നി
Name the malayalam name for leo
SELECT Malayalam name FROM table WHERE Zodiac sign = Leo
Name the transliteration for ചിങ്ങം
SELECT Transliteration FROM table WHERE Malayalam name = ചിങ്ങം
How many votes did McCain get in the county where Obama got 50.7% of the votes?
SELECT MAX McCain# FROM table WHERE Obama% = 50.7%
Where did McCain get 20226 votes?
SELECT County FROM table WHERE McCain# = 20226
How many people voted in Cabarrus county?
SELECT MIN Total FROM table WHERE County = Cabarrus
How many different results were there for the number of votes fro Obama in the county where he got 27.8% of the votes?
SELECT COUNT Obama# FROM table WHERE Obama% = 27.8%
How many episodes directed by ben jones and written by paul dini?
SELECT COUNT No. FROM table WHERE Directed by = Ben Jones AND Written by = Paul Dini
What is the title of S02E01?
SELECT Title FROM table WHERE Television order = S02E01
What TV order is written by gail simone?
SELECT Television order FROM table WHERE Written by = Gail Simone
who won mens doubles when zhou mi won womens singles
SELECT Mens doubles FROM table WHERE Womens singles = Zhou Mi
who won mixed doubles when zhou mi won womens singles
SELECT Mixed doubles FROM table WHERE Womens singles = Zhou Mi
state the earliest year li xuerui won womens singles
SELECT MIN Year FROM table WHERE Womens singles = Li Xuerui
state the earliest year li xuerui won womens singles
SELECT MIN Year FROM table WHERE Womens singles = Li Xuerui
who won womens doubles in 2010
SELECT Womens doubles FROM table WHERE Year = 2010
who won mixed doubles when wang yihan won womens singles
SELECT Mixed doubles FROM table WHERE Womens singles = Wang Yihan
How many county councils for the communist party of norway
SELECT MAX County councils ( 2011 ) FROM table WHERE English party name = Communist Party of Norway
What percent of the parliamentary election did the pensioners party receive
SELECT 2013 Parliamentary election FROM table WHERE English party name = Pensioners Party
How many parties are named the Center Alliance
SELECT COUNT 2013 Parliamentary election FROM table WHERE English party name = Center Alliance
Name the most withdrawn for 37 lstr no.
SELECT MAX Withdrawn FROM table WHERE LTSR No. = 37
how many won 83 points for?
SELECT Won FROM table WHERE Points for = 83
which club is listed when bonus points is bonus points
SELECT Club FROM table WHERE Bonus Points = Bonus Points
when the points for is 139 is points difference?
SELECT COUNT Points difference FROM table WHERE Points for = 139
when points against is points again, which are the drawn?
SELECT Drawn FROM table WHERE Points against = Points against
when points for is 39 what is the total number of drawn
SELECT Drawn FROM table WHERE Points for = 39
what is the mccain % where obama got 19.3%
SELECT McCain % FROM table WHERE Obama % = 19.3%
what is the highest mccain # where obama got 33.7%
SELECT MAX McCain # FROM table WHERE Obama % = 33.7%
where did obama get 39.8%
SELECT County FROM table WHERE Obama % = 39.8%
what is the obama # in carson city
SELECT Obama # FROM table WHERE County = Carson City
where did obama get 41.3%
SELECT County FROM table WHERE Obama % = 41.3%
Name the number of season for team bruichladdich
SELECT COUNT Season FROM table WHERE Team = Team Bruichladdich
Name the least podiums for 49 points
SELECT MIN Podiums FROM table WHERE Points = 49
Name the least f/laps
SELECT MIN F/Laps FROM table
Namet he season for wins being 0 and 20 races
SELECT Season FROM table WHERE Wins = 0 AND Races = 20
Name the least podiums for 0 wins and 2005 season for 321 points
SELECT MIN Podiums FROM table WHERE Wins = 0 AND Season = 2005 AND Points = 321
What is the Spanish title of the film whose title used in nomination was Ogu and Mampato in Rapa Nui?
SELECT Spanish title FROM table WHERE Film title used in nomination = Ogu and Mampato in Rapa Nui
Who was the director of the film that was not nominated and had the Spanish title of play?
SELECT Director FROM table WHERE Result = Not Nominated AND Spanish title = Play
How many couples have an average of 25.3?
SELECT COUNT Couple FROM table WHERE Average = 25.3
How many different numbers of total dances are there for the couple ranked at number 6?
SELECT COUNT Number of dances FROM table WHERE Place = 6
What couple has an average of 17.2?
SELECT Couple FROM table WHERE Average = 17.2
What's the minimal number of dances a couple has danced?
SELECT MIN Number of dances FROM table
What's the highest number a couple has ranked at?
SELECT MAX Place FROM table
How many crops were damaged when the public property damage was 1,03,049.60?
SELECT Crop Damaged (in Lakh INR ) FROM table WHERE Public Property Damaged (in Lakh INR ) = 1,03,049.60
What is the panchayat when the public property damage was 1,03,049.60
SELECT MAX Panchayat FROM table WHERE Public Property Damaged (in Lakh INR ) = 1,03,049.60
What is the largest village that had 103279 houses affected?
SELECT MAX Village FROM table WHERE House Affected = 103279
What is the smallest district that had 33.25 in animals
SELECT MIN District FROM table WHERE Animal (in Lakh ) = 33.25
How many districts had crib damage of 1,164.50?
SELECT COUNT District FROM table WHERE Crop Damaged (in Lakh INR ) = 1,164.50
Where did Obama get 37.1%?
SELECT County FROM table WHERE Obama% = 37.1%
What's the county where McCain got 60.6% and Obama got 37.3%?
SELECT County FROM table WHERE McCain% = 60.6% AND Obama% = 37.3%