text
stringlengths
114
1.06k
### question: Who was the Independent Socialist candidate who ran against the Liberal candidate Edward Goodell? ### answer: SELECT independent_socialist_ticket FROM table_name_75 WHERE liberal_ticket = "edward goodell" ### context: CREATE TABLE table_name_75 (independent_socialist_ticket VARCHAR, liberal_ticket VARCHAR...
### question: Which Att has a Time of 2:14? ### answer: SELECT att FROM table_name_75 WHERE time = "2:14" ### context: CREATE TABLE table_name_75 (att VARCHAR, time VARCHAR)
### question: when is Record of 66-95? ### answer: SELECT time FROM table_name_31 WHERE record = "66-95" ### context: CREATE TABLE table_name_31 (time VARCHAR, record VARCHAR)
### question: Which Opponent has a Record of 65-95? ### answer: SELECT opponent FROM table_name_12 WHERE record = "65-95" ### context: CREATE TABLE table_name_12 (opponent VARCHAR, record VARCHAR)
### question: What is the to par that has ernie els as the player? ### answer: SELECT to_par FROM table_name_43 WHERE player = "ernie els" ### context: CREATE TABLE table_name_43 (to_par VARCHAR, player VARCHAR)
### question: What player has money of (£) 159,500, and france is the country? ### answer: SELECT player FROM table_name_99 WHERE money___£__ = "159,500" AND country = "france" ### context: CREATE TABLE table_name_99 (player VARCHAR, money___£__ VARCHAR, country VARCHAR)
### question: What player has 69-70-68-73=280 as the score? ### answer: SELECT player FROM table_name_52 WHERE score = 69 - 70 - 68 - 73 = 280 ### context: CREATE TABLE table_name_52 (player VARCHAR, score VARCHAR)
### question: What is the average year that has a win less than 1, yamaha as the team, with points greater than 2? ### answer: SELECT AVG(year) FROM table_name_30 WHERE wins < 1 AND team = "yamaha" AND points > 2 ### context: CREATE TABLE table_name_30 (year INTEGER, points VARCHAR, wins VARCHAR, team VARCHAR)
### question: What is the highest wins that has 350cc as the class, yamaha for the team, with points less than 37, and a year after 1979? ### answer: SELECT MAX(wins) FROM table_name_7 WHERE class = "350cc" AND team = "yamaha" AND points < 37 AND year > 1979 ### context: CREATE TABLE table_name_7 (wins INTEGER, year VA...
### question: How many points have 500cc for the class, a win greater than 0, with a year after 1974? ### answer: SELECT SUM(points) FROM table_name_77 WHERE class = "500cc" AND wins > 0 AND year > 1974 ### context: CREATE TABLE table_name_77 (points INTEGER, year VARCHAR, class VARCHAR, wins VARCHAR)
### question: How many wins have a year after 1976, and 350cc as the class? ### answer: SELECT SUM(wins) FROM table_name_21 WHERE year > 1976 AND class = "350cc" ### context: CREATE TABLE table_name_21 (wins INTEGER, year VARCHAR, class VARCHAR)
### question: How many San Jose wins have an LA goals larger than 6, and an LA wins smaller than 21? ### answer: SELECT COUNT(san_jose_wins) FROM table_name_43 WHERE la_goals > 6 AND la_wins < 21 ### context: CREATE TABLE table_name_43 (san_jose_wins VARCHAR, la_goals VARCHAR, la_wins VARCHAR)
### question: Which San Jose goals have a San Jose wins smaller than 0? ### answer: SELECT MIN(san_jose_goals) FROM table_name_28 WHERE san_jose_wins < 0 ### context: CREATE TABLE table_name_28 (san_jose_goals INTEGER, san_jose_wins INTEGER)
### question: Name the most april with record of 38-33-10 ### answer: SELECT MAX(april) FROM table_name_19 WHERE record = "38-33-10" ### context: CREATE TABLE table_name_19 (april INTEGER, record VARCHAR)
### question: Name the opponent with record of 38-34-10 ### answer: SELECT opponent FROM table_name_97 WHERE record = "38-34-10" ### context: CREATE TABLE table_name_97 (opponent VARCHAR, record VARCHAR)
### question: Name the total number of April for game more than 81 and reord of 38-33-10 ### answer: SELECT COUNT(april) FROM table_name_46 WHERE record = "38-33-10" AND game > 81 ### context: CREATE TABLE table_name_46 (april VARCHAR, record VARCHAR, game VARCHAR)
### question: what series was on may 14 ### answer: SELECT series FROM table_name_53 WHERE date = "may 14" ### context: CREATE TABLE table_name_53 (series VARCHAR, date VARCHAR)
### question: What is the to par that has england as the country, with 66 as a score? ### answer: SELECT to_par FROM table_name_95 WHERE country = "england" AND score = 66 ### context: CREATE TABLE table_name_95 (to_par VARCHAR, country VARCHAR, score VARCHAR)
### question: What country has a score less than 68, and paul casey as the player? ### answer: SELECT country FROM table_name_95 WHERE score < 68 AND player = "paul casey" ### context: CREATE TABLE table_name_95 (country VARCHAR, score VARCHAR, player VARCHAR)
### question: What is the lowest score that has alastair forsyth as the player? ### answer: SELECT MIN(score) FROM table_name_28 WHERE player = "alastair forsyth" ### context: CREATE TABLE table_name_28 (score INTEGER, player VARCHAR)
### question: How many scores have paul casey as a player? ### answer: SELECT COUNT(score) FROM table_name_87 WHERE player = "paul casey" ### context: CREATE TABLE table_name_87 (score VARCHAR, player VARCHAR)
### question: Who owns the item that was a T326 before conversion and re-entered service on 11 September 1985? ### answer: SELECT owner FROM table_name_42 WHERE re_entered_service__p_ = "11 september 1985" AND pre_conversion = "t326" ### context: CREATE TABLE table_name_42 (owner VARCHAR, re_entered_service__p_ VARCHAR...
### question: What date did the T328 that entered service on 18 June 1956 re-enter service? ### answer: SELECT re_entered_service__p_ FROM table_name_22 WHERE entered_service__t_ = "18 june 1956" AND pre_conversion = "t328" ### context: CREATE TABLE table_name_22 (re_entered_service__p_ VARCHAR, entered_service__t_ VAR...
### question: Which of V/Line Passenger's pre-conversions re-entered service on 23 November 1984? ### answer: SELECT pre_conversion FROM table_name_16 WHERE owner = "v/line passenger" AND re_entered_service__p_ = "23 november 1984" ### context: CREATE TABLE table_name_16 (pre_conversion VARCHAR, owner VARCHAR, re_enter...
### question: Who owns the locomotive that entered service on 30 October 1956? ### answer: SELECT owner FROM table_name_80 WHERE entered_service__t_ = "30 october 1956" ### context: CREATE TABLE table_name_80 (owner VARCHAR, entered_service__t_ VARCHAR)
### question: What was the score of the game when the record was 50-85? ### answer: SELECT score FROM table_name_73 WHERE record = "50-85" ### context: CREATE TABLE table_name_73 (score VARCHAR, record VARCHAR)
### question: What was the loss of the game when the record was 46-84? ### answer: SELECT loss FROM table_name_65 WHERE record = "46-84" ### context: CREATE TABLE table_name_65 (loss VARCHAR, record VARCHAR)
### question: What was the record at the game with a loss of Cook (14–7)? ### answer: SELECT record FROM table_name_61 WHERE loss = "cook (14–7)" ### context: CREATE TABLE table_name_61 (record VARCHAR, loss VARCHAR)
### question: What album is 4:53 long? ### answer: SELECT album FROM table_name_74 WHERE length = "4:53" ### context: CREATE TABLE table_name_74 (album VARCHAR, length VARCHAR)
### question: Which 1989 has a 1986 of 99? ### answer: SELECT 1989 FROM table_name_42 WHERE 1986 = "99" ### context: CREATE TABLE table_name_42 (Id VARCHAR)
### question: Which 1983 has a Tournament of wimbledon? ### answer: SELECT 1983 FROM table_name_2 WHERE tournament = "wimbledon" ### context: CREATE TABLE table_name_2 (tournament VARCHAR)
### question: Which Tournament has A in 1987? ### answer: SELECT tournament FROM table_name_11 WHERE 1987 = "a" ### context: CREATE TABLE table_name_11 (tournament VARCHAR)
### question: Which 1988 has a 1985 of 2r? ### answer: SELECT 1988 FROM table_name_54 WHERE 1985 = "2r" ### context: CREATE TABLE table_name_54 (Id VARCHAR)
### question: Which 1988 has a 1982 of 104? ### answer: SELECT 1988 FROM table_name_46 WHERE 1982 = "104" ### context: CREATE TABLE table_name_46 (Id VARCHAR)
### question: Which Tournament has a 1984 of 1r? ### answer: SELECT tournament FROM table_name_26 WHERE 1984 = "1r" ### context: CREATE TABLE table_name_26 (tournament VARCHAR)
### question: Release date of 2008 q3 has what release price? ### answer: SELECT release_price___usd__ FROM table_name_69 WHERE release_date = "2008 q3" ### context: CREATE TABLE table_name_69 (release_price___usd__ VARCHAR, release_date VARCHAR)
### question: Frequency of 1.2 ghz, and a Release price ( USD ) of $70 is what socket? ### answer: SELECT socket FROM table_name_91 WHERE frequency = "1.2 ghz" AND release_price___usd__ = "$70" ### context: CREATE TABLE table_name_91 (socket VARCHAR, frequency VARCHAR, release_price___usd__ VARCHAR)
### question: Socket of fcbga1088, and a Voltage of 1v, and a Part number(s) of nu80579ez600cnu80579ez600ct is what mult? ### answer: SELECT mult FROM table_name_3 WHERE socket = "fcbga1088" AND voltage = "1v" AND part_number_s_ = "nu80579ez600cnu80579ez600ct" ### context: CREATE TABLE table_name_3 (mult VARCHAR, part_...
### question: Spec number of slj6d(b1)slj6f(b1) has what mult.? ### answer: SELECT mult FROM table_name_85 WHERE sspec_number = "slj6d(b1)slj6f(b1)" ### context: CREATE TABLE table_name_85 (mult VARCHAR, sspec_number VARCHAR)
### question: Socket of without quickassist has what release price? ### answer: SELECT release_price___usd__ FROM table_name_63 WHERE socket = "without quickassist" ### context: CREATE TABLE table_name_63 (release_price___usd__ VARCHAR, socket VARCHAR)
### question: Release date of 2008 q3, and a Part number(s) of nu80579ez009c has what Release price ( USD )? ### answer: SELECT release_price___usd__ FROM table_name_3 WHERE release_date = "2008 q3" AND part_number_s_ = "nu80579ez009c" ### context: CREATE TABLE table_name_3 (release_price___usd__ VARCHAR, release_date ...
### question: What is the lowest Hong Kong value with a 0 Brisbane value and a greater than 0 Kuala Lumpur value? ### answer: SELECT MIN(hong_kong) FROM table_name_52 WHERE brisbane = 0 AND kuala_lumpur > 0 ### context: CREATE TABLE table_name_52 (hong_kong INTEGER, brisbane VARCHAR, kuala_lumpur VARCHAR)
### question: What is the highest Kuala Lumpur value with a Durban value less than 1 and a Mar Del Plata value greater than 0? ### answer: SELECT MAX(kuala_lumpur) FROM table_name_82 WHERE durban < 1 AND mar_del_plata > 0 ### context: CREATE TABLE table_name_82 (kuala_lumpur INTEGER, durban VARCHAR, mar_del_plata VARCH...
### question: What is the highest New Zealand value with a Hong Kong value less than 0? ### answer: SELECT MAX(new_zealand) FROM table_name_47 WHERE hong_kong < 0 ### context: CREATE TABLE table_name_47 (new_zealand INTEGER, hong_kong INTEGER)
### question: What is the average Singapore value with a London value less than 0? ### answer: SELECT AVG(singapore) FROM table_name_80 WHERE london < 0 ### context: CREATE TABLE table_name_80 (singapore INTEGER, london INTEGER)
### question: What position was picked for Canada on Pick 8? ### answer: SELECT position FROM table_name_61 WHERE country = "canada" AND pick = "8" ### context: CREATE TABLE table_name_61 (position VARCHAR, country VARCHAR, pick VARCHAR)
### question: What is the position that is shown for 2011? ### answer: SELECT position FROM table_name_41 WHERE year = 2011 ### context: CREATE TABLE table_name_41 (position VARCHAR, year VARCHAR)
### question: what language is seethaiah in ### answer: SELECT language FROM table_name_27 WHERE film_name = "seethaiah" ### context: CREATE TABLE table_name_27 (language VARCHAR, film_name VARCHAR)
### question: Which Producer has a Role of rizzette? ### answer: SELECT producer FROM table_name_74 WHERE role = "rizzette" ### context: CREATE TABLE table_name_74 (producer VARCHAR, role VARCHAR)
### question: Which Title has a Director of rowell santiago? ### answer: SELECT title FROM table_name_39 WHERE director = "rowell santiago" ### context: CREATE TABLE table_name_39 (title VARCHAR, director VARCHAR)
### question: Which Year has a Producer of viva films, and a Title of magkapatid? ### answer: SELECT year FROM table_name_41 WHERE producer = "viva films" AND title = "magkapatid" ### context: CREATE TABLE table_name_41 (year VARCHAR, producer VARCHAR, title VARCHAR)
### question: Which Director has a Role of melissa? ### answer: SELECT director FROM table_name_80 WHERE role = "melissa" ### context: CREATE TABLE table_name_80 (director VARCHAR, role VARCHAR)
### question: Which 1990-91 has an average number of 1.035? ### answer: SELECT 1990 AS _91 FROM table_name_34 WHERE average = 1.035 ### context: CREATE TABLE table_name_34 (average VARCHAR)
### question: What results has a week larger than 13? ### answer: SELECT result FROM table_name_90 WHERE week > 13 ### context: CREATE TABLE table_name_90 (result VARCHAR, week INTEGER)
### question: What results has a week smaller than 2? ### answer: SELECT result FROM table_name_79 WHERE week < 2 ### context: CREATE TABLE table_name_79 (result VARCHAR, week INTEGER)
### question: What was the score for game number 30? ### answer: SELECT score FROM table_name_71 WHERE game = 30 ### context: CREATE TABLE table_name_71 (score VARCHAR, game VARCHAR)
### question: What is the sum for the game with a score of 103–126? ### answer: SELECT SUM(game) FROM table_name_91 WHERE score = "103–126" ### context: CREATE TABLE table_name_91 (game INTEGER, score VARCHAR)
### question: What is the lowest game number that has a Record of 3–33? ### answer: SELECT MIN(game) FROM table_name_93 WHERE record = "3–33" ### context: CREATE TABLE table_name_93 (game INTEGER, record VARCHAR)
### question: what score was on february 21 ### answer: SELECT score FROM table_name_18 WHERE february = 21 ### context: CREATE TABLE table_name_18 (score VARCHAR, february VARCHAR)
### question: What is the nationality of the player from the Ohio State University (NCAA) Team? ### answer: SELECT nationality FROM table_name_20 WHERE college_junior_club_team__league_ = "ohio state university (ncaa)" ### context: CREATE TABLE table_name_20 (nationality VARCHAR, college_junior_club_team__league_ VARCH...
### question: What is the lowest round of the Kitchener Rangers (OHA)? ### answer: SELECT MIN(round) FROM table_name_97 WHERE college_junior_club_team__league_ = "kitchener rangers (oha)" ### context: CREATE TABLE table_name_97 (round INTEGER, college_junior_club_team__league_ VARCHAR)
### question: What is the position of Pierre Daigneault? ### answer: SELECT position FROM table_name_58 WHERE player = "pierre daigneault" ### context: CREATE TABLE table_name_58 (position VARCHAR, player VARCHAR)
### question: What is the average 2006 value with a 2010 value of 417.9 and a 2011 value greater than 426.7? ### answer: SELECT AVG(2006) FROM table_name_26 WHERE 2010 = 417.9 AND 2011 > 426.7 ### context: CREATE TABLE table_name_26 (Id VARCHAR)
### question: What is the 2011 total with a 2008 value greater than 346.5, a 2009 value of 392, and a 2010 value bigger than 354.6? ### answer: SELECT COUNT(2011) FROM table_name_45 WHERE 2008 > 346.5 AND 2009 = 392 AND 2010 > 354.6 ### context: CREATE TABLE table_name_45 (Id VARCHAR)
### question: What is the total 2008 value with a 2006 value greater than 322.7, a 353.9 in 2011, and a 2009 less than 392? ### answer: SELECT COUNT(2008) FROM table_name_53 WHERE 2006 > 322.7 AND 2011 = 353.9 AND 2009 < 392 ### context: CREATE TABLE table_name_53 (Id VARCHAR)
### question: What is the highest 2009 value with a 2006 value smaller than 280.4, a 2007 less than 2.2, and a 2011 less than 3.5? ### answer: SELECT MAX(2009) FROM table_name_10 WHERE 2006 < 280.4 AND 2007 < 2.2 AND 2010 < 3.5 ### context: CREATE TABLE table_name_10 (Id VARCHAR)
### question: What is the average 2007 value with a 2009 value greater than 2.8, a 4.9 in 2010, and a 2006 less than 2.5? ### answer: SELECT AVG(2007) FROM table_name_19 WHERE 2009 > 2.8 AND 2010 = 4.9 AND 2006 < 2.5 ### context: CREATE TABLE table_name_19 (Id VARCHAR)
### question: What is the 2006 total with a 2010 value greater than 417.9? ### answer: SELECT COUNT(2006) FROM table_name_95 WHERE 2010 > 417.9 ### context: CREATE TABLE table_name_95 (Id VARCHAR)
### question: when has an Opponent of @ philadelphia phillies and an Attendance of 20,072? ### answer: SELECT date FROM table_name_19 WHERE opponent = "@ philadelphia phillies" AND attendance = "20,072" ### context: CREATE TABLE table_name_19 (date VARCHAR, opponent VARCHAR, attendance VARCHAR)
### question: Which Opponent is on april 28? ### answer: SELECT opponent FROM table_name_19 WHERE date = "april 28" ### context: CREATE TABLE table_name_19 (opponent VARCHAR, date VARCHAR)
### question: Which Record has an Attendance of 24,597? ### answer: SELECT record FROM table_name_62 WHERE attendance = "24,597" ### context: CREATE TABLE table_name_62 (record VARCHAR, attendance VARCHAR)
### question: Which Record has a Loss of o'connor (0-1)? ### answer: SELECT record FROM table_name_44 WHERE loss = "o'connor (0-1)" ### context: CREATE TABLE table_name_44 (record VARCHAR, loss VARCHAR)
### question: which attendance has a Loss of drese (0-2)? ### answer: SELECT attendance FROM table_name_24 WHERE loss = "drese (0-2)" ### context: CREATE TABLE table_name_24 (attendance VARCHAR, loss VARCHAR)
### question: What is the highest 2nd in (m) that has a Rank more than 2 and Points more than 249.3 ### answer: SELECT MAX(2 AS nd__m_) FROM table_name_14 WHERE rank > 2 AND points > 249.3 ### context: CREATE TABLE table_name_14 (rank VARCHAR, points VARCHAR)
### question: What is the first date of election for the incumbent that was re-elected in the South Carolina 1 district? ### answer: SELECT first_elected FROM table_name_45 WHERE result = "re-elected" AND district = "south carolina 1" ### context: CREATE TABLE table_name_45 (first_elected VARCHAR, result VARCHAR, distr...
### question: Who was the incumbent who was first elected in 1876? ### answer: SELECT incumbent FROM table_name_43 WHERE first_elected = "1876" ### context: CREATE TABLE table_name_43 (incumbent VARCHAR, first_elected VARCHAR)
### question: Who was the Democratic incumbent in the South Carolina 5 District? ### answer: SELECT incumbent FROM table_name_84 WHERE party = "democratic" AND district = "south carolina 5" ### context: CREATE TABLE table_name_84 (incumbent VARCHAR, party VARCHAR, district VARCHAR)
### question: What is the first elected date for the incumbent in the South Carolina 4 district? ### answer: SELECT first_elected FROM table_name_98 WHERE district = "south carolina 4" ### context: CREATE TABLE table_name_98 (first_elected VARCHAR, district VARCHAR)
### question: Which area has a telephone of (052) of 3862279? ### answer: SELECT area__km_2__ FROM table_name_1 WHERE telephone__052_ = "3862279" ### context: CREATE TABLE table_name_1 (area__km_2__ VARCHAR, telephone__052_ VARCHAR)
### question: Which driver had points over 252 in the season of 2012 with a percentage of possible points at 55.60%? ### answer: SELECT driver FROM table_name_40 WHERE points > 252 AND season = "2012" AND percentage_of_possible_points = "55.60%" ### context: CREATE TABLE table_name_40 (driver VARCHAR, percentage_of_pos...
### question: What is the number of races that took place with points of 257? ### answer: SELECT SUM(races) FROM table_name_28 WHERE points = 257 ### context: CREATE TABLE table_name_28 (races INTEGER, points VARCHAR)
### question: What is the number of points that driver fernando alonso has in the season he had 20 races? ### answer: SELECT SUM(points) FROM table_name_72 WHERE races = 20 AND driver = "fernando alonso" ### context: CREATE TABLE table_name_72 (points INTEGER, races VARCHAR, driver VARCHAR)
### question: What was the average Points of the season driver Fernando Alonso had a percentage of possible points of 53.05%? ### answer: SELECT AVG(points) FROM table_name_15 WHERE driver = "fernando alonso" AND percentage_of_possible_points = "53.05%" ### context: CREATE TABLE table_name_15 (points INTEGER, driver VA...
### question: What position has 217 as the pick? ### answer: SELECT position FROM table_name_93 WHERE pick = 217 ### context: CREATE TABLE table_name_93 (position VARCHAR, pick VARCHAR)
### question: Which score has a record of 18-21-7? ### answer: SELECT score FROM table_name_36 WHERE record = "18-21-7" ### context: CREATE TABLE table_name_36 (score VARCHAR, record VARCHAR)
### question: What is the lowest value for apps in 2009 season in a division less than 1? ### answer: SELECT MIN(apps) FROM table_name_86 WHERE season = "2009" AND division < 1 ### context: CREATE TABLE table_name_86 (apps INTEGER, season VARCHAR, division VARCHAR)
### question: What is the sum of goals for Torpedo Moscow in division 1 with an apps value less than 29? ### answer: SELECT SUM(goals) FROM table_name_48 WHERE team = "torpedo moscow" AND division = 1 AND apps < 29 ### context: CREATE TABLE table_name_48 (goals INTEGER, apps VARCHAR, team VARCHAR, division VARCHAR)
### question: Which Remixed by has a Version of album version, and an Album of les mots? ### answer: SELECT remixed_by FROM table_name_80 WHERE version = "album version" AND album = "les mots" ### context: CREATE TABLE table_name_80 (remixed_by VARCHAR, version VARCHAR, album VARCHAR)
### question: How long was the instrumental version in 1986? ### answer: SELECT length FROM table_name_74 WHERE year = 1986 AND version = "instrumental" ### context: CREATE TABLE table_name_74 (length VARCHAR, year VARCHAR, version VARCHAR)
### question: Which long version was remixed in 1986? ### answer: SELECT remixed_by FROM table_name_51 WHERE year = 1986 AND version = "long version" ### context: CREATE TABLE table_name_51 (remixed_by VARCHAR, year VARCHAR, version VARCHAR)
### question: Who was Canada's lead? ### answer: SELECT lead FROM table_name_76 WHERE country = "canada" ### context: CREATE TABLE table_name_76 (lead VARCHAR, country VARCHAR)
### question: What was Canada's skip? ### answer: SELECT skip FROM table_name_68 WHERE country = "canada" ### context: CREATE TABLE table_name_68 (skip VARCHAR, country VARCHAR)
### question: Which country has a Lead of sarah wazney? ### answer: SELECT country FROM table_name_50 WHERE lead = "sarah wazney" ### context: CREATE TABLE table_name_50 (country VARCHAR, lead VARCHAR)
### question: Which Lead has a Third of jeanne ellegaard? ### answer: SELECT lead FROM table_name_56 WHERE third = "jeanne ellegaard" ### context: CREATE TABLE table_name_56 (lead VARCHAR, third VARCHAR)
### question: Which Skip has a Third of sara carlsson? ### answer: SELECT skip FROM table_name_39 WHERE third = "sara carlsson" ### context: CREATE TABLE table_name_39 (skip VARCHAR, third VARCHAR)
### question: Which Skip has a Second of vicki adams? ### answer: SELECT skip FROM table_name_21 WHERE second = "vicki adams" ### context: CREATE TABLE table_name_21 (skip VARCHAR, second VARCHAR)
### question: Enrollment that has a School of south central (union mills) has what sum? ### answer: SELECT SUM(enrollment) FROM table_name_72 WHERE school = "south central (union mills)" ### context: CREATE TABLE table_name_72 (enrollment INTEGER, school VARCHAR)
### question: Mascot of blazers involves what city? ### answer: SELECT city FROM table_name_17 WHERE mascot = "blazers" ### context: CREATE TABLE table_name_17 (city VARCHAR, mascot VARCHAR)
### question: County of 46 laporte is what school? ### answer: SELECT school FROM table_name_83 WHERE county = "46 laporte" ### context: CREATE TABLE table_name_83 (school VARCHAR, county VARCHAR)
### question: What is the average Laps that shows spun off for time? ### answer: SELECT AVG(laps) FROM table_name_56 WHERE time = "spun off" ### context: CREATE TABLE table_name_56 (laps INTEGER, time VARCHAR)