question
stringlengths
12
244
sql
stringlengths
22
468
which leage had a league cup of 46 (1)
SELECT League FROM table WHERE League Cup = 46 (1)
which years had other a of 8 (1)?
SELECT Years FROM table WHERE Other a = 8 (1)
What name is associated with League 142?
SELECT Name FROM table WHERE League = 142
How many values of Other A correspond to Tommy Johnson Category:Articles with hCards?
SELECT COUNT Other a FROM table WHERE Name = Tommy Johnson Category:Articles with hCards
How many different Leagues are associated with Billy Meredith Category:Articles with hCards?
SELECT COUNT League FROM table WHERE Name = Billy Meredith Category:Articles with hCards
How many separate values for Years are associated with FA Cup of 5?
SELECT COUNT Years FROM table WHERE FA Cup = 5
What years have a total of 139?
SELECT Years FROM table WHERE Total = 139
What was the GDP (in millions USD) of Indonesia in 2009?
SELECT COUNT GDP millions of USD (2009) FROM table WHERE Country / territory = Indonesia
What was the GDP (in millions USD) of Hong Kong in 2009?
SELECT MAX GDP millions of USD (2009) FROM table WHERE Country / territory = Hong Kong
How tall is Braxton Kelley?
SELECT Height FROM table WHERE Name = Braxton Kelley
what class is Braxton Kelley in?
SELECT COUNT Class FROM table WHERE Name = Braxton Kelley
how many hometowns use the position of fs?
SELECT COUNT Hometown FROM table WHERE Position = FS
who is number 98?
SELECT Name FROM table WHERE Number = 98
How many games were played against the Chicago Bears?
SELECT COUNT Record FROM table WHERE Opponent = Chicago Bears
What is the result of the game against the Chicago Bears?
SELECT Result FROM table WHERE Opponent = Chicago Bears
What was the final score of the game on October 4, 1970?
SELECT Result FROM table WHERE Date = October 4, 1970
Who was the team's opponent of October 25, 1970?
SELECT Opponent FROM table WHERE Date = October 25, 1970
Did Flamengo play in the Recopa Sudamericana in 1998
SELECT Recopa Sudamericana 1998 FROM table WHERE Team = Flamengo
What were Cruzeiro results in the Copa Mercosur in 1998
SELECT Copa Mercosur 1998 FROM table WHERE Team = Cruzeiro
Where is California Lutheran University located?
SELECT COUNT Location FROM table WHERE Institution = California Lutheran University
What is the new classification for the University of Arizona Western in the Collegiate Lacrosse League?
SELECT New Classification FROM table WHERE Institution = University of Arizona
What is California State University, Hayward's new conference for Western Collegiate Lacrosse?
SELECT New Conference FROM table WHERE Institution = California State University, Hayward
Which new conference is the Toreros Western Collegiate Lacrosse team playing in?
SELECT New Conference FROM table WHERE Team Nickname = Toreros
In Ascot (UK), what was the result?
SELECT Result FROM table WHERE Venue = Ascot (UK)
How many different jockeys ran on 17 Feb 2007?
SELECT COUNT Jockey FROM table WHERE Date = 17 Feb 2007
How many venues were used on 10 Mar 2007?
SELECT Venue FROM table WHERE Date = 10 Mar 2007
How many jockeys are listed running at the Sir Rupert Clarke Stakes?
SELECT COUNT Jockey FROM table WHERE Race = Sir Rupert Clarke Stakes
How many venues had a race called the Australia Stakes?
SELECT COUNT Venue FROM table WHERE Race = Australia Stakes
Where was the 1400 m held?
SELECT Venue FROM table WHERE Distance = 1400 m
What is the group name when 3yo hcp restricted maiden was raced?
SELECT Group FROM table WHERE Race = 3yo Hcp Restricted Maiden
When did the 55 kg participant race?
SELECT Date FROM table WHERE Weight (kg) = 55
Name the number of weeks for 50073 attendance
SELECT COUNT Week FROM table WHERE Attendance = 50073
Name the result for milwaukee county stadium
SELECT Result FROM table WHERE Game Site = Milwaukee County Stadium
What was the record when the game was played at Cleveland Municipal Stadium?
SELECT Record FROM table WHERE Game Site = Cleveland Municipal Stadium
What was the game date in week 13?
SELECT Date FROM table WHERE Week = 13
Where did the team play the Detroit Lions?
SELECT Game Site FROM table WHERE Opponent = Detroit Lions
What week of the season did the date December 2, 1962 fall on?
SELECT Week FROM table WHERE Date = December 2, 1962
what is the result for October 14, 1956?
SELECT Result FROM table WHERE Date = October 14, 1956
Name the game site for week 6
SELECT Game Site FROM table WHERE Week = 6
Name the number of weeks for san francisco 49ers
SELECT COUNT Week FROM table WHERE Opponent = San Francisco 49ers
Name the most attendance for game site for los angeles memorial coliseum
SELECT MAX Attendance FROM table WHERE Game Site = Los Angeles Memorial Coliseum
what's the result with record being 0–1
SELECT Result FROM table WHERE Record = 0–1
what's the game site with result being l 24–34
SELECT Game Site FROM table WHERE Result = L 24–34
how many result with date being october 25, 1964
SELECT COUNT Result FROM table WHERE Date = October 25, 1964
how many opponent with date being october 25, 1964
SELECT COUNT Opponent FROM table WHERE Date = October 25, 1964
Name the population 2010 census for population 2000 census of 920599
SELECT Population (2010 Census) FROM table WHERE Population 2000 Census = 920599
Name the total number of population 2000 census for mesquita
SELECT COUNT Population 2000 Census FROM table WHERE Administrative division = Mesquita
Name the population 2000 census for 77 area
SELECT Population 2000 Census FROM table WHERE Area (km²) = 77
Name the number of area where population density 2010 for 514
SELECT COUNT Area (km²) FROM table WHERE Population density 2010 (/km²) = 514
Name the number of population density 2010 for duque de caxias
SELECT COUNT Population density 2010 (/km²) FROM table WHERE Administrative division = Duque de Caxias
Name the administrative division for 95391
SELECT Administrative division FROM table WHERE Population (2010 Census) = 95391
How many losses did 12 de Octubre have ?
SELECT MIN Losses FROM table WHERE Team = 12 de Octubre
Name the santee sisseton for morning
SELECT Santee-Sisseton FROM table WHERE English gloss = morning
Name the southern lakota for morning
SELECT Southern Lakota FROM table WHERE English gloss = morning
Name the southern lakota for wakȟáŋyeža
SELECT Southern Lakota FROM table WHERE Yankton-Yanktonai = wakȟáŋyeža
Name the english gloss for naháŋȟčiŋ
SELECT English gloss FROM table WHERE Southern Lakota = naháŋȟčiŋ
Name the santee sisseton for híŋhaŋna
SELECT COUNT Santee-Sisseton FROM table WHERE Yankton-Yanktonai = híŋhaŋna
Name the yankton yanktonai for wičháša
SELECT Yankton-Yanktonai FROM table WHERE Southern Lakota = wičháša
What was the last round the team drafted?
SELECT MAX Round FROM table
What college did steve justice attend?
SELECT College FROM table WHERE Player = Steve Justice
How may women doubles winner were there when Philippe Aulner was mens singles winner?
SELECT COUNT Womens doubles FROM table WHERE Mens singles = Philippe Aulner
How many mixed doubles were won in 1996?
SELECT COUNT Mixed doubles FROM table WHERE Year = 1996
who is the the womens doubles with mens doubles being reinhold pum karl buchart and mixed doubles being hermann fröhlich lore voit
SELECT Womens doubles FROM table WHERE Mens doubles = Reinhold Pum Karl Buchart AND Mixed doubles = Hermann Fröhlich Lore Voit
who is the the womens doubles with mens doubles being leopold bauer alfred kohlhauser
SELECT Womens doubles FROM table WHERE Mens doubles = Leopold Bauer Alfred Kohlhauser
who is the the mixed doubles with mens singles being peter moritz
SELECT Mixed doubles FROM table WHERE Mens singles = Peter Moritz
who is the the mens doubles with mens singles being jürgen koch and womens singles being sabine ploner
SELECT Mens doubles FROM table WHERE Mens singles = Jürgen Koch AND Womens singles = Sabine Ploner
who is the the womens singles with mixed doubles being bernd frohnwieser hilde themel and year being smaller than 1959.0
SELECT Womens singles FROM table WHERE Mixed doubles = Bernd Frohnwieser Hilde Themel AND Year < 1959.0
How many mixed doubles were there in the year that Olga Koseli won the women's singles?
SELECT COUNT Mixed doubles FROM table WHERE Womens singles = Olga Koseli
What is the # for the episode with viewing figures of 7.02 million ?
SELECT MAX # FROM table WHERE Viewing figure = 7.02 million
What is the lowest rank for puerto rico?
SELECT MIN Rank FROM table WHERE Country = Puerto Rico
What is the highest rank for the country with 6 2nd runner ups?
SELECT MAX Rank FROM table WHERE 2nd Runner-up = 6
How many different directors are associated with the writer Gaby Chiappe?
SELECT COUNT Director FROM table WHERE Writer = Gaby Chiappe
What writers are associated with a viewing figure of 7.01 million?
SELECT Writer FROM table WHERE Viewing figure = 7.01 million
What are all episodes with a viewing figure of 6.72 million?
SELECT Episode FROM table WHERE Viewing figure = 6.72 million
What original air dates are associated with a viewing figure of 7.27 million?
SELECT Original air date FROM table WHERE Viewing figure = 7.27 million
Who is the director of the episode at entry number 13?
SELECT Director FROM table WHERE # = 13
Who wrote the episode that David Tucker directed?
SELECT COUNT Writer FROM table WHERE Director = David Tucker
Which episode has been viewed 6.34 million times?
SELECT Episode FROM table WHERE Viewing figure = 6.34 million
What is the original air date of the episode directed by Paul Marcus?
SELECT Original air date FROM table WHERE Director = Paul Marcus
Which numerical entry corresponds to "Episode 9"?
SELECT COUNT # FROM table WHERE Episode = "Episode 9"
How many licenses have version 1.2.2.0?
SELECT COUNT License FROM table WHERE Version = 1.2.2.0
What is the version with sbagen software?
SELECT Version FROM table WHERE Software = SBaGen
How many licenses have mind workstation software?
SELECT COUNT License FROM table WHERE Software = Mind WorkStation
What is the software with version 1.2.2.0?
SELECT Software FROM table WHERE Version = 1.2.2.0
What is hte license for beeone smod/hms software?
SELECT License FROM table WHERE Software = BeeOne SMOD/HMS
What are all the operating systems for sbagen?
SELECT Operating systems FROM table WHERE Software = SBaGen
What is the English word for the French word cheval?
SELECT English FROM table WHERE French = cheval
What is the Spanish word for the French word filtrer?
SELECT Spanish FROM table WHERE French = filtrer
What is the French word where the German word is filtern?
SELECT French FROM table WHERE German = filtern
What is the french word for the Russian word filtrovat (фильтровать)?
SELECT French FROM table WHERE Russian = filtrovat (фильтровать)
What is the French word for the Italian word nazione?
SELECT French FROM table WHERE Italian = nazione
What is the English word for the Russian words loshad, kobyla (лошадь, кобыла)?
SELECT English FROM table WHERE Russian = loshad, kobyla (лошадь, кобыла)
Which state had 3821 students in the fall of 06?
SELECT States FROM table WHERE Fall 06 = 3821
How man students were from Maryland in Fall 05?
SELECT Fall 05 FROM table WHERE States = Maryland
What is the number of students in Fall 09 from the state that had 3940 in Fall 07?
SELECT MAX Fall 09 FROM table WHERE Fall 07 = 3940
What was the highest number of students in Fall 09 in the state that had 3821 in Fall 06?
SELECT MAX Fall 09 FROM table WHERE Fall 06 = 3821
What is the lowest number of students from a state during the Fall 06 semester?
SELECT MIN Fall 06 FROM table
Name the 132.1% for where north carolina is colorado
SELECT 132.1% FROM table WHERE North Carolina = Colorado
Name the vermont for where 95.8% is 60.6%
SELECT Vermont FROM table WHERE 95.8% = 60.6%
What is the highest value of PF when Ends Lost is 51?
SELECT MAX PF FROM table WHERE Ends Lost = 51