question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
what is the number of the episode in the season whose production code is 101? | SELECT COUNT No. FROM table WHERE Production code = 101 |
During what conference is North Carolina listed as the tournament winner? | SELECT Conference FROM table WHERE Tournament Winner = North Carolina |
During the Big Seven Conference which team was the regular season winner? | SELECT Regular Season Winner FROM table WHERE Conference = Big Seven Conference |
What tournament venue is listed during the Missouri Valley Conference? | SELECT Tournament Venue (City) FROM table WHERE Conference = Missouri Valley Conference |
During the Mid-American Conference who is listed as the tournament winner? | SELECT Tournament Winner FROM table WHERE Conference = Mid-American Conference |
When Yale is listed as the regular season winner, what tournament venue is given? | SELECT Tournament Venue (City) FROM table WHERE Regular Season Winner = Yale |
How many entries for conference tournament are listed when Texas Western is the regular season winner? | SELECT COUNT Conference Tournament FROM table WHERE Regular Season Winner = Texas Western |
Which team drafted the player from the HC Lada Togliatti (Russia)? | SELECT NHL team FROM table WHERE College/junior/club team = HC Lada Togliatti (Russia) |
who is the person that plays left wing and is from canada that plays on the st. louis blues | SELECT Player FROM table WHERE Position = Left Wing AND Nationality = Canada AND NHL team = St. Louis Blues |
what is the overall number of chosen ideas where the person is scott parker | SELECT COUNT Pick FROM table WHERE Player = Scott Parker |
what is the number of the chosen club where the hc dukla trenčín (slovakia) is from | SELECT COUNT Pick FROM table WHERE College/junior/club team = HC Dukla Trenčín (Slovakia) |
How many players were drafted by the Edmonton Oilers? | SELECT COUNT Player FROM table WHERE NHL team = Edmonton Oilers |
Who was drafted by the Washington Capitals? | SELECT Player FROM table WHERE NHL team = Washington Capitals |
Which team drafted Travis Brigley? | SELECT NHL team FROM table WHERE Player = Travis Brigley |
What is the minimum pick of a centre from the Czech Republic? | SELECT MIN Pick FROM table WHERE Position = Centre AND Nationality = Czech Republic |
Which player made exactly 223 passes? | SELECT Player FROM table WHERE Passes = 223 |
What is the fewest minutes played for the player with exactly 638 good passes? | SELECT MIN Mins played FROM table WHERE Good passes = 638 |
What is the most number of assists for players with exactly 25 games played? | SELECT MAX Assists FROM table WHERE Games played = 25 |
What is the largest number of passes for players starting exactly 34 games? | SELECT MAX Passes FROM table WHERE Starting = 34 |
When καθ are the letters what is the nickname? | SELECT Nickname FROM table WHERE Letters = ΚΑΘ |
When 1873-12-25 is the founding date how many organizations are there? | SELECT COUNT Organization FROM table WHERE Founding Date = 1873-12-25 |
When 1872-10-10 is the founding date what are the canadian chapters? | SELECT Canadian Chapters FROM table WHERE Founding Date = 1872-10-10 |
When 1 active, 1 inactive is the canadian chapters how many founding dates are there? | SELECT COUNT Founding Date FROM table WHERE Canadian Chapters = 1 Active, 1 Inactive |
when was the ending time where the enemy met in the iron bowl | SELECT Last Meeting FROM table WHERE Name of Rivalry = Iron Bowl |
what was the lowest number that auburn triumphed where the activities took part was 92 | SELECT MIN AU Won FROM table WHERE Games Played = 92 |
what are all the adversary where the beginning is 1899 | SELECT Rival FROM table WHERE First Meeting = 1899 |
what is the length where the time is 2009 | SELECT Streak FROM table WHERE Last Meeting = 2009 |
What was the distance in the round where the supporter was champ car world series ( grand prix of cleveland ) and the tc winning car was pierre kleinubing? | SELECT Distance FROM table WHERE Supporting = Champ Car World Series ( Grand Prix of Cleveland ) AND TC Winning Car = Pierre Kleinubing |
What is the earliest round where the gt winning car is max angelelli? | SELECT MIN Rnd FROM table WHERE GT Winning Car = Max Angelelli |
Who was supporting in round 1 where the gt winning car was dodge viper? | SELECT Supporting FROM table WHERE GT Winning Car = Dodge Viper AND Rnd = 1 |
Who was supporting in the round when the gt winning car was dino crescentini? | SELECT Supporting FROM table WHERE GT Winning Car = Dino Crescentini |
How many writers wrote the episode "Woke Up Dead"? | SELECT COUNT Written by FROM table WHERE Title = "Woke Up Dead" |
Who wrote the episode with production code 2j5568? | SELECT Written by FROM table WHERE Production code = 2J5568 |
Who directed the episode watched by 2.01 million US viewers? | SELECT Directed by FROM table WHERE U.S. viewers (million) = 2.01 |
How many divisions in bowling ? | SELECT # of Divisions FROM table WHERE Sport = Bowling |
How many 7th season episodes had 2nd season viewerships of 6 594 469? | SELECT COUNT 7th season FROM table WHERE 2nd season = 6 594 469 |
How many first tournaments were winter sports with exactly 1 division? | SELECT COUNT 1st Tournament FROM table WHERE Season = Winter AND # of Divisions = 1 |
Where was the 2011-2012 soccer state tournament held? | SELECT 2011-2012 State Tournament Location FROM table WHERE Sport = Soccer |
How many first tournaments are associated with bowling? | SELECT COUNT 1st Tournament FROM table WHERE Sport = Bowling |
How many times is the player vaughn taylor listed? | SELECT COUNT Before FROM table WHERE Player = Vaughn Taylor |
What is the lowest after when the player is adam scott? | SELECT MIN After FROM table WHERE Player = Adam Scott |
What is the country for the score 72-63-71-68=274? | SELECT Country FROM table WHERE Score = 72-63-71-68=274 |
What is the after for the player kevin streelman? | SELECT After FROM table WHERE Player = Kevin Streelman |
What is the to par when the after is 33? | SELECT To par FROM table WHERE After = 33 |
What country is charley hoffman from? | SELECT Country FROM table WHERE Player = Charley Hoffman |
What is the before for the score of 63-67-66-71=267? | SELECT MIN Before FROM table WHERE Score = 63-67-66-71=267 |
What is the to par for the winnings of 232500? | SELECT To par FROM table WHERE Winnings ($) = 232500 |
What were the winnings for the score of 66-64-67-71=268? | SELECT Winnings ($) FROM table WHERE Score = 66-64-67-71=268 |
What is the after for geoff ogilvy? | SELECT MAX After FROM table WHERE Player = Geoff Ogilvy |
what is the most number where the person is luke donald | SELECT MAX Reset points FROM table WHERE Player = Luke Donald |
what is the place where the person is luke donald | SELECT Country FROM table WHERE Player = Luke Donald |
what is the person there the numbers is 2343 | SELECT Player FROM table WHERE Points = 2343 |
what is the number of pieces where the person is charley hoffman | SELECT COUNT Reset points FROM table WHERE Player = Charley Hoffman |
what is the number of people where the pieces is 3015 | SELECT COUNT Player FROM table WHERE Points = 3015 |
Which team drafted Ron Annear? | SELECT NHL team FROM table WHERE Player = Ron Annear |
Which team drafted Joakim Persson? | SELECT NHL team FROM table WHERE Player = Joakim Persson |
Which team drafted a player from HC Slavia Praha (Czechoslovakia)? | SELECT NHL team FROM table WHERE College/junior/club team = HC Slavia Praha (Czechoslovakia) |
Which player was drafted by the New York Rangers? | SELECT Player FROM table WHERE NHL team = New York Rangers |
Which team drafted Michael Orn? | SELECT NHL team FROM table WHERE Player = Michael Orn |
What position was the player who was drafted by the Washington Capitals? | SELECT Position FROM table WHERE NHL team = Washington Capitals |
What is Timo Lehkonen's highest pick number? | SELECT MAX Pick # FROM table WHERE Player = Timo Lehkonen |
What college/junior/club team played right wing position with NHL team Chicago Black Hawks? | SELECT College/junior/club team FROM table WHERE Position = Right Wing AND NHL team = Chicago Black Hawks |
How many college/junior/club teams are from Sweden? | SELECT COUNT College/junior/club team FROM table WHERE Nationality = Sweden |
What is Robert Dirk's nationality? | SELECT Nationality FROM table WHERE Player = Robert Dirk |
What country is Trent Yawney from? | SELECT Nationality FROM table WHERE Player = Trent Yawney |
What is Michal Pivonka's pick number? | SELECT COUNT Pick # FROM table WHERE Player = Michal Pivonka |
Which team did David McLay play for? | SELECT College/junior/club team FROM table WHERE Player = David McLay |
What is Robert Dirk's team? | SELECT College/junior/club team FROM table WHERE Player = Robert Dirk |
What is Graeme Bonar's lowest pick number? | SELECT MIN Pick # FROM table WHERE Player = Graeme Bonar |
where did glenn greenough come from | SELECT College/junior/club team FROM table WHERE Player = Glenn Greenough |
how many parts does detroit red wings person urban nordin play | SELECT COUNT Position FROM table WHERE NHL team = Detroit Red Wings AND Player = Urban Nordin |
What is the affiliation of the school with the website http://www.nicholasbreakspearschool.co.uk/? | SELECT Religious Affiliation FROM table WHERE School website = http://www.nicholasbreakspearschool.co.uk/ |
What is the gender of the Roman Catholic school is AL4? | SELECT Gender FROM table WHERE Religious Affiliation = Roman Catholic AND Location = AL4 |
What is the gender of the school which has the website http://www.nicholasbreakspearschool.co.uk/? | SELECT Gender FROM table WHERE School website = http://www.nicholasbreakspearschool.co.uk/ |
What is the affiliation of the school with website http://www.townsend.herts.sch.uk/? | SELECT Religious Affiliation FROM table WHERE School website = http://www.townsend.herts.sch.uk/ |
What is the affiliation of the school whose website is http://www.samuelryderacademy.co.uk/? | SELECT Religious Affiliation FROM table WHERE School website = http://www.samuelryderacademy.co.uk/ |
What is the website of the school affiliated with the Church of England? | SELECT School website FROM table WHERE Religious Affiliation = Church of England |
What nationality is listed when the college/junior/club team is oshawa generals (ohl)? | SELECT Nationality FROM table WHERE College/junior/club team = Oshawa Generals (OHL) |
What is the name of the player when the college/junior/club team is new westminster bruins (whl)? | SELECT Player FROM table WHERE College/junior/club team = New Westminster Bruins (WHL) |
How many college/junior/club teams are ther when nhl team is edmonton oilers? | SELECT COUNT College/junior/club team FROM table WHERE NHL team = Edmonton Oilers |
What is the postion when the nhl team is los angeles kings? | SELECT Position FROM table WHERE NHL team = Los Angeles Kings |
How many nhl teams are listed when college/junior/club team is listed as newton north high school (ushs-ma)? | SELECT COUNT NHL team FROM table WHERE College/junior/club team = Newton North High School (USHS-MA) |
What date did the episode directed by Victor Cook and Written by Brat Jennett air in the U.S.? | SELECT Original air date (U.S.) FROM table WHERE Directed by = Victor Cook AND Written by = Brat Jennett |
What date did the episode written by Mitch Watson and directed by Curt Geda originally air in the U.S.? | SELECT Original air date (U.S.) FROM table WHERE Directed by = Curt Geda AND Written by = Mitch Watson |
When Alberto Contador Kanstantsin Sivtsov was the general classification and Alessandro Petacchi was the points classification at the same time while Mark Cavendish is the winner, who was the mountain classification? | SELECT Mountains classification FROM table WHERE General classification = Alberto Contador Kanstantsin Sivtsov AND Points classification = Alessandro Petacchi AND Winner = Mark Cavendish |
Who was the young rider classification when Alessandro Petacchi won? | SELECT Young rider classification FROM table WHERE Winner = Alessandro Petacchi |
Who was the young rider classification when Diego Ulissi won? | SELECT COUNT Young rider classification FROM table WHERE Winner = Diego Ulissi |
What is the name of the young rider classification when Paolo Tiralongo won? | SELECT Young rider classification FROM table WHERE Winner = Paolo Tiralongo |
What's the version in the 1.0.4 release? | SELECT Version FROM table WHERE Release = 1.0.4 |
What's the release date in the 1.1.10 release? | SELECT Release date FROM table WHERE Release = 1.1.10 |
When's the end of maintenance in the august 11, 2013 release date? | SELECT End of maintenance FROM table WHERE Release date = August 11, 2013 |
What's the version of the 1.0.12 release? | SELECT Version FROM table WHERE Release = 1.0.12 |
What's the number of the 1.0.9 release version? | SELECT COUNT Version FROM table WHERE Release = 1.0.9 |
What's the number of the 1.0.12 release version? | SELECT COUNT Version FROM table WHERE Release = 1.0.12 |
What is the event 3 africa stone result for the man with an 1= (11 reps) event 2 squat lift result and a 3= (5 reps) event 4 overhead lift i result? | SELECT Event 3 Africa Stone FROM table WHERE Event 2 Squat Lift = 1= (11 reps) AND Event 4 Overhead Lift = 3= (5 reps) |
For how many series were there 11.84 million watchers? | SELECT No. in series FROM table WHERE U.S. viewers (million) = 11.84 |
What's the smallest season number? | SELECT MIN No. in season FROM table |
How many people watched the episode "bad girls"? | SELECT U.S. viewers (million) FROM table WHERE Title = "Bad Girls" |
Who wrote the episodes that were directed by Peter O'Fallon? | SELECT Written by FROM table WHERE Directed by = Peter O'Fallon |
What was the latest episode number that Meredith Averill wrote? | SELECT MAX No. in series FROM table WHERE Written by = Meredith Averill |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.