instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | What is the number for years 1985-88 | SELECT MIN No. FROM table WHERE Years for Jazz = 1985-88 |
Translate the following into a SQL query | Which position does John Starks play? | SELECT Position FROM table WHERE Player = John Starks |
Translate the following into a SQL query | Which position does Deshawn Stevenson play? | SELECT Position FROM table WHERE Player = DeShawn Stevenson |
Translate the following into a SQL query | Which player played 2004-05 | SELECT Player FROM table WHERE Years for Jazz = 2004-05 |
Translate the following into a SQL query | Name the nationality who played for 1987-89? | SELECT Nationality FROM table WHERE Years for Jazz = 1987-89 |
Translate the following into a SQL query | Wht years did truck robinson play? | SELECT Years for Jazz FROM table WHERE Player = Truck Robinson |
Translate the following into a SQL query | What is the player that played 2004-05? | SELECT Player FROM table WHERE Years for Jazz = 2004-05 |
Translate the following into a SQL query | What is the number of players that played 1987-89? | SELECT No. FROM table WHERE Years for Jazz = 1987-89 |
Translate the following into a SQL query | What is the nationality of bill robinzine? | SELECT Nationality FROM table WHERE Player = Bill Robinzine |
Translate the following into a SQL query | What is the player that played in 2004-05? | SELECT Player FROM table WHERE Years for Jazz = 2004-05 |
Translate the following into a SQL query | What is the nationality of the player named Kelly Tripucka? | SELECT Nationality FROM table WHERE Player = Kelly Tripucka |
Translate the following into a SQL query | What years were the Iowa State school/club team have a jazz club? | SELECT Years for Jazz FROM table WHERE School/Club Team = Iowa State |
Translate the following into a SQL query | Which player wears the number 6? | SELECT Player FROM table WHERE No. = 6 |
Translate the following into a SQL query | Which player's position is the shooting guard? | SELECT Player FROM table WHERE Position = Shooting guard |
Translate the following into a SQL query | What is the number of school/club teams held by BYU? | SELECT MIN No. FROM table WHERE School/Club Team = BYU |
Translate the following into a SQL query | What position did the player from maynard evans hs play | SELECT Position FROM table WHERE School/Club Team = Maynard Evans HS |
Translate the following into a SQL query | What is the largest jersey number for the player from maryland | SELECT MAX No. FROM table WHERE School/Club Team = Maryland |
Translate the following into a SQL query | Who are the players that played for the jazz from 1979-86 | SELECT Player FROM table WHERE Years for Jazz = 1979-86 |
Translate the following into a SQL query | What years did number 54 play for the jazz | SELECT Years for Jazz FROM table WHERE No. = 54 |
Translate the following into a SQL query | How many schools did darryl dawkins play for | SELECT COUNT School/Club Team FROM table WHERE Player = Darryl Dawkins |
Translate the following into a SQL query | What is the nationality of the player who played during the years 1989-92; 1994-95? | SELECT Nationality FROM table WHERE Years for Jazz = 1989-92; 1994-95 |
Translate the following into a SQL query | How many schools are listed for the player who played the years for Jazz in 2010-11? | SELECT COUNT School/Club Team FROM table WHERE Years for Jazz = 2010-11 |
Translate the following into a SQL query | How many players were names Howard Eisley? | SELECT COUNT No. FROM table WHERE Player = Howard Eisley |
Translate the following into a SQL query | What is the position for player Blue Edwards? | SELECT Position FROM table WHERE Player = Blue Edwards |
Translate the following into a SQL query | Which player played the years for Jazz in 1995-2000, 2004-05 | SELECT Player FROM table WHERE Years for Jazz = 1995-2000, 2004-05 |
Translate the following into a SQL query | Which player is no. 53? | SELECT Player FROM table WHERE No. = 53 |
Translate the following into a SQL query | During which years did Jim Farmer play for Jazz? | SELECT Years for Jazz FROM table WHERE Player = Jim Farmer |
Translate the following into a SQL query | How many players have played for Jazz during 2006-2007? | SELECT COUNT Player FROM table WHERE Years for Jazz = 2006-2007 |
Translate the following into a SQL query | What's Jim Farmer's nationality? | SELECT Nationality FROM table WHERE Player = Jim Farmer |
Translate the following into a SQL query | For how many players from UTEP can one calculate how many years they've played for Jazz? | SELECT COUNT Years for Jazz FROM table WHERE School/Club Team = UTEP |
Translate the following into a SQL query | How many position does Jim Farmer play in? | SELECT COUNT Position FROM table WHERE Player = Jim Farmer |
Translate the following into a SQL query | What school or club did number 35 play for? | SELECT School/Club Team FROM table WHERE No. = 35 |
Translate the following into a SQL query | How many years did number 25 play for the Jazz? | SELECT Years for Jazz FROM table WHERE No. = 25 |
Translate the following into a SQL query | How many years did Paul Griffin play for the Jazz? | SELECT COUNT Years for Jazz FROM table WHERE Player = Paul Griffin |
Translate the following into a SQL query | What position did Lamar Green play? | SELECT Position FROM table WHERE Player = Lamar Green |
Translate the following into a SQL query | How many players only played for the Jazz in only 2010? | SELECT COUNT No. FROM table WHERE Years for Jazz = 2010 |
Translate the following into a SQL query | What was the delivery date when s2 (lst) type, s2 (frigate) type, c1-m type was delivered? | SELECT 1st Ship Delivery Date FROM table WHERE Ship Types Delivered = S2 (LST) type, S2 (frigate) type, C1-M type |
Translate the following into a SQL query | What type of ships were delivered on October 1942? | SELECT Ship Types Delivered FROM table WHERE 1st Ship Delivery Date = October 1942 |
Translate the following into a SQL query | When was the delevery date when there were 12 ways of delivery? | SELECT 1st Ship Delivery Date FROM table WHERE Total Number of Ways = 12 ways |
Translate the following into a SQL query | What are the episode numbers where the episode features Jack & Locke? | SELECT No. in series FROM table WHERE Featured character(s) = Jack & Locke |
Translate the following into a SQL query | What are the episode numbers of episodes featuring Hurley? | SELECT No. in series FROM table WHERE Featured character(s) = Hurley |
Translate the following into a SQL query | List the episode whose number in the series is 111. | SELECT No. in season FROM table WHERE No. in series = 111 |
Translate the following into a SQL query | What date got 9.82 million viewers? | SELECT Original air date FROM table WHERE U.S. viewers (million) = 9.82 |
Translate the following into a SQL query | What school placed 4th when Oklahoma State University (black) took 3rd place? | SELECT 4th Place FROM table WHERE 3rd Place = Oklahoma State University (Black) |
Translate the following into a SQL query | What school took 3rd place in 2007? | SELECT 3rd Place FROM table WHERE Year = 2007 |
Translate the following into a SQL query | What year did the University of California, San Diego take 1st place? | SELECT MAX Year FROM table WHERE 1st Place = University of California, San Diego |
Translate the following into a SQL query | What school took 4th place in 2002? | SELECT 4th Place FROM table WHERE Year = 2002 |
Translate the following into a SQL query | What school took 4th place in 2001? | SELECT 4th Place FROM table WHERE Year = 2001 |
Translate the following into a SQL query | Who were the runner(s)-up when Tiger won by 11 strokes? | SELECT Runner(s)-up FROM table WHERE Margin of victory = 11 strokes |
Translate the following into a SQL query | What tournament did Tiger hold a 2 shot lead after 54 holes? | SELECT Championship FROM table WHERE 54 holes = 2 shot lead |
Translate the following into a SQL query | What was the margin of victory over Justin Leonard, phillip price? | SELECT COUNT Margin of victory FROM table WHERE Runner(s)-up = Justin Leonard, Phillip Price |
Translate the following into a SQL query | There were 68 worcs f-c matches played on Chester Road North Ground. | SELECT Worcs f-c matches FROM table WHERE Name of ground = Chester Road North Ground |
Translate the following into a SQL query | How many times did Tiger get second in the year where there were 11 cuts? | SELECT MAX 2nd FROM table WHERE Cuts made = 11 |
Translate the following into a SQL query | What's written in the notes for the locomotives with cylinder size of 12" x 17"? | SELECT Notes FROM table WHERE Cylinders = 12" x 17" |
Translate the following into a SQL query | Which locomotives 12" x 17" are both ex-industrial and built by Manning Wardle? | SELECT Name FROM table WHERE Notes = Ex-industrial AND Builder = Manning Wardle |
Translate the following into a SQL query | What's the size of the cylinders built by Longbottom, Barnsley? | SELECT Cylinders FROM table WHERE Builder = Longbottom, Barnsley |
Translate the following into a SQL query | Who is the builder of the locomotives with wheel arrangement of 2-4-2 T? | SELECT Builder FROM table WHERE Wheel arrangement = 2-4-2 T |
Translate the following into a SQL query | On what date did Hudswell Clarke build the locomotive with 0-6-0 ST wheel arrangements? | SELECT Date built FROM table WHERE Wheel arrangement = 0-6-0 ST AND Builder = Hudswell Clarke |
Translate the following into a SQL query | What amount of times is the name, Bok De Korver listed? | SELECT MAX number FROM table WHERE name = Bok de Korver |
Translate the following into a SQL query | What is the total number of goals on the debut date of 14-04-1907? | SELECT COUNT number of goals FROM table WHERE date of debut = 14-04-1907 |
Translate the following into a SQL query | What is the date of debut that has a date of birth listed at 24-10-1887? | SELECT date of debut FROM table WHERE date of birth = 24-10-1887 |
Translate the following into a SQL query | What is the name of person that scored 10 goals? | SELECT name FROM table WHERE number of goals = 10 |
Translate the following into a SQL query | What is the name of the person whose date of death is 01-04-1954? | SELECT name FROM table WHERE date of death† = 01-04-1954 |
Translate the following into a SQL query | What is the toatl number of caps where the name is Hans Blume? | SELECT COUNT number of caps FROM table WHERE name = Hans Blume |
Translate the following into a SQL query | What was the date of Henk Hordijk's death? | SELECT date of death† FROM table WHERE name = Henk Hordijk |
Translate the following into a SQL query | What frequency is the pentium dual-core t3200? | SELECT Frequency FROM table WHERE Model number = Pentium Dual-Core T3200 |
Translate the following into a SQL query | What is the frequency of the model with part number lf80537gf0411m? | SELECT Frequency FROM table WHERE Part number(s) = LF80537GF0411M |
Translate the following into a SQL query | What is the FSB of the model with part number lf80537gf0411m? | SELECT FSB FROM table WHERE Part number(s) = LF80537GF0411M |
Translate the following into a SQL query | What is the FSB of the model with part number lf80537ge0251mn? | SELECT FSB FROM table WHERE Part number(s) = LF80537GE0251MN |
Translate the following into a SQL query | What is the socket for the pentium dual-core t2410? | SELECT Socket FROM table WHERE Model number = Pentium Dual-Core T2410 |
Translate the following into a SQL query | What is the release date for the model with sspec number sla4h(m0)? | SELECT Release date FROM table WHERE sSpec number = SLA4H(M0) |
Translate the following into a SQL query | How many different scores are there for the Verizon Classic? | SELECT COUNT Score FROM table WHERE Tournament = Verizon Classic |
Translate the following into a SQL query | What was the score for the tournament in Michigan where the purse was smaller than 1813335.221493934? | SELECT Score FROM table WHERE Location = Michigan AND Purse( $ ) < 1813335.221493934 |
Translate the following into a SQL query | How many tournaments were held in Maryland? | SELECT COUNT Tournament FROM table WHERE Location = Maryland |
Translate the following into a SQL query | How many different locations have the score 207 (-10)? | SELECT COUNT Location FROM table WHERE Score = 207 (-10) |
Translate the following into a SQL query | What is the founding of parsu cimmarons? | SELECT MIN Founded FROM table WHERE Nickname = ParSU Cimmarons |
Translate the following into a SQL query | What was the founding of navy blue? | SELECT Founded FROM table WHERE Color = Navy Blue |
Translate the following into a SQL query | What was the number of nickname founded 1918? | SELECT COUNT Nickname FROM table WHERE Founded = 1918 |
Translate the following into a SQL query | What was the number of location of nickname cbsua formerly known cssac? | SELECT COUNT Location FROM table WHERE Nickname = CBSUA formerly known CSSAC |
Translate the following into a SQL query | Name the tournament for arizona | SELECT Tournament FROM table WHERE Location = Arizona |
Translate the following into a SQL query | Name the state and federal when property taxes is 17,199,210 | SELECT State & Federal FROM table WHERE Property Taxes = 17,199,210 |
Translate the following into a SQL query | What is the local sources for property taxes of 11,631,227? | SELECT Other Local Sources FROM table WHERE Property Taxes = 11,631,227 |
Translate the following into a SQL query | What is the number of local sources for state and federal 12,929,489 | SELECT Other Local Sources FROM table WHERE State & Federal = 12,929,489 |
Translate the following into a SQL query | What seat does плоцкая губерния hold? | SELECT Seat FROM table WHERE Name in Russian = Плоцкая губерния |
Translate the following into a SQL query | Whose name in Polish holds the Lublin seat? | SELECT Name in Polish FROM table WHERE Seat = Lublin |
Translate the following into a SQL query | Who, in Polish, governs a location with a population of 1640 (in thousands)? | SELECT Name in Polish FROM table WHERE Population, in thousands,( 1905 ) = 1640 |
Translate the following into a SQL query | What seat does Gubernia Warszawska hold? | SELECT Seat FROM table WHERE Name in Polish = Gubernia warszawska |
Translate the following into a SQL query | What population (in thousands) is Lublin's seat? | SELECT Population, in thousands,( 1905 ) FROM table WHERE Seat = Lublin |
Translate the following into a SQL query | плоцкая губерния governs an area with what area (in thousand km 2)? | SELECT Area, in thousands of km 2 FROM table WHERE Name in Russian = Плоцкая губерния |
Translate the following into a SQL query | What is the up/down at the venue that hosted 7 games? | SELECT Up/Down FROM table WHERE Hosted = 7 |
Translate the following into a SQL query | What was the attendance last year at Manuka Oval? | SELECT Last Year FROM table WHERE Venue = Manuka Oval |
Translate the following into a SQL query | What was the lowest attendance figure at Football Park? | SELECT Lowest FROM table WHERE Venue = Football Park |
Translate the following into a SQL query | What is the total of port adelaide | SELECT MAX Total FROM table WHERE Team = Port Adelaide |
Translate the following into a SQL query | what's the maximum purse( $ ) with score value of 204 (-9) | SELECT MAX Purse( $ ) FROM table WHERE Score = 204 (-9) |
Translate the following into a SQL query | what's the winner with purse( $ ) value of bigger than 964017.2297960471 and date value of may 28 | SELECT Winner FROM table WHERE Purse( $ ) > 964017.2297960471 AND Date = May 28 |
Translate the following into a SQL query | what's the winner with tournament value of kroger senior classic | SELECT Winner FROM table WHERE Tournament = Kroger Senior Classic |
Translate the following into a SQL query | what's the date with tournament value of ford senior players championship | SELECT Date FROM table WHERE Tournament = Ford Senior Players Championship |
Translate the following into a SQL query | what's the location with tournament value of quicksilver classic | SELECT Location FROM table WHERE Tournament = Quicksilver Classic |
Translate the following into a SQL query | what's the score with date oct 1 | SELECT Score FROM table WHERE Date = Oct 1 |
Translate the following into a SQL query | What was the score for the Toshiba Senior Classic? | SELECT Score FROM table WHERE Tournament = Toshiba Senior Classic |
Subsets and Splits