instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | What is the Galician (reintegrationist) word of the Galician (Official) is adeus*? | SELECT Galician ( Reintegrationist ) FROM table WHERE Galician ( Official ) = Adeus* |
Translate the following into a SQL query | What is the Portuguese word for the English word 'grandfather'? | SELECT Portuguese FROM table WHERE English = Grandfather |
Translate the following into a SQL query | How many Spanish word is there for the Portuguese bem-vindo? | SELECT COUNT Spanish FROM table WHERE Portuguese = Bem-vindo |
Translate the following into a SQL query | What is the Portuguese word for the English word 'welcome'? | SELECT Portuguese FROM table WHERE English = Welcome |
Translate the following into a SQL query | what gender has an asian black bear? | SELECT Gender FROM table WHERE Species = Asian black bear |
Translate the following into a SQL query | what is the sweet for voice actor saki fujita? | SELECT Sweet FROM table WHERE Voice Actor = Saki Fujita |
Translate the following into a SQL query | whatis the gender wher ethe species is holland lop? | SELECT Gender FROM table WHERE Species = Holland Lop |
Translate the following into a SQL query | what is the media debut for the asian black bear? | SELECT Media Debut FROM table WHERE Species = Asian black bear |
Translate the following into a SQL query | What is the Spanish word for cas [ˈkas]? | SELECT Spanish FROM table WHERE Central = cas [ˈkas] |
Translate the following into a SQL query | What is the eastern word for "light"? | SELECT Eastern FROM table WHERE English = light |
Translate the following into a SQL query | What is the central word for "robbers"? | SELECT Central FROM table WHERE English = robbers |
Translate the following into a SQL query | What is the Latin for "you sang"? | SELECT Latin FROM table WHERE English = you sang |
Translate the following into a SQL query | What is the western word for "latrones" in Latin? | SELECT Western FROM table WHERE Latin = latrones |
Translate the following into a SQL query | What is the Old Galician for cantaste in Portuguese? | SELECT Old Galician (13th–15th c.) FROM table WHERE Portuguese = cantaste |
Translate the following into a SQL query | What is the lowest overall amount of rainfall totals (million m 3)? | SELECT MIN Rainfall totals (million m 3 ) FROM table |
Translate the following into a SQL query | When cabarita river is the hydrographic basin what is the lowest groundwater discharge (million m 3)? | SELECT MIN Groundwater discharge (million m 3 ) FROM table WHERE Hydrographic Basin = Cabarita River |
Translate the following into a SQL query | When martha brae, river is the hydrographic basin what is the rainfall totals (million m 3)? | SELECT Rainfall totals (million m 3 ) FROM table WHERE Hydrographic Basin = Martha Brae, River |
Translate the following into a SQL query | Name the average for assists per game | SELECT Average FROM table WHERE Category = Assists per game |
Translate the following into a SQL query | Name the average for 23 games played | SELECT Average FROM table WHERE Games played = 23 |
Translate the following into a SQL query | Name the category for 50 totals | SELECT Category FROM table WHERE Totals = 50 |
Translate the following into a SQL query | Name the number of average for steals per game | SELECT COUNT Average FROM table WHERE Category = Steals per game |
Translate the following into a SQL query | who was the voice actor when the species is hedgehog? | SELECT Voice actor FROM table WHERE Species = Hedgehog |
Translate the following into a SQL query | who is the voice actor with the birthday march 26? | SELECT Voice actor FROM table WHERE Birthday = March 26 |
Translate the following into a SQL query | what is the jewel power when the media debut is ep 17? | SELECT Jewel Power FROM table WHERE Media Debut = EP 17 |
Translate the following into a SQL query | how many times is the jewel malachite? | SELECT COUNT Birthday FROM table WHERE Jewel = Malachite |
Translate the following into a SQL query | What is the species when jewel is coal? | SELECT Species FROM table WHERE Jewel = Coal |
Translate the following into a SQL query | Who was the lights 2 race two winning team when the lites 1 race one winning team was #13 Inspire Motorsports? | SELECT Lites 2 Race Two Winning Team FROM table WHERE Lites 1 Race One Winning Team = #13 Inspire Motorsports |
Translate the following into a SQL query | How many different circuits had Gary Gibson has the Lites 1 race two winning team? | SELECT COUNT Lites 2 Race One Winning Team FROM table WHERE Lites 1 Race Two Winning Team = Gary Gibson |
Translate the following into a SQL query | Who is the lites 2 race two winning team when #11 Performance Tech is the lites 1 race two winning team? | SELECT Lites 2 Race Two Winning Team FROM table WHERE Lites 1 Race Two Winning Team = #11 Performance Tech |
Translate the following into a SQL query | On which circuit was the lites 1 race one winning team #66 Gunnar Racing? | SELECT Circuit FROM table WHERE Lites 1 Race One Winning Team = #66 Gunnar Racing |
Translate the following into a SQL query | On which circuit was the lites race two winning team #13 Inspire Motorsports? | SELECT Circuit FROM table WHERE Lites 1 Race Two Winning Team = #13 Inspire Motorsports |
Translate the following into a SQL query | Who was the lites 2 race two winning team when #13 Inspire Motorsports was the Lites 1 race one winning team? | SELECT Lites 2 Race Two Winning Team FROM table WHERE Lites 1 Race One Winning Team = #13 Inspire Motorsports |
Translate the following into a SQL query | What date did series number 32 premiere? | SELECT Original air date FROM table WHERE No. in series = 32 |
Translate the following into a SQL query | WHat is the highest difference? | SELECT MAX difference FROM table |
Translate the following into a SQL query | What is the nation when the for is 326? | SELECT Nation FROM table WHERE for = 326 |
Translate the following into a SQL query | What is the highest lost? | SELECT MAX lost FROM table |
Translate the following into a SQL query | What is the nation when the place is 2? | SELECT Nation FROM table WHERE Place = 2 |
Translate the following into a SQL query | How many times is the nation [[|]] (19)? | SELECT COUNT against FROM table WHERE Nation = [[|]] (19) |
Translate the following into a SQL query | Which party does the incumbent Mathias Morris belong to? | SELECT Party FROM table WHERE Incumbent = Mathias Morris |
Translate the following into a SQL query | Which district does the incumbent Luther Reily represent? | SELECT District FROM table WHERE Incumbent = Luther Reily |
Translate the following into a SQL query | Who are the candidates for the Pennsylvania 11 district? | SELECT Candidates FROM table WHERE District = Pennsylvania 11 |
Translate the following into a SQL query | How many people won the election in the Pennsylvania 11 district? | SELECT COUNT Candidates FROM table WHERE District = Pennsylvania 11 |
Translate the following into a SQL query | How many times did the incumbent was first elected and then lost re-election anti-masonic gain? | SELECT COUNT First elected FROM table WHERE Result = Lost re-election Anti-Masonic gain |
Translate the following into a SQL query | Who were the candidates if the incumbent was Henry Logan? | SELECT Candidates FROM table WHERE Incumbent = Henry Logan |
Translate the following into a SQL query | What was the district of the incumbent Mathias Morris? | SELECT District FROM table WHERE Incumbent = Mathias Morris |
Translate the following into a SQL query | How many incumbents was first elected in the Anti-Masonic party? | SELECT COUNT First elected FROM table WHERE Party = Anti-Masonic |
Translate the following into a SQL query | Name the incumbent for robert monell (j) 63.6% tilly lynde 36.4% | SELECT Incumbent FROM table WHERE Candidates = Robert Monell (J) 63.6% Tilly Lynde 36.4% |
Translate the following into a SQL query | Name the number of first elected for thomas maxwell (j) 60.1% david woodcock (aj) 39.9% | SELECT COUNT First elected FROM table WHERE Candidates = Thomas Maxwell (J) 60.1% David Woodcock (AJ) 39.9% |
Translate the following into a SQL query | Name the candidates for new york 21 | SELECT Candidates FROM table WHERE District = New York 21 |
Translate the following into a SQL query | Name the candidates for selah r. hobbie | SELECT Candidates FROM table WHERE Incumbent = Selah R. Hobbie |
Translate the following into a SQL query | Name the result for james lent (j) 52.3% silas wood (aj) 47.7% | SELECT Result FROM table WHERE Candidates = James Lent (J) 52.3% Silas Wood (AJ) 47.7% |
Translate the following into a SQL query | Who were the candidates in districk Pennsylvania 12? | SELECT Candidates FROM table WHERE District = Pennsylvania 12 |
Translate the following into a SQL query | What is the result for district pennsylvania 6? | SELECT Result FROM table WHERE District = Pennsylvania 6 |
Translate the following into a SQL query | Who was the incumbent when the candidates were John banks (am) 52.2% samuel power (j) 47.8%? | SELECT Incumbent FROM table WHERE Candidates = John Banks (AM) 52.2% Samuel Power (J) 47.8% |
Translate the following into a SQL query | How many times was the result was re-elected and the party was anti-masonic in the district Pennsylvania 24? | SELECT COUNT First elected FROM table WHERE Result = Re-elected AND Party = Anti-Masonic AND District = Pennsylvania 24 |
Translate the following into a SQL query | Who were all the candidates when the results were re-elected, first elected was 1832 and the party was jacksonian? | SELECT Candidates FROM table WHERE Result = Re-elected AND First elected = 1832 AND Party = Jacksonian |
Translate the following into a SQL query | In Ghent in 2011, what was the rank-qualifying value when the score-qualifying value was 14.850 | SELECT MAX Rank-Qualifying FROM table WHERE Location = Ghent AND Year = 2011 AND Score-Qualifying = 14.850 |
Translate the following into a SQL query | What was the maximum rank-final score on the floor exercise? | SELECT MAX Rank-Final FROM table WHERE Apparatus = Floor Exercise |
Translate the following into a SQL query | What was the maximum rank-final value for a score of 14.975? | SELECT MAX Rank-Final FROM table WHERE Score-Final = 14.975 |
Translate the following into a SQL query | Where did the event with a final score of 15.050 occur? | SELECT Location FROM table WHERE Score-Final = 15.050 |
Translate the following into a SQL query | how many "Party" are in district south carolina 2? | SELECT COUNT Party FROM table WHERE District = South Carolina 2 |
Translate the following into a SQL query | What "party" was re-elected in district South Carolina 7? | SELECT Party FROM table WHERE Result = Re-elected AND District = South Carolina 7 |
Translate the following into a SQL query | who were the "candidate" of South Carolina 6? | SELECT Candidates FROM table WHERE District = South Carolina 6 |
Translate the following into a SQL query | Who was the "incumbent" of district south carolina 7? | SELECT Incumbent FROM table WHERE District = South Carolina 7 |
Translate the following into a SQL query | How many people were first elected when john roane was the incumbent? | SELECT COUNT First elected FROM table WHERE Incumbent = John Roane |
Translate the following into a SQL query | What party did john s. barbour represent? | SELECT Party FROM table WHERE Incumbent = John S. Barbour |
Translate the following into a SQL query | What was the result of the election featuring andrew stevenson (j) 100%? | SELECT Result FROM table WHERE Candidates = Andrew Stevenson (J) 100% |
Translate the following into a SQL query | What candidate(s) ran for election when nathaniel h. claiborne was the incumbent? | SELECT Candidates FROM table WHERE Incumbent = Nathaniel H. Claiborne |
Translate the following into a SQL query | Who was the ran as an incumbent leader first in 1818? | SELECT Incumbent FROM table WHERE First elected = 1818 |
Translate the following into a SQL query | Who were the running candidates when Joshua Sands was the incumbent? | SELECT Candidates FROM table WHERE Incumbent = Joshua Sands |
Translate the following into a SQL query | What was the result of the election where stephen van rensselaer was the incumbent and the party represented was the adams-clay federalist party? | SELECT Result FROM table WHERE Party = Adams-Clay Federalist AND Incumbent = Stephen Van Rensselaer |
Translate the following into a SQL query | How many district has a candidate that was first elected on 1811? | SELECT COUNT District FROM table WHERE First elected = 1811 |
Translate the following into a SQL query | In what district was the incumbent Charles A. Wickliffe? | SELECT District FROM table WHERE Incumbent = Charles A. Wickliffe |
Translate the following into a SQL query | What party did the incumbent Thomas P. Moore belong to? | SELECT Party FROM table WHERE Incumbent = Thomas P. Moore |
Translate the following into a SQL query | Who were the candidates in the Kentucky 9 district? | SELECT Candidates FROM table WHERE District = Kentucky 9 |
Translate the following into a SQL query | Who were the candidates in the Kentucky 5 district? | SELECT Candidates FROM table WHERE District = Kentucky 5 |
Translate the following into a SQL query | Who was the incumbent when the candidate was william drayton (j)? | SELECT Incumbent FROM table WHERE Candidates = William Drayton (J) |
Translate the following into a SQL query | What party did candidate george mcduffie (j) represent? | SELECT Party FROM table WHERE Candidates = George McDuffie (J) |
Translate the following into a SQL query | What party did robert p. letcher represent? | SELECT Party FROM table WHERE Incumbent = Robert P. Letcher |
Translate the following into a SQL query | What district(s) did henry clay represent? | SELECT District FROM table WHERE Incumbent = Henry Clay |
Translate the following into a SQL query | Who were the candidates for election that had a result of a retired jacksonian gain? | SELECT Candidates FROM table WHERE Result = Retired Jacksonian gain |
Translate the following into a SQL query | What ended up happening in the district Virginia 22? | SELECT Result FROM table WHERE District = Virginia 22 |
Translate the following into a SQL query | What party won the Virginia 4 district? | SELECT Party FROM table WHERE District = Virginia 4 |
Translate the following into a SQL query | How many people won the election in the district of Virginia 4? | SELECT COUNT Result FROM table WHERE District = Virginia 4 |
Translate the following into a SQL query | Who is the incumbent in the Virginia 6 district? | SELECT Incumbent FROM table WHERE District = Virginia 6 |
Translate the following into a SQL query | What is Samuel Smith's party? | SELECT Party FROM table WHERE Incumbent = Samuel Smith |
Translate the following into a SQL query | what is Peter Little's party? | SELECT Party FROM table WHERE Incumbent = Peter Little |
Translate the following into a SQL query | What was the result of Samuel Smith's race? | SELECT Result FROM table WHERE Incumbent = Samuel Smith |
Translate the following into a SQL query | Name the result for north carolina 9 | SELECT COUNT Result FROM table WHERE District = North Carolina 9 |
Translate the following into a SQL query | Name the party for hutchins g. burton | SELECT Party FROM table WHERE Incumbent = Hutchins G. Burton |
Translate the following into a SQL query | Name the result for thomas h. hall (dr) 53.0% william clarke (f) 47.0% | SELECT COUNT Result FROM table WHERE Candidates = Thomas H. Hall (DR) 53.0% William Clarke (F) 47.0% |
Translate the following into a SQL query | Name the candidates for felix walker | SELECT Candidates FROM table WHERE Incumbent = Felix Walker |
Translate the following into a SQL query | Who are the candidates when the incumbent is john pegram? | SELECT Candidates FROM table WHERE Incumbent = John Pegram |
Translate the following into a SQL query | Who are the candidates for district virginia 12? | SELECT Candidates FROM table WHERE District = Virginia 12 |
Translate the following into a SQL query | What is the result when the candidates are alexander smyth (dr) 100% | SELECT Result FROM table WHERE Candidates = Alexander Smyth (DR) 100% |
Translate the following into a SQL query | How many times is the candidates charles f. mercer (f) 100%? | SELECT COUNT Incumbent FROM table WHERE Candidates = Charles F. Mercer (F) 100% |
Translate the following into a SQL query | how many times was the incumbent is john b. yates? | SELECT COUNT Party FROM table WHERE Incumbent = John B. Yates |
Translate the following into a SQL query | when was the first elected when the candidates is thomas lawyer (dr) 54.9% william beekman (f) 45.1%? | SELECT First elected FROM table WHERE Candidates = Thomas Lawyer (DR) 54.9% William Beekman (F) 45.1% |
Translate the following into a SQL query | who are the candidates for district new york 10? | SELECT Candidates FROM table WHERE District = New York 10 |
Translate the following into a SQL query | how many times were the candidates thomas h. hubbard (dr) 51.5% simeon ford (f) 48.4%? | SELECT COUNT Party FROM table WHERE Candidates = Thomas H. Hubbard (DR) 51.5% Simeon Ford (F) 48.4% |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.