instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | What is the numeral where the English name is Florin? | SELECT Numeral FROM table WHERE English name = Florin |
Translate the following into a SQL query | What is the £1 fraction when the reverse is hare? | SELECT £1 Fraction FROM table WHERE Reverse = Hare |
Translate the following into a SQL query | What date was the 6d introduced? | SELECT Introduction FROM table WHERE Numeral = 6d |
Translate the following into a SQL query | What is the Irish name for the £1 fraction of 1/240? | SELECT Irish name FROM table WHERE £1 Fraction = 1/240 |
Translate the following into a SQL query | What is the reverse when the £1 fraction is 1/480? | SELECT Reverse FROM table WHERE £1 Fraction = 1/480 |
Translate the following into a SQL query | What is the largest number of seats won? | SELECT MAX # of seats won FROM table |
Translate the following into a SQL query | How many percentages are listed for the election in 1983? | SELECT COUNT % of popular vote FROM table WHERE Election = 1983 |
Translate the following into a SQL query | What place did the party finish in the year when they earned 0.86% of the vote? | SELECT Place FROM table WHERE % of popular vote = 0.86% |
Translate the following into a SQL query | What is the NCBI Accession Number for the length of 5304bp/377aa? | SELECT NCBI Accession Number (mRNA/Protein) FROM table WHERE Length (bp/aa) = 5304bp/377aa |
Translate the following into a SQL query | What is the NCBI Accession Number of the Homo Sapiens species? | SELECT NCBI Accession Number (mRNA/Protein) FROM table WHERE Species = Homo sapiens |
Translate the following into a SQL query | What is the common name for the Felis Catus species? | SELECT Species common name FROM table WHERE Species = Felis catus |
Translate the following into a SQL query | What is the species with the common name "mouse"? | SELECT COUNT Species FROM table WHERE Species common name = Mouse |
Translate the following into a SQL query | What is the protein identity with a length of 5304bp/377aa? | SELECT Protein Identity FROM table WHERE Length (bp/aa) = 5304bp/377aa |
Translate the following into a SQL query | When was "Tell You When" released? | SELECT Release date FROM table WHERE Title = Tell You When |
Translate the following into a SQL query | Where was game 62 played? | SELECT Location FROM table WHERE Game = 62 |
Translate the following into a SQL query | What was the final score when the Maple Leafs played the Columbus Blue Jackets? | SELECT Score FROM table WHERE Opponent = Columbus Blue Jackets |
Translate the following into a SQL query | Name the network for dré steemans ann van elsen | SELECT Network FROM table WHERE Host(s) = Dré Steemans Ann Van Elsen |
Translate the following into a SQL query | Name the seasons and winners that airs 28 january 2007 | SELECT Seasons and Winners FROM table WHERE Premiere = 28 January 2007 |
Translate the following into a SQL query | Name the host for prime | SELECT Host(s) FROM table WHERE Network = Prime |
Translate the following into a SQL query | Name the number of judges for dré steemans ann van elsen | SELECT COUNT Judges FROM table WHERE Host(s) = Dré Steemans Ann Van Elsen |
Translate the following into a SQL query | Name the website for car number of 92 | SELECT Website FROM table WHERE Car # = 92 |
Translate the following into a SQL query | Name the year started where car number is 55 | SELECT MAX Year started FROM table WHERE Car # = 55 |
Translate the following into a SQL query | Name the car number for 1997 | SELECT Car # FROM table WHERE Year started = 1997 |
Translate the following into a SQL query | Name the nickerie for marowijne being 4.7% | SELECT COUNT Nickerie FROM table WHERE Marowijne = 4.7% |
Translate the following into a SQL query | Name the coronie for marowijne being 6.8% | SELECT Coronie FROM table WHERE Marowijne = 6.8% |
Translate the following into a SQL query | Name the para for 1.5% commewijne | SELECT Para FROM table WHERE Commewijne = 1.5% |
Translate the following into a SQL query | Name the least amount of races for 2 poles | SELECT MIN Races FROM table WHERE Poles = 2 |
Translate the following into a SQL query | Name the motorcycle for season 2012 | SELECT Motorcycle FROM table WHERE Season = 2012 |
Translate the following into a SQL query | Name the number of flaps for 63 points | SELECT COUNT FLaps FROM table WHERE Points = 63 |
Translate the following into a SQL query | Name the least flaps | SELECT MIN FLaps FROM table |
Translate the following into a SQL query | How many p.ret are there when kr avg is 11.3 ? | SELECT COUNT P. Ret. FROM table WHERE KR Avg. = 11.3 |
Translate the following into a SQL query | What is the kr td when mfg lg is 64? | SELECT KR TD FROM table WHERE MFG LG = 64 |
Translate the following into a SQL query | Who's average is 24.8? | SELECT Player FROM table WHERE KR Avg. = 24.8 |
Translate the following into a SQL query | What is the pr avg, when kr lg is 49? | SELECT PR Avg. FROM table WHERE KR LG = 49 |
Translate the following into a SQL query | what is the population where municipality is san jacinto? | SELECT Population (2010) FROM table WHERE Municipality = San Jacinto |
Translate the following into a SQL query | what is the income class for area 75? | SELECT Income Class FROM table WHERE Area (km²) = 75 |
Translate the following into a SQL query | what is th area where the municipaity is labrador? | SELECT Area (km²) FROM table WHERE Municipality = Labrador |
Translate the following into a SQL query | what is the municipality where the area is 73? | SELECT Municipality FROM table WHERE Area (km²) = 73 |
Translate the following into a SQL query | Name the equipment for bike number 6 | SELECT Equipment FROM table WHERE Bike No = 6 |
Translate the following into a SQL query | Name the driver passenger for 394 points | SELECT Driver / Passenger FROM table WHERE Points = 394 |
Translate the following into a SQL query | Name the equipment for bike number being 3 | SELECT Equipment FROM table WHERE Bike No = 3 |
Translate the following into a SQL query | In district New York 10th, what was the reason for change? | SELECT Reason for change FROM table WHERE District = New York 10th |
Translate the following into a SQL query | In the district Wisconsin 2nd, what was the reason for change? | SELECT Reason for change FROM table WHERE District = Wisconsin 2nd |
Translate the following into a SQL query | Name the least age 30-39 where age 20-29 is 593 | SELECT MIN Age 30-39 FROM table WHERE Age 20-29 = 593 |
Translate the following into a SQL query | Name the least age 40-49 | SELECT MIN Age 40-49 FROM table |
Translate the following into a SQL query | Name the age 30-39 and age 10-19 380 | SELECT Age 30-39 FROM table WHERE Age 10-19 = 380 |
Translate the following into a SQL query | Name the score for number 4 | SELECT Score FROM table WHERE # = 4 |
Translate the following into a SQL query | How many numbers were recorded for Chester when the religion was Hindu? | SELECT COUNT Chester FROM table WHERE Religion = Hindu |
Translate the following into a SQL query | what was Casey Martin's minimum yearly earnings? | SELECT MIN Earnings ( $ ) FROM table |
Translate the following into a SQL query | when Casey Martin's best finish was t-65, where did he land in the money list rankings? | SELECT Money list rank FROM table WHERE Best finish = T-65 |
Translate the following into a SQL query | how many times did Casey Martin win? | SELECT MAX Wins FROM table |
Translate the following into a SQL query | Name the total number of air dates for 05 cycle | SELECT COUNT Air dates FROM table WHERE Cycle no. = 05 |
Translate the following into a SQL query | Name the vote for gigit | SELECT Vote FROM table WHERE Eliminated = Gigit |
Translate the following into a SQL query | Name the finish for patani | SELECT Finish FROM table WHERE Eliminated = Patani |
Translate the following into a SQL query | Name the total number of immunity for cycle number of 13 | SELECT COUNT Immunity FROM table WHERE Cycle no. = 13 |
Translate the following into a SQL query | For the NBC network, what was the new/returning/same network status? | SELECT New/Returning/Same Network FROM table WHERE Previous Network = NBC |
Translate the following into a SQL query | Which show was sent to syndication for its new/returning/same network. | SELECT Show FROM table WHERE New/Returning/Same Network = Syndication |
Translate the following into a SQL query | What is the new/returning/same network name for This Week in Baseball? | SELECT New/Returning/Same Network FROM table WHERE Show = This Week in Baseball |
Translate the following into a SQL query | Which show as previously on The Family Channel? | SELECT Show FROM table WHERE Previous Network = The Family Channel |
Translate the following into a SQL query | Did the name change for the program last aired in 1958? | SELECT Retitled as/Same FROM table WHERE Last Aired = 1958 |
Translate the following into a SQL query | What was the rating of the episode with an overall ranking of 190? | SELECT Rating FROM table WHERE Rank (Overall) = 190 |
Translate the following into a SQL query | What was the rating of episode titled "110"? | SELECT Rating FROM table WHERE Episode = "110" |
Translate the following into a SQL query | How much were the shares during the episode "113"? | SELECT MAX Share FROM table WHERE Episode = "113" |
Translate the following into a SQL query | How many were the shares when the viewers reached 3.11 million? | SELECT COUNT Share FROM table WHERE Viewers (millions) = 3.11 |
Translate the following into a SQL query | Name the saka era for malayalam മിഥുനം | SELECT Saka era FROM table WHERE In Malayalam = മിഥുനം |
Translate the following into a SQL query | Name the months in the malayalam era for കുംഭം | SELECT Months in Malayalam Era FROM table WHERE In Malayalam = കുംഭം |
Translate the following into a SQL query | Name the sign of zodiac for chithirai | SELECT Sign of Zodiac FROM table WHERE Tamil calendar = Chithirai |
Translate the following into a SQL query | Name the saka era for sign of zodiac being pisces | SELECT Saka era FROM table WHERE Sign of Zodiac = Pisces |
Translate the following into a SQL query | Name the number of gregorian calenda rof gemini | SELECT COUNT Gregorian Calendar FROM table WHERE Sign of Zodiac = Gemini |
Translate the following into a SQL query | For High Assists of Raymond Felton (12), who were the High rebounds? | SELECT High rebounds FROM table WHERE High assists = Raymond Felton (12) |
Translate the following into a SQL query | On what date was the team Philadelphia? | SELECT Date FROM table WHERE Team = Philadelphia |
Translate the following into a SQL query | Who was the high rebound for the high assists of d. j. augustin (8)? | SELECT High rebounds FROM table WHERE High assists = D. J. Augustin (8) |
Translate the following into a SQL query | What was the final score of the game with gerald wallace (14) as the High Rebound? | SELECT Record FROM table WHERE High rebounds = Gerald Wallace (14) |
Translate the following into a SQL query | What was the final score in game 15? | SELECT Score FROM table WHERE Game = 15 |
Translate the following into a SQL query | Who had the most assists and how many did they have in the game against Miami? | SELECT High assists FROM table WHERE Team = Miami |
Translate the following into a SQL query | Name the location attendance for game 55 | SELECT Location Attendance FROM table WHERE Game = 55 |
Translate the following into a SQL query | Who got the game high rebounds in game 46? | SELECT High rebounds FROM table WHERE Game = 46 |
Translate the following into a SQL query | How many scores are listed for game 37? | SELECT COUNT Score FROM table WHERE Game = 37 |
Translate the following into a SQL query | What date was the opposing team Milwaukee? | SELECT Date FROM table WHERE Team = Milwaukee |
Translate the following into a SQL query | What is the pressure in ultra high vacuum? | SELECT Pressure in hPa (mbar) FROM table WHERE Vacuum range = Ultra high vacuum |
Translate the following into a SQL query | what is the nightly rank where the episode number production number is 06 1-06? | SELECT COUNT NIGHTLY RANK FROM table WHERE Episode number Production number = 06 1-06 |
Translate the following into a SQL query | what is the number of weekly rank where the total is 1980000? | SELECT COUNT WEEKLY RANK FROM table WHERE TOTAL = 1980000 |
Translate the following into a SQL query | Name the high assists for 70 game | SELECT High assists FROM table WHERE Game = 70 |
Translate the following into a SQL query | Name the pe̍h-ōe-jī for 前金區 | SELECT Pe̍h-ōe-jī FROM table WHERE Chinese = 前金區 |
Translate the following into a SQL query | Name the number of villages for mituo | SELECT No. of villages FROM table WHERE Hanyu = Mituo |
Translate the following into a SQL query | Name the number where population 2010 is 171906 | SELECT No. FROM table WHERE Population (2010) = 171906 |
Translate the following into a SQL query | Name the tongyong for chinese of 湖內區 | SELECT Tongyong FROM table WHERE Chinese = 湖內區 |
Translate the following into a SQL query | Name the tongyong for qiaotou | SELECT COUNT Tongyong FROM table WHERE Hanyu = Qiaotou |
Translate the following into a SQL query | How many pixels would be found in a hardware colour of 8? | SELECT Pixels FROM table WHERE Hardware colours = 8 |
Translate the following into a SQL query | If hardware colours is 8 what would the char cells be? | SELECT Char cells FROM table WHERE Hardware colours = 8 |
Translate the following into a SQL query | Name the year for le confessional | SELECT Year (Ceremony) FROM table WHERE Original title = Le Confessional |
Translate the following into a SQL query | Name the year for les portes tournantes | SELECT Year (Ceremony) FROM table WHERE Original title = Les portes tournantes |
Translate the following into a SQL query | How many values are in the PF cell when Jennifer Jones is skip? | SELECT COUNT PF FROM table WHERE Skip = Jennifer Jones |
Translate the following into a SQL query | How many points for did the team with Shannon Kleibrink as skip score? | SELECT MAX PF FROM table WHERE Skip = Shannon Kleibrink |
Translate the following into a SQL query | Of the teams that lost 5 games, what is the highest number of wins? | SELECT MAX W FROM table WHERE L = 5 |
Translate the following into a SQL query | What is the highest number of ends lost? | SELECT MAX Ends Lost FROM table |
Translate the following into a SQL query | How many values are in the ends won cell corresponding to a PA of 39? | SELECT COUNT Ends Won FROM table WHERE PA = 39 |
Translate the following into a SQL query | When the skip is Glenn Howard, what the minimum PF? | SELECT MIN PF FROM table WHERE Skip = Glenn Howard |
Translate the following into a SQL query | Who was Alberta's skip when the shot pct was 88? | SELECT Skip FROM table WHERE Shot Pct. = 88 AND Province = Alberta |
Translate the following into a SQL query | What is the top Points Allowed? | SELECT MAX PA FROM table |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.