question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
What's the team #2 in the round where team #1 is Iraklis?
|
SELECT Team #2 FROM table WHERE Team #1 = Iraklis
|
What's the 1st leg result in the round where team #1 is Iraklis?
|
SELECT 1st leg FROM table WHERE Team #1 = Iraklis
|
What's the 2nd leg result in the round where Panionios is team #2?
|
SELECT 2nd leg FROM table WHERE Team #2 = Panionios
|
What's the 2nd leg result in the round where team #1 is Iraklis?
|
SELECT 2nd leg FROM table WHERE Team #1 = Iraklis
|
What is the dma when the format is rhythmic contemporary?
|
SELECT MIN DMA FROM table WHERE Format = Rhythmic Contemporary
|
Which frequency is station wlfv-fm?
|
SELECT Frequency FROM table WHERE Station = WLFV-FM
|
Which station has the frequency of 107.3?
|
SELECT Station FROM table WHERE Frequency = 107.3
|
What is dma?
|
SELECT MIN DMA FROM table
|
What is the dma of branding is big oldies 107.3 with the station warv-fm?
|
SELECT DMA FROM table WHERE Branding = Big Oldies 107.3 AND Station = WARV-FM
|
Which branding has the format of southern country?
|
SELECT Branding FROM table WHERE Format = Southern Country
|
What is the total number of gentle personalities?
|
SELECT COUNT 方位 Direction FROM table WHERE 性情 Personality = Gentle
|
What is the meaning of a gentle personality?
|
SELECT 意義 Meaning FROM table WHERE 性情 Personality = Gentle
|
Who in the family has a gentle personality?
|
SELECT 家族 Family FROM table WHERE 性情 Personality = Gentle
|
Which mission number has alternate name 1962-f01
|
SELECT Mission No. FROM table WHERE Alt. Name = 1962-F01
|
What are the notes of the satellite whose nssdc id number is 1959-002a?
|
SELECT Notes FROM table WHERE NSSDC ID No. = 1959-002A
|
What are the alternative name/s of those satellites whose nssdc id number is 1970-054a?
|
SELECT Alt. Name FROM table WHERE NSSDC ID No. = 1970-054A
|
What are the alternative names of those satellites where the notes are: mission failed. guidance system failed. no orbit.
|
SELECT Alt. Name FROM table WHERE Notes = Mission failed. Guidance system failed. No orbit.
|
If -750m is 46.436, what is the name of the cyclist?
|
SELECT Name FROM table WHERE - 750m = 46.436
|
What is the -500 number for Theo Bos?
|
SELECT - 500m FROM table WHERE Name = Theo Bos
|
If the -250m is 18.852, what is the
|
SELECT - 750m FROM table WHERE - 250m = 18.852
|
If -750 is 45.505, what is the maximum rank?
|
SELECT MAX Rank FROM table WHERE - 750m = 45.505
|
Where are there 25 episodes in Catfights and Brawls?
|
SELECT Region 2 FROM table WHERE Number of Episodes = 25 AND DVD title = Catfights and Brawls
|
Name the missouri for 2002
|
SELECT Missouri FROM table WHERE Year = 2002
|
How many Bangladeshi citizens are there in the borough ranked at number 7?
|
SELECT MIN Bangladeshi Population FROM table WHERE Rank = 7
|
What's the London borough with 7797 Pakistani citizens?
|
SELECT London Borough FROM table WHERE Pakistani Population = 7797
|
How many boroughs with different ranks have a total Asian population of 33338?
|
SELECT COUNT Rank FROM table WHERE Total Asian Population = 33338
|
What's the Chinese population in the borough with 26347 Pakistanis?
|
SELECT Chinese Population FROM table WHERE Pakistani Population = 26347
|
How many Asians live in the borough with 8109 Chinese population?
|
SELECT MIN Total Asian Population FROM table WHERE Chinese Population = 8109
|
How many Bangladeshi citizens live in the borough ranked at number 14?
|
SELECT MAX Bangladeshi Population FROM table WHERE Rank = 14
|
How many members did Africa have the year that Australia had 94615?
|
SELECT Africa FROM table WHERE Australia = 94615
|
How many members did Europe have the year that America had 403892?
|
SELECT Europe FROM table WHERE America = 403892
|
What is the minimum number of members Europe had at the time Africa had 7375139?
|
SELECT MIN Europe FROM table WHERE Africa = 7375139
|
What is the minimum number of members Africa had in 2001?
|
SELECT MIN Africa FROM table WHERE Year = 2001
|
What is the most members Europe had when Australia had 94615?
|
SELECT MAX Europe FROM table WHERE Australia = 94615
|
What is the latest year that Europe had 471895?
|
SELECT MAX Year FROM table WHERE Europe = 471895
|
What's the bus width (in bit) of the model whose core is 650 MHz?
|
SELECT COUNT Bus Width ( Bit ) FROM table WHERE Core ( MHz ) = 650
|
What's the directx of the model with code name RV770 PRO and a core bigger than 650.0 MHz?
|
SELECT DirectX FROM table WHERE Code name = RV770 PRO AND Core ( MHz ) > 650.0
|
What are the notes recorded for the model HIS HD4850 (512MB)?
|
SELECT Notes FROM table WHERE Model = HIS HD4850 (512MB)
|
Who directed "Fever"?
|
SELECT Directed by FROM table WHERE Title = "Fever"
|
What is the original air date of "Cursed"?
|
SELECT Original air date FROM table WHERE Title = "Cursed"
|
What is the original air date of "Prophecy"?
|
SELECT Original air date FROM table WHERE Title = "Prophecy"
|
Who wrote the episode "Confession"?
|
SELECT Written by FROM table WHERE Title = "Confession"
|
What is the title of episode number 14?
|
SELECT Title FROM table WHERE # = 14
|
If the net worth of fixed assets is 621, what is the current ratio?
|
SELECT Current ratio FROM table WHERE Net worth to fixed assets = 621
|
Name the score for opponent of cleveland
|
SELECT Score FROM table WHERE Opponent = Cleveland
|
Featherstone Rovers club played a total of how many games?
|
SELECT COUNT Played FROM table WHERE Club = Featherstone Rovers
|
How many games were lost when the club got 34 points
|
SELECT MIN Lost FROM table WHERE Points = 34
|
What was the B.P. of club Halifax?
|
SELECT B.P. FROM table WHERE Club = Halifax
|
What is the first year she played in the french open?
|
SELECT MIN Year FROM table WHERE Championship = French Open
|
How many times was the score 6–7(5), 6–2, 6–3?
|
SELECT COUNT Opponents FROM table WHERE Score = 6–7(5), 6–2, 6–3
|
Who was her partner at the US Open and they were runner-up?
|
SELECT Partner FROM table WHERE Championship = US Open AND Outcome = Runner-up
|
Who was her partner at the US Open and they were runner-up?
|
SELECT Partner FROM table WHERE Outcome = Runner-up AND Championship = US Open
|
Who did she play with on clay?
|
SELECT Partner FROM table WHERE Surface = Clay
|
state the number of surface where championship is australian open and score in the final is 6–3, 4–6, 11–9
|
SELECT COUNT Surface FROM table WHERE Championship = Australian Open AND Score in the final = 6–3, 4–6, 11–9
|
which championship had arantxa sánchez vicario todd woodbridge as opponents in the final
|
SELECT Championship FROM table WHERE Opponents in the final = Arantxa Sánchez Vicario Todd Woodbridge
|
what is the surface of the final which had score 6-2, 6-3
|
SELECT Surface FROM table WHERE Score in the final = 6-2, 6-3
|
when were helena suková todd woodbridge the opponents in the final
|
SELECT Year FROM table WHERE Opponents in the final = Helena Suková Todd Woodbridge
|
which championship had helena suková tom nijssen as opponents in the final and nicole provis as partner, the surface was hard and the outcome was winner
|
SELECT Championship FROM table WHERE Outcome = Winner AND Surface = Hard AND Partner = Nicole Provis AND Opponents in the final = Helena Suková Tom Nijssen
|
when was the last performance of the first performance on 11/15/1909
|
SELECT Last performance FROM table WHERE First performance = 11/15/1909
|
how many first performances where performer is wilfred engelman category:articles with hcards
|
SELECT COUNT First performance FROM table WHERE Performer = Wilfred Engelman Category:Articles with hCards
|
who was the performer that did last performance on 04/08/1963
|
SELECT Performer FROM table WHERE Last performance = 04/08/1963
|
what is the first performance of the last performance on 03/29/1957
|
SELECT First performance FROM table WHERE Last performance = 03/29/1957
|
what is the last performance of leon varkas category:articles with hcards
|
SELECT Last performance FROM table WHERE Performer = Leon Varkas Category:Articles with hCards
|
How many different finales had the English title "Beyond the Realm of Conscience"?
|
SELECT COUNT Finale FROM table WHERE English title = Beyond the Realm of Conscience
|
What was the maximum average of the episode with a Chinese title 古靈精探b?
|
SELECT MAX Average FROM table WHERE Chinese title = 古靈精探B
|
How was the episode seen by 2.26 million HK viewers ranked?
|
SELECT Rank FROM table WHERE HK viewers = 2.26 million
|
What is the finale number ranked at number 7?
|
SELECT Finale FROM table WHERE Rank = 7
|
What is every conflict in Iraq?
|
SELECT Conflict FROM table WHERE Location = Iraq
|
What is every branch involved in Afghanistan?
|
SELECT Branches involved FROM table WHERE Location = Afghanistan
|
Which conflicts took place in Yemen?
|
SELECT Conflict FROM table WHERE Location = Yemen
|
How many conflicts started in Afghanistan?
|
SELECT COUNT Start of conflict FROM table WHERE Location = Afghanistan
|
When did the title "secret weapons" originally air?
|
SELECT Original air date FROM table WHERE Title = "Secret Weapons"
|
How many u.s. viewers (million) have the number 16?
|
SELECT U.S. viewers (million) FROM table WHERE # = 16
|
What is the production code of the title "secret weapons"?
|
SELECT Production code FROM table WHERE Title = "Secret Weapons"
|
How many u.s. viewers (million) have the production code of 5.09?
|
SELECT U.S. viewers (million) FROM table WHERE Production code = 5.09
|
When middle prut valley is the land formation what is the highest of which currently forests, km² ?
|
SELECT MAX of which currently forests, km² FROM table WHERE land formation = Middle Prut Valley
|
When 312 is of which currently forests, km² what is the land formation?
|
SELECT land formation FROM table WHERE of which currently forests, km² = 312
|
When did the episode titled "The Fashion Show" air for the first time?
|
SELECT Original air date FROM table WHERE Title = "The Fashion Show"
|
What's the series number of the episode with season number 2?
|
SELECT MIN Series No. FROM table WHERE Season No. = 2
|
What's the series number of the episode seen by 2.43 million viewers in the UK?
|
SELECT Series No. FROM table WHERE U.K. viewers (million) = 2.43
|
How many different original air dates does the episode with series number 13 have?
|
SELECT COUNT Original air date FROM table WHERE Series No. = 13
|
Name the number for viewers being 1.87
|
SELECT MAX # FROM table WHERE U.S. viewers (million) = 1.87
|
Name the production code for viewers for 1.69
|
SELECT Production code FROM table WHERE U.S. viewers (million) = 1.69
|
whare are al of the launche dates where th carrier is orange and the up is 5.76 mbit/s
|
SELECT Launch date (dd.mm.yyyy) FROM table WHERE (up) = 5.76 Mbit/s AND Carrier = Orange
|
With the country of Sweden and the result is out, what is the song?
|
SELECT Song FROM table WHERE Result = Out AND Country = Sweden
|
If the English translation is hello girl, what was the language?
|
SELECT Language FROM table WHERE English translation = Hello girl
|
What was the connection speed when launched on 07.06.2005?
|
SELECT Connection speed FROM table WHERE Launch date (dd.mm.yyyy) = 07.06.2005
|
When the carrier is idc, what are the frequencies?
|
SELECT Frequency FROM table WHERE Carrier = IDC
|
When the launch date is 14.09.2005, and the frequency is 900mhz and 1800mhz, how many carriers are there?
|
SELECT COUNT Carrier FROM table WHERE Frequency = 900MHz and 1800MHz AND Launch date (dd.mm.yyyy) = 14.09.2005
|
How many standards are there, when the launch date was 17.04.2006?
|
SELECT COUNT Standard FROM table WHERE Launch date (dd.mm.yyyy) = 17.04.2006
|
Name the 2 car sets for 622
|
SELECT 2-car sets FROM table WHERE Total vehicles = 622
|
Name the most 3 car sets
|
SELECT MAX 3-car sets FROM table
|
Name the 4 car sets for 6 car sets being 44
|
SELECT MIN 4-car sets FROM table WHERE 6-car sets = 44
|
Name the least 4 car sets
|
SELECT MIN 4-car sets FROM table
|
What is the code name of the OS with Kernel version 2.6.27?
|
SELECT Code name FROM table WHERE Kernel Version = 2.6.27
|
When was the release date of the operating system with kernel version 2.6.31?
|
SELECT Release date FROM table WHERE Kernel Version = 2.6.31
|
What is the status of the desktop version of the OS with kernel version 2.6.31?
|
SELECT Desktops FROM table WHERE Kernel Version = 2.6.31
|
How many servers have a kernel version 3.11?
|
SELECT COUNT Servers FROM table WHERE Kernel Version = 3.11
|
Name the % for core moldova being 4.36%
|
SELECT % FROM table WHERE % Core Moldova = 4.36%
|
Name the % for total being 57613
|
SELECT % FROM table WHERE Total = 57613
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.