training_input
stringlengths 118
1.06k
|
---|
###context:CREATE TABLE table_name_47 (crowd INTEGER, venue VARCHAR)
###human: How big is the Venue of Brunswick Street Oval?
###assistant: SELECT SUM(crowd) FROM table_name_47 WHERE venue = "brunswick street oval" |
###context:CREATE TABLE table_name_24 (away_team VARCHAR)
###human: What is the Away Team score of North Melbourne?
###assistant: SELECT away_team AS score FROM table_name_24 WHERE away_team = "north melbourne" |
###context:CREATE TABLE table_name_55 (killed VARCHAR, unit VARCHAR)
###human: What was the number of Personal Staff Units Killed?
###assistant: SELECT killed FROM table_name_55 WHERE unit = "personal staff" |
###context:CREATE TABLE table_name_53 (complement VARCHAR, unit VARCHAR, killed VARCHAR, wounded VARCHAR)
###human: What was the Complement of Artillery Corps Units that had 0 off 0 men Killed or Wounded?
###assistant: SELECT complement FROM table_name_53 WHERE killed = "0 off 0 men" AND wounded = "0 off 0 men" AND unit = "artillery corps" |
###context:CREATE TABLE table_name_79 (wounded VARCHAR, complement VARCHAR)
###human: How many were Wounded while in a Unit with a Complement of 83 off 9 Men?
###assistant: SELECT wounded FROM table_name_79 WHERE complement = "83 off 9 men" |
###context:CREATE TABLE table_name_89 (missing VARCHAR, unit VARCHAR, killed VARCHAR, wounded VARCHAR)
###human: How many of the Royal Waggon Train Unit were Missing while having a Killed of 0 off 0 men and a Wounded of 0 off 0 men?
###assistant: SELECT missing FROM table_name_89 WHERE killed = "0 off 0 men" AND wounded = "0 off 0 men" AND unit = "royal waggon train" |
###context:CREATE TABLE table_name_24 (wounded VARCHAR, killed VARCHAR, unit VARCHAR)
###human: How many were Wounded in the Artillery Corps unit while having 0 off 0 men Killed?
###assistant: SELECT wounded FROM table_name_24 WHERE killed = "0 off 0 men" AND unit = "artillery corps" |
###context:CREATE TABLE table_name_38 (surface VARCHAR, opponent VARCHAR)
###human: What suface during the game that had Yevgeny Kafelnikov as an opponent?
###assistant: SELECT surface FROM table_name_38 WHERE opponent = "yevgeny kafelnikov" |
###context:CREATE TABLE table_name_63 (week INTEGER, opponent VARCHAR)
###human: What was the earliest week that the Storm played the San Jose Sabercats?
###assistant: SELECT MIN(week) FROM table_name_63 WHERE opponent = "san jose sabercats" |
###context:CREATE TABLE table_name_33 (attendance VARCHAR, score VARCHAR)
###human: How many were in attendance when the score was † 4–4 †?
###assistant: SELECT attendance FROM table_name_33 WHERE score = "† 4–4 †" |
###context:CREATE TABLE table_name_95 (attendance VARCHAR, runner_up VARCHAR)
###human: How many people were watching when Livingston was the runner-up?
###assistant: SELECT attendance FROM table_name_95 WHERE runner_up = "livingston" |
###context:CREATE TABLE table_name_36 (grid INTEGER, laps VARCHAR, driver VARCHAR)
###human: what average grid has laps larger than 52 and contains the driver of andrea de adamich?
###assistant: SELECT AVG(grid) FROM table_name_36 WHERE laps > 52 AND driver = "andrea de adamich" |
###context:CREATE TABLE table_name_34 (laps INTEGER, driver VARCHAR, grid VARCHAR)
###human: what's the highest lap that contains the driver of graham hill and a grid that is larger than 18?
###assistant: SELECT MAX(laps) FROM table_name_34 WHERE driver = "graham hill" AND grid > 18 |
###context:CREATE TABLE table_name_81 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
###human: what's the average grid that has a time/retired piston and laps smaller than 15?
###assistant: SELECT AVG(grid) FROM table_name_81 WHERE time_retired = "piston" AND laps < 15 |
###context:CREATE TABLE table_name_86 (tuner VARCHAR, governing_body VARCHAR, team VARCHAR, season VARCHAR, driver VARCHAR)
###human: Who is the tuner after season 2004 with Gaurav Gill as the driver, Team MRF, and Mai governing body?
###assistant: SELECT tuner FROM table_name_86 WHERE season > 2004 AND driver = "gaurav gill" AND team = "team mrf" AND governing_body = "mai" |
###context:CREATE TABLE table_name_37 (driver VARCHAR, season VARCHAR, tuner VARCHAR, governing_body VARCHAR)
###human: Who is the driver in season 2003 with a tuner of N. Leelakrishnan and a Mai governing body?
###assistant: SELECT driver FROM table_name_37 WHERE tuner = "n. leelakrishnan" AND governing_body = "mai" AND season = 2003 |
###context:CREATE TABLE table_name_23 (tuner VARCHAR, team VARCHAR)
###human: Who is the turner on Team MRF?
###assistant: SELECT tuner FROM table_name_23 WHERE team = "mrf" |
###context:CREATE TABLE table_name_34 (season INTEGER, driver VARCHAR)
###human: What is the earliest season with driver Farad Bathena?
###assistant: SELECT MIN(season) FROM table_name_34 WHERE driver = "farad bathena" |
###context:CREATE TABLE table_name_63 (goals INTEGER, league VARCHAR, season VARCHAR)
###human: Which Major League Soccer team for the 2005 season has the lowest goals?
###assistant: SELECT MIN(goals) FROM table_name_63 WHERE league = "major league soccer" AND season = "2005" |
###context:CREATE TABLE table_name_43 (apps INTEGER, goals VARCHAR, league VARCHAR, club VARCHAR)
###human: What are the average apps for the Major League Soccer team club for the Seattle Sounders FC that has goals less than 0?
###assistant: SELECT AVG(apps) FROM table_name_43 WHERE league = "major league soccer" AND club = "seattle sounders fc" AND goals < 0 |
###context:CREATE TABLE table_name_59 (icelandic VARCHAR, danish VARCHAR)
###human: Which Icelandic has a Danish of blåt/blå?
###assistant: SELECT icelandic FROM table_name_59 WHERE danish = "blåt/blå" |
###context:CREATE TABLE table_name_47 (icelandic VARCHAR, norwegian__nynorsk_ VARCHAR)
###human: Which Icelandic has a Norwegian (nynorsk) of kvitt/kvit?
###assistant: SELECT icelandic FROM table_name_47 WHERE norwegian__nynorsk_ = "kvitt/kvit" |
###context:CREATE TABLE table_name_83 (faroese VARCHAR, english VARCHAR)
###human: Which Faroese has an English of white?
###assistant: SELECT faroese FROM table_name_83 WHERE english = "white" |
###context:CREATE TABLE table_name_12 (norwegian__nynorsk_ VARCHAR, danish VARCHAR)
###human: Which Norwegian (nynorsk) has a Danish of farvel?
###assistant: SELECT norwegian__nynorsk_ FROM table_name_12 WHERE danish = "farvel" |
###context:CREATE TABLE table_name_69 (english VARCHAR, danish VARCHAR)
###human: Which English has a Danish of rødt/rød?
###assistant: SELECT english FROM table_name_69 WHERE danish = "rødt/rød" |
###context:CREATE TABLE table_name_97 (congress VARCHAR, _number_of_cosponsors VARCHAR)
###human: What number of Congress has 44 cosponsors?
###assistant: SELECT congress FROM table_name_97 WHERE _number_of_cosponsors = 44 |
###context:CREATE TABLE table_name_43 (sponsor VARCHAR, date_introduced VARCHAR)
###human: Who was the sponsor on April 22, 2004?
###assistant: SELECT sponsor FROM table_name_43 WHERE date_introduced = "april 22, 2004" |
###context:CREATE TABLE table_name_98 (score VARCHAR, home VARCHAR)
###human: What is the score of the game when the New York Rangers were the home team?
###assistant: SELECT score FROM table_name_98 WHERE home = "new york rangers" |
###context:CREATE TABLE table_name_26 (result VARCHAR, date VARCHAR)
###human: What was the result on 8 October 1961?
###assistant: SELECT result FROM table_name_26 WHERE date = "8 october 1961" |
###context:CREATE TABLE table_name_33 (venue VARCHAR, date VARCHAR)
###human: What was the venue of the game on 27 April 1964?
###assistant: SELECT venue FROM table_name_33 WHERE date = "27 april 1964" |
###context:CREATE TABLE table_name_1 (home_team VARCHAR, away_team VARCHAR)
###human: What is the home team score when the away team was Hawthorn?
###assistant: SELECT home_team AS score FROM table_name_1 WHERE away_team = "hawthorn" |
###context:CREATE TABLE table_name_56 (score VARCHAR, opponent_in_the_final VARCHAR)
###human: What was the score of the game against Divij Sharan?
###assistant: SELECT score FROM table_name_56 WHERE opponent_in_the_final = "divij sharan" |
###context:CREATE TABLE table_name_85 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)
###human: What was the score of the match that was a played on a hard surface against Peter Gojowczyk?
###assistant: SELECT score FROM table_name_85 WHERE surface = "hard" AND opponent_in_the_final = "peter gojowczyk" |
###context:CREATE TABLE table_name_59 (attendance VARCHAR, record VARCHAR)
###human: How many attended the game with a record of 43-34?
###assistant: SELECT COUNT(attendance) FROM table_name_59 WHERE record = "43-34" |
###context:CREATE TABLE table_name_81 (opponents VARCHAR, partner VARCHAR)
###human: Who was Manuela Maleeva opponent when she played a match partnered with michelle strebel?
###assistant: SELECT opponents FROM table_name_81 WHERE partner = "michelle strebel" |
###context:CREATE TABLE table_name_61 (points INTEGER, pct__percentage INTEGER)
###human: When the percent is larger than 0.685, what is the average number of points scored?
###assistant: SELECT AVG(points) FROM table_name_61 WHERE pct__percentage > 0.685 |
###context:CREATE TABLE table_name_90 (pct__percentage INTEGER, points INTEGER)
###human: When less than 37 points are scored, what's the lowest Pct % found?
###assistant: SELECT MIN(pct__percentage) FROM table_name_90 WHERE points < 37 |
###context:CREATE TABLE table_name_82 (round VARCHAR, event VARCHAR, record VARCHAR)
###human: How many rounds did the event rings: king of kings 2000 block a have with a record of 6-1?
###assistant: SELECT round FROM table_name_82 WHERE event = "rings: king of kings 2000 block a" AND record = "6-1" |
###context:CREATE TABLE table_name_72 (time VARCHAR, event VARCHAR)
###human: How long was the fight 'adrenaline mma 3'?
###assistant: SELECT time FROM table_name_72 WHERE event = "adrenaline mma 3" |
###context:CREATE TABLE table_name_60 (record VARCHAR, opponent VARCHAR)
###human: What was roberto travern's record when he fought against john salter?
###assistant: SELECT record FROM table_name_60 WHERE opponent = "john salter" |
###context:CREATE TABLE table_name_16 (away_team VARCHAR, venue VARCHAR)
###human: What was the score of the away team at the MCG?
###assistant: SELECT away_team AS score FROM table_name_16 WHERE venue = "mcg" |
###context:CREATE TABLE table_name_1 (constructor VARCHAR, grid VARCHAR, time_retired VARCHAR)
###human: Who constructed the car with a grid larger than 20 that got in an accident?
###assistant: SELECT constructor FROM table_name_1 WHERE grid > 20 AND time_retired = "accident" |
###context:CREATE TABLE table_name_6 (position VARCHAR, cfl_team VARCHAR)
###human: Which Position has a CFL Team of montreal alouettes (via edmonton)?
###assistant: SELECT position FROM table_name_6 WHERE cfl_team = "montreal alouettes (via edmonton)" |
###context:CREATE TABLE table_name_23 (player VARCHAR, cfl_team VARCHAR)
###human: Which Player has a CFL Team of montreal alouettes (via hamilton via winnipeg)?
###assistant: SELECT player FROM table_name_23 WHERE cfl_team = "montreal alouettes (via hamilton via winnipeg)" |
###context:CREATE TABLE table_name_35 (position VARCHAR, player VARCHAR)
###human: Which Position has a Player of patrick macdonald?
###assistant: SELECT position FROM table_name_35 WHERE player = "patrick macdonald" |
###context:CREATE TABLE table_name_54 (series INTEGER, sixth_place VARCHAR)
###human: What series had Joan Tena in sixth place?
###assistant: SELECT SUM(series) FROM table_name_54 WHERE sixth_place = "joan tena" |
###context:CREATE TABLE table_name_34 (sixth_place VARCHAR, series VARCHAR)
###human: Who was in sixth place in series 7?
###assistant: SELECT sixth_place FROM table_name_34 WHERE series = 7 |
###context:CREATE TABLE table_name_19 (sixth_place VARCHAR, fifth_place VARCHAR)
###human: Who was sixth place when Hugo Salazar was fifth place?
###assistant: SELECT sixth_place FROM table_name_19 WHERE fifth_place = "hugo salazar" |
###context:CREATE TABLE table_name_78 (third_place VARCHAR, fifth_place VARCHAR)
###human: Who was third place when Fran Dieli was fifth place?
###assistant: SELECT third_place FROM table_name_78 WHERE fifth_place = "fran dieli" |
###context:CREATE TABLE table_name_88 (order_and_title VARCHAR, elevated VARCHAR, faction VARCHAR)
###human: What is the Order and Title with an Elevated with 1261, december 17, and a Faction with angevin?
###assistant: SELECT order_and_title FROM table_name_88 WHERE elevated = "1261, december 17" AND faction = "angevin" |
###context:CREATE TABLE table_name_5 (elector VARCHAR, elevated VARCHAR, nationality VARCHAR, elevator VARCHAR)
###human: What is the Elector with a Nationality with roman, and an Elevator of urban iv, and an Elevated with 1261, december 17?
###assistant: SELECT elector FROM table_name_5 WHERE nationality = "roman" AND elevator = "urban iv" AND elevated = "1261, december 17" |
###context:CREATE TABLE table_name_36 (nationality VARCHAR, elector VARCHAR)
###human: What is the Nationality with an Elector with bertrand de saint-martin?
###assistant: SELECT nationality FROM table_name_36 WHERE elector = "bertrand de saint-martin" |
###context:CREATE TABLE table_name_6 (order_and_title VARCHAR, nationality VARCHAR, elector VARCHAR)
###human: What is the Order and Title with a Nationality with roman, and an Elector with matteo orsini rosso?
###assistant: SELECT order_and_title FROM table_name_6 WHERE nationality = "roman" AND elector = "matteo orsini rosso" |
###context:CREATE TABLE table_name_56 (elector VARCHAR, faction VARCHAR, elevated VARCHAR)
###human: What is the Elector with a Faction of roman, and an Elevated with 1244, may 28?
###assistant: SELECT elector FROM table_name_56 WHERE faction = "roman" AND elevated = "1244, may 28" |
###context:CREATE TABLE table_name_73 (mult VARCHAR, release_date VARCHAR, model_number VARCHAR)
###human: What is the mult value of the microprocessor with a release date q4 2007 and model number pentium dual-core t2310?
###assistant: SELECT mult FROM table_name_73 WHERE release_date = "q4 2007" AND model_number = "pentium dual-core t2310" |
###context:CREATE TABLE table_name_91 (l2_cache VARCHAR, model_number VARCHAR)
###human: What is the L2 cache of the microprocessor with model number pentium dual-core t3400?
###assistant: SELECT l2_cache FROM table_name_91 WHERE model_number = "pentium dual-core t3400" |
###context:CREATE TABLE table_name_32 (release_price___usd__ VARCHAR, model_number VARCHAR)
###human: What is the release price (USD) of the microprocessor with a model number pentium dual-core t2330?
###assistant: SELECT release_price___usd__ FROM table_name_32 WHERE model_number = "pentium dual-core t2330" |
###context:CREATE TABLE table_name_35 (date VARCHAR, fastest_lap VARCHAR)
###human: What day did Patrick Tambay have the fastest lap?
###assistant: SELECT date FROM table_name_35 WHERE fastest_lap = "patrick tambay" |
###context:CREATE TABLE table_name_41 (pole_position VARCHAR, location VARCHAR)
###human: Who held the pole position in SPA-Francorchamps?
###assistant: SELECT pole_position FROM table_name_41 WHERE location = "spa-francorchamps" |
###context:CREATE TABLE table_name_24 (constructor VARCHAR, location VARCHAR)
###human: Who was the Long Beach constructor?
###assistant: SELECT constructor FROM table_name_24 WHERE location = "long beach" |
###context:CREATE TABLE table_name_53 (home_team VARCHAR)
###human: What did St Kilda score when they were the home team?
###assistant: SELECT home_team AS score FROM table_name_53 WHERE home_team = "st kilda" |
###context:CREATE TABLE table_name_6 (home_team VARCHAR, away_team VARCHAR)
###human: What did the home team score when South Melbourne was the away team?
###assistant: SELECT home_team AS score FROM table_name_6 WHERE away_team = "south melbourne" |
###context:CREATE TABLE table_name_13 (leading_scorer VARCHAR, date VARCHAR)
###human: Name the leading scorer for april 12, 2008
###assistant: SELECT leading_scorer FROM table_name_13 WHERE date = "april 12, 2008" |
###context:CREATE TABLE table_name_52 (home_team VARCHAR, venue VARCHAR)
###human: What was the score for the home team that played at Brunswick Street Oval?
###assistant: SELECT home_team AS score FROM table_name_52 WHERE venue = "brunswick street oval" |
###context:CREATE TABLE table_name_49 (name VARCHAR, seasons VARCHAR, order VARCHAR)
###human: what is the name for seasons 1981 and an order more than 807?
###assistant: SELECT name FROM table_name_49 WHERE seasons = "1981" AND order > 807 |
###context:CREATE TABLE table_name_63 (away_team VARCHAR, venue VARCHAR)
###human: What away team played in Lake Oval?
###assistant: SELECT away_team FROM table_name_63 WHERE venue = "lake oval" |
###context:CREATE TABLE table_name_30 (tournament VARCHAR)
###human: Which tournament was on 2009 with 11?
###assistant: SELECT tournament FROM table_name_30 WHERE 2009 = "11" |
###context:CREATE TABLE table_name_57 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
###human: What driver went 59 laps on grid 11?
###assistant: SELECT driver FROM table_name_57 WHERE laps = 59 AND grid = 11 |
###context:CREATE TABLE table_name_38 (driver VARCHAR, grid VARCHAR)
###human: Which driver has a grid value of 22?
###assistant: SELECT driver FROM table_name_38 WHERE grid = "22" |
###context:CREATE TABLE table_name_29 (time_retired VARCHAR, driver VARCHAR)
###human: What is the value of time/retired for Jean Alesi?
###assistant: SELECT time_retired FROM table_name_29 WHERE driver = "jean alesi" |
###context:CREATE TABLE table_name_53 (laps VARCHAR, time_retired VARCHAR, driver VARCHAR)
###human: When the time/retired is electrical how many laps did Rubens Barrichello have?
###assistant: SELECT laps FROM table_name_53 WHERE time_retired = "electrical" AND driver = "rubens barrichello" |
###context:CREATE TABLE table_name_73 (laps VARCHAR, driver VARCHAR)
###human: How many laps did Eddie Irvine have?
###assistant: SELECT laps FROM table_name_73 WHERE driver = "eddie irvine" |
###context:CREATE TABLE table_name_9 (score VARCHAR, home VARCHAR, visitor VARCHAR)
###human: In the game where the Hornets were the home team and Clippers the visiting team, what is the score?
###assistant: SELECT score FROM table_name_9 WHERE home = "hornets" AND visitor = "clippers" |
###context:CREATE TABLE table_name_13 (finish VARCHAR, qual VARCHAR)
###human: Which finish has a 99.550 Qual?
###assistant: SELECT finish FROM table_name_13 WHERE qual = "99.550" |
###context:CREATE TABLE table_name_4 (qual VARCHAR, laps VARCHAR, start VARCHAR)
###human: Which Qual with laps less than 200 and an 11 start?
###assistant: SELECT qual FROM table_name_4 WHERE laps < 200 AND start = "11" |
###context:CREATE TABLE table_name_78 (rank VARCHAR, start VARCHAR)
###human: Which rank is the start of totals?
###assistant: SELECT rank FROM table_name_78 WHERE start = "totals" |
###context:CREATE TABLE table_name_31 (year VARCHAR, laps VARCHAR)
###human: Which year has 112 laps?
###assistant: SELECT year FROM table_name_31 WHERE laps = 112 |
###context:CREATE TABLE table_name_47 (surface VARCHAR, score_in_the_final VARCHAR)
###human: On what surface was the score in the final 0–6, 4–6?
###assistant: SELECT surface FROM table_name_47 WHERE score_in_the_final = "0–6, 4–6" |
###context:CREATE TABLE table_name_82 (score_in_the_final VARCHAR, tournament VARCHAR)
###human: What score in the final had a tournament of $25,000 Glasgow, Great Britain?
###assistant: SELECT score_in_the_final FROM table_name_82 WHERE tournament = "$25,000 glasgow, great britain" |
###context:CREATE TABLE table_name_77 (surface VARCHAR, score_in_the_final VARCHAR)
###human: Which surface has a score in the final of 4–6, 3–6?
###assistant: SELECT surface FROM table_name_77 WHERE score_in_the_final = "4–6, 3–6" |
###context:CREATE TABLE table_name_44 (silver VARCHAR, nation VARCHAR, total VARCHAR)
###human: how many times is the nation listed as united states with the total more than 1?
###assistant: SELECT COUNT(silver) FROM table_name_44 WHERE nation = "united states" AND total > 1 |
###context:CREATE TABLE table_name_30 (total INTEGER, rank VARCHAR, bronze VARCHAR)
###human: what is the lowest total when the rank is less than 2 and bronze is more than 0?
###assistant: SELECT MIN(total) FROM table_name_30 WHERE rank < 2 AND bronze > 0 |
###context:CREATE TABLE table_name_62 (nation VARCHAR, rank VARCHAR, total VARCHAR, bronze VARCHAR)
###human: what is the nation with a total of 1, bronze smaller than 1 and a rank of 3?
###assistant: SELECT nation FROM table_name_62 WHERE total = 1 AND bronze < 1 AND rank = 3 |
###context:CREATE TABLE table_name_6 (rank INTEGER, silver INTEGER)
###human: what is the rank when silver is less than 0?
###assistant: SELECT SUM(rank) FROM table_name_6 WHERE silver < 0 |
###context:CREATE TABLE table_name_6 (silver INTEGER, gold VARCHAR, rank VARCHAR)
###human: what is the amount of silver when gold is 2 and the rank is more than 1?
###assistant: SELECT AVG(silver) FROM table_name_6 WHERE gold = 2 AND rank > 1 |
###context:CREATE TABLE table_name_9 (home VARCHAR, decision VARCHAR, date VARCHAR)
###human: Which home has a Decision of kolzig, and a Date of november 5?
###assistant: SELECT home FROM table_name_9 WHERE decision = "kolzig" AND date = "november 5" |
###context:CREATE TABLE table_name_29 (score VARCHAR, decision VARCHAR)
###human: Which score has a Decision of johnson?
###assistant: SELECT score FROM table_name_29 WHERE decision = "johnson" |
###context:CREATE TABLE table_name_78 (date VARCHAR, record VARCHAR, home VARCHAR, visitor VARCHAR)
###human: Which date has a Home of washington, a Visitor of florida, and a Record of 8-15-2?
###assistant: SELECT date FROM table_name_78 WHERE home = "washington" AND visitor = "florida" AND record = "8-15-2" |
###context:CREATE TABLE table_name_69 (attendance INTEGER, record VARCHAR)
###human: What is the total of attendance with a Record of 5-9-0?
###assistant: SELECT SUM(attendance) FROM table_name_69 WHERE record = "5-9-0" |
###context:CREATE TABLE table_name_2 (score VARCHAR, date VARCHAR)
###human: Which score has a Date of november 2?
###assistant: SELECT score FROM table_name_2 WHERE date = "november 2" |
###context:CREATE TABLE table_name_29 (length VARCHAR, junctions VARCHAR, route_name VARCHAR)
###human: What's the length of route FM 2895 with junctions sh 359 us 59?
###assistant: SELECT length FROM table_name_29 WHERE junctions = "sh 359 us 59" AND route_name = "fm 2895" |
###context:CREATE TABLE table_name_2 (termini VARCHAR, junctions VARCHAR)
###human: What's the termini of the route with junctions of i-35 fm 3338 sh 255?
###assistant: SELECT termini FROM table_name_2 WHERE junctions = "i-35 fm 3338 sh 255" |
###context:CREATE TABLE table_name_98 (junctions VARCHAR, termini VARCHAR)
###human: What are the junctions of the route with termini aguilares, texas us 59?
###assistant: SELECT junctions FROM table_name_98 WHERE termini = "aguilares, texas us 59" |
###context:CREATE TABLE table_name_49 (route_name VARCHAR, termini VARCHAR)
###human: What route has termini of fm 1472 sh 255?
###assistant: SELECT route_name FROM table_name_49 WHERE termini = "fm 1472 sh 255" |
###context:CREATE TABLE table_name_40 (termini VARCHAR, population_area VARCHAR)
###human: What termini does the route with a population Area of aguilares have?
###assistant: SELECT termini FROM table_name_40 WHERE population_area = "aguilares" |
###context:CREATE TABLE table_name_99 (length VARCHAR, junctions VARCHAR)
###human: What's the length of the route with junctions of ur 1472 sh 255?
###assistant: SELECT length FROM table_name_99 WHERE junctions = "ur 1472 sh 255" |
###context:CREATE TABLE table_name_47 (champion VARCHAR, location VARCHAR, semi_finalist__number2 VARCHAR)
###human: Which champion was from the location of Morrisville, NC, and whose SemiFinalist #2 of Clemson?
###assistant: SELECT champion FROM table_name_47 WHERE location = "morrisville, nc" AND semi_finalist__number2 = "clemson" |
###context:CREATE TABLE table_name_78 (champion VARCHAR, score VARCHAR)
###human: Which champion got a score of 12-1?
###assistant: SELECT champion FROM table_name_78 WHERE score = "12-1" |
###context:CREATE TABLE table_name_36 (champion VARCHAR, year VARCHAR, semi_finalist__number1 VARCHAR)
###human: Who was champion in 2005 where the semi-finalist was #1 in western Carolina?
###assistant: SELECT champion FROM table_name_36 WHERE year = 2005 AND semi_finalist__number1 = "western carolina" |
###context:CREATE TABLE table_name_66 (runner_up VARCHAR, year VARCHAR, champion VARCHAR)
###human: Which runner-up placed in a year prior to 2006 and whose Champion was Elon?
###assistant: SELECT runner_up FROM table_name_66 WHERE year < 2006 AND champion = "elon" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.