combined_text
stringlengths
106
1.05k
###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"###context:CREATE TABLE table_2409041_5 (written_by VARCHAR, original_air_date 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###context:CREATE TABLE table_2409041_5 (title 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###context:CREATE TABLE table_2409041_2 (directed_by 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###context:CREATE TABLE table_2409041_2 (original_air_date VARCHAR, no_in_series VARCHAR)
###question:When 446004 is the production code who are the writers?###answer:SELECT written_by FROM table_2409041_2 WHERE production_code = 446004###context:CREATE TABLE table_2409041_2 (written_by VARCHAR, production_code 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"###context:CREATE TABLE table_2409041_9 (title VARCHAR, written_by VARCHAR)
###question:Who directed episode number 179 in the series?###answer: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:What's the voltage of the model with part number TT80503300?###answer: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 frequency of the model with part number TT80503300?###answer: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 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"###context:CREATE TABLE table_24096813_15 (part_number_s_ VARCHAR, tdp 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)"###context:CREATE TABLE table_24096813_15 (l1_cache VARCHAR, sspec_number 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"###context:CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_2__uk_ 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"###context:CREATE TABLE table_240936_2 (region_1__can_ 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"###context:CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_1__us_ 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"###context:CREATE TABLE table_240936_2 (region_2__uk_ VARCHAR, region_4__australia_ 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"###context:CREATE TABLE table_240936_2 (region_1__can_ VARCHAR, region_2__uk_ 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"###context:CREATE TABLE table_2409041_6 (directed_by VARCHAR, original_air_date VARCHAR)
###question:In which series was season 18?###answer: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:What is the title of season 2? ###answer: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 brand name associated with a model name e4xxx?###answer: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 the model 4x0?###answer: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 number of cores associated with model name e2xxx?###answer: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 wattage/TDP associated with model name 4x0?###answer:SELECT tdp FROM table_24099628_1 WHERE model__list_ = "4x0"###context:CREATE TABLE table_24099628_1 (tdp VARCHAR, model__list_ 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"###context:CREATE TABLE table_24100843_1 (tdp VARCHAR, socket VARCHAR, processor VARCHAR)
###question:Whats the processor for p9xxx?###answer:SELECT processor FROM table_24100843_1 WHERE model__list_ = "P9xxx"###context:CREATE TABLE table_24100843_1 (processor VARCHAR, model__list_ 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"###context:CREATE TABLE table_24099916_1 (l2_cache 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"###context:CREATE TABLE table_24099916_1 (model__list_ VARCHAR, socket 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"###context:CREATE TABLE table_24099916_1 (model__list_ VARCHAR, tdp VARCHAR)
###question:What's the smallest number for cores of any of the processor models?###answer:SELECT MIN(cores) FROM table_24099916_1###context:CREATE TABLE table_24099916_1 (cores INTEGER)
###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"###context:CREATE TABLE table_24101118_1 (model__list_ VARCHAR, processor 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"###context:CREATE TABLE table_24101118_1 (socket VARCHAR, brand_name VARCHAR)
###question:what is the name of the processor for model x33x0?###answer: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 earliest number in before?###answer:SELECT MIN(before) FROM table_24108789_4###context:CREATE TABLE table_24108789_4 (before INTEGER)
###question:What is the latest after when the player is Steve Stricker?###answer:SELECT MAX(after) FROM table_24108789_4 WHERE player = "Steve Stricker"###context:CREATE TABLE table_24108789_4 (after INTEGER, player VARCHAR)
###question:List all before numbers when Geoff Ogilvy was playing.###answer:SELECT before FROM table_24108789_4 WHERE player = "Geoff Ogilvy"###context:CREATE TABLE table_24108789_4 (before VARCHAR, player VARCHAR)
###question:Name the least events for number 7###answer:SELECT MIN(events) FROM table_24108789_6 WHERE _number = 7###context:CREATE TABLE table_24108789_6 (events INTEGER, _number VARCHAR)
###question:Name the number of events for 3031###answer:SELECT COUNT(events) FROM table_24108789_6 WHERE points = 3031###context:CREATE TABLE table_24108789_6 (events VARCHAR, points VARCHAR)
###question:Name the player for 22 events###answer:SELECT player FROM table_24108789_6 WHERE events = 22###context:CREATE TABLE table_24108789_6 (player VARCHAR, events VARCHAR)
###question:Name the least points for number 6###answer:SELECT MIN(points) FROM table_24108789_6 WHERE _number = 6###context:CREATE TABLE table_24108789_6 (points INTEGER, _number VARCHAR)
###question:Name the most number for steve stricker###answer:SELECT MAX(_number) FROM table_24108789_6 WHERE player = "Steve Stricker"###context:CREATE TABLE table_24108789_6 (_number INTEGER, player VARCHAR)
###question:Name the total number of points for 800 reset###answer:SELECT COUNT(points) FROM table_24108789_6 WHERE reset_points = 800###context:CREATE TABLE table_24108789_6 (points VARCHAR, reset_points 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%"###context:CREATE TABLE table_24115349_4 (kennedy__percentage VARCHAR, 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%"###context:CREATE TABLE table_24115349_4 (kennedy_votes INTEGER, coakley__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%"###context:CREATE TABLE table_24115349_4 (coakley__percentage VARCHAR, kennedy__percentage 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###context:CREATE TABLE table_24115349_4 (kennedy_votes VARCHAR, coakley_votes VARCHAR)
###question:How many locations did the team play at on week 7?###answer:SELECT COUNT(location) FROM table_24123547_2 WHERE week = 7###context:CREATE TABLE table_24123547_2 (location VARCHAR, week VARCHAR)
###question:What was the result of the games VS the Lions?###answer:SELECT final_score FROM table_24123547_2 WHERE opponent = "Lions"###context:CREATE TABLE table_24123547_2 (final_score VARCHAR, opponent VARCHAR)
###question:Name the number of dates for alouettes###answer:SELECT COUNT(date) FROM table_24126518_2 WHERE opponent = "Alouettes"###context:CREATE TABLE table_24126518_2 (date VARCHAR, opponent VARCHAR)
###question:Name the least attendance for l 36–1###answer: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 final score for exhibition stadium for september 10###answer: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 number of record for week 11###answer:SELECT COUNT(record) FROM table_24126518_2 WHERE week = 11###context:CREATE TABLE table_24126518_2 (record VARCHAR, week VARCHAR)
###question:Name the opponent for week 12###answer:SELECT opponent FROM table_24126606_2 WHERE week = 12###context:CREATE TABLE table_24126606_2 (opponent VARCHAR, week VARCHAR)
###question:Name the total number of opponent for october 3###answer:SELECT COUNT(opponent) FROM table_24126606_2 WHERE date = "October 3"###context:CREATE TABLE table_24126606_2 (opponent VARCHAR, date VARCHAR)
###question:Name the final score for week 5###answer:SELECT final_score FROM table_24126606_2 WHERE week = 5###context:CREATE TABLE table_24126606_2 (final_score VARCHAR, week VARCHAR)
###question:Who directed episode 28 in the series?###answer: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: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"###context:CREATE TABLE table_24132083_1 (no_in_series INTEGER, 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 directed_by = "Marcos Siega" AND written_by = "Scott Buck"###context:CREATE TABLE table_24132083_1 (original_air_date VA...
###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"###context:CREATE TABLE table_24132083_1 (no_in_series INTEGER, written_by 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"###context:CREATE TABLE table_2413292_1 (semifinal_matches VARCHAR, commercial_name VARCHAR)
###question:Name the date for l 28–15 ###answer:SELECT date FROM table_24138601_2 WHERE final_score = "L 28–15"###context:CREATE TABLE table_24138601_2 (date VARCHAR, final_score VARCHAR)
###question:When tiger-cats is the opponent what is the location?###answer:SELECT location FROM table_24136365_2 WHERE opponent = "Tiger-Cats"###context:CREATE TABLE table_24136365_2 (location VARCHAR, opponent VARCHAR)
###question:When 4 is the week what is the location?###answer:SELECT location FROM table_24136365_2 WHERE week = 4###context:CREATE TABLE table_24136365_2 (location VARCHAR, week VARCHAR)
###question:What was the record for the Argonauts on September 7?###answer:SELECT record FROM table_24136814_3 WHERE date = "September 7"###context:CREATE TABLE table_24136814_3 (record VARCHAR, date VARCHAR)
###question:What is he smallest numbered week?###answer:SELECT MIN(week) FROM table_24136814_3###context:CREATE TABLE table_24136814_3 (week INTEGER)
###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"###context:CREATE TABLE table_2414_1 (celli VARCHAR, section_size 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"###context:CREATE TABLE table_2414_1 (reference VARCHAR, violas VARCHAR, author VARCHAR)
###question:What is the biggest number of basses suggested in either one of the references?###answer:SELECT MAX(basses) FROM table_2414_1###context:CREATE TABLE table_2414_1 (basses INTEGER)
###question:What is Stella Farentino's current relationship status?###answer: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: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"###context:CREATE TABLE table_24143253_2 (children_together VARCHAR, deceased_spouse VARCHAR)
###question:How did Stella Farentino die?###answer: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: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"###context:CREATE TABLE table_24143253_4 (cause_of_death VARCHAR, length_of_marriage VARCHAR)
###question:How long were Ray Bradbury and his wife married?###answer: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:Name the name for deceased spouse being louis malle###answer: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 deceased spouse for length of marriage being 24 years###answer: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 decease spouse for carol deluise###answer: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 children together for 9 years of marriage###answer: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: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"###context:CREATE TABLE table_24143253_5 (deceased_spouse VARCHAR, length_of_marriage VARCHAR)
###question:Who were the children of Benjamin Harrison?###answer:SELECT children_together FROM table_24143253_5 WHERE name = "Benjamin Harrison"###context:CREATE TABLE table_24143253_5 (children_together VARCHAR, name VARCHAR)
###question:Name the segment 1 for episode # 2/225###answer: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 lessons taught for episode # 2/205###answer: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:What state had william bigler (d) as a successor)###answer:SELECT state__class_ FROM table_2417308_3 WHERE successor = "William Bigler (D)"###context:CREATE TABLE table_2417308_3 (state__class_ 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"###context:CREATE TABLE table_2417330_4 (date_successor_seated VARCHAR, successor VARCHAR)
###question:Name the vacator for kentucky 2nd###answer:SELECT vacator FROM table_2417330_4 WHERE district = "Kentucky 2nd"###context:CREATE TABLE table_2417330_4 (vacator VARCHAR, district 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"###context:CREATE TABLE table_2417330_4 (successor VARCHAR, reason_for_change 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"###context:CREATE TABLE table_2417330_4 (successor VARCHAR, reason_for_change VARCHAR, date_successor_seated VARCHAR)
###question:What was the vacator for georgia 2nd?###answer:SELECT vacator FROM table_2417340_4 WHERE district = "Georgia 2nd"###context:CREATE TABLE table_2417340_4 (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"###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"###context:CREATE TABLE table_2417340_4 (successor VARCHAR, vacator VARCHAR, district 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 = "February 23, 1870"###context:CREATE TABLE table_2417345_3 (successor VARCHAR, date_of_successors_formal_installation VARCH...
###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"###context:CREATE TABLE table_2417345_3 (vacator 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"###context:CREATE TABLE table_2417345_3 (successor VARCHAR, date_of_successors_formal_installation 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)"###context:CREATE TABLE table_2417330_3 (date_of_successors_formal_installation VARCHAR, successor 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)"###context:CREATE TABLE table_2417330_3 (date_of_successors_formal_installation VARCHAR, state__class_ 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, 1868"###context:CREATE TABLE table_2417340_3 (vacator 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, 1868"###context:CREATE TABLE table_2417340_3 (state__class_ VARCHAR, date_of_successors_formal_installation 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"###context:CREATE TABLE table_2417395_4 (reason_for_change VARCHAR, date_successor_seated 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"###context:CREATE TABLE table_2417445_4 (district VARCHAR, reason_for_vacancy 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)"###context:CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, vacator 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)"###context:CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, successor 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"###context:CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, district VARCHAR)