text
stringlengths
114
1.06k
### question: How many districts does Ed Jones represent? ### answer: SELECT COUNT(district) FROM table_1341718_43 WHERE incumbent = "Ed Jones" ### context: CREATE TABLE table_1341718_43 (district VARCHAR, incumbent VARCHAR)
### question: What's the year of the first election of the district whose incumbent is Edwin E. Willis? ### answer: SELECT first_elected FROM table_1341843_19 WHERE incumbent = "Edwin E. Willis" ### context: CREATE TABLE table_1341843_19 (first_elected VARCHAR, incumbent VARCHAR)
### question: What district is F. Edward Hebert the incumbent in? ### answer: SELECT district FROM table_1341843_19 WHERE incumbent = "F. Edward Hebert" ### context: CREATE TABLE table_1341843_19 (district VARCHAR, incumbent VARCHAR)
### question: Who were the candidates in the district whose incumbent is Joe Waggonner? ### answer: SELECT candidates FROM table_1341843_19 WHERE incumbent = "Joe Waggonner" ### context: CREATE TABLE table_1341843_19 (candidates VARCHAR, incumbent VARCHAR)
### question: What's the district that Otto Passman is the incumbent of? ### answer: SELECT district FROM table_1341843_19 WHERE incumbent = "Otto Passman" ### context: CREATE TABLE table_1341843_19 (district VARCHAR, incumbent VARCHAR)
### question: What is the district that has a republican? ### answer: SELECT district FROM table_1341930_21 WHERE party = "Republican" ### context: CREATE TABLE table_1341930_21 (district VARCHAR, party VARCHAR)
### question: What party is incumbent thomas j. lane from? ### answer: SELECT party FROM table_1341930_21 WHERE incumbent = "Thomas J. Lane" ### context: CREATE TABLE table_1341930_21 (party VARCHAR, incumbent VARCHAR)
### question: What is the last year that someone is first elected in this table? ### answer: SELECT MAX(first_elected) FROM table_1341930_21 ### context: CREATE TABLE table_1341930_21 (first_elected INTEGER)
### question: how many party with candidates being alton lennon (d) 89.0% c. dana malpass (r) 11.0% ### answer: SELECT COUNT(party) FROM table_1341930_33 WHERE candidates = "Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%" ### context: CREATE TABLE table_1341930_33 (party VARCHAR, candidates VARCHAR)
### question: how many first elected with district being north carolina 2 ### answer: SELECT COUNT(first_elected) FROM table_1341930_33 WHERE district = "North Carolina 2" ### context: CREATE TABLE table_1341930_33 (first_elected VARCHAR, district VARCHAR)
### question: what's the incumbent with district being north carolina 6 ### answer: SELECT incumbent FROM table_1341930_33 WHERE district = "North Carolina 6" ### context: CREATE TABLE table_1341930_33 (incumbent VARCHAR, district VARCHAR)
### question: what's the party with incumbent being herbert covington bonner ### answer: SELECT party FROM table_1341930_33 WHERE incumbent = "Herbert Covington Bonner" ### context: CREATE TABLE table_1341930_33 (party VARCHAR, incumbent VARCHAR)
### question: what's the district with incumbent being lawrence h. fountain ### answer: SELECT district FROM table_1341930_33 WHERE incumbent = "Lawrence H. Fountain" ### context: CREATE TABLE table_1341930_33 (district VARCHAR, incumbent VARCHAR)
### question: what's the candidates with party being democratic and dbeingtrict being north carolina 1 ### answer: SELECT candidates FROM table_1341930_33 WHERE party = "Democratic" AND district = "North Carolina 1" ### context: CREATE TABLE table_1341930_33 (candidates VARCHAR, party VARCHAR, district VARCHAR)
### question: What was the result of the election of incumbent john shelley? ### answer: SELECT result FROM table_1341973_6 WHERE incumbent = "John Shelley" ### context: CREATE TABLE table_1341973_6 (result VARCHAR, incumbent VARCHAR)
### question: What candidates ran in the election that included john shelley? ### answer: SELECT candidates FROM table_1341973_6 WHERE incumbent = "John Shelley" ### context: CREATE TABLE table_1341973_6 (candidates VARCHAR, incumbent VARCHAR)
### question: What was the result of the election of the incumbent clyde doyle? ### answer: SELECT result FROM table_1341973_6 WHERE incumbent = "Clyde Doyle" ### context: CREATE TABLE table_1341973_6 (result VARCHAR, incumbent VARCHAR)
### question: What was the result of the election in california 2? ### answer: SELECT result FROM table_1341973_6 WHERE district = "California 2" ### context: CREATE TABLE table_1341973_6 (result VARCHAR, district VARCHAR)
### question: What was the result of the election of the incumbent harry r. sheppard? ### answer: SELECT result FROM table_1341973_6 WHERE incumbent = "Harry R. Sheppard" ### context: CREATE TABLE table_1341973_6 (result VARCHAR, incumbent VARCHAR)
### question: What party did Frank J. Becker represent? ### answer: SELECT party FROM table_1342013_31 WHERE incumbent = "Frank J. Becker" ### context: CREATE TABLE table_1342013_31 (party VARCHAR, incumbent VARCHAR)
### question: What number of party had a candidate resigned when appointed judge democratic hold? ### answer: SELECT COUNT(party) FROM table_1342013_31 WHERE result = "Resigned when appointed judge Democratic hold" ### context: CREATE TABLE table_1342013_31 (party VARCHAR, result VARCHAR)
### question: What district did incumbent Ralph A. Gamble represent? ### answer: SELECT district FROM table_1342013_31 WHERE incumbent = "Ralph A. Gamble" ### context: CREATE TABLE table_1342013_31 (district VARCHAR, incumbent VARCHAR)
### question: Who is the incumbent candidate in the election of percy priest (d) 90.8% robert m. donihi (r) 9.2%? ### answer: SELECT incumbent FROM table_1342013_41 WHERE candidates = "Percy Priest (D) 90.8% Robert M. Donihi (R) 9.2%" ### context: CREATE TABLE table_1342013_41 (incumbent VARCHAR, candidates VARCHAR)
### question: What district is tom j. murray from? ### answer: SELECT district FROM table_1342013_41 WHERE incumbent = "Tom J. Murray" ### context: CREATE TABLE table_1342013_41 (district VARCHAR, incumbent VARCHAR)
### question: What candidates were in the election when james patrick sutton was incumbent? ### answer: SELECT candidates FROM table_1342013_41 WHERE incumbent = "James Patrick Sutton" ### context: CREATE TABLE table_1342013_41 (candidates VARCHAR, incumbent VARCHAR)
### question: What district has Albert Rains as their representative? ### answer: SELECT district FROM table_1342149_3 WHERE incumbent = "Albert Rains" ### context: CREATE TABLE table_1342149_3 (district VARCHAR, incumbent VARCHAR)
### question: Carl Elliott is a member of which party? ### answer: SELECT party FROM table_1342149_3 WHERE incumbent = "Carl Elliott" ### context: CREATE TABLE table_1342149_3 (party VARCHAR, incumbent VARCHAR)
### question: How many were first elected when the incumbent was Morgan M. Moulder? ### answer: SELECT COUNT(first_elected) FROM table_1342198_25 WHERE incumbent = "Morgan M. Moulder" ### context: CREATE TABLE table_1342198_25 (first_elected VARCHAR, incumbent VARCHAR)
### question: In what year was Phil J. Welch first elected? ### answer: SELECT first_elected FROM table_1342198_25 WHERE incumbent = "Phil J. Welch" ### context: CREATE TABLE table_1342198_25 (first_elected VARCHAR, incumbent VARCHAR)
### question: What party was Dewey Short associated with? ### answer: SELECT party FROM table_1342198_25 WHERE incumbent = "Dewey Short" ### context: CREATE TABLE table_1342198_25 (party VARCHAR, incumbent VARCHAR)
### question: What is the district with Republican party in place? ### answer: SELECT district FROM table_1342198_25 WHERE party = "Republican" ### context: CREATE TABLE table_1342198_25 (district VARCHAR, party VARCHAR)
### question: Who ran for office in the Alabama 1 district? ### answer: SELECT candidates FROM table_1342198_3 WHERE district = "Alabama 1" ### context: CREATE TABLE table_1342198_3 (candidates VARCHAR, district VARCHAR)
### question: What year was first elected william m. wheeler (d) unopposed? ### answer: SELECT first_elected FROM table_1342218_11 WHERE candidates = "William M. Wheeler (D) Unopposed" ### context: CREATE TABLE table_1342218_11 (first_elected VARCHAR, candidates VARCHAR)
### question: What district does incumbent james c. davis represent? ### answer: SELECT district FROM table_1342218_11 WHERE incumbent = "James C. Davis" ### context: CREATE TABLE table_1342218_11 (district VARCHAR, incumbent VARCHAR)
### question: What district is incumbent melvin price from? ### answer: SELECT district FROM table_1342233_13 WHERE incumbent = "Melvin Price" ### context: CREATE TABLE table_1342233_13 (district VARCHAR, incumbent VARCHAR)
### question: What district is incumbent sid simpson from? ### answer: SELECT district FROM table_1342233_13 WHERE incumbent = "Sid Simpson" ### context: CREATE TABLE table_1342233_13 (district VARCHAR, incumbent VARCHAR)
### question: Who was the candidate in the election in the Tennessee 9 district? ### answer: SELECT candidates FROM table_1342233_42 WHERE district = "Tennessee 9" ### context: CREATE TABLE table_1342233_42 (candidates VARCHAR, district VARCHAR)
### question: When was the Tennessee 3 district incumbent first elected? ### answer: SELECT MAX(first_elected) FROM table_1342233_42 WHERE district = "Tennessee 3" ### context: CREATE TABLE table_1342233_42 (first_elected INTEGER, district VARCHAR)
### question: What district was Harold Earthman the incumbent in? ### answer: SELECT district FROM table_1342233_42 WHERE incumbent = "Harold Earthman" ### context: CREATE TABLE table_1342233_42 (district VARCHAR, incumbent VARCHAR)
### question: Name the result for new york 1 ### answer: SELECT result FROM table_1342249_32 WHERE district = "New York 1" ### context: CREATE TABLE table_1342249_32 (result VARCHAR, district VARCHAR)
### question: Name the first elected for lost renomination democratic loss ### answer: SELECT first_elected FROM table_1342249_32 WHERE result = "Lost renomination Democratic loss" ### context: CREATE TABLE table_1342249_32 (first_elected VARCHAR, result VARCHAR)
### question: How many results have Jere Cooper as incumbent? ### answer: SELECT result FROM table_1342249_42 WHERE incumbent = "Jere Cooper" ### context: CREATE TABLE table_1342249_42 (result VARCHAR, incumbent VARCHAR)
### question: Who won the election of 1942 in the district Illinois 13? ### answer: SELECT incumbent FROM table_1342256_13 WHERE district = "Illinois 13" ### context: CREATE TABLE table_1342256_13 (incumbent VARCHAR, district VARCHAR)
### question: Who ran for the House in the 1924 election? ### answer: SELECT candidates FROM table_1342256_11 WHERE first_elected = 1924 ### context: CREATE TABLE table_1342256_11 (candidates VARCHAR, first_elected VARCHAR)
### question: What year was Stephen Pace elected? ### answer: SELECT MIN(first_elected) FROM table_1342256_11 WHERE incumbent = "Stephen Pace" ### context: CREATE TABLE table_1342256_11 (first_elected INTEGER, incumbent VARCHAR)
### question: How many incumbents were elected in the 1926 election? ### answer: SELECT COUNT(incumbent) FROM table_1342256_11 WHERE first_elected = 1926 ### context: CREATE TABLE table_1342256_11 (incumbent VARCHAR, first_elected VARCHAR)
### question: Who were the candidates when Noble Jones Gregory was incumbent? ### answer: SELECT candidates FROM table_1342270_17 WHERE incumbent = "Noble Jones Gregory" ### context: CREATE TABLE table_1342270_17 (candidates VARCHAR, incumbent VARCHAR)
### question: What is the district for harry lane englebright? ### answer: SELECT district FROM table_1342338_6 WHERE incumbent = "Harry Lane Englebright" ### context: CREATE TABLE table_1342338_6 (district VARCHAR, incumbent VARCHAR)
### question: What is the result for california 2? ### answer: SELECT result FROM table_1342338_6 WHERE district = "California 2" ### context: CREATE TABLE table_1342338_6 (result VARCHAR, district VARCHAR)
### question: What is the party for richard j. welch? ### answer: SELECT party FROM table_1342338_6 WHERE incumbent = "Richard J. Welch" ### context: CREATE TABLE table_1342338_6 (party VARCHAR, incumbent VARCHAR)
### question: How many winners were there in the race of 1922 ### answer: SELECT COUNT(incumbent) FROM table_1342359_23 WHERE first_elected = 1922 ### context: CREATE TABLE table_1342359_23 (incumbent VARCHAR, first_elected VARCHAR)
### question: Who was the incumbent when henry e. barbour ran? ### answer: SELECT candidates FROM table_1342379_5 WHERE incumbent = "Henry E. Barbour" ### context: CREATE TABLE table_1342379_5 (candidates VARCHAR, incumbent VARCHAR)
### question: how many party with incumbent being whitmell p. martin ### answer: SELECT COUNT(party) FROM table_1342393_17 WHERE incumbent = "Whitmell P. Martin" ### context: CREATE TABLE table_1342393_17 (party VARCHAR, incumbent VARCHAR)
### question: who is the the candidates with incumbent being james o'connor ### answer: SELECT candidates FROM table_1342393_17 WHERE incumbent = "James O'Connor" ### context: CREATE TABLE table_1342393_17 (candidates VARCHAR, incumbent VARCHAR)
### question: how many incumbent with first elected being 1924 ### answer: SELECT COUNT(incumbent) FROM table_1342393_17 WHERE first_elected = 1924 ### context: CREATE TABLE table_1342393_17 (incumbent VARCHAR, first_elected VARCHAR)
### question: Name the incumbent for kentucky 9 ### answer: SELECT incumbent FROM table_1342393_16 WHERE district = "Kentucky 9" ### context: CREATE TABLE table_1342393_16 (incumbent VARCHAR, district VARCHAR)
### question: Name the party or first elected is 1920 ### answer: SELECT party FROM table_1342393_16 WHERE first_elected = 1920 ### context: CREATE TABLE table_1342393_16 (party VARCHAR, first_elected VARCHAR)
### question: What is the candidates for first elected 1914 ### answer: SELECT candidates FROM table_1342393_16 WHERE first_elected = 1914 ### context: CREATE TABLE table_1342393_16 (candidates VARCHAR, first_elected VARCHAR)
### question: What was the result of the election for incumbent Cordell Hull? ### answer: SELECT result FROM table_1342393_41 WHERE incumbent = "Cordell Hull" ### context: CREATE TABLE table_1342393_41 (result VARCHAR, incumbent VARCHAR)
### question: Cordell Hull is the incumbent in how many districts? ### answer: SELECT COUNT(district) FROM table_1342393_41 WHERE incumbent = "Cordell Hull" ### context: CREATE TABLE table_1342393_41 (district VARCHAR, incumbent VARCHAR)
### question: What was the total number of votes for Tom Connally ### answer: SELECT MIN(first_elected) FROM table_1342393_42 WHERE incumbent = "Tom Connally" ### context: CREATE TABLE table_1342393_42 (first_elected INTEGER, incumbent VARCHAR)
### question: What year was incumbent william f. stevenson first elected? ### answer: SELECT first_elected FROM table_1342451_38 WHERE incumbent = "William F. Stevenson" ### context: CREATE TABLE table_1342451_38 (first_elected VARCHAR, incumbent VARCHAR)
### question: What is the last year on this list someone was first elected? ### answer: SELECT MAX(first_elected) FROM table_1342451_38 ### context: CREATE TABLE table_1342451_38 (first_elected INTEGER)
### question: What candidate was featured in the election for incumbent samuel j. nicholls' seat? ### answer: SELECT candidates FROM table_1342451_38 WHERE incumbent = "Samuel J. Nicholls" ### context: CREATE TABLE table_1342451_38 (candidates VARCHAR, incumbent VARCHAR)
### question: What is the last year incumbent frederick h. dominick was first elected? ### answer: SELECT MAX(first_elected) FROM table_1342451_38 WHERE incumbent = "Frederick H. Dominick" ### context: CREATE TABLE table_1342451_38 (first_elected INTEGER, incumbent VARCHAR)
### question: Who were the candidates when the winner was first elected in 1910? ### answer: SELECT candidates FROM table_1346137_4 WHERE first_elected = "1910" ### context: CREATE TABLE table_1346137_4 (candidates VARCHAR, first_elected VARCHAR)
### question: What was the winning party when the incumbent was richard s. whaley? ### answer: SELECT party FROM table_1346137_4 WHERE incumbent = "Richard S. Whaley" ### context: CREATE TABLE table_1346137_4 (party VARCHAR, incumbent VARCHAR)
### question: How many different set of candidates were there when the incumbent was david e. finley? ### answer: SELECT COUNT(candidates) FROM table_1346137_4 WHERE incumbent = "David E. Finley" ### context: CREATE TABLE table_1346137_4 (candidates VARCHAR, incumbent VARCHAR)
### question: What was the winning part in the district of South Carolina 3? ### answer: SELECT party FROM table_1346137_4 WHERE district = "South Carolina 3" ### context: CREATE TABLE table_1346137_4 (party VARCHAR, district VARCHAR)
### question: Who were the candidates in the district of South Carolina 5? ### answer: SELECT candidates FROM table_1346137_4 WHERE district = "South Carolina 5" ### context: CREATE TABLE table_1346137_4 (candidates VARCHAR, district VARCHAR)
### question: When was incumbent John N. Tillman first elected? ### answer: SELECT MIN(first_elected) FROM table_1346118_4 WHERE incumbent = "John N. Tillman" ### context: CREATE TABLE table_1346118_4 (first_elected INTEGER, incumbent VARCHAR)
### question: What was the location and attendance when the team's record was 16-44? ### answer: SELECT location_attendance FROM table_13464416_8 WHERE record = "16-44" ### context: CREATE TABLE table_13464416_8 (location_attendance VARCHAR, record VARCHAR)
### question: What day was the game at chicago? ### answer: SELECT date FROM table_13464416_8 WHERE team = "Chicago" ### context: CREATE TABLE table_13464416_8 (date VARCHAR, team VARCHAR)
### question: Who were the high point scorers in game 7? ### answer: SELECT high_points FROM table_13464416_4 WHERE game = 7 ### context: CREATE TABLE table_13464416_4 (high_points VARCHAR, game VARCHAR)
### question: Who had the high rebound total against golden state? ### answer: SELECT high_rebounds FROM table_13464416_4 WHERE team = "Golden State" ### context: CREATE TABLE table_13464416_4 (high_rebounds VARCHAR, team VARCHAR)
### question: how many times have there been helps by damon stoudamire (13) ### answer: SELECT COUNT(record) FROM table_13464416_6 WHERE high_assists = "Damon Stoudamire (13)" ### context: CREATE TABLE table_13464416_6 (record VARCHAR, high_assists VARCHAR)
### question: who made the recovers where the score is 12-30 ### answer: SELECT high_rebounds FROM table_13464416_6 WHERE record = "12-30" ### context: CREATE TABLE table_13464416_6 (high_rebounds VARCHAR, record VARCHAR)
### question: tell who made the most scores on new jersey ### answer: SELECT high_points FROM table_13464416_6 WHERE team = "New Jersey" ### context: CREATE TABLE table_13464416_6 (high_points VARCHAR, team VARCHAR)
### question: how many times was the participation at omni coliseum 7,194? ### answer: SELECT game FROM table_13464416_6 WHERE location_attendance = "Omni Coliseum 7,194" ### context: CREATE TABLE table_13464416_6 (game VARCHAR, location_attendance VARCHAR)
### question: The minimum average number of dancers is 34.1 how many times ### answer: SELECT MIN(number_of_dances) FROM table_1354805_3 WHERE average = "34.1" ### context: CREATE TABLE table_1354805_3 (number_of_dances INTEGER, average VARCHAR)
### question: What is the Number of dances is 11 and competition finish is larger than 2.0 total ### answer: SELECT total FROM table_1354805_3 WHERE number_of_dances = 11 AND competition_finish > 2.0 ### context: CREATE TABLE table_1354805_3 (total VARCHAR, number_of_dances VARCHAR, competition_finish VARCHAR)
### question: Who is the club that has 30 points? ### answer: SELECT club FROM table_13564637_5 WHERE points = "30" ### context: CREATE TABLE table_13564637_5 (club VARCHAR, points VARCHAR)
### question: What were all the tries for when the try bonus was 8? ### answer: SELECT tries_for FROM table_13564637_5 WHERE try_bonus = "8" ### context: CREATE TABLE table_13564637_5 (tries_for VARCHAR, try_bonus VARCHAR)
### question: What were the points for when there were 30 tries against? ### answer: SELECT points_for FROM table_13564637_5 WHERE tries_against = "30" ### context: CREATE TABLE table_13564637_5 (points_for VARCHAR, tries_against VARCHAR)
### question: How many numbers were recorded points against when the tries were for 43? ### answer: SELECT COUNT(points_against) FROM table_13564637_5 WHERE tries_for = "43" ### context: CREATE TABLE table_13564637_5 (points_against VARCHAR, tries_for VARCHAR)
### question: What are the tries against when points against 287? ### answer: SELECT tries_against FROM table_13564637_5 WHERE points_against = "287" ### context: CREATE TABLE table_13564637_5 (tries_against VARCHAR, points_against VARCHAR)
### question: What were all the points for Tonyrefail RFC? ### answer: SELECT points_for FROM table_13564637_5 WHERE club = "Tonyrefail RFC" ### context: CREATE TABLE table_13564637_5 (points_for VARCHAR, club VARCHAR)
### question: Pink cytoplasm is seen in a test that specifically stains what? ### answer: SELECT specifically_stains FROM table_13570_1 WHERE cytoplasm = "Pink" ### context: CREATE TABLE table_13570_1 (specifically_stains VARCHAR, cytoplasm VARCHAR)
### question: How many cytoplasms result in a blue nucleus? ### answer: SELECT COUNT(cytoplasm) FROM table_13570_1 WHERE nucleus = "Blue" ### context: CREATE TABLE table_13570_1 (cytoplasm VARCHAR, nucleus VARCHAR)
### question: A nucleus that is blue/black will specifically stain what? ### answer: SELECT specifically_stains FROM table_13570_1 WHERE nucleus = "Blue/black" ### context: CREATE TABLE table_13570_1 (specifically_stains VARCHAR, nucleus VARCHAR)
### question: The pink cytoplasm will have a nucleus of what color? ### answer: SELECT nucleus FROM table_13570_1 WHERE cytoplasm = "Pink" ### context: CREATE TABLE table_13570_1 (nucleus VARCHAR, cytoplasm VARCHAR)
### question: What stain is used commonly for elastic fibers? ### answer: SELECT stain FROM table_13570_1 WHERE common_use = "Elastic fibers" ### context: CREATE TABLE table_13570_1 (stain VARCHAR, common_use VARCHAR)
### question: where is hte second place winner from united kingdom? ### answer: SELECT winner FROM table_1359212_2 WHERE second_place = "United Kingdom" ### context: CREATE TABLE table_1359212_2 (winner VARCHAR, second_place VARCHAR)
### question: how many locations has spain as the winner? ### answer: SELECT COUNT(location) FROM table_1359212_2 WHERE winner = "Spain" ### context: CREATE TABLE table_1359212_2 (location VARCHAR, winner VARCHAR)
### question: who is the artist performing at heineken music hall? ### answer: SELECT artist FROM table_1359212_2 WHERE venue = "Heineken Music Hall" ### context: CREATE TABLE table_1359212_2 (artist VARCHAR, venue VARCHAR)
### question: what amount has spain as second place and the language is russian? ### answer: SELECT COUNT(margin) FROM table_1359212_2 WHERE second_place = "Spain" AND language = "Russian" ### context: CREATE TABLE table_1359212_2 (margin VARCHAR, second_place VARCHAR, language VARCHAR)
### question: how many Curtiss XBTC aircraft are retired? ### answer: SELECT COUNT(retired) FROM table_13605170_2 WHERE aircraft_type = "Curtiss XBTC" ### context: CREATE TABLE table_13605170_2 (retired VARCHAR, aircraft_type VARCHAR)
### question: How many Airspeed Fleet Shadower aircraft are retired? ### answer: SELECT retired FROM table_13605170_2 WHERE aircraft_type = "Airspeed Fleet Shadower" ### context: CREATE TABLE table_13605170_2 (retired VARCHAR, aircraft_type VARCHAR)
### question: What is the origin of aircraft in service in 1943 and retired in 1954? ### answer: SELECT national_origin FROM table_13605170_2 WHERE retired = "1954" AND in_service = "1943" ### context: CREATE TABLE table_13605170_2 (national_origin VARCHAR, retired VARCHAR, in_service VARCHAR)
### question: Who was the winner when the time was 1:24.00? ### answer: SELECT winner_2nd FROM table_1360997_2 WHERE time = "1:24.00" ### context: CREATE TABLE table_1360997_2 (winner_2nd VARCHAR, time VARCHAR)