Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
50,300
<question>: What 2011 has 4r as the 2008? <context>: CREATE TABLE table_name_68 (Id VARCHAR)
SELECT 2011 FROM table_name_68 WHERE 2008 = "4r"
50,301
<question>: What 2007 has wimbledon as the tournament? <context>: CREATE TABLE table_name_88 (tournament VARCHAR)
SELECT 2007 FROM table_name_88 WHERE tournament = "wimbledon"
50,302
<question>: What 2006 has 1r as the 2007? <context>: CREATE TABLE table_name_74 (Id VARCHAR)
SELECT 2006 FROM table_name_74 WHERE 2007 = "1r"
50,303
<question>: What tournament has q2 as the 2004? <context>: CREATE TABLE table_name_66 (tournament VARCHAR)
SELECT tournament FROM table_name_66 WHERE 2004 = "q2"
50,304
<question>: What 2009 has grand slam tournaments of 2008? <context>: CREATE TABLE table_name_43 (Id VARCHAR)
SELECT 2009 FROM table_name_43 WHERE 2008 = "grand slam tournaments"
50,305
<question>: What 2006 has 0-0 as the 2011? <context>: CREATE TABLE table_name_29 (Id VARCHAR)
SELECT 2006 FROM table_name_29 WHERE 2011 = "0-0"
50,306
<question>: What is the Lineup from a Match that is 27? <context>: CREATE TABLE table_name_12 (lineup VARCHAR, match VARCHAR)
SELECT lineup FROM table_name_12 WHERE match = "27"
50,307
<question>: What is the date for Orangeville? <context>: CREATE TABLE table_name_56 (date VARCHAR, name VARCHAR)
SELECT date FROM table_name_56 WHERE name = "orangeville"
50,308
<question>: Who is the builder with a works number of 2534? <context>: CREATE TABLE table_name_16 (builder VARCHAR, works_number VARCHAR)
SELECT builder FROM table_name_16 WHERE works_number = "2534"
50,309
<question>: Who is the name with a works number of 809? <context>: CREATE TABLE table_name_49 (name VARCHAR, works_number VARCHAR)
SELECT name FROM table_name_49 WHERE works_number = "809"
50,310
<question>: In early 1873, Owen sound had what works number? <context>: CREATE TABLE table_name_39 (works_number VARCHAR, date VARCHAR, name VARCHAR)
SELECT works_number FROM table_name_39 WHERE date = "early 1873" AND name = "owen sound"
50,311
<question>: What was the name for the locomotive with a type of 2-8-0 and a number of 20? <context>: CREATE TABLE table_name_23 (name VARCHAR, type VARCHAR, number VARCHAR)
SELECT name FROM table_name_23 WHERE type = "2-8-0" AND number = 20
50,312
<question>: What is the Year won for the player with a larger than 4 To par and less the 157 Total? <context>: CREATE TABLE table_name_4 (year_won VARCHAR, to_par VARCHAR, total VARCHAR)
SELECT year_won FROM table_name_4 WHERE to_par > 4 AND total < 157
50,313
<question>: What is the Total for the Player who won after 1983 with less than 4 To par? <context>: CREATE TABLE table_name_66 (total INTEGER, to_par VARCHAR, year_won VARCHAR)
SELECT AVG(total) FROM table_name_66 WHERE to_par < 4 AND year_won > 1983
50,314
<question>: What is the Total of the player who won before 1983 with a smaller than 4 To par? <context>: CREATE TABLE table_name_46 (total VARCHAR, to_par VARCHAR, year_won VARCHAR)
SELECT COUNT(total) FROM table_name_46 WHERE to_par < 4 AND year_won < 1983
50,315
<question>: Which venue led to a draw? <context>: CREATE TABLE table_name_93 (venue VARCHAR, result VARCHAR)
SELECT venue FROM table_name_93 WHERE result = "draw"
50,316
<question>: What is the highest Stolen Ends when ludmila privivkova shows for skip? <context>: CREATE TABLE table_name_54 (stolen_ends INTEGER, skip VARCHAR)
SELECT MAX(stolen_ends) FROM table_name_54 WHERE skip = "ludmila privivkova"
50,317
<question>: What is the sum of Blank Ends for Denmark when less than 42 is the ends lost? <context>: CREATE TABLE table_name_39 (blank_ends INTEGER, nation VARCHAR, ends_lost VARCHAR)
SELECT SUM(blank_ends) FROM table_name_39 WHERE nation = "denmark" AND ends_lost < 42
50,318
<question>: What is the Blank Ends when there are less than 39 ends won and, more than 35 ends lost, and 4 stolen ends. <context>: CREATE TABLE table_name_88 (blank_ends VARCHAR, stolen_ends VARCHAR, ends_won VARCHAR, ends_lost VARCHAR)
SELECT blank_ends FROM table_name_88 WHERE ends_won < 39 AND ends_lost > 35 AND stolen_ends = 4
50,319
<question>: Who was the 20 Questions section aimed at when the Interview Subject was Camille Paglia? <context>: CREATE TABLE table_name_97 (interview_subject VARCHAR)
SELECT 20 AS _questions FROM table_name_97 WHERE interview_subject = "camille paglia"
50,320
<question>: Who was the Centerfold Model on 5-95? <context>: CREATE TABLE table_name_32 (centerfold_model VARCHAR, date VARCHAR)
SELECT centerfold_model FROM table_name_32 WHERE date = "5-95"
50,321
<question>: Who was the 20 Questions section aimed at when Cover Model was Kimberley Conrad Hefner? <context>: CREATE TABLE table_name_21 (cover_model VARCHAR)
SELECT 20 AS _questions FROM table_name_21 WHERE cover_model = "kimberley conrad hefner"
50,322
<question>: Who was the Centerfold Model when the Cover Model was Julie Lynn Cialini? <context>: CREATE TABLE table_name_56 (centerfold_model VARCHAR, cover_model VARCHAR)
SELECT centerfold_model FROM table_name_56 WHERE cover_model = "julie lynn cialini"
50,323
<question>: Who was the Interview Subject when the Centerfold Model was Melissa Deanne Holliday? <context>: CREATE TABLE table_name_3 (interview_subject VARCHAR, centerfold_model VARCHAR)
SELECT interview_subject FROM table_name_3 WHERE centerfold_model = "melissa deanne holliday"
50,324
<question>: Who was the 20 Questions section aimed at when Centerfold Model was Rachel Jeán Marteen? <context>: CREATE TABLE table_name_46 (centerfold_model VARCHAR)
SELECT 20 AS _questions FROM table_name_46 WHERE centerfold_model = "rachel jeán marteen"
50,325
<question>: What was the average Jersey # of Steve Griffith, when his Weight (kg) was less than 84? <context>: CREATE TABLE table_name_71 (jersey__number INTEGER, name VARCHAR, weight__kg_ VARCHAR)
SELECT AVG(jersey__number) FROM table_name_71 WHERE name = "steve griffith" AND weight__kg_ < 84
50,326
<question>: What was the lowest Weight (kg) for a player that had Jersey #10? <context>: CREATE TABLE table_name_67 (weight__kg_ INTEGER, jersey__number VARCHAR)
SELECT MIN(weight__kg_) FROM table_name_67 WHERE jersey__number = 10
50,327
<question>: How many different Heights (cm) did Mark Fusco have, when his Jersey # was less than 16? <context>: CREATE TABLE table_name_19 (height__cm_ VARCHAR, jersey__number VARCHAR, name VARCHAR)
SELECT COUNT(height__cm_) FROM table_name_19 WHERE jersey__number < 16 AND name = "mark fusco"
50,328
<question>: What was the title of the episode that martin worth wrote the story for? <context>: CREATE TABLE table_name_55 (title VARCHAR, story VARCHAR)
SELECT title FROM table_name_55 WHERE story = "martin worth"
50,329
<question>: In what year was Xavier Malisse the runner-up with scores of 4–6, 6–4, [8–10]? <context>: CREATE TABLE table_name_65 (year VARCHAR, outcome VARCHAR, score VARCHAR)
SELECT year FROM table_name_65 WHERE outcome = "runner-up" AND score = "4–6, 6–4, [8–10]"
50,330
<question>: On what surface was the game played that had a score of 4–6, 6–4, [8–10]? <context>: CREATE TABLE table_name_51 (surface VARCHAR, score VARCHAR)
SELECT surface FROM table_name_51 WHERE score = "4–6, 6–4, [8–10]"
50,331
<question>: What is Caps, when Province / Club is Example, when Position is Prop, and when Player is Sam Walters? <context>: CREATE TABLE table_name_96 (caps VARCHAR, player VARCHAR, province___club VARCHAR, position VARCHAR)
SELECT caps FROM table_name_96 WHERE province___club = "example" AND position = "prop" AND player = "sam walters"
50,332
<question>: What is Postition, when Date of Birth (Age) is Example, and when Player is Mark Spencer? <context>: CREATE TABLE table_name_59 (position VARCHAR, date_of_birth__age_ VARCHAR, player VARCHAR)
SELECT position FROM table_name_59 WHERE date_of_birth__age_ = "example" AND player = "mark spencer"
50,333
<question>: What is Player, when Caps is Example, and when Position is Center? <context>: CREATE TABLE table_name_66 (player VARCHAR, caps VARCHAR, position VARCHAR)
SELECT player FROM table_name_66 WHERE caps = "example" AND position = "center"
50,334
<question>: What is Caps, when Province / Club is DRFC, and when Position is Center? <context>: CREATE TABLE table_name_49 (caps VARCHAR, province___club VARCHAR, position VARCHAR)
SELECT caps FROM table_name_49 WHERE province___club = "drfc" AND position = "center"
50,335
<question>: What is Position, when Caps is Example, and When Player is Shane Kelly? <context>: CREATE TABLE table_name_66 (position VARCHAR, caps VARCHAR, player VARCHAR)
SELECT position FROM table_name_66 WHERE caps = "example" AND player = "shane kelly"
50,336
<question>: What is Position, when Province / Club is Example, when Date of Birth (Age) is Example, and when Player is Michael Elumeze? <context>: CREATE TABLE table_name_52 (position VARCHAR, player VARCHAR, province___club VARCHAR, date_of_birth__age_ VARCHAR)
SELECT position FROM table_name_52 WHERE province___club = "example" AND date_of_birth__age_ = "example" AND player = "michael elumeze"
50,337
<question>: What is the average number played of the team with 1 drawn and 24 against? <context>: CREATE TABLE table_name_79 (played INTEGER, drawn VARCHAR, against VARCHAR)
SELECT AVG(played) FROM table_name_79 WHERE drawn = 1 AND against = 24
50,338
<question>: What is the highest lost number of the team with less than 14 points and less than 18 played? <context>: CREATE TABLE table_name_65 (lost INTEGER, points VARCHAR, played VARCHAR)
SELECT MAX(lost) FROM table_name_65 WHERE points < 14 AND played < 18
50,339
<question>: Which team had 1 position? <context>: CREATE TABLE table_name_65 (team VARCHAR, position VARCHAR)
SELECT team FROM table_name_65 WHERE position = 1
50,340
<question>: What is the lowest number of played of the team with 18 points and a position greater than 5? <context>: CREATE TABLE table_name_74 (played INTEGER, points VARCHAR, position VARCHAR)
SELECT MIN(played) FROM table_name_74 WHERE points = 18 AND position > 5
50,341
<question>: What is the total number of points of the team with less than 4 drawn and an against of 34? <context>: CREATE TABLE table_name_24 (points VARCHAR, drawn VARCHAR, against VARCHAR)
SELECT COUNT(points) FROM table_name_24 WHERE drawn < 4 AND against = 34
50,342
<question>: What is the average number of drawn with a difference of 17 and 22 points? <context>: CREATE TABLE table_name_64 (drawn INTEGER, difference VARCHAR, points VARCHAR)
SELECT AVG(drawn) FROM table_name_64 WHERE difference = "17" AND points = 22
50,343
<question>: What is the team that has forward-center as a position? <context>: CREATE TABLE table_name_24 (school_club_team VARCHAR, position VARCHAR)
SELECT school_club_team FROM table_name_24 WHERE position = "forward-center"
50,344
<question>: What team does Kenny Smith play for? <context>: CREATE TABLE table_name_25 (school_club_team VARCHAR, player VARCHAR)
SELECT school_club_team FROM table_name_25 WHERE player = "kenny smith"
50,345
<question>: What years was Lebanon the nationality? <context>: CREATE TABLE table_name_82 (years_in_orlando VARCHAR, nationality VARCHAR)
SELECT years_in_orlando FROM table_name_82 WHERE nationality = "lebanon"
50,346
<question>: Which margin of victory has cyber agent ladies as the tournament? <context>: CREATE TABLE table_name_78 (margin_of_victory VARCHAR, tournament VARCHAR)
SELECT margin_of_victory FROM table_name_78 WHERE tournament = "cyber agent ladies"
50,347
<question>: What date has yani tseng as the runner (s)-up? <context>: CREATE TABLE table_name_91 (date VARCHAR, runner_s__up VARCHAR)
SELECT date FROM table_name_91 WHERE runner_s__up = "yani tseng"
50,348
<question>: What is the margin of victory that has masters gc ladies as the tournament? <context>: CREATE TABLE table_name_45 (margin_of_victory VARCHAR, tournament VARCHAR)
SELECT margin_of_victory FROM table_name_45 WHERE tournament = "masters gc ladies"
50,349
<question>: What is the date that has yani tseng as the runner (s)-up? <context>: CREATE TABLE table_name_97 (date VARCHAR, runner_s__up VARCHAR)
SELECT date FROM table_name_97 WHERE runner_s__up = "yani tseng"
50,350
<question>: What is the winning score that has victory of 2 strokes for the margin, and cyber agent ladies for the tournament? <context>: CREATE TABLE table_name_30 (winning_score VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
SELECT winning_score FROM table_name_30 WHERE margin_of_victory = "2 strokes" AND tournament = "cyber agent ladies"
50,351
<question>: What is the highest Poles with a win that is smaller than 0? <context>: CREATE TABLE table_name_74 (poles INTEGER, wins INTEGER)
SELECT MAX(poles) FROM table_name_74 WHERE wins < 0
50,352
<question>: What is the headphone model with a plastic construction and a prestige headphone class? <context>: CREATE TABLE table_name_28 (headphone_model VARCHAR, construction VARCHAR, headphone_class VARCHAR)
SELECT headphone_model FROM table_name_28 WHERE construction = "plastic" AND headphone_class = "prestige"
50,353
<question>: What earpads does the headphone with plastic contruction and was succeeded by igrado have? <context>: CREATE TABLE table_name_67 (earpads VARCHAR, construction VARCHAR, succeeded_by VARCHAR)
SELECT earpads FROM table_name_67 WHERE construction = "plastic" AND succeeded_by = "igrado"
50,354
<question>: What are the earpads of the headphone with a plastic construction, an unknown sensitivity, and was succeeded by sr325? <context>: CREATE TABLE table_name_43 (earpads VARCHAR, succeeded_by VARCHAR, construction VARCHAR, sensitivity__db_ VARCHAR)
SELECT earpads FROM table_name_43 WHERE construction = "plastic" AND sensitivity__db_ = "unknown" AND succeeded_by = "sr325"
50,355
<question>: What is the headphone model which was succeeded by sr325? <context>: CREATE TABLE table_name_59 (headphone_model VARCHAR, succeeded_by VARCHAR)
SELECT headphone_model FROM table_name_59 WHERE succeeded_by = "sr325"
50,356
<question>: What regulations have hudson as the winning constructor? <context>: CREATE TABLE table_name_84 (regulations VARCHAR, winning_constructor VARCHAR)
SELECT regulations FROM table_name_84 WHERE winning_constructor = "hudson"
50,357
<question>: What regulations have carlos arzani as the winning driver? <context>: CREATE TABLE table_name_13 (regulations VARCHAR, winning_drivers VARCHAR)
SELECT regulations FROM table_name_13 WHERE winning_drivers = "carlos arzani"
50,358
<question>: What is the latest year that has ferrari 166 fl as the winning constructor? <context>: CREATE TABLE table_name_7 (year INTEGER, winning_constructor VARCHAR)
SELECT MAX(year) FROM table_name_7 WHERE winning_constructor = "ferrari 166 fl"
50,359
<question>: What is the city of license that has lp as the class? <context>: CREATE TABLE table_name_40 (city_of_license VARCHAR, class VARCHAR)
SELECT city_of_license FROM table_name_40 WHERE class = "lp"
50,360
<question>: What is the identifier that has 50,000 watts of power? <context>: CREATE TABLE table_name_45 (identifier VARCHAR, power VARCHAR)
SELECT identifier FROM table_name_45 WHERE power = "50,000 watts"
50,361
<question>: What RECNet has 40 watts of power and temagami as the city of license? <context>: CREATE TABLE table_name_20 (recnet VARCHAR, power VARCHAR, city_of_license VARCHAR)
SELECT recnet FROM table_name_20 WHERE power = "40 watts" AND city_of_license = "temagami"
50,362
<question>: What city of license has A as a class, and cbec-fm as the identifier? <context>: CREATE TABLE table_name_86 (city_of_license VARCHAR, class VARCHAR, identifier VARCHAR)
SELECT city_of_license FROM table_name_86 WHERE class = "a" AND identifier = "cbec-fm"
50,363
<question>: What RECNet has elk lake as the city of license? <context>: CREATE TABLE table_name_57 (recnet VARCHAR, city_of_license VARCHAR)
SELECT recnet FROM table_name_57 WHERE city_of_license = "elk lake"
50,364
<question>: What frequency has temagami as the city of license? <context>: CREATE TABLE table_name_92 (frequency VARCHAR, city_of_license VARCHAR)
SELECT frequency FROM table_name_92 WHERE city_of_license = "temagami"
50,365
<question>: What is the highest Current Branch Opened, when Neighborhood is W. Portland Park? <context>: CREATE TABLE table_name_79 (current_branch_opened INTEGER, neighborhood VARCHAR)
SELECT MAX(current_branch_opened) FROM table_name_79 WHERE neighborhood = "w. portland park"
50,366
<question>: What is the First Branch Opened, when Branch is Belmont Library? <context>: CREATE TABLE table_name_21 (first_branch_opened VARCHAR, branch VARCHAR)
SELECT first_branch_opened FROM table_name_21 WHERE branch = "belmont library"
50,367
<question>: What is Neighborhood, when Branch is Hollywood Library? <context>: CREATE TABLE table_name_92 (neighborhood VARCHAR, branch VARCHAR)
SELECT neighborhood FROM table_name_92 WHERE branch = "hollywood library"
50,368
<question>: What is Current Branch Opened, when Branch is Midland Library? <context>: CREATE TABLE table_name_22 (current_branch_opened VARCHAR, branch VARCHAR)
SELECT current_branch_opened FROM table_name_22 WHERE branch = "midland library"
50,369
<question>: Which player has the fewest assists and played 2 games or fewer? <context>: CREATE TABLE table_name_72 (assists INTEGER, games INTEGER)
SELECT MIN(assists) FROM table_name_72 WHERE games < 2
50,370
<question>: What was the total number for March with less than 8.77 in January, more than 1.69 in December, an average monthly addition less than 5.35, and before 2004? <context>: CREATE TABLE table_name_83 (march VARCHAR, year VARCHAR, average_monthly_additions_in_millions_ VARCHAR, january VARCHAR, december VARCHAR)
SELECT COUNT(march) FROM table_name_83 WHERE january < 8.77 AND december > 1.69 AND average_monthly_additions_in_millions_ < 5.35 AND year < 2004
50,371
<question>: What is the total number for November, larger than 8.53 in February, 20.21 in March, and less than 7.9 in September? <context>: CREATE TABLE table_name_50 (november VARCHAR, september VARCHAR, february VARCHAR, march VARCHAR)
SELECT COUNT(november) FROM table_name_50 WHERE february > 8.53 AND march = 20.21 AND september < 7.9
50,372
<question>: What is the sum for December that has 0.36 in July, and lager than 0.35000000000000003 in February? <context>: CREATE TABLE table_name_95 (december INTEGER, july VARCHAR, february VARCHAR)
SELECT SUM(december) FROM table_name_95 WHERE july = 0.36 AND february > 0.35000000000000003
50,373
<question>: What is the total number for July with less than 8.05 in October, more than 4.46 in December, and more than 6.79 in November? <context>: CREATE TABLE table_name_12 (july VARCHAR, november VARCHAR, october VARCHAR, december VARCHAR)
SELECT COUNT(july) FROM table_name_12 WHERE october < 8.05 AND december > 4.46 AND november > 6.79
50,374
<question>: What is the total number in October with less than 2.48 in September, after 2002, more than 1.42 in June, and smaller than 7.44 in February? <context>: CREATE TABLE table_name_41 (october VARCHAR, february VARCHAR, june VARCHAR, september VARCHAR, year VARCHAR)
SELECT COUNT(october) FROM table_name_41 WHERE september < 2.48 AND year > 2002 AND june > 1.42 AND february < 7.44
50,375
<question>: What is the Catalog with a Region that is europe? <context>: CREATE TABLE table_name_56 (catalog VARCHAR, region VARCHAR)
SELECT catalog FROM table_name_56 WHERE region = "europe"
50,376
<question>: What is the highest SFC in g/(kN*s) for Rolls-Royce/Snecma Olympus 593 engines and SFCs under 1.195 lb/(lbf*h)? <context>: CREATE TABLE table_name_12 (sfc_in_g__kn INTEGER, engine_type VARCHAR, sfc_in_lb__lbf·h_ VARCHAR)
SELECT MAX(sfc_in_g__kn) AS ·s_ FROM table_name_12 WHERE engine_type = "rolls-royce/snecma olympus 593" AND sfc_in_lb__lbf·h_ < 1.195
50,377
<question>: What is Winner, when Week is 8 May, when Semi Finalists is Helena Suková Mary Pierce, and when Runner-Up is Conchita Martínez Patricia Tarabini? <context>: CREATE TABLE table_name_70 (winner VARCHAR, runner_up VARCHAR, week_of VARCHAR, semi_finalists VARCHAR)
SELECT winner FROM table_name_70 WHERE week_of = "8 may" AND semi_finalists = "helena suková mary pierce" AND runner_up = "conchita martínez patricia tarabini"
50,378
<question>: What is Week, when Semi Finalists is Sandrine Testud Yone Kamio? <context>: CREATE TABLE table_name_53 (week_of VARCHAR, semi_finalists VARCHAR)
SELECT week_of FROM table_name_53 WHERE semi_finalists = "sandrine testud yone kamio"
50,379
<question>: In what Season was Colin Miller (TAS) the Player? <context>: CREATE TABLE table_name_34 (season VARCHAR, player VARCHAR)
SELECT season FROM table_name_34 WHERE player = "colin miller (tas)"
50,380
<question>: What Rank has a 65 s Wicket? <context>: CREATE TABLE table_name_25 (rank VARCHAR, s_wicket VARCHAR)
SELECT rank FROM table_name_25 WHERE s_wicket = "65"
50,381
<question>: Which result featured the Indianapolis Colts as opponents? <context>: CREATE TABLE table_name_72 (result VARCHAR, opponent VARCHAR)
SELECT result FROM table_name_72 WHERE opponent = "indianapolis colts"
50,382
<question>: Whose Name has a Date of reclassification of 2003-04-01 (merge into shizuoka )? <context>: CREATE TABLE table_name_52 (name VARCHAR, date_of_reclassification VARCHAR)
SELECT name FROM table_name_52 WHERE date_of_reclassification = "2003-04-01 (merge into shizuoka )"
50,383
<question>: WHich Japanese has a Prefecture of iwate? <context>: CREATE TABLE table_name_99 (japanese VARCHAR, prefecture VARCHAR)
SELECT japanese FROM table_name_99 WHERE prefecture = "iwate"
50,384
<question>: Which Date of designation has a Name of kurume? <context>: CREATE TABLE table_name_36 (date_of_designation VARCHAR, name VARCHAR)
SELECT date_of_designation FROM table_name_36 WHERE name = "kurume"
50,385
<question>: What kind of Japanese has a Region of tōhoku? <context>: CREATE TABLE table_name_71 (japanese VARCHAR, region VARCHAR)
SELECT japanese FROM table_name_71 WHERE region = "tōhoku"
50,386
<question>: WHose Name has a Region of kansai on 2012-04-01 ( core city )? <context>: CREATE TABLE table_name_63 (name VARCHAR, region VARCHAR, date_of_reclassification VARCHAR)
SELECT name FROM table_name_63 WHERE region = "kansai" AND date_of_reclassification = "2012-04-01 ( core city )"
50,387
<question>: What is the Position with a Birthdate that is august 17, 1980? <context>: CREATE TABLE table_name_92 (position VARCHAR, birthdate VARCHAR)
SELECT position FROM table_name_92 WHERE birthdate = "august 17, 1980"
50,388
<question>: Which capacity has a purple and white colors? <context>: CREATE TABLE table_name_77 (capacity VARCHAR, colors VARCHAR)
SELECT capacity FROM table_name_77 WHERE colors = "purple and white"
50,389
<question>: How many households have a median family income of $60,400? <context>: CREATE TABLE table_name_15 (number_of_households VARCHAR, median_family_income VARCHAR)
SELECT number_of_households FROM table_name_15 WHERE median_family_income = "$60,400"
50,390
<question>: What is the average weight of the player with a height of 180 cm and plays the d position? <context>: CREATE TABLE table_name_53 (weight__kg_ INTEGER, height__cm_ VARCHAR, position VARCHAR)
SELECT AVG(weight__kg_) FROM table_name_53 WHERE height__cm_ = 180 AND position = "d"
50,391
<question>: What was the resting potential with an AP duration of 1.0 and a median giant fiber cell type? <context>: CREATE TABLE table_name_69 (resting_potential__mv_ VARCHAR, ap_duration__ms_ VARCHAR, cell_type VARCHAR)
SELECT resting_potential__mv_ FROM table_name_69 WHERE ap_duration__ms_ = "1.0" AND cell_type = "median giant fiber"
50,392
<question>: Which animal has a resting potential of −60? <context>: CREATE TABLE table_name_75 (animal VARCHAR, resting_potential__mv_ VARCHAR)
SELECT animal FROM table_name_75 WHERE resting_potential__mv_ = "−60"
50,393
<question>: Which animal has an AP duration of 1.0 and a conduction speed of 7–30? <context>: CREATE TABLE table_name_11 (animal VARCHAR, ap_duration__ms_ VARCHAR, conduction_speed__m_s_ VARCHAR)
SELECT animal FROM table_name_11 WHERE ap_duration__ms_ = "1.0" AND conduction_speed__m_s_ = "7–30"
50,394
<question>: What AP increase has an AP duration of 0.75? <context>: CREATE TABLE table_name_68 (ap_increase__mv_ VARCHAR, ap_duration__ms_ VARCHAR)
SELECT ap_increase__mv_ FROM table_name_68 WHERE ap_duration__ms_ = "0.75"
50,395
<question>: Which cell type has a conduction speed of 35? <context>: CREATE TABLE table_name_15 (cell_type VARCHAR, conduction_speed__m_s_ VARCHAR)
SELECT cell_type FROM table_name_15 WHERE conduction_speed__m_s_ = "35"
50,396
<question>: What was the total matches that ranked above 10? <context>: CREATE TABLE table_name_9 (matches INTEGER, rank INTEGER)
SELECT SUM(matches) FROM table_name_9 WHERE rank > 10
50,397
<question>: What was the total amount of matches for Alan Shearer? <context>: CREATE TABLE table_name_81 (matches VARCHAR, name VARCHAR)
SELECT COUNT(matches) FROM table_name_81 WHERE name = "alan shearer"
50,398
<question>: What is the average goals for Jimmy Greaves, and matches more than 516? <context>: CREATE TABLE table_name_91 (goals INTEGER, name VARCHAR, matches VARCHAR)
SELECT AVG(goals) FROM table_name_91 WHERE name = "jimmy greaves" AND matches > 516
50,399
<question>: What was the total number of matches for Nat Lofthouse, ranking higher than 7? <context>: CREATE TABLE table_name_55 (matches VARCHAR, name VARCHAR, rank VARCHAR)
SELECT COUNT(matches) FROM table_name_55 WHERE name = "nat lofthouse" AND rank > 7