text
stringlengths
150
1.06k
source
dict
### QUESTION What activities does Clear Channel Entertainment Facilitation Limited engage in? ### CONTEXT CREATE TABLE table_1756264_2 (description_of_activities VARCHAR, company_name VARCHAR) ### ANSWER SELECT description_of_activities FROM table_1756264_2 WHERE company_name = "CLEAR CHANNEL ENTERTAINMENT FACILITATION LIMITED"</s>
{ "answer": "SELECT description_of_activities FROM table_1756264_2 WHERE company_name = \"CLEAR CHANNEL ENTERTAINMENT FACILITATION LIMITED\"", "context": "CREATE TABLE table_1756264_2 (description_of_activities VARCHAR, company_name VARCHAR)", "question": "What activities does Clear Channel Entertainment Facilitation Limited engage in?" }
### QUESTION Name the number of first elected for john smith ### CONTEXT CREATE TABLE table_2668387_18 (first_elected VARCHAR, incumbent VARCHAR) ### ANSWER SELECT COUNT(first_elected) FROM table_2668387_18 WHERE incumbent = "John Smith"</s>
{ "answer": "SELECT COUNT(first_elected) FROM table_2668387_18 WHERE incumbent = \"John Smith\"", "context": "CREATE TABLE table_2668387_18 (first_elected VARCHAR, incumbent VARCHAR)", "question": "Name the number of first elected for john smith" }
### QUESTION Name the incumbent for virginia 18 ### CONTEXT CREATE TABLE table_2668387_18 (incumbent VARCHAR, district VARCHAR) ### ANSWER SELECT incumbent FROM table_2668387_18 WHERE district = "Virginia 18"</s>
{ "answer": "SELECT incumbent FROM table_2668387_18 WHERE district = \"Virginia 18\"", "context": "CREATE TABLE table_2668387_18 (incumbent VARCHAR, district VARCHAR)", "question": "Name the incumbent for virginia 18" }
### QUESTION How many times were the candidates leven powell (f) 63.8% roger west (dr) 36.4%? ### CONTEXT CREATE TABLE table_2668405_17 (first_elected VARCHAR, candidates VARCHAR) ### ANSWER SELECT COUNT(first_elected) FROM table_2668405_17 WHERE candidates = "Leven Powell (F) 63.8% Roger West (DR) 36.4%"</s>
{ "answer": "SELECT COUNT(first_elected) FROM table_2668405_17 WHERE candidates = \"Leven Powell (F) 63.8% Roger West (DR) 36.4%\"", "context": "CREATE TABLE table_2668405_17 (first_elected VARCHAR, candidates VARCHAR)", "question": "How many times were the candidates leven powell (f) 63.8% roger west (dr) 36.4%?" }
### QUESTION What was the original air date of this episode that was written by Debbie Sarjeant? ### CONTEXT CREATE TABLE table_17623902_1 (original_air_date VARCHAR, written_by VARCHAR) ### ANSWER SELECT original_air_date FROM table_17623902_1 WHERE written_by = "Debbie Sarjeant"</s>
{ "answer": "SELECT original_air_date FROM table_17623902_1 WHERE written_by = \"Debbie Sarjeant\"", "context": "CREATE TABLE table_17623902_1 (original_air_date VARCHAR, written_by VARCHAR)", "question": "What was the original air date of this episode that was written by Debbie Sarjeant?" }
### QUESTION How many episodes did Julie Martin wrote for the show If every episode has its own production code? ### CONTEXT CREATE TABLE table_17623902_1 (production_code VARCHAR, written_by VARCHAR) ### ANSWER SELECT COUNT(production_code) FROM table_17623902_1 WHERE written_by = "Julie Martin"</s>
{ "answer": "SELECT COUNT(production_code) FROM table_17623902_1 WHERE written_by = \"Julie Martin\"", "context": "CREATE TABLE table_17623902_1 (production_code VARCHAR, written_by VARCHAR)", "question": "How many episodes did Julie Martin wrote for the show If every episode has its own production code?" }
### QUESTION Name the total number of series for april 26 ### CONTEXT CREATE TABLE table_17621978_11 (series VARCHAR, date VARCHAR) ### ANSWER SELECT COUNT(series) FROM table_17621978_11 WHERE date = "April 26"</s>
{ "answer": "SELECT COUNT(series) FROM table_17621978_11 WHERE date = \"April 26\"", "context": "CREATE TABLE table_17621978_11 (series VARCHAR, date VARCHAR)", "question": "Name the total number of series for april 26" }
### QUESTION What is the name of the country where moving from is listed as bristol city? ### CONTEXT CREATE TABLE table_17634290_7 (country VARCHAR, moving_from VARCHAR) ### ANSWER SELECT country FROM table_17634290_7 WHERE moving_from = "Bristol City"</s>
{ "answer": "SELECT country FROM table_17634290_7 WHERE moving_from = \"Bristol City\"", "context": "CREATE TABLE table_17634290_7 (country VARCHAR, moving_from VARCHAR)", "question": "What is the name of the country where moving from is listed as bristol city?" }
### QUESTION Who handled production for the race when the championship went to david wall and challenge was jordan ormsby? ### CONTEXT CREATE TABLE table_26686908_2 (production VARCHAR, championship VARCHAR, challenge VARCHAR) ### ANSWER SELECT production FROM table_26686908_2 WHERE championship = "David Wall" AND challenge = "Jordan Ormsby"</s>
{ "answer": "SELECT production FROM table_26686908_2 WHERE championship = \"David Wall\" AND challenge = \"Jordan Ormsby\"", "context": "CREATE TABLE table_26686908_2 (production VARCHAR, championship VARCHAR, challenge VARCHAR)", "question": "Who handled production for the race when the championship went to david wall and challenge was jordan ormsby?" }
### QUESTION What date was the men's 100m breaststroke in heat 6? ### CONTEXT CREATE TABLE table_name_74 (date VARCHAR, event VARCHAR, heat_semifinal_final VARCHAR) ### ANSWER SELECT date FROM table_name_74 WHERE event = "men's 100m breaststroke" AND heat_semifinal_final = "heat 6"</s>
{ "answer": "SELECT date FROM table_name_74 WHERE event = \"men's 100m breaststroke\" AND heat_semifinal_final = \"heat 6\"", "context": "CREATE TABLE table_name_74 (date VARCHAR, event VARCHAR, heat_semifinal_final VARCHAR)", "question": "What date was the men's 100m breaststroke in heat 6?" }
### QUESTION what is the title of the episode with the director pamela fryman and the production code 2alh07? ### CONTEXT CREATE TABLE table_26701861_1 (title VARCHAR, director VARCHAR, production_code VARCHAR) ### ANSWER SELECT title FROM table_26701861_1 WHERE director = "Pamela Fryman" AND production_code = "2ALH07"</s>
{ "answer": "SELECT title FROM table_26701861_1 WHERE director = \"Pamela Fryman\" AND production_code = \"2ALH07\"", "context": "CREATE TABLE table_26701861_1 (title VARCHAR, director VARCHAR, production_code VARCHAR)", "question": "what is the title of the episode with the director pamela fryman and the production code 2alh07?" }
### QUESTION What is the conserved in mus musculus listing for sequence aagtact? ### CONTEXT CREATE TABLE table_26708105_2 (conserved_in_mus_musculus VARCHAR, sequence VARCHAR) ### ANSWER SELECT conserved_in_mus_musculus FROM table_26708105_2 WHERE sequence = "aAGTAct"</s>
{ "answer": "SELECT conserved_in_mus_musculus FROM table_26708105_2 WHERE sequence = \"aAGTAct\"", "context": "CREATE TABLE table_26708105_2 (conserved_in_mus_musculus VARCHAR, sequence VARCHAR)", "question": "What is the conserved in mus musculus listing for sequence aagtact?" }
### QUESTION How many times is the accession number xp_001843282? ### CONTEXT CREATE TABLE table_26708105_5 (common_name VARCHAR, accession_number VARCHAR) ### ANSWER SELECT COUNT(common_name) FROM table_26708105_5 WHERE accession_number = "XP_001843282"</s>
{ "answer": "SELECT COUNT(common_name) FROM table_26708105_5 WHERE accession_number = \"XP_001843282\"", "context": "CREATE TABLE table_26708105_5 (common_name VARCHAR, accession_number VARCHAR)", "question": "How many times is the accession number xp_001843282?" }
### QUESTION With the given points of 51, what was the total number of the try bonus? ### CONTEXT CREATE TABLE table_17675675_2 (try_bonus VARCHAR, points VARCHAR) ### ANSWER SELECT COUNT(try_bonus) FROM table_17675675_2 WHERE points = "51"</s>
{ "answer": "SELECT COUNT(try_bonus) FROM table_17675675_2 WHERE points = \"51\"", "context": "CREATE TABLE table_17675675_2 (try_bonus VARCHAR, points VARCHAR)", "question": "With the given points of 51, what was the total number of the try bonus?" }
### QUESTION How many entries for number in series when director is Bryan Cranston? ### CONTEXT CREATE TABLE table_26736040_1 (no_in_series VARCHAR, directed_by VARCHAR) ### ANSWER SELECT COUNT(no_in_series) FROM table_26736040_1 WHERE directed_by = "Bryan Cranston"</s>
{ "answer": "SELECT COUNT(no_in_series) FROM table_26736040_1 WHERE directed_by = \"Bryan Cranston\"", "context": "CREATE TABLE table_26736040_1 (no_in_series VARCHAR, directed_by VARCHAR)", "question": "How many entries for number in series when director is Bryan Cranston?" }
### QUESTION Who are all the stage winners where the team classification is Caisse D'epargne? ### CONTEXT CREATE TABLE table_17672500_19 (stage__winner_ VARCHAR, team_classification VARCHAR) ### ANSWER SELECT stage__winner_ FROM table_17672500_19 WHERE team_classification = "Caisse d'Epargne"</s>
{ "answer": "SELECT stage__winner_ FROM table_17672500_19 WHERE team_classification = \"Caisse d'Epargne\"", "context": "CREATE TABLE table_17672500_19 (stage__winner_ VARCHAR, team_classification VARCHAR)", "question": "Who are all the stage winners where the team classification is Caisse D'epargne?" }
### QUESTION What was the date of the tournament with a clay surface and an opponent of Irina Falconi? ### CONTEXT CREATE TABLE table_name_43 (date VARCHAR, surface VARCHAR, opponent VARCHAR) ### ANSWER SELECT date FROM table_name_43 WHERE surface = "clay" AND opponent = "irina falconi"</s>
{ "answer": "SELECT date FROM table_name_43 WHERE surface = \"clay\" AND opponent = \"irina falconi\"", "context": "CREATE TABLE table_name_43 (date VARCHAR, surface VARCHAR, opponent VARCHAR)", "question": "What was the date of the tournament with a clay surface and an opponent of Irina Falconi?" }
### QUESTION How many episodes are there for the three darts challenge with Sharon Osbourne? ### CONTEXT CREATE TABLE table_26733129_1 (episode_number INTEGER, three_darts_challenge VARCHAR) ### ANSWER SELECT MAX(episode_number) FROM table_26733129_1 WHERE three_darts_challenge = "Sharon Osbourne"</s>
{ "answer": "SELECT MAX(episode_number) FROM table_26733129_1 WHERE three_darts_challenge = \"Sharon Osbourne\"", "context": "CREATE TABLE table_26733129_1 (episode_number INTEGER, three_darts_challenge VARCHAR)", "question": "How many episodes are there for the three darts challenge with Sharon Osbourne?" }
### QUESTION What musical performances aired on 5 April 2010? ### CONTEXT CREATE TABLE table_26733129_1 (musical_performance VARCHAR, air_date VARCHAR) ### ANSWER SELECT musical_performance FROM table_26733129_1 WHERE air_date = "5 April 2010"</s>
{ "answer": "SELECT musical_performance FROM table_26733129_1 WHERE air_date = \"5 April 2010\"", "context": "CREATE TABLE table_26733129_1 (musical_performance VARCHAR, air_date VARCHAR)", "question": "What musical performances aired on 5 April 2010?" }
### QUESTION What is the smallest ANSI code for adler township when Longitude is more than -101.333926, GEO ID is less than 3806700900, and Land ( sqmi ) is more than 35.84? ### CONTEXT CREATE TABLE table_name_18 (ansi_code INTEGER, land___sqmi__ VARCHAR, township VARCHAR, longitude VARCHAR, geo_id VARCHAR) ### ANSWER SELECT MIN(ansi_code) FROM table_name_18 WHERE longitude > -101.333926 AND geo_id < 3806700900 AND township = "adler" AND land___sqmi__ > 35.84</s>
{ "answer": "SELECT MIN(ansi_code) FROM table_name_18 WHERE longitude > -101.333926 AND geo_id < 3806700900 AND township = \"adler\" AND land___sqmi__ > 35.84", "context": "CREATE TABLE table_name_18 (ansi_code INTEGER, land___sqmi__ VARCHAR, township VARCHAR, longitude VARCHAR, geo_id VARCHAR)", "question": "What is the smallest ANSI code for adler township when Longitude is more than -101.333926, GEO ID is less than 3806700900, and Land ( sqmi ) is more than 35.84?" }
### QUESTION When гн(иј)ездо / gn(ij)ezdo is the serbo-croatian how many proto-slavics are there? ### CONTEXT CREATE TABLE table_26757_4 (proto_slavic VARCHAR, serbo_croatian VARCHAR) ### ANSWER SELECT COUNT(proto_slavic) FROM table_26757_4 WHERE serbo_croatian = "гн(иј)ездо / gn(ij)ezdo"</s>
{ "answer": "SELECT COUNT(proto_slavic) FROM table_26757_4 WHERE serbo_croatian = \"гн(иј)ездо / gn(ij)ezdo\"", "context": "CREATE TABLE table_26757_4 (proto_slavic VARCHAR, serbo_croatian VARCHAR)", "question": "When гн(иј)ездо / gn(ij)ezdo is the serbo-croatian how many proto-slavics are there?" }
### QUESTION How many stations are called radyo5 101.9 news fm? ### CONTEXT CREATE TABLE table_17822401_1 (location VARCHAR, branding VARCHAR) ### ANSWER SELECT COUNT(location) FROM table_17822401_1 WHERE branding = "Radyo5 101.9 News FM"</s>
{ "answer": "SELECT COUNT(location) FROM table_17822401_1 WHERE branding = \"Radyo5 101.9 News FM\"", "context": "CREATE TABLE table_17822401_1 (location VARCHAR, branding VARCHAR)", "question": "How many stations are called radyo5 101.9 news fm?" }
### QUESTION What is the church name for the church located in Kyrkjebø? ### CONTEXT CREATE TABLE table_178389_1 (church_name VARCHAR, location_of_the_church VARCHAR) ### ANSWER SELECT church_name FROM table_178389_1 WHERE location_of_the_church = "Kyrkjebø"</s>
{ "answer": "SELECT church_name FROM table_178389_1 WHERE location_of_the_church = \"Kyrkjebø\"", "context": "CREATE TABLE table_178389_1 (church_name VARCHAR, location_of_the_church VARCHAR)", "question": "What is the church name for the church located in Kyrkjebø?" }
### QUESTION In what county is the latitude less than 46.935364 and GEO ID is 3801700500? ### CONTEXT CREATE TABLE table_name_4 (county VARCHAR, latitude VARCHAR, geo_id VARCHAR) ### ANSWER SELECT county FROM table_name_4 WHERE latitude < 46.935364 AND geo_id = 3801700500</s>
{ "answer": "SELECT county FROM table_name_4 WHERE latitude < 46.935364 AND geo_id = 3801700500", "context": "CREATE TABLE table_name_4 (county VARCHAR, latitude VARCHAR, geo_id VARCHAR)", "question": "In what county is the latitude less than 46.935364 and GEO ID is 3801700500?" }
### QUESTION What is the number of brand where the power is 5kw? ### CONTEXT CREATE TABLE table_17822401_1 (branding VARCHAR, power__kw_ VARCHAR) ### ANSWER SELECT COUNT(branding) FROM table_17822401_1 WHERE power__kw_ = "5kW"</s>
{ "answer": "SELECT COUNT(branding) FROM table_17822401_1 WHERE power__kw_ = \"5kW\"", "context": "CREATE TABLE table_17822401_1 (branding VARCHAR, power__kw_ VARCHAR)", "question": "What is the number of brand where the power is 5kw?" }
### QUESTION Which Year has a Venue of bydgoszcz, poland, and an Event of junior team? ### CONTEXT CREATE TABLE table_name_75 (year INTEGER, venue VARCHAR, event VARCHAR) ### ANSWER SELECT AVG(year) FROM table_name_75 WHERE venue = "bydgoszcz, poland" AND event = "junior team"</s>
{ "answer": "SELECT AVG(year) FROM table_name_75 WHERE venue = \"bydgoszcz, poland\" AND event = \"junior team\"", "context": "CREATE TABLE table_name_75 (year INTEGER, venue VARCHAR, event VARCHAR)", "question": "Which Year has a Venue of bydgoszcz, poland, and an Event of junior team?" }
### QUESTION What is the name of the only route that runs to bhavnagar? ### CONTEXT CREATE TABLE table_26745820_5 (vivek_express__15905_15906 VARCHAR, kanyakumari VARCHAR) ### ANSWER SELECT vivek_express__15905_15906 FROM table_26745820_5 WHERE kanyakumari = "Bhavnagar"</s>
{ "answer": "SELECT vivek_express__15905_15906 FROM table_26745820_5 WHERE kanyakumari = \"Bhavnagar\"", "context": "CREATE TABLE table_26745820_5 (vivek_express__15905_15906 VARCHAR, kanyakumari VARCHAR)", "question": "What is the name of the only route that runs to bhavnagar?" }
### QUESTION What district is the court located in Tolland? ### CONTEXT CREATE TABLE table_26758262_1 (district INTEGER, location_of_court VARCHAR) ### ANSWER SELECT MAX(district) FROM table_26758262_1 WHERE location_of_court = "Tolland"</s>
{ "answer": "SELECT MAX(district) FROM table_26758262_1 WHERE location_of_court = \"Tolland\"", "context": "CREATE TABLE table_26758262_1 (district INTEGER, location_of_court VARCHAR)", "question": "What district is the court located in Tolland?" }
### QUESTION What is the lowest 2013 population estimate of the province with a 23.7 percentage? ### CONTEXT CREATE TABLE table_name_57 (population_estimate__2013_ INTEGER, percentage VARCHAR) ### ANSWER SELECT MIN(population_estimate__2013_) FROM table_name_57 WHERE percentage = 23.7</s>
{ "answer": "SELECT MIN(population_estimate__2013_) FROM table_name_57 WHERE percentage = 23.7", "context": "CREATE TABLE table_name_57 (population_estimate__2013_ INTEGER, percentage VARCHAR)", "question": "What is the lowest 2013 population estimate of the province with a 23.7 percentage?" }
### QUESTION who is the player for the position defence and the college/junior/club team is ottawa 67's (ohl)? ### CONTEXT CREATE TABLE table_2679061_1 (player VARCHAR, position VARCHAR, college_junior_club_team VARCHAR) ### ANSWER SELECT player FROM table_2679061_1 WHERE position = "Defence" AND college_junior_club_team = "Ottawa 67's (OHL)"</s>
{ "answer": "SELECT player FROM table_2679061_1 WHERE position = \"Defence\" AND college_junior_club_team = \"Ottawa 67's (OHL)\"", "context": "CREATE TABLE table_2679061_1 (player VARCHAR, position VARCHAR, college_junior_club_team VARCHAR)", "question": "who is the player for the position defence and the college/junior/club team is ottawa 67's (ohl)?" }
### QUESTION What is the platform for the game of the third-person shooter genre? ### CONTEXT CREATE TABLE table_name_65 (platform_s_ VARCHAR, genre VARCHAR) ### ANSWER SELECT platform_s_ FROM table_name_65 WHERE genre = "third-person shooter"</s>
{ "answer": "SELECT platform_s_ FROM table_name_65 WHERE genre = \"third-person shooter\"", "context": "CREATE TABLE table_name_65 (platform_s_ VARCHAR, genre VARCHAR)", "question": "What is the platform for the game of the third-person shooter genre?" }
### QUESTION What is the platform of the game from 2007? ### CONTEXT CREATE TABLE table_name_95 (platform_s_ VARCHAR, year VARCHAR) ### ANSWER SELECT platform_s_ FROM table_name_95 WHERE year = 2007</s>
{ "answer": "SELECT platform_s_ FROM table_name_95 WHERE year = 2007", "context": "CREATE TABLE table_name_95 (platform_s_ VARCHAR, year VARCHAR)", "question": "What is the platform of the game from 2007?" }
### QUESTION How many picks did the Chicago Black Hawks get? ### CONTEXT CREATE TABLE table_2679061_11 (pick__number VARCHAR, nhl_team VARCHAR) ### ANSWER SELECT COUNT(pick__number) FROM table_2679061_11 WHERE nhl_team = "Chicago Black Hawks"</s>
{ "answer": "SELECT COUNT(pick__number) FROM table_2679061_11 WHERE nhl_team = \"Chicago Black Hawks\"", "context": "CREATE TABLE table_2679061_11 (pick__number VARCHAR, nhl_team VARCHAR)", "question": "How many picks did the Chicago Black Hawks get?" }
### QUESTION Who was the developer of Resident Evil 4? ### CONTEXT CREATE TABLE table_name_4 (developer_s_ VARCHAR, game VARCHAR) ### ANSWER SELECT developer_s_ FROM table_name_4 WHERE game = "resident evil 4"</s>
{ "answer": "SELECT developer_s_ FROM table_name_4 WHERE game = \"resident evil 4\"", "context": "CREATE TABLE table_name_4 (developer_s_ VARCHAR, game VARCHAR)", "question": "Who was the developer of Resident Evil 4?" }
### QUESTION What lane had a heat after 12, a rank of 38 and a time larger than 22.67? ### CONTEXT CREATE TABLE table_name_59 (lane INTEGER, time VARCHAR, heat VARCHAR, rank VARCHAR) ### ANSWER SELECT AVG(lane) FROM table_name_59 WHERE heat > 12 AND rank = 38 AND time > 22.67</s>
{ "answer": "SELECT AVG(lane) FROM table_name_59 WHERE heat > 12 AND rank = 38 AND time > 22.67", "context": "CREATE TABLE table_name_59 (lane INTEGER, time VARCHAR, heat VARCHAR, rank VARCHAR)", "question": "What lane had a heat after 12, a rank of 38 and a time larger than 22.67?" }
### QUESTION What state had November 30, 1962 as the date of the successors formal installation? ### CONTEXT CREATE TABLE table_1802522_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) ### ANSWER SELECT state__class_ FROM table_1802522_3 WHERE date_of_successors_formal_installation = "November 30, 1962"</s>
{ "answer": "SELECT state__class_ FROM table_1802522_3 WHERE date_of_successors_formal_installation = \"November 30, 1962\"", "context": "CREATE TABLE table_1802522_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR)", "question": "What state had November 30, 1962 as the date of the successors formal installation?" }
### QUESTION What is the longitude with a latitude of 48.930222 with a Geo ID smaller than 3806755660? ### CONTEXT CREATE TABLE table_name_38 (longitude VARCHAR, latitude VARCHAR, geo_id VARCHAR) ### ANSWER SELECT COUNT(longitude) FROM table_name_38 WHERE latitude = 48.930222 AND geo_id < 3806755660</s>
{ "answer": "SELECT COUNT(longitude) FROM table_name_38 WHERE latitude = 48.930222 AND geo_id < 3806755660", "context": "CREATE TABLE table_name_38 (longitude VARCHAR, latitude VARCHAR, geo_id VARCHAR)", "question": "What is the longitude with a latitude of 48.930222 with a Geo ID smaller than 3806755660?" }
### QUESTION What is the latitude that has a sqmi smaller than 34.401, a Geo ID smaller than 3807157722, and a Longitude of -98.475995? ### CONTEXT CREATE TABLE table_name_18 (latitude VARCHAR, longitude VARCHAR, land___sqmi__ VARCHAR, geo_id VARCHAR) ### ANSWER SELECT latitude FROM table_name_18 WHERE land___sqmi__ < 34.401 AND geo_id < 3807157722 AND longitude = -98.475995</s>
{ "answer": "SELECT latitude FROM table_name_18 WHERE land___sqmi__ < 34.401 AND geo_id < 3807157722 AND longitude = -98.475995", "context": "CREATE TABLE table_name_18 (latitude VARCHAR, longitude VARCHAR, land___sqmi__ VARCHAR, geo_id VARCHAR)", "question": "What is the latitude that has a sqmi smaller than 34.401, a Geo ID smaller than 3807157722, and a Longitude of -98.475995?" }
### QUESTION When the winners votes were 50.54% who were the members of parliment? ### CONTEXT CREATE TABLE table_18106841_1 (members_of_parliament VARCHAR, winners__percentage_votes VARCHAR) ### ANSWER SELECT members_of_parliament FROM table_18106841_1 WHERE winners__percentage_votes = "50.54%"</s>
{ "answer": "SELECT members_of_parliament FROM table_18106841_1 WHERE winners__percentage_votes = \"50.54%\"", "context": "CREATE TABLE table_18106841_1 (members_of_parliament VARCHAR, winners__percentage_votes VARCHAR)", "question": "When the winners votes were 50.54% who were the members of parliment?" }
### QUESTION What is the total longitude of Nogosek and a GEO ID larger than 3809357060? ### CONTEXT CREATE TABLE table_name_68 (longitude VARCHAR, township VARCHAR, geo_id VARCHAR) ### ANSWER SELECT COUNT(longitude) FROM table_name_68 WHERE township = "nogosek" AND geo_id > 3809357060</s>
{ "answer": "SELECT COUNT(longitude) FROM table_name_68 WHERE township = \"nogosek\" AND geo_id > 3809357060", "context": "CREATE TABLE table_name_68 (longitude VARCHAR, township VARCHAR, geo_id VARCHAR)", "question": "What is the total longitude of Nogosek and a GEO ID larger than 3809357060?" }
### QUESTION What's the series number of the episode originally viewed by 4.1 million people and written by Douglas Lieblein? ### CONTEXT CREATE TABLE table_18055005_1 (no_in_series VARCHAR, viewers__millions_ VARCHAR, written_by VARCHAR) ### ANSWER SELECT no_in_series FROM table_18055005_1 WHERE viewers__millions_ = "4.1" AND written_by = "Douglas Lieblein"</s>
{ "answer": "SELECT no_in_series FROM table_18055005_1 WHERE viewers__millions_ = \"4.1\" AND written_by = \"Douglas Lieblein\"", "context": "CREATE TABLE table_18055005_1 (no_in_series VARCHAR, viewers__millions_ VARCHAR, written_by VARCHAR)", "question": "What's the series number of the episode originally viewed by 4.1 million people and written by Douglas Lieblein?" }
### QUESTION Who are the recipients that won for David Duchovny role/episode? ### CONTEXT CREATE TABLE table_name_30 (recipients_and_nominees VARCHAR, role_episode VARCHAR, result VARCHAR) ### ANSWER SELECT recipients_and_nominees FROM table_name_30 WHERE role_episode = "david duchovny" AND result = "won"</s>
{ "answer": "SELECT recipients_and_nominees FROM table_name_30 WHERE role_episode = \"david duchovny\" AND result = \"won\"", "context": "CREATE TABLE table_name_30 (recipients_and_nominees VARCHAR, role_episode VARCHAR, result VARCHAR)", "question": "Who are the recipients that won for David Duchovny role/episode?" }
### QUESTION which chapter was Transmitted on wednesday if the episode of "363 the hangover part ii" was transmitted on monday? ### CONTEXT CREATE TABLE table_18173916_8 (wednesday VARCHAR, monday VARCHAR) ### ANSWER SELECT wednesday FROM table_18173916_8 WHERE monday = "363 The Hangover Part II"</s>
{ "answer": "SELECT wednesday FROM table_18173916_8 WHERE monday = \"363 The Hangover Part II\"", "context": "CREATE TABLE table_18173916_8 (wednesday VARCHAR, monday VARCHAR)", "question": "which chapter was Transmitted on wednesday if the episode of \"363 the hangover part ii\" was transmitted on monday? " }
### QUESTION which episode was Transmitted on friday if the episode of "414 insanely twisted shadow planet" was transmitted on tuesday? ### CONTEXT CREATE TABLE table_18173916_8 (friday VARCHAR, tuesday VARCHAR) ### ANSWER SELECT friday FROM table_18173916_8 WHERE tuesday = "414 Insanely Twisted Shadow Planet"</s>
{ "answer": "SELECT friday FROM table_18173916_8 WHERE tuesday = \"414 Insanely Twisted Shadow Planet\"", "context": "CREATE TABLE table_18173916_8 (friday VARCHAR, tuesday VARCHAR)", "question": "which episode was Transmitted on friday if the episode of \"414 insanely twisted shadow planet\" was transmitted on tuesday? " }
### QUESTION What's the reserved number for constituency number 108? ### CONTEXT CREATE TABLE table_name_43 (reserved_for___sc___st__none_ VARCHAR, constituency_number VARCHAR) ### ANSWER SELECT reserved_for___sc___st__none_ FROM table_name_43 WHERE constituency_number = "108"</s>
{ "answer": "SELECT reserved_for___sc___st__none_ FROM table_name_43 WHERE constituency_number = \"108\"", "context": "CREATE TABLE table_name_43 (reserved_for___sc___st__none_ VARCHAR, constituency_number VARCHAR)", "question": "What's the reserved number for constituency number 108?" }
### QUESTION which episode was Transmitted on friday if the episode of "515 the adventures of tintin" was transmitted on monday? ### CONTEXT CREATE TABLE table_18173916_8 (friday VARCHAR, monday VARCHAR) ### ANSWER SELECT friday FROM table_18173916_8 WHERE monday = "515 The Adventures of Tintin"</s>
{ "answer": "SELECT friday FROM table_18173916_8 WHERE monday = \"515 The Adventures of Tintin\"", "context": "CREATE TABLE table_18173916_8 (friday VARCHAR, monday VARCHAR)", "question": "which episode was Transmitted on friday if the episode of \"515 the adventures of tintin\" was transmitted on monday? " }
### QUESTION What was the result in the game where the visiting team was Louisiana-Monroe? ### CONTEXT CREATE TABLE table_26842217_12 (result VARCHAR, visiting_team VARCHAR) ### ANSWER SELECT result FROM table_26842217_12 WHERE visiting_team = "Louisiana-Monroe"</s>
{ "answer": "SELECT result FROM table_26842217_12 WHERE visiting_team = \"Louisiana-Monroe\"", "context": "CREATE TABLE table_26842217_12 (result VARCHAR, visiting_team VARCHAR)", "question": "What was the result in the game where the visiting team was Louisiana-Monroe?" }
### QUESTION What is the Rowers of the race with a Time of 7:41.97 and Notes of FC? ### CONTEXT CREATE TABLE table_name_99 (rowers VARCHAR, notes VARCHAR, time VARCHAR) ### ANSWER SELECT rowers FROM table_name_99 WHERE notes = "fc" AND time = "7:41.97"</s>
{ "answer": "SELECT rowers FROM table_name_99 WHERE notes = \"fc\" AND time = \"7:41.97\"", "context": "CREATE TABLE table_name_99 (rowers VARCHAR, notes VARCHAR, time VARCHAR)", "question": "What is the Rowers of the race with a Time of 7:41.97 and Notes of FC?" }
### QUESTION Name the broadcast for 7:00pm and mississippi state ### CONTEXT CREATE TABLE table_26842217_18 (broadcast VARCHAR, time VARCHAR, home_team VARCHAR) ### ANSWER SELECT broadcast FROM table_26842217_18 WHERE time = "7:00pm" AND home_team = "Mississippi State"</s>
{ "answer": "SELECT broadcast FROM table_26842217_18 WHERE time = \"7:00pm\" AND home_team = \"Mississippi State\"", "context": "CREATE TABLE table_26842217_18 (broadcast VARCHAR, time VARCHAR, home_team VARCHAR)", "question": "Name the broadcast for 7:00pm and mississippi state" }
### QUESTION What is the first year that Reasons to be Pretty had a nominee for best performance by a leading actor in a play? ### CONTEXT CREATE TABLE table_name_56 (year INTEGER, category VARCHAR) ### ANSWER SELECT MIN(year) FROM table_name_56 WHERE category = "best performance by a leading actor in a play"</s>
{ "answer": "SELECT MIN(year) FROM table_name_56 WHERE category = \"best performance by a leading actor in a play\"", "context": "CREATE TABLE table_name_56 (year INTEGER, category VARCHAR)", "question": "What is the first year that Reasons to be Pretty had a nominee for best performance by a leading actor in a play?" }
### QUESTION What was the total score / week of the contestant who placed in the bottom 2 on august 14? ### CONTEXT CREATE TABLE table_18278508_6 (total_score_week VARCHAR, date_performed VARCHAR, position VARCHAR) ### ANSWER SELECT total_score_week FROM table_18278508_6 WHERE date_performed = "August 14" AND position = "Bottom 2"</s>
{ "answer": "SELECT total_score_week FROM table_18278508_6 WHERE date_performed = \"August 14\" AND position = \"Bottom 2\"", "context": "CREATE TABLE table_18278508_6 (total_score_week VARCHAR, date_performed VARCHAR, position VARCHAR)", "question": "What was the total score / week of the contestant who placed in the bottom 2 on august 14?" }
### QUESTION Name the total number of main contestants for safe position for tina parekh ### CONTEXT CREATE TABLE table_18278508_4 (main_contestant VARCHAR, position VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR) ### ANSWER SELECT COUNT(main_contestant) FROM table_18278508_4 WHERE position = "Safe" AND co_contestant__yaar_vs_pyaar_ = "Tina Parekh"</s>
{ "answer": "SELECT COUNT(main_contestant) FROM table_18278508_4 WHERE position = \"Safe\" AND co_contestant__yaar_vs_pyaar_ = \"Tina Parekh\"", "context": "CREATE TABLE table_18278508_4 (main_contestant VARCHAR, position VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)", "question": "Name the total number of main contestants for safe position for tina parekh" }
### QUESTION What is the match report for the game that was played on 23 august 2008 in stark's park during the second division competition? ### CONTEXT CREATE TABLE table_name_13 (match_report VARCHAR, date VARCHAR, venue VARCHAR, competition VARCHAR) ### ANSWER SELECT match_report FROM table_name_13 WHERE venue = "stark's park" AND competition = "second division" AND date = "23 august 2008"</s>
{ "answer": "SELECT match_report FROM table_name_13 WHERE venue = \"stark's park\" AND competition = \"second division\" AND date = \"23 august 2008\"", "context": "CREATE TABLE table_name_13 (match_report VARCHAR, date VARCHAR, venue VARCHAR, competition VARCHAR)", "question": "What is the match report for the game that was played on 23 august 2008 in stark's park during the second division competition?" }
### QUESTION What is the province where the age of the contestant is 27? ### CONTEXT CREATE TABLE table_18349697_1 (province VARCHAR, _community VARCHAR, age VARCHAR) ### ANSWER SELECT province, _community FROM table_18349697_1 WHERE age = 27</s>
{ "answer": "SELECT province, _community FROM table_18349697_1 WHERE age = 27", "context": "CREATE TABLE table_18349697_1 (province VARCHAR, _community VARCHAR, age VARCHAR)", "question": "What is the province where the age of the contestant is 27?" }
### QUESTION When joan tewkesbury is the director what is the number in seasons? ### CONTEXT CREATE TABLE table_18367694_3 (no_in_season VARCHAR, directed_by VARCHAR) ### ANSWER SELECT no_in_season FROM table_18367694_3 WHERE directed_by = "Joan Tewkesbury"</s>
{ "answer": "SELECT no_in_season FROM table_18367694_3 WHERE directed_by = \"Joan Tewkesbury\"", "context": "CREATE TABLE table_18367694_3 (no_in_season VARCHAR, directed_by VARCHAR)", "question": "When joan tewkesbury is the director what is the number in seasons?" }
### QUESTION What is the location of the Durfee Mill No. 1, built before 1872 ? ### CONTEXT CREATE TABLE table_name_7 (location VARCHAR, built VARCHAR, name VARCHAR) ### ANSWER SELECT location FROM table_name_7 WHERE built < 1872 AND name = "durfee mill no. 1"</s>
{ "answer": "SELECT location FROM table_name_7 WHERE built < 1872 AND name = \"durfee mill no. 1\"", "context": "CREATE TABLE table_name_7 (location VARCHAR, built VARCHAR, name VARCHAR)", "question": "What is the location of the Durfee Mill No. 1, built before 1872 ?" }
### QUESTION are in tobago species liophis cobellus cobellus? ### CONTEXT CREATE TABLE table_1850282_5 (tobago VARCHAR, species VARCHAR) ### ANSWER SELECT tobago FROM table_1850282_5 WHERE species = "Liophis cobellus cobellus"</s>
{ "answer": "SELECT tobago FROM table_1850282_5 WHERE species = \"Liophis cobellus cobellus\"", "context": "CREATE TABLE table_1850282_5 (tobago VARCHAR, species VARCHAR)", "question": "are in tobago species liophis cobellus cobellus?" }
### QUESTION Why did the change happened in Massachusetts (2)? ### CONTEXT CREATE TABLE table_18563954_3 (reason_for_change VARCHAR, state__class_ VARCHAR) ### ANSWER SELECT reason_for_change FROM table_18563954_3 WHERE state__class_ = "Massachusetts (2)"</s>
{ "answer": "SELECT reason_for_change FROM table_18563954_3 WHERE state__class_ = \"Massachusetts (2)\"", "context": "CREATE TABLE table_18563954_3 (reason_for_change VARCHAR, state__class_ VARCHAR)", "question": "Why did the change happened in Massachusetts (2)?" }
### QUESTION Name the number of production code for 5.08 ### CONTEXT CREATE TABLE table_18569389_1 (production_code VARCHAR, us_viewers__million_ VARCHAR) ### ANSWER SELECT COUNT(production_code) FROM table_18569389_1 WHERE us_viewers__million_ = "5.08"</s>
{ "answer": "SELECT COUNT(production_code) FROM table_18569389_1 WHERE us_viewers__million_ = \"5.08\"", "context": "CREATE TABLE table_18569389_1 (production_code VARCHAR, us_viewers__million_ VARCHAR)", "question": "Name the number of production code for 5.08" }
### QUESTION When 17.07 is the loa (metres) what is the type of yacht? ### CONTEXT CREATE TABLE table_1858574_2 (yacht VARCHAR, loa__metres_ VARCHAR) ### ANSWER SELECT yacht AS Type FROM table_1858574_2 WHERE loa__metres_ = "17.07"</s>
{ "answer": "SELECT yacht AS Type FROM table_1858574_2 WHERE loa__metres_ = \"17.07\"", "context": "CREATE TABLE table_1858574_2 (yacht VARCHAR, loa__metres_ VARCHAR)", "question": "When 17.07 is the loa (metres) what is the type of yacht?" }
### QUESTION When 3 is the position what is the sail number? ### CONTEXT CREATE TABLE table_1858574_2 (sail_number VARCHAR, position VARCHAR) ### ANSWER SELECT sail_number FROM table_1858574_2 WHERE position = 3</s>
{ "answer": "SELECT sail_number FROM table_1858574_2 WHERE position = 3", "context": "CREATE TABLE table_1858574_2 (sail_number VARCHAR, position VARCHAR)", "question": "When 3 is the position what is the sail number?" }
### QUESTION When 5 is the position what is the state or country? ### CONTEXT CREATE TABLE table_1858574_2 (state_country VARCHAR, position VARCHAR) ### ANSWER SELECT state_country FROM table_1858574_2 WHERE position = 5</s>
{ "answer": "SELECT state_country FROM table_1858574_2 WHERE position = 5", "context": "CREATE TABLE table_1858574_2 (state_country VARCHAR, position VARCHAR)", "question": "When 5 is the position what is the state or country?" }
### QUESTION What was the position of the Atl. Colegiales team? ### CONTEXT CREATE TABLE table_18597302_1 (position INTEGER, team VARCHAR) ### ANSWER SELECT MAX(position) FROM table_18597302_1 WHERE team = "Atl. Colegiales"</s>
{ "answer": "SELECT MAX(position) FROM table_18597302_1 WHERE team = \"Atl. Colegiales\"", "context": "CREATE TABLE table_18597302_1 (position INTEGER, team VARCHAR)", "question": "What was the position of the Atl. Colegiales team?" }
### QUESTION where the land is 35.990 what is the number of the geo id ### CONTEXT CREATE TABLE table_18600760_19 (geo_id VARCHAR, land___sqmi__ VARCHAR) ### ANSWER SELECT geo_id FROM table_18600760_19 WHERE land___sqmi__ = "35.990"</s>
{ "answer": "SELECT geo_id FROM table_18600760_19 WHERE land___sqmi__ = \"35.990\"", "context": "CREATE TABLE table_18600760_19 (geo_id VARCHAR, land___sqmi__ VARCHAR)", "question": "where the land is 35.990 what is the number of the geo id" }
### QUESTION Which IHSAA Football Class has a Location of wabash, and a School of wabash? ### CONTEXT CREATE TABLE table_name_50 (ihsaa_football_class VARCHAR, location VARCHAR, school VARCHAR) ### ANSWER SELECT ihsaa_football_class FROM table_name_50 WHERE location = "wabash" AND school = "wabash"</s>
{ "answer": "SELECT ihsaa_football_class FROM table_name_50 WHERE location = \"wabash\" AND school = \"wabash\"", "context": "CREATE TABLE table_name_50 (ihsaa_football_class VARCHAR, location VARCHAR, school VARCHAR)", "question": "Which IHSAA Football Class has a Location of wabash, and a School of wabash?" }
### QUESTION When bahamas is the country what is the height in centimeters? ### CONTEXT CREATE TABLE table_18626383_2 (height__cm_ VARCHAR, country VARCHAR) ### ANSWER SELECT height__cm_ FROM table_18626383_2 WHERE country = "Bahamas"</s>
{ "answer": "SELECT height__cm_ FROM table_18626383_2 WHERE country = \"Bahamas\"", "context": "CREATE TABLE table_18626383_2 (height__cm_ VARCHAR, country VARCHAR)", "question": "When bahamas is the country what is the height in centimeters?" }
### QUESTION Who was the winner when points classification is Robbie Mcewen, and a Mountains classification is José Rujano? ### CONTEXT CREATE TABLE table_name_45 (winner VARCHAR, points_classification VARCHAR, mountains_classification VARCHAR) ### ANSWER SELECT winner FROM table_name_45 WHERE points_classification = "robbie mcewen" AND mountains_classification = "josé rujano"</s>
{ "answer": "SELECT winner FROM table_name_45 WHERE points_classification = \"robbie mcewen\" AND mountains_classification = \"josé rujano\"", "context": "CREATE TABLE table_name_45 (winner VARCHAR, points_classification VARCHAR, mountains_classification VARCHAR)", "question": "Who was the winner when points classification is Robbie Mcewen, and a Mountains classification is José Rujano?" }
### QUESTION What is the points classification when the Intergiro classification is Sven Krauß, and the mountains classification is koldo gil, Trofeo Super Team is Liquigas-Bianchi, and stage is 9? ### CONTEXT CREATE TABLE table_name_19 (points_classification VARCHAR, stage VARCHAR, trofeo_super_team VARCHAR, intergiro_classification VARCHAR, mountains_classification VARCHAR) ### ANSWER SELECT points_classification FROM table_name_19 WHERE intergiro_classification = "sven krauß" AND mountains_classification = "koldo gil" AND trofeo_super_team = "liquigas-bianchi" AND stage = "9"</s>
{ "answer": "SELECT points_classification FROM table_name_19 WHERE intergiro_classification = \"sven krauß\" AND mountains_classification = \"koldo gil\" AND trofeo_super_team = \"liquigas-bianchi\" AND stage = \"9\"", "context": "CREATE TABLE table_name_19 (points_classification VARCHAR, stage VARCHAR, trofeo_super_team VARCHAR, intergiro_classification VARCHAR, mountains_classification VARCHAR)", "question": "What is the points classification when the Intergiro classification is Sven Krauß, and the mountains classification is koldo gil, Trofeo Super Team is Liquigas-Bianchi, and stage is 9?" }
### QUESTION What is the Intergiro classification when the points classification is Paolo Bettini, Trofeo Super Team is Davitamon-Lotto, and the Mountains classification is José Rujano? ### CONTEXT CREATE TABLE table_name_16 (intergiro_classification VARCHAR, mountains_classification VARCHAR, points_classification VARCHAR, trofeo_super_team VARCHAR) ### ANSWER SELECT intergiro_classification FROM table_name_16 WHERE points_classification = "paolo bettini" AND trofeo_super_team = "davitamon-lotto" AND mountains_classification = "josé rujano"</s>
{ "answer": "SELECT intergiro_classification FROM table_name_16 WHERE points_classification = \"paolo bettini\" AND trofeo_super_team = \"davitamon-lotto\" AND mountains_classification = \"josé rujano\"", "context": "CREATE TABLE table_name_16 (intergiro_classification VARCHAR, mountains_classification VARCHAR, points_classification VARCHAR, trofeo_super_team VARCHAR)", "question": "What is the Intergiro classification when the points classification is Paolo Bettini, Trofeo Super Team is Davitamon-Lotto, and the Mountains classification is José Rujano?" }
### QUESTION What is the Stage when the points classification is Danilo Di Luca, Mountains classification is José Rujano, and general classification is Danilo Di Luca? ### CONTEXT CREATE TABLE table_name_67 (stage VARCHAR, general_classification VARCHAR, points_classification VARCHAR, mountains_classification VARCHAR) ### ANSWER SELECT stage FROM table_name_67 WHERE points_classification = "danilo di luca" AND mountains_classification = "josé rujano" AND general_classification = "danilo di luca"</s>
{ "answer": "SELECT stage FROM table_name_67 WHERE points_classification = \"danilo di luca\" AND mountains_classification = \"josé rujano\" AND general_classification = \"danilo di luca\"", "context": "CREATE TABLE table_name_67 (stage VARCHAR, general_classification VARCHAR, points_classification VARCHAR, mountains_classification VARCHAR)", "question": "What is the Stage when the points classification is Danilo Di Luca, Mountains classification is José Rujano, and general classification is Danilo Di Luca?" }
### QUESTION How many viewers in millions did the Alison McDonald episode get? ### CONTEXT CREATE TABLE table_26961951_4 (us_viewers__million_ VARCHAR, written_by VARCHAR) ### ANSWER SELECT us_viewers__million_ FROM table_26961951_4 WHERE written_by = "Alison McDonald"</s>
{ "answer": "SELECT us_viewers__million_ FROM table_26961951_4 WHERE written_by = \"Alison McDonald\"", "context": "CREATE TABLE table_26961951_4 (us_viewers__million_ VARCHAR, written_by VARCHAR)", "question": "How many viewers in millions did the Alison McDonald episode get?" }
### QUESTION Name the event for hans ruep ### CONTEXT CREATE TABLE table_18646111_13 (event VARCHAR, athlete VARCHAR) ### ANSWER SELECT event FROM table_18646111_13 WHERE athlete = "Hans Ruep"</s>
{ "answer": "SELECT event FROM table_18646111_13 WHERE athlete = \"Hans Ruep\"", "context": "CREATE TABLE table_18646111_13 (event VARCHAR, athlete VARCHAR)", "question": "Name the event for hans ruep" }
### QUESTION How many external (cm 2 ) are there for the .338 lapua magnum chambering? ### CONTEXT CREATE TABLE table_26967904_2 (a_external__cm_2__ VARCHAR, chambering VARCHAR) ### ANSWER SELECT COUNT(a_external__cm_2__) FROM table_26967904_2 WHERE chambering = ".338 Lapua Magnum"</s>
{ "answer": "SELECT COUNT(a_external__cm_2__) FROM table_26967904_2 WHERE chambering = \".338 Lapua Magnum\"", "context": "CREATE TABLE table_26967904_2 (a_external__cm_2__ VARCHAR, chambering VARCHAR)", "question": "How many external (cm 2 ) are there for the .338 lapua magnum chambering?" }
### QUESTION With what type of chambering is the F bolt n (lbf) and the P max (bar) 3900? ### CONTEXT CREATE TABLE table_26967904_1 (chambering VARCHAR, f_bolt VARCHAR, p_max___bar__ VARCHAR) ### ANSWER SELECT chambering FROM table_26967904_1 WHERE f_bolt = "N (lbf)" AND p_max___bar__ = 3900</s>
{ "answer": "SELECT chambering FROM table_26967904_1 WHERE f_bolt = \"N (lbf)\" AND p_max___bar__ = 3900", "context": "CREATE TABLE table_26967904_1 (chambering VARCHAR, f_bolt VARCHAR, p_max___bar__ VARCHAR)", "question": "With what type of chambering is the F bolt n (lbf) and the P max (bar) 3900?" }
### QUESTION What is the p max (bar) in the pistol where the chambering is .45 ACP? ### CONTEXT CREATE TABLE table_26967904_1 (p_max___bar__ INTEGER, chambering VARCHAR) ### ANSWER SELECT MAX(p_max___bar__) FROM table_26967904_1 WHERE chambering = ".45 ACP"</s>
{ "answer": "SELECT MAX(p_max___bar__) FROM table_26967904_1 WHERE chambering = \".45 ACP\"", "context": "CREATE TABLE table_26967904_1 (p_max___bar__ INTEGER, chambering VARCHAR)", "question": "What is the p max (bar) in the pistol where the chambering is .45 ACP?" }
### QUESTION When tim brasil brokers are the minor sponsors who is the kit manufacturer? ### CONTEXT CREATE TABLE table_187239_1 (kit_manufacturer VARCHAR, minor_sponsors VARCHAR) ### ANSWER SELECT kit_manufacturer FROM table_187239_1 WHERE minor_sponsors = "Tim Brasil Brokers"</s>
{ "answer": "SELECT kit_manufacturer FROM table_187239_1 WHERE minor_sponsors = \"Tim Brasil Brokers\"", "context": "CREATE TABLE table_187239_1 (kit_manufacturer VARCHAR, minor_sponsors VARCHAR)", "question": "When tim brasil brokers are the minor sponsors who is the kit manufacturer?" }
### QUESTION What is the date of appointment for the date of vacancy of 22 august 2010? ### CONTEXT CREATE TABLE table_26976615_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR) ### ANSWER SELECT date_of_appointment FROM table_26976615_3 WHERE date_of_vacancy = "22 August 2010"</s>
{ "answer": "SELECT date_of_appointment FROM table_26976615_3 WHERE date_of_vacancy = \"22 August 2010\"", "context": "CREATE TABLE table_26976615_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR)", "question": "What is the date of appointment for the date of vacancy of 22 august 2010?" }
### QUESTION When 2011 is the period and olympikus is the kit manufacturer how many minor sponsors are there? ### CONTEXT CREATE TABLE table_187239_1 (minor_sponsors VARCHAR, kit_manufacturer VARCHAR, period VARCHAR) ### ANSWER SELECT COUNT(minor_sponsors) FROM table_187239_1 WHERE kit_manufacturer = "Olympikus" AND period = "2011"</s>
{ "answer": "SELECT COUNT(minor_sponsors) FROM table_187239_1 WHERE kit_manufacturer = \"Olympikus\" AND period = \"2011\"", "context": "CREATE TABLE table_187239_1 (minor_sponsors VARCHAR, kit_manufacturer VARCHAR, period VARCHAR)", "question": "When 2011 is the period and olympikus is the kit manufacturer how many minor sponsors are there?" }
### QUESTION How many date of appointments are there when the date of vacancy was 2 october 2010? ### CONTEXT CREATE TABLE table_26976615_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR) ### ANSWER SELECT COUNT(date_of_appointment) FROM table_26976615_3 WHERE date_of_vacancy = "2 October 2010"</s>
{ "answer": "SELECT COUNT(date_of_appointment) FROM table_26976615_3 WHERE date_of_vacancy = \"2 October 2010\"", "context": "CREATE TABLE table_26976615_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR)", "question": "How many date of appointments are there when the date of vacancy was 2 october 2010?" }
### QUESTION How many tracks have an unformatted capacity per side of 2000kb? ### CONTEXT CREATE TABLE table_name_7 (tracks VARCHAR, unformatted_capacity_per_side VARCHAR) ### ANSWER SELECT COUNT(tracks) FROM table_name_7 WHERE unformatted_capacity_per_side = "2000kb"</s>
{ "answer": "SELECT COUNT(tracks) FROM table_name_7 WHERE unformatted_capacity_per_side = \"2000kb\"", "context": "CREATE TABLE table_name_7 (tracks VARCHAR, unformatted_capacity_per_side VARCHAR)", "question": "How many tracks have an unformatted capacity per side of 2000kb?" }
### QUESTION What's the Cardinalatial Title has the Elevated of December 18, 1182, the Place of birth of Lucca, and the Electo rof Pandolfo? ### CONTEXT CREATE TABLE table_name_40 (cardinalatial_title VARCHAR, elector VARCHAR, elevated VARCHAR, place_of_birth VARCHAR) ### ANSWER SELECT cardinalatial_title FROM table_name_40 WHERE elevated = "december 18, 1182" AND place_of_birth = "lucca" AND elector = "pandolfo"</s>
{ "answer": "SELECT cardinalatial_title FROM table_name_40 WHERE elevated = \"december 18, 1182\" AND place_of_birth = \"lucca\" AND elector = \"pandolfo\"", "context": "CREATE TABLE table_name_40 (cardinalatial_title VARCHAR, elector VARCHAR, elevated VARCHAR, place_of_birth VARCHAR)", "question": "What's the Cardinalatial Title has the Elevated of December 18, 1182, the Place of birth of Lucca, and the Electo rof Pandolfo?" }
### QUESTION What's listed for the Elevated with a Cardinalatial title of Priest of S. Eusebio and Archbishop of Benevento? ### CONTEXT CREATE TABLE table_name_25 (elevated VARCHAR, cardinalatial_title VARCHAR) ### ANSWER SELECT elevated FROM table_name_25 WHERE cardinalatial_title = "priest of s. eusebio and archbishop of benevento"</s>
{ "answer": "SELECT elevated FROM table_name_25 WHERE cardinalatial_title = \"priest of s. eusebio and archbishop of benevento\"", "context": "CREATE TABLE table_name_25 (elevated VARCHAR, cardinalatial_title VARCHAR)", "question": "What's listed for the Elevated with a Cardinalatial title of Priest of S. Eusebio and Archbishop of Benevento?" }
### QUESTION If the time on Tues Aug 24 is 20' 49.46 108.709mph, what is the time on Fri Aug 27? ### CONTEXT CREATE TABLE table_26986076_1 (fri_27_aug VARCHAR, tues_24_aug VARCHAR) ### ANSWER SELECT fri_27_aug FROM table_26986076_1 WHERE tues_24_aug = "20' 49.46 108.709mph"</s>
{ "answer": "SELECT fri_27_aug FROM table_26986076_1 WHERE tues_24_aug = \"20' 49.46 108.709mph\"", "context": "CREATE TABLE table_26986076_1 (fri_27_aug VARCHAR, tues_24_aug VARCHAR)", "question": "If the time on Tues Aug 24 is 20' 49.46 108.709mph, what is the time on Fri Aug 27?" }
### QUESTION What date did the Green-Communists receive 5.7%? ### CONTEXT CREATE TABLE table_1881642_1 (date_released VARCHAR, green_communist VARCHAR) ### ANSWER SELECT date_released FROM table_1881642_1 WHERE green_communist = "5.7%"</s>
{ "answer": "SELECT date_released FROM table_1881642_1 WHERE green_communist = \"5.7%\"", "context": "CREATE TABLE table_1881642_1 (date_released VARCHAR, green_communist VARCHAR)", "question": "What date did the Green-Communists receive 5.7%?" }
### QUESTION Which city has a school of North Vernon and a county of 40 Jennings? ### CONTEXT CREATE TABLE table_name_48 (city VARCHAR, county VARCHAR, school VARCHAR) ### ANSWER SELECT city FROM table_name_48 WHERE county = "40 jennings" AND school = "north vernon"</s>
{ "answer": "SELECT city FROM table_name_48 WHERE county = \"40 jennings\" AND school = \"north vernon\"", "context": "CREATE TABLE table_name_48 (city VARCHAR, county VARCHAR, school VARCHAR)", "question": "Which city has a school of North Vernon and a county of 40 Jennings?" }
### QUESTION What year did a school from Jennings County join? ### CONTEXT CREATE TABLE table_name_5 (year_joined VARCHAR, school VARCHAR) ### ANSWER SELECT year_joined FROM table_name_5 WHERE school = "jennings county"</s>
{ "answer": "SELECT year_joined FROM table_name_5 WHERE school = \"jennings county\"", "context": "CREATE TABLE table_name_5 (year_joined VARCHAR, school VARCHAR)", "question": "What year did a school from Jennings County join?" }
### QUESTION What's the time of Britta Steffen in a lane less than 4? ### CONTEXT CREATE TABLE table_name_50 (time INTEGER, lane VARCHAR, name VARCHAR) ### ANSWER SELECT SUM(time) FROM table_name_50 WHERE lane < 4 AND name = "britta steffen"</s>
{ "answer": "SELECT SUM(time) FROM table_name_50 WHERE lane < 4 AND name = \"britta steffen\"", "context": "CREATE TABLE table_name_50 (time INTEGER, lane VARCHAR, name VARCHAR)", "question": "What's the time of Britta Steffen in a lane less than 4?" }
### QUESTION When 21' 18.87 106.209mph is Tuesday August 24th what is Monday August 23rd? ### CONTEXT CREATE TABLE table_26986076_5 (mon_23_aug VARCHAR, tues_24_aug VARCHAR) ### ANSWER SELECT mon_23_aug FROM table_26986076_5 WHERE tues_24_aug = "21' 18.87 106.209mph"</s>
{ "answer": "SELECT mon_23_aug FROM table_26986076_5 WHERE tues_24_aug = \"21' 18.87 106.209mph\"", "context": "CREATE TABLE table_26986076_5 (mon_23_aug VARCHAR, tues_24_aug VARCHAR)", "question": "When 21' 18.87 106.209mph is Tuesday August 24th what is Monday August 23rd?" }
### QUESTION What's the duration of the Archers with Norman Painting as an actor? ### CONTEXT CREATE TABLE table_name_98 (duration VARCHAR, soap_opera VARCHAR, actor VARCHAR) ### ANSWER SELECT duration FROM table_name_98 WHERE soap_opera = "the archers" AND actor = "norman painting"</s>
{ "answer": "SELECT duration FROM table_name_98 WHERE soap_opera = \"the archers\" AND actor = \"norman painting\"", "context": "CREATE TABLE table_name_98 (duration VARCHAR, soap_opera VARCHAR, actor VARCHAR)", "question": "What's the duration of the Archers with Norman Painting as an actor?" }
### QUESTION What's the duration of the Archers with Pauline Seville acting? ### CONTEXT CREATE TABLE table_name_45 (duration VARCHAR, soap_opera VARCHAR, actor VARCHAR) ### ANSWER SELECT duration FROM table_name_45 WHERE soap_opera = "the archers" AND actor = "pauline seville"</s>
{ "answer": "SELECT duration FROM table_name_45 WHERE soap_opera = \"the archers\" AND actor = \"pauline seville\"", "context": "CREATE TABLE table_name_45 (duration VARCHAR, soap_opera VARCHAR, actor VARCHAR)", "question": "What's the duration of the Archers with Pauline Seville acting?" }
### QUESTION Who's the actor for the Archers having a character of Martha Woodford? ### CONTEXT CREATE TABLE table_name_14 (actor VARCHAR, soap_opera VARCHAR, character VARCHAR) ### ANSWER SELECT actor FROM table_name_14 WHERE soap_opera = "the archers" AND character = "martha woodford"</s>
{ "answer": "SELECT actor FROM table_name_14 WHERE soap_opera = \"the archers\" AND character = \"martha woodford\"", "context": "CREATE TABLE table_name_14 (actor VARCHAR, soap_opera VARCHAR, character VARCHAR)", "question": "Who's the actor for the Archers having a character of Martha Woodford?" }
### QUESTION The episode with production code 693-002, has how many original airdates? ### CONTEXT CREATE TABLE table_26982362_2 (original_airdate VARCHAR, production_code VARCHAR) ### ANSWER SELECT COUNT(original_airdate) FROM table_26982362_2 WHERE production_code = "693-002"</s>
{ "answer": "SELECT COUNT(original_airdate) FROM table_26982362_2 WHERE production_code = \"693-002\"", "context": "CREATE TABLE table_26982362_2 (original_airdate VARCHAR, production_code VARCHAR)", "question": "The episode with production code 693-002, has how many original airdates?" }
### QUESTION Name the film titled for marcel camus category:articles with hcards ### CONTEXT CREATE TABLE table_18987377_1 (film_title_used_in_nomination VARCHAR, director VARCHAR) ### ANSWER SELECT film_title_used_in_nomination FROM table_18987377_1 WHERE director = "Marcel Camus Category:Articles with hCards"</s>
{ "answer": "SELECT film_title_used_in_nomination FROM table_18987377_1 WHERE director = \"Marcel Camus Category:Articles with hCards\"", "context": "CREATE TABLE table_18987377_1 (film_title_used_in_nomination VARCHAR, director VARCHAR)", "question": "Name the film titled for marcel camus category:articles with hcards" }
### QUESTION What's the event that happened in Gander, Newfoundland and Labrador with Randy Ferbey runner-up? ### CONTEXT CREATE TABLE table_name_91 (event VARCHAR, runner_up_skip VARCHAR, location VARCHAR) ### ANSWER SELECT event FROM table_name_91 WHERE runner_up_skip = "randy ferbey" AND location = "gander, newfoundland and labrador"</s>
{ "answer": "SELECT event FROM table_name_91 WHERE runner_up_skip = \"randy ferbey\" AND location = \"gander, newfoundland and labrador\"", "context": "CREATE TABLE table_name_91 (event VARCHAR, runner_up_skip VARCHAR, location VARCHAR)", "question": "What's the event that happened in Gander, Newfoundland and Labrador with Randy Ferbey runner-up?" }
### QUESTION How many different L2 cache numbers are there for the 7130M model? ### CONTEXT CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR) ### ANSWER SELECT COUNT(l2_cache__mb_) FROM table_269920_3 WHERE model = "7130M"</s>
{ "answer": "SELECT COUNT(l2_cache__mb_) FROM table_269920_3 WHERE model = \"7130M\"", "context": "CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR)", "question": "How many different L2 cache numbers are there for the 7130M model?" }
### QUESTION Name the mountains classification for alexander kristoff ### CONTEXT CREATE TABLE table_19115414_4 (mountains_classification VARCHAR, points_classification VARCHAR) ### ANSWER SELECT mountains_classification FROM table_19115414_4 WHERE points_classification = "Alexander Kristoff"</s>
{ "answer": "SELECT mountains_classification FROM table_19115414_4 WHERE points_classification = \"Alexander Kristoff\"", "context": "CREATE TABLE table_19115414_4 (mountains_classification VARCHAR, points_classification VARCHAR)", "question": "Name the mountains classification for alexander kristoff" }
### QUESTION What is the black caribbean population when the other black population is 2243? ### CONTEXT CREATE TABLE table_19149550_7 (black_caribbean_population INTEGER, other_black_population VARCHAR) ### ANSWER SELECT MAX(black_caribbean_population) FROM table_19149550_7 WHERE other_black_population = 2243</s>
{ "answer": "SELECT MAX(black_caribbean_population) FROM table_19149550_7 WHERE other_black_population = 2243", "context": "CREATE TABLE table_19149550_7 (black_caribbean_population INTEGER, other_black_population VARCHAR)", "question": "What is the black caribbean population when the other black population is 2243?" }
### QUESTION Which 1964 has a Country of united states, and a 1969 smaller than 7.3? ### CONTEXT CREATE TABLE table_name_85 (country VARCHAR) ### ANSWER SELECT MIN(1964) FROM table_name_85 WHERE country = "united states" AND 1969 < 7.3</s>
{ "answer": "SELECT MIN(1964) FROM table_name_85 WHERE country = \"united states\" AND 1969 < 7.3", "context": "CREATE TABLE table_name_85 (country VARCHAR)", "question": "Which 1964 has a Country of united states, and a 1969 smaller than 7.3?" }
### QUESTION What is the black caribbean population when the black African population is less than 10552.0? ### CONTEXT CREATE TABLE table_19149550_7 (black_caribbean_population INTEGER, black_african_population INTEGER) ### ANSWER SELECT MIN(black_caribbean_population) FROM table_19149550_7 WHERE black_african_population < 10552.0</s>
{ "answer": "SELECT MIN(black_caribbean_population) FROM table_19149550_7 WHERE black_african_population < 10552.0", "context": "CREATE TABLE table_19149550_7 (black_caribbean_population INTEGER, black_african_population INTEGER)", "question": "What is the black caribbean population when the black African population is less than 10552.0?" }
### QUESTION How many tv series had an adult rating of 1.2? ### CONTEXT CREATE TABLE table_19188562_2 (tv_season VARCHAR, rating__adults_18_49_ VARCHAR) ### ANSWER SELECT COUNT(tv_season) FROM table_19188562_2 WHERE rating__adults_18_49_ = "1.2"</s>
{ "answer": "SELECT COUNT(tv_season) FROM table_19188562_2 WHERE rating__adults_18_49_ = \"1.2\"", "context": "CREATE TABLE table_19188562_2 (tv_season VARCHAR, rating__adults_18_49_ VARCHAR)", "question": "How many tv series had an adult rating of 1.2?" }