question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
how many end of term with age at inauguration being 64-066 64years, 66days | SELECT COUNT End of term FROM table WHERE Age at inauguration = 64-066 64years, 66days |
Who was the winning pitcher on june 25? | SELECT Winning Pitcher FROM table WHERE Date = June 25 |
How many games were on May 20? | SELECT COUNT Attendance FROM table WHERE Date = May 20 |
Who is the losing pitcher when the winning pitcher is roy oswalt? | SELECT Losing Pitcher FROM table WHERE Winning Pitcher = Roy Oswalt |
Who is the winning pitcher when attendance is 38109? | SELECT Winning Pitcher FROM table WHERE Attendance = 38109 |
How many NHL teams does Terry French play for? | SELECT COUNT NHL team FROM table WHERE Player = Terry French |
Who's the player for the New York Rangers? | SELECT Player FROM table WHERE NHL team = New York Rangers |
How many positions do the players of Chicago Black Hawks play in? | SELECT COUNT Position FROM table WHERE NHL team = Chicago Black Hawks |
What is the nationality of the player from Buffalo Sabres? | SELECT Nationality FROM table WHERE NHL team = Buffalo Sabres |
What position does the player from Peterborough Petes (OHA) play on? | SELECT Position FROM table WHERE College/junior/club team = Peterborough Petes (OHA) |
What's Dave Fortier's pick number? | SELECT COUNT Pick # FROM table WHERE Player = Dave Fortier |
What team does George Hulme play for? | SELECT College/junior/club team FROM table WHERE Player = George Hulme |
What position does Neil Komadoski play? | SELECT Position FROM table WHERE Player = Neil Komadoski |
where is team player mike mcniven played for? | SELECT College/junior/club team FROM table WHERE Player = Mike McNiven |
what college has nhl team chicago black hawks? | SELECT College/junior/club team FROM table WHERE NHL team = Chicago Black Hawks |
what is the college that has the nhl chicago black hawks? | SELECT College/junior/club team FROM table WHERE NHL team = Chicago Black Hawks |
who is the player with the nationality of canada and pick # is 65? | SELECT Player FROM table WHERE Nationality = Canada AND Pick # = 65 |
How many teams did Bob Peppler play for? | SELECT COUNT NHL team FROM table WHERE Player = Bob Peppler |
What is the position listed for the team the Philadelphia Flyers? | SELECT Position FROM table WHERE NHL team = Philadelphia Flyers |
How many nationalities are listed for the player Glen Irwin? | SELECT COUNT Nationality FROM table WHERE Player = Glen Irwin |
Which players have the position of centre and play for the nhl team new york rangers | SELECT Player FROM table WHERE Position = Centre AND NHL team = New York Rangers |
Which nhl team has a college/junior/club team named university of notre dame (ncaa) | SELECT NHL team FROM table WHERE College/junior/club team = University of Notre Dame (NCAA) |
what are all the position where player is al simmons | SELECT Position FROM table WHERE Player = Al Simmons |
What nationality is pick # 89 | SELECT Nationality FROM table WHERE Pick # = 89 |
Which college/junior/club teams nationality is canada and nhl team is minnesota north stars | SELECT College/junior/club team FROM table WHERE Nationality = Canada AND NHL team = Minnesota North Stars |
what is the total number of pick # where nhl team is philadelphia flyers | SELECT COUNT Pick # FROM table WHERE NHL team = Philadelphia Flyers |
What is the nationality of the player from the Detroit Red Wings? | SELECT Nationality FROM table WHERE NHL team = Detroit Red Wings |
What position does Jim Johnston play? | SELECT Position FROM table WHERE Player = Jim Johnston |
Which team does Pierre Duguay play for? | SELECT NHL team FROM table WHERE Player = Pierre Duguay |
What country does the goaltender come from? | SELECT Nationality FROM table WHERE Position = Goaltender |
who is the writer where viewers is 5.16m | SELECT Writer FROM table WHERE Viewers = 5.16m |
who is the writer for episode "episode 7" | SELECT Writer FROM table WHERE Episode = "Episode 7" |
For which league is the open cup the quarter finals | SELECT League FROM table WHERE Open Cup = Quarter Finals |
What open cups where played in 2002 | SELECT Open Cup FROM table WHERE Year = 2002 |
What leagues includes division 3 | SELECT League FROM table WHERE Division = 3 |
What was the result of the playoffs when the regular season was 7th, southeast | SELECT Playoffs FROM table WHERE Regular Season = 7th, Southeast |
What's the original air date of the episode with production code 2T6719? | SELECT Original air date FROM table WHERE Production code = 2T6719 |
Who's the writer of the episode see by 12.13 million US viewers? | SELECT Written by FROM table WHERE U.S. viewers (millions) = 12.13 |
What's the total number of episodes with production code 2T6705? | SELECT COUNT Title FROM table WHERE Production code = 2T6705 |
What's the total number of directors who've directed episodes seen by 11.34 million US viewers? | SELECT COUNT Directed by FROM table WHERE U.S. viewers (millions) = 11.34 |
What's the production code of the episode seen by 11.64 million US viewers? | SELECT Production code FROM table WHERE U.S. viewers (millions) = 11.64 |
What is the season where the winner is norway and the winner women is russia? | SELECT Season FROM table WHERE Winner = Norway AND Winner Women = Russia |
What is the winner women and third is italy and runner-up is finland? | SELECT Winner Women FROM table WHERE Third = Italy AND Runner-up = Finland |
What is the number of runner up when the winner of women is norway and third is sweden? | SELECT COUNT Runner-up FROM table WHERE Winner Women = Norway AND Third = Sweden |
what's the report with fastest lap being felipe massa and winning driver being jenson button | SELECT Report FROM table WHERE Fastest lap = Felipe Massa AND Winning driver = Jenson Button |
what's the grand prix with winning driver being jenson button | SELECT Grand Prix FROM table WHERE Winning driver = Jenson Button |
who is the the pole position with grand prix being italian grand prix | SELECT Pole position FROM table WHERE Grand Prix = Italian Grand Prix |
who is the the fastest lap with grand prix being european grand prix | SELECT Fastest lap FROM table WHERE Grand Prix = European Grand Prix |
How many viewers, in millions, were for the episode directed by Tawnia McKiernan? | SELECT U.S. viewers (millions) FROM table WHERE Directed by = Tawnia McKiernan |
How many episodes were written only by William N. Fordes? | SELECT COUNT Series # FROM table WHERE Written by = William N. Fordes |
How many U.S Viewers, in millions, were for series # 26? | SELECT U.S. viewers (millions) FROM table WHERE Series # = 26 |
What is the third year course in science? | SELECT Third Year FROM table WHERE Subjects = Science |
What is the second year class following pag-unawa? | SELECT Second Year FROM table WHERE First Year = Pag-unawa |
How many classes are taken in the third year when pag-unawa was taken in the first year? | SELECT COUNT Third Year FROM table WHERE First Year = Pag-unawa |
What is the first year course in the program where geometry is taken in the third year? | SELECT First Year FROM table WHERE Third Year = Geometry |
What is the second year course in the program where physics is taken in the fourth year? | SELECT Second Year FROM table WHERE Fourth Year = Physics |
Who won the womens singles event the year that Jonas Lyduch won? | SELECT Womens singles FROM table WHERE Mens singles = Jonas Lyduch |
Who won the mens doubles the year Alison Humby won the womens singles? | SELECT Mens doubles FROM table WHERE Womens singles = Alison Humby |
What are all the .308 Winchester cartridge types with 38 for the 300 m group (mm) | SELECT .308 Winchester cartridge type FROM table WHERE 300 m group (mm) = 38 |
For which 100 m group ( moa ) is the 300 m group ( moa ) 0.63 | SELECT 100 m group ( MOA ) FROM table WHERE 300 m group ( MOA ) = 0.63 |
What are all the 300 m group (mm) with a .308 winchester cartridge type of ruag swiss p target 168 gr hp-bt | SELECT 300 m group (mm) FROM table WHERE .308 Winchester cartridge type = RUAG Swiss P Target 168 gr HP-BT |
For which .308 winchester cartridge type is the 300 m group ( moa ) 0.51 | SELECT .308 Winchester cartridge type FROM table WHERE 300 m group ( MOA ) = 0.51 |
For which 300 m group ( moa ) is the 300 m group (mm) 45 | SELECT 300 m group ( MOA ) FROM table WHERE 300 m group (mm) = 45 |
What are all the 100 m group (mm) with a .308 winchester cartridge type of .300 winchester magnum cartridge type | SELECT 100 m group (mm) FROM table WHERE .308 Winchester cartridge type = .300 Winchester Magnum cartridge type |
How many years did Peter Mikkelsen win the Mens Singles? | SELECT COUNT Year FROM table WHERE Mens singles = Peter Mikkelsen |
Who won the Men's Doubles when Karina de Wit won the Women's Singles? | SELECT Mens doubles FROM table WHERE Womens singles = Karina de Wit |
How many Mixed Doubles won when Oliver Pongratz won the Men's Singles? | SELECT COUNT Mixed doubles FROM table WHERE Mens singles = Oliver Pongratz |
Who won the Men's Doubles when Guo Xin won the Women's Singles? | SELECT Mens doubles FROM table WHERE Womens singles = Guo Xin |
Which college did Dennis Byrd come from? | SELECT College FROM table WHERE Player = Dennis Byrd |
Bob Johnson plays for which AFL team? | SELECT AFL Team FROM table WHERE Player = Bob Johnson |
What position does the Cincinnati Bengals' player have? | SELECT Position FROM table WHERE AFL Team = Cincinnati Bengals |
What position does Syracuse's player have? | SELECT Position FROM table WHERE College = Syracuse |
What college did the Cincinnati Bengals' player come from? | SELECT College FROM table WHERE AFL Team = Cincinnati Bengals |
What is the pinyin for explaining music? | SELECT Pinyin FROM table WHERE Translation = Explaining Music |
How many subjects have the pinyin shixun? | SELECT COUNT Subject FROM table WHERE Pinyin = Shixun |
What is the pinyin for explaining beasts? | SELECT Pinyin FROM table WHERE Translation = Explaining Beasts |
How many pinyin transaltions are available for the chinese phrase 釋蟲? | SELECT COUNT Pinyin FROM table WHERE Chinese = 釋蟲 |
What chapter number is Shiqiu? | SELECT MIN Chapter FROM table WHERE Pinyin = Shiqiu |
How many mens doubles when womens doubles is catrine bengtsson margit borg? | SELECT COUNT Mens doubles FROM table WHERE Womens doubles = Catrine Bengtsson Margit Borg |
Who is the mens doubles when womens doubles is anastasia chervyakova romina gabdullina? | SELECT Mens doubles FROM table WHERE Womens doubles = Anastasia Chervyakova Romina Gabdullina |
Who is themens doubles when the mens singles is flemming delfs? | SELECT Mens doubles FROM table WHERE Mens singles = Flemming Delfs |
Who was the womens doubles when the mixed doubles is jacco arends selena piek? | SELECT Womens doubles FROM table WHERE Mixed doubles = Jacco Arends Selena Piek |
Who was the mens doubles when womens singles is mette sørensen? | SELECT Mens doubles FROM table WHERE Womens singles = Mette Sørensen |
Who is the Motogp winnder for the Catalunya Circuit? | SELECT MotoGP winner FROM table WHERE Circuit = Catalunya |
Who is the 125cc winnder for the Phillip Island circuit? | SELECT 125cc winner FROM table WHERE Circuit = Phillip Island |
What is the date of the German Grand Prix? | SELECT Date FROM table WHERE Grand Prix = German Grand Prix |
What circuit was on the date 4 May? | SELECT Circuit FROM table WHERE Date = 4 May |
Name the number of mens doubles for 2004/2005 | SELECT COUNT Mens doubles FROM table WHERE Season = 2004/2005 |
Name the total number for mens single for 2002/2003 | SELECT COUNT Mens singles FROM table WHERE Season = 2002/2003 |
Name the mens singles for 1944/1945 | SELECT Mens singles FROM table WHERE Season = 1944/1945 |
How many times was pernell whitaker an opponent? | SELECT COUNT Date FROM table WHERE Opponent = Pernell Whitaker |
How many times was iran barkley an opponent? | SELECT Number FROM table WHERE Opponent = Iran Barkley |
Who was the opponent when the result was ud 12/12 and date was 1993-05-22? | SELECT Opponent FROM table WHERE Result = UD 12/12 AND Date = 1993-05-22 |
How many opponents fought on 1982-12-03? | SELECT COUNT Opponent FROM table WHERE Date = 1982-12-03 |
What is the name of the title winner in the ring light heavyweight (175) division? | SELECT Name FROM table WHERE Titles = The Ring Light heavyweight (175) |
How many trains call at Castor, Overton, Peterborough East and are operated by LNWR? | SELECT COUNT Arrival FROM table WHERE Operator = LNWR AND Calling at = Castor, Overton, Peterborough East |
Who won the mens singles in 2009? | SELECT Mens singles FROM table WHERE Year = 2009 |
What are the the University of Richmond's school colors? | SELECT Colors FROM table WHERE Institution = University of Richmond |
What are the school colors of the University of New Hampshire? | SELECT Colors FROM table WHERE Institution = University of New Hampshire |
What's the value of 1 USD in Paraguay? | SELECT 1 USD = FROM table WHERE Country = Paraguay |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.