Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
29,400 | <question>: What was the candidates for hardie scott <context>: CREATE TABLE table_1342198_38 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342198_38 WHERE incumbent = "Hardie Scott" |
29,401 | <question>: What is the number of candidates for pennsylvania 3 <context>: CREATE TABLE table_1342198_38 (candidates VARCHAR, district VARCHAR) | SELECT COUNT(candidates) FROM table_1342198_38 WHERE district = "Pennsylvania 3" |
29,402 | <question>: What is the number of candidates for pennsylvania 21 <context>: CREATE TABLE table_1342198_38 (candidates VARCHAR, district VARCHAR) | SELECT COUNT(candidates) FROM table_1342198_38 WHERE district = "Pennsylvania 21" |
29,403 | <question>: What is the party for first elected 1948 for william t. granahan <context>: CREATE TABLE table_1342198_38 (party VARCHAR, first_elected VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1342198_38 WHERE first_elected = 1948 AND incumbent = "William T. Granahan" |
29,404 | <question>: How many candidates were there in the race where Cecil R. King is the incumbent? <context>: CREATE TABLE table_1342198_6 (candidates VARCHAR, incumbent VARCHAR) | SELECT COUNT(candidates) FROM table_1342198_6 WHERE incumbent = "Cecil R. King" |
29,405 | <question>: How many districts have an incumbent first elected in 1944? <context>: CREATE TABLE table_1342198_6 (district VARCHAR, first_elected VARCHAR) | SELECT COUNT(district) FROM table_1342198_6 WHERE first_elected = 1944 |
29,406 | <question>: Who was the incumbent in the Illinois 17 district? <context>: CREATE TABLE table_1342218_13 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1342218_13 WHERE district = "Illinois 17" |
29,407 | <question>: How many people on this list are named thomas abernethy? <context>: CREATE TABLE table_1342218_24 (candidates VARCHAR, incumbent VARCHAR) | SELECT COUNT(candidates) FROM table_1342218_24 WHERE incumbent = "Thomas Abernethy" |
29,408 | <question>: How many times was w. arthur winstead first elected? <context>: CREATE TABLE table_1342218_24 (first_elected VARCHAR, incumbent VARCHAR) | SELECT COUNT(first_elected) FROM table_1342218_24 WHERE incumbent = "W. Arthur Winstead" |
29,409 | <question>: How many times was william m. colmer winstead first elected? <context>: CREATE TABLE table_1342218_24 (first_elected VARCHAR, incumbent VARCHAR) | SELECT COUNT(first_elected) FROM table_1342218_24 WHERE incumbent = "William M. Colmer" |
29,410 | <question>: What was the result of the election with jamie l. whitten? <context>: CREATE TABLE table_1342218_24 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1342218_24 WHERE incumbent = "Jamie L. Whitten" |
29,411 | <question>: What candidate was re-elected and was first elected in 1942? <context>: CREATE TABLE table_1342218_35 (candidates VARCHAR, result VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_1342218_35 WHERE result = "Re-elected" AND first_elected = 1942 |
29,412 | <question>: Who are the candidates in the election in the Ohio 9 district? <context>: CREATE TABLE table_1342218_35 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342218_35 WHERE district = "Ohio 9" |
29,413 | <question>: What year was incumbent Michael A. Feighan first elected? <context>: CREATE TABLE table_1342218_35 (first_elected INTEGER, incumbent VARCHAR) | SELECT MIN(first_elected) FROM table_1342218_35 WHERE incumbent = "Michael A. Feighan" |
29,414 | <question>: What party does the incumbent from the Ohio 5 district belong to? <context>: CREATE TABLE table_1342218_35 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1342218_35 WHERE district = "Ohio 5" |
29,415 | <question>: What party does the incumbent from the Ohio 20 district belong to? <context>: CREATE TABLE table_1342218_35 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1342218_35 WHERE district = "Ohio 20" |
29,416 | <question>: What party does the incumbent from the Ohio 7 district belong to? <context>: CREATE TABLE table_1342218_35 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1342218_35 WHERE district = "Ohio 7" |
29,417 | <question>: Who is the candidate for the district Arkansas 2? <context>: CREATE TABLE table_1342218_5 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342218_5 WHERE district = "Arkansas 2" |
29,418 | <question>: Which district has the incumbent Wilbur Mills and a re-elected result? <context>: CREATE TABLE table_1342218_5 (district VARCHAR, result VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1342218_5 WHERE result = "Re-elected" AND incumbent = "Wilbur Mills" |
29,419 | <question>: What year was first-elected for the row of Texas 2? <context>: CREATE TABLE table_1342218_43 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_1342218_43 WHERE district = "Texas 2" |
29,420 | <question>: What was the result for the incumbent Milton H. West? <context>: CREATE TABLE table_1342218_43 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1342218_43 WHERE incumbent = "Milton H. West" |
29,421 | <question>: What party is associated with Texas 2? <context>: CREATE TABLE table_1342218_43 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1342218_43 WHERE district = "Texas 2" |
29,422 | <question>: When the result is retired to run for U.S. Senate Democratic Hold, who is the candidate? <context>: CREATE TABLE table_1342218_43 (candidates VARCHAR, result VARCHAR) | SELECT candidates FROM table_1342218_43 WHERE result = "Retired to run for U.S. Senate Democratic hold" |
29,423 | <question>: What candidate has a result of being re-elected in the Texas 7 District? <context>: CREATE TABLE table_1342218_43 (candidates VARCHAR, result VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342218_43 WHERE result = "Re-elected" AND district = "Texas 7" |
29,424 | <question>: Which party is associated with the candidate Albert Sidney Camp (D) unopposed? <context>: CREATE TABLE table_1342233_11 (party VARCHAR, candidates VARCHAR) | SELECT COUNT(party) FROM table_1342233_11 WHERE candidates = "Albert Sidney Camp (D) Unopposed" |
29,425 | <question>: Which district is associated with the incumbent Carl Vinson? <context>: CREATE TABLE table_1342233_11 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342233_11 WHERE incumbent = "Carl Vinson" |
29,426 | <question>: Which candidates are associated with the Georgia 7 district? <context>: CREATE TABLE table_1342233_11 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342233_11 WHERE district = "Georgia 7" |
29,427 | <question>: What candidate is associated with the Georgia 4 district? <context>: CREATE TABLE table_1342233_11 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342233_11 WHERE district = "Georgia 4" |
29,428 | <question>: What year was incumbent joe b. bates first elected? <context>: CREATE TABLE table_1342233_17 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_1342233_17 WHERE incumbent = "Joe B. Bates" |
29,429 | <question>: What party is incumbent virgil chapman from? <context>: CREATE TABLE table_1342233_17 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1342233_17 WHERE incumbent = "Virgil Chapman" |
29,430 | <question>: What year was clair engle first elected? <context>: CREATE TABLE table_1342218_6 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_1342218_6 WHERE incumbent = "Clair Engle" |
29,431 | <question>: what is the result of the first elected is 1943? <context>: CREATE TABLE table_1342218_6 (result VARCHAR, first_elected VARCHAR) | SELECT result FROM table_1342218_6 WHERE first_elected = 1943 |
29,432 | <question>: what the the end number where albert rains was running <context>: CREATE TABLE table_1342233_3 (result VARCHAR, incumbent VARCHAR) | SELECT COUNT(result) FROM table_1342233_3 WHERE incumbent = "Albert Rains" |
29,433 | <question>: what the was the final in which frank w. boykin was running <context>: CREATE TABLE table_1342233_3 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1342233_3 WHERE incumbent = "Frank W. Boykin" |
29,434 | <question>: Name the total number of first elected for sol bloom <context>: CREATE TABLE table_1342233_32 (first_elected VARCHAR, incumbent VARCHAR) | SELECT COUNT(first_elected) FROM table_1342233_32 WHERE incumbent = "Sol Bloom" |
29,435 | <question>: Name the candidates for ellsworth b. buck <context>: CREATE TABLE table_1342233_32 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342233_32 WHERE incumbent = "Ellsworth B. Buck" |
29,436 | <question>: What are the candidates for new york 35? <context>: CREATE TABLE table_1342233_32 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342233_32 WHERE district = "New York 35" |
29,437 | <question>: What is the party for new york 20? <context>: CREATE TABLE table_1342233_32 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1342233_32 WHERE district = "New York 20" |
29,438 | <question>: What was the result of the election featuring r. ewing thomason (d) unopposed? <context>: CREATE TABLE table_1342233_43 (result VARCHAR, candidates VARCHAR) | SELECT result FROM table_1342233_43 WHERE candidates = "R. Ewing Thomason (D) Unopposed" |
29,439 | <question>: What district is eugene worley from? <context>: CREATE TABLE table_1342233_43 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1342233_43 WHERE incumbent = "Eugene Worley" |
29,440 | <question>: how many result with candidates being richard j. welch (r) unopposed <context>: CREATE TABLE table_1342233_6 (result VARCHAR, candidates VARCHAR) | SELECT COUNT(result) FROM table_1342233_6 WHERE candidates = "Richard J. Welch (R) Unopposed" |
29,441 | <question>: what's the result with incumbent being jack z. anderson <context>: CREATE TABLE table_1342233_6 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1342233_6 WHERE incumbent = "Jack Z. Anderson" |
29,442 | <question>: what's the district with result being re-elected and candidates being clarence f. lea (d) unopposed <context>: CREATE TABLE table_1342233_6 (district VARCHAR, result VARCHAR, candidates VARCHAR) | SELECT district FROM table_1342233_6 WHERE result = "Re-elected" AND candidates = "Clarence F. Lea (D) Unopposed" |
29,443 | <question>: what's the first elected with incumbent being clair engle <context>: CREATE TABLE table_1342233_6 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_1342233_6 WHERE incumbent = "Clair Engle" |
29,444 | <question>: who is the the candidates with incumbent being alfred j. elliott <context>: CREATE TABLE table_1342233_6 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342233_6 WHERE incumbent = "Alfred J. Elliott" |
29,445 | <question>: who is the the incumbent with candidates being jack z. anderson (r) unopposed <context>: CREATE TABLE table_1342233_6 (incumbent VARCHAR, candidates VARCHAR) | SELECT incumbent FROM table_1342233_6 WHERE candidates = "Jack Z. Anderson (R) Unopposed" |
29,446 | <question>: How many parties does incumbent carl vinson represent? <context>: CREATE TABLE table_1342249_11 (party VARCHAR, incumbent VARCHAR) | SELECT COUNT(party) FROM table_1342249_11 WHERE incumbent = "Carl Vinson" |
29,447 | <question>: How many parties does incumbent stephen pace represent? <context>: CREATE TABLE table_1342249_11 (party VARCHAR, incumbent VARCHAR) | SELECT COUNT(party) FROM table_1342249_11 WHERE incumbent = "Stephen Pace" |
29,448 | <question>: Who were the candidates when Noah M. Mason was incumbent? <context>: CREATE TABLE table_1342249_13 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342249_13 WHERE incumbent = "Noah M. Mason" |
29,449 | <question>: In what year was Leo E. Allen first elected? <context>: CREATE TABLE table_1342249_13 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_1342249_13 WHERE incumbent = "Leo E. Allen" |
29,450 | <question>: Who were the candidates when Sid Simpson was the incumbent? <context>: CREATE TABLE table_1342249_13 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342249_13 WHERE incumbent = "Sid Simpson" |
29,451 | <question>: What was the result of Robert L. F. Sikes' election bid? <context>: CREATE TABLE table_1342256_10 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_1342256_10 WHERE incumbent = "Robert L. F. Sikes" |
29,452 | <question>: How many districts have an incumbent first elected in 1940? <context>: CREATE TABLE table_1342256_10 (district VARCHAR, first_elected VARCHAR) | SELECT COUNT(district) FROM table_1342256_10 WHERE first_elected = 1940 |
29,453 | <question>: How many races involve incumbent Pat Cannon? <context>: CREATE TABLE table_1342256_10 (result VARCHAR, incumbent VARCHAR) | SELECT COUNT(result) FROM table_1342256_10 WHERE incumbent = "Pat Cannon" |
29,454 | <question>: Which incumbent was first elected in 1940? <context>: CREATE TABLE table_1342256_10 (incumbent VARCHAR, first_elected VARCHAR) | SELECT incumbent FROM table_1342256_10 WHERE first_elected = 1940 |
29,455 | <question>: What is the first electedfor district ohio 18 <context>: CREATE TABLE table_1342249_35 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_1342249_35 WHERE district = "Ohio 18" |
29,456 | <question>: What is the incumbent for ohio 12? <context>: CREATE TABLE table_1342249_35 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1342249_35 WHERE district = "Ohio 12" |
29,457 | <question>: Who are all of the candidates in the election featuring james r. domengeaux? <context>: CREATE TABLE table_1342256_18 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342256_18 WHERE incumbent = "James R. Domengeaux" |
29,458 | <question>: Name all the candidates that ran for the seat where Harold D. Cooley is the incumbent? <context>: CREATE TABLE table_1342256_33 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_1342256_33 WHERE incumbent = "Harold D. Cooley" |
29,459 | <question>: How many partys have a candidate first elected in 1923? <context>: CREATE TABLE table_1342256_33 (party VARCHAR, first_elected VARCHAR) | SELECT COUNT(party) FROM table_1342256_33 WHERE first_elected = 1923 |
29,460 | <question>: what was the number of candidates when Leon Sacks was incumbent? <context>: CREATE TABLE table_1342256_38 (candidates VARCHAR, incumbent VARCHAR) | SELECT COUNT(candidates) FROM table_1342256_38 WHERE incumbent = "Leon Sacks" |
29,461 | <question>: What was the result in Pennsylvania 13? <context>: CREATE TABLE table_1342256_38 (result VARCHAR, district VARCHAR) | SELECT result FROM table_1342256_38 WHERE district = "Pennsylvania 13" |
29,462 | <question>: Who was the incumbent in Pennsylvania 27? <context>: CREATE TABLE table_1342256_38 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1342256_38 WHERE district = "Pennsylvania 27" |
29,463 | <question>: Who are the contenders In the New York 19 polling area race? <context>: CREATE TABLE table_1342256_32 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342256_32 WHERE district = "New York 19" |
29,464 | <question>: How many polling areas are there with John Taber as the sitting Representative? <context>: CREATE TABLE table_1342256_32 (district VARCHAR, incumbent VARCHAR) | SELECT COUNT(district) FROM table_1342256_32 WHERE incumbent = "John Taber" |
29,465 | <question>: Who are the contenders In the New York 29 polling area race? <context>: CREATE TABLE table_1342256_32 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342256_32 WHERE district = "New York 29" |
29,466 | <question>: Which political party is involved where John J. Delaney is the sitting Representative? <context>: CREATE TABLE table_1342256_32 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1342256_32 WHERE incumbent = "John J. Delaney" |
29,467 | <question>: Who is the sitting Representative In the New York 10 polling area race? <context>: CREATE TABLE table_1342256_32 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_1342256_32 WHERE district = "New York 10" |
29,468 | <question>: How many sitting Representatives are there in the New York 10 polling area? <context>: CREATE TABLE table_1342256_32 (incumbent VARCHAR, district VARCHAR) | SELECT COUNT(incumbent) FROM table_1342256_32 WHERE district = "New York 10" |
29,469 | <question>: What is the district for james p. richards? <context>: CREATE TABLE table_1342256_40 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1342256_40 WHERE incumbent = "James P. Richards" |
29,470 | <question>: What is the candidate for south carolina 4? <context>: CREATE TABLE table_1342256_40 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342256_40 WHERE district = "South Carolina 4" |
29,471 | <question>: What is the candidate for south carolina 3? <context>: CREATE TABLE table_1342256_40 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_1342256_40 WHERE district = "South Carolina 3" |
29,472 | <question>: What is the first elected for south carolina 4? <context>: CREATE TABLE table_1342256_40 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_1342256_40 WHERE district = "South Carolina 4" |
29,473 | <question>: How many candidates were in the election featuring brooks hays (d) unopposed? <context>: CREATE TABLE table_1342256_5 (first_elected VARCHAR, candidates VARCHAR) | SELECT COUNT(first_elected) FROM table_1342256_5 WHERE candidates = "Brooks Hays (D) Unopposed" |
29,474 | <question>: What party does clyde t. ellis represent? <context>: CREATE TABLE table_1342256_5 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1342256_5 WHERE incumbent = "Clyde T. Ellis" |
29,475 | <question>: how many party with candidates being john j. phillips (r) 57.6% n. e. west (d) 42.4% <context>: CREATE TABLE table_1342256_6 (party VARCHAR, candidates VARCHAR) | SELECT COUNT(party) FROM table_1342256_6 WHERE candidates = "John J. Phillips (R) 57.6% N. E. West (D) 42.4%" |
29,476 | <question>: what's the result with dbeingtrict being california 10 <context>: CREATE TABLE table_1342256_6 (result VARCHAR, district VARCHAR) | SELECT result FROM table_1342256_6 WHERE district = "California 10" |
29,477 | <question>: what's the party with first elected being 1926 <context>: CREATE TABLE table_1342256_6 (party VARCHAR, first_elected VARCHAR) | SELECT party FROM table_1342256_6 WHERE first_elected = "1926" |
29,478 | <question>: what's the incumbent with result being new seat republican gain <context>: CREATE TABLE table_1342256_6 (incumbent VARCHAR, result VARCHAR) | SELECT incumbent FROM table_1342256_6 WHERE result = "New seat Republican gain" |
29,479 | <question>: what was the maxiumum for the first elected? <context>: CREATE TABLE table_1342270_24 (first_elected INTEGER) | SELECT MAX(first_elected) FROM table_1342270_24 |
29,480 | <question>: what's the first elected with incumbent being joe starnes <context>: CREATE TABLE table_1342270_3 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_1342270_3 WHERE incumbent = "Joe Starnes" |
29,481 | <question>: what's the first elected with candidates being joe starnes (d) 100.0% george bogus ( w/i ) 0.003% <context>: CREATE TABLE table_1342270_3 (first_elected VARCHAR, candidates VARCHAR) | SELECT first_elected FROM table_1342270_3 WHERE candidates = "Joe Starnes (D) 100.0% George Bogus ( W/I ) 0.003%" |
29,482 | <question>: how many party with dbeingtrict being alabama 6 <context>: CREATE TABLE table_1342270_3 (party VARCHAR, district VARCHAR) | SELECT COUNT(party) FROM table_1342270_3 WHERE district = "Alabama 6" |
29,483 | <question>: what are all the district with incumbent being sam hobbs <context>: CREATE TABLE table_1342270_3 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1342270_3 WHERE incumbent = "Sam Hobbs" |
29,484 | <question>: what are all the result with district being alabama 1 <context>: CREATE TABLE table_1342270_3 (result VARCHAR, district VARCHAR) | SELECT result FROM table_1342270_3 WHERE district = "Alabama 1" |
29,485 | <question>: what is the maximum first elected with district being alabama 5 <context>: CREATE TABLE table_1342270_3 (first_elected INTEGER, district VARCHAR) | SELECT MAX(first_elected) FROM table_1342270_3 WHERE district = "Alabama 5" |
29,486 | <question>: What was the result in the Tennessee 6 district election? <context>: CREATE TABLE table_1342270_42 (result VARCHAR, district VARCHAR) | SELECT result FROM table_1342270_42 WHERE district = "Tennessee 6" |
29,487 | <question>: In how many districts was the incumbent Estes Kefauver? <context>: CREATE TABLE table_1342270_42 (district VARCHAR, incumbent VARCHAR) | SELECT COUNT(district) FROM table_1342270_42 WHERE incumbent = "Estes Kefauver" |
29,488 | <question>: What is the latest year any of the incumbents were first elected? <context>: CREATE TABLE table_1342270_42 (first_elected INTEGER) | SELECT MAX(first_elected) FROM table_1342270_42 |
29,489 | <question>: What was the result of the Tennessee 2 district election? <context>: CREATE TABLE table_1342270_42 (result VARCHAR, district VARCHAR) | SELECT result FROM table_1342270_42 WHERE district = "Tennessee 2" |
29,490 | <question>: What district is incumbent robert l. mouton from? <context>: CREATE TABLE table_1342292_17 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1342292_17 WHERE incumbent = "Robert L. Mouton" |
29,491 | <question>: William Fadjo Cravens is the only candidate who was first elected in 1939. <context>: CREATE TABLE table_1342270_5 (first_elected VARCHAR, incumbent VARCHAR) | SELECT COUNT(first_elected) FROM table_1342270_5 WHERE incumbent = "William Fadjo Cravens" |
29,492 | <question>: William Fadjo Cravens serves the fourth district of Arkansas. <context>: CREATE TABLE table_1342270_5 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_1342270_5 WHERE incumbent = "William Fadjo Cravens" |
29,493 | <question>: what's the party with district being alabama 3 <context>: CREATE TABLE table_1342292_2 (party VARCHAR, district VARCHAR) | SELECT party FROM table_1342292_2 WHERE district = "Alabama 3" |
29,494 | <question>: what's the incumbent with candidates being sam hobbs (d) 88.2% c. w. mckay (r) 11.8% <context>: CREATE TABLE table_1342292_2 (incumbent VARCHAR, candidates VARCHAR) | SELECT incumbent FROM table_1342292_2 WHERE candidates = "Sam Hobbs (D) 88.2% C. W. McKay (R) 11.8%" |
29,495 | <question>: what's the party with incumbent being john sparkman <context>: CREATE TABLE table_1342292_2 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1342292_2 WHERE incumbent = "John Sparkman" |
29,496 | <question>: how many dbeingtrict with candidates being william b. bankhead (d) 71.3% e. m. reed (r) 28.7% <context>: CREATE TABLE table_1342292_2 (district VARCHAR, candidates VARCHAR) | SELECT COUNT(district) FROM table_1342292_2 WHERE candidates = "William B. Bankhead (D) 71.3% E. M. Reed (R) 28.7%" |
29,497 | <question>: what's the party with incumbent being william b. bankhead <context>: CREATE TABLE table_1342292_2 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_1342292_2 WHERE incumbent = "William B. Bankhead" |
29,498 | <question>: what's the district with first elected being 1938 <context>: CREATE TABLE table_1342292_2 (district VARCHAR, first_elected VARCHAR) | SELECT district FROM table_1342292_2 WHERE first_elected = 1938 |
29,499 | <question>: How many incumbents were first elected in 1930? <context>: CREATE TABLE table_1342292_45 (party VARCHAR, first_elected VARCHAR) | SELECT COUNT(party) FROM table_1342292_45 WHERE first_elected = 1930 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.