Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
19,400
<question>: Which party has a first elected number bigger than 1939.0? <context>: CREATE TABLE table_1342233_5 (party VARCHAR, first_elected INTEGER)
SELECT party FROM table_1342233_5 WHERE first_elected > 1939.0
19,401
<question>: How many incumbents had a district of Arkansas 3? <context>: CREATE TABLE table_1342233_5 (incumbent VARCHAR, district VARCHAR)
SELECT COUNT(incumbent) FROM table_1342233_5 WHERE district = "Arkansas 3"
19,402
<question>: What party did the incumbent from the Arkansas 5 district belong to? <context>: CREATE TABLE table_1342249_5 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1342249_5 WHERE district = "Arkansas 5"
19,403
<question>: What party did the incumbent of the Arkansas 6 district belong to? <context>: CREATE TABLE table_1342249_5 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1342249_5 WHERE district = "Arkansas 6"
19,404
<question>: What is the earliest years any of the incumbents were first elected? <context>: CREATE TABLE table_1342249_5 (first_elected INTEGER)
SELECT MIN(first_elected) FROM table_1342249_5
19,405
<question>: What party did incumbent Brooks Hays belong to? <context>: CREATE TABLE table_1342249_5 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1342249_5 WHERE incumbent = "Brooks Hays"
19,406
<question>: What kind of party is the district in Alabama 1? <context>: CREATE TABLE table_1342338_3 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1342338_3 WHERE district = "Alabama 1"
19,407
<question>: How many in lost renomination results were elected first? <context>: CREATE TABLE table_1342338_3 (first_elected VARCHAR, result VARCHAR)
SELECT first_elected FROM table_1342338_3 WHERE result = "Lost renomination"
19,408
<question>: How many in total were elected first in lost renomination? <context>: CREATE TABLE table_1342338_3 (first_elected VARCHAR, result VARCHAR)
SELECT COUNT(first_elected) FROM table_1342338_3 WHERE result = "Lost renomination"
19,409
<question>: In what district was John E. Miller the incumbent? <context>: CREATE TABLE table_1342338_5 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1342338_5 WHERE incumbent = "John E. Miller"
19,410
<question>: In how many districts was the incumbent David Delano Glover? <context>: CREATE TABLE table_1342338_5 (district VARCHAR, incumbent VARCHAR)
SELECT COUNT(district) FROM table_1342338_5 WHERE incumbent = "David Delano Glover"
19,411
<question>: What year was incumbent Claude Fuller first elected? <context>: CREATE TABLE table_1342338_5 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1342338_5 WHERE incumbent = "Claude Fuller"
19,412
<question>: Who ran in the election where Claude Fuller was the incumbent? <context>: CREATE TABLE table_1342338_5 (candidates VARCHAR, incumbent VARCHAR)
SELECT candidates FROM table_1342338_5 WHERE incumbent = "Claude Fuller"
19,413
<question>: What is the result for thomas s. mcmillan? <context>: CREATE TABLE table_1342359_39 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342359_39 WHERE incumbent = "Thomas S. McMillan"
19,414
<question>: Name the candidate for south carolina 1? <context>: CREATE TABLE table_1342359_39 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1342359_39 WHERE district = "South Carolina 1"
19,415
<question>: What is the party for south carolina 3? <context>: CREATE TABLE table_1342359_39 (party VARCHAR, district VARCHAR)
SELECT party FROM table_1342359_39 WHERE district = "South Carolina 3"
19,416
<question>: What is the result for south carolina 4? <context>: CREATE TABLE table_1342359_39 (result VARCHAR, district VARCHAR)
SELECT result FROM table_1342359_39 WHERE district = "South Carolina 4"
19,417
<question>: what's the district with incumbent being richard j. welch <context>: CREATE TABLE table_1342359_5 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_1342359_5 WHERE incumbent = "Richard J. Welch"
19,418
<question>: what's the districtwith party being democratic <context>: CREATE TABLE table_1342359_5 (district VARCHAR, party VARCHAR)
SELECT district FROM table_1342359_5 WHERE party = "Democratic"
19,419
<question>: what's the district with candidates being harry lane englebright (r) unopposed <context>: CREATE TABLE table_1342359_5 (district VARCHAR, candidates VARCHAR)
SELECT district FROM table_1342359_5 WHERE candidates = "Harry Lane Englebright (R) Unopposed"
19,420
<question>: how many candidates with district being california 7 <context>: CREATE TABLE table_1342359_5 (candidates VARCHAR, district VARCHAR)
SELECT COUNT(candidates) FROM table_1342359_5 WHERE district = "California 7"
19,421
<question>: what's the party with incumbent being william e. evans <context>: CREATE TABLE table_1342359_5 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1342359_5 WHERE incumbent = "William E. Evans"
19,422
<question>: What was the result of the election featuring william madison whittington? <context>: CREATE TABLE table_1342370_23 (result VARCHAR, incumbent VARCHAR)
SELECT result FROM table_1342370_23 WHERE incumbent = "William Madison Whittington"
19,423
<question>: what is the total number of results where the district is south carolina 5? <context>: CREATE TABLE table_1342370_39 (result VARCHAR, district VARCHAR)
SELECT COUNT(result) FROM table_1342370_39 WHERE district = "South Carolina 5"
19,424
<question>: who is the candidate in district south carolina 2? <context>: CREATE TABLE table_1342370_39 (candidates VARCHAR, district VARCHAR)
SELECT candidates FROM table_1342370_39 WHERE district = "South Carolina 2"
19,425
<question>: what year was william francis stevenson first elected? <context>: CREATE TABLE table_1342370_39 (first_elected VARCHAR, incumbent VARCHAR)
SELECT first_elected FROM table_1342370_39 WHERE incumbent = "William Francis Stevenson"
19,426
<question>: What political party for burton e. sweet? <context>: CREATE TABLE table_1342451_13 (party VARCHAR, incumbent VARCHAR)
SELECT party FROM table_1342451_13 WHERE incumbent = "Burton E. Sweet"
19,427
<question>: how many locations have a record of 14-38? <context>: CREATE TABLE table_13464416_7 (location_attendance VARCHAR, record VARCHAR)
SELECT COUNT(location_attendance) FROM table_13464416_7 WHERE record = "14-38"
19,428
<question>: Who wrote the episode that received 1.83 million U.S. viewers? <context>: CREATE TABLE table_13477468_3 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT written_by FROM table_13477468_3 WHERE us_viewers__millions_ = "1.83"
19,429
<question>: What is the original air date of the episode directed by Jeff Melman? <context>: CREATE TABLE table_13477468_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_13477468_3 WHERE directed_by = "Jeff Melman"
19,430
<question>: Which launch date involved the Driade? <context>: CREATE TABLE table_13537940_1 (launched VARCHAR, name VARCHAR)
SELECT launched FROM table_13537940_1 WHERE name = "Driade"
19,431
<question>: What is the median household income of sacramento? <context>: CREATE TABLE table_1356555_2 (median_household_income VARCHAR, county VARCHAR)
SELECT median_household_income FROM table_1356555_2 WHERE county = "Sacramento"
19,432
<question>: What is the per capita income of shasta? <context>: CREATE TABLE table_1356555_2 (per_capita_income VARCHAR, county VARCHAR)
SELECT per_capita_income FROM table_1356555_2 WHERE county = "Shasta"
19,433
<question>: Name the median family income for riverside <context>: CREATE TABLE table_1356555_2 (median_family_income VARCHAR, county VARCHAR)
SELECT median_family_income FROM table_1356555_2 WHERE county = "Riverside"
19,434
<question>: What is the median household income of butte? <context>: CREATE TABLE table_1356555_2 (median_household_income VARCHAR, county VARCHAR)
SELECT median_household_income FROM table_1356555_2 WHERE county = "Butte"
19,435
<question>: What club got 239 points against? <context>: CREATE TABLE table_13564702_4 (club VARCHAR, points_against VARCHAR)
SELECT club FROM table_13564702_4 WHERE points_against = "239"
19,436
<question>: What is the value of the points column when the value of the column lost is "lost" <context>: CREATE TABLE table_13564702_4 (points VARCHAR)
SELECT points FROM table_13564702_4 WHERE "lost" = "lost"
19,437
<question>: How many tries against got the club with 62 tries for? <context>: CREATE TABLE table_13564702_4 (tries_against VARCHAR, tries_for VARCHAR)
SELECT tries_against FROM table_13564702_4 WHERE tries_for = "62"
19,438
<question>: What group info is available for the 56.5 kg weight? <context>: CREATE TABLE table_1358608_2 (group VARCHAR, weight__kg_ VARCHAR)
SELECT group FROM table_1358608_2 WHERE weight__kg_ = "56.5"
19,439
<question>: What was the result for the railway stakes race? <context>: CREATE TABLE table_1358608_2 (result VARCHAR, race VARCHAR)
SELECT result FROM table_1358608_2 WHERE race = "Railway Stakes"
19,440
<question>: What district is incument terry kilgore from? <context>: CREATE TABLE table_13618584_2 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_13618584_2 WHERE incumbent = "Terry Kilgore"
19,441
<question>: How many times was incumbent onzlee ware elected? <context>: CREATE TABLE table_13618584_2 (elected VARCHAR, incumbent VARCHAR)
SELECT COUNT(elected) FROM table_13618584_2 WHERE incumbent = "Onzlee Ware"
19,442
<question>: How many election results are there from the 19th district? <context>: CREATE TABLE table_13618584_2 (district VARCHAR)
SELECT COUNT(2007 AS _result) FROM table_13618584_2 WHERE district = "19th"
19,443
<question>: What was the last year someone was elected to the 14th district? <context>: CREATE TABLE table_13618584_2 (elected INTEGER, district VARCHAR)
SELECT MAX(elected) FROM table_13618584_2 WHERE district = "14th"
19,444
<question>: What was the score against san antonio? <context>: CREATE TABLE table_13619053_4 (score VARCHAR, team VARCHAR)
SELECT score FROM table_13619053_4 WHERE team = "San Antonio"
19,445
<question>: How many games did the team play when they were 1-3? <context>: CREATE TABLE table_13619053_4 (score VARCHAR, record VARCHAR)
SELECT COUNT(score) FROM table_13619053_4 WHERE record = "1-3"
19,446
<question>: Who was the opposing team for game 53? <context>: CREATE TABLE table_13619135_6 (team VARCHAR, game VARCHAR)
SELECT team FROM table_13619135_6 WHERE game = 53
19,447
<question>: How many games were played when the record was 26-21? <context>: CREATE TABLE table_13619135_6 (game VARCHAR, record VARCHAR)
SELECT COUNT(game) FROM table_13619135_6 WHERE record = "26-21"
19,448
<question>: How many people had the high assists @ minnesota? <context>: CREATE TABLE table_13619135_7 (high_assists VARCHAR, team VARCHAR)
SELECT COUNT(high_assists) FROM table_13619135_7 WHERE team = "@ Minnesota"
19,449
<question>: Who was the high rebounder against charlotte? <context>: CREATE TABLE table_13619135_7 (high_rebounds VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_13619135_7 WHERE team = "Charlotte"
19,450
<question>: Where did the team play and what was the attendance against new jersey? <context>: CREATE TABLE table_13619135_7 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_13619135_7 WHERE team = "New Jersey"
19,451
<question>: What day was the attendance at the staples center 18,176? <context>: CREATE TABLE table_13619135_7 (date VARCHAR, location_attendance VARCHAR)
SELECT date FROM table_13619135_7 WHERE location_attendance = "Staples Center 18,176"
19,452
<question>: what's the turing complete with numeral system being decimal <context>: CREATE TABLE table_13636_1 (turing_complete VARCHAR, numeral_system VARCHAR)
SELECT turing_complete FROM table_13636_1 WHERE numeral_system = "Decimal"
19,453
<question>: what's the computing mechanbeingm with name being atanasoff–berry computer (us) <context>: CREATE TABLE table_13636_1 (computing_mechanism VARCHAR, name VARCHAR)
SELECT computing_mechanism FROM table_13636_1 WHERE name = "Atanasoff–Berry Computer (US)"
19,454
<question>: what's the name with first operational being march 1945 <context>: CREATE TABLE table_13636_1 (name VARCHAR, first_operational VARCHAR)
SELECT name FROM table_13636_1 WHERE first_operational = "March 1945"
19,455
<question>: what's the computing mechanbeingm with first operational being february 1944 <context>: CREATE TABLE table_13636_1 (computing_mechanism VARCHAR, first_operational VARCHAR)
SELECT computing_mechanism FROM table_13636_1 WHERE first_operational = "February 1944"
19,456
<question>: what's the turing complete with name being atanasoff–berry computer (us) <context>: CREATE TABLE table_13636_1 (turing_complete VARCHAR, name VARCHAR)
SELECT turing_complete FROM table_13636_1 WHERE name = "Atanasoff–Berry Computer (US)"
19,457
<question>: what's the first operational with programming being not programmable—single purpose <context>: CREATE TABLE table_13636_1 (first_operational VARCHAR, programming VARCHAR)
SELECT first_operational FROM table_13636_1 WHERE programming = "Not programmable—single purpose"
19,458
<question>: What country has a 5.5 mark for security? <context>: CREATE TABLE table_13677808_1 (rank VARCHAR, security VARCHAR)
SELECT rank FROM table_13677808_1 WHERE security = "5.5"
19,459
<question>: How many times is denmark ranked in technology? <context>: CREATE TABLE table_13677808_1 (technology VARCHAR, rank VARCHAR)
SELECT COUNT(technology) FROM table_13677808_1 WHERE rank = "Denmark"
19,460
<question>: What is the environment rating of the country with an overall average rating of 4.7? <context>: CREATE TABLE table_13677808_1 (environment VARCHAR, overall__average_ VARCHAR)
SELECT environment FROM table_13677808_1 WHERE overall__average_ = "4.7"
19,461
<question>: What is the migration rating when trade is 5.7? <context>: CREATE TABLE table_13677808_1 (migration VARCHAR, trade VARCHAR)
SELECT migration FROM table_13677808_1 WHERE trade = "5.7"
19,462
<question>: What is the lowest PF? <context>: CREATE TABLE table_1370559_1 (pf INTEGER)
SELECT MIN(pf) FROM table_1370559_1
19,463
<question>: What is the PA when the PF is 77? <context>: CREATE TABLE table_1370559_1 (pa VARCHAR, pf VARCHAR)
SELECT pa FROM table_1370559_1 WHERE pf = 77
19,464
<question>: what's the won with try bonus being 8 <context>: CREATE TABLE table_13758945_3 (won VARCHAR, try_bonus VARCHAR)
SELECT won FROM table_13758945_3 WHERE try_bonus = "8"
19,465
<question>: what's the club with losing bonus being 1 <context>: CREATE TABLE table_13758945_3 (club VARCHAR, losing_bonus VARCHAR)
SELECT club FROM table_13758945_3 WHERE losing_bonus = "1"
19,466
<question>: how many losing bonus with won being 10 and points against being 283 <context>: CREATE TABLE table_13758945_3 (losing_bonus VARCHAR, won VARCHAR, points_against VARCHAR)
SELECT COUNT(losing_bonus) FROM table_13758945_3 WHERE won = "10" AND points_against = "283"
19,467
<question>: how many points against with tries for being 43 <context>: CREATE TABLE table_13758945_3 (points_against VARCHAR, tries_for VARCHAR)
SELECT COUNT(points_against) FROM table_13758945_3 WHERE tries_for = "43"
19,468
<question>: what's the points with tries for being 64 <context>: CREATE TABLE table_13758945_3 (points VARCHAR, tries_for VARCHAR)
SELECT points FROM table_13758945_3 WHERE tries_for = "64"
19,469
<question>: what's the won with points against being 597 <context>: CREATE TABLE table_13758945_3 (won VARCHAR, points_against VARCHAR)
SELECT won FROM table_13758945_3 WHERE points_against = "597"
19,470
<question>: What is the type of the player whose transfer fee was €20m? <context>: CREATE TABLE table_13770460_3 (type VARCHAR, transfer_fee VARCHAR)
SELECT type FROM table_13770460_3 WHERE transfer_fee = "€20M"
19,471
<question>: What is the EU status of ESP? <context>: CREATE TABLE table_13770460_3 (eu VARCHAR, country VARCHAR)
SELECT eu FROM table_13770460_3 WHERE country = "ESp"
19,472
<question>: How many numbers are ending in 1 year? <context>: CREATE TABLE table_13770460_3 (COUnT VARCHAR, ends VARCHAR)
SELECT COUnT AS n FROM table_13770460_3 WHERE ends = "1 year"
19,473
<question>: what is the nme of the song performed by billy vaughn? <context>: CREATE TABLE table_13804825_2 (song_title VARCHAR, artist VARCHAR)
SELECT song_title FROM table_13804825_2 WHERE artist = "Billy Vaughn"
19,474
<question>: What is highest place reached by artist Ray Adams? <context>: CREATE TABLE table_13805773_2 (position INTEGER, artist VARCHAR)
SELECT MAX(position) FROM table_13805773_2 WHERE artist = "Ray Adams"
19,475
<question>: What is the title of the song that received 259 points? <context>: CREATE TABLE table_13805773_2 (song_title VARCHAR, points VARCHAR)
SELECT song_title FROM table_13805773_2 WHERE points = 259
19,476
<question>: how heavy is the maximum <context>: CREATE TABLE table_13950065_1 (per_lift INTEGER)
SELECT MAX(per_lift) FROM table_13950065_1
19,477
<question>: how many channels were gained in 1997 <context>: CREATE TABLE table_1397655_1 (other_programming_sources VARCHAR, year_acquired VARCHAR)
SELECT COUNT(other_programming_sources) FROM table_1397655_1 WHERE year_acquired = 1997
19,478
<question>: how any were gained as the chan <context>: CREATE TABLE table_1397655_1 (year_acquired VARCHAR, station VARCHAR)
SELECT COUNT(year_acquired) FROM table_1397655_1 WHERE station = "CHAN"
19,479
<question>: how many is the minimum for citv <context>: CREATE TABLE table_1397655_1 (year_acquired INTEGER, station VARCHAR)
SELECT MIN(year_acquired) FROM table_1397655_1 WHERE station = "CITV"
19,480
<question>: where is citv located <context>: CREATE TABLE table_1397655_1 (city VARCHAR, station VARCHAR)
SELECT city FROM table_1397655_1 WHERE station = "CITV"
19,481
<question>: which station is located in edmonton <context>: CREATE TABLE table_1397655_1 (station VARCHAR, city VARCHAR)
SELECT station FROM table_1397655_1 WHERE city = "Edmonton"
19,482
<question>: What was the outcome for the match in 1989? <context>: CREATE TABLE table_1399994_5 (outcome VARCHAR, year VARCHAR)
SELECT outcome FROM table_1399994_5 WHERE year = "1989"
19,483
<question>: How many locations hosted Claudia Kohde-Kilsch Eva Pfaff? <context>: CREATE TABLE table_1399994_5 (location VARCHAR, opponents VARCHAR)
SELECT COUNT(location) FROM table_1399994_5 WHERE opponents = "Claudia Kohde-Kilsch Eva Pfaff"
19,484
<question>: Who were all of the opponents in 1984? <context>: CREATE TABLE table_1399994_5 (opponents VARCHAR, year VARCHAR)
SELECT opponents FROM table_1399994_5 WHERE year = "1984"
19,485
<question>: How many partners were there in 1988? <context>: CREATE TABLE table_1399994_5 (partner VARCHAR, year VARCHAR)
SELECT COUNT(partner) FROM table_1399994_5 WHERE year = "1988"
19,486
<question>: How tall is Maksim Botin? <context>: CREATE TABLE table_14038363_1 (height VARCHAR, player VARCHAR)
SELECT height FROM table_14038363_1 WHERE player = "Maksim Botin"
19,487
<question>: What is Maksim Botin's position? <context>: CREATE TABLE table_14038363_1 (position VARCHAR, player VARCHAR)
SELECT position FROM table_14038363_1 WHERE player = "Maksim Botin"
19,488
<question>: What is Roman Bragin's position? <context>: CREATE TABLE table_14038363_1 (position VARCHAR, player VARCHAR)
SELECT position FROM table_14038363_1 WHERE player = "Roman Bragin"
19,489
<question>: How many position does Teodor Salparov play on? <context>: CREATE TABLE table_14038363_1 (position VARCHAR, player VARCHAR)
SELECT COUNT(position) FROM table_14038363_1 WHERE player = "Teodor Salparov"
19,490
<question>: what is the minimum points with goals for/against being 8-5 <context>: CREATE TABLE table_14181578_1 (points INTEGER, goals_for_against VARCHAR)
SELECT MIN(points) FROM table_14181578_1 WHERE goals_for_against = "8-5"
19,491
<question>: what's the w-l-d with position being 1 <context>: CREATE TABLE table_14181578_1 (w_l_d VARCHAR, position VARCHAR)
SELECT w_l_d FROM table_14181578_1 WHERE position = 1
19,492
<question>: who is the the club (city/town) with goals for/against being 14-2 <context>: CREATE TABLE table_14181578_1 (club__city_town_ VARCHAR, goals_for_against VARCHAR)
SELECT club__city_town_ FROM table_14181578_1 WHERE goals_for_against = "14-2"
19,493
<question>: what's the goals for/against with w-l-d being 3-1-1 <context>: CREATE TABLE table_14181578_1 (goals_for_against VARCHAR, w_l_d VARCHAR)
SELECT goals_for_against FROM table_14181578_1 WHERE w_l_d = "3-1-1"
19,494
<question>: what is the minimum games played with goals for/against being 7-5 <context>: CREATE TABLE table_14181578_1 (games_played INTEGER, goals_for_against VARCHAR)
SELECT MIN(games_played) FROM table_14181578_1 WHERE goals_for_against = "7-5"
19,495
<question>: What is the nationality of the player whose college/junior/club team (league) is Seattle Thunderbirds (WHL)? <context>: CREATE TABLE table_14209245_9 (nationality VARCHAR, college_junior_club_team__league_ VARCHAR)
SELECT nationality FROM table_14209245_9 WHERE college_junior_club_team__league_ = "Seattle Thunderbirds (WHL)"
19,496
<question>: What is the college/junior/club team (league) of the player who was pick number 130? <context>: CREATE TABLE table_14209245_9 (college_junior_club_team__league_ VARCHAR, pick__number VARCHAR)
SELECT college_junior_club_team__league_ FROM table_14209245_9 WHERE pick__number = "130"
19,497
<question>: What is the pick number for round 2? <context>: CREATE TABLE table_14209245_9 (pick__number VARCHAR, round VARCHAR)
SELECT pick__number FROM table_14209245_9 WHERE round = 2
19,498
<question>: what time is mon may 26 and fri may 30 is 18' 28.27 122.599mph? <context>: CREATE TABLE table_14209455_1 (mon_26_may VARCHAR, fri_30_may VARCHAR)
SELECT mon_26_may FROM table_14209455_1 WHERE fri_30_may = "18' 28.27 122.599mph"
19,499
<question>: what tims is wed may 28 and mon may 26 is 17' 58.34 125.960mph? <context>: CREATE TABLE table_14209455_1 (wed_28_may VARCHAR, mon_26_may VARCHAR)
SELECT wed_28_may FROM table_14209455_1 WHERE mon_26_may = "17' 58.34 125.960mph"