training_input
stringlengths 118
1.06k
|
---|
###context:CREATE TABLE table_name_52 (_percentage_2006 INTEGER, _percentage_2001 INTEGER)
###human: What is the %2006 when the %2001 was more than 62.5?
###assistant: SELECT AVG(_percentage_2006) FROM table_name_52 WHERE _percentage_2001 > 62.5 |
###context:CREATE TABLE table_name_56 (losses INTEGER, team VARCHAR, goals_against VARCHAR)
###human: What is the sum of the losses by the Montreal Hockey Club, who have more than 15 Goals Against?
###assistant: SELECT SUM(losses) FROM table_name_56 WHERE team = "montreal hockey club" AND goals_against > 15 |
###context:CREATE TABLE table_name_18 (goals_for INTEGER, ties INTEGER)
###human: What is the largest Goals For by a team that has more than 0 ties?
###assistant: SELECT MAX(goals_for) FROM table_name_18 WHERE ties > 0 |
###context:CREATE TABLE table_name_40 (ties INTEGER, goals_for VARCHAR, wins VARCHAR)
###human: How many ties do teams with 25 Goals For and more than 5 wins have?
###assistant: SELECT SUM(ties) FROM table_name_40 WHERE goals_for = 25 AND wins > 5 |
###context:CREATE TABLE table_name_18 (goals_against INTEGER, wins INTEGER)
###human: What is the lowest Goals Against by a team with more than 5 wins?
###assistant: SELECT MIN(goals_against) FROM table_name_18 WHERE wins > 5 |
###context:CREATE TABLE table_name_98 (ties VARCHAR, losses INTEGER)
###human: What is the total number of ties a team with less than 3 losses have?
###assistant: SELECT COUNT(ties) FROM table_name_98 WHERE losses < 3 |
###context:CREATE TABLE table_name_61 (race_name VARCHAR, winning_driver VARCHAR, date VARCHAR)
###human: Tell me the race name where stirling moss won on 16 april
###assistant: SELECT race_name FROM table_name_61 WHERE winning_driver = "stirling moss" AND date = "16 april" |
###context:CREATE TABLE table_name_25 (report VARCHAR, circuit VARCHAR)
###human: Tell me the report for circuit of modena
###assistant: SELECT report FROM table_name_25 WHERE circuit = "modena" |
###context:CREATE TABLE table_name_17 (race_name VARCHAR, constructor VARCHAR, date VARCHAR)
###human: Tell me the race name for ferrari on 25 april
###assistant: SELECT race_name FROM table_name_17 WHERE constructor = "ferrari" AND date = "25 april" |
###context:CREATE TABLE table_name_22 (constructor VARCHAR, race_name VARCHAR)
###human: Name the constructor for vii kanonloppet
###assistant: SELECT constructor FROM table_name_22 WHERE race_name = "vii kanonloppet" |
###context:CREATE TABLE table_name_55 (opponent VARCHAR, date VARCHAR)
###human: Who is the opponent on May 7?
###assistant: SELECT opponent FROM table_name_55 WHERE date = "may 7" |
###context:CREATE TABLE table_name_90 (away_team VARCHAR, home_team VARCHAR)
###human: When the Home team was Carlton, what was the Away team score?
###assistant: SELECT away_team AS score FROM table_name_90 WHERE home_team = "carlton" |
###context:CREATE TABLE table_name_37 (constructor VARCHAR, chassis VARCHAR)
###human: Who was the constructor for a FW20 chassis?
###assistant: SELECT constructor FROM table_name_37 WHERE chassis = "fw20" |
###context:CREATE TABLE table_name_86 (engine_† VARCHAR, chassis VARCHAR, driver VARCHAR)
###human: What engine did David Coulthard have in his mp4-13 chassis?
###assistant: SELECT engine_† FROM table_name_86 WHERE chassis = "mp4-13" AND driver = "david coulthard" |
###context:CREATE TABLE table_name_86 (date VARCHAR, outcome VARCHAR, opponent_in_the_final VARCHAR)
###human: Which date has an Outcome of runner-up, and an Opponent in the final of gilles simon?
###assistant: SELECT date FROM table_name_86 WHERE outcome = "runner-up" AND opponent_in_the_final = "gilles simon" |
###context:CREATE TABLE table_name_33 (opponent_in_the_final VARCHAR, date VARCHAR)
###human: Who was the opponent on the 28 july 2013 final?
###assistant: SELECT opponent_in_the_final FROM table_name_33 WHERE date = "28 july 2013" |
###context:CREATE TABLE table_name_11 (date VARCHAR, score_in_the_final VARCHAR)
###human: Which date has a Score in the final of 4–6, 3–6?
###assistant: SELECT date FROM table_name_11 WHERE score_in_the_final = "4–6, 3–6" |
###context:CREATE TABLE table_name_75 (prefix VARCHAR, formula VARCHAR)
###human: What is the prefix for the formula of Rsor'?
###assistant: SELECT prefix FROM table_name_75 WHERE formula = "rsor'" |
###context:CREATE TABLE table_name_66 (group VARCHAR, formula VARCHAR)
###human: Which group has the RNCS formula?
###assistant: SELECT group FROM table_name_66 WHERE formula = "rncs" |
###context:CREATE TABLE table_name_13 (formula VARCHAR, chemical_class VARCHAR)
###human: Which formula has a thial as a chemical class?
###assistant: SELECT formula FROM table_name_13 WHERE chemical_class = "thial" |
###context:CREATE TABLE table_name_17 (suffix VARCHAR, prefix VARCHAR)
###human: Which suffix has the prefix of isothiocyanato- (-ncs)?
###assistant: SELECT suffix FROM table_name_17 WHERE prefix = "isothiocyanato- (-ncs)" |
###context:CREATE TABLE table_name_77 (suffix VARCHAR, prefix VARCHAR)
###human: Which item has the suffix containing thiocyanato- (-scn) as a prefix?
###assistant: SELECT suffix FROM table_name_77 WHERE prefix = "thiocyanato- (-scn)" |
###context:CREATE TABLE table_name_7 (formula VARCHAR, chemical_class VARCHAR)
###human: Which formula has thial as a chemical class?
###assistant: SELECT formula FROM table_name_7 WHERE chemical_class = "thial" |
###context:CREATE TABLE table_name_97 (date VARCHAR, away_team VARCHAR)
###human: If fitzroy is the Away team, what Date did they play?
###assistant: SELECT date FROM table_name_97 WHERE away_team = "fitzroy" |
###context:CREATE TABLE table_name_89 (home_team VARCHAR, date VARCHAR, away_team VARCHAR)
###human: When the Away team is fitzroy on the Date of 15 july 1967, what was the Home team playing?
###assistant: SELECT home_team FROM table_name_89 WHERE date = "15 july 1967" AND away_team = "fitzroy" |
###context:CREATE TABLE table_name_5 (venue VARCHAR, away_team VARCHAR)
###human: Which Venue has an Away team of st kilda?
###assistant: SELECT venue FROM table_name_5 WHERE away_team = "st kilda" |
###context:CREATE TABLE table_name_90 (place INTEGER, draw INTEGER)
###human: What place has a draw smaller than 2?
###assistant: SELECT AVG(place) FROM table_name_90 WHERE draw < 2 |
###context:CREATE TABLE table_name_32 (launch_date__utc_ VARCHAR, cospar_id_satcat_№ VARCHAR)
###human: What is the launch date of the satellite with a COSPAR ID of 1995-022a?
###assistant: SELECT launch_date__utc_ FROM table_name_32 WHERE cospar_id_satcat_№ = "1995-022a" |
###context:CREATE TABLE table_name_20 (cospar_id_satcat_№ VARCHAR, launch_vehicle VARCHAR)
###human: What is the COSPAR ID of the satellite with a titan iv(401)a launch vehicle?
###assistant: SELECT cospar_id_satcat_№ FROM table_name_20 WHERE launch_vehicle = "titan iv(401)a" |
###context:CREATE TABLE table_name_53 (launch_designation VARCHAR, cospar_id_satcat_№ VARCHAR)
###human: What is the launch designation of the satellite with a 2009-001a COSPAR ID?
###assistant: SELECT launch_designation FROM table_name_53 WHERE cospar_id_satcat_№ = "2009-001a" |
###context:CREATE TABLE table_name_71 (launch_site VARCHAR, cospar_id_satcat_№ VARCHAR)
###human: What is the launch site of the satellite with a 2003-041a COSPAR ID?
###assistant: SELECT launch_site FROM table_name_71 WHERE cospar_id_satcat_№ = "2003-041a" |
###context:CREATE TABLE table_name_1 (construction_completed VARCHAR, cerclis_id VARCHAR)
###human: What construction has a CERCLIS ID of ard092916188?
###assistant: SELECT construction_completed FROM table_name_1 WHERE cerclis_id = "ard092916188" |
###context:CREATE TABLE table_name_16 (cerclis_id VARCHAR, deleted VARCHAR)
###human: What CERCLIS ID is Deleted of 04/07/2008?
###assistant: SELECT cerclis_id FROM table_name_16 WHERE deleted = "04/07/2008" |
###context:CREATE TABLE table_name_48 (construction_completed VARCHAR, name VARCHAR, listed VARCHAR, deleted VARCHAR)
###human: What construction has a Listed 09/08/1983, and a Deleted of –, and a Name of mid-south wood products?
###assistant: SELECT construction_completed FROM table_name_48 WHERE listed = "09/08/1983" AND deleted = "–" AND name = "mid-south wood products" |
###context:CREATE TABLE table_name_49 (construction_completed VARCHAR, listed VARCHAR, name VARCHAR)
###human: What is the Construction that has a Listed 09/08/1983, and a Name of cecil lindsey?
###assistant: SELECT construction_completed FROM table_name_49 WHERE listed = "09/08/1983" AND name = "cecil lindsey" |
###context:CREATE TABLE table_name_63 (crowd INTEGER, venue VARCHAR)
###human: What was the attendance at Kardinia Park?
###assistant: SELECT AVG(crowd) FROM table_name_63 WHERE venue = "kardinia park" |
###context:CREATE TABLE table_name_43 (date VARCHAR, week VARCHAR)
###human: What was the Date of Week 16?
###assistant: SELECT date FROM table_name_43 WHERE week = 16 |
###context:CREATE TABLE table_name_85 (date VARCHAR, home VARCHAR)
###human: What date was Colorado the home team?
###assistant: SELECT date FROM table_name_85 WHERE home = "colorado" |
###context:CREATE TABLE table_name_69 (record VARCHAR, decision VARCHAR, date VARCHAR)
###human: What was the record for the game on November 28 when the decision was Backstrom?
###assistant: SELECT record FROM table_name_69 WHERE decision = "backstrom" AND date = "november 28" |
###context:CREATE TABLE table_name_26 (home VARCHAR, record VARCHAR)
###human: What team was the home team when the record was 11–8–2?
###assistant: SELECT home FROM table_name_26 WHERE record = "11–8–2" |
###context:CREATE TABLE table_name_10 (score VARCHAR, home VARCHAR)
###human: What was the score when Edmonton was the home team?
###assistant: SELECT score FROM table_name_10 WHERE home = "edmonton" |
###context:CREATE TABLE table_name_97 (pl_gp INTEGER, pick__number VARCHAR, reg_gp VARCHAR)
###human: Tell me the highest PI GP with pick # greater than 159 and reg GP more than 0
###assistant: SELECT MAX(pl_gp) FROM table_name_97 WHERE pick__number > 159 AND reg_gp > 0 |
###context:CREATE TABLE table_name_34 (home_team VARCHAR, away_team VARCHAR)
###human: In the match where south melbourne was the away team, who was the home team?
###assistant: SELECT home_team FROM table_name_34 WHERE away_team = "south melbourne" |
###context:CREATE TABLE table_name_48 (team_2 VARCHAR, team_1 VARCHAR)
###human: Which Team 2 faced Team 1 from Barcelona?
###assistant: SELECT team_2 FROM table_name_48 WHERE team_1 = "barcelona" |
###context:CREATE TABLE table_name_34 (team_1 VARCHAR)
###human: Which first leg had Galatasaray as Team 1?
###assistant: SELECT 1 AS st_leg FROM table_name_34 WHERE team_1 = "galatasaray" |
###context:CREATE TABLE table_name_8 (event VARCHAR, time VARCHAR)
###human: What was the name of the Event with a time of 2:19?
###assistant: SELECT event FROM table_name_8 WHERE time = "2:19" |
###context:CREATE TABLE table_name_76 (location VARCHAR, opponent VARCHAR)
###human: Where was match which had Joe Lauzon as an opponent?
###assistant: SELECT location FROM table_name_76 WHERE opponent = "joe lauzon" |
###context:CREATE TABLE table_name_78 (name VARCHAR, city VARCHAR, years_as_tallest VARCHAR)
###human: What is the name of the building that was the tallest from 1990–1997 in Frankfurt?
###assistant: SELECT name FROM table_name_78 WHERE city = "frankfurt" AND years_as_tallest = "1990–1997" |
###context:CREATE TABLE table_name_58 (height__ft_ INTEGER, height__m_ INTEGER)
###human: For a height less than 122 meters, what is the greatest height in feet?
###assistant: SELECT MAX(height__ft_) FROM table_name_58 WHERE height__m_ < 122 |
###context:CREATE TABLE table_name_66 (height__ft_ INTEGER, city VARCHAR)
###human: How high was the highest building in feet in the city of cologne?
###assistant: SELECT MAX(height__ft_) FROM table_name_66 WHERE city = "cologne" |
###context:CREATE TABLE table_name_24 (height__ft_ INTEGER, floors VARCHAR, city VARCHAR, height__m_ VARCHAR)
###human: What is the smallest height (ft) of a building in Frankfurt with a height (m) of 257 and less than 55 floors?
###assistant: SELECT MIN(height__ft_) FROM table_name_24 WHERE city = "frankfurt" AND height__m_ = 257 AND floors < 55 |
###context:CREATE TABLE table_name_66 (height__m_ VARCHAR, city VARCHAR, height__ft_ VARCHAR)
###human: What is the height in meters for a building in Frankfurt that is 850 feet tall?
###assistant: SELECT height__m_ FROM table_name_66 WHERE city = "frankfurt" AND height__ft_ = 850 |
###context:CREATE TABLE table_name_76 (mintage VARCHAR, theme VARCHAR, issue_price VARCHAR)
###human: What is the mintage of the coin with a Toronto Maple Leafs theme and an issue price below 24.95?
###assistant: SELECT mintage FROM table_name_76 WHERE theme = "toronto maple leafs" AND issue_price < 24.95 |
###context:CREATE TABLE table_name_39 (away_team VARCHAR)
###human: What was Collingwood's score in their away game?
###assistant: SELECT away_team AS score FROM table_name_39 WHERE away_team = "collingwood" |
###context:CREATE TABLE table_name_14 (venue VARCHAR, away_team VARCHAR)
###human: Where did Geelong play as the away team?
###assistant: SELECT venue FROM table_name_14 WHERE away_team = "geelong" |
###context:CREATE TABLE table_name_66 (date VARCHAR, race_name VARCHAR)
###human: On what date was the I Dessau Autobahnspinne race?
###assistant: SELECT date FROM table_name_66 WHERE race_name = "i dessau autobahnspinne" |
###context:CREATE TABLE table_name_8 (winning_driver VARCHAR, circuit VARCHAR)
###human: Who was the winning driver in the Sachsenring circuit?
###assistant: SELECT winning_driver FROM table_name_8 WHERE circuit = "sachsenring" |
###context:CREATE TABLE table_name_98 (hometown VARCHAR, player VARCHAR)
###human: Where is Terry Mills from?
###assistant: SELECT hometown FROM table_name_98 WHERE player = "terry mills" |
###context:CREATE TABLE table_name_24 (date VARCHAR, race VARCHAR)
###human: When is the Mexican grand prix?
###assistant: SELECT date FROM table_name_24 WHERE race = "mexican grand prix" |
###context:CREATE TABLE table_name_67 (school VARCHAR, height VARCHAR)
###human: The person with a Height of 6-8 went to which School?
###assistant: SELECT school FROM table_name_67 WHERE height = "6-8" |
###context:CREATE TABLE table_name_68 (college VARCHAR, player VARCHAR)
###human: What College did Player Dorian Finney-Smith play for?
###assistant: SELECT college FROM table_name_68 WHERE player = "dorian finney-smith" |
###context:CREATE TABLE table_name_66 (player VARCHAR, height VARCHAR, college VARCHAR)
###human: Which Player has a height of 6-10, and went to College at LSU?
###assistant: SELECT player FROM table_name_66 WHERE height = "6-10" AND college = "lsu" |
###context:CREATE TABLE table_name_41 (school VARCHAR, player VARCHAR)
###human: Which School did Player Tyrone Johnson attend?
###assistant: SELECT school FROM table_name_41 WHERE player = "tyrone johnson" |
###context:CREATE TABLE table_name_42 (school VARCHAR, player VARCHAR)
###human: Which School did Player Tyrone Johnson attend?
###assistant: SELECT school FROM table_name_42 WHERE player = "tyrone johnson" |
###context:CREATE TABLE table_name_17 (rider VARCHAR, time VARCHAR)
###human: Who had the time of 1:23.32.41?
###assistant: SELECT rider FROM table_name_17 WHERE time = "1:23.32.41" |
###context:CREATE TABLE table_name_24 (time VARCHAR, rank VARCHAR, speed VARCHAR)
###human: What is the time of the rider who has a rank smaller than 8 and speed of 104.567mph?
###assistant: SELECT time FROM table_name_24 WHERE rank < 8 AND speed = "104.567mph" |
###context:CREATE TABLE table_name_14 (home_team VARCHAR, venue VARCHAR)
###human: What is the home team at the Junction Oval venue?
###assistant: SELECT home_team FROM table_name_14 WHERE venue = "junction oval" |
###context:CREATE TABLE table_name_30 (date VARCHAR, away_team VARCHAR)
###human: What is the date where the away team is Richmond?
###assistant: SELECT date FROM table_name_30 WHERE away_team = "richmond" |
###context:CREATE TABLE table_name_53 (circuit VARCHAR, fastest_lap VARCHAR, winning_driver VARCHAR)
###human: Name the circuit when the fastest lap was john surtees and the winning driver was john surtees.
###assistant: SELECT circuit FROM table_name_53 WHERE fastest_lap = "john surtees" AND winning_driver = "john surtees" |
###context:CREATE TABLE table_name_59 (winning_driver VARCHAR, circuit VARCHAR)
###human: Name the winning driver with circuit of monza
###assistant: SELECT winning_driver FROM table_name_59 WHERE circuit = "monza" |
###context:CREATE TABLE table_name_35 (pole_position VARCHAR, date VARCHAR)
###human: Name the pole position for 8 september
###assistant: SELECT pole_position FROM table_name_35 WHERE date = "8 september" |
###context:CREATE TABLE table_name_45 (winning_driver VARCHAR, race VARCHAR)
###human: Name the winning driver for belgian grand prix
###assistant: SELECT winning_driver FROM table_name_45 WHERE race = "belgian grand prix" |
###context:CREATE TABLE table_name_97 (circuit VARCHAR, race VARCHAR)
###human: Name the circuit for italian grand prix
###assistant: SELECT circuit FROM table_name_97 WHERE race = "italian grand prix" |
###context:CREATE TABLE table_name_3 (grid VARCHAR, driver VARCHAR)
###human: How many grid numbers were there for the driver Giancarlo Fisichella?
###assistant: SELECT COUNT(grid) FROM table_name_3 WHERE driver = "giancarlo fisichella" |
###context:CREATE TABLE table_name_93 (laps INTEGER, constructor VARCHAR, time_retired VARCHAR)
###human: What is the mean number of laps for the constructor Ferrari when the time/retired was fuel pressure?
###assistant: SELECT AVG(laps) FROM table_name_93 WHERE constructor = "ferrari" AND time_retired = "fuel pressure" |
###context:CREATE TABLE table_name_20 (grid VARCHAR, driver VARCHAR)
###human: What is the grid when the driver was Michael Schumacher?
###assistant: SELECT grid FROM table_name_20 WHERE driver = "michael schumacher" |
###context:CREATE TABLE table_name_99 (laps INTEGER, grid VARCHAR)
###human: How many laps had a grid number of 7?
###assistant: SELECT SUM(laps) FROM table_name_99 WHERE grid = 7 |
###context:CREATE TABLE table_name_1 (laps VARCHAR, grid VARCHAR, driver VARCHAR)
###human: Which lap number had a grid number of less than 17 when the driver was Giancarlo Fisichella?
###assistant: SELECT COUNT(laps) FROM table_name_1 WHERE grid < 17 AND driver = "giancarlo fisichella" |
###context:CREATE TABLE table_name_36 (winning_driver VARCHAR, circuit VARCHAR)
###human: Name the winning driver for circuit of monza
###assistant: SELECT winning_driver FROM table_name_36 WHERE circuit = "monza" |
###context:CREATE TABLE table_name_14 (date VARCHAR, fastest_lap VARCHAR, race VARCHAR)
###human: Tell me the date for jody scheckter being the fastest lap at the french grand prix
###assistant: SELECT date FROM table_name_14 WHERE fastest_lap = "jody scheckter" AND race = "french grand prix" |
###context:CREATE TABLE table_name_50 (date VARCHAR, circuit VARCHAR)
###human: Name the date for circuit of interlagos
###assistant: SELECT date FROM table_name_50 WHERE circuit = "interlagos" |
###context:CREATE TABLE table_name_74 (event VARCHAR, opponent VARCHAR)
###human: What was the event for vinny magalhães?
###assistant: SELECT event FROM table_name_74 WHERE opponent = "vinny magalhães" |
###context:CREATE TABLE table_name_9 (date VARCHAR, opponent VARCHAR)
###human: What was the date for renato ferreira?
###assistant: SELECT date FROM table_name_9 WHERE opponent = "renato ferreira" |
###context:CREATE TABLE table_name_88 (event VARCHAR, date VARCHAR, opponent VARCHAR)
###human: What was the event with leonardo chocolate in 2009?
###assistant: SELECT event FROM table_name_88 WHERE date = 2009 AND opponent = "leonardo chocolate" |
###context:CREATE TABLE table_name_14 (result VARCHAR, date VARCHAR, opponent VARCHAR)
###human: What was the result for the opponent being gerardi rinaldi in 2009?
###assistant: SELECT result FROM table_name_14 WHERE date = 2009 AND opponent = "gerardi rinaldi" |
###context:CREATE TABLE table_name_23 (eastern__number1 VARCHAR, week VARCHAR)
###human: Tell me the eastern #1 for week of 5
###assistant: SELECT eastern__number1 FROM table_name_23 WHERE week = 5 |
###context:CREATE TABLE table_name_23 (eastern__number2 VARCHAR, western__number2 VARCHAR)
###human: Tell me the eastern #2 for western #2 of oakland
###assistant: SELECT eastern__number2 FROM table_name_23 WHERE western__number2 = "oakland" |
###context:CREATE TABLE table_name_37 (week VARCHAR, eastern__number2 VARCHAR)
###human: Tell me the wekk for eastern #2 of houston
###assistant: SELECT week FROM table_name_37 WHERE eastern__number2 = "houston" |
###context:CREATE TABLE table_name_74 (home_team VARCHAR, away_team VARCHAR)
###human: Which home team played against the away team Carlton?
###assistant: SELECT home_team FROM table_name_74 WHERE away_team = "carlton" |
###context:CREATE TABLE table_name_29 (venue VARCHAR, home_team VARCHAR)
###human: Where was the game played where the home team was Collingwood?
###assistant: SELECT venue FROM table_name_29 WHERE home_team = "collingwood" |
###context:CREATE TABLE table_name_44 (home_team VARCHAR, crowd INTEGER)
###human: What is the home score with a crowd larger than 25,603?
###assistant: SELECT home_team AS score FROM table_name_44 WHERE crowd > 25 OFFSET 603 |
###context:CREATE TABLE table_name_41 (date VARCHAR, home_team VARCHAR)
###human: What is the date of the home team from South Melbourne?
###assistant: SELECT date FROM table_name_41 WHERE home_team = "south melbourne" |
###context:CREATE TABLE table_name_88 (away_team VARCHAR, home_team VARCHAR)
###human: What is the score of the away team with the home team Fitzroy?
###assistant: SELECT away_team AS score FROM table_name_88 WHERE home_team = "fitzroy" |
###context:CREATE TABLE table_name_63 (venue VARCHAR, away_team VARCHAR)
###human: What venue did the away team footscray play at?
###assistant: SELECT venue FROM table_name_63 WHERE away_team = "footscray" |
###context:CREATE TABLE table_name_75 (crowd INTEGER, away_team VARCHAR)
###human: When melbourne was the away team, what was the lowest crowd turnout they had?
###assistant: SELECT MIN(crowd) FROM table_name_75 WHERE away_team = "melbourne" |
###context:CREATE TABLE table_name_63 (away_team VARCHAR, venue VARCHAR)
###human: Which away team plays at the venue glenferrie oval?
###assistant: SELECT away_team FROM table_name_63 WHERE venue = "glenferrie oval" |
###context:CREATE TABLE table_name_75 (Id VARCHAR)
###human: Tell me the lowest 2005 for 2010 less than 21 for 2009 being 19
###assistant: SELECT MIN(2005) FROM table_name_75 WHERE 2009 = 19 AND 2010 < 21 |
###context:CREATE TABLE table_name_85 (Id VARCHAR)
###human: Name the total number of 2010 for when 2009 is less than 14, 2008 is less than 15 and 2005 is 3
###assistant: SELECT COUNT(2010) FROM table_name_85 WHERE 2009 < 14 AND 2008 < 15 AND 2005 = 3 |
###context:CREATE TABLE table_name_21 (year VARCHAR)
###human: Name the average 2008 for beijing and 2005 more than 2
###assistant: SELECT AVG(2008) FROM table_name_21 WHERE year = "beijing" AND 2005 > 2 |
###context:CREATE TABLE table_name_45 (year VARCHAR)
###human: Name the lowest 2008 for guizhou when 2005 is less than 31
###assistant: SELECT MIN(2008) FROM table_name_45 WHERE year = "guizhou" AND 2005 < 31 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.