text
stringlengths
114
1.06k
### question: What is the lowest wins with less than 2 Byes? ### answer: SELECT MIN(wins) FROM table_name_15 WHERE byes < 2 ### context: CREATE TABLE table_name_15 (wins INTEGER, byes INTEGER)
### question: What is the highest score with 0 wins and more than 2 Byes? ### answer: SELECT MAX(against) FROM table_name_4 WHERE wins = 0 AND byes > 2 ### context: CREATE TABLE table_name_4 (against INTEGER, wins VARCHAR, byes VARCHAR)
### question: What is the sum of wins against the smaller score 1148? ### answer: SELECT SUM(wins) FROM table_name_80 WHERE against < 1148 ### context: CREATE TABLE table_name_80 (wins INTEGER, against INTEGER)
### question: Who had a rank larger than 7, less than 305 goals, and 418 matches? ### answer: SELECT name FROM table_name_36 WHERE rank > 7 AND goals < 305 AND matches = "418" ### context: CREATE TABLE table_name_36 (name VARCHAR, matches VARCHAR, rank VARCHAR, goals VARCHAR)
### question: How many goals ranked 6? ### answer: SELECT COUNT(goals) FROM table_name_36 WHERE rank = 6 ### context: CREATE TABLE table_name_36 (goals VARCHAR, rank VARCHAR)
### question: How many matches had 360 goals? ### answer: SELECT matches FROM table_name_31 WHERE goals = 360 ### context: CREATE TABLE table_name_31 (matches VARCHAR, goals VARCHAR)
### question: What is the Nominee from the Category that is best costume design? ### answer: SELECT nominee FROM table_name_64 WHERE category = "best costume design" ### context: CREATE TABLE table_name_64 (nominee VARCHAR, category VARCHAR)
### question: Which Total has a Bronze larger than 12, and a Silver larger than 772, and a Country of thailand? ### answer: SELECT SUM(total) FROM table_name_70 WHERE bronze > 12 AND silver > 772 AND country = "thailand" ### context: CREATE TABLE table_name_70 (total INTEGER, country VARCHAR, bronze VARCHAR, silver VAR...
### question: Which Gold has a Total of 2998, and a Bronze smaller than 1191? ### answer: SELECT AVG(gold) FROM table_name_68 WHERE total = 2998 AND bronze < 1191 ### context: CREATE TABLE table_name_68 (gold INTEGER, total VARCHAR, bronze VARCHAR)
### question: Which Bronze has a Country of malaysia, and a Total smaller than 2644? ### answer: SELECT SUM(bronze) FROM table_name_75 WHERE country = "malaysia" AND total < 2644 ### context: CREATE TABLE table_name_75 (bronze INTEGER, country VARCHAR, total VARCHAR)
### question: Which Silver has a Bronze smaller than 618, and a Country of laos? ### answer: SELECT silver FROM table_name_65 WHERE bronze < 618 AND country = "laos" ### context: CREATE TABLE table_name_65 (silver VARCHAR, bronze VARCHAR, country VARCHAR)
### question: What is the Score with a Team that is @ portland? ### answer: SELECT score FROM table_name_1 WHERE team = "@ portland" ### context: CREATE TABLE table_name_1 (score VARCHAR, team VARCHAR)
### question: What is the High points with a Date that is january 20? ### answer: SELECT high_points FROM table_name_35 WHERE date = "january 20" ### context: CREATE TABLE table_name_35 (high_points VARCHAR, date VARCHAR)
### question: Who was the home team that the Clippers played? ### answer: SELECT home FROM table_name_64 WHERE visitor = "clippers" ### context: CREATE TABLE table_name_64 (home VARCHAR, visitor VARCHAR)
### question: What's the record of the game where Lebron James (16) was the leading scorer? ### answer: SELECT record FROM table_name_69 WHERE leading_scorer = "lebron james (16)" ### context: CREATE TABLE table_name_69 (record VARCHAR, leading_scorer VARCHAR)
### question: When the venue was A and the date was 2 january 2008, what was the average attendance? ### answer: SELECT AVG(attendance) FROM table_name_61 WHERE venue = "a" AND date = "2 january 2008" ### context: CREATE TABLE table_name_61 (attendance INTEGER, venue VARCHAR, date VARCHAR)
### question: On 10 November 2007, what was the venue? ### answer: SELECT venue FROM table_name_60 WHERE date = "10 november 2007" ### context: CREATE TABLE table_name_60 (venue VARCHAR, date VARCHAR)
### question: On what date was the opponent Ayr United, the result 1–0, and the attendance more than 668? ### answer: SELECT date FROM table_name_17 WHERE result = "1–0" AND attendance > 668 AND opponent = "ayr united" ### context: CREATE TABLE table_name_17 (date VARCHAR, opponent VARCHAR, result VARCHAR, attendance V...
### question: When the opponent was Brechin City and the attendance was 656, what was the Result? ### answer: SELECT result FROM table_name_47 WHERE opponent = "brechin city" AND attendance = 656 ### context: CREATE TABLE table_name_47 (result VARCHAR, opponent VARCHAR, attendance VARCHAR)
### question: On 1 september 2007, at the Venue A, what was the average attendance? ### answer: SELECT AVG(attendance) FROM table_name_45 WHERE venue = "a" AND date = "1 september 2007" ### context: CREATE TABLE table_name_45 (attendance INTEGER, venue VARCHAR, date VARCHAR)
### question: Which Score has a Country of england, and a Year larger than 1971? ### answer: SELECT score FROM table_name_77 WHERE country = "england" AND year > 1971 ### context: CREATE TABLE table_name_77 (score VARCHAR, country VARCHAR, year VARCHAR)
### question: What is Scotland's winner? ### answer: SELECT winner FROM table_name_37 WHERE country = "scotland" ### context: CREATE TABLE table_name_37 (winner VARCHAR, country VARCHAR)
### question: What time was the game in week 2? ### answer: SELECT time FROM table_name_15 WHERE week = 2 ### context: CREATE TABLE table_name_15 (time VARCHAR, week VARCHAR)
### question: What was the score of the game on September 14, 2008? ### answer: SELECT result FROM table_name_88 WHERE date = "september 14, 2008" ### context: CREATE TABLE table_name_88 (result VARCHAR, date VARCHAR)
### question: What was the final score of the game on November 23, 2008? ### answer: SELECT result FROM table_name_66 WHERE date = "november 23, 2008" ### context: CREATE TABLE table_name_66 (result VARCHAR, date VARCHAR)
### question: Which species has a Voges-Proskauer reading of negative and an indole reading of negative? ### answer: SELECT species FROM table_name_43 WHERE voges_proskauer = "negative" AND indole = "negative" ### context: CREATE TABLE table_name_43 (species VARCHAR, voges_proskauer VARCHAR, indole VARCHAR)
### question: What is the Voges-Proskauer reading for proteus mirabilis? ### answer: SELECT voges_proskauer FROM table_name_70 WHERE species = "proteus mirabilis" ### context: CREATE TABLE table_name_70 (voges_proskauer VARCHAR, species VARCHAR)
### question: What is the methyl red reading for the species that tests positive for indole? ### answer: SELECT methyl_red FROM table_name_98 WHERE indole = "positive" ### context: CREATE TABLE table_name_98 (methyl_red VARCHAR, indole VARCHAR)
### question: What is the methyl red reading for proteus mirabilis? ### answer: SELECT methyl_red FROM table_name_77 WHERE species = "proteus mirabilis" ### context: CREATE TABLE table_name_77 (methyl_red VARCHAR, species VARCHAR)
### question: What is the highest silver medals for Russia with more than 5 bronze medals? ### answer: SELECT MAX(silver) FROM table_name_15 WHERE nation = "russia" AND bronze > 5 ### context: CREATE TABLE table_name_15 (silver INTEGER, nation VARCHAR, bronze VARCHAR)
### question: What package/option has sky arte hd as the television service? ### answer: SELECT package_option FROM table_name_51 WHERE television_service = "sky arte hd" ### context: CREATE TABLE table_name_51 (package_option VARCHAR, television_service VARCHAR)
### question: What language has NO, as the HDTV, sky famiglia as the package/option, and national geographic channel as the television service? ### answer: SELECT language FROM table_name_23 WHERE hdtv = "no" AND package_option = "sky famiglia" AND television_service = "national geographic channel" ### context: CREATE ...
### question: What language has sky famiglia as the package/option? ### answer: SELECT language FROM table_name_82 WHERE package_option = "sky famiglia" ### context: CREATE TABLE table_name_82 (language VARCHAR, package_option VARCHAR)
### question: What language has viaggi as the content? ### answer: SELECT language FROM table_name_65 WHERE content = "viaggi" ### context: CREATE TABLE table_name_65 (language VARCHAR, content VARCHAR)
### question: What television service has italian as the language, and sky famiglia as the package option? ### answer: SELECT television_service FROM table_name_20 WHERE language = "italian" AND package_option = "sky famiglia" ### context: CREATE TABLE table_name_20 (television_service VARCHAR, language VARCHAR, packag...
### question: What package/option has documentaries as the content, yes as the HDTV, and a television service of history hd? ### answer: SELECT package_option FROM table_name_56 WHERE content = "documentaries" AND hdtv = "yes" AND television_service = "history hd" ### context: CREATE TABLE table_name_56 (package_option...
### question: What was the resolution for the match that ended by Submission (armbar)? ### answer: SELECT res FROM table_name_91 WHERE method = "submission (armbar)" ### context: CREATE TABLE table_name_91 (res VARCHAR, method VARCHAR)
### question: What was the total time for the match that ocurred in Round 3 with opponent Keith Wisniewski? ### answer: SELECT time FROM table_name_39 WHERE round = "3" AND opponent = "keith wisniewski" ### context: CREATE TABLE table_name_39 (time VARCHAR, round VARCHAR, opponent VARCHAR)
### question: Where did the match with opponent Laverne Clark occur? ### answer: SELECT location FROM table_name_14 WHERE opponent = "laverne clark" ### context: CREATE TABLE table_name_14 (location VARCHAR, opponent VARCHAR)
### question: What is the Diameter (mi) when the Longitude is 79.8° e? ### answer: SELECT diameter__mi_ FROM table_name_65 WHERE longitude = "79.8° e" ### context: CREATE TABLE table_name_65 (diameter__mi_ VARCHAR, longitude VARCHAR)
### question: What is the Latitude when the Diameter (km) is 13km, and the Longitude is 72.9° e? ### answer: SELECT latitude FROM table_name_94 WHERE diameter__km_ = "13km" AND longitude = "72.9° e" ### context: CREATE TABLE table_name_94 (latitude VARCHAR, diameter__km_ VARCHAR, longitude VARCHAR)
### question: What shows for the Longitude when there is a Diameter (km) of 31km? ### answer: SELECT longitude FROM table_name_54 WHERE diameter__km_ = "31km" ### context: CREATE TABLE table_name_54 (longitude VARCHAR, diameter__km_ VARCHAR)
### question: What shows for the Diameter (km) when the Diameter (mi) is 8mi, and a Gill is e? ### answer: SELECT diameter__km_ FROM table_name_66 WHERE diameter__mi_ = "8mi" AND gill = "e" ### context: CREATE TABLE table_name_66 (diameter__km_ VARCHAR, diameter__mi_ VARCHAR, gill VARCHAR)
### question: What shows as the Diameter (km) when the Diameter (mi) is 5mi? ### answer: SELECT diameter__km_ FROM table_name_5 WHERE diameter__mi_ = "5mi" ### context: CREATE TABLE table_name_5 (diameter__km_ VARCHAR, diameter__mi_ VARCHAR)
### question: What was the lowest squad with 0 goals? ### answer: SELECT MIN(squad_no) FROM table_name_81 WHERE goals < 0 ### context: CREATE TABLE table_name_81 (squad_no INTEGER, goals INTEGER)
### question: What is the number for overall for angelo craig? ### answer: SELECT COUNT(overall) FROM table_name_30 WHERE player = "angelo craig" ### context: CREATE TABLE table_name_30 (overall VARCHAR, player VARCHAR)
### question: What is the Round when there is an overall of 246? ### answer: SELECT round FROM table_name_85 WHERE overall = 246 ### context: CREATE TABLE table_name_85 (round VARCHAR, overall VARCHAR)
### question: What is the lowest Overall for the wide receiver in a round less than 2? ### answer: SELECT MIN(overall) FROM table_name_93 WHERE position = "wide receiver" AND round < 2 ### context: CREATE TABLE table_name_93 (overall INTEGER, position VARCHAR, round VARCHAR)
### question: What is the Player from appalachian state? ### answer: SELECT player FROM table_name_73 WHERE college = "appalachian state" ### context: CREATE TABLE table_name_73 (player VARCHAR, college VARCHAR)
### question: What is the Production Cost with a Date that is february 2000? ### answer: SELECT production_cost FROM table_name_34 WHERE date = "february 2000" ### context: CREATE TABLE table_name_34 (production_cost VARCHAR, date VARCHAR)
### question: What is the Singapore Gross with a Title that is 2000? ### answer: SELECT singapore_gross FROM table_name_74 WHERE title = "2000" ### context: CREATE TABLE table_name_74 (singapore_gross VARCHAR, title VARCHAR)
### question: What is the Singapore Gross with a Producer that is 2000? ### answer: SELECT singapore_gross FROM table_name_72 WHERE producer = "2000" ### context: CREATE TABLE table_name_72 (singapore_gross VARCHAR, producer VARCHAR)
### question: What is Average Height, when Weight is less than 93, when Spike is less than 336, and when Block is 305? ### answer: SELECT AVG(height) FROM table_name_82 WHERE weight < 93 AND spike < 336 AND block = 305 ### context: CREATE TABLE table_name_82 (height INTEGER, block VARCHAR, weight VARCHAR, spike VARCHAR...
### question: What is Name, when Block is 320, when Spike is more than 336, and when Date of Birth is 12.10.1978? ### answer: SELECT name FROM table_name_39 WHERE block = 320 AND spike > 336 AND date_of_birth = "12.10.1978" ### context: CREATE TABLE table_name_39 (name VARCHAR, date_of_birth VARCHAR, block VARCHAR, spi...
### question: What is the total number of Block(s), when Spike is less than 341, when Weight is greater than 82, and when Name is Theodoros Baev? ### answer: SELECT COUNT(block) FROM table_name_41 WHERE spike < 341 AND weight > 82 AND name = "theodoros baev" ### context: CREATE TABLE table_name_41 (block VARCHAR, name ...
### question: What is Name, when Spike is greater than 343, and when Date of Birth is 02.03.1973? ### answer: SELECT name FROM table_name_98 WHERE spike > 343 AND date_of_birth = "02.03.1973" ### context: CREATE TABLE table_name_98 (name VARCHAR, spike VARCHAR, date_of_birth VARCHAR)
### question: What was the date of the Paco Rabanne Open de France? ### answer: SELECT date FROM table_name_95 WHERE tournament = "paco rabanne open de france" ### context: CREATE TABLE table_name_95 (date VARCHAR, tournament VARCHAR)
### question: On which date did Ian Mosey finish runner-up? ### answer: SELECT date FROM table_name_49 WHERE runner_s__up = "ian mosey" ### context: CREATE TABLE table_name_49 (date VARCHAR, runner_s__up VARCHAR)
### question: What set 2 has a set 4 of 21-25? ### answer: SELECT set_2 FROM table_name_74 WHERE set_4 = "21-25" ### context: CREATE TABLE table_name_74 (set_2 VARCHAR, set_4 VARCHAR)
### question: What was the score when set 3 was 26-28? ### answer: SELECT score FROM table_name_78 WHERE set_3 = "26-28" ### context: CREATE TABLE table_name_78 (score VARCHAR, set_3 VARCHAR)
### question: When was set 3 of 18-25? ### answer: SELECT date FROM table_name_2 WHERE set_3 = "18-25" ### context: CREATE TABLE table_name_2 (date VARCHAR, set_3 VARCHAR)
### question: Who was the away captain with a result of Eng by 1 wkt? ### answer: SELECT away_captain FROM table_name_43 WHERE result = "eng by 1 wkt" ### context: CREATE TABLE table_name_43 (away_captain VARCHAR, result VARCHAR)
### question: On what date was the result Eng by 1 wkt? ### answer: SELECT date FROM table_name_79 WHERE result = "eng by 1 wkt" ### context: CREATE TABLE table_name_79 (date VARCHAR, result VARCHAR)
### question: On what date was Arthur Jones the away captain at Sydney Cricket Ground? ### answer: SELECT date FROM table_name_33 WHERE away_captain = "arthur jones" AND venue = "sydney cricket ground" ### context: CREATE TABLE table_name_33 (date VARCHAR, away_captain VARCHAR, venue VARCHAR)
### question: What is the highest place for song that was draw number 6? ### answer: SELECT MAX(place) FROM table_name_83 WHERE draw = 6 ### context: CREATE TABLE table_name_83 (place INTEGER, draw VARCHAR)
### question: What was the result of the game on November 6, 1988? ### answer: SELECT result FROM table_name_61 WHERE date = "november 6, 1988" ### context: CREATE TABLE table_name_61 (result VARCHAR, date VARCHAR)
### question: What was the date of the game against the Los Angeles Rams? ### answer: SELECT date FROM table_name_60 WHERE opponent = "los angeles rams" ### context: CREATE TABLE table_name_60 (date VARCHAR, opponent VARCHAR)
### question: What is the total with a 25-19 set 2 on Jun 17? ### answer: SELECT total FROM table_name_57 WHERE set_2 = "25-19" AND date = "jun 17" ### context: CREATE TABLE table_name_57 (total VARCHAR, set_2 VARCHAR, date VARCHAR)
### question: What is the set 4 with a 2-3 score? ### answer: SELECT set_4 FROM table_name_73 WHERE score = "2-3" ### context: CREATE TABLE table_name_73 (set_4 VARCHAR, score VARCHAR)
### question: What is the set 5 with a 19-25 set 1? ### answer: SELECT set_5 FROM table_name_44 WHERE set_1 = "19-25" ### context: CREATE TABLE table_name_44 (set_5 VARCHAR, set_1 VARCHAR)
### question: What is the set 1 with a 28-30 set 4? ### answer: SELECT set_1 FROM table_name_67 WHERE set_4 = "28-30" ### context: CREATE TABLE table_name_67 (set_1 VARCHAR, set_4 VARCHAR)
### question: What is the result when there's less than 2 goals? ### answer: SELECT result FROM table_name_46 WHERE goal < 2 ### context: CREATE TABLE table_name_46 (result VARCHAR, goal INTEGER)
### question: What is the score when there are less than 2 goals? ### answer: SELECT score FROM table_name_18 WHERE goal < 2 ### context: CREATE TABLE table_name_18 (score VARCHAR, goal INTEGER)
### question: How many points on average had a position smaller than 8, 16 plays, and a lost larger than 9? ### answer: SELECT AVG(points) FROM table_name_20 WHERE position < 8 AND played = 16 AND lost > 9 ### context: CREATE TABLE table_name_20 (points INTEGER, lost VARCHAR, position VARCHAR, played VARCHAR)
### question: What was the lowest Attendance when the Opponent was Maryland? ### answer: SELECT MIN(attendance) FROM table_name_4 WHERE opponent = "maryland" ### context: CREATE TABLE table_name_4 (attendance INTEGER, opponent VARCHAR)
### question: Which Network has a Local name of moj tata je bolji od tvog tate? ### answer: SELECT network FROM table_name_56 WHERE local_name = "moj tata je bolji od tvog tate" ### context: CREATE TABLE table_name_56 (network VARCHAR, local_name VARCHAR)
### question: Which Country has a Network of channel 1? ### answer: SELECT country FROM table_name_97 WHERE network = "channel 1" ### context: CREATE TABLE table_name_97 (country VARCHAR, network VARCHAR)
### question: Which Country has a Network of nelonen? ### answer: SELECT country FROM table_name_61 WHERE network = "nelonen" ### context: CREATE TABLE table_name_61 (country VARCHAR, network VARCHAR)
### question: Which Local name has a Network of nova tv? ### answer: SELECT local_name FROM table_name_60 WHERE network = "nova tv" ### context: CREATE TABLE table_name_60 (local_name VARCHAR, network VARCHAR)
### question: Which Local name has a Network of tvn? ### answer: SELECT local_name FROM table_name_36 WHERE network = "tvn" ### context: CREATE TABLE table_name_36 (local_name VARCHAR, network VARCHAR)
### question: Which Country has a Host of miguel esteban? ### answer: SELECT country FROM table_name_18 WHERE host = "miguel esteban" ### context: CREATE TABLE table_name_18 (country VARCHAR, host VARCHAR)
### question: Can you tell me the lowest Chapter that has the Pinyin of dehua, and the Articles smaller than 16? ### answer: SELECT MIN(chapter) FROM table_name_54 WHERE pinyin = "dehua" AND articles < 16 ### context: CREATE TABLE table_name_54 (chapter INTEGER, pinyin VARCHAR, articles VARCHAR)
### question: Can you tell me the average Chapter that has Articles smaller than 15? ### answer: SELECT AVG(chapter) FROM table_name_48 WHERE articles < 15 ### context: CREATE TABLE table_name_48 (chapter INTEGER, articles INTEGER)
### question: Can you tell me the Chinese that has the Chapter larger than 4, and the English Translation of food transformations? ### answer: SELECT chinese FROM table_name_7 WHERE chapter > 4 AND english_translation = "food transformations" ### context: CREATE TABLE table_name_7 (chinese VARCHAR, chapter VARCHAR, eng...
### question: Can you tell me the English Translation that has the Articles of 24? ### answer: SELECT english_translation FROM table_name_44 WHERE articles = 24 ### context: CREATE TABLE table_name_44 (english_translation VARCHAR, articles VARCHAR)
### question: What shows for ICAO when the IATA is sin? ### answer: SELECT icao FROM table_name_83 WHERE iata = "sin" ### context: CREATE TABLE table_name_83 (icao VARCHAR, iata VARCHAR)
### question: What is the IATA when France was the country, and the ICAO was lfrn? ### answer: SELECT iata FROM table_name_72 WHERE country = "france" AND icao = "lfrn" ### context: CREATE TABLE table_name_72 (iata VARCHAR, country VARCHAR, icao VARCHAR)
### question: What is the Airport when France was the country, and Montpellier was the city? ### answer: SELECT airport FROM table_name_82 WHERE country = "france" AND city = "montpellier" ### context: CREATE TABLE table_name_82 (airport VARCHAR, country VARCHAR, city VARCHAR)
### question: What is the ICAO for luqa airport? ### answer: SELECT icao FROM table_name_66 WHERE airport = "luqa airport" ### context: CREATE TABLE table_name_66 (icao VARCHAR, airport VARCHAR)
### question: What is the Airport for New York City? ### answer: SELECT airport FROM table_name_30 WHERE city = "new york" ### context: CREATE TABLE table_name_30 (airport VARCHAR, city VARCHAR)
### question: What is the Country when the IATA was osl? ### answer: SELECT country FROM table_name_94 WHERE iata = "osl" ### context: CREATE TABLE table_name_94 (country VARCHAR, iata VARCHAR)
### question: Which Division has a Year larger than 1996,a Regular Season of 4th, and a Playoffs of final? ### answer: SELECT division FROM table_name_76 WHERE year > 1996 AND regular_season = "4th" AND playoffs = "final" ### context: CREATE TABLE table_name_76 (division VARCHAR, playoffs VARCHAR, year VARCHAR, regular...
### question: Which League that has a Open Cup of 1st round, and a Year of 2009? ### answer: SELECT league FROM table_name_99 WHERE open_cup = "1st round" AND year = 2009 ### context: CREATE TABLE table_name_99 (league VARCHAR, open_cup VARCHAR, year VARCHAR)
### question: Which Playoffs has a Division of 2 and a Regular Season of 4th, southeast? ### answer: SELECT playoffs FROM table_name_50 WHERE division = "2" AND regular_season = "4th, southeast" ### context: CREATE TABLE table_name_50 (playoffs VARCHAR, division VARCHAR, regular_season VARCHAR)
### question: What are the least amount of points that have points for greater than 438, and points against greater than 943? ### answer: SELECT MIN(points) FROM table_name_6 WHERE points_for > 438 AND points_against > 943 ### context: CREATE TABLE table_name_6 (points INTEGER, points_for VARCHAR, points_against VARCHA...
### question: What are the highest losses that have points agaisnt less than 956, high park demons as the club, and points less than 16? ### answer: SELECT MAX(loses) FROM table_name_93 WHERE points_against < 956 AND club = "high park demons" AND points < 16 ### context: CREATE TABLE table_name_93 (loses INTEGER, point...
### question: What club has losses greater than 1, 4 for the wins, with points against less than 894? ### answer: SELECT club FROM table_name_83 WHERE loses > 1 AND wins = 4 AND points_against < 894 ### context: CREATE TABLE table_name_83 (club VARCHAR, points_against VARCHAR, loses VARCHAR, wins VARCHAR)
### question: How many losses have points against greater than 592, with high park demons as the club, and points for greater than 631? ### answer: SELECT COUNT(loses) FROM table_name_45 WHERE points_against > 592 AND club = "high park demons" AND points_for > 631 ### context: CREATE TABLE table_name_45 (loses VARCHAR,...
### question: What losses have points for less than 1175, wins greater than 2, points against greater than 894, and 24 as the points? ### answer: SELECT loses FROM table_name_84 WHERE points_for < 1175 AND wins > 2 AND points_against > 894 AND points = 24 ### context: CREATE TABLE table_name_84 (loses VARCHAR, points V...
### question: What's the smallest track written by dennis linde that's 2:50 minutes long ### answer: SELECT MIN(track) FROM table_name_37 WHERE writer_s_ = "dennis linde" AND time = "2:50" ### context: CREATE TABLE table_name_37 (track INTEGER, writer_s_ VARCHAR, time VARCHAR)