Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
29,200 | <question>: what is the result where the candidates is robert l. f. sikes (d) unopposed? <context>: CREATE TABLE table_1341672_10 (result VARCHAR, candidates VARCHAR) | SELECT result FROM table_1341672_10 WHERE candidates = "Robert L. F. Sikes (D) Unopposed" |
29,201 | <question>: who is the incumbent where the candidates is william v. chappell, jr. (d) unopposed? <context>: CREATE TABLE table_1341672_10 (incumbent VARCHAR, candidates VARCHAR) | SELECT incumbent FROM table_1341672_10 WHERE candidates = "William V. Chappell, Jr. (D) Unopposed" |
29,202 | <question>: what is the district where the incumbent is james a. haley? <context>: CREATE TABLE table_1341672_10 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341672_10 WHERE incumbent = "James A. Haley" |
29,203 | <question>: who are the candidates where the district is florida 8? <context>: CREATE TABLE table_1341672_10 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1341672_10 WHERE district = "Florida 8" |
29,204 | <question>: what year was the first elected incumbant Sidney R. Yates? <context>: CREATE TABLE table_1341690_13 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_1341690_13 WHERE incumbent = "Sidney R. Yates" |
29,205 | <question>: How many incumbents are there in district Louisiana 5? <context>: CREATE TABLE table_1341690_18 (incumbent VARCHAR, district VARCHAR) | SELECT COUNT(incumbent) FROM table_1341690_18 WHERE district = "Louisiana 5" |
29,206 | <question>: How many incumbents resulted in a lost renomination republican gain? <context>: CREATE TABLE table_1341690_18 (incumbent VARCHAR, result VARCHAR) | SELECT COUNT(incumbent) FROM table_1341690_18 WHERE result = "Lost renomination Republican gain" |
29,207 | <question>: In which district is the incumbent John Breaux? <context>: CREATE TABLE table_1341690_18 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341690_18 WHERE incumbent = "John Breaux" |
29,208 | <question>: What year was Otto Passman (d) unopposed first elected? <context>: CREATE TABLE table_1341690_18 (first_elected INTEGER, candidates VARCHAR) | SELECT MAX(first_elected) FROM table_1341690_18 WHERE candidates = "Otto Passman (D) Unopposed" |
29,209 | <question>: What were the results when the incumbent was John Breaux? <context>: CREATE TABLE table_1341690_18 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1341690_18 WHERE incumbent = "John Breaux" |
29,210 | <question>: Name the candidates for texas 1 <context>: CREATE TABLE table_1341690_43 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1341690_43 WHERE district = "Texas 1" |
29,211 | <question>: Name the incumbent for district texas 12 <context>: CREATE TABLE table_1341690_43 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1341690_43 WHERE district = "Texas 12" |
29,212 | <question>: Name the candidates for texas 20 <context>: CREATE TABLE table_1341690_43 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1341690_43 WHERE district = "Texas 20" |
29,213 | <question>: what is the district with the candidates edward boland (d) unopposed? <context>: CREATE TABLE table_1341690_21 (district VARCHAR, candidates VARCHAR) | SELECT district FROM table_1341690_21 WHERE candidates = "Edward Boland (D) Unopposed" |
29,214 | <question>: what is the party where the candidates are edward boland (d) unopposed? <context>: CREATE TABLE table_1341690_21 (party VARCHAR, candidates VARCHAR) | SELECT party FROM table_1341690_21 WHERE candidates = "Edward Boland (D) Unopposed" |
29,215 | <question>: what is the party where the incumbent is edward boland? <context>: CREATE TABLE table_1341690_21 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341690_21 WHERE incumbent = "Edward Boland" |
29,216 | <question>: How many times was the candidates paul tsongas (d) 60.6% paul w. cronin (r) 39.4%? <context>: CREATE TABLE table_1341690_21 (incumbent VARCHAR, candidates VARCHAR) | SELECT COUNT(incumbent) FROM table_1341690_21 WHERE candidates = "Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%" |
29,217 | <question>: List all candidates in elections where the incumbent politician is Goodloe Byron. <context>: CREATE TABLE table_1341690_20 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341690_20 WHERE incumbent = "Goodloe Byron" |
29,218 | <question>: How many instances are there of party in the situation where Robert Bauman is the incumbent politician? <context>: CREATE TABLE table_1341690_20 (party VARCHAR, incumbent VARCHAR) | SELECT COUNT(party) FROM table_1341690_20 WHERE incumbent = "Robert Bauman" |
29,219 | <question>: What is the party of the election in which Robert Bauman is the incumbent? <context>: CREATE TABLE table_1341690_20 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341690_20 WHERE incumbent = "Robert Bauman" |
29,220 | <question>: List all results where the voting district is Maryland 7. <context>: CREATE TABLE table_1341690_20 (result VARCHAR, district VARCHAR) | SELECT result FROM table_1341690_20 WHERE district = "Maryland 7" |
29,221 | <question>: What are all the results where Robert Bauman is the incumbent politician? <context>: CREATE TABLE table_1341690_20 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1341690_20 WHERE incumbent = "Robert Bauman" |
29,222 | <question>: Who were the candidates in the district won by the incumbent Del Latta? <context>: CREATE TABLE table_1341690_35 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341690_35 WHERE incumbent = "Del Latta" |
29,223 | <question>: Who were the candidates in the districts that was first elected in 1966? <context>: CREATE TABLE table_1341690_35 (candidates VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_1341690_35 WHERE first_elected = 1966 |
29,224 | <question>: Who was running for office in the California 10 district? <context>: CREATE TABLE table_1341690_5 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1341690_5 WHERE district = "California 10" |
29,225 | <question>: How many parties won the election in the California 23 district? <context>: CREATE TABLE table_1341690_5 (party VARCHAR, district VARCHAR) | SELECT COUNT(party) FROM table_1341690_5 WHERE district = "California 23" |
29,226 | <question>: What republican candidate was first elected most recently? <context>: CREATE TABLE table_1341690_5 (first_elected INTEGER, party VARCHAR) | SELECT MAX(first_elected) FROM table_1341690_5 WHERE party = "Republican" |
29,227 | <question>: Phillip Landrum was first elected in 1952 from the ninth district of Georgia. <context>: CREATE TABLE table_1341707_12 (district VARCHAR, first_elected VARCHAR) | SELECT district FROM table_1341707_12 WHERE first_elected = 1952 |
29,228 | <question>: What party did the incumbent from the Illinois 12 district belong to? <context>: CREATE TABLE table_1341707_15 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1341707_15 WHERE district = "Illinois 12" |
29,229 | <question>: Who was the democratic incumbent in the Illinois 11 district who was re-elected? <context>: CREATE TABLE table_1341707_15 (incumbent VARCHAR, district VARCHAR, party VARCHAR, result VARCHAR) | SELECT incumbent FROM table_1341707_15 WHERE party = "Democratic" AND result = "Re-elected" AND district = "Illinois 11" |
29,230 | <question>: Which incumbent was first elected in 1964? <context>: CREATE TABLE table_1341707_15 (incumbent VARCHAR, first_elected VARCHAR) | SELECT incumbent FROM table_1341707_15 WHERE first_elected = "1964" |
29,231 | <question>: What party did the incumbent from the Illinois 1 district belong to? <context>: CREATE TABLE table_1341707_15 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1341707_15 WHERE district = "Illinois 1" |
29,232 | <question>: What candidates ran in the election with don fuqua? <context>: CREATE TABLE table_1341690_9 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341690_9 WHERE incumbent = "Don Fuqua" |
29,233 | <question>: How many incumbent candidates in the election featuring sam m. gibbons (d) unopposed? <context>: CREATE TABLE table_1341690_9 (incumbent VARCHAR, candidates VARCHAR) | SELECT COUNT(incumbent) FROM table_1341690_9 WHERE candidates = "Sam M. Gibbons (D) Unopposed" |
29,234 | <question>: What is the last year that someone is first elected? <context>: CREATE TABLE table_1341690_9 (first_elected INTEGER) | SELECT MAX(first_elected) FROM table_1341690_9 |
29,235 | <question>: Who was the incumbent in 1940? <context>: CREATE TABLE table_1341690_9 (incumbent VARCHAR, first_elected VARCHAR) | SELECT incumbent FROM table_1341690_9 WHERE first_elected = 1940 |
29,236 | <question>: what is the party when the incumbent is sidney r. yates? <context>: CREATE TABLE table_1341718_14 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341718_14 WHERE incumbent = "Sidney R. Yates" |
29,237 | <question>: what was the year first elected for district illinois 7? <context>: CREATE TABLE table_1341718_14 (first_elected INTEGER, district VARCHAR) | SELECT MAX(first_elected) FROM table_1341718_14 WHERE district = "Illinois 7" |
29,238 | <question>: how many times was the candidates phil crane (r) 58.0% edward a. warman (d) 42.0%? <context>: CREATE TABLE table_1341718_14 (incumbent VARCHAR, candidates VARCHAR) | SELECT COUNT(incumbent) FROM table_1341718_14 WHERE candidates = "Phil Crane (R) 58.0% Edward A. Warman (D) 42.0%" |
29,239 | <question>: how many times was it the district illinois 18? <context>: CREATE TABLE table_1341718_14 (candidates VARCHAR, district VARCHAR) | SELECT COUNT(candidates) FROM table_1341718_14 WHERE district = "Illinois 18" |
29,240 | <question>: who were the candidates when the incumbent was ed derwinski? <context>: CREATE TABLE table_1341718_14 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341718_14 WHERE incumbent = "Ed Derwinski" |
29,241 | <question>: When was the first elected when the party was republican and the candidate were robert h. michel (r) 66.1% rosa lee fox (d) 33.9%? <context>: CREATE TABLE table_1341718_14 (first_elected INTEGER, party VARCHAR, candidates VARCHAR) | SELECT MIN(first_elected) FROM table_1341718_14 WHERE party = "Republican" AND candidates = "Robert H. Michel (R) 66.1% Rosa Lee Fox (D) 33.9%" |
29,242 | <question>: Who is the incumbent in district Texas 15? <context>: CREATE TABLE table_1341707_45 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1341707_45 WHERE district = "Texas 15" |
29,243 | <question>: Which district elected incumbent Earle Cabell? <context>: CREATE TABLE table_1341718_44 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341718_44 WHERE incumbent = "Earle Cabell" |
29,244 | <question>: What was the result when Ray Roberts was elected? <context>: CREATE TABLE table_1341718_44 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1341718_44 WHERE incumbent = "Ray Roberts" |
29,245 | <question>: What is the highest year that a candidate was first elected? <context>: CREATE TABLE table_1341738_11 (first_elected INTEGER) | SELECT MAX(first_elected) FROM table_1341738_11 |
29,246 | <question>: Incumbent Bill Harsha was the winner in an election in which the candidates were who? <context>: CREATE TABLE table_1341718_36 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341718_36 WHERE incumbent = "Bill Harsha" |
29,247 | <question>: What was the party of the first elected candidate in 1954? <context>: CREATE TABLE table_1341738_36 (party VARCHAR, first_elected VARCHAR) | SELECT party FROM table_1341738_36 WHERE first_elected = 1954 |
29,248 | <question>: How many districts does Donald D. Clancy represent? <context>: CREATE TABLE table_1341738_36 (district VARCHAR, incumbent VARCHAR) | SELECT COUNT(district) FROM table_1341738_36 WHERE incumbent = "Donald D. Clancy" |
29,249 | <question>: Which party is Lawrence H. Fountain part of? <context>: CREATE TABLE table_1341738_34 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341738_34 WHERE incumbent = "Lawrence H. Fountain" |
29,250 | <question>: Who was the first person elected in North Carolina 8? <context>: CREATE TABLE table_1341738_34 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_1341738_34 WHERE district = "North Carolina 8" |
29,251 | <question>: who was the candidate elected to the democratic party in 1952? <context>: CREATE TABLE table_1341738_34 (candidates VARCHAR, first_elected VARCHAR, party VARCHAR) | SELECT candidates FROM table_1341738_34 WHERE first_elected = "1952" AND party = "Democratic" |
29,252 | <question>: What district did Joe Waggonner belong to? <context>: CREATE TABLE table_1341738_19 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341738_19 WHERE incumbent = "Joe Waggonner" |
29,253 | <question>: What is the name of the incumbent who was first eleccted in 1940? <context>: CREATE TABLE table_1341738_19 (incumbent VARCHAR, first_elected VARCHAR) | SELECT incumbent FROM table_1341738_19 WHERE first_elected = 1940 |
29,254 | <question>: What party does incumbent edwin reinecke represent? <context>: CREATE TABLE table_1341738_6 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341738_6 WHERE incumbent = "Edwin Reinecke" |
29,255 | <question>: Who were the candidates in the election that featured incumbent don edwards? <context>: CREATE TABLE table_1341738_6 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341738_6 WHERE incumbent = "Don Edwards" |
29,256 | <question>: Who's the incumbent of Indiana 4 district? <context>: CREATE TABLE table_1341843_15 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1341843_15 WHERE district = "Indiana 4" |
29,257 | <question>: Who's the incumbent of the district with first election held in 1950? <context>: CREATE TABLE table_1341843_15 (incumbent VARCHAR, first_elected VARCHAR) | SELECT incumbent FROM table_1341843_15 WHERE first_elected = "1950" |
29,258 | <question>: Who was featured in the election of charles edward bennett redistricted from 2nd? <context>: CREATE TABLE table_1341843_10 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341843_10 WHERE incumbent = "Charles Edward Bennett Redistricted from 2nd" |
29,259 | <question>: Name the first elected for the republican party <context>: CREATE TABLE table_1341865_23 (first_elected VARCHAR, party VARCHAR) | SELECT first_elected FROM table_1341865_23 WHERE party = "Republican" |
29,260 | <question>: Name the district with philip philbin <context>: CREATE TABLE table_1341865_23 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341865_23 WHERE incumbent = "Philip Philbin" |
29,261 | <question>: Name the party with edward boland <context>: CREATE TABLE table_1341865_23 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341865_23 WHERE incumbent = "Edward Boland" |
29,262 | <question>: What was the district who had their first elected in 1966? <context>: CREATE TABLE table_1341843_44 (district VARCHAR, first_elected VARCHAR) | SELECT district FROM table_1341843_44 WHERE first_elected = 1966 |
29,263 | <question>: Who was the candidate when the incumbent was Richard C. White? <context>: CREATE TABLE table_1341843_44 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341843_44 WHERE incumbent = "Richard C. White" |
29,264 | <question>: What district did Donald Ray Matthews belong to? <context>: CREATE TABLE table_1341865_11 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341865_11 WHERE incumbent = "Donald Ray Matthews" |
29,265 | <question>: What party did Don Fuqua belong to? <context>: CREATE TABLE table_1341865_11 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341865_11 WHERE incumbent = "Don Fuqua" |
29,266 | <question>: How many parties won the election in the Louisiana 5 district? <context>: CREATE TABLE table_1341865_20 (party VARCHAR, district VARCHAR) | SELECT COUNT(party) FROM table_1341865_20 WHERE district = "Louisiana 5" |
29,267 | <question>: How many candidates were elected in the Louisiana 4 district? <context>: CREATE TABLE table_1341865_20 (first_elected VARCHAR, district VARCHAR) | SELECT COUNT(first_elected) FROM table_1341865_20 WHERE district = "Louisiana 4" |
29,268 | <question>: Who was the winner in the Louisiana 7 district? <context>: CREATE TABLE table_1341865_20 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1341865_20 WHERE district = "Louisiana 7" |
29,269 | <question>: what's party with district being tennessee 3 <context>: CREATE TABLE table_1341865_44 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1341865_44 WHERE district = "Tennessee 3" |
29,270 | <question>: how many party with district being tennessee 1 <context>: CREATE TABLE table_1341865_44 (party VARCHAR, district VARCHAR) | SELECT COUNT(party) FROM table_1341865_44 WHERE district = "Tennessee 1" |
29,271 | <question>: how many incumbent with district being tennessee 5 <context>: CREATE TABLE table_1341865_44 (incumbent VARCHAR, district VARCHAR) | SELECT COUNT(incumbent) FROM table_1341865_44 WHERE district = "Tennessee 5" |
29,272 | <question>: what's incumbent with district being tennessee 5 <context>: CREATE TABLE table_1341865_44 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1341865_44 WHERE district = "Tennessee 5" |
29,273 | <question>: Who ran in the race for Jack Brooks' seat? <context>: CREATE TABLE table_1341865_45 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341865_45 WHERE incumbent = "Jack Brooks" |
29,274 | <question>: which section did seymour halpern run in <context>: CREATE TABLE table_1341865_34 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341865_34 WHERE incumbent = "Seymour Halpern" |
29,275 | <question>: What district is incumbent albert w. johnson from? <context>: CREATE TABLE table_1341865_40 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341865_40 WHERE incumbent = "Albert W. Johnson" |
29,276 | <question>: How many times was frank m. clark the incumbent? <context>: CREATE TABLE table_1341865_40 (result VARCHAR, incumbent VARCHAR) | SELECT COUNT(result) FROM table_1341865_40 WHERE incumbent = "Frank M. Clark" |
29,277 | <question>: What district is incumbent elmer j. holland from? <context>: CREATE TABLE table_1341865_40 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341865_40 WHERE incumbent = "Elmer J. Holland" |
29,278 | <question>: To which party does Frank T. Bow belong? <context>: CREATE TABLE table_1341865_37 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341865_37 WHERE incumbent = "Frank T. Bow" |
29,279 | <question>: Who ran in the race for the seat of incumbent Carl W. Rich? <context>: CREATE TABLE table_1341865_37 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341865_37 WHERE incumbent = "Carl W. Rich" |
29,280 | <question>: In which district is the incumbent Carl W. Rich? <context>: CREATE TABLE table_1341865_37 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341865_37 WHERE incumbent = "Carl W. Rich" |
29,281 | <question>: Name the candidates where incumbent Carl Vinson is? <context>: CREATE TABLE table_1341884_12 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1341884_12 WHERE incumbent = "Carl Vinson" |
29,282 | <question>: Name the candidates for massachusetts 8 <context>: CREATE TABLE table_1341884_23 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1341884_23 WHERE district = "Massachusetts 8" |
29,283 | <question>: What candidates were in the election when a republican was re-elected? <context>: CREATE TABLE table_1341884_19 (candidates VARCHAR, result VARCHAR, party VARCHAR) | SELECT candidates FROM table_1341884_19 WHERE result = "Re-elected" AND party = "Republican" |
29,284 | <question>: What district is incumbent frank chelf from? <context>: CREATE TABLE table_1341884_19 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341884_19 WHERE incumbent = "Frank Chelf" |
29,285 | <question>: How many districts represented Edwin E. Willis? <context>: CREATE TABLE table_1341884_20 (district VARCHAR, incumbent VARCHAR) | SELECT COUNT(district) FROM table_1341884_20 WHERE incumbent = "Edwin E. Willis" |
29,286 | <question>: Who were all the candidates when the first elected year was 1961? <context>: CREATE TABLE table_1341884_20 (candidates VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_1341884_20 WHERE first_elected = 1961 |
29,287 | <question>: What party did Hale Boggs belong to? <context>: CREATE TABLE table_1341884_20 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341884_20 WHERE incumbent = "Hale Boggs" |
29,288 | <question>: what is the political affiliation of the texas 12 district <context>: CREATE TABLE table_1341884_45 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1341884_45 WHERE district = "Texas 12" |
29,289 | <question>: how many voted in the texas 6 section <context>: CREATE TABLE table_1341884_45 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_1341884_45 WHERE district = "Texas 6" |
29,290 | <question>: what is the political affiliation of ray roberts <context>: CREATE TABLE table_1341884_45 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1341884_45 WHERE incumbent = "Ray Roberts" |
29,291 | <question>: What district featured an election between james a. byrne (d) 59.3% joseph r. burns (r) 40.7%? <context>: CREATE TABLE table_1341884_40 (district VARCHAR, candidates VARCHAR) | SELECT district FROM table_1341884_40 WHERE candidates = "James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%" |
29,292 | <question>: Name the candidates for massachusetts 6 <context>: CREATE TABLE table_1341897_23 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1341897_23 WHERE district = "Massachusetts 6" |
29,293 | <question>: Name the result for massachusetts 3 <context>: CREATE TABLE table_1341897_23 (result VARCHAR, district VARCHAR) | SELECT result FROM table_1341897_23 WHERE district = "Massachusetts 3" |
29,294 | <question>: Name the candidate first elected in 1942 <context>: CREATE TABLE table_1341897_23 (candidates VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_1341897_23 WHERE first_elected = 1942 |
29,295 | <question>: Name the party for massachusetts 3 <context>: CREATE TABLE table_1341897_23 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1341897_23 WHERE district = "Massachusetts 3" |
29,296 | <question>: What district is incumbent albert rains from? <context>: CREATE TABLE table_1341897_3 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1341897_3 WHERE incumbent = "Albert Rains" |
29,297 | <question>: How many candidates represent the district of kenneth a. roberts? <context>: CREATE TABLE table_1341897_3 (candidates VARCHAR, incumbent VARCHAR) | SELECT COUNT(candidates) FROM table_1341897_3 WHERE incumbent = "Kenneth A. Roberts" |
29,298 | <question>: Who was the incumbent in the Arkansas 2 district election? <context>: CREATE TABLE table_1341897_6 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1341897_6 WHERE district = "Arkansas 2" |
29,299 | <question>: When was Dale Alford first elected in the Arkansas 5 district? <context>: CREATE TABLE table_1341897_6 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_1341897_6 WHERE district = "Arkansas 5" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.