question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Who wrote the episode that originally aired on January 15, 1993? | CREATE TABLE table_2409041_5 (written_by VARCHAR, original_air_date VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT processor FROM table_24101118_1 WHERE model__list_ = \"X33x0\""
} |
What is the earliest number in before? | CREATE TABLE table_24108789_4 (before INTEGER) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT COUNT(original_air_date) FROM table_24132083_1 WHERE directed_by = \"Marcos Siega\" AND written_by = \"Scott Buck\""
} |
What's the series number of the episode written by Tim Schlattmann? | CREATE TABLE table_24132083_1 (no_in_series INTEGER, written_by VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT record FROM table_24136814_3 WHERE date = \"September 7\""
} |
What is he smallest numbered week? | CREATE TABLE table_24136814_3 (week INTEGER) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT successor FROM table_2417345_3 WHERE date_of_successors_formal_installation = \"February 23, 1870\""
} |
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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "SELECT COUNT(vacator) FROM table_2417340_3 WHERE date_of_successors_formal_installation = \"June 22, 1868\""
} |
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) | {
"SQL_Query": "SELECT state__class_ FROM table_2417340_3 WHERE date_of_successors_formal_installation = \"June 22, 1868\""
} |
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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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.