Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
29,100
<question>: What is the incumbent for 1974? <context>: CREATE TABLE table_1341577_22 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1341577_22 WHERE first_elected = 1974
29,101
<question>: To what party does Cardiss Collins belong? <context>: CREATE TABLE table_1341577_14 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341577_14 WHERE incumbent = "Cardiss Collins"
29,102
<question>: Who was the candidate in the Virginia 3 district election? <context>: CREATE TABLE table_1341577_47 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1341577_47 WHERE district = "Virginia 3"
29,103
<question>: What was the result of the election in the Virginia 3 district? <context>: CREATE TABLE table_1341577_47 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1341577_47 WHERE district = "Virginia 3"
29,104
<question>: Who were the candidates when Lamar S. Smith was incumbent? <context>: CREATE TABLE table_1341577_44 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341577_44 WHERE incumbent = "Lamar S. Smith"
29,105
<question>: What party did Beau Boulter represent? <context>: CREATE TABLE table_1341577_44 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341577_44 WHERE incumbent = "Beau Boulter"
29,106
<question>: Who were the candidates when Jack Fields was the incumbent? <context>: CREATE TABLE table_1341577_44 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341577_44 WHERE incumbent = "Jack Fields"
29,107
<question>: What was the final result for Les Aspin? <context>: CREATE TABLE table_1341577_50 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1341577_50 WHERE incumbent = "Les Aspin"
29,108
<question>: Who were the candidates that ran when Jim Moody was up for reelection after 1982? <context>: CREATE TABLE table_1341577_50 (candidates VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_1341577_50 WHERE first_elected = 1982
29,109
<question>: In the district called Tennessee 6, how many in total of first elected are there? <context>: CREATE TABLE table_1341577_43 (first_elected VARCHAR, district VARCHAR)
SELECT COUNT(first_elected) FROM table_1341577_43 WHERE district = "Tennessee 6"
29,110
<question>: Which party is associated with the person who was first elected in 1982? <context>: CREATE TABLE table_1341577_43 (party VARCHAR, first_elected VARCHAR)
SELECT party FROM table_1341577_43 WHERE first_elected = 1982
29,111
<question>: How many candidates are listed all together for the incumbent named bob clement? <context>: CREATE TABLE table_1341577_43 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1341577_43 WHERE incumbent = "Bob Clement"
29,112
<question>: What was the results for the candidates listed as bart gordon (d) 76.5% wallace embry (r) 23.5%? <context>: CREATE TABLE table_1341577_43 (result VARCHAR, candidates VARCHAR)
SELECT result FROM table_1341577_43 WHERE candidates = "Bart Gordon (D) 76.5% Wallace Embry (R) 23.5%"
29,113
<question>: Who is the incumbent that is listed with the candidates listed as marilyn lloyd (d) 57.4% harold w. coker (r) 42.6%? <context>: CREATE TABLE table_1341577_43 (incumbent VARCHAR, candidates VARCHAR)
SELECT incumbent FROM table_1341577_43 WHERE candidates = "Marilyn Lloyd (D) 57.4% Harold W. Coker (R) 42.6%"
29,114
<question>: In what district would you find the candidates listed as jim cooper (d) unopposed? <context>: CREATE TABLE table_1341577_43 (district VARCHAR, candidates VARCHAR)
SELECT district FROM table_1341577_43 WHERE candidates = "Jim Cooper (D) Unopposed"
29,115
<question>: who is the incumbent with candidates being bud shuster (r) unopposed <context>: CREATE TABLE table_1341586_39 (incumbent VARCHAR, candidates VARCHAR)
SELECT incumbent FROM table_1341586_39 WHERE candidates = "Bud Shuster (R) Unopposed"
29,116
<question>: who is the incumbent with candidates being tom ridge (r) 80.9% joylyn blackwell (d) 19.1% <context>: CREATE TABLE table_1341586_39 (incumbent VARCHAR, candidates VARCHAR)
SELECT incumbent FROM table_1341586_39 WHERE candidates = "Tom Ridge (R) 80.9% Joylyn Blackwell (D) 19.1%"
29,117
<question>: what's district with candidates being curt weldon (r) 61.3% bill spingler (d) 38.7% <context>: CREATE TABLE table_1341586_39 (district VARCHAR, candidates VARCHAR)
SELECT district FROM table_1341586_39 WHERE candidates = "Curt Weldon (R) 61.3% Bill Spingler (D) 38.7%"
29,118
<question>: what's party with district being pennsylvania 21 <context>: CREATE TABLE table_1341586_39 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341586_39 WHERE district = "Pennsylvania 21"
29,119
<question>: what is the maximum first elected with incumbent being gus yatron <context>: CREATE TABLE table_1341586_39 (first_elected INTEGER, incumbent VARCHAR)
SELECT MAX(first_elected) FROM table_1341586_39 WHERE incumbent = "Gus Yatron"
29,120
<question>: what's the district with first elected being 1972 <context>: CREATE TABLE table_1341586_39 (district VARCHAR, first_elected VARCHAR)
SELECT district FROM table_1341586_39 WHERE first_elected = 1972
29,121
<question>: how many district with incumbent being lindy boggs <context>: CREATE TABLE table_1341586_19 (district VARCHAR, incumbent VARCHAR)
SELECT COUNT(district) FROM table_1341586_19 WHERE incumbent = "Lindy Boggs"
29,122
<question>: what's the result with candidates being billy tauzin (d) unopposed <context>: CREATE TABLE table_1341586_19 (result VARCHAR, candidates VARCHAR)
SELECT result FROM table_1341586_19 WHERE candidates = "Billy Tauzin (D) Unopposed"
29,123
<question>: how many candidates with result being retired to run for u. s. senate republican hold <context>: CREATE TABLE table_1341586_19 (candidates VARCHAR, result VARCHAR)
SELECT COUNT(candidates) FROM table_1341586_19 WHERE result = "Retired to run for U. S. Senate Republican hold"
29,124
<question>: what's the result with district being louisiana 2 <context>: CREATE TABLE table_1341586_19 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1341586_19 WHERE district = "Louisiana 2"
29,125
<question>: who is the the candidates with first elected being 1977 <context>: CREATE TABLE table_1341586_19 (candidates VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_1341586_19 WHERE first_elected = 1977
29,126
<question>: What happened to the incombent who was elected in 1980? <context>: CREATE TABLE table_1341586_14 (result VARCHAR, first_elected VARCHAR)
SELECT result FROM table_1341586_14 WHERE first_elected = 1980
29,127
<question>: How did the election end for Terry L. Bruce? <context>: CREATE TABLE table_1341586_14 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1341586_14 WHERE incumbent = "Terry L. Bruce"
29,128
<question>: What party was Tony P. Hall affiliated with? <context>: CREATE TABLE table_1341586_36 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341586_36 WHERE incumbent = "Tony P. Hall"
29,129
<question>: Name number first elected for tennessee 2? <context>: CREATE TABLE table_1341586_43 (first_elected VARCHAR, district VARCHAR)
SELECT COUNT(first_elected) FROM table_1341586_43 WHERE district = "Tennessee 2"
29,130
<question>: Name the candidates in 1964 <context>: CREATE TABLE table_1341586_43 (candidates VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_1341586_43 WHERE first_elected = 1964
29,131
<question>: How many districts have Mac Sweeney as incumbent? <context>: CREATE TABLE table_1341586_44 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1341586_44 WHERE incumbent = "Mac Sweeney"
29,132
<question>: Who are all the candidates vying for Henry B. Gonzalez' seat? <context>: CREATE TABLE table_1341586_44 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341586_44 WHERE incumbent = "Henry B. Gonzalez"
29,133
<question>: Name all the candidates vying for Albert Bustamante's seat. <context>: CREATE TABLE table_1341586_44 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341586_44 WHERE incumbent = "Albert Bustamante"
29,134
<question>: In what district was the incumbent Michael Bilirakis? <context>: CREATE TABLE table_1341598_10 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341598_10 WHERE incumbent = "Michael Bilirakis"
29,135
<question>: Who is the candidate in election where the incumbent was first elected in 1980? <context>: CREATE TABLE table_1341598_10 (candidates VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_1341598_10 WHERE first_elected = 1980
29,136
<question>: What party does incumbent Charles Edward Bennett belong to? <context>: CREATE TABLE table_1341598_10 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341598_10 WHERE incumbent = "Charles Edward Bennett"
29,137
<question>: What was the result of the election in the Florida 18 district? <context>: CREATE TABLE table_1341598_10 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1341598_10 WHERE district = "Florida 18"
29,138
<question>: In what district is the incumbent Lawrence J. Smith? <context>: CREATE TABLE table_1341598_10 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341598_10 WHERE incumbent = "Lawrence J. Smith"
29,139
<question>: where is the district where the incumbent is del latta? <context>: CREATE TABLE table_1341598_36 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341598_36 WHERE incumbent = "Del Latta"
29,140
<question>: what is the party for district ohio 11? <context>: CREATE TABLE table_1341598_36 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341598_36 WHERE district = "Ohio 11"
29,141
<question>: who were the candidates for district ohio 6? <context>: CREATE TABLE table_1341598_36 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1341598_36 WHERE district = "Ohio 6"
29,142
<question>: What is the party for District Georgia 9? <context>: CREATE TABLE table_1341598_11 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341598_11 WHERE district = "Georgia 9"
29,143
<question>: Which district shows a first elected of 1980? <context>: CREATE TABLE table_1341598_11 (district VARCHAR, first_elected VARCHAR)
SELECT district FROM table_1341598_11 WHERE first_elected = 1980
29,144
<question>: What is the party for the incumbent Wyche Fowler? <context>: CREATE TABLE table_1341598_11 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341598_11 WHERE incumbent = "Wyche Fowler"
29,145
<question>: Who are shown as candidates when George Darden is the incumbent? <context>: CREATE TABLE table_1341598_11 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341598_11 WHERE incumbent = "George Darden"
29,146
<question>: What district has Dan Crane as incumbent? <context>: CREATE TABLE table_1341598_14 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341598_14 WHERE incumbent = "Dan Crane"
29,147
<question>: In which district is Robert W. Edgar the incumbent? <context>: CREATE TABLE table_1341598_39 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341598_39 WHERE incumbent = "Robert W. Edgar"
29,148
<question>: To which party does Robert W. Edgar belong? <context>: CREATE TABLE table_1341598_39 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341598_39 WHERE incumbent = "Robert W. Edgar"
29,149
<question>: What district is incumbent jack hightower from? <context>: CREATE TABLE table_1341598_44 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341598_44 WHERE incumbent = "Jack Hightower"
29,150
<question>: What year were the election results tom loeffler (r) 80.6% joe sullivan (d) 19.4%? <context>: CREATE TABLE table_1341598_44 (first_elected INTEGER, candidates VARCHAR)
SELECT MIN(first_elected) FROM table_1341598_44 WHERE candidates = "Tom Loeffler (R) 80.6% Joe Sullivan (D) 19.4%"
29,151
<question>: What incumbent won the district of texas 22? <context>: CREATE TABLE table_1341598_44 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341598_44 WHERE district = "Texas 22"
29,152
<question>: Who's the incumbent of the Louisiana 1 district? <context>: CREATE TABLE table_1341604_19 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341604_19 WHERE district = "Louisiana 1"
29,153
<question>: Who were the candidates in the Louisiana 4 district? <context>: CREATE TABLE table_1341604_19 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1341604_19 WHERE district = "Louisiana 4"
29,154
<question>: Who's the incumbent in the district first elected in 1976? <context>: CREATE TABLE table_1341604_19 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1341604_19 WHERE first_elected = 1976
29,155
<question>: what's the incumbent with district being massachusetts 2 <context>: CREATE TABLE table_1341604_22 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341604_22 WHERE district = "Massachusetts 2"
29,156
<question>: what's the party with candidates being silvio conte (r) unopposed <context>: CREATE TABLE table_1341604_22 (party VARCHAR, candidates VARCHAR)
SELECT party FROM table_1341604_22 WHERE candidates = "Silvio Conte (R) Unopposed"
29,157
<question>: what's the first elected with incumbent being joseph d. early <context>: CREATE TABLE table_1341604_22 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1341604_22 WHERE incumbent = "Joseph D. Early"
29,158
<question>: what's the party with dbeingtrict being massachusetts 3 <context>: CREATE TABLE table_1341604_22 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341604_22 WHERE district = "Massachusetts 3"
29,159
<question>: How many candidates won the election in the district whose incumbent is Bud Shuster? <context>: CREATE TABLE table_1341604_39 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1341604_39 WHERE incumbent = "Bud Shuster"
29,160
<question>: What are the candidates in the district whose incumbent is Gus Yatron? <context>: CREATE TABLE table_1341604_39 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341604_39 WHERE incumbent = "Gus Yatron"
29,161
<question>: What's the winning party in the Pennsylvania 6 district? <context>: CREATE TABLE table_1341604_39 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341604_39 WHERE district = "Pennsylvania 6"
29,162
<question>: What candidate is a member of the Republican party? <context>: CREATE TABLE table_1341640_39 (candidates VARCHAR, party VARCHAR)
SELECT candidates FROM table_1341640_39 WHERE party = "Republican"
29,163
<question>: What district is Ray Musto the incumbent of? <context>: CREATE TABLE table_1341640_39 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341640_39 WHERE incumbent = "Ray Musto"
29,164
<question>: How many parties does the incumbent Donald A. Bailey a member of? <context>: CREATE TABLE table_1341640_39 (party VARCHAR, incumbent VARCHAR)
SELECT COUNT(party) FROM table_1341640_39 WHERE incumbent = "Donald A. Bailey"
29,165
<question>: What was the outcome of the election in Pennsylvania 6 district? <context>: CREATE TABLE table_1341640_39 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1341640_39 WHERE district = "Pennsylvania 6"
29,166
<question>: Where was Al Gore elected <context>: CREATE TABLE table_1341640_43 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341640_43 WHERE incumbent = "Al Gore"
29,167
<question>: Election results of 1976 <context>: CREATE TABLE table_1341640_43 (result VARCHAR, first_elected VARCHAR)
SELECT result FROM table_1341640_43 WHERE first_elected = 1976
29,168
<question>: What was the incumbent for missouri 1? <context>: CREATE TABLE table_1341640_26 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341640_26 WHERE district = "Missouri 1"
29,169
<question>: What was the result of the election when someone was first elected in 1960? <context>: CREATE TABLE table_1341640_14 (result VARCHAR, first_elected VARCHAR)
SELECT result FROM table_1341640_14 WHERE first_elected = 1960
29,170
<question>: What year was incumbent phil crane first elected? <context>: CREATE TABLE table_1341640_14 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1341640_14 WHERE incumbent = "Phil Crane"
29,171
<question>: What candidates were featured in the 1974 election? <context>: CREATE TABLE table_1341640_14 (candidates VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_1341640_14 WHERE first_elected = 1974
29,172
<question>: What year was Jerry Huckaby first elected? <context>: CREATE TABLE table_1341663_19 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1341663_19 WHERE incumbent = "Jerry Huckaby"
29,173
<question>: What other cadidate ran against Dave Treen? <context>: CREATE TABLE table_1341663_19 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341663_19 WHERE incumbent = "Dave Treen"
29,174
<question>: What year was the earliest first elected? <context>: CREATE TABLE table_1341663_19 (first_elected INTEGER)
SELECT MIN(first_elected) FROM table_1341663_19
29,175
<question>: What district did Dave Treen serve? <context>: CREATE TABLE table_1341663_19 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341663_19 WHERE incumbent = "Dave Treen"
29,176
<question>: How many sitting politicians were originally elected in 1972? <context>: CREATE TABLE table_1341663_11 (incumbent VARCHAR, first_elected VARCHAR)
SELECT COUNT(incumbent) FROM table_1341663_11 WHERE first_elected = 1972
29,177
<question>: In the Georgia 6 district, what is the elected party? <context>: CREATE TABLE table_1341663_11 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341663_11 WHERE district = "Georgia 6"
29,178
<question>: In the race involving Billy Lee Evans as the seated Representative, was he elected again? <context>: CREATE TABLE table_1341663_11 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1341663_11 WHERE incumbent = "Billy Lee Evans"
29,179
<question>: How many parties are there in races involving Dawson Mathis? <context>: CREATE TABLE table_1341663_11 (party VARCHAR, incumbent VARCHAR)
SELECT COUNT(party) FROM table_1341663_11 WHERE incumbent = "Dawson Mathis"
29,180
<question>: Which district is republican? <context>: CREATE TABLE table_1341663_44 (district VARCHAR, party VARCHAR)
SELECT district FROM table_1341663_44 WHERE party = "Republican"
29,181
<question>: Name the result when the incumbent was george h. mahon <context>: CREATE TABLE table_1341663_44 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1341663_44 WHERE incumbent = "George H. Mahon"
29,182
<question>: What was the incumbent of texas 3? <context>: CREATE TABLE table_1341663_44 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341663_44 WHERE district = "Texas 3"
29,183
<question>: What was the incumbent for texas 19? <context>: CREATE TABLE table_1341663_44 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341663_44 WHERE district = "Texas 19"
29,184
<question>: Which district has candidates is dick gephardt (d) 81.9% lee buchschacher (r) 18.1%? <context>: CREATE TABLE table_1341663_26 (district VARCHAR, candidates VARCHAR)
SELECT district FROM table_1341663_26 WHERE candidates = "Dick Gephardt (D) 81.9% Lee Buchschacher (R) 18.1%"
29,185
<question>: What is the result for the district missouri 2? <context>: CREATE TABLE table_1341663_26 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1341663_26 WHERE district = "Missouri 2"
29,186
<question>: When was the first elected for district missouri 7? <context>: CREATE TABLE table_1341663_26 (first_elected INTEGER, district VARCHAR)
SELECT MIN(first_elected) FROM table_1341663_26 WHERE district = "Missouri 7"
29,187
<question>: When was the earliest first election? <context>: CREATE TABLE table_1341663_26 (first_elected INTEGER)
SELECT MIN(first_elected) FROM table_1341663_26
29,188
<question>: How many times was the candidates dick gephardt (d) 81.9% lee buchschacher (r) 18.1%? <context>: CREATE TABLE table_1341663_26 (incumbent VARCHAR, candidates VARCHAR)
SELECT COUNT(incumbent) FROM table_1341663_26 WHERE candidates = "Dick Gephardt (D) 81.9% Lee Buchschacher (R) 18.1%"
29,189
<question>: What district did S. William Green belong to? <context>: CREATE TABLE table_1341663_33 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341663_33 WHERE incumbent = "S. William Green"
29,190
<question>: What district did the Democratic party incumbent Stephen J. Solarz get first elected to in 1974? <context>: CREATE TABLE table_1341663_33 (district VARCHAR, incumbent VARCHAR, party VARCHAR, first_elected VARCHAR)
SELECT district FROM table_1341663_33 WHERE party = "Democratic" AND first_elected = 1974 AND incumbent = "Stephen J. Solarz"
29,191
<question>: When was Stephen J. Solarz first elected? <context>: CREATE TABLE table_1341663_33 (first_elected INTEGER, incumbent VARCHAR)
SELECT MIN(first_elected) FROM table_1341663_33 WHERE incumbent = "Stephen J. Solarz"
29,192
<question>: Who were the candidates when Shirley Chisholm was the incumbent? <context>: CREATE TABLE table_1341663_33 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341663_33 WHERE incumbent = "Shirley Chisholm"
29,193
<question>: What is the district that has Bob Wilson as an incumbent? <context>: CREATE TABLE table_1341663_6 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341663_6 WHERE incumbent = "Bob Wilson"
29,194
<question>: How many outcomes were there in the elections in California 38? <context>: CREATE TABLE table_1341663_6 (result VARCHAR, district VARCHAR)
SELECT COUNT(result) FROM table_1341663_6 WHERE district = "California 38"
29,195
<question>: What district is Charles H. Wilson the incumbent of? <context>: CREATE TABLE table_1341663_6 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341663_6 WHERE incumbent = "Charles H. Wilson"
29,196
<question>: What party was the winning one in the elections in the California 30 district? <context>: CREATE TABLE table_1341663_6 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341663_6 WHERE district = "California 30"
29,197
<question>: How many times did an election feature the result robert l. leggett (d) 50.2% albert dehr (r) 49.8%? <context>: CREATE TABLE table_1341672_6 (result VARCHAR, candidates VARCHAR)
SELECT COUNT(result) FROM table_1341672_6 WHERE candidates = "Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8%"
29,198
<question>: What year was incumbent mark w. hannaford elected? <context>: CREATE TABLE table_1341672_6 (first_elected INTEGER, incumbent VARCHAR)
SELECT MIN(first_elected) FROM table_1341672_6 WHERE incumbent = "Mark W. Hannaford"
29,199
<question>: what is the district where the incumbent is richard kelly? <context>: CREATE TABLE table_1341672_10 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341672_10 WHERE incumbent = "Richard Kelly"