question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
What is every country with a TV network of AXN India?
|
SELECT Country FROM table WHERE TV Network(s) = AXN India
|
What is every weekly schedule in the country of Norway?
|
SELECT Weekly Schedule FROM table WHERE Country = Norway
|
What is every TV network in Belgium?
|
SELECT TV Network(s) FROM table WHERE Country = Belgium
|
What is every status with a weekly schedule of Monday to Thursday @ 11:00 pm?
|
SELECT Status FROM table WHERE Weekly Schedule = Monday to Thursday @ 11:00 pm
|
What is every weekly schedule of TV network Viasat 4?
|
SELECT Weekly Schedule FROM table WHERE TV Network(s) = Viasat 4
|
How much was the prize money for rwe-sporthalle, mülheim ?
|
SELECT Prize Fund FROM table WHERE Venue = RWE-Sporthalle, Mülheim
|
In 2009, how many were runner-up?
|
SELECT COUNT Runner-up FROM table WHERE Year = 2009
|
How much does the champion get for stadthalle dinslaken, dinslaken?
|
SELECT Champion FROM table WHERE Venue = Stadthalle Dinslaken, Dinslaken
|
what is [po 4 3− ]/[a] (%) where [h 2 po 4 − ]/[a] (%) is 94.5?
|
SELECT [PO 4 3− ]/[A] (%) FROM table WHERE [H 2 PO 4 − ]/[A] (%) = 94.5
|
what is the [a] (mol/l) where [hpo 4 2− ]/[a] (%) is 0.612?
|
SELECT COUNT [A] (mol/L) FROM table WHERE [HPO 4 2− ]/[A] (%) = 0.612
|
When by80607002529af is the part number and september 2009 is the release date what is the l2 cache?
|
SELECT L2 cache FROM table WHERE Release date = September 2009 AND Part number(s) = BY80607002529AF
|
When by80607002907ahbx80607i7720qm is the part number what is the socket?
|
SELECT Socket FROM table WHERE Part number(s) = BY80607002907AHBX80607I7720QM
|
When slblw(b1) is the sspec number what is the mult.?
|
SELECT Mult. FROM table WHERE sSpec number = SLBLW(B1)
|
When socketg1 is the socket what is the release price in dollars?
|
SELECT Release price ( USD ) FROM table WHERE Socket = SocketG1
|
How many points did the opposing team score on Dec. 19, 1982?
|
SELECT MAX Opponents FROM table WHERE Date = Dec. 19
|
How many bills where originally cosponsored in those years where the total of all amendments cosponsored was 0?
|
SELECT Bills originally cosponsored FROM table WHERE All amendments cosponsored = 0
|
How many bill cosponsored during those years where bills originally cosponsored is 113?
|
SELECT All bills cosponsored FROM table WHERE Bills originally cosponsored = 113
|
What is the greatest number of bills sponsored in any year?
|
SELECT MAX All bills sponsored FROM table
|
What is the lowest cr number?
|
SELECT MIN CR no. FROM table
|
When 2/1939 is the withdrawn when was it built?
|
SELECT Built FROM table WHERE Withdrawn = 2/1939
|
When river ness is the hr name what is the hr number?
|
SELECT HR no. FROM table WHERE HR name = River Ness
|
When (river garry) is the hr name how many builts are there?
|
SELECT COUNT Built FROM table WHERE HR name = (River Garry)
|
What is the highest cr number?
|
SELECT MAX CR no. FROM table
|
When river ness is the hr name how many builts are there?
|
SELECT COUNT Built FROM table WHERE HR name = River Ness
|
How many opponents are at Minnesota Vikings?
|
SELECT MAX Opponents FROM table WHERE Opponent = at Minnesota Vikings
|
What is the date when the opponent is the New England Patriots?
|
SELECT Date FROM table WHERE Opponent = New England Patriots
|
How many dates do the dolphins have 6 points?
|
SELECT Date FROM table WHERE Dolphins points = 6
|
What country does robert allenby represent?
|
SELECT Country FROM table WHERE Player = Robert Allenby
|
What score to par won in 1998?
|
SELECT To Par FROM table WHERE Year = 1998
|
What player(s) had the score of 64-70-67-69=270?
|
SELECT Player FROM table WHERE Score = 64-70-67-69=270
|
What players had teh score of 64-71-67-67=269?
|
SELECT Player FROM table WHERE Score = 64-71-67-67=269
|
What is the first yar that someone won with a score of 68-66-68-71=273?
|
SELECT MIN Year FROM table WHERE Score = 68-66-68-71=273
|
How many socialist have a lead of 12.6%?
|
SELECT COUNT Socialist FROM table WHERE Lead = 12.6%
|
What is every GA if coach is Bob Ferguson and T is 6?
|
SELECT GA FROM table WHERE Coach(es) = Bob Ferguson AND T = 6
|
What is the lowest SOL?
|
SELECT MIN SOL FROM table
|
What is the highest GA when GF is 39?
|
SELECT MAX GA FROM table WHERE GF = 39
|
What is every league for coach Jim Burton?
|
SELECT League FROM table WHERE Coach(es) = Jim Burton
|
How many different records were there in the games that ended in w 70-66?
|
SELECT COUNT Record FROM table WHERE Score = W 70-66
|
What was the record of the game in which Dydek (10) did the most high rebounds?
|
SELECT Record FROM table WHERE High rebounds = Dydek (10)
|
Who did the most high rebounds in the game where Sales (17) did the high points?
|
SELECT High rebounds FROM table WHERE High points = Sales (17)
|
When a private individual is the source and 018 is the story number what is the total footage remaining from missing episodes (mm:ss)?
|
SELECT Total footage remaining from missing episodes (mm:ss) FROM table WHERE Story no. = 018 AND Source = Private individual
|
When 01:18 is the total footage remaining from missing episodes (mm:ss) and bbc is the source what is the country/territory?
|
SELECT Country/Territory FROM table WHERE Source = BBC AND Total footage remaining from missing episodes (mm:ss) = 01:18
|
When 00:21 is the total footage (mm:ss) what is the serial?
|
SELECT Serial FROM table WHERE Total footage (mm:ss) = 00:21
|
When episode 4 is the missing episode with recovered footage and the 032 is the story number what is the country/territory?
|
SELECT Country/Territory FROM table WHERE Story no. = 032 AND Missing episodes with recovered footage = Episode 4
|
When 00:02 is the total footage (mm:ss) what is the story number?
|
SELECT Story no. FROM table WHERE Total footage (mm:ss) = 00:02
|
Name the least game for 8-3
|
SELECT MIN Game FROM table WHERE Record = 8-3
|
Name the opponent for record 10-4
|
SELECT Opponent FROM table WHERE Record = 10-4
|
Name the high rebounds for record 7-1
|
SELECT High rebounds FROM table WHERE Record = 7-1
|
Name the game for june 16
|
SELECT Game FROM table WHERE Date = June 16
|
Name the game for june 7
|
SELECT Game FROM table WHERE Date = June 7
|
Who did the high rebounds in the game with a 19-6 record?
|
SELECT High rebounds FROM table WHERE Record = 19-6
|
Where was the game with a 13-5 record played, and in front of how many people?
|
SELECT Location/Attendance FROM table WHERE Record = 13-5
|
Who did the high rebounds in the game where Douglas (28) did the high points?
|
SELECT High rebounds FROM table WHERE High points = Douglas (28)
|
What was the record on the game played on July 1?
|
SELECT Record FROM table WHERE Date = July 1
|
How many opponents was a game with a record 17-6 played against?
|
SELECT COUNT Opponent FROM table WHERE Record = 17-6
|
What was the career duration of the bowler who played 60 matches?
|
SELECT Career FROM table WHERE Matches = 60
|
What is the Best score if the Maidens is 547 and Overs is 2755.1?
|
SELECT Best FROM table WHERE Maidens = 547 AND Overs = 2755.1
|
What was the Overs score of the career played from 1993-2007?
|
SELECT Overs FROM table WHERE Career = 1993-2007
|
What was the Best score during the game played from 1971-1984?
|
SELECT Best FROM table WHERE Career = 1971-1984
|
When dydek (11) has the highest rebounds what is the date?
|
SELECT Date FROM table WHERE High rebounds = Dydek (11)
|
When mcwilliams-franklin (8) has the highest rebounds what is the date?
|
SELECT Date FROM table WHERE High rebounds = McWilliams-Franklin (8)
|
When dydek (8) has the highest rebounds who has the highest amount of points?
|
SELECT High points FROM table WHERE High rebounds = Dydek (8)
|
When w 73-70 is the score what is the location?
|
SELECT Location FROM table WHERE Score = W 73-70
|
What was the score in the game that had a record of 25-8?
|
SELECT Score FROM table WHERE Record = 25-8
|
What was # of the first game played on August 20?
|
SELECT MIN Game FROM table WHERE Date = August 20
|
What were the high points for the game played at the MCI Center?
|
SELECT COUNT High points FROM table WHERE Location = MCI Center
|
Where was the game played that had a record of 19-6?
|
SELECT Location FROM table WHERE Record = 19-6
|
What is the col (m) of the Barurumea Ridge peak?
|
SELECT MAX Col (m) FROM table WHERE Peak = Barurumea Ridge
|
What is the elevation (m) of the Mount Wilhelm peak?
|
SELECT MAX Elevation (m) FROM table WHERE Peak = Mount Wilhelm
|
What is the col (m) of the Bewani Mountains High Point peak?
|
SELECT MIN Col (m) FROM table WHERE Peak = Bewani Mountains High Point
|
When mount wondiwoi is the peak what is the island?
|
SELECT Island FROM table WHERE Peak = Mount Wondiwoi
|
When mount gauttier is the peak what is the island?
|
SELECT Island FROM table WHERE Peak = Mount Gauttier
|
When mount kobowre is the peak what is the highest elevation in meters?
|
SELECT MAX Elevation (m) FROM table WHERE Peak = Mount Kobowre
|
When mount gauttier is the peak what is the highest prominence in meters?
|
SELECT MAX Prominence (m) FROM table WHERE Peak = Mount Gauttier
|
When 44 is the col in meters what is the country?
|
SELECT Country FROM table WHERE Col (m) = 44
|
Name the release date for album # 2nd
|
SELECT Release date FROM table WHERE Album# = 2nd
|
Name the label for grown up overnight
|
SELECT Label FROM table WHERE English Title = Grown Up Overnight
|
Name the label for traditional chinese 情歌沒有告訴你
|
SELECT Label FROM table WHERE Chinese (Traditional) = 情歌沒有告訴你
|
Name the number of traditional chinese for album number 6th
|
SELECT COUNT Chinese (Traditional) FROM table WHERE Album# = 6th
|
Name the chinese traditional for 美丽人生
|
SELECT Chinese (Traditional) FROM table WHERE Chinese (Simplified) = 美丽人生
|
Name the english title for album # 2nd
|
SELECT English Title FROM table WHERE Album# = 2nd
|
How many samples were taken of 嬰幼兒配方乳粉2段基粉 ?
|
SELECT COUNT Samples taken FROM table WHERE Product = 嬰幼兒配方乳粉2段基粉
|
What are the producers of 磊磊牌嬰幼兒配方乳粉 ?
|
SELECT Producer FROM table WHERE Product = 磊磊牌嬰幼兒配方乳粉
|
What is the smallest amount sampled of product 蒙牛牌嬰幼兒配方乳粉 ?
|
SELECT MIN Samples taken FROM table WHERE Product = 蒙牛牌嬰幼兒配方乳粉
|
Who is the producer of 金必氏牌嬰幼兒配方乳粉 ?
|
SELECT Producer FROM table WHERE Product = 金必氏牌嬰幼兒配方乳粉
|
How many live births per year are there in the period where the life expectancy for females is 73.3?
|
SELECT Live births per year FROM table WHERE Life expectancy females = 73.3
|
What's the CDR for the period where the life expectancy is 61.5?
|
SELECT CDR* FROM table WHERE Life expectancy total = 61.5
|
What's the IMR for the period with a life expectancy of 69.3?
|
SELECT IMR* FROM table WHERE Life expectancy total = 69.3
|
What's the CBR for the period with 1 058 000 deaths per year?
|
SELECT CBR* FROM table WHERE Deaths per year = 1 058 000
|
How many births per year are there for the period with 998 000 deaths per year?
|
SELECT Live births per year FROM table WHERE Deaths per year = 998 000
|
What's the TFR for the period with NC of 13.4?
|
SELECT TFR* FROM table WHERE NC* = 13.4
|
What is the highest value for col(m) when prominence(m) is 3755?
|
SELECT MAX Col (m) FROM table WHERE Prominence (m) = 3755
|
What is the highest value for col(m) at North Island?
|
SELECT MAX Col (m) FROM table WHERE Island = North Island
|
What is the lowest elevation(m) for the peak Mount Taylor?
|
SELECT MIN Elevation (m) FROM table WHERE Peak = Mount Taylor
|
How many values of prominence(m) occur at rank 5?
|
SELECT COUNT Prominence (m) FROM table WHERE Rank = 5
|
what ae all of the brazil 100% where the age group is 15-17?
|
SELECT Brazil 100% (percent of the population) FROM table WHERE Age group = 15-17
|
If the just ratio is 11:8 and the cents size is 560, what is the interval name?
|
SELECT interval name FROM table WHERE size (cents) = 560 AND just ratio = 11:8
|
If the just cents is 84.46, what is the just ratio?
|
SELECT just ratio FROM table WHERE just (cents) = 84.46
|
If the just cents is 701.96, what is the interval name?
|
SELECT interval name FROM table WHERE just (cents) = 701.96
|
Name the asian american population 2010 for kansas city-overland park-kansas city, mo-ks csa
|
SELECT MAX Asian American Population (2010) FROM table WHERE Combined Statistical Area = Kansas City-Overland Park-Kansas City, MO-KS CSA
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.