answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT MAX(grid) FROM table_name_11 WHERE rider = "randy de puniet" AND laps < 24
Which Grid has a Rider of randy de puniet, and Laps smaller than 24?
CREATE TABLE table_name_11 (grid INTEGER, rider VARCHAR, laps VARCHAR)
SELECT writer FROM table_name_63 WHERE date = "january 1975"
What is the Writer with a Date that is january 1975?
CREATE TABLE table_name_63 (writer VARCHAR, date VARCHAR)
SELECT winning_score FROM table_name_45 WHERE date = "17 jan 2010"
What is Winning Score, when Date is 17 Jan 2010?
CREATE TABLE table_name_45 (winning_score VARCHAR, date VARCHAR)
SELECT T3.Date FROM member_attendance AS T1 JOIN member AS T2 ON T1.Member_ID = T2.Member_ID JOIN performance AS T3 ON T1.Performance_ID = T3.Performance_ID WHERE T2.Role = "Violin"
Show the dates of performances with attending members whose roles are "Violin".
CREATE TABLE performance (Date VARCHAR, Performance_ID VARCHAR); CREATE TABLE member (Member_ID VARCHAR, Role VARCHAR); CREATE TABLE member_attendance (Member_ID VARCHAR, Performance_ID VARCHAR)
SELECT minister FROM table_name_58 WHERE left_office = "1960"
Who is the mInister who left office during 1960?
CREATE TABLE table_name_58 (minister VARCHAR, left_office VARCHAR)
SELECT SUM(position) FROM table_name_44 WHERE points_1 > 23 AND goals_for = 77
What is the sum of Position, when Points 1 is greater than 23, and when Goals For is "77"?
CREATE TABLE table_name_44 (position INTEGER, points_1 VARCHAR, goals_for VARCHAR)
SELECT qual_1 FROM table_name_80 WHERE qual_2 = "1:27.537"
What is Qual 1, when Qual 2 is 1:27.537?
CREATE TABLE table_name_80 (qual_1 VARCHAR, qual_2 VARCHAR)
SELECT country FROM table_name_83 WHERE date = "october 20, 1976"
Which country is dated October 20, 1976?
CREATE TABLE table_name_83 (country VARCHAR, date VARCHAR)
SELECT score FROM table_name_32 WHERE date = "16 august 2006"
What was the score of the game played on 16 August 2006?
CREATE TABLE table_name_32 (score VARCHAR, date VARCHAR)
SELECT result FROM table_13258876_2 WHERE attendance = 48945
What was the score of the game when the attendance was 48945?
CREATE TABLE table_13258876_2 (result VARCHAR, attendance VARCHAR)
SELECT commercial_operation FROM table_name_42 WHERE unit = "hamaoka-4"
When was the Hamaoka-4 unit commercial operation date?
CREATE TABLE table_name_42 (commercial_operation VARCHAR, unit VARCHAR)
SELECT time FROM table_name_42 WHERE rank > 3 AND rider = "brian finch"
What is the time value for the rider Brian Finch and a rank greater than 3?
CREATE TABLE table_name_42 (time VARCHAR, rank VARCHAR, rider VARCHAR)
SELECT MAX(pick) FROM table_name_40 WHERE college = "syracuse" AND overall < 18
What is the highest Pick, when College is "Syracuse", and when Overall is less than 18?
CREATE TABLE table_name_40 (pick INTEGER, college VARCHAR, overall VARCHAR)
SELECT COUNT(program) FROM table_27512025_1 WHERE type = "Cardio"
How many types are cardio?
CREATE TABLE table_27512025_1 (program VARCHAR, type VARCHAR)
SELECT wins FROM table_name_47 WHERE rank > 16 AND latest_win = "1967 belgian grand prix"
What is the rank 16 wins with the latest win at the 1967 Belgian Grand Prix?
CREATE TABLE table_name_47 (wins VARCHAR, rank VARCHAR, latest_win VARCHAR)
SELECT score FROM table_name_98 WHERE date = "july 22, 2008"
What is the score of the match on July 22, 2008?
CREATE TABLE table_name_98 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_18 WHERE result = "third place" AND style = "cha-cha-cha"
Which Score has a Result of third place, and a Style of cha-cha-cha?
CREATE TABLE table_name_18 (score VARCHAR, result VARCHAR, style VARCHAR)
SELECT proto_polynesian FROM table_name_50 WHERE proto_malayo_polynesian = "*telu"
Which Proto-Polynesian has a Proto-Malayo-Polynesian of *telu?
CREATE TABLE table_name_50 (proto_polynesian VARCHAR, proto_malayo_polynesian VARCHAR)
SELECT season__number FROM table_20704243_3 WHERE series__number = 23
What is the season number for Series #23, the Runway Job?
CREATE TABLE table_20704243_3 (season__number VARCHAR, series__number VARCHAR)
SELECT 2 AS nd_leg FROM table_name_50 WHERE agg = "4-6"
What was the score of the second leg with an agg of 4-6?
CREATE TABLE table_name_50 (agg VARCHAR)
SELECT Party FROM representative GROUP BY Party HAVING COUNT(*) >= 3
What parties have at least three representatives?
CREATE TABLE representative (Party VARCHAR)
SELECT AVG(grid) FROM table_name_57 WHERE driver = "jo siffert"
What is the average grid for jo siffert?
CREATE TABLE table_name_57 (grid INTEGER, driver VARCHAR)
SELECT 2010 FROM table_name_58 WHERE 2004 = "1r" AND tournament = "french open"
What french open tournament happened in 2010 and has a 2004 1r?
CREATE TABLE table_name_58 (tournament VARCHAR)
SELECT SUM(total) FROM table_name_87 WHERE rank < 10 AND silver > 3 AND gold > 3
How much Total has a Rank smaller than 10, and a Silver larger than 3, and a Gold larger than 3?
CREATE TABLE table_name_87 (total INTEGER, gold VARCHAR, rank VARCHAR, silver VARCHAR)
SELECT venue FROM table_name_95 WHERE away_team = "melbourne"
Where did Melbourne play as the away team?
CREATE TABLE table_name_95 (venue VARCHAR, away_team VARCHAR)
SELECT opponent FROM table_17120964_9 WHERE date = "21st"
who was the opponent where the date was the 21st?
CREATE TABLE table_17120964_9 (opponent VARCHAR, date VARCHAR)
SELECT MIN(rank) FROM table_name_59 WHERE country = "united states" AND wins < 3
Who is the lowest ranked player from the United States that has less than 3 Wins?
CREATE TABLE table_name_59 (rank INTEGER, country VARCHAR, wins VARCHAR)
SELECT county FROM table_name_36 WHERE ihsaa_football_class = "a" AND mascot = "royals"
What county has an IHSAA Football Class of A, and a Mascot of royals?
CREATE TABLE table_name_36 (county VARCHAR, ihsaa_football_class VARCHAR, mascot VARCHAR)
SELECT MAX(v_mph_) FROM table_15416002_1 WHERE chi = "13.5"
What is the maximum miles per hour recorded when the CHI (Carvill Hurricane Index) is equal to 13.5
CREATE TABLE table_15416002_1 (v_mph_ INTEGER, chi VARCHAR)
SELECT SUM(T2.Killed) FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Height > 1.84
What is the total kills of the perpetrators with height more than 1.84.
CREATE TABLE people (People_ID VARCHAR, Height INTEGER); CREATE TABLE perpetrator (Killed INTEGER, People_ID VARCHAR)
SELECT MIN(mpg_us_combined) FROM table_name_90 WHERE green_rating = "e" AND mpg_uk_combined < 42.2 AND manufacturer = "volkswagen" AND transmission = "m6"
What is the lowest MPG-US combined for a green rating of E, mpg in the UK- combined of under 42.2, manufacturer of Volkswagen, and an M6 transmission?
CREATE TABLE table_name_90 (mpg_us_combined INTEGER, transmission VARCHAR, manufacturer VARCHAR, green_rating VARCHAR, mpg_uk_combined VARCHAR)
SELECT COUNT(game_site) FROM table_25380472_2 WHERE team_record = "1–7"
How many game sites are there where the team record is 1–7?
CREATE TABLE table_25380472_2 (game_site VARCHAR, team_record VARCHAR)
SELECT COUNT(rank) FROM table_name_3 WHERE county = "kilkenny" AND tally = "0-14"
With a Tally of 0-14, what is the Rank in Kilkenny County?
CREATE TABLE table_name_3 (rank VARCHAR, county VARCHAR, tally VARCHAR)
SELECT date FROM table_name_84 WHERE game = "3"
On what date was game 3?
CREATE TABLE table_name_84 (date VARCHAR, game VARCHAR)
SELECT attendance FROM table_name_78 WHERE game_site = "griffith stadium" AND opponent = "philadelphia eagles"
How many were in attendance at Griffith Stadium with Philadelphia Eagles as an opponent?
CREATE TABLE table_name_78 (attendance VARCHAR, game_site VARCHAR, opponent VARCHAR)
SELECT constructor FROM table_name_5 WHERE laps > 70 AND time_retired = "+12.535"
Who constructed the car with laps more than 70 and a time/retired of +12.535?
CREATE TABLE table_name_5 (constructor VARCHAR, laps VARCHAR, time_retired VARCHAR)
SELECT frequency FROM table_name_59 WHERE number = 161
What is the frequency of number 161?
CREATE TABLE table_name_59 (frequency VARCHAR, number VARCHAR)
SELECT 2005 FROM table_name_73 WHERE 2006 = "1r"
What is 2005, when 2006 is "1R"?
CREATE TABLE table_name_73 (Id VARCHAR)
SELECT DISTINCT title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid EXCEPT SELECT t2.title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid WHERE TYPE = "lead"
Find all the songs that do not have a lead vocal.
CREATE TABLE songs (title VARCHAR, songid VARCHAR); CREATE TABLE vocals (songid VARCHAR)
SELECT saturday_day_seven FROM table_1277350_7 WHERE thursday_day_five = "ሐሙስ hamus"
What is saturday day seven when thursday day five is ሐሙስ hamus?
CREATE TABLE table_1277350_7 (saturday_day_seven VARCHAR, thursday_day_five VARCHAR)
SELECT software_executable_space_protection FROM table_1357052_6 WHERE distribution = "Gentoo"
what's the software executable space protection with dbeingtribution being gentoo
CREATE TABLE table_1357052_6 (software_executable_space_protection VARCHAR, distribution VARCHAR)
SELECT date FROM table_name_59 WHERE location = "fleetcenter" AND game < 9 AND score = "104-94"
On what date did Fleetcenter have a game lower than 9 with a score of 104-94?
CREATE TABLE table_name_59 (date VARCHAR, score VARCHAR, location VARCHAR, game VARCHAR)
SELECT SUM(revenue), founder FROM manufacturers GROUP BY founder
Find the total revenue of companies of each founder.
CREATE TABLE manufacturers (founder VARCHAR, revenue INTEGER)
SELECT 2008 FROM table_name_18 WHERE 2006 = "grand slam tournaments"
What is 2008, when 2006 is "Grand Slam Tournaments"?
CREATE TABLE table_name_18 (Id VARCHAR)
SELECT type FROM table_2562572_52 WHERE settlement = "Subotište"
What is the type when the settlement is subotište?
CREATE TABLE table_2562572_52 (type VARCHAR, settlement VARCHAR)
SELECT MAX(march) FROM table_name_94 WHERE opponent = "boston bruins" AND game < 66
What is the latest date in March when the opponent was the Boston Bruins and the game number was smaller than 66?
CREATE TABLE table_name_94 (march INTEGER, opponent VARCHAR, game VARCHAR)
SELECT MAX(games) FROM table_name_64 WHERE assists > 10
What's the highest amount of Games recorded that have more than 10 assists?
CREATE TABLE table_name_64 (games INTEGER, assists INTEGER)
SELECT opponent FROM table_name_99 WHERE record = "7-1"
Which team has a record of 7-1?
CREATE TABLE table_name_99 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_86 WHERE attendance = "26,880"
What Opponent has an Attendance that is 26,880?
CREATE TABLE table_name_86 (opponent VARCHAR, attendance VARCHAR)
SELECT delegate FROM table_27050732_7 WHERE district = "41"
Who represents district 41?
CREATE TABLE table_27050732_7 (delegate VARCHAR, district VARCHAR)
SELECT district FROM table_1341522_36 WHERE incumbent = "Bill Hefner"
To what district does Bill Hefner belong?
CREATE TABLE table_1341522_36 (district VARCHAR, incumbent VARCHAR)
SELECT goals FROM table_12321870_32 WHERE player_name = "Tiago Gomes"
How many goals have been scored by Tiago Gomes?
CREATE TABLE table_12321870_32 (goals VARCHAR, player_name VARCHAR)
SELECT MIN(grid) FROM table_name_71 WHERE laps = 25 AND manufacturer = "honda" AND time_retired = "+1:47.797"
Which Grid has Laps of 25, and a Manufacturer of honda, and a Time/Retired of +1:47.797?
CREATE TABLE table_name_71 (grid INTEGER, time_retired VARCHAR, laps VARCHAR, manufacturer VARCHAR)
SELECT title FROM table_23255941_1 WHERE written_by = "Mark Goffman"
What was the title of the episode written by Mark Goffman?
CREATE TABLE table_23255941_1 (title VARCHAR, written_by VARCHAR)
SELECT player FROM table_name_8 WHERE score = 68 - 69 - 73 = 210
Which player has a score of 68-69-73=210
CREATE TABLE table_name_8 (player VARCHAR, score VARCHAR)
SELECT COUNT(yards) FROM table_name_6 WHERE player = "james macpherson" AND long < 1
How many yards have a Player of james macpherson, and a Long smaller than 1?
CREATE TABLE table_name_6 (yards VARCHAR, player VARCHAR, long VARCHAR)
SELECT _percentage FROM table_1108394_43 WHERE total = 249887 AND queens = "6.8_percentage"
what's the % with total value of 249887 and queens value of 6.8%
CREATE TABLE table_1108394_43 (_percentage VARCHAR, total VARCHAR, queens VARCHAR)
SELECT location FROM table_22670216_1 WHERE winning_driver = "Wally Dallenbach" AND track = "Wisconsin State Fair Park Speedway"
If the track is the Wisconsin State Fair Park Speedway and the winning driver is Wally Dallenbach, what was the location?
CREATE TABLE table_22670216_1 (location VARCHAR, winning_driver VARCHAR, track VARCHAR)
SELECT country FROM table_name_30 WHERE to_par = "+3" AND score = 74 - 73 = 147
What is the country that the player is from with +3 to par and score of 74-73=147?
CREATE TABLE table_name_30 (country VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT MAX(top_5) FROM table_1671401_2 WHERE avg_finish = "5.0"
Name the max top 5 for 5.0 avg finish
CREATE TABLE table_1671401_2 (top_5 INTEGER, avg_finish VARCHAR)
SELECT counties_represented FROM table_name_17 WHERE party = "democratic" AND committee = "ways and means"
What counties represented have a democratic committee, and a committee of ways and means?
CREATE TABLE table_name_17 (counties_represented VARCHAR, party VARCHAR, committee VARCHAR)
SELECT years FROM table_name_74 WHERE model = "sl 350"
What year was the SL 350 Model?
CREATE TABLE table_name_74 (years VARCHAR, model VARCHAR)
SELECT notes FROM table_name_17 WHERE time = "men's speed skating"
What is in the notes for men's speed skating?
CREATE TABLE table_name_17 (notes VARCHAR, time VARCHAR)
SELECT date FROM table_name_66 WHERE opponent = "tampa bay buccaneers"
On what date did the Lions play against the Tampa Bay Buccaneers?
CREATE TABLE table_name_66 (date VARCHAR, opponent VARCHAR)
SELECT driver FROM table_name_91 WHERE team = "andretti green" AND points = "32"
Which driver earned 32 points from the Andretti Green team?
CREATE TABLE table_name_91 (driver VARCHAR, team VARCHAR, points VARCHAR)
SELECT class FROM table_name_44 WHERE call_sign = "wokg"
Which class's call sign is wokg?
CREATE TABLE table_name_44 (class VARCHAR, call_sign VARCHAR)
SELECT rank FROM table_name_66 WHERE total = 92.7
What rank goes to a total of 92.7?
CREATE TABLE table_name_66 (rank VARCHAR, total VARCHAR)
SELECT segment_a FROM table_15187735_17 WHERE segment_d = "Wood Boring Augers"
how many segments involve wood boring augers
CREATE TABLE table_15187735_17 (segment_a VARCHAR, segment_d VARCHAR)
SELECT game_site FROM table_name_97 WHERE opponent = "san diego chargers"
What's the Game SIte with an Opponent of San Diego Chargers?
CREATE TABLE table_name_97 (game_site VARCHAR, opponent VARCHAR)
SELECT team FROM table_name_17 WHERE date = "november 17"
What team played on November 17?
CREATE TABLE table_name_17 (team VARCHAR, date VARCHAR)
SELECT rank FROM table_18686317_1 WHERE yardage = 58179
What is the rank of the player who got 58179 in yardage?
CREATE TABLE table_18686317_1 (rank VARCHAR, yardage VARCHAR)
SELECT nationality FROM table_name_39 WHERE apps > 40 AND goals = 17
Where was the player born when the appearances were greater than 40 and made 17 goals?
CREATE TABLE table_name_39 (nationality VARCHAR, apps VARCHAR, goals VARCHAR)
SELECT score FROM table_name_20 WHERE tournament = "rabat" AND opponent_in_the_final = "yannik reuter"
What was the Score of the Rabat Tournament with Opponent in the final Yannik Reuter?
CREATE TABLE table_name_20 (score VARCHAR, tournament VARCHAR, opponent_in_the_final VARCHAR)
SELECT icao FROM table_name_75 WHERE airport = "simferopol international airport"
What is the ICAO for simferopol international airport?
CREATE TABLE table_name_75 (icao VARCHAR, airport VARCHAR)
SELECT COUNT(ministries) FROM table_21422977_1 WHERE nº = 3
When nº is 3, what are all the ministires?
CREATE TABLE table_21422977_1 (ministries VARCHAR, nº VARCHAR)
SELECT score FROM table_name_38 WHERE name = "nicole 赖淞凤"
What is Score, when Name is Nicole 赖淞凤?
CREATE TABLE table_name_38 (score VARCHAR, name VARCHAR)
SELECT T1.Time FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID ORDER BY T2.Days_held DESC LIMIT 1
List the time of elimination of the wrestlers with largest days held.
CREATE TABLE wrestler (Wrestler_ID VARCHAR, Days_held VARCHAR); CREATE TABLE elimination (Time VARCHAR, Wrestler_ID VARCHAR)
SELECT league FROM table_name_37 WHERE home = "0:1"
What is the league with a 0:1 home?
CREATE TABLE table_name_37 (league VARCHAR, home VARCHAR)
SELECT COUNT(rank_asia) FROM table_2248784_4 WHERE rank_mideast = 1
How many asian rank have 1 as a mideast rank?
CREATE TABLE table_2248784_4 (rank_asia VARCHAR, rank_mideast VARCHAR)
SELECT release_date FROM table_name_45 WHERE release_title = "martial law: take out"
What is the release date of Martial Law: Take Out?
CREATE TABLE table_name_45 (release_date VARCHAR, release_title VARCHAR)
SELECT time FROM table_name_4 WHERE opponent = "royals" AND record = "81–73"
What was time of the game against the Royals with a record of 81–73?
CREATE TABLE table_name_4 (time VARCHAR, opponent VARCHAR, record VARCHAR)
SELECT capacity FROM table_name_81 WHERE code = "f4r"
What is the capacity of code f4r?
CREATE TABLE table_name_81 (capacity VARCHAR, code VARCHAR)
SELECT Date FROM perpetrator ORDER BY Killed DESC
List the date of perpetrators in descending order of the number of people killed.
CREATE TABLE perpetrator (Date VARCHAR, Killed VARCHAR)
SELECT AVG(week) FROM table_name_80 WHERE attendance = "19,741"
Attendance of 19,741 had what average week?
CREATE TABLE table_name_80 (week INTEGER, attendance VARCHAR)
SELECT COUNT(date) FROM table_21091157_1 WHERE record = "1-0"
Name the number of date for 1-0 record
CREATE TABLE table_21091157_1 (date VARCHAR, record VARCHAR)
SELECT COUNT(population_august_15), _2012 FROM table_12496904_1 WHERE sector = "Gatunda"
For the sector of Gatunda how many entires are show for the August 15, 2012 population?
CREATE TABLE table_12496904_1 (_2012 VARCHAR, population_august_15 VARCHAR, sector VARCHAR)
SELECT athlete FROM table_name_43 WHERE result = 18.55
Which athlete, has an 18.55 result
CREATE TABLE table_name_43 (athlete VARCHAR, result VARCHAR)
SELECT best_winning_average FROM table_27533947_1 WHERE games_won = 5
If the games won are 5, what is the best winning average?
CREATE TABLE table_27533947_1 (best_winning_average VARCHAR, games_won VARCHAR)
SELECT MAX(played) FROM table_name_59 WHERE lost < 12 AND name = "ec amberg (n)" AND position < 4
What is the most elevated Played that has a Lost smaller than 12, and a Name of ec amberg (n), and a Position smaller than 4?
CREATE TABLE table_name_59 (played INTEGER, position VARCHAR, lost VARCHAR, name VARCHAR)
SELECT rounds FROM table_name_15 WHERE chassis = "n180" AND driver = "geoff lees"
How many rounds did geoff lees drive with chassis of n180?
CREATE TABLE table_name_15 (rounds VARCHAR, chassis VARCHAR, driver VARCHAR)
SELECT competition FROM table_name_63 WHERE score = "1-3"
What is the name of the competition that ended with a score of 1-3?
CREATE TABLE table_name_63 (competition VARCHAR, score VARCHAR)
SELECT japanese FROM table_name_99 WHERE prefecture = "iwate"
WHich Japanese has a Prefecture of iwate?
CREATE TABLE table_name_99 (japanese VARCHAR, prefecture VARCHAR)
SELECT employee_id FROM Employees EXCEPT SELECT Destroyed_by_Employee_ID FROM Documents_to_be_destroyed
Show the ids of all employees who don't destroy any document.
CREATE TABLE Employees (employee_id VARCHAR, Destroyed_by_Employee_ID VARCHAR); CREATE TABLE Documents_to_be_destroyed (employee_id VARCHAR, Destroyed_by_Employee_ID VARCHAR)
SELECT MIN(assets__us) AS $_billion_ FROM table_name_16 WHERE company = "piraeus bank" AND revenues__us$_billion_ < 3.9
What are the smallest assets with a Company of piraeus bank, and a Revenue (US$ billion) smaller than 3.9?
CREATE TABLE table_name_16 (assets__us INTEGER, company VARCHAR, revenues__us$_billion_ VARCHAR)
SELECT year FROM table_29538735_1 WHERE tonnes_of_co2_saved = 1522
When 1522 is the tonnes of co2 saved what is the year?
CREATE TABLE table_29538735_1 (year VARCHAR, tonnes_of_co2_saved VARCHAR)
SELECT orbital_period FROM table_name_69 WHERE center_to_center_distance = "6,900 to 46,300 km"
center-to-center distance of 6,900 to 46,300 km involves which orbital period?
CREATE TABLE table_name_69 (orbital_period VARCHAR, center_to_center_distance VARCHAR)
SELECT AVG(bronze) FROM table_name_8 WHERE nation = "kyrgyzstan" AND silver > 0
What is the bronze for Kyrgyzstan nation with a silver record of greater than 0?
CREATE TABLE table_name_8 (bronze INTEGER, nation VARCHAR, silver VARCHAR)
SELECT T1.good_or_bad_customer FROM customers AS T1 JOIN discount_coupons AS T2 ON T1.coupon_id = T2.coupon_id WHERE T2.coupon_amount = 500
Are the customers holding coupons with amount 500 bad or good?
CREATE TABLE discount_coupons (coupon_id VARCHAR, coupon_amount VARCHAR); CREATE TABLE customers (good_or_bad_customer VARCHAR, coupon_id VARCHAR)
SELECT tournament FROM table_name_76 WHERE semi_finalists = "monica seles sandrine testud"
Which Tournament has a Semi finalists of monica seles sandrine testud?
CREATE TABLE table_name_76 (tournament VARCHAR, semi_finalists VARCHAR)
SELECT incumbent FROM table_19753079_4 WHERE district = "Alabama 6"
Name the incumbent for alabama 6
CREATE TABLE table_19753079_4 (incumbent VARCHAR, district VARCHAR)