question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What is the best finish record for Sean O'hair?
CREATE TABLE table_29504351_2 (best_finish VARCHAR, player VARCHAR)
SELECT best_finish FROM table_29504351_2 WHERE player = "Sean O'Hair"
### Context: CREATE TABLE table_29504351_2 (best_finish VARCHAR, player VARCHAR) ### Question: What is the best finish record for Sean O'hair? ### Answer: SELECT best_finish FROM table_29504351_2 WHERE player = "Sean O'Hair"
What is the money list rank for player Doug Barron?
CREATE TABLE table_29504351_2 (money_list_rank INTEGER, player VARCHAR)
SELECT MAX(money_list_rank) FROM table_29504351_2 WHERE player = "Doug Barron"
### Context: CREATE TABLE table_29504351_2 (money_list_rank INTEGER, player VARCHAR) ### Question: What is the money list rank for player Doug Barron? ### Answer: SELECT MAX(money_list_rank) FROM table_29504351_2 WHERE player = "Doug Barron"
How many athletes were named federico muller?
CREATE TABLE table_29521180_35 (quarterfinals VARCHAR, athlete VARCHAR)
SELECT COUNT(quarterfinals) FROM table_29521180_35 WHERE athlete = "Federico Muller"
### Context: CREATE TABLE table_29521180_35 (quarterfinals VARCHAR, athlete VARCHAR) ### Question: How many athletes were named federico muller? ### Answer: SELECT COUNT(quarterfinals) FROM table_29521180_35 WHERE athlete = "Federico Muller"
What was the round of 16 result for felipe saucedo?
CREATE TABLE table_29521180_35 (round_of_16 VARCHAR, athlete VARCHAR)
SELECT round_of_16 FROM table_29521180_35 WHERE athlete = "Felipe Saucedo"
### Context: CREATE TABLE table_29521180_35 (round_of_16 VARCHAR, athlete VARCHAR) ### Question: What was the round of 16 result for felipe saucedo? ### Answer: SELECT round_of_16 FROM table_29521180_35 WHERE athlete = "Felipe Saucedo"
The Ring of Steel possesses what ISBN?
CREATE TABLE table_2950964_5 (isbn VARCHAR, title VARCHAR)
SELECT isbn FROM table_2950964_5 WHERE title = "The Ring Of Steel"
### Context: CREATE TABLE table_2950964_5 (isbn VARCHAR, title VARCHAR) ### Question: The Ring of Steel possesses what ISBN? ### Answer: SELECT isbn FROM table_2950964_5 WHERE title = "The Ring Of Steel"
THe audio book with ISBN 978-1-4084-6879-1 is read by whom?
CREATE TABLE table_2950964_5 (read_by VARCHAR, isbn VARCHAR)
SELECT read_by FROM table_2950964_5 WHERE isbn = "isbn 978-1-4084-6879-1"
### Context: CREATE TABLE table_2950964_5 (read_by VARCHAR, isbn VARCHAR) ### Question: THe audio book with ISBN 978-1-4084-6879-1 is read by whom? ### Answer: SELECT read_by FROM table_2950964_5 WHERE isbn = "isbn 978-1-4084-6879-1"
The Empty House audiobook has what #?
CREATE TABLE table_2950964_5 (_number VARCHAR, title VARCHAR)
SELECT _number FROM table_2950964_5 WHERE title = "The Empty House"
### Context: CREATE TABLE table_2950964_5 (_number VARCHAR, title VARCHAR) ### Question: The Empty House audiobook has what #? ### Answer: SELECT _number FROM table_2950964_5 WHERE title = "The Empty House"
How many people directed episode 2?
CREATE TABLE table_29545336_2 (directed_by VARCHAR, no VARCHAR)
SELECT COUNT(directed_by) FROM table_29545336_2 WHERE no = 2
### Context: CREATE TABLE table_29545336_2 (directed_by VARCHAR, no VARCHAR) ### Question: How many people directed episode 2? ### Answer: SELECT COUNT(directed_by) FROM table_29545336_2 WHERE no = 2
What is the title of the episode that featured Abbud Siddiqui?
CREATE TABLE table_29545336_2 (title VARCHAR, featured_character_s_ VARCHAR)
SELECT title FROM table_29545336_2 WHERE featured_character_s_ = "Abbud Siddiqui"
### Context: CREATE TABLE table_29545336_2 (title VARCHAR, featured_character_s_ VARCHAR) ### Question: What is the title of the episode that featured Abbud Siddiqui? ### Answer: SELECT title FROM table_29545336_2 WHERE featured_character_s_ = "Abbud Siddiqui"
How many million U.S. viewers was written by Matt Pelfrey?
CREATE TABLE table_29545336_2 (us_viewers__millions_ VARCHAR, written_by VARCHAR)
SELECT us_viewers__millions_ FROM table_29545336_2 WHERE written_by = "Matt Pelfrey"
### Context: CREATE TABLE table_29545336_2 (us_viewers__millions_ VARCHAR, written_by VARCHAR) ### Question: How many million U.S. viewers was written by Matt Pelfrey? ### Answer: SELECT us_viewers__millions_ FROM table_29545336_2 WHERE written_by = "Matt Pelfrey"
When 8.9% is the electricity reduction percentage how many sets of tonnes of co2 saved is there?
CREATE TABLE table_29538735_1 (tonnes_of_co2_saved VARCHAR, _percentage_electricity_reduction VARCHAR)
SELECT COUNT(tonnes_of_co2_saved) FROM table_29538735_1 WHERE _percentage_electricity_reduction = "8.9%"
### Context: CREATE TABLE table_29538735_1 (tonnes_of_co2_saved VARCHAR, _percentage_electricity_reduction VARCHAR) ### Question: When 8.9% is the electricity reduction percentage how many sets of tonnes of co2 saved is there? ### Answer: SELECT COUNT(tonnes_of_co2_saved) FROM table_29538735_1 WHERE _percentage_electricity_reduction = "8.9%"
When 1522 is the tonnes of co2 saved what is the year?
CREATE TABLE table_29538735_1 (year VARCHAR, tonnes_of_co2_saved VARCHAR)
SELECT year FROM table_29538735_1 WHERE tonnes_of_co2_saved = 1522
### Context: CREATE TABLE table_29538735_1 (year VARCHAR, tonnes_of_co2_saved VARCHAR) ### Question: When 1522 is the tonnes of co2 saved what is the year? ### Answer: SELECT year FROM table_29538735_1 WHERE tonnes_of_co2_saved = 1522
When £337,000 is £ saved what is the percentage of electricity reduction?
CREATE TABLE table_29538735_1 (_percentage_electricity_reduction VARCHAR, £_saved VARCHAR)
SELECT _percentage_electricity_reduction FROM table_29538735_1 WHERE £_saved = "£337,000"
### Context: CREATE TABLE table_29538735_1 (_percentage_electricity_reduction VARCHAR, £_saved VARCHAR) ### Question: When £337,000 is £ saved what is the percentage of electricity reduction? ### Answer: SELECT _percentage_electricity_reduction FROM table_29538735_1 WHERE £_saved = "£337,000"
When 8.9% is the electricity reduction percentage what is the £ saved?
CREATE TABLE table_29538735_1 (£_saved VARCHAR, _percentage_electricity_reduction VARCHAR)
SELECT £_saved FROM table_29538735_1 WHERE _percentage_electricity_reduction = "8.9%"
### Context: CREATE TABLE table_29538735_1 (£_saved VARCHAR, _percentage_electricity_reduction VARCHAR) ### Question: When 8.9% is the electricity reduction percentage what is the £ saved? ### Answer: SELECT £_saved FROM table_29538735_1 WHERE _percentage_electricity_reduction = "8.9%"
When 10% is the percentage of electricity reduction how many sets of universities are there?
CREATE TABLE table_29538735_1 (universities VARCHAR, _percentage_electricity_reduction VARCHAR)
SELECT COUNT(universities) FROM table_29538735_1 WHERE _percentage_electricity_reduction = "10%"
### Context: CREATE TABLE table_29538735_1 (universities VARCHAR, _percentage_electricity_reduction VARCHAR) ### Question: When 10% is the percentage of electricity reduction how many sets of universities are there? ### Answer: SELECT COUNT(universities) FROM table_29538735_1 WHERE _percentage_electricity_reduction = "10%"
What is maximum loss record when the pa record is 47?
CREATE TABLE table_29545993_3 (l INTEGER, pa VARCHAR)
SELECT MAX(l) FROM table_29545993_3 WHERE pa = 47
### Context: CREATE TABLE table_29545993_3 (l INTEGER, pa VARCHAR) ### Question: What is maximum loss record when the pa record is 47? ### Answer: SELECT MAX(l) FROM table_29545993_3 WHERE pa = 47
What is the minimum ends lost record when the stolen ends records is 6 and the loss record is bigger than 5.0?
CREATE TABLE table_29545993_3 (Ends INTEGER, stolen_ends VARCHAR, l VARCHAR)
SELECT MIN(Ends) AS lost FROM table_29545993_3 WHERE stolen_ends = 6 AND l > 5.0
### Context: CREATE TABLE table_29545993_3 (Ends INTEGER, stolen_ends VARCHAR, l VARCHAR) ### Question: What is the minimum ends lost record when the stolen ends records is 6 and the loss record is bigger than 5.0? ### Answer: SELECT MIN(Ends) AS lost FROM table_29545993_3 WHERE stolen_ends = 6 AND l > 5.0
What is the minimum stolen ends record where the pa record is 40?
CREATE TABLE table_29545993_3 (stolen_ends INTEGER, pa VARCHAR)
SELECT MIN(stolen_ends) FROM table_29545993_3 WHERE pa = 40
### Context: CREATE TABLE table_29545993_3 (stolen_ends INTEGER, pa VARCHAR) ### Question: What is the minimum stolen ends record where the pa record is 40? ### Answer: SELECT MIN(stolen_ends) FROM table_29545993_3 WHERE pa = 40
What is the lowest overall amount of w's?
CREATE TABLE table_29542269_2 (w INTEGER)
SELECT MIN(w) FROM table_29542269_2
### Context: CREATE TABLE table_29542269_2 (w INTEGER) ### Question: What is the lowest overall amount of w's? ### Answer: SELECT MIN(w) FROM table_29542269_2
What is the highest L of the tournament?
CREATE TABLE table_29542147_2 (l INTEGER)
SELECT MAX(l) FROM table_29542147_2
### Context: CREATE TABLE table_29542147_2 (l INTEGER) ### Question: What is the highest L of the tournament? ### Answer: SELECT MAX(l) FROM table_29542147_2
What is the highest W of the 0 L?
CREATE TABLE table_29542147_2 (w INTEGER, l VARCHAR)
SELECT MAX(w) FROM table_29542147_2 WHERE l = 0
### Context: CREATE TABLE table_29542147_2 (w INTEGER, l VARCHAR) ### Question: What is the highest W of the 0 L? ### Answer: SELECT MAX(w) FROM table_29542147_2 WHERE l = 0
Name the least pa for w being 2
CREATE TABLE table_29546142_2 (pa INTEGER, w VARCHAR)
SELECT MIN(pa) FROM table_29546142_2 WHERE w = 2
### Context: CREATE TABLE table_29546142_2 (pa INTEGER, w VARCHAR) ### Question: Name the least pa for w being 2 ### Answer: SELECT MIN(pa) FROM table_29546142_2 WHERE w = 2
Which skip (club) had 28 PA?
CREATE TABLE table_29546030_2 (skip__club_ VARCHAR, pa VARCHAR)
SELECT skip__club_ FROM table_29546030_2 WHERE pa = 28
### Context: CREATE TABLE table_29546030_2 (skip__club_ VARCHAR, pa VARCHAR) ### Question: Which skip (club) had 28 PA? ### Answer: SELECT skip__club_ FROM table_29546030_2 WHERE pa = 28
What is the most amount of stolen ends for a skip with 1 W?
CREATE TABLE table_29546030_2 (stolen_ends INTEGER, w VARCHAR)
SELECT MAX(stolen_ends) FROM table_29546030_2 WHERE w = 1
### Context: CREATE TABLE table_29546030_2 (stolen_ends INTEGER, w VARCHAR) ### Question: What is the most amount of stolen ends for a skip with 1 W? ### Answer: SELECT MAX(stolen_ends) FROM table_29546030_2 WHERE w = 1
Which skip (club) had 31 PA and 9 blank ends?
CREATE TABLE table_29546030_2 (skip__club_ VARCHAR, pa VARCHAR, blank_ends VARCHAR)
SELECT skip__club_ FROM table_29546030_2 WHERE pa = 31 AND blank_ends = 9
### Context: CREATE TABLE table_29546030_2 (skip__club_ VARCHAR, pa VARCHAR, blank_ends VARCHAR) ### Question: Which skip (club) had 31 PA and 9 blank ends? ### Answer: SELECT skip__club_ FROM table_29546030_2 WHERE pa = 31 AND blank_ends = 9
What is the least amount of blank ends for a skip who has 44 PF?
CREATE TABLE table_29546030_2 (blank_ends INTEGER, pf VARCHAR)
SELECT MIN(blank_ends) FROM table_29546030_2 WHERE pf = 44
### Context: CREATE TABLE table_29546030_2 (blank_ends INTEGER, pf VARCHAR) ### Question: What is the least amount of blank ends for a skip who has 44 PF? ### Answer: SELECT MIN(blank_ends) FROM table_29546030_2 WHERE pf = 44
How many high points occur with the team Umass?
CREATE TABLE table_29556461_9 (high_points VARCHAR, team VARCHAR)
SELECT COUNT(high_points) FROM table_29556461_9 WHERE team = "UMass"
### Context: CREATE TABLE table_29556461_9 (high_points VARCHAR, team VARCHAR) ### Question: How many high points occur with the team Umass? ### Answer: SELECT COUNT(high_points) FROM table_29556461_9 WHERE team = "UMass"
When la salle is the team who has the highest amount of points?
CREATE TABLE table_29556461_8 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_29556461_8 WHERE team = "La Salle"
### Context: CREATE TABLE table_29556461_8 (high_points VARCHAR, team VARCHAR) ### Question: When la salle is the team who has the highest amount of points? ### Answer: SELECT high_points FROM table_29556461_8 WHERE team = "La Salle"
When allen/moore/wyatt – 4 have the highest amount of assists what is the highest game?
CREATE TABLE table_29556461_8 (game INTEGER, high_assists VARCHAR)
SELECT MAX(game) FROM table_29556461_8 WHERE high_assists = "Allen/Moore/Wyatt – 4"
### Context: CREATE TABLE table_29556461_8 (game INTEGER, high_assists VARCHAR) ### Question: When allen/moore/wyatt – 4 have the highest amount of assists what is the highest game? ### Answer: SELECT MAX(game) FROM table_29556461_8 WHERE high_assists = "Allen/Moore/Wyatt – 4"
When dayton is the team what is the record?
CREATE TABLE table_29556461_8 (record VARCHAR, team VARCHAR)
SELECT record FROM table_29556461_8 WHERE team = "Dayton"
### Context: CREATE TABLE table_29556461_8 (record VARCHAR, team VARCHAR) ### Question: When dayton is the team what is the record? ### Answer: SELECT record FROM table_29556461_8 WHERE team = "Dayton"
What the title of the song when the result is to the live shows?
CREATE TABLE table_29547777_1 (song_title VARCHAR, result__placement_ VARCHAR)
SELECT song_title FROM table_29547777_1 WHERE result__placement_ = "to the Live Shows"
### Context: CREATE TABLE table_29547777_1 (song_title VARCHAR, result__placement_ VARCHAR) ### Question: What the title of the song when the result is to the live shows? ### Answer: SELECT song_title FROM table_29547777_1 WHERE result__placement_ = "to the Live Shows"
What is the episode when the original performaer is diana ross?
CREATE TABLE table_29547777_1 (episode VARCHAR, original_performer VARCHAR)
SELECT episode FROM table_29547777_1 WHERE original_performer = "Diana Ross"
### Context: CREATE TABLE table_29547777_1 (episode VARCHAR, original_performer VARCHAR) ### Question: What is the episode when the original performaer is diana ross? ### Answer: SELECT episode FROM table_29547777_1 WHERE original_performer = "Diana Ross"
Who is the original performer when the episode is casting?
CREATE TABLE table_29547777_1 (original_performer VARCHAR, episode VARCHAR)
SELECT original_performer FROM table_29547777_1 WHERE episode = "Casting"
### Context: CREATE TABLE table_29547777_1 (original_performer VARCHAR, episode VARCHAR) ### Question: Who is the original performer when the episode is casting? ### Answer: SELECT original_performer FROM table_29547777_1 WHERE episode = "Casting"
What is the total mumber of skip (club) entries when the pf is 40?
CREATE TABLE table_29546218_3 (skip__club_ VARCHAR, pf VARCHAR)
SELECT COUNT(skip__club_) FROM table_29546218_3 WHERE pf = 40
### Context: CREATE TABLE table_29546218_3 (skip__club_ VARCHAR, pf VARCHAR) ### Question: What is the total mumber of skip (club) entries when the pf is 40? ### Answer: SELECT COUNT(skip__club_) FROM table_29546218_3 WHERE pf = 40
What horse had a starting price of 66/1?
CREATE TABLE table_29562161_1 (name VARCHAR, starting_price VARCHAR)
SELECT name FROM table_29562161_1 WHERE starting_price = "66/1"
### Context: CREATE TABLE table_29562161_1 (name VARCHAR, starting_price VARCHAR) ### Question: What horse had a starting price of 66/1? ### Answer: SELECT name FROM table_29562161_1 WHERE starting_price = "66/1"
What is the L when the W is 4?
CREATE TABLE table_29565120_2 (l INTEGER, w VARCHAR)
SELECT MIN(l) FROM table_29565120_2 WHERE w = 4
### Context: CREATE TABLE table_29565120_2 (l INTEGER, w VARCHAR) ### Question: What is the L when the W is 4? ### Answer: SELECT MIN(l) FROM table_29565120_2 WHERE w = 4
What is the largest number in L?
CREATE TABLE table_29565601_2 (l INTEGER)
SELECT MAX(l) FROM table_29565601_2
### Context: CREATE TABLE table_29565601_2 (l INTEGER) ### Question: What is the largest number in L? ### Answer: SELECT MAX(l) FROM table_29565601_2
What is the PA when the PF is 73?
CREATE TABLE table_29565601_2 (pa INTEGER, pf VARCHAR)
SELECT MIN(pa) FROM table_29565601_2 WHERE pf = 73
### Context: CREATE TABLE table_29565601_2 (pa INTEGER, pf VARCHAR) ### Question: What is the PA when the PF is 73? ### Answer: SELECT MIN(pa) FROM table_29565601_2 WHERE pf = 73
What is the blank ends record when the win record is higher than 6.0?
CREATE TABLE table_29565673_2 (blank_ends VARCHAR, w INTEGER)
SELECT blank_ends FROM table_29565673_2 WHERE w > 6.0
### Context: CREATE TABLE table_29565673_2 (blank_ends VARCHAR, w INTEGER) ### Question: What is the blank ends record when the win record is higher than 6.0? ### Answer: SELECT blank_ends FROM table_29565673_2 WHERE w > 6.0
What is the win record where the pa record is 62?
CREATE TABLE table_29565673_2 (w VARCHAR, pa VARCHAR)
SELECT w FROM table_29565673_2 WHERE pa = 62
### Context: CREATE TABLE table_29565673_2 (w VARCHAR, pa VARCHAR) ### Question: What is the win record where the pa record is 62? ### Answer: SELECT w FROM table_29565673_2 WHERE pa = 62
What is listed under L when the stolen ends is 1?
CREATE TABLE table_29565858_2 (l VARCHAR, stolen_ends VARCHAR)
SELECT l FROM table_29565858_2 WHERE stolen_ends = 1
### Context: CREATE TABLE table_29565858_2 (l VARCHAR, stolen_ends VARCHAR) ### Question: What is listed under L when the stolen ends is 1? ### Answer: SELECT l FROM table_29565858_2 WHERE stolen_ends = 1
How many rank entries are there when new points are 1155?
CREATE TABLE table_29572583_19 (rank VARCHAR, new_points VARCHAR)
SELECT COUNT(rank) FROM table_29572583_19 WHERE new_points = 1155
### Context: CREATE TABLE table_29572583_19 (rank VARCHAR, new_points VARCHAR) ### Question: How many rank entries are there when new points are 1155? ### Answer: SELECT COUNT(rank) FROM table_29572583_19 WHERE new_points = 1155
What is listed in new points when status is second round lost to xavier malisse?
CREATE TABLE table_29572583_19 (new_points INTEGER, status VARCHAR)
SELECT MIN(new_points) FROM table_29572583_19 WHERE status = "Second round lost to Xavier Malisse"
### Context: CREATE TABLE table_29572583_19 (new_points INTEGER, status VARCHAR) ### Question: What is listed in new points when status is second round lost to xavier malisse? ### Answer: SELECT MIN(new_points) FROM table_29572583_19 WHERE status = "Second round lost to Xavier Malisse"
What is the status when points is 4595?
CREATE TABLE table_29572583_19 (status VARCHAR, points VARCHAR)
SELECT status FROM table_29572583_19 WHERE points = 4595
### Context: CREATE TABLE table_29572583_19 (status VARCHAR, points VARCHAR) ### Question: What is the status when points is 4595? ### Answer: SELECT status FROM table_29572583_19 WHERE points = 4595
What is the status when the rank is 2?
CREATE TABLE table_29572583_19 (status VARCHAR, rank VARCHAR)
SELECT status FROM table_29572583_19 WHERE rank = 2
### Context: CREATE TABLE table_29572583_19 (status VARCHAR, rank VARCHAR) ### Question: What is the status when the rank is 2? ### Answer: SELECT status FROM table_29572583_19 WHERE rank = 2
How many points are listed when the rank is 17?
CREATE TABLE table_29572583_19 (points INTEGER, rank VARCHAR)
SELECT MAX(points) FROM table_29572583_19 WHERE rank = 17
### Context: CREATE TABLE table_29572583_19 (points INTEGER, rank VARCHAR) ### Question: How many points are listed when the rank is 17? ### Answer: SELECT MAX(points) FROM table_29572583_19 WHERE rank = 17
How many seed entries are there when points are 2175?
CREATE TABLE table_29572583_19 (seed VARCHAR, points VARCHAR)
SELECT COUNT(seed) FROM table_29572583_19 WHERE points = 2175
### Context: CREATE TABLE table_29572583_19 (seed VARCHAR, points VARCHAR) ### Question: How many seed entries are there when points are 2175? ### Answer: SELECT COUNT(seed) FROM table_29572583_19 WHERE points = 2175
How many clubs remained when there were 4 winners from the previous round?
CREATE TABLE table_29566686_1 (clubs_remaining VARCHAR, winners_from_previous_round VARCHAR)
SELECT clubs_remaining FROM table_29566686_1 WHERE winners_from_previous_round = 4
### Context: CREATE TABLE table_29566686_1 (clubs_remaining VARCHAR, winners_from_previous_round VARCHAR) ### Question: How many clubs remained when there were 4 winners from the previous round? ### Answer: SELECT clubs_remaining FROM table_29566686_1 WHERE winners_from_previous_round = 4
What is the maximum number of clubs remaining when the league entering at this round was allsvenskan?
CREATE TABLE table_29566686_1 (clubs_remaining INTEGER, leagues_entering_at_this_round VARCHAR)
SELECT MIN(clubs_remaining) FROM table_29566686_1 WHERE leagues_entering_at_this_round = "Allsvenskan"
### Context: CREATE TABLE table_29566686_1 (clubs_remaining INTEGER, leagues_entering_at_this_round VARCHAR) ### Question: What is the maximum number of clubs remaining when the league entering at this round was allsvenskan? ### Answer: SELECT MIN(clubs_remaining) FROM table_29566686_1 WHERE leagues_entering_at_this_round = "Allsvenskan"
How many different values of clubs involved were there when the league entering at this round was allsvenskan?
CREATE TABLE table_29566686_1 (clubs_involved VARCHAR, leagues_entering_at_this_round VARCHAR)
SELECT COUNT(clubs_involved) FROM table_29566686_1 WHERE leagues_entering_at_this_round = "Allsvenskan"
### Context: CREATE TABLE table_29566686_1 (clubs_involved VARCHAR, leagues_entering_at_this_round VARCHAR) ### Question: How many different values of clubs involved were there when the league entering at this round was allsvenskan? ### Answer: SELECT COUNT(clubs_involved) FROM table_29566686_1 WHERE leagues_entering_at_this_round = "Allsvenskan"
Which programs were originally broadcast on CITV?
CREATE TABLE table_29566606_11 (programme VARCHAR, original_channel_s_ VARCHAR)
SELECT programme FROM table_29566606_11 WHERE original_channel_s_ = "CITV"
### Context: CREATE TABLE table_29566606_11 (programme VARCHAR, original_channel_s_ VARCHAR) ### Question: Which programs were originally broadcast on CITV? ### Answer: SELECT programme FROM table_29566606_11 WHERE original_channel_s_ = "CITV"
What is the date of return for the program for the program "Big Brother"?
CREATE TABLE table_29566606_11 (date_of_return VARCHAR, programme VARCHAR)
SELECT date_of_return FROM table_29566606_11 WHERE programme = "Big Brother"
### Context: CREATE TABLE table_29566606_11 (date_of_return VARCHAR, programme VARCHAR) ### Question: What is the date of return for the program for the program "Big Brother"? ### Answer: SELECT date_of_return FROM table_29566606_11 WHERE programme = "Big Brother"
How many episodes are directed by Jamie Payne?
CREATE TABLE table_29574579_1 (episode VARCHAR, directed_by VARCHAR)
SELECT COUNT(episode) FROM table_29574579_1 WHERE directed_by = "Jamie Payne"
### Context: CREATE TABLE table_29574579_1 (episode VARCHAR, directed_by VARCHAR) ### Question: How many episodes are directed by Jamie Payne? ### Answer: SELECT COUNT(episode) FROM table_29574579_1 WHERE directed_by = "Jamie Payne"
How many millions of viewers are listed when the share is 10.8?
CREATE TABLE table_29574579_1 (uk_viewers__million_ VARCHAR, share___percentage_ VARCHAR)
SELECT uk_viewers__million_ FROM table_29574579_1 WHERE share___percentage_ = "10.8"
### Context: CREATE TABLE table_29574579_1 (uk_viewers__million_ VARCHAR, share___percentage_ VARCHAR) ### Question: How many millions of viewers are listed when the share is 10.8? ### Answer: SELECT uk_viewers__million_ FROM table_29574579_1 WHERE share___percentage_ = "10.8"
Who is the director when there are 2.70 million viewers?
CREATE TABLE table_29574579_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR)
SELECT directed_by FROM table_29574579_1 WHERE uk_viewers__million_ = "2.70"
### Context: CREATE TABLE table_29574579_1 (directed_by VARCHAR, uk_viewers__million_ VARCHAR) ### Question: Who is the director when there are 2.70 million viewers? ### Answer: SELECT directed_by FROM table_29574579_1 WHERE uk_viewers__million_ = "2.70"
How many episodes hve 4.50 million viewers?
CREATE TABLE table_29574579_1 (episode VARCHAR, uk_viewers__million_ VARCHAR)
SELECT episode FROM table_29574579_1 WHERE uk_viewers__million_ = "4.50"
### Context: CREATE TABLE table_29574579_1 (episode VARCHAR, uk_viewers__million_ VARCHAR) ### Question: How many episodes hve 4.50 million viewers? ### Answer: SELECT episode FROM table_29574579_1 WHERE uk_viewers__million_ = "4.50"
Who is the director when the share is 11.8?
CREATE TABLE table_29574579_1 (directed_by VARCHAR, share___percentage_ VARCHAR)
SELECT directed_by FROM table_29574579_1 WHERE share___percentage_ = "11.8"
### Context: CREATE TABLE table_29574579_1 (directed_by VARCHAR, share___percentage_ VARCHAR) ### Question: Who is the director when the share is 11.8? ### Answer: SELECT directed_by FROM table_29574579_1 WHERE share___percentage_ = "11.8"
Who wrote the episode with production code 57376?
CREATE TABLE table_29583441_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_29583441_1 WHERE production_code = 57376
### Context: CREATE TABLE table_29583441_1 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode with production code 57376? ### Answer: SELECT written_by FROM table_29583441_1 WHERE production_code = 57376
What is the smallest numbered production code listed?
CREATE TABLE table_29583441_1 (production_code INTEGER)
SELECT MIN(production_code) FROM table_29583441_1
### Context: CREATE TABLE table_29583441_1 (production_code INTEGER) ### Question: What is the smallest numbered production code listed? ### Answer: SELECT MIN(production_code) FROM table_29583441_1
What date did the episode that was directed by Christian i. nyby ii originally air on?
CREATE TABLE table_29583441_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_29583441_1 WHERE directed_by = "Christian I. Nyby II"
### Context: CREATE TABLE table_29583441_1 (original_air_date VARCHAR, directed_by VARCHAR) ### Question: What date did the episode that was directed by Christian i. nyby ii originally air on? ### Answer: SELECT original_air_date FROM table_29583441_1 WHERE directed_by = "Christian I. Nyby II"
What is the original air date of the episode that was number 31 in the series?
CREATE TABLE table_29584044_1 (original_air_date VARCHAR, no_in_series VARCHAR)
SELECT original_air_date FROM table_29584044_1 WHERE no_in_series = 31
### Context: CREATE TABLE table_29584044_1 (original_air_date VARCHAR, no_in_series VARCHAR) ### Question: What is the original air date of the episode that was number 31 in the series? ### Answer: SELECT original_air_date FROM table_29584044_1 WHERE no_in_series = 31
What is the original air date of the episode that was directed by Bruce Seth Green?
CREATE TABLE table_29584044_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_29584044_1 WHERE directed_by = "Bruce Seth Green"
### Context: CREATE TABLE table_29584044_1 (original_air_date VARCHAR, directed_by VARCHAR) ### Question: What is the original air date of the episode that was directed by Bruce Seth Green? ### Answer: SELECT original_air_date FROM table_29584044_1 WHERE directed_by = "Bruce Seth Green"
How many times is the couple kerry & daniel?
CREATE TABLE table_29583818_3 (place VARCHAR, couple VARCHAR)
SELECT COUNT(place) FROM table_29583818_3 WHERE couple = "Kerry & Daniel"
### Context: CREATE TABLE table_29583818_3 (place VARCHAR, couple VARCHAR) ### Question: How many times is the couple kerry & daniel? ### Answer: SELECT COUNT(place) FROM table_29583818_3 WHERE couple = "Kerry & Daniel"
how many times is the total points 128.0?
CREATE TABLE table_29583818_3 (couple VARCHAR, total_points VARCHAR)
SELECT COUNT(couple) FROM table_29583818_3 WHERE total_points = "128.0"
### Context: CREATE TABLE table_29583818_3 (couple VARCHAR, total_points VARCHAR) ### Question: how many times is the total points 128.0? ### Answer: SELECT COUNT(couple) FROM table_29583818_3 WHERE total_points = "128.0"
How many times is the couple laura and colin?
CREATE TABLE table_29583818_3 (place VARCHAR, couple VARCHAR)
SELECT COUNT(place) FROM table_29583818_3 WHERE couple = "Laura and Colin"
### Context: CREATE TABLE table_29583818_3 (place VARCHAR, couple VARCHAR) ### Question: How many times is the couple laura and colin? ### Answer: SELECT COUNT(place) FROM table_29583818_3 WHERE couple = "Laura and Colin"
what is the average when the place is 16?
CREATE TABLE table_29583818_3 (average VARCHAR, place VARCHAR)
SELECT average FROM table_29583818_3 WHERE place = 16
### Context: CREATE TABLE table_29583818_3 (average VARCHAR, place VARCHAR) ### Question: what is the average when the place is 16? ### Answer: SELECT average FROM table_29583818_3 WHERE place = 16
How many times is the rank by average 4?
CREATE TABLE table_29583818_3 (place VARCHAR, rank_by_average VARCHAR)
SELECT COUNT(place) FROM table_29583818_3 WHERE rank_by_average = 4
### Context: CREATE TABLE table_29583818_3 (place VARCHAR, rank_by_average VARCHAR) ### Question: How many times is the rank by average 4? ### Answer: SELECT COUNT(place) FROM table_29583818_3 WHERE rank_by_average = 4
How many different pairs of writers wrote the episode with series number 56?
CREATE TABLE table_29584601_1 (written_by VARCHAR, no_in_series VARCHAR)
SELECT COUNT(written_by) FROM table_29584601_1 WHERE no_in_series = 56
### Context: CREATE TABLE table_29584601_1 (written_by VARCHAR, no_in_series VARCHAR) ### Question: How many different pairs of writers wrote the episode with series number 56? ### Answer: SELECT COUNT(written_by) FROM table_29584601_1 WHERE no_in_series = 56
what is the school for chris mcnamara?
CREATE TABLE table_29598261_1 (last_school_college VARCHAR, name VARCHAR)
SELECT last_school_college FROM table_29598261_1 WHERE name = "Chris McNamara"
### Context: CREATE TABLE table_29598261_1 (last_school_college VARCHAR, name VARCHAR) ### Question: what is the school for chris mcnamara? ### Answer: SELECT last_school_college FROM table_29598261_1 WHERE name = "Chris McNamara"
how many hometowns for faisal aden?
CREATE TABLE table_29598261_1 (hometown VARCHAR, name VARCHAR)
SELECT COUNT(hometown) FROM table_29598261_1 WHERE name = "Faisal Aden"
### Context: CREATE TABLE table_29598261_1 (hometown VARCHAR, name VARCHAR) ### Question: how many hometowns for faisal aden? ### Answer: SELECT COUNT(hometown) FROM table_29598261_1 WHERE name = "Faisal Aden"
what year is chris mcnamara?
CREATE TABLE table_29598261_1 (year VARCHAR, name VARCHAR)
SELECT year FROM table_29598261_1 WHERE name = "Chris McNamara"
### Context: CREATE TABLE table_29598261_1 (year VARCHAR, name VARCHAR) ### Question: what year is chris mcnamara? ### Answer: SELECT year FROM table_29598261_1 WHERE name = "Chris McNamara"
what is the height of columbia river hs?
CREATE TABLE table_29598261_1 (height VARCHAR, last_school_college VARCHAR)
SELECT height FROM table_29598261_1 WHERE last_school_college = "Columbia River HS"
### Context: CREATE TABLE table_29598261_1 (height VARCHAR, last_school_college VARCHAR) ### Question: what is the height of columbia river hs? ### Answer: SELECT height FROM table_29598261_1 WHERE last_school_college = "Columbia River HS"
what is the hometown for mike ladd?
CREATE TABLE table_29598261_1 (hometown VARCHAR, name VARCHAR)
SELECT hometown FROM table_29598261_1 WHERE name = "Mike Ladd"
### Context: CREATE TABLE table_29598261_1 (hometown VARCHAR, name VARCHAR) ### Question: what is the hometown for mike ladd? ### Answer: SELECT hometown FROM table_29598261_1 WHERE name = "Mike Ladd"
How many seasons did Apocalypstix place 2nd?
CREATE TABLE table_29619494_2 (season VARCHAR, apocalypstix VARCHAR)
SELECT COUNT(season) FROM table_29619494_2 WHERE apocalypstix = "2nd"
### Context: CREATE TABLE table_29619494_2 (season VARCHAR, apocalypstix VARCHAR) ### Question: How many seasons did Apocalypstix place 2nd? ### Answer: SELECT COUNT(season) FROM table_29619494_2 WHERE apocalypstix = "2nd"
What season did the Sake Tuyas come in 1st place?
CREATE TABLE table_29619494_2 (season VARCHAR, sake_tuyas VARCHAR)
SELECT season FROM table_29619494_2 WHERE sake_tuyas = "1st"
### Context: CREATE TABLE table_29619494_2 (season VARCHAR, sake_tuyas VARCHAR) ### Question: What season did the Sake Tuyas come in 1st place? ### Answer: SELECT season FROM table_29619494_2 WHERE sake_tuyas = "1st"
What is the most recent season where the Denim Demons placed 3rd?
CREATE TABLE table_29619494_2 (season INTEGER, denim_demons VARCHAR)
SELECT MAX(season) FROM table_29619494_2 WHERE denim_demons = "3rd"
### Context: CREATE TABLE table_29619494_2 (season INTEGER, denim_demons VARCHAR) ### Question: What is the most recent season where the Denim Demons placed 3rd? ### Answer: SELECT MAX(season) FROM table_29619494_2 WHERE denim_demons = "3rd"
What place did the Sake Tuyas come in when the Denim Demons were 4th?
CREATE TABLE table_29619494_2 (sake_tuyas VARCHAR, denim_demons VARCHAR)
SELECT sake_tuyas FROM table_29619494_2 WHERE denim_demons = "4th"
### Context: CREATE TABLE table_29619494_2 (sake_tuyas VARCHAR, denim_demons VARCHAR) ### Question: What place did the Sake Tuyas come in when the Denim Demons were 4th? ### Answer: SELECT sake_tuyas FROM table_29619494_2 WHERE denim_demons = "4th"
List all the places that the Apocalypstix occupied when the Denim Demons were 2nd.
CREATE TABLE table_29619494_2 (apocalypstix VARCHAR, denim_demons VARCHAR)
SELECT apocalypstix FROM table_29619494_2 WHERE denim_demons = "2nd"
### Context: CREATE TABLE table_29619494_2 (apocalypstix VARCHAR, denim_demons VARCHAR) ### Question: List all the places that the Apocalypstix occupied when the Denim Demons were 2nd. ### Answer: SELECT apocalypstix FROM table_29619494_2 WHERE denim_demons = "2nd"
Which team has a midfielder of konrad warzycha?
CREATE TABLE table_29626583_3 (mls_team VARCHAR, position VARCHAR, player VARCHAR)
SELECT mls_team FROM table_29626583_3 WHERE position = "Midfielder" AND player = "Konrad Warzycha"
### Context: CREATE TABLE table_29626583_3 (mls_team VARCHAR, position VARCHAR, player VARCHAR) ### Question: Which team has a midfielder of konrad warzycha? ### Answer: SELECT mls_team FROM table_29626583_3 WHERE position = "Midfielder" AND player = "Konrad Warzycha"
What is the pick number for the team toronto fc and affiliation is ldu quito?
CREATE TABLE table_29626583_3 (pick__number INTEGER, mls_team VARCHAR, affiliation VARCHAR)
SELECT MAX(pick__number) FROM table_29626583_3 WHERE mls_team = "Toronto FC" AND affiliation = "LDU Quito"
### Context: CREATE TABLE table_29626583_3 (pick__number INTEGER, mls_team VARCHAR, affiliation VARCHAR) ### Question: What is the pick number for the team toronto fc and affiliation is ldu quito? ### Answer: SELECT MAX(pick__number) FROM table_29626583_3 WHERE mls_team = "Toronto FC" AND affiliation = "LDU Quito"
Which MLS team picked player Jason Herrick?
CREATE TABLE table_29626583_3 (mls_team VARCHAR, player VARCHAR)
SELECT mls_team FROM table_29626583_3 WHERE player = "Jason Herrick"
### Context: CREATE TABLE table_29626583_3 (mls_team VARCHAR, player VARCHAR) ### Question: Which MLS team picked player Jason Herrick? ### Answer: SELECT mls_team FROM table_29626583_3 WHERE player = "Jason Herrick"
What position did the team new york red bulls pick?
CREATE TABLE table_29626583_3 (position VARCHAR, mls_team VARCHAR)
SELECT position FROM table_29626583_3 WHERE mls_team = "New York Red Bulls"
### Context: CREATE TABLE table_29626583_3 (position VARCHAR, mls_team VARCHAR) ### Question: What position did the team new york red bulls pick? ### Answer: SELECT position FROM table_29626583_3 WHERE mls_team = "New York Red Bulls"
What was the position when the affiliation is ldu quito?
CREATE TABLE table_29626583_3 (position VARCHAR, affiliation VARCHAR)
SELECT position FROM table_29626583_3 WHERE affiliation = "LDU Quito"
### Context: CREATE TABLE table_29626583_3 (position VARCHAR, affiliation VARCHAR) ### Question: What was the position when the affiliation is ldu quito? ### Answer: SELECT position FROM table_29626583_3 WHERE affiliation = "LDU Quito"
how many peaks where for the chinese episode named 萬凰之王
CREATE TABLE table_29633639_1 (peak VARCHAR, chinese_title VARCHAR)
SELECT COUNT(peak) FROM table_29633639_1 WHERE chinese_title = "萬凰之王"
### Context: CREATE TABLE table_29633639_1 (peak VARCHAR, chinese_title VARCHAR) ### Question: how many peaks where for the chinese episode named 萬凰之王 ### Answer: SELECT COUNT(peak) FROM table_29633639_1 WHERE chinese_title = "萬凰之王"
what is the number of the average of the drama titled 魚躍在花見
CREATE TABLE table_29633639_1 (average INTEGER, chinese_title VARCHAR)
SELECT MAX(average) FROM table_29633639_1 WHERE chinese_title = "魚躍在花見"
### Context: CREATE TABLE table_29633639_1 (average INTEGER, chinese_title VARCHAR) ### Question: what is the number of the average of the drama titled 魚躍在花見 ### Answer: SELECT MAX(average) FROM table_29633639_1 WHERE chinese_title = "魚躍在花見"
how many milion of viewers where in the episode called in english "is a great way to care"
CREATE TABLE table_29633639_1 (hk_viewers VARCHAR, english_title VARCHAR)
SELECT hk_viewers FROM table_29633639_1 WHERE english_title = "A Great Way to Care"
### Context: CREATE TABLE table_29633639_1 (hk_viewers VARCHAR, english_title VARCHAR) ### Question: how many milion of viewers where in the episode called in english "is a great way to care" ### Answer: SELECT hk_viewers FROM table_29633639_1 WHERE english_title = "A Great Way to Care"
what is the number of the premiere for the 34 peak
CREATE TABLE table_29633639_1 (premiere VARCHAR, peak VARCHAR)
SELECT premiere FROM table_29633639_1 WHERE peak = 34
### Context: CREATE TABLE table_29633639_1 (premiere VARCHAR, peak VARCHAR) ### Question: what is the number of the premiere for the 34 peak ### Answer: SELECT premiere FROM table_29633639_1 WHERE peak = 34
In what week was the first game played?
CREATE TABLE table_29679510_2 (week INTEGER)
SELECT MIN(week) FROM table_29679510_2
### Context: CREATE TABLE table_29679510_2 (week INTEGER) ### Question: In what week was the first game played? ### Answer: SELECT MIN(week) FROM table_29679510_2
How many object dates have origin in Samoa?
CREATE TABLE table_29635868_1 (object_date VARCHAR, origin VARCHAR)
SELECT COUNT(object_date) FROM table_29635868_1 WHERE origin = "Samoa"
### Context: CREATE TABLE table_29635868_1 (object_date VARCHAR, origin VARCHAR) ### Question: How many object dates have origin in Samoa? ### Answer: SELECT COUNT(object_date) FROM table_29635868_1 WHERE origin = "Samoa"
How many origins have titles of Samoan cricket bats?
CREATE TABLE table_29635868_1 (origin VARCHAR, title_ VARCHAR, _link_to_episode_on_youtube VARCHAR)
SELECT COUNT(origin) FROM table_29635868_1 WHERE title_ & _link_to_episode_on_youtube = "Samoan Cricket Bats"
### Context: CREATE TABLE table_29635868_1 (origin VARCHAR, title_ VARCHAR, _link_to_episode_on_youtube VARCHAR) ### Question: How many origins have titles of Samoan cricket bats? ### Answer: SELECT COUNT(origin) FROM table_29635868_1 WHERE title_ & _link_to_episode_on_youtube = "Samoan Cricket Bats"
How many object dates does episode #16 have?
CREATE TABLE table_29635868_1 (object_date VARCHAR, episode_number VARCHAR)
SELECT COUNT(object_date) FROM table_29635868_1 WHERE episode_number = 16
### Context: CREATE TABLE table_29635868_1 (object_date VARCHAR, episode_number VARCHAR) ### Question: How many object dates does episode #16 have? ### Answer: SELECT COUNT(object_date) FROM table_29635868_1 WHERE episode_number = 16
Which films participated in the 61st Berlin international film festival?
CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, film_festival VARCHAR)
SELECT participants_recipients FROM table_29644931_1 WHERE film_festival = "61st Berlin International film_festival"
### Context: CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, film_festival VARCHAR) ### Question: Which films participated in the 61st Berlin international film festival? ### Answer: SELECT participants_recipients FROM table_29644931_1 WHERE film_festival = "61st Berlin International film_festival"
What was the result when competing in the Opening NIght Film category?
CREATE TABLE table_29644931_1 (result VARCHAR, category VARCHAR)
SELECT result FROM table_29644931_1 WHERE category = "Opening Night Film"
### Context: CREATE TABLE table_29644931_1 (result VARCHAR, category VARCHAR) ### Question: What was the result when competing in the Opening NIght Film category? ### Answer: SELECT result FROM table_29644931_1 WHERE category = "Opening Night Film"
Which films participated in the 30th Hawaii International Film Festival?
CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, film_festival VARCHAR)
SELECT participants_recipients FROM table_29644931_1 WHERE film_festival = "30th Hawaii International film_festival"
### Context: CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, film_festival VARCHAR) ### Question: Which films participated in the 30th Hawaii International Film Festival? ### Answer: SELECT participants_recipients FROM table_29644931_1 WHERE film_festival = "30th Hawaii International film_festival"
Which films participated when the category was Best Newcomer?
CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, category VARCHAR)
SELECT participants_recipients FROM table_29644931_1 WHERE category = "Best Newcomer"
### Context: CREATE TABLE table_29644931_1 (participants_recipients VARCHAR, category VARCHAR) ### Question: Which films participated when the category was Best Newcomer? ### Answer: SELECT participants_recipients FROM table_29644931_1 WHERE category = "Best Newcomer"
in which year the season was in 5th position
CREATE TABLE table_29697744_1 (season VARCHAR, position VARCHAR)
SELECT season FROM table_29697744_1 WHERE position = "5th"
### Context: CREATE TABLE table_29697744_1 (season VARCHAR, position VARCHAR) ### Question: in which year the season was in 5th position ### Answer: SELECT season FROM table_29697744_1 WHERE position = "5th"
what is the name of the movement in the 7th position
CREATE TABLE table_29697744_1 (movements VARCHAR, position VARCHAR)
SELECT movements FROM table_29697744_1 WHERE position = "7th"
### Context: CREATE TABLE table_29697744_1 (movements VARCHAR, position VARCHAR) ### Question: what is the name of the movement in the 7th position ### Answer: SELECT movements FROM table_29697744_1 WHERE position = "7th"
what is the name of the level for the 7th position
CREATE TABLE table_29697744_1 (level VARCHAR, position VARCHAR)
SELECT level FROM table_29697744_1 WHERE position = "7th"
### Context: CREATE TABLE table_29697744_1 (level VARCHAR, position VARCHAR) ### Question: what is the name of the level for the 7th position ### Answer: SELECT level FROM table_29697744_1 WHERE position = "7th"
how many sections are for the season of 2008
CREATE TABLE table_29697744_1 (section VARCHAR, season VARCHAR)
SELECT COUNT(section) FROM table_29697744_1 WHERE season = "2008"
### Context: CREATE TABLE table_29697744_1 (section VARCHAR, season VARCHAR) ### Question: how many sections are for the season of 2008 ### Answer: SELECT COUNT(section) FROM table_29697744_1 WHERE season = "2008"
in what year the position was the 9th
CREATE TABLE table_29697744_1 (season VARCHAR, position VARCHAR)
SELECT season FROM table_29697744_1 WHERE position = "9th"
### Context: CREATE TABLE table_29697744_1 (season VARCHAR, position VARCHAR) ### Question: in what year the position was the 9th ### Answer: SELECT season FROM table_29697744_1 WHERE position = "9th"