Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
29,300
<question>: When was James William Trimble first elected in the Arkansas 3 district? <context>: CREATE TABLE table_1341897_6 (first_elected INTEGER, district VARCHAR)
SELECT MIN(first_elected) FROM table_1341897_6 WHERE district = "Arkansas 3"
29,301
<question>: When party did the incumbent in the Arkansas 5 district belong to? <context>: CREATE TABLE table_1341897_6 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341897_6 WHERE district = "Arkansas 5"
29,302
<question>: What was the result in the Arkansas 5 district election? <context>: CREATE TABLE table_1341897_6 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1341897_6 WHERE district = "Arkansas 5"
29,303
<question>: What party did the incumbent in the Arkansas 2 district belong to? <context>: CREATE TABLE table_1341897_6 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341897_6 WHERE district = "Arkansas 2"
29,304
<question>: How many candidates were there in the election for William Jennings Bryan Dorn's seat? <context>: CREATE TABLE table_1341897_42 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1341897_42 WHERE incumbent = "William Jennings Bryan Dorn"
29,305
<question>: What is the earliest year that a candidate was first elected? <context>: CREATE TABLE table_1341897_42 (first_elected INTEGER)
SELECT MIN(first_elected) FROM table_1341897_42
29,306
<question>: What was the result of the election in which Lindley Beckworth was the incumbent? <context>: CREATE TABLE table_1341897_45 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1341897_45 WHERE incumbent = "Lindley Beckworth"
29,307
<question>: Which incumbent was first elected in 1936? <context>: CREATE TABLE table_1341897_45 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1341897_45 WHERE first_elected = 1936
29,308
<question>: What was the result of the election in which Walter E. Rogers was the incumbent? <context>: CREATE TABLE table_1341897_45 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1341897_45 WHERE incumbent = "Walter E. Rogers"
29,309
<question>: When was Paul Rogers first elected? <context>: CREATE TABLE table_1341930_10 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1341930_10 WHERE incumbent = "Paul Rogers"
29,310
<question>: Which district is James A. Haley from? <context>: CREATE TABLE table_1341930_10 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341930_10 WHERE incumbent = "James A. Haley"
29,311
<question>: What year were the latest elections? <context>: CREATE TABLE table_1341930_10 (first_elected INTEGER)
SELECT MAX(first_elected) FROM table_1341930_10
29,312
<question>: In what district is the incumbent John Bell Williams? <context>: CREATE TABLE table_1341930_24 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341930_24 WHERE incumbent = "John Bell Williams"
29,313
<question>: In what year was John Bell Williams first elected? <context>: CREATE TABLE table_1341930_24 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1341930_24 WHERE incumbent = "John Bell Williams"
29,314
<question>: How many districts have W. Arthur Winstead as elected official? <context>: CREATE TABLE table_1341930_24 (district VARCHAR, incumbent VARCHAR)
SELECT COUNT(district) FROM table_1341930_24 WHERE incumbent = "W. Arthur Winstead"
29,315
<question>: What is the district for carl vinson? <context>: CREATE TABLE table_1341930_11 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341930_11 WHERE incumbent = "Carl Vinson"
29,316
<question>: What is the most first elected for james c. davis? <context>: CREATE TABLE table_1341930_11 (first_elected INTEGER, incumbent VARCHAR)
SELECT MAX(first_elected) FROM table_1341930_11 WHERE incumbent = "James C. Davis"
29,317
<question>: What is the first elected for georgia 4? <context>: CREATE TABLE table_1341930_11 (first_elected VARCHAR, district VARCHAR)
SELECT first_elected FROM table_1341930_11 WHERE district = "Georgia 4"
29,318
<question>: which affiliation does edwin e. willis affiliate with <context>: CREATE TABLE table_1341930_18 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341930_18 WHERE incumbent = "Edwin E. Willis"
29,319
<question>: which affiliation is james h. morrison part of <context>: CREATE TABLE table_1341930_18 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341930_18 WHERE incumbent = "James H. Morrison"
29,320
<question>: Who is the candidate that was first elected in 1914? <context>: CREATE TABLE table_1341973_11 (candidates VARCHAR, first_elected VARCHAR)
SELECT candidates FROM table_1341973_11 WHERE first_elected = 1914
29,321
<question>: In which district is the incumbent Carl Vinson? <context>: CREATE TABLE table_1341973_11 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341973_11 WHERE incumbent = "Carl Vinson"
29,322
<question>: Name the candidates for l. mendel rivers <context>: CREATE TABLE table_1341930_40 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1341930_40 WHERE incumbent = "L. Mendel Rivers"
29,323
<question>: Name the result for south carolina 4 <context>: CREATE TABLE table_1341930_40 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1341930_40 WHERE district = "South Carolina 4"
29,324
<question>: Name the candidates for south carolina 3 <context>: CREATE TABLE table_1341930_40 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1341930_40 WHERE district = "South Carolina 3"
29,325
<question>: Name the incumbent for first elected 1956 <context>: CREATE TABLE table_1341930_40 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1341930_40 WHERE first_elected = 1956
29,326
<question>: Name the number of party with the incubent james william trimble <context>: CREATE TABLE table_1341930_5 (party VARCHAR, incumbent VARCHAR)
SELECT COUNT(party) FROM table_1341930_5 WHERE incumbent = "James William Trimble"
29,327
<question>: What is the result for first elected in 1944 <context>: CREATE TABLE table_1341930_5 (result VARCHAR, first_elected VARCHAR)
SELECT result FROM table_1341930_5 WHERE first_elected = 1944
29,328
<question>: What is the number of party in the arkansas 1 district <context>: CREATE TABLE table_1341930_5 (party VARCHAR, district VARCHAR)
SELECT COUNT(party) FROM table_1341930_5 WHERE district = "Arkansas 1"
29,329
<question>: Who is the incumbent in the Alabama 6 voting district? <context>: CREATE TABLE table_1341973_3 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1341973_3 WHERE district = "Alabama 6"
29,330
<question>: Which candidates were in the election where Frank W. Boykin was an incumbent? <context>: CREATE TABLE table_1341973_3 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341973_3 WHERE incumbent = "Frank W. Boykin"
29,331
<question>: Who were the candidates in the election where the incumbent is George M. Grant? <context>: CREATE TABLE table_1341973_3 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341973_3 WHERE incumbent = "George M. Grant"
29,332
<question>: Which candidates ran in the Alabama 6 district? <context>: CREATE TABLE table_1341973_3 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1341973_3 WHERE district = "Alabama 6"
29,333
<question>: What is the latest year listed with the Alabama 4 voting district? <context>: CREATE TABLE table_1341973_3 (first_elected INTEGER, district VARCHAR)
SELECT MAX(first_elected) FROM table_1341973_3 WHERE district = "Alabama 4"
29,334
<question>: What was the result when incumbent Fred E. Busbey was elected? <context>: CREATE TABLE table_1342013_12 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342013_12 WHERE incumbent = "Fred E. Busbey"
29,335
<question>: How many results are listed for the election where Noah M. Mason was elected? <context>: CREATE TABLE table_1342013_12 (result VARCHAR, incumbent VARCHAR)
SELECT COUNT(result) FROM table_1342013_12 WHERE incumbent = "Noah M. Mason"
29,336
<question>: What was the result when Leo E. Allen was elected? <context>: CREATE TABLE table_1342013_12 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342013_12 WHERE incumbent = "Leo E. Allen"
29,337
<question>: Which party had a person who has been in the seat since 1914? <context>: CREATE TABLE table_1342013_10 (party VARCHAR, first_elected VARCHAR)
SELECT party FROM table_1342013_10 WHERE first_elected = 1914
29,338
<question>: Name all the candidates listed in the race where the incumbent is Prince Hulon Preston, Jr. <context>: CREATE TABLE table_1342013_10 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1342013_10 WHERE incumbent = "Prince Hulon Preston, Jr."
29,339
<question>: How many candidates ran in the race where the incumbent is J. L. Pilcher? <context>: CREATE TABLE table_1342013_10 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1342013_10 WHERE incumbent = "J. L. Pilcher"
29,340
<question>: John W. Heselton was first elected in what year? <context>: CREATE TABLE table_1342013_20 (first_elected INTEGER, incumbent VARCHAR)
SELECT MAX(first_elected) FROM table_1342013_20 WHERE incumbent = "John W. Heselton"
29,341
<question>: Thomas J. Lane is the incumbent of how many parties? <context>: CREATE TABLE table_1342013_20 (party VARCHAR, incumbent VARCHAR)
SELECT COUNT(party) FROM table_1342013_20 WHERE incumbent = "Thomas J. Lane"
29,342
<question>: Who is the incumbent first elected in 1944? <context>: CREATE TABLE table_1342013_20 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1342013_20 WHERE first_elected = 1944
29,343
<question>: What was the result for the politician first elected in 1942? <context>: CREATE TABLE table_1342013_20 (result VARCHAR, first_elected VARCHAR)
SELECT result FROM table_1342013_20 WHERE first_elected = 1942
29,344
<question>: what's the result for district ohio 2 <context>: CREATE TABLE table_1342013_34 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1342013_34 WHERE district = "Ohio 2"
29,345
<question>: who is the the incumbent with candidates being john m. vorys (r) 61.5% jacob f. myers (d) 38.5% <context>: CREATE TABLE table_1342013_34 (incumbent VARCHAR, candidates VARCHAR)
SELECT incumbent FROM table_1342013_34 WHERE candidates = "John M. Vorys (R) 61.5% Jacob F. Myers (D) 38.5%"
29,346
<question>: who is the the incumbent with district being ohio 2 <context>: CREATE TABLE table_1342013_34 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1342013_34 WHERE district = "Ohio 2"
29,347
<question>: what's the result with incumbent being william h. ayres <context>: CREATE TABLE table_1342013_34 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342013_34 WHERE incumbent = "William H. Ayres"
29,348
<question>: how many party with candidates being john m. vorys (r) 61.5% jacob f. myers (d) 38.5% <context>: CREATE TABLE table_1342013_34 (party VARCHAR, candidates VARCHAR)
SELECT COUNT(party) FROM table_1342013_34 WHERE candidates = "John M. Vorys (R) 61.5% Jacob F. Myers (D) 38.5%"
29,349
<question>: what district is Brooks Hays in <context>: CREATE TABLE table_1342013_4 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1342013_4 WHERE incumbent = "Brooks Hays"
29,350
<question>: Omar Burleson was the incumbent in what district? <context>: CREATE TABLE table_1342013_42 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1342013_42 WHERE incumbent = "Omar Burleson"
29,351
<question>: In what district was incumbent first elected in 1938? <context>: CREATE TABLE table_1342013_42 (district VARCHAR, first_elected VARCHAR)
SELECT district FROM table_1342013_42 WHERE first_elected = 1938
29,352
<question>: Name the party for the pennsylvania 25 <context>: CREATE TABLE table_1342013_37 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1342013_37 WHERE district = "Pennsylvania 25"
29,353
<question>: Name the minumim first elected for alvin bush <context>: CREATE TABLE table_1342013_37 (first_elected INTEGER, incumbent VARCHAR)
SELECT MIN(first_elected) FROM table_1342013_37 WHERE incumbent = "Alvin Bush"
29,354
<question>: What is the incumbent for pennsylvania 15 <context>: CREATE TABLE table_1342013_37 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1342013_37 WHERE district = "Pennsylvania 15"
29,355
<question>: What are the candidates for noah m. mason? <context>: CREATE TABLE table_1342149_13 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1342149_13 WHERE incumbent = "Noah M. Mason"
29,356
<question>: What is the candidates for fred e. busbey? <context>: CREATE TABLE table_1342149_13 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1342149_13 WHERE incumbent = "Fred E. Busbey"
29,357
<question>: What is the incumbent for 1932? <context>: CREATE TABLE table_1342149_13 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1342149_13 WHERE first_elected = 1932
29,358
<question>: how many first elected with incumbent being charles edward bennett <context>: CREATE TABLE table_1342013_9 (first_elected VARCHAR, incumbent VARCHAR)
SELECT COUNT(first_elected) FROM table_1342013_9 WHERE incumbent = "Charles Edward Bennett"
29,359
<question>: who is the the incumbent with dbeingtrict being florida 2 <context>: CREATE TABLE table_1342013_9 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_1342013_9 WHERE district = "Florida 2"
29,360
<question>: what's the result with candidates being charles edward bennett (d) unopposed <context>: CREATE TABLE table_1342013_9 (result VARCHAR, candidates VARCHAR)
SELECT result FROM table_1342013_9 WHERE candidates = "Charles Edward Bennett (D) Unopposed"
29,361
<question>: what's the result with dbeingtrict being florida 4 <context>: CREATE TABLE table_1342013_9 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1342013_9 WHERE district = "Florida 4"
29,362
<question>: how many party with candidates being charles edward bennett (d) unopposed <context>: CREATE TABLE table_1342013_9 (party VARCHAR, candidates VARCHAR)
SELECT COUNT(party) FROM table_1342013_9 WHERE candidates = "Charles Edward Bennett (D) Unopposed"
29,363
<question>: how many first elected with incumbent being william c. lantaff <context>: CREATE TABLE table_1342013_9 (first_elected VARCHAR, incumbent VARCHAR)
SELECT COUNT(first_elected) FROM table_1342013_9 WHERE incumbent = "William C. Lantaff"
29,364
<question>: What was the result of the election when Tic Forrester ran as an incumbent? <context>: CREATE TABLE table_1342149_11 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342149_11 WHERE incumbent = "Tic Forrester"
29,365
<question>: What was the final result for Craig Hosmer? <context>: CREATE TABLE table_1342013_5 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342013_5 WHERE incumbent = "Craig Hosmer"
29,366
<question>: What district does Harlan Hagen represent? <context>: CREATE TABLE table_1342013_5 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1342013_5 WHERE incumbent = "Harlan Hagen"
29,367
<question>: Who was the candidate in the election in the Louisiana 2 district? <context>: CREATE TABLE table_1342149_18 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1342149_18 WHERE district = "Louisiana 2"
29,368
<question>: What candidate was re-elected in the Louisiana 5 district? <context>: CREATE TABLE table_1342149_18 (candidates VARCHAR, result VARCHAR, district VARCHAR)
SELECT candidates FROM table_1342149_18 WHERE result = "Re-elected" AND district = "Louisiana 5"
29,369
<question>: What party's candidate was re-elected in the Louisiana 6 district? <context>: CREATE TABLE table_1342149_18 (party VARCHAR, result VARCHAR, district VARCHAR)
SELECT party FROM table_1342149_18 WHERE result = "Re-elected" AND district = "Louisiana 6"
29,370
<question>: What was the result in the election where Hale Boggs was the incumbent? <context>: CREATE TABLE table_1342149_18 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342149_18 WHERE incumbent = "Hale Boggs"
29,371
<question>: Name the result for mississippi 2 <context>: CREATE TABLE table_1342149_24 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1342149_24 WHERE district = "Mississippi 2"
29,372
<question>: Name the number of candidates for 1941 <context>: CREATE TABLE table_1342149_24 (candidates VARCHAR, first_elected VARCHAR)
SELECT COUNT(candidates) FROM table_1342149_24 WHERE first_elected = 1941
29,373
<question>: Name the candidates for result of lost renomination democratic loss <context>: CREATE TABLE table_1342149_24 (candidates VARCHAR, result VARCHAR)
SELECT candidates FROM table_1342149_24 WHERE result = "Lost renomination Democratic loss"
29,374
<question>: Name the result for first elected of 1920 <context>: CREATE TABLE table_1342149_24 (result VARCHAR, first_elected VARCHAR)
SELECT result FROM table_1342149_24 WHERE first_elected = 1920
29,375
<question>: In the District Tennessee 7 what is the number of first elected? <context>: CREATE TABLE table_1342149_42 (first_elected INTEGER, district VARCHAR)
SELECT MAX(first_elected) FROM table_1342149_42 WHERE district = "Tennessee 7"
29,376
<question>: What is the candidates result that is tom j. murray (d) unopposed? <context>: CREATE TABLE table_1342149_42 (result VARCHAR, candidates VARCHAR)
SELECT result FROM table_1342149_42 WHERE candidates = "Tom J. Murray (D) Unopposed"
29,377
<question>: For the Republican party what are the names of the incumbents? <context>: CREATE TABLE table_1342149_42 (incumbent VARCHAR, party VARCHAR)
SELECT incumbent FROM table_1342149_42 WHERE party = "Republican"
29,378
<question>: How many parties match the canididates listed as howard baker, sr. (r) 68.9% boyd w. cox (d) 31.1%? <context>: CREATE TABLE table_1342149_42 (party VARCHAR, candidates VARCHAR)
SELECT COUNT(party) FROM table_1342149_42 WHERE candidates = "Howard Baker, Sr. (R) 68.9% Boyd W. Cox (D) 31.1%"
29,379
<question>: Which district had Paul B. Dague as the incumbent? <context>: CREATE TABLE table_1342149_38 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1342149_38 WHERE incumbent = "Paul B. Dague"
29,380
<question>: What was the result in the election where the incumbent was first elected in 1942? <context>: CREATE TABLE table_1342149_43 (result VARCHAR, first_elected VARCHAR)
SELECT result FROM table_1342149_43 WHERE first_elected = "1942"
29,381
<question>: What was the result of the election in the Texas 3 district? <context>: CREATE TABLE table_1342149_43 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1342149_43 WHERE district = "Texas 3"
29,382
<question>: What party did incumbent Wright Patman belong to? <context>: CREATE TABLE table_1342149_43 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1342149_43 WHERE incumbent = "Wright Patman"
29,383
<question>: What was the result of the election in the Texas 4 district? <context>: CREATE TABLE table_1342149_43 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1342149_43 WHERE district = "Texas 4"
29,384
<question>: What party did the re-elected incumbent of the Texas 11 district belong to? <context>: CREATE TABLE table_1342149_43 (party VARCHAR, result VARCHAR, district VARCHAR)
SELECT party FROM table_1342149_43 WHERE result = "Re-elected" AND district = "Texas 11"
29,385
<question>: List all those first elected in the California 22 voting district. <context>: CREATE TABLE table_1342149_6 (first_elected VARCHAR, district VARCHAR)
SELECT first_elected FROM table_1342149_6 WHERE district = "California 22"
29,386
<question>: Who was the first elected incumbent in the 1946 election? <context>: CREATE TABLE table_1342149_6 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1342149_6 WHERE first_elected = "1946"
29,387
<question>: How many results does the California 29 voting district have? <context>: CREATE TABLE table_1342149_6 (result VARCHAR, district VARCHAR)
SELECT COUNT(result) FROM table_1342149_6 WHERE district = "California 29"
29,388
<question>: Which party had Clair Engle as an incumbent? <context>: CREATE TABLE table_1342149_6 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1342149_6 WHERE incumbent = "Clair Engle"
29,389
<question>: What party does sid simpson represent? <context>: CREATE TABLE table_1342198_13 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1342198_13 WHERE incumbent = "Sid Simpson"
29,390
<question>: How many candidates ran against barratt o'hara? <context>: CREATE TABLE table_1342198_13 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1342198_13 WHERE incumbent = "Barratt O'Hara"
29,391
<question>: What year was incumbent barratt o'hara first elected? <context>: CREATE TABLE table_1342198_13 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1342198_13 WHERE incumbent = "Barratt O'Hara"
29,392
<question>: How many results for minimum first elected incumbent Noble Jones Gregory? <context>: CREATE TABLE table_1342198_17 (first_elected INTEGER, incumbent VARCHAR)
SELECT MIN(first_elected) FROM table_1342198_17 WHERE incumbent = "Noble Jones Gregory"
29,393
<question>: How many results for incumbent Noble Jones Gregory? <context>: CREATE TABLE table_1342198_17 (district VARCHAR, incumbent VARCHAR)
SELECT COUNT(district) FROM table_1342198_17 WHERE incumbent = "Noble Jones Gregory"
29,394
<question>: Who is the candidate wehre district is louisiana 1? <context>: CREATE TABLE table_1342198_18 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1342198_18 WHERE district = "Louisiana 1"
29,395
<question>: What is the party where the incumbent is overton brooks? <context>: CREATE TABLE table_1342198_18 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1342198_18 WHERE incumbent = "Overton Brooks"
29,396
<question>: who athe party where district is louisiana 2? <context>: CREATE TABLE table_1342198_18 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1342198_18 WHERE district = "Louisiana 2"
29,397
<question>: who is the candidate where district is louisiana 3? <context>: CREATE TABLE table_1342198_18 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1342198_18 WHERE district = "Louisiana 3"
29,398
<question>: what is the minimum number first elected to district louisiana 5? <context>: CREATE TABLE table_1342198_18 (first_elected INTEGER, district VARCHAR)
SELECT MIN(first_elected) FROM table_1342198_18 WHERE district = "Louisiana 5"
29,399
<question>: What was the result when incumbent Tom Steed was elected? <context>: CREATE TABLE table_1342198_36 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342198_36 WHERE incumbent = "Tom Steed"