Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
5,100 |
<question>: What is the traditional way to write the name of the district who's area is 2331? <context>: CREATE TABLE table_1300525_1 (traditional VARCHAR, area VARCHAR)
|
SELECT traditional FROM table_1300525_1 WHERE area = 2331
|
5,101 |
<question>: What is the capital of the district who's simplified name is 信州区? <context>: CREATE TABLE table_1300525_1 (pinyin VARCHAR, simplified VARCHAR)
|
SELECT COUNT(pinyin) FROM table_1300525_1 WHERE simplified = "信州区"
|
5,102 |
<question>: How many people live in the district who's capital is héngfēng xiàn? <context>: CREATE TABLE table_1300525_1 (population VARCHAR, pinyin VARCHAR)
|
SELECT population FROM table_1300525_1 WHERE pinyin = "Héngfēng Xiàn"
|
5,103 |
<question>: What is the density of yushan county? <context>: CREATE TABLE table_1300525_1 (density VARCHAR, english_name VARCHAR)
|
SELECT COUNT(density) FROM table_1300525_1 WHERE english_name = "Yushan County"
|
5,104 |
<question>: How many gold medals does the Choctawhatchee High School have? <context>: CREATE TABLE table_1305623_12 (gold_medals INTEGER, ensemble VARCHAR)
|
SELECT MAX(gold_medals) FROM table_1305623_12 WHERE ensemble = "Choctawhatchee High School"
|
5,105 |
<question>: How many gold medals does each school who has a total of 1 medal have? <context>: CREATE TABLE table_1305623_12 (gold_medals VARCHAR, total_medals VARCHAR)
|
SELECT gold_medals FROM table_1305623_12 WHERE total_medals = 1
|
5,106 |
<question>: What is the time for stage ss18? <context>: CREATE TABLE table_13050822_2 (time VARCHAR, stage VARCHAR)
|
SELECT time FROM table_13050822_2 WHERE stage = "SS18"
|
5,107 |
<question>: Name the length for stage ss22 <context>: CREATE TABLE table_13050822_2 (length VARCHAR, stage VARCHAR)
|
SELECT length FROM table_13050822_2 WHERE stage = "SS22"
|
5,108 |
<question>: What is the number of leg for ss17 <context>: CREATE TABLE table_13050822_2 (leg VARCHAR, stage VARCHAR)
|
SELECT COUNT(leg) FROM table_13050822_2 WHERE stage = "SS17"
|
5,109 |
<question>: What is the leg for c. atkinson <context>: CREATE TABLE table_13050822_2 (leg VARCHAR, rally_leader VARCHAR)
|
SELECT leg FROM table_13050822_2 WHERE rally_leader = "C. Atkinson"
|
5,110 |
<question>: What's the smallest number of bronze medals that any one if the ensembles has? <context>: CREATE TABLE table_1305623_6 (bronze_medals INTEGER)
|
SELECT MIN(bronze_medals) FROM table_1305623_6
|
5,111 |
<question>: What is the rev of the 2003-2004 Mustang Cobra? <context>: CREATE TABLE table_1310499_1 (rev VARCHAR, application VARCHAR)
|
SELECT rev FROM table_1310499_1 WHERE application = "2003-2004 Mustang Cobra"
|
5,112 |
<question>: What is the rev for all of the Aston Martin applications? <context>: CREATE TABLE table_1310499_1 (rev VARCHAR, application VARCHAR)
|
SELECT rev FROM table_1310499_1 WHERE application = "Aston Martin"
|
5,113 |
<question>: What is the 3rd ratio for tag number 1386-000-017 and input splines of 26? <context>: CREATE TABLE table_1310499_1 (input_splines VARCHAR, tag_id VARCHAR)
|
SELECT 3 AS rd FROM table_1310499_1 WHERE input_splines = 26 AND tag_id = "1386-000-017"
|
5,114 |
<question>: What is the 2nd ratio of 1996-2002 Dodge Viper? <context>: CREATE TABLE table_1310499_1 (application VARCHAR)
|
SELECT 2 AS nd FROM table_1310499_1 WHERE application = "1996-2002 Dodge Viper"
|
5,115 |
<question>: Whose address of operation was the Echirax Concession? <context>: CREATE TABLE table_13150274_1 (client VARCHAR, area_of_operation VARCHAR)
|
SELECT client FROM table_13150274_1 WHERE area_of_operation = "EchiraX Concession"
|
5,116 |
<question>: When was the operation in Field 103 executed? <context>: CREATE TABLE table_13150274_1 (years_of_operation VARCHAR, area_of_operation VARCHAR)
|
SELECT years_of_operation FROM table_13150274_1 WHERE area_of_operation = "Field 103"
|
5,117 |
<question>: In what country is the El Hamada area of operation? <context>: CREATE TABLE table_13150274_1 (country VARCHAR, area_of_operation VARCHAR)
|
SELECT country FROM table_13150274_1 WHERE area_of_operation = "El Hamada"
|
5,118 |
<question>: What is the total number for 3rd place for ducati xerox? <context>: CREATE TABLE table_13196576_2 (team VARCHAR)
|
SELECT COUNT(3 AS rd_pl) FROM table_13196576_2 WHERE team = "Ducati Xerox"
|
5,119 |
<question>: Who is J.E. Armstrong when W.H. Archer is D.M. Lawson? <context>: CREATE TABLE table_1320857_1 (je_armstrong VARCHAR, wh_archer VARCHAR)
|
SELECT je_armstrong FROM table_1320857_1 WHERE wh_archer = "D.M. Lawson"
|
5,120 |
<question>: What are the fa.brill when w.h. archer is known as r. newman? <context>: CREATE TABLE table_1320857_1 (fa_brill VARCHAR, wh_archer VARCHAR)
|
SELECT fa_brill FROM table_1320857_1 WHERE wh_archer = "R. Newman"
|
5,121 |
<question>: Who is h.l birkett if w.h. archer is r. cochrane? <context>: CREATE TABLE table_1320857_1 (hl_birkett VARCHAR, wh_archer VARCHAR)
|
SELECT hl_birkett FROM table_1320857_1 WHERE wh_archer = "R. Cochrane"
|
5,122 |
<question>: Who is h.t. brewer when j.e. armstrong is a.j. wilson? <context>: CREATE TABLE table_1320857_1 (ht_brewer VARCHAR, je_armstrong VARCHAR)
|
SELECT ht_brewer FROM table_1320857_1 WHERE je_armstrong = "A.J. Wilson"
|
5,123 |
<question>: Who is h.t. brewer when je armstrong is c.p. greeks? <context>: CREATE TABLE table_1320857_1 (ht_brewer VARCHAR, je_armstrong VARCHAR)
|
SELECT ht_brewer FROM table_1320857_1 WHERE je_armstrong = "C.P. Greeks"
|
5,124 |
<question>: What was the air date of part 2 of the episode whose part 1 was aired on January 31, 2008? <context>: CREATE TABLE table_13241993_3 (part_2 VARCHAR, part_1 VARCHAR)
|
SELECT part_2 FROM table_13241993_3 WHERE part_1 = "January 31, 2008"
|
5,125 |
<question>: What's the name of the episode whose part 3 aired on February 7, 2008? <context>: CREATE TABLE table_13241993_3 (title VARCHAR, part_3 VARCHAR)
|
SELECT title FROM table_13241993_3 WHERE part_3 = "February 7, 2008"
|
5,126 |
<question>: What's the air date of part 1 of the episode whose part 2 aired on December 2, 2007? <context>: CREATE TABLE table_13241993_3 (part_1 VARCHAR, part_2 VARCHAR)
|
SELECT part_1 FROM table_13241993_3 WHERE part_2 = "December 2, 2007"
|
5,127 |
<question>: How many part 6 parts are there in the episode number 5? <context>: CREATE TABLE table_13241993_3 (part_6 VARCHAR, episode__number VARCHAR)
|
SELECT COUNT(part_6) FROM table_13241993_3 WHERE episode__number = 5
|
5,128 |
<question>: Name the record with opponent atlanta falcons <context>: CREATE TABLE table_13258823_2 (record VARCHAR, opponent VARCHAR)
|
SELECT record FROM table_13258823_2 WHERE opponent = "Atlanta Falcons"
|
5,129 |
<question>: Name the number of opponent with arrowhead stadium <context>: CREATE TABLE table_13258823_2 (opponent VARCHAR, game_site VARCHAR)
|
SELECT COUNT(opponent) FROM table_13258823_2 WHERE game_site = "Arrowhead Stadium"
|
5,130 |
<question>: Name the date with the record of 1-0 <context>: CREATE TABLE table_13258823_2 (date VARCHAR, record VARCHAR)
|
SELECT date FROM table_13258823_2 WHERE record = "1-0"
|
5,131 |
<question>: Name the record for september 15, 1985 <context>: CREATE TABLE table_13258823_2 (record VARCHAR, date VARCHAR)
|
SELECT record FROM table_13258823_2 WHERE date = "September 15, 1985"
|
5,132 |
<question>: What's the series number of the episode that's written by Elizabeth Devine? <context>: CREATE TABLE table_13273629_2 (no_in_series INTEGER, written_by VARCHAR)
|
SELECT MIN(no_in_series) FROM table_13273629_2 WHERE written_by = "Elizabeth Devine"
|
5,133 |
<question>: When was the episode directed by Carey Meyer aired for the first time? <context>: CREATE TABLE table_13273629_2 (original_air_date VARCHAR, directed_by VARCHAR)
|
SELECT original_air_date FROM table_13273629_2 WHERE directed_by = "Carey Meyer"
|
5,134 |
<question>: who is the the office with incumbent being ramon r. jimenez, jr. <context>: CREATE TABLE table_1331313_1 (office VARCHAR, incumbent VARCHAR)
|
SELECT office FROM table_1331313_1 WHERE incumbent = "Ramon R. Jimenez, Jr."
|
5,135 |
<question>: how many office with department being department of justice kagawaran ng katarungan <context>: CREATE TABLE table_1331313_1 (office VARCHAR, department VARCHAR)
|
SELECT COUNT(office) FROM table_1331313_1 WHERE department = "department of Justice Kagawaran ng Katarungan"
|
5,136 |
<question>: what's the department with acronym being deped (ked) <context>: CREATE TABLE table_1331313_1 (department VARCHAR, acronym VARCHAR)
|
SELECT department FROM table_1331313_1 WHERE acronym = "DepEd (KEd)"
|
5,137 |
<question>: what's the department with incumbent being enrique ona <context>: CREATE TABLE table_1331313_1 (department VARCHAR, incumbent VARCHAR)
|
SELECT department FROM table_1331313_1 WHERE incumbent = "Enrique Ona"
|
5,138 |
<question>: what's the acronym with department being department of finance kagawaran ng pananalapi <context>: CREATE TABLE table_1331313_1 (acronym VARCHAR, department VARCHAR)
|
SELECT acronym FROM table_1331313_1 WHERE department = "department of Finance Kagawaran ng Pananalapi"
|
5,139 |
<question>: What's the season number of the episode watched by 0.57 million US viewers? <context>: CREATE TABLE table_13336122_7 (no_in_season INTEGER, us_viewers__million_ VARCHAR)
|
SELECT MAX(no_in_season) FROM table_13336122_7 WHERE us_viewers__million_ = "0.57"
|
5,140 |
<question>: How many episodes were seen by 0.67 million US viewers on their original air dates? <context>: CREATE TABLE table_13336122_7 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
|
SELECT COUNT(original_air_date) FROM table_13336122_7 WHERE us_viewers__million_ = "0.67"
|
5,141 |
<question>: What episode was directed by David Duchovny? <context>: CREATE TABLE table_13336122_7 (title VARCHAR, directed_by VARCHAR)
|
SELECT title FROM table_13336122_7 WHERE directed_by = "David Duchovny"
|
5,142 |
<question>: How much is the purse ( $ ) when the margin of victory is 1 stroke? <context>: CREATE TABLE table_13388681_1 (purse___$__ VARCHAR, margin_of_victory VARCHAR)
|
SELECT purse___$__ FROM table_13388681_1 WHERE margin_of_victory = "1 stroke"
|
5,143 |
<question>: What is the number of "to par" in Mexico with a winning score of 67-67-69-70=273? <context>: CREATE TABLE table_13388681_1 (to_par VARCHAR, country VARCHAR, winning_score VARCHAR)
|
SELECT to_par FROM table_13388681_1 WHERE country = "Mexico" AND winning_score = 67 - 67 - 69 - 70 = 273
|
5,144 |
<question>: what's the 3rd day with finbeingh position being 16th <context>: CREATE TABLE table_1340667_3 (finish_position VARCHAR)
|
SELECT 3 AS rd_day FROM table_1340667_3 WHERE finish_position = "16th"
|
5,145 |
<question>: what are all the result for New York 6 district <context>: CREATE TABLE table_1341395_33 (result VARCHAR, district VARCHAR)
|
SELECT result FROM table_1341395_33 WHERE district = "New York 6"
|
5,146 |
<question>: Who were the candidates when gregory w. meeks was the incumbent <context>: CREATE TABLE table_1341395_33 (candidates VARCHAR, incumbent VARCHAR)
|
SELECT candidates FROM table_1341395_33 WHERE incumbent = "Gregory W. Meeks"
|
5,147 |
<question>: what are all the result for New York 16 district <context>: CREATE TABLE table_1341395_33 (result VARCHAR, district VARCHAR)
|
SELECT result FROM table_1341395_33 WHERE district = "New York 16"
|
5,148 |
<question>: what are all the result for New York 7 district <context>: CREATE TABLE table_1341395_33 (result VARCHAR, district VARCHAR)
|
SELECT result FROM table_1341395_33 WHERE district = "New York 7"
|
5,149 |
<question>: What party was Kevin Brady? <context>: CREATE TABLE table_1341395_44 (party VARCHAR, incumbent VARCHAR)
|
SELECT party FROM table_1341395_44 WHERE incumbent = "Kevin Brady"
|
5,150 |
<question>: What district has Ron Paul? <context>: CREATE TABLE table_1341395_44 (district VARCHAR, incumbent VARCHAR)
|
SELECT district FROM table_1341395_44 WHERE incumbent = "Ron Paul"
|
5,151 |
<question>: What party does jim ramstad represent? <context>: CREATE TABLE table_1341423_23 (party VARCHAR, incumbent VARCHAR)
|
SELECT party FROM table_1341423_23 WHERE incumbent = "Jim Ramstad"
|
5,152 |
<question>: What year was incumbent jim ramstad first elected? <context>: CREATE TABLE table_1341423_23 (first_elected INTEGER, incumbent VARCHAR)
|
SELECT MIN(first_elected) FROM table_1341423_23 WHERE incumbent = "Jim Ramstad"
|
5,153 |
<question>: What was the result when incumbent gil gutknecht ran? <context>: CREATE TABLE table_1341423_23 (results VARCHAR, incumbent VARCHAR)
|
SELECT results FROM table_1341423_23 WHERE incumbent = "Gil Gutknecht"
|
5,154 |
<question>: When was the incumbent Sherrod Brown first elected? <context>: CREATE TABLE table_1341453_37 (first_elected INTEGER, incumbent VARCHAR)
|
SELECT MAX(first_elected) FROM table_1341453_37 WHERE incumbent = "Sherrod Brown"
|
5,155 |
<question>: What was the result of the election in which the incumbent was first elected in 1984? <context>: CREATE TABLE table_1341453_37 (results VARCHAR, first_elected VARCHAR)
|
SELECT results FROM table_1341453_37 WHERE first_elected = 1984
|
5,156 |
<question>: Which incumbent was first elected in 1972? <context>: CREATE TABLE table_1341453_37 (incumbent VARCHAR, first_elected VARCHAR)
|
SELECT incumbent FROM table_1341453_37 WHERE first_elected = 1972
|
5,157 |
<question>: Tony P. Hall was the incumbent in the race between what two candidates? <context>: CREATE TABLE table_1341453_37 (candidates VARCHAR, incumbent VARCHAR)
|
SELECT candidates FROM table_1341453_37 WHERE incumbent = "Tony P. Hall"
|
5,158 |
<question>: In which district is the incumbent Marcia C. Kaptur? <context>: CREATE TABLE table_1341453_37 (district VARCHAR, incumbent VARCHAR)
|
SELECT district FROM table_1341453_37 WHERE incumbent = "Marcia C. Kaptur"
|
5,159 |
<question>: What is the earliest year where the result of the election was a retired republican hold? <context>: CREATE TABLE table_1341472_40 (first_elected INTEGER, result VARCHAR)
|
SELECT MIN(first_elected) FROM table_1341472_40 WHERE result = "Retired Republican hold"
|
5,160 |
<question>: What party is thomas foglietta from? <context>: CREATE TABLE table_1341472_40 (party VARCHAR, incumbent VARCHAR)
|
SELECT party FROM table_1341472_40 WHERE incumbent = "Thomas Foglietta"
|
5,161 |
<question>: who is the the opponent with district being ohio12 <context>: CREATE TABLE table_1341522_38 (opponent VARCHAR, district VARCHAR)
|
SELECT opponent FROM table_1341522_38 WHERE district = "Ohio12"
|
5,162 |
<question>: what's the party with opponent being mike oxley (r) unopposed <context>: CREATE TABLE table_1341522_38 (party VARCHAR, opponent VARCHAR)
|
SELECT party FROM table_1341522_38 WHERE opponent = "Mike Oxley (R) unopposed"
|
5,163 |
<question>: what's the party with opponent being marcy kaptur (d) 75.3% randy whitman (r) 24.7% <context>: CREATE TABLE table_1341522_38 (party VARCHAR, opponent VARCHAR)
|
SELECT party FROM table_1341522_38 WHERE opponent = "Marcy Kaptur (D) 75.3% Randy Whitman (R) 24.7%"
|
5,164 |
<question>: what's the party with opponent being deborah pryce (r) 70.7% bill buckel (d) 29.1% <context>: CREATE TABLE table_1341522_38 (party VARCHAR, opponent VARCHAR)
|
SELECT party FROM table_1341522_38 WHERE opponent = "Deborah Pryce (R) 70.7% Bill Buckel (D) 29.1%"
|
5,165 |
<question>: how many status with first elected being 1968 <context>: CREATE TABLE table_1341522_38 (status VARCHAR, first_elected VARCHAR)
|
SELECT COUNT(status) FROM table_1341522_38 WHERE first_elected = 1968
|
5,166 |
<question>: what's the first elected with opponent being ralph regula (r) 75.0% j. michael finn (d) 25.0% <context>: CREATE TABLE table_1341522_38 (first_elected VARCHAR, opponent VARCHAR)
|
SELECT first_elected FROM table_1341522_38 WHERE opponent = "Ralph Regula (R) 75.0% J. Michael Finn (D) 25.0%"
|
5,167 |
<question>: What district first elected in 1978? <context>: CREATE TABLE table_1341472_51 (district VARCHAR, first_elected VARCHAR)
|
SELECT district FROM table_1341472_51 WHERE first_elected = 1978
|
5,168 |
<question>: What district was incumbent Jerry Kleczka in? <context>: CREATE TABLE table_1341472_51 (district VARCHAR, incumbent VARCHAR)
|
SELECT district FROM table_1341472_51 WHERE incumbent = "Jerry Kleczka"
|
5,169 |
<question>: How many districts had results related to incumbent Toby Roth? <context>: CREATE TABLE table_1341472_51 (result VARCHAR, incumbent VARCHAR)
|
SELECT COUNT(result) FROM table_1341472_51 WHERE incumbent = "Toby Roth"
|
5,170 |
<question>: Who were the candidates in district Wisconsin 1? <context>: CREATE TABLE table_1341472_51 (candidates VARCHAR, district VARCHAR)
|
SELECT candidates FROM table_1341472_51 WHERE district = "Wisconsin 1"
|
5,171 |
<question>: Name the district of lawrence j. smith <context>: CREATE TABLE table_1341549_10 (district VARCHAR, incumbent VARCHAR)
|
SELECT district FROM table_1341549_10 WHERE incumbent = "Lawrence J. Smith"
|
5,172 |
<question>: Name the incumbent for 1954 <context>: CREATE TABLE table_1341549_10 (incumbent VARCHAR, first_elected VARCHAR)
|
SELECT incumbent FROM table_1341549_10 WHERE first_elected = "1954"
|
5,173 |
<question>: What party was Lane Evans? <context>: CREATE TABLE table_1341568_14 (party VARCHAR, incumbent VARCHAR)
|
SELECT party FROM table_1341568_14 WHERE incumbent = "Lane Evans"
|
5,174 |
<question>: What district had elections in 1964? <context>: CREATE TABLE table_1341568_14 (district VARCHAR, elected VARCHAR)
|
SELECT district FROM table_1341568_14 WHERE elected = 1964
|
5,175 |
<question>: Who was Henry Hyde's opponent in the race? <context>: CREATE TABLE table_1341568_14 (opponent VARCHAR, incumbent VARCHAR)
|
SELECT opponent FROM table_1341568_14 WHERE incumbent = "Henry Hyde"
|
5,176 |
<question>: What Republican incumbent was elected in 1974? <context>: CREATE TABLE table_1341568_14 (incumbent VARCHAR, elected VARCHAR, party VARCHAR)
|
SELECT incumbent FROM table_1341568_14 WHERE elected = 1974 AND party = "Republican"
|
5,177 |
<question>: what's party with result being retired to run for u. s. senate republican hold <context>: CREATE TABLE table_1341577_10 (party VARCHAR, result VARCHAR)
|
SELECT party FROM table_1341577_10 WHERE result = "Retired to run for U. S. Senate Republican hold"
|
5,178 |
<question>: what's result with incumbent being connie mack <context>: CREATE TABLE table_1341577_10 (result VARCHAR, incumbent VARCHAR)
|
SELECT result FROM table_1341577_10 WHERE incumbent = "Connie Mack"
|
5,179 |
<question>: what's district with candidates being lawrence j. smith (d) 69.4% joseph smith (r) 30.6% <context>: CREATE TABLE table_1341577_10 (district VARCHAR, candidates VARCHAR)
|
SELECT district FROM table_1341577_10 WHERE candidates = "Lawrence J. Smith (D) 69.4% Joseph Smith (R) 30.6%"
|
5,180 |
<question>: what's incumbent with district being florida 5 <context>: CREATE TABLE table_1341577_10 (incumbent VARCHAR, district VARCHAR)
|
SELECT incumbent FROM table_1341577_10 WHERE district = "Florida 5"
|
5,181 |
<question>: what's result of first elected being 1980 <context>: CREATE TABLE table_1341577_10 (result VARCHAR, first_elected VARCHAR)
|
SELECT result FROM table_1341577_10 WHERE first_elected = 1980
|
5,182 |
<question>: How many parties is Tom Foley a member of? <context>: CREATE TABLE table_1341568_48 (party VARCHAR, incumbent VARCHAR)
|
SELECT COUNT(party) FROM table_1341568_48 WHERE incumbent = "Tom Foley"
|
5,183 |
<question>: What was the result of the election in the district whose incumbent is Tom Foley? <context>: CREATE TABLE table_1341568_48 (status VARCHAR, incumbent VARCHAR)
|
SELECT status FROM table_1341568_48 WHERE incumbent = "Tom Foley"
|
5,184 |
<question>: How many results have the two candidates Gene Taylor (r) 67.0% Ken Young (d) 33.0%? <context>: CREATE TABLE table_1341586_26 (result VARCHAR, candidates VARCHAR)
|
SELECT COUNT(result) FROM table_1341586_26 WHERE candidates = "Gene Taylor (R) 67.0% Ken Young (D) 33.0%"
|
5,185 |
<question>: Which candidates are from the Missouri 3 district? <context>: CREATE TABLE table_1341586_26 (candidates VARCHAR, district VARCHAR)
|
SELECT candidates FROM table_1341586_26 WHERE district = "Missouri 3"
|
5,186 |
<question>: What is the result for barney frank? <context>: CREATE TABLE table_1341598_22 (result VARCHAR, incumbent VARCHAR)
|
SELECT result FROM table_1341598_22 WHERE incumbent = "Barney Frank"
|
5,187 |
<question>: What is the number of results for james shannon? <context>: CREATE TABLE table_1341598_22 (result VARCHAR, incumbent VARCHAR)
|
SELECT COUNT(result) FROM table_1341598_22 WHERE incumbent = "James Shannon"
|
5,188 |
<question>: What is the minimum first elected for ed markey? <context>: CREATE TABLE table_1341598_22 (first_elected INTEGER, incumbent VARCHAR)
|
SELECT MIN(first_elected) FROM table_1341598_22 WHERE incumbent = "Ed Markey"
|
5,189 |
<question>: What was the result of the election featuring ike skelton? <context>: CREATE TABLE table_1341604_26 (result VARCHAR, incumbent VARCHAR)
|
SELECT result FROM table_1341604_26 WHERE incumbent = "Ike Skelton"
|
5,190 |
<question>: What district is incumbent ike skelton from? <context>: CREATE TABLE table_1341604_26 (district VARCHAR, incumbent VARCHAR)
|
SELECT district FROM table_1341604_26 WHERE incumbent = "Ike Skelton"
|
5,191 |
<question>: What year was ike skelton first elected? <context>: CREATE TABLE table_1341604_26 (first_elected INTEGER, incumbent VARCHAR)
|
SELECT MIN(first_elected) FROM table_1341604_26 WHERE incumbent = "Ike Skelton"
|
5,192 |
<question>: what is the district where the result is re-elected and the incumbent is richard kelly? <context>: CREATE TABLE table_1341663_10 (district VARCHAR, result VARCHAR, incumbent VARCHAR)
|
SELECT district FROM table_1341663_10 WHERE result = "Re-elected" AND incumbent = "Richard Kelly"
|
5,193 |
<question>: what is the district where the candidates are charles edward bennett (d) unopposed? <context>: CREATE TABLE table_1341663_10 (district VARCHAR, candidates VARCHAR)
|
SELECT district FROM table_1341663_10 WHERE candidates = "Charles Edward Bennett (D) Unopposed"
|
5,194 |
<question>: who are the candidates where the incumbent is sam m. gibbons? <context>: CREATE TABLE table_1341663_10 (candidates VARCHAR, incumbent VARCHAR)
|
SELECT candidates FROM table_1341663_10 WHERE incumbent = "Sam M. Gibbons"
|
5,195 |
<question>: how many times was the candidates dan mica (d) 55.3% bill james (r) 44.7%? <context>: CREATE TABLE table_1341663_10 (incumbent VARCHAR, candidates VARCHAR)
|
SELECT COUNT(incumbent) FROM table_1341663_10 WHERE candidates = "Dan Mica (D) 55.3% Bill James (R) 44.7%"
|
5,196 |
<question>: what was the result where the candidates are sam m. gibbons (d) unopposed? <context>: CREATE TABLE table_1341663_10 (result VARCHAR, candidates VARCHAR)
|
SELECT result FROM table_1341663_10 WHERE candidates = "Sam M. Gibbons (D) Unopposed"
|
5,197 |
<question>: who is the incumbent where the district is florida 9? <context>: CREATE TABLE table_1341663_10 (incumbent VARCHAR, district VARCHAR)
|
SELECT incumbent FROM table_1341663_10 WHERE district = "Florida 9"
|
5,198 |
<question>: What is Phil Crane, democrat or republican <context>: CREATE TABLE table_1341663_14 (party VARCHAR, incumbent VARCHAR)
|
SELECT party FROM table_1341663_14 WHERE incumbent = "Phil Crane"
|
5,199 |
<question>: What year was Frank Annunzio elected <context>: CREATE TABLE table_1341663_14 (first_elected INTEGER, incumbent VARCHAR)
|
SELECT MIN(first_elected) FROM table_1341663_14 WHERE incumbent = "Frank Annunzio"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.