combined_text
stringlengths
106
1.05k
###question:What 2011 has 4r as the 2008?###answer:SELECT 2011 FROM table_name_68 WHERE 2008 = "4r"###context:CREATE TABLE table_name_68 (Id VARCHAR)
###question:What 2007 has wimbledon as the tournament?###answer:SELECT 2007 FROM table_name_88 WHERE tournament = "wimbledon"###context:CREATE TABLE table_name_88 (tournament VARCHAR)
###question:What 2006 has 1r as the 2007?###answer:SELECT 2006 FROM table_name_74 WHERE 2007 = "1r"###context:CREATE TABLE table_name_74 (Id VARCHAR)
###question:What tournament has q2 as the 2004?###answer:SELECT tournament FROM table_name_66 WHERE 2004 = "q2"###context:CREATE TABLE table_name_66 (tournament VARCHAR)
###question:What 2009 has grand slam tournaments of 2008?###answer:SELECT 2009 FROM table_name_43 WHERE 2008 = "grand slam tournaments"###context:CREATE TABLE table_name_43 (Id VARCHAR)
###question:What 2006 has 0-0 as the 2011?###answer:SELECT 2006 FROM table_name_29 WHERE 2011 = "0-0"###context:CREATE TABLE table_name_29 (Id VARCHAR)
###question:What is the Lineup from a Match that is 27?###answer:SELECT lineup FROM table_name_12 WHERE match = "27"###context:CREATE TABLE table_name_12 (lineup VARCHAR, match VARCHAR)
###question:What is the date for Orangeville?###answer:SELECT date FROM table_name_56 WHERE name = "orangeville"###context:CREATE TABLE table_name_56 (date VARCHAR, name VARCHAR)
###question:Who is the builder with a works number of 2534?###answer:SELECT builder FROM table_name_16 WHERE works_number = "2534"###context:CREATE TABLE table_name_16 (builder VARCHAR, works_number VARCHAR)
###question:Who is the name with a works number of 809?###answer:SELECT name FROM table_name_49 WHERE works_number = "809"###context:CREATE TABLE table_name_49 (name VARCHAR, works_number VARCHAR)
###question:In early 1873, Owen sound had what works number?###answer:SELECT works_number FROM table_name_39 WHERE date = "early 1873" AND name = "owen sound"###context:CREATE TABLE table_name_39 (works_number VARCHAR, date VARCHAR, name VARCHAR)
###question:What was the name for the locomotive with a type of 2-8-0 and a number of 20?###answer:SELECT name FROM table_name_23 WHERE type = "2-8-0" AND number = 20###context:CREATE TABLE table_name_23 (name VARCHAR, type VARCHAR, number VARCHAR)
###question:What is the Year won for the player with a larger than 4 To par and less the 157 Total?###answer:SELECT year_won FROM table_name_4 WHERE to_par > 4 AND total < 157###context:CREATE TABLE table_name_4 (year_won VARCHAR, to_par VARCHAR, total VARCHAR)
###question:What is the Total for the Player who won after 1983 with less than 4 To par?###answer:SELECT AVG(total) FROM table_name_66 WHERE to_par < 4 AND year_won > 1983###context:CREATE TABLE table_name_66 (total INTEGER, to_par VARCHAR, year_won VARCHAR)
###question:What is the Total of the player who won before 1983 with a smaller than 4 To par?###answer:SELECT COUNT(total) FROM table_name_46 WHERE to_par < 4 AND year_won < 1983###context:CREATE TABLE table_name_46 (total VARCHAR, to_par VARCHAR, year_won VARCHAR)
###question:Which venue led to a draw?###answer:SELECT venue FROM table_name_93 WHERE result = "draw"###context:CREATE TABLE table_name_93 (venue VARCHAR, result VARCHAR)
###question:What is the highest Stolen Ends when ludmila privivkova shows for skip?###answer:SELECT MAX(stolen_ends) FROM table_name_54 WHERE skip = "ludmila privivkova"###context:CREATE TABLE table_name_54 (stolen_ends INTEGER, skip VARCHAR)
###question:What is the sum of Blank Ends for Denmark when less than 42 is the ends lost?###answer:SELECT SUM(blank_ends) FROM table_name_39 WHERE nation = "denmark" AND ends_lost < 42###context:CREATE TABLE table_name_39 (blank_ends INTEGER, nation VARCHAR, ends_lost VARCHAR)
###question:What is the Blank Ends when there are less than 39 ends won and, more than 35 ends lost, and 4 stolen ends.###answer:SELECT blank_ends FROM table_name_88 WHERE ends_won < 39 AND ends_lost > 35 AND stolen_ends = 4###context:CREATE TABLE table_name_88 (blank_ends VARCHAR, stolen_ends VARCHAR, ends_won VARCHAR...
###question:Who was the 20 Questions section aimed at when the Interview Subject was Camille Paglia?###answer:SELECT 20 AS _questions FROM table_name_97 WHERE interview_subject = "camille paglia"###context:CREATE TABLE table_name_97 (interview_subject VARCHAR)
###question:Who was the Centerfold Model on 5-95?###answer:SELECT centerfold_model FROM table_name_32 WHERE date = "5-95"###context:CREATE TABLE table_name_32 (centerfold_model VARCHAR, date VARCHAR)
###question:Who was the 20 Questions section aimed at when Cover Model was Kimberley Conrad Hefner?###answer:SELECT 20 AS _questions FROM table_name_21 WHERE cover_model = "kimberley conrad hefner"###context:CREATE TABLE table_name_21 (cover_model VARCHAR)
###question:Who was the Centerfold Model when the Cover Model was Julie Lynn Cialini?###answer:SELECT centerfold_model FROM table_name_56 WHERE cover_model = "julie lynn cialini"###context:CREATE TABLE table_name_56 (centerfold_model VARCHAR, cover_model VARCHAR)
###question:Who was the Interview Subject when the Centerfold Model was Melissa Deanne Holliday?###answer:SELECT interview_subject FROM table_name_3 WHERE centerfold_model = "melissa deanne holliday"###context:CREATE TABLE table_name_3 (interview_subject VARCHAR, centerfold_model VARCHAR)
###question:Who was the 20 Questions section aimed at when Centerfold Model was Rachel Jeán Marteen?###answer:SELECT 20 AS _questions FROM table_name_46 WHERE centerfold_model = "rachel jeán marteen"###context:CREATE TABLE table_name_46 (centerfold_model VARCHAR)
###question:What was the average Jersey # of Steve Griffith, when his Weight (kg) was less than 84?###answer:SELECT AVG(jersey__number) FROM table_name_71 WHERE name = "steve griffith" AND weight__kg_ < 84###context:CREATE TABLE table_name_71 (jersey__number INTEGER, name VARCHAR, weight__kg_ VARCHAR)
###question:What was the lowest Weight (kg) for a player that had Jersey #10?###answer:SELECT MIN(weight__kg_) FROM table_name_67 WHERE jersey__number = 10###context:CREATE TABLE table_name_67 (weight__kg_ INTEGER, jersey__number VARCHAR)
###question:How many different Heights (cm) did Mark Fusco have, when his Jersey # was less than 16?###answer:SELECT COUNT(height__cm_) FROM table_name_19 WHERE jersey__number < 16 AND name = "mark fusco"###context:CREATE TABLE table_name_19 (height__cm_ VARCHAR, jersey__number VARCHAR, name VARCHAR)
###question:What was the title of the episode that martin worth wrote the story for?###answer:SELECT title FROM table_name_55 WHERE story = "martin worth"###context:CREATE TABLE table_name_55 (title VARCHAR, story VARCHAR)
###question:In what year was Xavier Malisse the runner-up with scores of 4–6, 6–4, [8–10]?###answer:SELECT year FROM table_name_65 WHERE outcome = "runner-up" AND score = "4–6, 6–4, [8–10]"###context:CREATE TABLE table_name_65 (year VARCHAR, outcome VARCHAR, score VARCHAR)
###question:On what surface was the game played that had a score of 4–6, 6–4, [8–10]?###answer:SELECT surface FROM table_name_51 WHERE score = "4–6, 6–4, [8–10]"###context:CREATE TABLE table_name_51 (surface VARCHAR, score VARCHAR)
###question:What is Caps, when Province / Club is Example, when Position is Prop, and when Player is Sam Walters?###answer:SELECT caps FROM table_name_96 WHERE province___club = "example" AND position = "prop" AND player = "sam walters"###context:CREATE TABLE table_name_96 (caps VARCHAR, player VARCHAR, province___club...
###question:What is Postition, when Date of Birth (Age) is Example, and when Player is Mark Spencer?###answer:SELECT position FROM table_name_59 WHERE date_of_birth__age_ = "example" AND player = "mark spencer"###context:CREATE TABLE table_name_59 (position VARCHAR, date_of_birth__age_ VARCHAR, player VARCHAR)
###question:What is Player, when Caps is Example, and when Position is Center?###answer:SELECT player FROM table_name_66 WHERE caps = "example" AND position = "center"###context:CREATE TABLE table_name_66 (player VARCHAR, caps VARCHAR, position VARCHAR)
###question:What is Caps, when Province / Club is DRFC, and when Position is Center?###answer:SELECT caps FROM table_name_49 WHERE province___club = "drfc" AND position = "center"###context:CREATE TABLE table_name_49 (caps VARCHAR, province___club VARCHAR, position VARCHAR)
###question:What is Position, when Caps is Example, and When Player is Shane Kelly?###answer:SELECT position FROM table_name_66 WHERE caps = "example" AND player = "shane kelly"###context:CREATE TABLE table_name_66 (position VARCHAR, caps VARCHAR, player VARCHAR)
###question:What is Position, when Province / Club is Example, when Date of Birth (Age) is Example, and when Player is Michael Elumeze?###answer:SELECT position FROM table_name_52 WHERE province___club = "example" AND date_of_birth__age_ = "example" AND player = "michael elumeze"###context:CREATE TABLE table_name_52 (p...
###question:What is the average number played of the team with 1 drawn and 24 against?###answer:SELECT AVG(played) FROM table_name_79 WHERE drawn = 1 AND against = 24###context:CREATE TABLE table_name_79 (played INTEGER, drawn VARCHAR, against VARCHAR)
###question:What is the highest lost number of the team with less than 14 points and less than 18 played?###answer:SELECT MAX(lost) FROM table_name_65 WHERE points < 14 AND played < 18###context:CREATE TABLE table_name_65 (lost INTEGER, points VARCHAR, played VARCHAR)
###question:Which team had 1 position?###answer:SELECT team FROM table_name_65 WHERE position = 1###context:CREATE TABLE table_name_65 (team VARCHAR, position VARCHAR)
###question:What is the lowest number of played of the team with 18 points and a position greater than 5?###answer:SELECT MIN(played) FROM table_name_74 WHERE points = 18 AND position > 5###context:CREATE TABLE table_name_74 (played INTEGER, points VARCHAR, position VARCHAR)
###question:What is the total number of points of the team with less than 4 drawn and an against of 34?###answer:SELECT COUNT(points) FROM table_name_24 WHERE drawn < 4 AND against = 34###context:CREATE TABLE table_name_24 (points VARCHAR, drawn VARCHAR, against VARCHAR)
###question:What is the average number of drawn with a difference of 17 and 22 points?###answer:SELECT AVG(drawn) FROM table_name_64 WHERE difference = "17" AND points = 22###context:CREATE TABLE table_name_64 (drawn INTEGER, difference VARCHAR, points VARCHAR)
###question:What is the team that has forward-center as a position?###answer:SELECT school_club_team FROM table_name_24 WHERE position = "forward-center"###context:CREATE TABLE table_name_24 (school_club_team VARCHAR, position VARCHAR)
###question:What team does Kenny Smith play for?###answer:SELECT school_club_team FROM table_name_25 WHERE player = "kenny smith"###context:CREATE TABLE table_name_25 (school_club_team VARCHAR, player VARCHAR)
###question:What years was Lebanon the nationality?###answer:SELECT years_in_orlando FROM table_name_82 WHERE nationality = "lebanon"###context:CREATE TABLE table_name_82 (years_in_orlando VARCHAR, nationality VARCHAR)
###question:Which margin of victory has cyber agent ladies as the tournament?###answer:SELECT margin_of_victory FROM table_name_78 WHERE tournament = "cyber agent ladies"###context:CREATE TABLE table_name_78 (margin_of_victory VARCHAR, tournament VARCHAR)
###question:What date has yani tseng as the runner (s)-up?###answer:SELECT date FROM table_name_91 WHERE runner_s__up = "yani tseng"###context:CREATE TABLE table_name_91 (date VARCHAR, runner_s__up VARCHAR)
###question:What is the margin of victory that has masters gc ladies as the tournament?###answer:SELECT margin_of_victory FROM table_name_45 WHERE tournament = "masters gc ladies"###context:CREATE TABLE table_name_45 (margin_of_victory VARCHAR, tournament VARCHAR)
###question:What is the date that has yani tseng as the runner (s)-up?###answer:SELECT date FROM table_name_97 WHERE runner_s__up = "yani tseng"###context:CREATE TABLE table_name_97 (date VARCHAR, runner_s__up VARCHAR)
###question:What is the winning score that has victory of 2 strokes for the margin, and cyber agent ladies for the tournament?###answer:SELECT winning_score FROM table_name_30 WHERE margin_of_victory = "2 strokes" AND tournament = "cyber agent ladies"###context:CREATE TABLE table_name_30 (winning_score VARCHAR, margin_...
###question:What is the highest Poles with a win that is smaller than 0?###answer:SELECT MAX(poles) FROM table_name_74 WHERE wins < 0###context:CREATE TABLE table_name_74 (poles INTEGER, wins INTEGER)
###question:What is the headphone model with a plastic construction and a prestige headphone class?###answer:SELECT headphone_model FROM table_name_28 WHERE construction = "plastic" AND headphone_class = "prestige"###context:CREATE TABLE table_name_28 (headphone_model VARCHAR, construction VARCHAR, headphone_class VARC...
###question:What earpads does the headphone with plastic contruction and was succeeded by igrado have?###answer:SELECT earpads FROM table_name_67 WHERE construction = "plastic" AND succeeded_by = "igrado"###context:CREATE TABLE table_name_67 (earpads VARCHAR, construction VARCHAR, succeeded_by VARCHAR)
###question:What are the earpads of the headphone with a plastic construction, an unknown sensitivity, and was succeeded by sr325?###answer:SELECT earpads FROM table_name_43 WHERE construction = "plastic" AND sensitivity__db_ = "unknown" AND succeeded_by = "sr325"###context:CREATE TABLE table_name_43 (earpads VARCHAR, ...
###question:What is the headphone model which was succeeded by sr325?###answer:SELECT headphone_model FROM table_name_59 WHERE succeeded_by = "sr325"###context:CREATE TABLE table_name_59 (headphone_model VARCHAR, succeeded_by VARCHAR)
###question:What regulations have hudson as the winning constructor?###answer:SELECT regulations FROM table_name_84 WHERE winning_constructor = "hudson"###context:CREATE TABLE table_name_84 (regulations VARCHAR, winning_constructor VARCHAR)
###question:What regulations have carlos arzani as the winning driver?###answer:SELECT regulations FROM table_name_13 WHERE winning_drivers = "carlos arzani"###context:CREATE TABLE table_name_13 (regulations VARCHAR, winning_drivers VARCHAR)
###question:What is the latest year that has ferrari 166 fl as the winning constructor?###answer:SELECT MAX(year) FROM table_name_7 WHERE winning_constructor = "ferrari 166 fl"###context:CREATE TABLE table_name_7 (year INTEGER, winning_constructor VARCHAR)
###question:What is the city of license that has lp as the class?###answer:SELECT city_of_license FROM table_name_40 WHERE class = "lp"###context:CREATE TABLE table_name_40 (city_of_license VARCHAR, class VARCHAR)
###question:What is the identifier that has 50,000 watts of power?###answer:SELECT identifier FROM table_name_45 WHERE power = "50,000 watts"###context:CREATE TABLE table_name_45 (identifier VARCHAR, power VARCHAR)
###question:What RECNet has 40 watts of power and temagami as the city of license?###answer:SELECT recnet FROM table_name_20 WHERE power = "40 watts" AND city_of_license = "temagami"###context:CREATE TABLE table_name_20 (recnet VARCHAR, power VARCHAR, city_of_license VARCHAR)
###question:What city of license has A as a class, and cbec-fm as the identifier?###answer:SELECT city_of_license FROM table_name_86 WHERE class = "a" AND identifier = "cbec-fm"###context:CREATE TABLE table_name_86 (city_of_license VARCHAR, class VARCHAR, identifier VARCHAR)
###question:What RECNet has elk lake as the city of license?###answer:SELECT recnet FROM table_name_57 WHERE city_of_license = "elk lake"###context:CREATE TABLE table_name_57 (recnet VARCHAR, city_of_license VARCHAR)
###question:What frequency has temagami as the city of license?###answer:SELECT frequency FROM table_name_92 WHERE city_of_license = "temagami"###context:CREATE TABLE table_name_92 (frequency VARCHAR, city_of_license VARCHAR)
###question:What is the highest Current Branch Opened, when Neighborhood is W. Portland Park?###answer:SELECT MAX(current_branch_opened) FROM table_name_79 WHERE neighborhood = "w. portland park"###context:CREATE TABLE table_name_79 (current_branch_opened INTEGER, neighborhood VARCHAR)
###question:What is the First Branch Opened, when Branch is Belmont Library?###answer:SELECT first_branch_opened FROM table_name_21 WHERE branch = "belmont library"###context:CREATE TABLE table_name_21 (first_branch_opened VARCHAR, branch VARCHAR)
###question:What is Neighborhood, when Branch is Hollywood Library?###answer:SELECT neighborhood FROM table_name_92 WHERE branch = "hollywood library"###context:CREATE TABLE table_name_92 (neighborhood VARCHAR, branch VARCHAR)
###question:What is Current Branch Opened, when Branch is Midland Library?###answer:SELECT current_branch_opened FROM table_name_22 WHERE branch = "midland library"###context:CREATE TABLE table_name_22 (current_branch_opened VARCHAR, branch VARCHAR)
###question:Which player has the fewest assists and played 2 games or fewer?###answer:SELECT MIN(assists) FROM table_name_72 WHERE games < 2###context:CREATE TABLE table_name_72 (assists INTEGER, games INTEGER)
###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?###answer: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 < 2...
###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?###answer:SELECT COUNT(november) FROM table_name_50 WHERE february > 8.53 AND march = 20.21 AND september < 7.9###context:CREATE TABLE table_name_50 (november VARCHAR, september VARCHAR, febru...
###question:What is the sum for December that has 0.36 in July, and lager than 0.35000000000000003 in February?###answer:SELECT SUM(december) FROM table_name_95 WHERE july = 0.36 AND february > 0.35000000000000003###context:CREATE TABLE table_name_95 (december INTEGER, july VARCHAR, february VARCHAR)
###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?###answer:SELECT COUNT(july) FROM table_name_12 WHERE october < 8.05 AND december > 4.46 AND november > 6.79###context:CREATE TABLE table_name_12 (july VARCHAR, november VARCHAR, octo...
###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?###answer:SELECT COUNT(october) FROM table_name_41 WHERE september < 2.48 AND year > 2002 AND june > 1.42 AND february < 7.44###context:CREATE TABLE table_name_41 (octo...
###question:What is the Catalog with a Region that is europe?###answer:SELECT catalog FROM table_name_56 WHERE region = "europe"###context:CREATE TABLE table_name_56 (catalog VARCHAR, region VARCHAR)
###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)?###answer: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###context:CREATE TABLE table_name_12 (sfc_in_g__kn IN...
###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?###answer: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 tara...
###question:What is Week, when Semi Finalists is Sandrine Testud Yone Kamio?###answer:SELECT week_of FROM table_name_53 WHERE semi_finalists = "sandrine testud yone kamio"###context:CREATE TABLE table_name_53 (week_of VARCHAR, semi_finalists VARCHAR)
###question:In what Season was Colin Miller (TAS) the Player?###answer:SELECT season FROM table_name_34 WHERE player = "colin miller (tas)"###context:CREATE TABLE table_name_34 (season VARCHAR, player VARCHAR)
###question:What Rank has a 65 s Wicket?###answer:SELECT rank FROM table_name_25 WHERE s_wicket = "65"###context:CREATE TABLE table_name_25 (rank VARCHAR, s_wicket VARCHAR)
###question:Which result featured the Indianapolis Colts as opponents?###answer:SELECT result FROM table_name_72 WHERE opponent = "indianapolis colts"###context:CREATE TABLE table_name_72 (result VARCHAR, opponent VARCHAR)
###question:Whose Name has a Date of reclassification of 2003-04-01 (merge into shizuoka )?###answer:SELECT name FROM table_name_52 WHERE date_of_reclassification = "2003-04-01 (merge into shizuoka )"###context:CREATE TABLE table_name_52 (name VARCHAR, date_of_reclassification VARCHAR)
###question:WHich Japanese has a Prefecture of iwate?###answer:SELECT japanese FROM table_name_99 WHERE prefecture = "iwate"###context:CREATE TABLE table_name_99 (japanese VARCHAR, prefecture VARCHAR)
###question:Which Date of designation has a Name of kurume?###answer:SELECT date_of_designation FROM table_name_36 WHERE name = "kurume"###context:CREATE TABLE table_name_36 (date_of_designation VARCHAR, name VARCHAR)
###question:What kind of Japanese has a Region of tōhoku?###answer:SELECT japanese FROM table_name_71 WHERE region = "tōhoku"###context:CREATE TABLE table_name_71 (japanese VARCHAR, region VARCHAR)
###question:WHose Name has a Region of kansai on 2012-04-01 ( core city )?###answer:SELECT name FROM table_name_63 WHERE region = "kansai" AND date_of_reclassification = "2012-04-01 ( core city )"###context:CREATE TABLE table_name_63 (name VARCHAR, region VARCHAR, date_of_reclassification VARCHAR)
###question:What is the Position with a Birthdate that is august 17, 1980?###answer:SELECT position FROM table_name_92 WHERE birthdate = "august 17, 1980"###context:CREATE TABLE table_name_92 (position VARCHAR, birthdate VARCHAR)
###question:Which capacity has a purple and white colors?###answer:SELECT capacity FROM table_name_77 WHERE colors = "purple and white"###context:CREATE TABLE table_name_77 (capacity VARCHAR, colors VARCHAR)
###question:How many households have a median family income of $60,400?###answer:SELECT number_of_households FROM table_name_15 WHERE median_family_income = "$60,400"###context:CREATE TABLE table_name_15 (number_of_households VARCHAR, median_family_income VARCHAR)
###question:What is the average weight of the player with a height of 180 cm and plays the d position?###answer:SELECT AVG(weight__kg_) FROM table_name_53 WHERE height__cm_ = 180 AND position = "d"###context:CREATE TABLE table_name_53 (weight__kg_ INTEGER, height__cm_ VARCHAR, position VARCHAR)
###question:What was the resting potential with an AP duration of 1.0 and a median giant fiber cell type?###answer:SELECT resting_potential__mv_ FROM table_name_69 WHERE ap_duration__ms_ = "1.0" AND cell_type = "median giant fiber"###context:CREATE TABLE table_name_69 (resting_potential__mv_ VARCHAR, ap_duration__ms_ V...
###question:Which animal has a resting potential of −60?###answer:SELECT animal FROM table_name_75 WHERE resting_potential__mv_ = "−60"###context:CREATE TABLE table_name_75 (animal VARCHAR, resting_potential__mv_ VARCHAR)
###question:Which animal has an AP duration of 1.0 and a conduction speed of 7–30?###answer:SELECT animal FROM table_name_11 WHERE ap_duration__ms_ = "1.0" AND conduction_speed__m_s_ = "7–30"###context:CREATE TABLE table_name_11 (animal VARCHAR, ap_duration__ms_ VARCHAR, conduction_speed__m_s_ VARCHAR)
###question:What AP increase has an AP duration of 0.75?###answer:SELECT ap_increase__mv_ FROM table_name_68 WHERE ap_duration__ms_ = "0.75"###context:CREATE TABLE table_name_68 (ap_increase__mv_ VARCHAR, ap_duration__ms_ VARCHAR)
###question:Which cell type has a conduction speed of 35?###answer:SELECT cell_type FROM table_name_15 WHERE conduction_speed__m_s_ = "35"###context:CREATE TABLE table_name_15 (cell_type VARCHAR, conduction_speed__m_s_ VARCHAR)
###question:What was the total matches that ranked above 10?###answer:SELECT SUM(matches) FROM table_name_9 WHERE rank > 10###context:CREATE TABLE table_name_9 (matches INTEGER, rank INTEGER)
###question:What was the total amount of matches for Alan Shearer?###answer:SELECT COUNT(matches) FROM table_name_81 WHERE name = "alan shearer"###context:CREATE TABLE table_name_81 (matches VARCHAR, name VARCHAR)
###question:What is the average goals for Jimmy Greaves, and matches more than 516?###answer:SELECT AVG(goals) FROM table_name_91 WHERE name = "jimmy greaves" AND matches > 516###context:CREATE TABLE table_name_91 (goals INTEGER, name VARCHAR, matches VARCHAR)
###question:What was the total number of matches for Nat Lofthouse, ranking higher than 7?###answer:SELECT COUNT(matches) FROM table_name_55 WHERE name = "nat lofthouse" AND rank > 7###context:CREATE TABLE table_name_55 (matches VARCHAR, name VARCHAR, rank VARCHAR)