Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
28,900
<question>: What date did the Seahawks play the Kansas City Chiefs at the Kingdome? <context>: CREATE TABLE table_13258972_2 (date VARCHAR, game_site VARCHAR, opponent VARCHAR)
SELECT date FROM table_13258972_2 WHERE game_site = "Kingdome" AND opponent = "Kansas City Chiefs"
28,901
<question>: In what week was November 27, 1977? <context>: CREATE TABLE table_13259034_2 (week INTEGER, date VARCHAR)
SELECT MAX(week) FROM table_13259034_2 WHERE date = "November 27, 1977"
28,902
<question>: Where did the teams play on October 16, 1977? <context>: CREATE TABLE table_13259034_2 (game_site VARCHAR, date VARCHAR)
SELECT game_site FROM table_13259034_2 WHERE date = "October 16, 1977"
28,903
<question>: What team was the opponent at Mile High Stadium? <context>: CREATE TABLE table_13259009_2 (opponent VARCHAR, game_site VARCHAR)
SELECT opponent FROM table_13259009_2 WHERE game_site = "Mile High Stadium"
28,904
<question>: What was the record when they played the Los Angeles Rams? <context>: CREATE TABLE table_13259009_2 (record VARCHAR, opponent VARCHAR)
SELECT record FROM table_13259009_2 WHERE opponent = "Los Angeles Rams"
28,905
<question>: Where did they play the San Diego Chargers? <context>: CREATE TABLE table_13259009_2 (game_site VARCHAR, opponent VARCHAR)
SELECT game_site FROM table_13259009_2 WHERE opponent = "San Diego Chargers"
28,906
<question>: How many times during the season were the seahawks 8-6? <context>: CREATE TABLE table_13259019_2 (result VARCHAR, record VARCHAR)
SELECT COUNT(result) FROM table_13259019_2 WHERE record = "8-6"
28,907
<question>: On what day was the team playing at milwaukee county stadium? <context>: CREATE TABLE table_13259019_2 (date VARCHAR, game_site VARCHAR)
SELECT date FROM table_13259019_2 WHERE game_site = "Milwaukee County Stadium"
28,908
<question>: How many times did the team play at oakland-alameda county coliseum? <context>: CREATE TABLE table_13259019_2 (date VARCHAR, game_site VARCHAR)
SELECT COUNT(date) FROM table_13259019_2 WHERE game_site = "Oakland-Alameda County Coliseum"
28,909
<question>: Which episode was watched by 11.75 million U.S. viewers? <context>: CREATE TABLE table_13301516_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT title FROM table_13301516_1 WHERE us_viewers__millions_ = "11.75"
28,910
<question>: How many U.S. viewers, in millions, watched the episode that aired on November 13, 2007? <context>: CREATE TABLE table_13301516_1 (us_viewers__millions_ VARCHAR, original_air_date VARCHAR)
SELECT us_viewers__millions_ FROM table_13301516_1 WHERE original_air_date = "November 13, 2007"
28,911
<question>: How many episodes originally aired on April 29, 2008? <context>: CREATE TABLE table_13301516_1 (no_in_series VARCHAR, original_air_date VARCHAR)
SELECT COUNT(no_in_series) FROM table_13301516_1 WHERE original_air_date = "April 29, 2008"
28,912
<question>: How many millions of U.S. viewers watched episode 185? <context>: CREATE TABLE table_13301516_1 (us_viewers__millions_ VARCHAR, no_in_series VARCHAR)
SELECT us_viewers__millions_ FROM table_13301516_1 WHERE no_in_series = 185
28,913
<question>: Who directed the episode that originally aired on January 15, 2008? <context>: CREATE TABLE table_13301516_1 (directed_by VARCHAR, original_air_date VARCHAR)
SELECT directed_by FROM table_13301516_1 WHERE original_air_date = "January 15, 2008"
28,914
<question>: How many players weight 95? <context>: CREATE TABLE table_13312864_1 (player VARCHAR, weight VARCHAR)
SELECT COUNT(player) FROM table_13312864_1 WHERE weight = 95
28,915
<question>: What's Enrique de la Fuente's weight? <context>: CREATE TABLE table_13312864_1 (weight INTEGER, player VARCHAR)
SELECT MIN(weight) FROM table_13312864_1 WHERE player = "Enrique de la Fuente"
28,916
<question>: What was the election date for H. Brent Coles? <context>: CREATE TABLE table_1329532_2 (date_of_election VARCHAR, appointed_successor VARCHAR)
SELECT date_of_election FROM table_1329532_2 WHERE appointed_successor = "H. Brent Coles"
28,917
<question>: What was the election date for Arthur Hodges? <context>: CREATE TABLE table_1329532_2 (date_of_election VARCHAR, elected_successor VARCHAR)
SELECT date_of_election FROM table_1329532_2 WHERE elected_successor = "Arthur Hodges"
28,918
<question>: What is the country for # 8 <context>: CREATE TABLE table_13282157_1 (country VARCHAR, _number VARCHAR)
SELECT country FROM table_13282157_1 WHERE _number = 8
28,919
<question>: what is the country where the player is phil mickelson? <context>: CREATE TABLE table_13282157_1 (country VARCHAR, player VARCHAR)
SELECT country FROM table_13282157_1 WHERE player = "Phil Mickelson"
28,920
<question>: What is the highest reset points where the events is 23? <context>: CREATE TABLE table_13282157_1 (Reset INTEGER, events VARCHAR)
SELECT MAX(Reset) AS points FROM table_13282157_1 WHERE events = 23
28,921
<question>: What round was held at Knowsley Road, resulting in a lose. <context>: CREATE TABLE table_13328239_4 (round VARCHAR, venue VARCHAR, result VARCHAR)
SELECT round FROM table_13328239_4 WHERE venue = "Knowsley Road" AND result = "Lose"
28,922
<question>: What's the score of the QF round? <context>: CREATE TABLE table_13328239_4 (score VARCHAR, round VARCHAR)
SELECT score FROM table_13328239_4 WHERE round = "QF"
28,923
<question>: How many rounds ended with a score of 16-52? <context>: CREATE TABLE table_13328239_4 (round VARCHAR, score VARCHAR)
SELECT COUNT(round) FROM table_13328239_4 WHERE score = "16-52"
28,924
<question>: Who was the opponent in round 2? <context>: CREATE TABLE table_13328239_4 (opponent VARCHAR, round VARCHAR)
SELECT opponent FROM table_13328239_4 WHERE round = "2"
28,925
<question>: When was the game happening at Halton Stadium? <context>: CREATE TABLE table_13328239_4 (date VARCHAR, venue VARCHAR)
SELECT date FROM table_13328239_4 WHERE venue = "Halton Stadium"
28,926
<question>: What competition ended with a score of 38-14? <context>: CREATE TABLE table_13328239_4 (competition VARCHAR, score VARCHAR)
SELECT competition FROM table_13328239_4 WHERE score = "38-14"
28,927
<question>: what's the population with country being chile <context>: CREATE TABLE table_1333612_1 (population VARCHAR, country VARCHAR)
SELECT population FROM table_1333612_1 WHERE country = "Chile"
28,928
<question>: what's the s mestizo with asians being 0.2% and whites being 74.8% <context>: CREATE TABLE table_1333612_1 (s_mestizo VARCHAR, asians VARCHAR, whites VARCHAR)
SELECT s_mestizo FROM table_1333612_1 WHERE asians = "0.2%" AND whites = "74.8%"
28,929
<question>: what's the country with es mulatto being 3.5% <context>: CREATE TABLE table_1333612_1 (country VARCHAR, es_mulatto VARCHAR)
SELECT country FROM table_1333612_1 WHERE es_mulatto = "3.5%"
28,930
<question>: what's the s mestizo with population being 29461933 <context>: CREATE TABLE table_1333612_1 (s_mestizo VARCHAR, population VARCHAR)
SELECT s_mestizo FROM table_1333612_1 WHERE population = 29461933
28,931
<question>: what's the native american with es mulatto being 0.7% <context>: CREATE TABLE table_1333612_1 (native_american VARCHAR, es_mulatto VARCHAR)
SELECT native_american FROM table_1333612_1 WHERE es_mulatto = "0.7%"
28,932
<question>: how many native american with whites being 1.0% <context>: CREATE TABLE table_1333612_1 (native_american VARCHAR, whites VARCHAR)
SELECT COUNT(native_american) FROM table_1333612_1 WHERE whites = "1.0%"
28,933
<question>: When did the episode directed by David Duchovny originally air? <context>: CREATE TABLE table_13336122_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_13336122_3 WHERE directed_by = "David Duchovny"
28,934
<question>: What's the title of the episode directed by David von Ancken, with a episode number bigger than 16.0? <context>: CREATE TABLE table_13336122_3 (title VARCHAR, directed_by VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_13336122_3 WHERE directed_by = "David Von Ancken" AND no_in_series > 16.0
28,935
<question>: How many episodes have been directed by David Duchovny? <context>: CREATE TABLE table_13336122_3 (title VARCHAR, directed_by VARCHAR)
SELECT COUNT(title) FROM table_13336122_3 WHERE directed_by = "David Duchovny"
28,936
<question>: What's the smallest episode number of an episode whose number in the series is 22? <context>: CREATE TABLE table_13336122_3 (no_in_season INTEGER, no_in_series VARCHAR)
SELECT MIN(no_in_season) FROM table_13336122_3 WHERE no_in_series = 22
28,937
<question>: Name the number of shows when there was 2 million views <context>: CREATE TABLE table_13336122_6 (us_viewers__million_ VARCHAR, no_in_season VARCHAR)
SELECT COUNT(us_viewers__million_) FROM table_13336122_6 WHERE no_in_season = 2
28,938
<question>: what is the original air date for the episoe written by vanessa reisen? <context>: CREATE TABLE table_13336122_5 (original_air_date VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_13336122_5 WHERE written_by = "Vanessa Reisen"
28,939
<question>: what is the maximum completed for delta bessborough <context>: CREATE TABLE table_13397394_1 (completed INTEGER, building VARCHAR)
SELECT MAX(completed) FROM table_13397394_1 WHERE building = "Delta Bessborough"
28,940
<question>: what is the maximum completed for address on 410 22nd st e <context>: CREATE TABLE table_13397394_1 (completed VARCHAR, address VARCHAR)
SELECT completed FROM table_13397394_1 WHERE address = "410 22nd St E"
28,941
<question>: what is the total number of building for address on 201 1st avenue south <context>: CREATE TABLE table_13397394_1 (building VARCHAR, address VARCHAR)
SELECT COUNT(building) FROM table_13397394_1 WHERE address = "201 1st Avenue South"
28,942
<question>: what are all the building with 12 storeys <context>: CREATE TABLE table_13397394_1 (building VARCHAR, storeys VARCHAR)
SELECT building FROM table_13397394_1 WHERE storeys = 12
28,943
<question>: what is the minimum storeys on 325 5th ave n <context>: CREATE TABLE table_13397394_1 (storeys INTEGER, address VARCHAR)
SELECT MIN(storeys) FROM table_13397394_1 WHERE address = "325 5th Ave N"
28,944
<question>: What is the region 2 for the complete fifth series? <context>: CREATE TABLE table_1337525_1 (region_2 VARCHAR, complete_series VARCHAR)
SELECT region_2 FROM table_1337525_1 WHERE complete_series = "The Complete Fifth Series"
28,945
<question>: What is the number of region 4 for the series of the complete seventh series? <context>: CREATE TABLE table_1337525_1 (region_4 VARCHAR, complete_series VARCHAR)
SELECT COUNT(region_4) FROM table_1337525_1 WHERE complete_series = "The Complete Seventh Series"
28,946
<question>: What is the region 1 where region 4 is tba is the complete eighth series? <context>: CREATE TABLE table_1337525_1 (region_1 VARCHAR, region_4 VARCHAR, complete_series VARCHAR)
SELECT region_1 FROM table_1337525_1 WHERE region_4 = "TBA" AND complete_series = "The Complete Eighth Series"
28,947
<question>: Name the region 4 for the complete fifth series <context>: CREATE TABLE table_1337525_1 (region_4 VARCHAR, complete_series VARCHAR)
SELECT region_4 FROM table_1337525_1 WHERE complete_series = "The Complete Fifth Series"
28,948
<question>: How many tries were against when the number won was 14? <context>: CREATE TABLE table_13399573_3 (tries_against VARCHAR, won VARCHAR)
SELECT tries_against FROM table_13399573_3 WHERE won = "14"
28,949
<question>: What was the number of bonus tries when there were 522 points against? <context>: CREATE TABLE table_13399573_3 (try_bonus VARCHAR, points_against VARCHAR)
SELECT try_bonus FROM table_13399573_3 WHERE points_against = "522"
28,950
<question>: How many numbers were listed under losing bonus when there were 68 tries for? <context>: CREATE TABLE table_13399573_3 (losing_bonus VARCHAR, tries_for VARCHAR)
SELECT COUNT(losing_bonus) FROM table_13399573_3 WHERE tries_for = "68"
28,951
<question>: What amount of points for were there when there was 52 points? <context>: CREATE TABLE table_13399573_3 (points_for VARCHAR, points VARCHAR)
SELECT points_for FROM table_13399573_3 WHERE points = "52"
28,952
<question>: What was the number of points against when the amount won is 10? <context>: CREATE TABLE table_13399573_3 (points_against VARCHAR, won VARCHAR)
SELECT points_against FROM table_13399573_3 WHERE won = "10"
28,953
<question>: What is listed under try bonus when listed under Tries for is tries for? <context>: CREATE TABLE table_13399573_3 (try_bonus VARCHAR)
SELECT try_bonus FROM table_13399573_3 WHERE "tries_for" = "tries_for"
28,954
<question>: What is the original date of the repeat air date of 26/01/1969? <context>: CREATE TABLE table_13403120_1 (originalairdate VARCHAR, repeatairdate_s_ VARCHAR)
SELECT originalairdate FROM table_13403120_1 WHERE repeatairdate_s_ = "26/01/1969"
28,955
<question>: What is the repeat date of the episode that aired 22/12/1968? <context>: CREATE TABLE table_13403120_1 (repeatairdate_s_ VARCHAR, originalairdate VARCHAR)
SELECT repeatairdate_s_ FROM table_13403120_1 WHERE originalairdate = "22/12/1968"
28,956
<question>: who is the writer of the episode with prod.code 30-17 <context>: CREATE TABLE table_13403120_1 (writer_s_ VARCHAR, prodcode VARCHAR)
SELECT writer_s_ FROM table_13403120_1 WHERE prodcode = "30-17"
28,957
<question>: what is the prod.code of the episode with original air date 01/12/1968? <context>: CREATE TABLE table_13403120_1 (prodcode VARCHAR, originalairdate VARCHAR)
SELECT COUNT(prodcode) FROM table_13403120_1 WHERE originalairdate = "01/12/1968"
28,958
<question>: In the 2008/2009 season one team had a season total points of 31, for that team how many total points were scored against them? <context>: CREATE TABLE table_13399573_4 (points_against VARCHAR, points VARCHAR)
SELECT points_against FROM table_13399573_4 WHERE points = "31"
28,959
<question>: In the 2008/2009 season one team had 1 losing bonus, How many points did that team score that year? <context>: CREATE TABLE table_13399573_4 (points_for VARCHAR, losing_bonus VARCHAR)
SELECT points_for FROM table_13399573_4 WHERE losing_bonus = "1"
28,960
<question>: In the 2008/2009 season one team had 47 tries against, how many games did they win that year? <context>: CREATE TABLE table_13399573_4 (won VARCHAR, tries_against VARCHAR)
SELECT won FROM table_13399573_4 WHERE tries_against = "47"
28,961
<question>: In the 2008/2009 season one team had 39 tries against, how many losing bonuses did they have that year? <context>: CREATE TABLE table_13399573_4 (losing_bonus VARCHAR, tries_against VARCHAR)
SELECT losing_bonus FROM table_13399573_4 WHERE tries_against = "39"
28,962
<question>: Who were the candidates when ed markey was the incumbent? <context>: CREATE TABLE table_1341395_22 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341395_22 WHERE incumbent = "Ed Markey"
28,963
<question>: How many times was the incumbent mike capuano <context>: CREATE TABLE table_1341395_22 (result VARCHAR, incumbent VARCHAR)
SELECT COUNT(result) FROM table_1341395_22 WHERE incumbent = "Mike Capuano"
28,964
<question>: Who were the candidates when Barney Frank was the incumbent? <context>: CREATE TABLE table_1341395_22 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341395_22 WHERE incumbent = "Barney Frank"
28,965
<question>: What was the earliest year someone was first elected from Massachusetts 3 <context>: CREATE TABLE table_1341395_22 (first_elected INTEGER, district VARCHAR)
SELECT MIN(first_elected) FROM table_1341395_22 WHERE district = "Massachusetts 3"
28,966
<question>: What party did incumbent Albert Wynn belong to? <context>: CREATE TABLE table_1341423_20 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341423_20 WHERE incumbent = "Albert Wynn"
28,967
<question>: What was the result of the election in the Maryland 7 district? <context>: CREATE TABLE table_1341423_20 (results VARCHAR, district VARCHAR)
SELECT results FROM table_1341423_20 WHERE district = "Maryland 7"
28,968
<question>: How many candidates ran in the election where Wayne Gilchrest was the incumbent? <context>: CREATE TABLE table_1341423_20 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1341423_20 WHERE incumbent = "Wayne Gilchrest"
28,969
<question>: What were the results in the election where Albert Wynn was the incumbent? <context>: CREATE TABLE table_1341423_20 (results VARCHAR, incumbent VARCHAR)
SELECT results FROM table_1341423_20 WHERE incumbent = "Albert Wynn"
28,970
<question>: Who were the candidates in the Maryland 5 district election? <context>: CREATE TABLE table_1341423_20 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1341423_20 WHERE district = "Maryland 5"
28,971
<question>: What district is Henry Hyde in <context>: CREATE TABLE table_1341423_13 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341423_13 WHERE incumbent = "Henry Hyde"
28,972
<question>: What year was Luis Gutierrez election <context>: CREATE TABLE table_1341423_13 (first_elected INTEGER, incumbent VARCHAR)
SELECT MIN(first_elected) FROM table_1341423_13 WHERE incumbent = "Luis Gutierrez"
28,973
<question>: Which district is Joe Moakley? <context>: CREATE TABLE table_1341423_21 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341423_21 WHERE incumbent = "Joe Moakley"
28,974
<question>: What is the lowest first elected? <context>: CREATE TABLE table_1341423_21 (first_elected INTEGER)
SELECT MIN(first_elected) FROM table_1341423_21
28,975
<question>: Name the first election for john mchugh <context>: CREATE TABLE table_1341423_32 (first_elected VARCHAR, incumbent VARCHAR)
SELECT COUNT(first_elected) FROM table_1341423_32 WHERE incumbent = "John McHugh"
28,976
<question>: Name the results for district new york 24 <context>: CREATE TABLE table_1341423_32 (results VARCHAR, district VARCHAR)
SELECT results FROM table_1341423_32 WHERE district = "New York 24"
28,977
<question>: Name the district for carolyn mccarthy <context>: CREATE TABLE table_1341423_32 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1341423_32 WHERE incumbent = "Carolyn McCarthy"
28,978
<question>: Name the number of party for new york 29 <context>: CREATE TABLE table_1341423_32 (party VARCHAR, district VARCHAR)
SELECT COUNT(party) FROM table_1341423_32 WHERE district = "New York 29"
28,979
<question>: Which party does the incumbent first elected in 1994 belong to? <context>: CREATE TABLE table_1341423_22 (party VARCHAR, first_elected VARCHAR)
SELECT party FROM table_1341423_22 WHERE first_elected = 1994
28,980
<question>: How many districts have Bart Stupak as the incumbent? <context>: CREATE TABLE table_1341423_22 (district VARCHAR, incumbent VARCHAR)
SELECT COUNT(district) FROM table_1341423_22 WHERE incumbent = "Bart Stupak"
28,981
<question>: Who was elected in 1972 <context>: CREATE TABLE table_1341423_35 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1341423_35 WHERE first_elected = 1972
28,982
<question>: what is the earliest first elected with the results re-elected in the district south carolina 3? <context>: CREATE TABLE table_1341423_40 (first_elected INTEGER, results VARCHAR, district VARCHAR)
SELECT MAX(first_elected) FROM table_1341423_40 WHERE results = "Re-elected" AND district = "South Carolina 3"
28,983
<question>: what is the party with the incumbent jim demint? <context>: CREATE TABLE table_1341423_40 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1341423_40 WHERE incumbent = "Jim DeMint"
28,984
<question>: what is the party for the district south carolina 4? <context>: CREATE TABLE table_1341423_40 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1341423_40 WHERE district = "South Carolina 4"
28,985
<question>: what is the party when candidates is jim demint (r) 80%? <context>: CREATE TABLE table_1341423_40 (party VARCHAR, candidates VARCHAR)
SELECT party FROM table_1341423_40 WHERE candidates = "Jim DeMint (R) 80%"
28,986
<question>: who are the candidates when the incumbent is lindsey graham? <context>: CREATE TABLE table_1341423_40 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341423_40 WHERE incumbent = "Lindsey Graham"
28,987
<question>: What was the results when the incumbent was ernest istook? <context>: CREATE TABLE table_1341423_36 (results VARCHAR, incumbent VARCHAR)
SELECT results FROM table_1341423_36 WHERE incumbent = "Ernest Istook"
28,988
<question>: What was the results for the district oklahoma 3? <context>: CREATE TABLE table_1341423_36 (results VARCHAR, district VARCHAR)
SELECT results FROM table_1341423_36 WHERE district = "Oklahoma 3"
28,989
<question>: How many party were listed for district oklahoma 5? <context>: CREATE TABLE table_1341423_36 (party VARCHAR, district VARCHAR)
SELECT COUNT(party) FROM table_1341423_36 WHERE district = "Oklahoma 5"
28,990
<question>: What is the party when the candidates were ernest istook (r) 69% garland mcwatters (d) 28%? <context>: CREATE TABLE table_1341423_36 (party VARCHAR, candidates VARCHAR)
SELECT party FROM table_1341423_36 WHERE candidates = "Ernest Istook (R) 69% Garland McWatters (D) 28%"
28,991
<question>: when was the first elected for districk oklahoma 1? <context>: CREATE TABLE table_1341423_36 (first_elected VARCHAR, district VARCHAR)
SELECT first_elected FROM table_1341423_36 WHERE district = "Oklahoma 1"
28,992
<question>: What were the results for the district oklahoma 5? <context>: CREATE TABLE table_1341423_36 (results VARCHAR, district VARCHAR)
SELECT results FROM table_1341423_36 WHERE district = "Oklahoma 5"
28,993
<question>: How many parties is the incumbent Bob Brady a member of? <context>: CREATE TABLE table_1341423_38 (party VARCHAR, incumbent VARCHAR)
SELECT COUNT(party) FROM table_1341423_38 WHERE incumbent = "Bob Brady"
28,994
<question>: How many candidates were there in the district won by Joe Hoeffel? <context>: CREATE TABLE table_1341423_38 (candidates VARCHAR, incumbent VARCHAR)
SELECT COUNT(candidates) FROM table_1341423_38 WHERE incumbent = "Joe Hoeffel"
28,995
<question>: Who were the candidates in district Pennsylvania 3? <context>: CREATE TABLE table_1341423_38 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1341423_38 WHERE district = "Pennsylvania 3"
28,996
<question>: What's the first elected year of the district whose incumbent is Jim Greenwood? <context>: CREATE TABLE table_1341423_38 (first_elected INTEGER, incumbent VARCHAR)
SELECT MAX(first_elected) FROM table_1341423_38 WHERE incumbent = "Jim Greenwood"
28,997
<question>: What was the result of the election featuring incumbent norman sisisky? <context>: CREATE TABLE table_1341423_46 (results VARCHAR, incumbent VARCHAR)
SELECT results FROM table_1341423_46 WHERE incumbent = "Norman Sisisky"
28,998
<question>: Who were the candidates in the district first elected in 1998 whose incumbent ended up being Paul Ryan? <context>: CREATE TABLE table_1341423_49 (candidates VARCHAR, first_elected VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341423_49 WHERE first_elected = 1998 AND incumbent = "Paul Ryan"
28,999
<question>: Who ran in the district elections won by Tom Petri? <context>: CREATE TABLE table_1341423_49 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1341423_49 WHERE incumbent = "Tom Petri"