question
stringlengths
12
244
sql
stringlengths
22
468
What is the smallest crowd for victoria park?
SELECT MIN Crowd FROM table WHERE Venue = victoria park
what is the highest clean & jerk when total (kg) is 200.0 and snatch is more than 87.5?
SELECT MAX Clean & jerk FROM table WHERE Total (kg) = 200.0 AND Snatch > 87.5
what is the average bodyweight when snatch is 80?
SELECT AVG Bodyweight FROM table WHERE Snatch = 80
What did the home team score at Windy Hill?
SELECT Home team score FROM table WHERE Venue = windy hill
When the home team scored 9.17 (71), what did the away team score?
SELECT Away team score FROM table WHERE Home team score = 9.17 (71)
When the home team was Richmond, what was the largest crowd?
SELECT MAX Crowd FROM table WHERE Home team = richmond
Tell me the average 1st prize for tennessee
SELECT AVG 1st Prize( $ ) FROM table WHERE Location = tennessee
Tell me the winner of the comfort classic
SELECT Winner FROM table WHERE Tournament = comfort classic
How many percentages have losses fewer than 1 with finals appearances of 4?
SELECT COUNT Pct. FROM table WHERE Losses < 1 AND Finals = 4
Name the least age for the 1st dose for 3 doses of 2-3 drops
SELECT Minimum Age at 1st Dose FROM table WHERE Number of Doses = 3 doses AND Dose = 2-3 drops
How many doses for the bacillus calmette-guérin?
SELECT Number of Doses FROM table WHERE Vaccine = bacillus calmette-guérin
Name the least interval between doses for minimum age being 1st dose at 6 weeks old for the diphtheria-pertussis-tetanus vaccine?
SELECT Minimum Interval Between Doses FROM table WHERE Minimum Age at 1st Dose = 6 weeks old AND Vaccine = diphtheria-pertussis-tetanus vaccine
What team did team carlton play while away?
SELECT Home team FROM table WHERE Away team = carlton
What did the home team score when the away team scored 12.12 (84)?
SELECT Home team score FROM table WHERE Away team score = 12.12 (84)
Which home team has a score of 10.15 (75)?
SELECT Home team FROM table WHERE Home team score = 10.15 (75)
What home team plays at Windy Hill?
SELECT Home team FROM table WHERE Venue = windy hill
Which home team has a home score of 11.14 (80)?
SELECT Home team FROM table WHERE Home team score = 11.14 (80)
What is the name of the 1st Party that has a 3rd Party of Unionist, and 2nd Member of Sir John Boyd-Orr?
SELECT 1st Party FROM table WHERE 3rd Party = unionist AND 2nd Member = sir john boyd-orr
Which Election had 2nd Member George Alexander Morrison, a 1st Party of Unionist, and 3rd Member of John Buchan?
SELECT Election FROM table WHERE 2nd Member = george alexander morrison AND 1st Party = unionist AND 3rd Member = john buchan
What was the 2nd Party in the 1918 Election?
SELECT 2nd Party FROM table WHERE Election = 1918
What 3rd Member had 2nd Member of University Constituencies abolished?
SELECT 3rd Member FROM table WHERE 2nd Member = university constituencies abolished
What was the 3rd Party in the Election of 1922?
SELECT 3rd Party FROM table WHERE Election = 1922
What was the 1st Party when the 2nd Party was Independent?
SELECT 1st Party FROM table WHERE 2nd Party = independent
What is the ERP W number where the frequency is smaller than 91.1?
SELECT MAX ERP W FROM table WHERE Frequency MHz < 91.1
What was the score of Collingwood?
SELECT Home team score FROM table WHERE Home team = collingwood
Where did South Melbourne play?
SELECT Venue FROM table WHERE Away team = south melbourne
What is the venue of North Melbourne?
SELECT Venue FROM table WHERE Home team = north melbourne
What was the loss from the coyotes as opponents?
SELECT Loss FROM table WHERE Opponent = coyotes
What was the last episode featuring Rob Estes?
SELECT Final Episode FROM table WHERE Actor = rob estes
What block has a COSPAR ID of 1995-060a?
SELECT Block FROM table WHERE COSPAR ID = 1995-060a
What rocket has a Block of block i and a COSPAR ID of 1995-060a?
SELECT Rocket FROM table WHERE Block = block i AND COSPAR ID = 1995-060a
What name has a Rocket of titan iv(401)b and a Block of block i/ii hybrid?
SELECT Name FROM table WHERE Rocket = titan iv(401)b AND Block = block i/ii hybrid
What rocket has a block i/ii hybrid?
SELECT Rocket FROM table WHERE Block = block i/ii hybrid
What rocket has a COSPAR ID of 2002-001a?
SELECT Rocket FROM table WHERE COSPAR ID = 2002-001a
What COSPAR ID has a Launch date/time (UTC) of 1995-11-06, 05:15:01?
SELECT COSPAR ID FROM table WHERE Launch date/time (UTC) = 1995-11-06, 05:15:01
On 15/04/07 in the competition Super League XII, what was the score?
SELECT Score FROM table WHERE Competition = super league xii AND Date = 15/04/07
On 21/07/07, what was the score?
SELECT Score FROM table WHERE Date = 21/07/07
What was the venue of season 1907?
SELECT Venue FROM table WHERE Season = 1907
What is the bowling score of season 1907?
SELECT Bowling FROM table WHERE Season = 1907
Which season did Tich Freeman play against opponent V Warwickshire?
SELECT Season FROM table WHERE Player = tich freeman AND Opponent = v warwickshire
What was Essendon's score at the game where they were the away team and the crowd was larger than 15,130?
SELECT Away team score FROM table WHERE Crowd > 15,130 AND Away team = essendon
What was South Melbourne's score as the home team?
SELECT Home team score FROM table WHERE Home team = south melbourne
What was Richmond's score as the home team at the game with a crowd larger than 15,130?
SELECT Home team score FROM table WHERE Crowd > 15,130 AND Home team = richmond
How many points did the home team Essendon score?
SELECT Home team score FROM table WHERE Home team = essendon
What character is in over 22 episodes?
SELECT Character FROM table WHERE Episodes > 22
What is the lowest number of episodes for anabel barnston?
SELECT MIN Episodes FROM table WHERE Actor = anabel barnston
What character is played by dani harmer for under 23 episodes?
SELECT Character FROM table WHERE Episodes < 23 AND Actor = dani harmer
How many episodes have a duration of 3?
SELECT COUNT Episodes FROM table WHERE Duration = 3
On what date did the home team score 22.11 (143)?
SELECT Date FROM table WHERE Home team score = 22.11 (143)
What is the name of the home team whose opponent scored 18.16 (124)?
SELECT Home team FROM table WHERE Away team score = 18.16 (124)
What is the size of the crowd for the game where the away team scored 18.16 (124)?
SELECT MIN Crowd FROM table WHERE Away team score = 18.16 (124)
What is the name of the away team who play Collingwood?
SELECT Away team FROM table WHERE Home team = collingwood
What date did Collingwood play as the home team?
SELECT Date FROM table WHERE Home team = collingwood
What is the most recent year of disaffiliation of a CHCH-TV station that affiliated after 2001?
SELECT MAX Year of disaffiliation FROM table WHERE Station = chch-tv AND Year of affiliation > 2001
What is the earliest year of disaffiliation of a CHCH-TV station, licensed in Hamilton, Ontario?
SELECT MIN Year of disaffiliation FROM table WHERE City of license/market = hamilton, ontario
How many bronze medals did west germany win when they had less than 2 silver medals?
SELECT SUM Bronze FROM table WHERE Nation = west germany AND Silver < 2
How many bronze medals were won when the total was larger than 2 and the more than 2 gold medals were won?
SELECT SUM Bronze FROM table WHERE Total > 2 AND Gold > 2
How many gold medals were won when more than 2 bronze medals were won?
SELECT SUM Gold FROM table WHERE Bronze > 2
What was the PI GP fpr pick# 235 for Rd# larger than 12?
SELECT MIN Pl GP FROM table WHERE Pick # = 235 AND Rd # > 12
What was the largest crowd when South Melbourne was the away team?
SELECT MAX Crowd FROM table WHERE Away team = south melbourne
What is richmond's scores when they are the home team?
SELECT Home team score FROM table WHERE Home team = richmond
What is south melbourne's scores when they are the away team?
SELECT Away team score FROM table WHERE Away team = south melbourne
What dates were the matches at windy hill?
SELECT Date FROM table WHERE Venue = windy hill
What is the average number of laps for the driver Piero Taruffi?
SELECT AVG Laps FROM table WHERE Driver = piero taruffi
Which driver has 12 laps and a grid of less than 10?
SELECT Driver FROM table WHERE Laps = 12 AND Grid < 10
What is the Illustration with a Design of tim nokes, and a First Day Cover Cancellation with calgary, alberta?
SELECT Illustration FROM table WHERE Design = tim nokes AND First Day Cover Cancellation = calgary, alberta
What is the Date of Issue with a Theme with mental health?
SELECT Date of Issue FROM table WHERE Theme = mental health
What is the Theme with a Design with sputnik design partners?
SELECT Theme FROM table WHERE Design = sputnik design partners
What is the Paper Type with a First Day Cover Cancellation with ottawa, on?
SELECT Paper Type FROM table WHERE First Day Cover Cancellation = ottawa, on
What is the Paper Type with an Illustration with martin dee, ubc public affairs?
SELECT Paper Type FROM table WHERE Illustration = martin dee, ubc public affairs
What is the Theme with a Paper Type of tullis russell coatings, and a Date with Issue of 1 october 2008?
SELECT Theme FROM table WHERE Paper Type = tullis russell coatings AND Date of Issue = 1 october 2008
What is the tie number when the away team is Lewes?
SELECT Tie no FROM table WHERE Away team = lewes
What is the away team when the home team is Cheltenham Town?
SELECT Away team FROM table WHERE Home team = cheltenham town
What is the home team of the game with tie number 34?
SELECT Home team FROM table WHERE Tie no = 34
What is the away team of the game with tie number 31?
SELECT Away team FROM table WHERE Tie no = 31
How many goals for were scored for the team(s) that won fewer than 4 games and lost more than 6?
SELECT SUM Goals For FROM table WHERE Wins < 4 AND Losses > 6
What is the average losses for the team(s) that played more than 8 games?
SELECT AVG Losses FROM table WHERE Games Played > 8
What is the fleet size of the Vanguard 0-6-0dh class?
SELECT Fleet Size FROM table WHERE Class = vanguard 0-6-0dh
What is the year of introduction for the Electro-Diesel locomotive?
SELECT Introduced FROM table WHERE Type = electro-diesel locomotive
What is the average fleet size for the Shunter type introduced in 1959?
SELECT AVG Fleet Size FROM table WHERE Type = shunter AND Introduced = 1959
What is the smallest fleet size with a type of shunter introduced in 1953?
SELECT MIN Fleet Size FROM table WHERE Type = shunter AND Introduced = 1953
What show that was aired on January 24, 2008 with a rating larger than 3.6 had the lowest viewers? How Many Viewers in the millions?
SELECT MIN Viewers (m) FROM table WHERE Air Date = january 24, 2008 AND Rating > 3.6
Which round has a car with a chassis of sf01?
SELECT Rounds FROM table WHERE Chassis = sf01
Which country has swimsuit more than 9.46 and interview more than 9.22 with average less than 9.6?
SELECT Country FROM table WHERE Average < 9.6 AND Interview > 9.22 AND Swimsuit > 9.46
Which is the total number of evening gowns for swimsui less than 9.36 and average less than 9.23?
SELECT COUNT Evening Gown FROM table WHERE Swimsuit < 9.36 AND Average < 9.23
Name the lowest average for interview more than 9.57 and delaware and evening gown more than 9.77
SELECT MIN Average FROM table WHERE Interview > 9.57 AND Country = delaware AND Evening Gown > 9.77
Name the sum of swimsuit for average more than 9.23 for delaware for interview more than 9.73
SELECT SUM Swimsuit FROM table WHERE Average > 9.23 AND Country = delaware AND Interview > 9.73
Name the sum of average for interview more than 9.57 and swimsuit more than 9.65
SELECT SUM Average FROM table WHERE Interview > 9.57 AND Swimsuit > 9.65
Name the evening gown for swimsuit more than 9.51 for maryland
SELECT Evening Gown FROM table WHERE Swimsuit > 9.51 AND Country = maryland
What points awarded are higher than 6 but smaller than 9
SELECT MAX Points awarded (Platinum) FROM table WHERE Points awarded (Gold) = 9 AND Points awarded (Silver) > 6
In the Canadian Grand Prix, what tyre was used when Jacky Ickx held pole position?
SELECT Tyre FROM table WHERE Pole position = jacky ickx AND Race = canadian grand prix
When Jackie Stewart had the fastest lap and Jochen Rindt held the pole position with a D tyre, what was the circuit?
SELECT Circuit FROM table WHERE Tyre = d AND Pole position = jochen rindt AND Fastest lap = jackie stewart
What was the circuit when Jochen Rindt won?
SELECT Circuit FROM table WHERE Winning driver = jochen rindt
What tyre was used in Kyalami?
SELECT Tyre FROM table WHERE Circuit = kyalami
Which driver had a grid number of 10?
SELECT Driver FROM table WHERE Grid = 10
Which constructor had a grid number of less than 3 and where the Time/Retired was 1:34:31.522?
SELECT Constructor FROM table WHERE Grid < 3 AND Time/Retired = 1:34:31.522
Which constructor had a Time/Retired of collision, where the grid number was less than 18 and Nick Heidfeld was the driver?
SELECT Constructor FROM table WHERE Time/Retired = collision AND Grid < 18 AND Driver = nick heidfeld
What was the score for the record 20-14 when the attendance was over 35,196 and the Indians were opponents?
SELECT Score FROM table WHERE Attendance > 35,196 AND Opponent = indians AND Record = 20-14
What was the record on May 20?
SELECT Record FROM table WHERE Date = may 20
What is the height in feet of player number 24?
SELECT Height in Ft. FROM table WHERE No.(s) = 24