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