question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
List all points against with a 0 try bonus and points for of 150.
|
SELECT Points against FROM table WHERE Try bonus = 0 AND Points for = 150
|
Name the tries against when tries for is 30
|
SELECT Tries against FROM table WHERE Tries for = 30
|
Name the points when tries for is 49
|
SELECT Points FROM table WHERE Tries for = 49
|
Name the try bonus for lost being 11 and losing bonus is 6
|
SELECT Try bonus FROM table WHERE Lost = 11 AND Losing bonus = 6
|
What is the aggregate when the second leg is 1-3?
|
SELECT Aggregate FROM table WHERE 2nd leg = 1-3
|
For home of River Plate, what is the first leg listed?
|
SELECT 1st Leg FROM table WHERE Home (2nd leg) = River Plate
|
With an aggregate of 0-2, what is listed for home?
|
SELECT Home (2nd leg) FROM table WHERE Aggregate = 0-2
|
If the home is Atlético Tucumán, what is the name of the first leg?
|
SELECT 1st Leg FROM table WHERE Home (2nd leg) = Atlético Tucumán
|
If second leg is Newell's Old Boys, what name is first leg?
|
SELECT 1st Leg FROM table WHERE Home (2nd leg) = Newell's Old Boys
|
What is the chinese name for whom chan chi-yuen, paul is listed as the romanised name?
|
SELECT Chinese name FROM table WHERE Romanised name = Chan Chi-yuen, Paul
|
The name cheung, raymond man-to is listed as a romanised name is cheung, raymond man-to?
|
SELECT Foreign nationality FROM table WHERE Romanised name = Cheung, Raymond Man-to
|
For the chinese name 盧奕基 how many in total is the govt salary?
|
SELECT COUNT Govt salary FROM table WHERE Chinese name = 盧奕基
|
For the name romanised name is lo yik-kee, victor what is the total number foreign nationality that is listed?
|
SELECT COUNT Foreign nationality FROM table WHERE Romanised name = Lo Yik-kee, Victor
|
For the prior occupation listed as assistant police commissioner (ret'd) what are the entire list of romanised name.
|
SELECT Romanised name FROM table WHERE Prior occupation = Assistant Police Commissioner (ret'd)
|
Name the most played when points is 105
|
SELECT MAX Played FROM table WHERE Points = 105
|
Name the total number of points for newell's old boys
|
SELECT COUNT Points FROM table WHERE Team = Newell's Old Boys
|
Name the points for 1992-93 for 42
|
SELECT Points FROM table WHERE 1992-93 = 42
|
If the aggregate is 3-4, what is the first leg?
|
SELECT Home (1st leg) FROM table WHERE Aggregate = 3-4
|
If the second leg is Instituto, what is the total number of aggregate?
|
SELECT COUNT Aggregate FROM table WHERE Home (2nd leg) = Instituto
|
If the second leg is 1-1, what is the first leg?
|
SELECT Home (1st leg) FROM table WHERE 2nd leg = 1-1
|
If the second leg is 3-2, what is the first leg?
|
SELECT Home (1st leg) FROM table WHERE 2nd leg = 3-2
|
If the second leg is 1-1, what is the first leg?
|
SELECT 1st Leg FROM table WHERE 2nd leg = 1-1
|
How many games were played by the Vélez Sársfield team from 1989-90?
|
SELECT 1989-90 FROM table WHERE Team = Vélez Sársfield
|
What was the average of the team if they played 31 games from 1990-1991?
|
SELECT Average FROM table WHERE 1990-1991 = 31
|
What was the team that scored 122 points?
|
SELECT Team FROM table WHERE Points = 122
|
What was the average if the game played during 1990-91 is 40 and the points are less than 121.0?
|
SELECT Average FROM table WHERE 1990-1991 = 40 AND Points < 121.0
|
What is the opponent played on October 4?
|
SELECT Opponent FROM table WHERE Date = October 4
|
Where is riverfront stadium the game site for the week?
|
SELECT MIN Week FROM table WHERE Game site = Riverfront Stadium
|
How many number of lakes are there in the Valdez-Cordova (CA) area?
|
SELECT MIN # s Lake and GNIS query Link FROM table WHERE Borough or Census area = Valdez-Cordova (CA)
|
What was the comment on the Denali area?
|
SELECT Comment FROM table WHERE Borough or Census area = Denali
|
How many dams are there in the Lake and Peninsula area?
|
SELECT MAX # s Dam and GNIS query Link FROM table WHERE Borough or Census area = Lake and Peninsula
|
How many dams are there in the Nome (CA) area?
|
SELECT MIN # s Dam and GNIS query Link FROM table WHERE Borough or Census area = Nome (CA)
|
How many comments are there in the Bethel (CA) Borough area?
|
SELECT COUNT Comment FROM table WHERE Borough or Census area = Bethel (CA)
|
How many total numbers of attendance are there during the game in October 27?
|
SELECT COUNT Attendance FROM table WHERE Date = October 27
|
What was the game record when the opponent was 'at Los Angeles Raiders'?
|
SELECT Record FROM table WHERE Opponent = at Los Angeles Raiders
|
When was the game played when the opponent was 'at Los Angeles Rams'?
|
SELECT Date FROM table WHERE Opponent = at Los Angeles Rams
|
How many total number of attendance were there when the game was held in Anaheim Stadium?
|
SELECT COUNT Attendance FROM table WHERE Game site = Anaheim Stadium
|
How many were in attendance when the game was held in Arrowhead Stadium?
|
SELECT MIN Attendance FROM table WHERE Game site = Arrowhead Stadium
|
What is the highest position a team with 7 draws earned?
|
SELECT MAX Position FROM table WHERE Draws = 7
|
Name the original air date for ai% for 83
|
SELECT Original air date FROM table WHERE AI (%) = 83
|
Name the story number for paul cornell
|
SELECT Story No. FROM table WHERE Written by = Paul Cornell
|
Name the total number directed by for uk viewers being 6.86
|
SELECT COUNT Directed by FROM table WHERE UK viewers (million) = 6.86
|
Name the least ai %
|
SELECT MIN AI (%) FROM table
|
What is the highest number of games played?
|
SELECT MAX Games played FROM table
|
In the game with 31 points, how many goals were conceded?
|
SELECT COUNT Goals conceded FROM table WHERE Points = 31
|
How many games had 22 points?
|
SELECT COUNT Games played FROM table WHERE Points = 22
|
How many wins had 58 goals scored?
|
SELECT Wins FROM table WHERE Goals scored = 58
|
How many clubs had 29 points?
|
SELECT COUNT Club FROM table WHERE Points = 29
|
Which clubs had draws of 9?
|
SELECT Club FROM table WHERE Draws = 9
|
How many draws were there when the conceded goals was numbered at 45?
|
SELECT COUNT Draws FROM table WHERE Goals conceded = 45
|
What is the least amount of games played with 21 losses?
|
SELECT MIN Games played FROM table WHERE Loses = 21
|
How many games did each team played?
|
SELECT MIN Games played FROM table
|
HOw many points where there when the number of goals scored was 47?
|
SELECT MAX Points FROM table WHERE Goals scored = 47
|
How many goals were scored by club team fm (losc) vilnius
|
SELECT Goals scored FROM table WHERE Club = FM (LOSC) Vilnius
|
How many losses occurred when the club team was ekranas-2 panevėžys
|
SELECT MAX Loses FROM table WHERE Club = Ekranas-2 Panevėžys
|
What was the highest number of wins for any team?
|
SELECT MAX Wins FROM table
|
What is the June 22 ncaat baseball record for Fresno State Bulldogs?
|
SELECT NCAAT Record FROM table WHERE Date = June 22
|
How many saves were in the Georgia game, versus the Bulldogs, with a score of 7-6?
|
SELECT Save FROM table WHERE Score = 7-6
|
What is the June 21 ncaat baseball record for Fresno State Bulldogs?
|
SELECT NCAAT Record FROM table WHERE Date = June 21
|
What is the Papal name of the Pope announced as Ioannis Pauli Primi?
|
SELECT Papal Name FROM table WHERE Papal Name As Announced in Latin = Ioannis Pauli primi
|
What is the announced birth name of the pope whose numeral is not given and whose latin declension is genitive?
|
SELECT Birth Name As Announced in Latin (Accusative case Forename Undeclined Surname) FROM table WHERE Numeral in Papal Name = not given AND Latin declension of Papal Name = genitive
|
What pope was announced in latin as Pium?
|
SELECT Papal Name FROM table WHERE Papal Name As Announced in Latin = Pium
|
What is the latin birth name of the pope announced as Ioannis Pauli Primi?
|
SELECT Birth Name As Announced in Latin (Accusative case Forename Undeclined Surname) FROM table WHERE Papal Name As Announced in Latin = Ioannis Pauli primi
|
how many times did estudiantes de la plata participate in 2008 suruga bank championship
|
SELECT COUNT 2008 Suruga Bank Championship FROM table WHERE Team / Competition = Estudiantes de La Plata
|
How did the team which was first round eliminated by estudiantes do in 2008 recopa sudamericana
|
SELECT 2008 Recopa Sudamericana FROM table WHERE 2008 Copa Sudamericana = First Round eliminated by Estudiantes
|
how many teams were first round eliminated by estudiantes in 2008 copa sudamericana
|
SELECT COUNT 2008 Suruga Bank Championship FROM table WHERE 2008 Copa Sudamericana = First Round eliminated by Estudiantes
|
What date was the match against Morocco played?
|
SELECT Date FROM table WHERE Against = Morocco
|
What country did Gil play against on 21–23 september 2007?
|
SELECT Against FROM table WHERE Date = 21–23 September 2007
|
Who was Gil's partner on 10–12 july 2009
|
SELECT Partnering FROM table WHERE Date = 10–12 July 2009
|
Where was the successor formally installed on December 3, 1858?
|
SELECT State (class) FROM table WHERE Date of successors formal installation = December 3, 1858
|
Why did the change happen in the state where the formal installation happen on February 14, 1859?
|
SELECT Reason for change FROM table WHERE Date of successors formal installation = February 14, 1859
|
Name the vacator for tennessee 1st
|
SELECT Vacator FROM table WHERE District = Tennessee 1st
|
If the passengers are 15,505,566, what is the iata code?
|
SELECT IATA Code FROM table WHERE Passengers = 15,505,566
|
If the location is Chicago, Illinois, what is the airport name?
|
SELECT Airport Name FROM table WHERE Location = Chicago, Illinois
|
If the amount of passengers is 15,505,566, what is the %/chg. for 2009/10?
|
SELECT % Chg. 2009/10 FROM table WHERE Passengers = 15,505,566
|
What university did Steve Hoar attend.
|
SELECT Alma Mater FROM table WHERE Player = Steve Hoar
|
List the plats that attended Wilfrid Laurier University.
|
SELECT Player FROM table WHERE Alma Mater = Wilfrid Laurier University
|
List all the international lacrosse league competitions for Toronto Rock.
|
SELECT International Competition FROM table WHERE National Lacrosse League = Toronto Rock
|
List all of the NLL Toronto Rock players.
|
SELECT Player FROM table WHERE National Lacrosse League = Toronto Rock
|
What rank is the airport whose IATA Code is JFK?
|
SELECT Rank FROM table WHERE IATA Code = JFK
|
Which airport has an IATA Code of ORD?
|
SELECT Airport Name FROM table WHERE IATA Code = ORD
|
Louisville International Airport had how many tonnes of cargo in 2011?
|
SELECT Tonnes FROM table WHERE Airport Name = Louisville International Airport
|
How many tonnes of cargo did the airport have with the IATA Code IND?
|
SELECT Tonnes FROM table WHERE IATA Code = IND
|
Who is the incumbent democratic party in district florida 11?
|
SELECT Incumbent FROM table WHERE Party = Democratic AND District = Florida 11
|
In which district is the first elected 2000?
|
SELECT District FROM table WHERE First elected = 2000
|
When is the first elected in the Florida 19 district?
|
SELECT First elected FROM table WHERE District = Florida 19
|
What are the results of incumbent dave weldon?
|
SELECT COUNT Results FROM table WHERE Incumbent = Dave Weldon
|
How many districts have the incumbent, Charles Rangel?
|
SELECT COUNT District FROM table WHERE Incumbent = Charles Rangel
|
What is the party affiliation of New York 26?
|
SELECT Party FROM table WHERE District = New York 26
|
In the district of Pennsylvania 1, what is the total number of political parties?
|
SELECT COUNT Party FROM table WHERE District = Pennsylvania 1
|
What year was Tim Holden first elected?
|
SELECT MIN First elected FROM table WHERE Incumbent = Tim Holden
|
How many parties were first elected in 1994?
|
SELECT COUNT Party FROM table WHERE First elected = 1994
|
In district Pennsylvania 11, what was the total numbers of results?
|
SELECT COUNT Results FROM table WHERE District = Pennsylvania 11
|
During what year was Representative Spencer Bachus first elected?
|
SELECT COUNT First elected FROM table WHERE Incumbent = Spencer Bachus
|
What is the party affiliation of the incumbent Robert Cramer?
|
SELECT Party FROM table WHERE Incumbent = Robert Cramer
|
Who is the incumbent in the Washington 1 district?
|
SELECT Incumbent FROM table WHERE District = Washington 1
|
How many categories of first elected are in Washington 4 district?
|
SELECT COUNT First elected FROM table WHERE District = Washington 4
|
What was the result in the election where the date of first elected was 2000?
|
SELECT Results FROM table WHERE First elected = 2000
|
Who directed the episode titled "Smells Like Teen Sellout"?
|
SELECT Directed by FROM table WHERE Title = "Smells Like Teen Sellout"
|
Which title, directed by David Kendall, had 3.7 million viewers?
|
SELECT Title FROM table WHERE Viewers (millions) = 3.7 AND Directed by = David Kendall
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.