question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
Who wrote the episode that originally aired on January 15, 1993? | CREATE TABLE table_2409041_5 (written_by VARCHAR, original_air_date VARCHAR) | SELECT written_by FROM table_2409041_5 WHERE original_air_date = "January 15, 1993" | ### Context: CREATE TABLE table_2409041_5 (written_by VARCHAR, original_air_date VARCHAR) ### Question: Who wrote the episode that originally aired on January 15, 1993? ### Answer: SELECT written_by FROM table_2409041_5 WHERE original_air_date = "January 15, 1993" |
What is the name of episode number 77 in the series? | CREATE TABLE table_2409041_5 (title VARCHAR, no_in_series VARCHAR) | SELECT title FROM table_2409041_5 WHERE no_in_series = 77 | ### Context: CREATE TABLE table_2409041_5 (title VARCHAR, no_in_series VARCHAR) ### Question: What is the name of episode number 77 in the series? ### Answer: SELECT title FROM table_2409041_5 WHERE no_in_series = 77 |
When 17 is the number in series who is the director? | CREATE TABLE table_2409041_2 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT directed_by FROM table_2409041_2 WHERE no_in_series = 17 | ### Context: CREATE TABLE table_2409041_2 (directed_by VARCHAR, no_in_series VARCHAR) ### Question: When 17 is the number in series who is the director? ### Answer: SELECT directed_by FROM table_2409041_2 WHERE no_in_series = 17 |
When 21 is the number in series what is the air date? | CREATE TABLE table_2409041_2 (original_air_date VARCHAR, no_in_series VARCHAR) | SELECT original_air_date FROM table_2409041_2 WHERE no_in_series = 21 | ### Context: CREATE TABLE table_2409041_2 (original_air_date VARCHAR, no_in_series VARCHAR) ### Question: When 21 is the number in series what is the air date? ### Answer: SELECT original_air_date FROM table_2409041_2 WHERE no_in_series = 21 |
When 446004 is the production code who are the writers? | CREATE TABLE table_2409041_2 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_2409041_2 WHERE production_code = 446004 | ### Context: CREATE TABLE table_2409041_2 (written_by VARCHAR, production_code VARCHAR) ### Question: When 446004 is the production code who are the writers? ### Answer: SELECT written_by FROM table_2409041_2 WHERE production_code = 446004 |
What was the name of the epiode written by Gary M. Goodrich? | CREATE TABLE table_2409041_9 (title VARCHAR, written_by VARCHAR) | SELECT title FROM table_2409041_9 WHERE written_by = "Gary M. Goodrich" | ### Context: CREATE TABLE table_2409041_9 (title VARCHAR, written_by VARCHAR) ### Question: What was the name of the epiode written by Gary M. Goodrich? ### Answer: SELECT title FROM table_2409041_9 WHERE written_by = "Gary M. Goodrich" |
Who directed episode number 179 in the series? | CREATE TABLE table_2409041_9 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT directed_by FROM table_2409041_9 WHERE no_in_series = 179 | ### Context: CREATE TABLE table_2409041_9 (directed_by VARCHAR, no_in_series VARCHAR) ### Question: Who directed episode number 179 in the series? ### Answer: SELECT directed_by FROM table_2409041_9 WHERE no_in_series = 179 |
What's the voltage of the model with part number TT80503300? | CREATE TABLE table_24096813_15 (voltage VARCHAR, part_number_s_ VARCHAR) | SELECT voltage FROM table_24096813_15 WHERE part_number_s_ = "TT80503300" | ### Context: CREATE TABLE table_24096813_15 (voltage VARCHAR, part_number_s_ VARCHAR) ### Question: What's the voltage of the model with part number TT80503300? ### Answer: SELECT voltage FROM table_24096813_15 WHERE part_number_s_ = "TT80503300" |
What's the frequency of the model with part number TT80503300? | CREATE TABLE table_24096813_15 (frequency VARCHAR, part_number_s_ VARCHAR) | SELECT frequency FROM table_24096813_15 WHERE part_number_s_ = "TT80503300" | ### Context: CREATE TABLE table_24096813_15 (frequency VARCHAR, part_number_s_ VARCHAR) ### Question: What's the frequency of the model with part number TT80503300? ### Answer: SELECT frequency FROM table_24096813_15 WHERE part_number_s_ = "TT80503300" |
What's the part number of the model with TDP of 2.9 (max.4.1~5.4) w? | CREATE TABLE table_24096813_15 (part_number_s_ VARCHAR, tdp VARCHAR) | SELECT part_number_s_ FROM table_24096813_15 WHERE tdp = "2.9 (Max.4.1~5.4) W" | ### Context: CREATE TABLE table_24096813_15 (part_number_s_ VARCHAR, tdp VARCHAR) ### Question: What's the part number of the model with TDP of 2.9 (max.4.1~5.4) w? ### Answer: SELECT part_number_s_ FROM table_24096813_15 WHERE tdp = "2.9 (Max.4.1~5.4) W" |
What's the l1 cache of the model with sspec number sl2z3, sl28q (mya0)? | CREATE TABLE table_24096813_15 (l1_cache VARCHAR, sspec_number VARCHAR) | SELECT l1_cache FROM table_24096813_15 WHERE sspec_number = "SL2Z3, SL28Q (myA0)" | ### Context: CREATE TABLE table_24096813_15 (l1_cache VARCHAR, sspec_number VARCHAR) ### Question: What's the l1 cache of the model with sspec number sl2z3, sl28q (mya0)? ### Answer: SELECT l1_cache FROM table_24096813_15 WHERE sspec_number = "SL2Z3, SL28Q (myA0)" |
How many region 4 dates are associated with a region 2 date of July 9, 2007? | CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_2__uk_ VARCHAR) | SELECT COUNT(region_4__australia_) FROM table_240936_2 WHERE region_2__uk_ = "July 9, 2007" | ### Context: CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_2__uk_ VARCHAR) ### Question: How many region 4 dates are associated with a region 2 date of July 9, 2007? ### Answer: SELECT COUNT(region_4__australia_) FROM table_240936_2 WHERE region_2__uk_ = "July 9, 2007" |
What is the region 1 (Canada) date associated with a region 1 (US) date of January 16, 2007? | CREATE TABLE table_240936_2 (region_1__can_ VARCHAR, region_1__us_ VARCHAR) | SELECT region_1__can_ FROM table_240936_2 WHERE region_1__us_ = "January 16, 2007" | ### Context: CREATE TABLE table_240936_2 (region_1__can_ VARCHAR, region_1__us_ VARCHAR) ### Question: What is the region 1 (Canada) date associated with a region 1 (US) date of January 16, 2007? ### Answer: SELECT region_1__can_ FROM table_240936_2 WHERE region_1__us_ = "January 16, 2007" |
What is the region 4 (Aus) date associated with a region 1 (US) date of January 16, 2007? | CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_1__us_ VARCHAR) | SELECT region_4__australia_ FROM table_240936_2 WHERE region_1__us_ = "January 16, 2007" | ### Context: CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_1__us_ VARCHAR) ### Question: What is the region 4 (Aus) date associated with a region 1 (US) date of January 16, 2007? ### Answer: SELECT region_4__australia_ FROM table_240936_2 WHERE region_1__us_ = "January 16, 2007" |
What is the region 2 (UK) date associated with a region 4 (Aus) date of July 31, 2008? | CREATE TABLE table_240936_2 (region_2__uk_ VARCHAR, region_4__australia_ VARCHAR) | SELECT region_2__uk_ FROM table_240936_2 WHERE region_4__australia_ = "July 31, 2008" | ### Context: CREATE TABLE table_240936_2 (region_2__uk_ VARCHAR, region_4__australia_ VARCHAR) ### Question: What is the region 2 (UK) date associated with a region 4 (Aus) date of July 31, 2008? ### Answer: SELECT region_2__uk_ FROM table_240936_2 WHERE region_4__australia_ = "July 31, 2008" |
What is the region 1 (Canada) date associated with a region 2 (UK) date of May 18, 2009? | CREATE TABLE table_240936_2 (region_1__can_ VARCHAR, region_2__uk_ VARCHAR) | SELECT region_1__can_ FROM table_240936_2 WHERE region_2__uk_ = "May 18, 2009" | ### Context: CREATE TABLE table_240936_2 (region_1__can_ VARCHAR, region_2__uk_ VARCHAR) ### Question: What is the region 1 (Canada) date associated with a region 2 (UK) date of May 18, 2009? ### Answer: SELECT region_1__can_ FROM table_240936_2 WHERE region_2__uk_ = "May 18, 2009" |
Who was the director for the episode airing on September 24, 1993? | CREATE TABLE table_2409041_6 (directed_by VARCHAR, original_air_date VARCHAR) | SELECT directed_by FROM table_2409041_6 WHERE original_air_date = "September 24, 1993" | ### Context: CREATE TABLE table_2409041_6 (directed_by VARCHAR, original_air_date VARCHAR) ### Question: Who was the director for the episode airing on September 24, 1993? ### Answer: SELECT directed_by FROM table_2409041_6 WHERE original_air_date = "September 24, 1993" |
In which series was season 18? | CREATE TABLE table_2409041_6 (no_in_series VARCHAR, no_in_season VARCHAR) | SELECT COUNT(no_in_series) FROM table_2409041_6 WHERE no_in_season = 18 | ### Context: CREATE TABLE table_2409041_6 (no_in_series VARCHAR, no_in_season VARCHAR) ### Question: In which series was season 18? ### Answer: SELECT COUNT(no_in_series) FROM table_2409041_6 WHERE no_in_season = 18 |
What is the title of season 2? | CREATE TABLE table_2409041_6 (title VARCHAR, no_in_season VARCHAR) | SELECT title FROM table_2409041_6 WHERE no_in_season = 2 | ### Context: CREATE TABLE table_2409041_6 (title VARCHAR, no_in_season VARCHAR) ### Question: What is the title of season 2? ### Answer: SELECT title FROM table_2409041_6 WHERE no_in_season = 2 |
What is the brand name associated with a model name e4xxx? | CREATE TABLE table_24099628_1 (brand_name VARCHAR, model__list_ VARCHAR) | SELECT brand_name FROM table_24099628_1 WHERE model__list_ = "E4xxx" | ### Context: CREATE TABLE table_24099628_1 (brand_name VARCHAR, model__list_ VARCHAR) ### Question: What is the brand name associated with a model name e4xxx? ### Answer: SELECT brand_name FROM table_24099628_1 WHERE model__list_ = "E4xxx" |
What is the brand name associated with the model 4x0? | CREATE TABLE table_24099628_1 (brand_name VARCHAR, model__list_ VARCHAR) | SELECT brand_name FROM table_24099628_1 WHERE model__list_ = "4x0" | ### Context: CREATE TABLE table_24099628_1 (brand_name VARCHAR, model__list_ VARCHAR) ### Question: What is the brand name associated with the model 4x0? ### Answer: SELECT brand_name FROM table_24099628_1 WHERE model__list_ = "4x0" |
What is the number of cores associated with model name e2xxx? | CREATE TABLE table_24099628_1 (cores VARCHAR, model__list_ VARCHAR) | SELECT cores FROM table_24099628_1 WHERE model__list_ = "E2xxx" | ### Context: CREATE TABLE table_24099628_1 (cores VARCHAR, model__list_ VARCHAR) ### Question: What is the number of cores associated with model name e2xxx? ### Answer: SELECT cores FROM table_24099628_1 WHERE model__list_ = "E2xxx" |
What is the wattage/TDP associated with model name 4x0? | CREATE TABLE table_24099628_1 (tdp VARCHAR, model__list_ VARCHAR) | SELECT tdp FROM table_24099628_1 WHERE model__list_ = "4x0" | ### Context: CREATE TABLE table_24099628_1 (tdp VARCHAR, model__list_ VARCHAR) ### Question: What is the wattage/TDP associated with model name 4x0? ### Answer: SELECT tdp FROM table_24099628_1 WHERE model__list_ = "4x0" |
When the socket is bga956 and processor is penryn-3m, what is the tdp? | CREATE TABLE table_24100843_1 (tdp VARCHAR, socket VARCHAR, processor VARCHAR) | SELECT tdp FROM table_24100843_1 WHERE socket = "BGA956" AND processor = "Penryn-3M" | ### Context: CREATE TABLE table_24100843_1 (tdp VARCHAR, socket VARCHAR, processor VARCHAR) ### Question: When the socket is bga956 and processor is penryn-3m, what is the tdp? ### Answer: SELECT tdp FROM table_24100843_1 WHERE socket = "BGA956" AND processor = "Penryn-3M" |
Whats the processor for p9xxx? | CREATE TABLE table_24100843_1 (processor VARCHAR, model__list_ VARCHAR) | SELECT processor FROM table_24100843_1 WHERE model__list_ = "P9xxx" | ### Context: CREATE TABLE table_24100843_1 (processor VARCHAR, model__list_ VARCHAR) ### Question: Whats the processor for p9xxx? ### Answer: SELECT processor FROM table_24100843_1 WHERE model__list_ = "P9xxx" |
What's the l2 cache of the model with TDP of 5.5-10 w? | CREATE TABLE table_24099916_1 (l2_cache VARCHAR, tdp VARCHAR) | SELECT l2_cache FROM table_24099916_1 WHERE tdp = "5.5-10 W" | ### Context: CREATE TABLE table_24099916_1 (l2_cache VARCHAR, tdp VARCHAR) ### Question: What's the l2 cache of the model with TDP of 5.5-10 w? ### Answer: SELECT l2_cache FROM table_24099916_1 WHERE tdp = "5.5-10 W" |
What's the model of the processor with BGA479 socket and a 5.5 w TDP? | CREATE TABLE table_24099916_1 (model__list_ VARCHAR, socket VARCHAR, tdp VARCHAR) | SELECT model__list_ FROM table_24099916_1 WHERE socket = "BGA479" AND tdp = "5.5 W" | ### Context: CREATE TABLE table_24099916_1 (model__list_ VARCHAR, socket VARCHAR, tdp VARCHAR) ### Question: What's the model of the processor with BGA479 socket and a 5.5 w TDP? ### Answer: SELECT model__list_ FROM table_24099916_1 WHERE socket = "BGA479" AND tdp = "5.5 W" |
What's the model of the processor with a 5.5 w TDP? | CREATE TABLE table_24099916_1 (model__list_ VARCHAR, tdp VARCHAR) | SELECT model__list_ FROM table_24099916_1 WHERE tdp = "5.5 W" | ### Context: CREATE TABLE table_24099916_1 (model__list_ VARCHAR, tdp VARCHAR) ### Question: What's the model of the processor with a 5.5 w TDP? ### Answer: SELECT model__list_ FROM table_24099916_1 WHERE tdp = "5.5 W" |
What's the smallest number for cores of any of the processor models? | CREATE TABLE table_24099916_1 (cores INTEGER) | SELECT MIN(cores) FROM table_24099916_1 | ### Context: CREATE TABLE table_24099916_1 (cores INTEGER) ### Question: What's the smallest number for cores of any of the processor models? ### Answer: SELECT MIN(cores) FROM table_24099916_1 |
what is the model where the processor is yorkfield and the brand name is xeon? | CREATE TABLE table_24101118_1 (model__list_ VARCHAR, processor VARCHAR, brand_name VARCHAR) | SELECT model__list_ FROM table_24101118_1 WHERE processor = "Yorkfield" AND brand_name = "Xeon" | ### Context: CREATE TABLE table_24101118_1 (model__list_ VARCHAR, processor VARCHAR, brand_name VARCHAR) ### Question: what is the model where the processor is yorkfield and the brand name is xeon? ### Answer: SELECT model__list_ FROM table_24101118_1 WHERE processor = "Yorkfield" AND brand_name = "Xeon" |
what is the socket that has a brand name of core 2 extreme? | CREATE TABLE table_24101118_1 (socket VARCHAR, brand_name VARCHAR) | SELECT socket FROM table_24101118_1 WHERE brand_name = "Core 2 Extreme" | ### Context: CREATE TABLE table_24101118_1 (socket VARCHAR, brand_name VARCHAR) ### Question: what is the socket that has a brand name of core 2 extreme? ### Answer: SELECT socket FROM table_24101118_1 WHERE brand_name = "Core 2 Extreme" |
what is the name of the processor for model x33x0? | CREATE TABLE table_24101118_1 (processor VARCHAR, model__list_ VARCHAR) | SELECT processor FROM table_24101118_1 WHERE model__list_ = "X33x0" | ### Context: CREATE TABLE table_24101118_1 (processor VARCHAR, model__list_ VARCHAR) ### Question: what is the name of the processor for model x33x0? ### Answer: SELECT processor FROM table_24101118_1 WHERE model__list_ = "X33x0" |
What is the earliest number in before? | CREATE TABLE table_24108789_4 (before INTEGER) | SELECT MIN(before) FROM table_24108789_4 | ### Context: CREATE TABLE table_24108789_4 (before INTEGER) ### Question: What is the earliest number in before? ### Answer: SELECT MIN(before) FROM table_24108789_4 |
What is the latest after when the player is Steve Stricker? | CREATE TABLE table_24108789_4 (after INTEGER, player VARCHAR) | SELECT MAX(after) FROM table_24108789_4 WHERE player = "Steve Stricker" | ### Context: CREATE TABLE table_24108789_4 (after INTEGER, player VARCHAR) ### Question: What is the latest after when the player is Steve Stricker? ### Answer: SELECT MAX(after) FROM table_24108789_4 WHERE player = "Steve Stricker" |
List all before numbers when Geoff Ogilvy was playing. | CREATE TABLE table_24108789_4 (before VARCHAR, player VARCHAR) | SELECT before FROM table_24108789_4 WHERE player = "Geoff Ogilvy" | ### Context: CREATE TABLE table_24108789_4 (before VARCHAR, player VARCHAR) ### Question: List all before numbers when Geoff Ogilvy was playing. ### Answer: SELECT before FROM table_24108789_4 WHERE player = "Geoff Ogilvy" |
Name the least events for number 7 | CREATE TABLE table_24108789_6 (events INTEGER, _number VARCHAR) | SELECT MIN(events) FROM table_24108789_6 WHERE _number = 7 | ### Context: CREATE TABLE table_24108789_6 (events INTEGER, _number VARCHAR) ### Question: Name the least events for number 7 ### Answer: SELECT MIN(events) FROM table_24108789_6 WHERE _number = 7 |
Name the number of events for 3031 | CREATE TABLE table_24108789_6 (events VARCHAR, points VARCHAR) | SELECT COUNT(events) FROM table_24108789_6 WHERE points = 3031 | ### Context: CREATE TABLE table_24108789_6 (events VARCHAR, points VARCHAR) ### Question: Name the number of events for 3031 ### Answer: SELECT COUNT(events) FROM table_24108789_6 WHERE points = 3031 |
Name the player for 22 events | CREATE TABLE table_24108789_6 (player VARCHAR, events VARCHAR) | SELECT player FROM table_24108789_6 WHERE events = 22 | ### Context: CREATE TABLE table_24108789_6 (player VARCHAR, events VARCHAR) ### Question: Name the player for 22 events ### Answer: SELECT player FROM table_24108789_6 WHERE events = 22 |
Name the least points for number 6 | CREATE TABLE table_24108789_6 (points INTEGER, _number VARCHAR) | SELECT MIN(points) FROM table_24108789_6 WHERE _number = 6 | ### Context: CREATE TABLE table_24108789_6 (points INTEGER, _number VARCHAR) ### Question: Name the least points for number 6 ### Answer: SELECT MIN(points) FROM table_24108789_6 WHERE _number = 6 |
Name the most number for steve stricker | CREATE TABLE table_24108789_6 (_number INTEGER, player VARCHAR) | SELECT MAX(_number) FROM table_24108789_6 WHERE player = "Steve Stricker" | ### Context: CREATE TABLE table_24108789_6 (_number INTEGER, player VARCHAR) ### Question: Name the most number for steve stricker ### Answer: SELECT MAX(_number) FROM table_24108789_6 WHERE player = "Steve Stricker" |
Name the total number of points for 800 reset | CREATE TABLE table_24108789_6 (points VARCHAR, reset_points VARCHAR) | SELECT COUNT(points) FROM table_24108789_6 WHERE reset_points = 800 | ### Context: CREATE TABLE table_24108789_6 (points VARCHAR, reset_points VARCHAR) ### Question: Name the total number of points for 800 reset ### Answer: SELECT COUNT(points) FROM table_24108789_6 WHERE reset_points = 800 |
What percentage did kennedy win while coakly won 37.9% | CREATE TABLE table_24115349_4 (kennedy__percentage VARCHAR, coakley__percentage VARCHAR) | SELECT kennedy__percentage FROM table_24115349_4 WHERE coakley__percentage = "37.9%" | ### Context: CREATE TABLE table_24115349_4 (kennedy__percentage VARCHAR, coakley__percentage VARCHAR) ### Question: What percentage did kennedy win while coakly won 37.9% ### Answer: SELECT kennedy__percentage FROM table_24115349_4 WHERE coakley__percentage = "37.9%" |
How many votes did kennedy win when coakley won 66.2% | CREATE TABLE table_24115349_4 (kennedy_votes INTEGER, coakley__percentage VARCHAR) | SELECT MIN(kennedy_votes) FROM table_24115349_4 WHERE coakley__percentage = "66.2%" | ### Context: CREATE TABLE table_24115349_4 (kennedy_votes INTEGER, coakley__percentage VARCHAR) ### Question: How many votes did kennedy win when coakley won 66.2% ### Answer: SELECT MIN(kennedy_votes) FROM table_24115349_4 WHERE coakley__percentage = "66.2%" |
What was the percentage of votes for coakley when kennedy won 1.6% | CREATE TABLE table_24115349_4 (coakley__percentage VARCHAR, kennedy__percentage VARCHAR) | SELECT coakley__percentage FROM table_24115349_4 WHERE kennedy__percentage = "1.6%" | ### Context: CREATE TABLE table_24115349_4 (coakley__percentage VARCHAR, kennedy__percentage VARCHAR) ### Question: What was the percentage of votes for coakley when kennedy won 1.6% ### Answer: SELECT coakley__percentage FROM table_24115349_4 WHERE kennedy__percentage = "1.6%" |
How many votes did kennedy win when coaklely won 2139 votes? | CREATE TABLE table_24115349_4 (kennedy_votes VARCHAR, coakley_votes VARCHAR) | SELECT COUNT(kennedy_votes) FROM table_24115349_4 WHERE coakley_votes = 2139 | ### Context: CREATE TABLE table_24115349_4 (kennedy_votes VARCHAR, coakley_votes VARCHAR) ### Question: How many votes did kennedy win when coaklely won 2139 votes? ### Answer: SELECT COUNT(kennedy_votes) FROM table_24115349_4 WHERE coakley_votes = 2139 |
How many locations did the team play at on week 7? | CREATE TABLE table_24123547_2 (location VARCHAR, week VARCHAR) | SELECT COUNT(location) FROM table_24123547_2 WHERE week = 7 | ### Context: CREATE TABLE table_24123547_2 (location VARCHAR, week VARCHAR) ### Question: How many locations did the team play at on week 7? ### Answer: SELECT COUNT(location) FROM table_24123547_2 WHERE week = 7 |
What was the result of the games VS the Lions? | CREATE TABLE table_24123547_2 (final_score VARCHAR, opponent VARCHAR) | SELECT final_score FROM table_24123547_2 WHERE opponent = "Lions" | ### Context: CREATE TABLE table_24123547_2 (final_score VARCHAR, opponent VARCHAR) ### Question: What was the result of the games VS the Lions? ### Answer: SELECT final_score FROM table_24123547_2 WHERE opponent = "Lions" |
Name the number of dates for alouettes | CREATE TABLE table_24126518_2 (date VARCHAR, opponent VARCHAR) | SELECT COUNT(date) FROM table_24126518_2 WHERE opponent = "Alouettes" | ### Context: CREATE TABLE table_24126518_2 (date VARCHAR, opponent VARCHAR) ### Question: Name the number of dates for alouettes ### Answer: SELECT COUNT(date) FROM table_24126518_2 WHERE opponent = "Alouettes" |
Name the least attendance for l 36–1 | CREATE TABLE table_24126518_2 (attendance INTEGER, final_score VARCHAR) | SELECT MIN(attendance) FROM table_24126518_2 WHERE final_score = "L 36–1" | ### Context: CREATE TABLE table_24126518_2 (attendance INTEGER, final_score VARCHAR) ### Question: Name the least attendance for l 36–1 ### Answer: SELECT MIN(attendance) FROM table_24126518_2 WHERE final_score = "L 36–1" |
Name the final score for exhibition stadium for september 10 | CREATE TABLE table_24126518_2 (final_score VARCHAR, location VARCHAR, date VARCHAR) | SELECT final_score FROM table_24126518_2 WHERE location = "Exhibition Stadium" AND date = "September 10" | ### Context: CREATE TABLE table_24126518_2 (final_score VARCHAR, location VARCHAR, date VARCHAR) ### Question: Name the final score for exhibition stadium for september 10 ### Answer: SELECT final_score FROM table_24126518_2 WHERE location = "Exhibition Stadium" AND date = "September 10" |
Name the number of record for week 11 | CREATE TABLE table_24126518_2 (record VARCHAR, week VARCHAR) | SELECT COUNT(record) FROM table_24126518_2 WHERE week = 11 | ### Context: CREATE TABLE table_24126518_2 (record VARCHAR, week VARCHAR) ### Question: Name the number of record for week 11 ### Answer: SELECT COUNT(record) FROM table_24126518_2 WHERE week = 11 |
Name the opponent for week 12 | CREATE TABLE table_24126606_2 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_24126606_2 WHERE week = 12 | ### Context: CREATE TABLE table_24126606_2 (opponent VARCHAR, week VARCHAR) ### Question: Name the opponent for week 12 ### Answer: SELECT opponent FROM table_24126606_2 WHERE week = 12 |
Name the total number of opponent for october 3 | CREATE TABLE table_24126606_2 (opponent VARCHAR, date VARCHAR) | SELECT COUNT(opponent) FROM table_24126606_2 WHERE date = "October 3" | ### Context: CREATE TABLE table_24126606_2 (opponent VARCHAR, date VARCHAR) ### Question: Name the total number of opponent for october 3 ### Answer: SELECT COUNT(opponent) FROM table_24126606_2 WHERE date = "October 3" |
Name the final score for week 5 | CREATE TABLE table_24126606_2 (final_score VARCHAR, week VARCHAR) | SELECT final_score FROM table_24126606_2 WHERE week = 5 | ### Context: CREATE TABLE table_24126606_2 (final_score VARCHAR, week VARCHAR) ### Question: Name the final score for week 5 ### Answer: SELECT final_score FROM table_24126606_2 WHERE week = 5 |
Who directed episode 28 in the series? | CREATE TABLE table_24132054_1 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT directed_by FROM table_24132054_1 WHERE no_in_series = 28 | ### Context: CREATE TABLE table_24132054_1 (directed_by VARCHAR, no_in_series VARCHAR) ### Question: Who directed episode 28 in the series? ### Answer: SELECT directed_by FROM table_24132054_1 WHERE no_in_series = 28 |
What in the series number of the episode written by Lauren Gussis? | CREATE TABLE table_24132083_1 (no_in_series INTEGER, written_by VARCHAR) | SELECT MIN(no_in_series) FROM table_24132083_1 WHERE written_by = "Lauren Gussis" | ### Context: CREATE TABLE table_24132083_1 (no_in_series INTEGER, written_by VARCHAR) ### Question: What in the series number of the episode written by Lauren Gussis? ### Answer: SELECT MIN(no_in_series) FROM table_24132083_1 WHERE written_by = "Lauren Gussis" |
On how many different dates did the episode directed by Marcos Siega and written by Scott Buck air for the first time? | CREATE TABLE table_24132083_1 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR) | SELECT COUNT(original_air_date) FROM table_24132083_1 WHERE directed_by = "Marcos Siega" AND written_by = "Scott Buck" | ### Context: CREATE TABLE table_24132083_1 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: On how many different dates did the episode directed by Marcos Siega and written by Scott Buck air for the first time? ### Answer: SELECT COUNT(original_air_date) FROM table_24132083_1 WHERE dir... |
What's the series number of the episode written by Tim Schlattmann? | CREATE TABLE table_24132083_1 (no_in_series INTEGER, written_by VARCHAR) | SELECT MIN(no_in_series) FROM table_24132083_1 WHERE written_by = "Tim Schlattmann" | ### Context: CREATE TABLE table_24132083_1 (no_in_series INTEGER, written_by VARCHAR) ### Question: What's the series number of the episode written by Tim Schlattmann? ### Answer: SELECT MIN(no_in_series) FROM table_24132083_1 WHERE written_by = "Tim Schlattmann" |
Who played in the semi finals matches at the Buick WCT finals? | CREATE TABLE table_2413292_1 (semifinal_matches VARCHAR, commercial_name VARCHAR) | SELECT semifinal_matches FROM table_2413292_1 WHERE commercial_name = "Buick WCT Finals" | ### Context: CREATE TABLE table_2413292_1 (semifinal_matches VARCHAR, commercial_name VARCHAR) ### Question: Who played in the semi finals matches at the Buick WCT finals? ### Answer: SELECT semifinal_matches FROM table_2413292_1 WHERE commercial_name = "Buick WCT Finals" |
Name the date for l 28–15 | CREATE TABLE table_24138601_2 (date VARCHAR, final_score VARCHAR) | SELECT date FROM table_24138601_2 WHERE final_score = "L 28–15" | ### Context: CREATE TABLE table_24138601_2 (date VARCHAR, final_score VARCHAR) ### Question: Name the date for l 28–15 ### Answer: SELECT date FROM table_24138601_2 WHERE final_score = "L 28–15" |
When tiger-cats is the opponent what is the location? | CREATE TABLE table_24136365_2 (location VARCHAR, opponent VARCHAR) | SELECT location FROM table_24136365_2 WHERE opponent = "Tiger-Cats" | ### Context: CREATE TABLE table_24136365_2 (location VARCHAR, opponent VARCHAR) ### Question: When tiger-cats is the opponent what is the location? ### Answer: SELECT location FROM table_24136365_2 WHERE opponent = "Tiger-Cats" |
When 4 is the week what is the location? | CREATE TABLE table_24136365_2 (location VARCHAR, week VARCHAR) | SELECT location FROM table_24136365_2 WHERE week = 4 | ### Context: CREATE TABLE table_24136365_2 (location VARCHAR, week VARCHAR) ### Question: When 4 is the week what is the location? ### Answer: SELECT location FROM table_24136365_2 WHERE week = 4 |
What was the record for the Argonauts on September 7? | CREATE TABLE table_24136814_3 (record VARCHAR, date VARCHAR) | SELECT record FROM table_24136814_3 WHERE date = "September 7" | ### Context: CREATE TABLE table_24136814_3 (record VARCHAR, date VARCHAR) ### Question: What was the record for the Argonauts on September 7? ### Answer: SELECT record FROM table_24136814_3 WHERE date = "September 7" |
What is he smallest numbered week? | CREATE TABLE table_24136814_3 (week INTEGER) | SELECT MIN(week) FROM table_24136814_3 | ### Context: CREATE TABLE table_24136814_3 (week INTEGER) ### Question: What is he smallest numbered week? ### Answer: SELECT MIN(week) FROM table_24136814_3 |
How many cellos are suggested in the reference with section size for 20 players? | CREATE TABLE table_2414_1 (celli VARCHAR, section_size VARCHAR) | SELECT celli FROM table_2414_1 WHERE section_size = "20 players" | ### Context: CREATE TABLE table_2414_1 (celli VARCHAR, section_size VARCHAR) ### Question: How many cellos are suggested in the reference with section size for 20 players? ### Answer: SELECT celli FROM table_2414_1 WHERE section_size = "20 players" |
What reference, written by Nelson Riddle, suggests 2 violas? | CREATE TABLE table_2414_1 (reference VARCHAR, violas VARCHAR, author VARCHAR) | SELECT reference FROM table_2414_1 WHERE violas = 2 AND author = "Nelson Riddle" | ### Context: CREATE TABLE table_2414_1 (reference VARCHAR, violas VARCHAR, author VARCHAR) ### Question: What reference, written by Nelson Riddle, suggests 2 violas? ### Answer: SELECT reference FROM table_2414_1 WHERE violas = 2 AND author = "Nelson Riddle" |
What is the biggest number of basses suggested in either one of the references? | CREATE TABLE table_2414_1 (basses INTEGER) | SELECT MAX(basses) FROM table_2414_1 | ### Context: CREATE TABLE table_2414_1 (basses INTEGER) ### Question: What is the biggest number of basses suggested in either one of the references? ### Answer: SELECT MAX(basses) FROM table_2414_1 |
What is Stella Farentino's current relationship status? | CREATE TABLE table_24143253_2 (current_marital_status VARCHAR, name VARCHAR) | SELECT current_marital_status FROM table_24143253_2 WHERE name = "Stella Farentino" | ### Context: CREATE TABLE table_24143253_2 (current_marital_status VARCHAR, name VARCHAR) ### Question: What is Stella Farentino's current relationship status? ### Answer: SELECT current_marital_status FROM table_24143253_2 WHERE name = "Stella Farentino" |
How many children did Dennis Hawley have at his time of death? | CREATE TABLE table_24143253_2 (children_together VARCHAR, deceased_spouse VARCHAR) | SELECT children_together FROM table_24143253_2 WHERE deceased_spouse = "Dennis Hawley" | ### Context: CREATE TABLE table_24143253_2 (children_together VARCHAR, deceased_spouse VARCHAR) ### Question: How many children did Dennis Hawley have at his time of death? ### Answer: SELECT children_together FROM table_24143253_2 WHERE deceased_spouse = "Dennis Hawley" |
How did Stella Farentino die? | CREATE TABLE table_24143253_2 (cause_of_death VARCHAR, name VARCHAR) | SELECT cause_of_death FROM table_24143253_2 WHERE name = "Stella Farentino" | ### Context: CREATE TABLE table_24143253_2 (cause_of_death VARCHAR, name VARCHAR) ### Question: How did Stella Farentino die? ### Answer: SELECT cause_of_death FROM table_24143253_2 WHERE name = "Stella Farentino" |
What was the cause of death in the marriage that lasted 28 years? | CREATE TABLE table_24143253_4 (cause_of_death VARCHAR, length_of_marriage VARCHAR) | SELECT cause_of_death FROM table_24143253_4 WHERE length_of_marriage = "28 years" | ### Context: CREATE TABLE table_24143253_4 (cause_of_death VARCHAR, length_of_marriage VARCHAR) ### Question: What was the cause of death in the marriage that lasted 28 years? ### Answer: SELECT cause_of_death FROM table_24143253_4 WHERE length_of_marriage = "28 years" |
How long were Ray Bradbury and his wife married? | CREATE TABLE table_24143253_4 (length_of_marriage VARCHAR, name VARCHAR) | SELECT length_of_marriage FROM table_24143253_4 WHERE name = "Ray Bradbury" | ### Context: CREATE TABLE table_24143253_4 (length_of_marriage VARCHAR, name VARCHAR) ### Question: How long were Ray Bradbury and his wife married? ### Answer: SELECT length_of_marriage FROM table_24143253_4 WHERE name = "Ray Bradbury" |
Name the name for deceased spouse being louis malle | CREATE TABLE table_24143253_1 (name VARCHAR, deceased_spouse VARCHAR) | SELECT name FROM table_24143253_1 WHERE deceased_spouse = "Louis Malle" | ### Context: CREATE TABLE table_24143253_1 (name VARCHAR, deceased_spouse VARCHAR) ### Question: Name the name for deceased spouse being louis malle ### Answer: SELECT name FROM table_24143253_1 WHERE deceased_spouse = "Louis Malle" |
Name the deceased spouse for length of marriage being 24 years | CREATE TABLE table_24143253_1 (deceased_spouse VARCHAR, length_of_marriage VARCHAR) | SELECT deceased_spouse FROM table_24143253_1 WHERE length_of_marriage = "24 years" | ### Context: CREATE TABLE table_24143253_1 (deceased_spouse VARCHAR, length_of_marriage VARCHAR) ### Question: Name the deceased spouse for length of marriage being 24 years ### Answer: SELECT deceased_spouse FROM table_24143253_1 WHERE length_of_marriage = "24 years" |
Name the decease spouse for carol deluise | CREATE TABLE table_24143253_1 (deceased_spouse VARCHAR, name VARCHAR) | SELECT deceased_spouse FROM table_24143253_1 WHERE name = "Carol DeLuise" | ### Context: CREATE TABLE table_24143253_1 (deceased_spouse VARCHAR, name VARCHAR) ### Question: Name the decease spouse for carol deluise ### Answer: SELECT deceased_spouse FROM table_24143253_1 WHERE name = "Carol DeLuise" |
Name the children together for 9 years of marriage | CREATE TABLE table_24143253_1 (children_together VARCHAR, length_of_marriage VARCHAR) | SELECT children_together FROM table_24143253_1 WHERE length_of_marriage = "9 years" | ### Context: CREATE TABLE table_24143253_1 (children_together VARCHAR, length_of_marriage VARCHAR) ### Question: Name the children together for 9 years of marriage ### Answer: SELECT children_together FROM table_24143253_1 WHERE length_of_marriage = "9 years" |
Who was the deceased spouse who was married for 4 years? | CREATE TABLE table_24143253_5 (deceased_spouse VARCHAR, length_of_marriage VARCHAR) | SELECT deceased_spouse FROM table_24143253_5 WHERE length_of_marriage = "4 years" | ### Context: CREATE TABLE table_24143253_5 (deceased_spouse VARCHAR, length_of_marriage VARCHAR) ### Question: Who was the deceased spouse who was married for 4 years? ### Answer: SELECT deceased_spouse FROM table_24143253_5 WHERE length_of_marriage = "4 years" |
Who were the children of Benjamin Harrison? | CREATE TABLE table_24143253_5 (children_together VARCHAR, name VARCHAR) | SELECT children_together FROM table_24143253_5 WHERE name = "Benjamin Harrison" | ### Context: CREATE TABLE table_24143253_5 (children_together VARCHAR, name VARCHAR) ### Question: Who were the children of Benjamin Harrison? ### Answer: SELECT children_together FROM table_24143253_5 WHERE name = "Benjamin Harrison" |
Name the segment 1 for episode # 2/225 | CREATE TABLE table_24172078_2 (segment_1 VARCHAR, episode__number VARCHAR) | SELECT segment_1 FROM table_24172078_2 WHERE episode__number = "2/225" | ### Context: CREATE TABLE table_24172078_2 (segment_1 VARCHAR, episode__number VARCHAR) ### Question: Name the segment 1 for episode # 2/225 ### Answer: SELECT segment_1 FROM table_24172078_2 WHERE episode__number = "2/225" |
Name the lessons taught for episode # 2/205 | CREATE TABLE table_24172078_2 (lessons_taught VARCHAR, episode__number VARCHAR) | SELECT lessons_taught FROM table_24172078_2 WHERE episode__number = "2/205" | ### Context: CREATE TABLE table_24172078_2 (lessons_taught VARCHAR, episode__number VARCHAR) ### Question: Name the lessons taught for episode # 2/205 ### Answer: SELECT lessons_taught FROM table_24172078_2 WHERE episode__number = "2/205" |
What state had william bigler (d) as a successor) | CREATE TABLE table_2417308_3 (state__class_ VARCHAR, successor VARCHAR) | SELECT state__class_ FROM table_2417308_3 WHERE successor = "William Bigler (D)" | ### Context: CREATE TABLE table_2417308_3 (state__class_ VARCHAR, successor VARCHAR) ### Question: What state had william bigler (d) as a successor) ### Answer: SELECT state__class_ FROM table_2417308_3 WHERE successor = "William Bigler (D)" |
Name the date successor seated for successor being vacant | CREATE TABLE table_2417330_4 (date_successor_seated VARCHAR, successor VARCHAR) | SELECT date_successor_seated FROM table_2417330_4 WHERE successor = "Vacant" | ### Context: CREATE TABLE table_2417330_4 (date_successor_seated VARCHAR, successor VARCHAR) ### Question: Name the date successor seated for successor being vacant ### Answer: SELECT date_successor_seated FROM table_2417330_4 WHERE successor = "Vacant" |
Name the vacator for kentucky 2nd | CREATE TABLE table_2417330_4 (vacator VARCHAR, district VARCHAR) | SELECT vacator FROM table_2417330_4 WHERE district = "Kentucky 2nd" | ### Context: CREATE TABLE table_2417330_4 (vacator VARCHAR, district VARCHAR) ### Question: Name the vacator for kentucky 2nd ### Answer: SELECT vacator FROM table_2417330_4 WHERE district = "Kentucky 2nd" |
Name the successor for election was successfully contested july 30, 1861 | CREATE TABLE table_2417330_4 (successor VARCHAR, reason_for_change VARCHAR) | SELECT successor FROM table_2417330_4 WHERE reason_for_change = "Election was successfully contested July 30, 1861" | ### Context: CREATE TABLE table_2417330_4 (successor VARCHAR, reason_for_change VARCHAR) ### Question: Name the successor for election was successfully contested july 30, 1861 ### Answer: SELECT successor FROM table_2417330_4 WHERE reason_for_change = "Election was successfully contested July 30, 1861" |
Name the successor for vacant and december 3, 1862 | CREATE TABLE table_2417330_4 (successor VARCHAR, reason_for_change VARCHAR, date_successor_seated VARCHAR) | SELECT successor FROM table_2417330_4 WHERE reason_for_change = "Vacant" AND date_successor_seated = "December 3, 1862" | ### Context: CREATE TABLE table_2417330_4 (successor VARCHAR, reason_for_change VARCHAR, date_successor_seated VARCHAR) ### Question: Name the successor for vacant and december 3, 1862 ### Answer: SELECT successor FROM table_2417330_4 WHERE reason_for_change = "Vacant" AND date_successor_seated = "December 3, 1862" |
What was the vacator for georgia 2nd? | CREATE TABLE table_2417340_4 (vacator VARCHAR, district VARCHAR) | SELECT vacator FROM table_2417340_4 WHERE district = "Georgia 2nd" | ### Context: CREATE TABLE table_2417340_4 (vacator VARCHAR, district VARCHAR) ### Question: What was the vacator for georgia 2nd? ### Answer: SELECT vacator FROM table_2417340_4 WHERE district = "Georgia 2nd" |
What was the successor for vacant alabama 3rd? | CREATE TABLE table_2417340_4 (successor VARCHAR, vacator VARCHAR, district VARCHAR) | SELECT successor FROM table_2417340_4 WHERE vacator = "Vacant" AND district = "Alabama 3rd" | ### Context: CREATE TABLE table_2417340_4 (successor VARCHAR, vacator VARCHAR, district VARCHAR) ### Question: What was the successor for vacant alabama 3rd? ### Answer: SELECT successor FROM table_2417340_4 WHERE vacator = "Vacant" AND district = "Alabama 3rd" |
Who was the successor for vacant louisiana 5th | CREATE TABLE table_2417340_4 (successor VARCHAR, vacator VARCHAR, district VARCHAR) | SELECT successor FROM table_2417340_4 WHERE vacator = "Vacant" AND district = "Louisiana 5th" | ### Context: CREATE TABLE table_2417340_4 (successor VARCHAR, vacator VARCHAR, district VARCHAR) ### Question: Who was the successor for vacant louisiana 5th ### Answer: SELECT successor FROM table_2417340_4 WHERE vacator = "Vacant" AND district = "Louisiana 5th" |
Who were the successors when the date the successors were installed was February 23, 1870? | CREATE TABLE table_2417345_3 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT successor FROM table_2417345_3 WHERE date_of_successors_formal_installation = "February 23, 1870" | ### Context: CREATE TABLE table_2417345_3 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Who were the successors when the date the successors were installed was February 23, 1870? ### Answer: SELECT successor FROM table_2417345_3 WHERE date_of_successors_formal_installation = "Februar... |
Who was the vacator when the successor was formally installed on February 1, 1871? | CREATE TABLE table_2417345_3 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT vacator FROM table_2417345_3 WHERE date_of_successors_formal_installation = "February 1, 1871" | ### Context: CREATE TABLE table_2417345_3 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Who was the vacator when the successor was formally installed on February 1, 1871? ### Answer: SELECT vacator FROM table_2417345_3 WHERE date_of_successors_formal_installation = "February 1, 1871" |
Who was the successor that was formally installed on March 30, 1870? | CREATE TABLE table_2417345_3 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT successor FROM table_2417345_3 WHERE date_of_successors_formal_installation = "March 30, 1870" | ### Context: CREATE TABLE table_2417345_3 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Who was the successor that was formally installed on March 30, 1870? ### Answer: SELECT successor FROM table_2417345_3 WHERE date_of_successors_formal_installation = "March 30, 1870" |
When did Orville H. Browning (r) succeed? | CREATE TABLE table_2417330_3 (date_of_successors_formal_installation VARCHAR, successor VARCHAR) | SELECT date_of_successors_formal_installation FROM table_2417330_3 WHERE successor = "Orville H. Browning (R)" | ### Context: CREATE TABLE table_2417330_3 (date_of_successors_formal_installation VARCHAR, successor VARCHAR) ### Question: When did Orville H. Browning (r) succeed? ### Answer: SELECT date_of_successors_formal_installation FROM table_2417330_3 WHERE successor = "Orville H. Browning (R)" |
List all dates of succession in the state class Missouri (3). | CREATE TABLE table_2417330_3 (date_of_successors_formal_installation VARCHAR, state__class_ VARCHAR) | SELECT date_of_successors_formal_installation FROM table_2417330_3 WHERE state__class_ = "Missouri (3)" | ### Context: CREATE TABLE table_2417330_3 (date_of_successors_formal_installation VARCHAR, state__class_ VARCHAR) ### Question: List all dates of succession in the state class Missouri (3). ### Answer: SELECT date_of_successors_formal_installation FROM table_2417330_3 WHERE state__class_ = "Missouri (3)" |
List the number of vacators when successors were formally installed on June 22, 1868. | CREATE TABLE table_2417340_3 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT COUNT(vacator) FROM table_2417340_3 WHERE date_of_successors_formal_installation = "June 22, 1868" | ### Context: CREATE TABLE table_2417340_3 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: List the number of vacators when successors were formally installed on June 22, 1868. ### Answer: SELECT COUNT(vacator) FROM table_2417340_3 WHERE date_of_successors_formal_installation = "June 22, ... |
List all state classes when successors were formally installed on June 22, 1868. | CREATE TABLE table_2417340_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) | SELECT state__class_ FROM table_2417340_3 WHERE date_of_successors_formal_installation = "June 22, 1868" | ### Context: CREATE TABLE table_2417340_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: List all state classes when successors were formally installed on June 22, 1868. ### Answer: SELECT state__class_ FROM table_2417340_3 WHERE date_of_successors_formal_installation = "June 22, ... |
What was the reason for change to the successor that was seated on December 13, 1880? | CREATE TABLE table_2417395_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR) | SELECT reason_for_change FROM table_2417395_4 WHERE date_successor_seated = "December 13, 1880" | ### Context: CREATE TABLE table_2417395_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR) ### Question: What was the reason for change to the successor that was seated on December 13, 1880? ### Answer: SELECT reason_for_change FROM table_2417395_4 WHERE date_successor_seated = "December 13, 1880" |
When the person died May 22, 1895 is the reason for vacancy what is the district? | CREATE TABLE table_2417445_4 (district VARCHAR, reason_for_vacancy VARCHAR) | SELECT district FROM table_2417445_4 WHERE reason_for_vacancy = "Died May 22, 1895" | ### Context: CREATE TABLE table_2417445_4 (district VARCHAR, reason_for_vacancy VARCHAR) ### Question: When the person died May 22, 1895 is the reason for vacancy what is the district? ### Answer: SELECT district FROM table_2417445_4 WHERE reason_for_vacancy = "Died May 22, 1895" |
When frederick remann (r) is the vacator what is the reason for vacancy? | CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, vacator VARCHAR) | SELECT reason_for_vacancy FROM table_2417445_4 WHERE vacator = "Frederick Remann (R)" | ### Context: CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, vacator VARCHAR) ### Question: When frederick remann (r) is the vacator what is the reason for vacancy? ### Answer: SELECT reason_for_vacancy FROM table_2417445_4 WHERE vacator = "Frederick Remann (R)" |
When rudolph kleberg (d) is the successor is the reason for vacancy? | CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, successor VARCHAR) | SELECT reason_for_vacancy FROM table_2417445_4 WHERE successor = "Rudolph Kleberg (D)" | ### Context: CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, successor VARCHAR) ### Question: When rudolph kleberg (d) is the successor is the reason for vacancy? ### Answer: SELECT reason_for_vacancy FROM table_2417445_4 WHERE successor = "Rudolph Kleberg (D)" |
When massachusetts 6th is the district what is the reason for vacancy? | CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, district VARCHAR) | SELECT reason_for_vacancy FROM table_2417445_4 WHERE district = "Massachusetts 6th" | ### Context: CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, district VARCHAR) ### Question: When massachusetts 6th is the district what is the reason for vacancy? ### Answer: SELECT reason_for_vacancy FROM table_2417445_4 WHERE district = "Massachusetts 6th" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.