combined_text stringlengths 106 1.05k |
|---|
###question:Which home team's venue is Windy Hill?###answer:SELECT home_team FROM table_name_86 WHERE venue = "windy hill"###context:CREATE TABLE table_name_86 (home_team VARCHAR, venue VARCHAR) |
###question:What is the score for Hawthorn as an away team?###answer:SELECT away_team AS score FROM table_name_7 WHERE away_team = "hawthorn"###context:CREATE TABLE table_name_7 (away_team VARCHAR) |
###question:What is the score of the away team when the home team is Essendon?###answer:SELECT away_team AS score FROM table_name_12 WHERE home_team = "essendon"###context:CREATE TABLE table_name_12 (away_team VARCHAR, home_team VARCHAR) |
###question:What date was the Home team fitzroy?###answer:SELECT date FROM table_name_18 WHERE home_team = "fitzroy"###context:CREATE TABLE table_name_18 (date VARCHAR, home_team VARCHAR) |
###question:What is the largest crowd when st kilda was the away team?###answer:SELECT MAX(crowd) FROM table_name_60 WHERE away_team = "st kilda"###context:CREATE TABLE table_name_60 (crowd INTEGER, away_team VARCHAR) |
###question:What was the score of essendon when they were the away team?###answer:SELECT away_team AS score FROM table_name_15 WHERE away_team = "essendon"###context:CREATE TABLE table_name_15 (away_team VARCHAR) |
###question:What home team played at the western oval?###answer:SELECT home_team FROM table_name_93 WHERE venue = "western oval"###context:CREATE TABLE table_name_93 (home_team VARCHAR, venue VARCHAR) |
###question:Which mid-hill zone has a slightly warm temperature?###answer:SELECT high_hill_zone FROM table_name_87 WHERE mid_hill_zone = "slightly warm temperature"###context:CREATE TABLE table_name_87 (high_hill_zone VARCHAR, mid_hill_zone VARCHAR) |
###question:Which one took place on December 3, 1995?###answer:SELECT result FROM table_name_60 WHERE date = "december 3, 1995"###context:CREATE TABLE table_name_60 (result VARCHAR, date VARCHAR) |
###question:Who was the opponent of the New Orleans Saints?###answer:SELECT result FROM table_name_79 WHERE opponent = "new orleans saints"###context:CREATE TABLE table_name_79 (result VARCHAR, opponent VARCHAR) |
###question:What grid has 23 laps done by Josh Brookes?###answer:SELECT grid FROM table_name_1 WHERE laps = 23 AND rider = "josh brookes"###context:CREATE TABLE table_name_1 (grid VARCHAR, laps VARCHAR, rider VARCHAR) |
###question:What is noriyuki haga's time?###answer:SELECT time FROM table_name_69 WHERE rider = "noriyuki haga"###context:CREATE TABLE table_name_69 (time VARCHAR, rider VARCHAR) |
###question:What laps have a Time of +28.778?###answer:SELECT laps FROM table_name_37 WHERE time = "+28.778"###context:CREATE TABLE table_name_37 (laps VARCHAR, time VARCHAR) |
###question:Where was the game held where Hawthorn was the away team?###answer:SELECT venue FROM table_name_46 WHERE away_team = "hawthorn"###context:CREATE TABLE table_name_46 (venue VARCHAR, away_team VARCHAR) |
###question:What was the date of the game when Richmond was the home team?###answer:SELECT date FROM table_name_42 WHERE home_team = "richmond"###context:CREATE TABLE table_name_42 (date VARCHAR, home_team VARCHAR) |
###question:Who was the home team at the game played at Kardinia Park?###answer:SELECT home_team FROM table_name_44 WHERE venue = "kardinia park"###context:CREATE TABLE table_name_44 (home_team VARCHAR, venue VARCHAR) |
###question:What is the date of the game when the venue is MCG?###answer:SELECT date FROM table_name_31 WHERE venue = "mcg"###context:CREATE TABLE table_name_31 (date VARCHAR, venue VARCHAR) |
###question:What is the home team score when the away team is Essendon?###answer:SELECT home_team AS score FROM table_name_77 WHERE away_team = "essendon"###context:CREATE TABLE table_name_77 (home_team VARCHAR, away_team VARCHAR) |
###question:What is the name of the away team whose venue is Kardinia Park?###answer:SELECT away_team FROM table_name_73 WHERE venue = "kardinia park"###context:CREATE TABLE table_name_73 (away_team VARCHAR, venue VARCHAR) |
###question:What was the result when they were on a bye week?###answer:SELECT result FROM table_name_33 WHERE stadium = "bye week"###context:CREATE TABLE table_name_33 (result VARCHAR, stadium VARCHAR) |
###question:What was the result when the attendance was 25,418?###answer:SELECT result FROM table_name_99 WHERE attendance = "25,418"###context:CREATE TABLE table_name_99 (result VARCHAR, attendance VARCHAR) |
###question:Which of the Latest version was released on Release date 1987-12-09?###answer:SELECT latest_version FROM table_name_24 WHERE release_date = "1987-12-09"###context:CREATE TABLE table_name_24 (latest_version VARCHAR, release_date VARCHAR) |
###question:Which Source model has a 16-bit* Architecture?###answer:SELECT source_model FROM table_name_27 WHERE architecture = "16-bit*"###context:CREATE TABLE table_name_27 (source_model VARCHAR, architecture VARCHAR) |
###question:Which of the Latest version had a 16-bit Architecture and was released on Release date 1985-11-20?###answer:SELECT latest_version FROM table_name_29 WHERE architecture = "16-bit" AND release_date = "1985-11-20"###context:CREATE TABLE table_name_29 (latest_version VARCHAR, architecture VARCHAR, release_date ... |
###question:Which Architecture was released on Release date 1988-05-27?###answer:SELECT architecture FROM table_name_69 WHERE release_date = "1988-05-27"###context:CREATE TABLE table_name_69 (architecture VARCHAR, release_date VARCHAR) |
###question:Which Source model has a Release date of 1992-04-06?###answer:SELECT source_model FROM table_name_97 WHERE release_date = "1992-04-06"###context:CREATE TABLE table_name_97 (source_model VARCHAR, release_date VARCHAR) |
###question:Who is the away side when collingwood is at home?###answer:SELECT away_team FROM table_name_34 WHERE home_team = "collingwood"###context:CREATE TABLE table_name_34 (away_team VARCHAR, home_team VARCHAR) |
###question:Who is the home team at arden street oval?###answer:SELECT home_team FROM table_name_63 WHERE venue = "arden street oval"###context:CREATE TABLE table_name_63 (home_team VARCHAR, venue VARCHAR) |
###question:What is the WPW freq with a day power of 250?###answer:SELECT SUM(freq) FROM table_name_55 WHERE owner = "wpw" AND day_power___w__ > 250###context:CREATE TABLE table_name_55 (freq INTEGER, owner VARCHAR, day_power___w__ VARCHAR) |
###question:Is WPEO in stereo?###answer:SELECT stereo FROM table_name_37 WHERE call = "wpeo"###context:CREATE TABLE table_name_37 (stereo VARCHAR, call VARCHAR) |
###question:What is Park Tae-Hwan's final time?###answer:SELECT time FROM table_name_3 WHERE name = "park tae-hwan"###context:CREATE TABLE table_name_3 (time VARCHAR, name VARCHAR) |
###question:What was the largest crowd for an away Carlton game?###answer:SELECT MAX(crowd) FROM table_name_54 WHERE away_team = "carlton"###context:CREATE TABLE table_name_54 (crowd INTEGER, away_team VARCHAR) |
###question:Who was the home team for the game played at Corio Oval?###answer:SELECT home_team FROM table_name_20 WHERE venue = "corio oval"###context:CREATE TABLE table_name_20 (home_team VARCHAR, venue VARCHAR) |
###question:The safety position is represented in the draft by which colleges?###answer:SELECT college FROM table_name_62 WHERE position = "safety"###context:CREATE TABLE table_name_62 (college VARCHAR, position VARCHAR) |
###question:In how many rounds of the draft was there a college from Georgia involved?###answer:SELECT COUNT(round) FROM table_name_94 WHERE college = "georgia"###context:CREATE TABLE table_name_94 (round VARCHAR, college VARCHAR) |
###question:What is the Time of Driver Jan Heylen (r)?###answer:SELECT time_retired FROM table_name_44 WHERE driver = "jan heylen (r)"###context:CREATE TABLE table_name_44 (time_retired VARCHAR, driver VARCHAR) |
###question:What Grid has Driver Cristiano da Matta?###answer:SELECT grid FROM table_name_10 WHERE driver = "cristiano da matta"###context:CREATE TABLE table_name_10 (grid VARCHAR, driver VARCHAR) |
###question:Which Driver has less than 84 laps, more than 9 points and is on Rocketsports Racing Team?###answer:SELECT driver FROM table_name_68 WHERE laps < 84 AND points > 9 AND team = "rocketsports racing"###context:CREATE TABLE table_name_68 (driver VARCHAR, team VARCHAR, laps VARCHAR, points VARCHAR) |
###question:Which team has less than 73 laps and a gearbox time?###answer:SELECT team FROM table_name_56 WHERE laps < 73 AND time_retired = "gearbox"###context:CREATE TABLE table_name_56 (team VARCHAR, laps VARCHAR, time_retired VARCHAR) |
###question:What is the car with the lowest extinct year that has a NBR class of 32?###answer:SELECT MIN(extinct) FROM table_name_21 WHERE nbr_class = 32###context:CREATE TABLE table_name_21 (extinct INTEGER, nbr_class VARCHAR) |
###question:What is the home team that played at Corio Oval?###answer:SELECT home_team FROM table_name_54 WHERE venue = "corio oval"###context:CREATE TABLE table_name_54 (home_team VARCHAR, venue VARCHAR) |
###question:On which date was St Kilda the home team?###answer:SELECT date FROM table_name_2 WHERE home_team = "st kilda"###context:CREATE TABLE table_name_2 (date VARCHAR, home_team VARCHAR) |
###question:What is the Austin record of Kansas State?###answer:SELECT at_austin FROM table_name_21 WHERE texas_vs = "kansas state"###context:CREATE TABLE table_name_21 (at_austin VARCHAR, texas_vs VARCHAR) |
###question:What was the result of the last 5 meetings for a team with an L 1 streak?###answer:SELECT last_5_meetings FROM table_name_85 WHERE current_streak = "l 1"###context:CREATE TABLE table_name_85 (last_5_meetings VARCHAR, current_streak VARCHAR) |
###question:Who is the partner on a date later than 1971 who is the runner-up with a score of 3–6, 3–6?###answer:SELECT partner FROM table_name_33 WHERE date > 1971 AND outcome = "runner-up" AND score_in_the_final = "3–6, 3–6"###context:CREATE TABLE table_name_33 (partner VARCHAR, score_in_the_final VARCHAR, date VARCH... |
###question:What is the first year that Mario Lemieux from Canada won playing center?###answer:SELECT MIN(year) FROM table_name_21 WHERE country = "canada" AND position = "center" AND player = "mario lemieux"###context:CREATE TABLE table_name_21 (year INTEGER, player VARCHAR, country VARCHAR, position VARCHAR) |
###question:What country did mario lemieux play for in 1994?###answer:SELECT country FROM table_name_17 WHERE player = "mario lemieux" AND year = 1994###context:CREATE TABLE table_name_17 (country VARCHAR, player VARCHAR, year VARCHAR) |
###question:What player played center in 2010?###answer:SELECT player FROM table_name_9 WHERE position = "center" AND year = 2010###context:CREATE TABLE table_name_9 (player VARCHAR, position VARCHAR, year VARCHAR) |
###question:Who is the player associated with the Esher venue?###answer:SELECT player FROM table_name_63 WHERE venue = "esher"###context:CREATE TABLE table_name_63 (player VARCHAR, venue VARCHAR) |
###question:In which venue did 0 pens and 1 try occur?###answer:SELECT venue FROM table_name_70 WHERE pens = "0" AND tries = "1"###context:CREATE TABLE table_name_70 (venue VARCHAR, pens VARCHAR, tries VARCHAR) |
###question:What was the score of the game against the St. Louis Cardinals?###answer:SELECT result FROM table_name_82 WHERE opponent = "st. louis cardinals"###context:CREATE TABLE table_name_82 (result VARCHAR, opponent VARCHAR) |
###question:Which model has a CPU speed of 133mhz?###answer:SELECT model FROM table_name_52 WHERE cpu_speed = "133mhz"###context:CREATE TABLE table_name_52 (model VARCHAR, cpu_speed VARCHAR) |
###question:Which model has a maximum memory of 512 mb?###answer:SELECT MAX(model) FROM table_name_92 WHERE maximum_memory = "512 mb"###context:CREATE TABLE table_name_92 (model INTEGER, maximum_memory VARCHAR) |
###question:What is the maximum memory of the model that has a standard memory of 16 mb?###answer:SELECT maximum_memory FROM table_name_10 WHERE standard_memory = "16 mb"###context:CREATE TABLE table_name_10 (maximum_memory VARCHAR, standard_memory VARCHAR) |
###question:What is the largest crowd for a Melbourne away team?###answer:SELECT MAX(crowd) FROM table_name_35 WHERE away_team = "melbourne"###context:CREATE TABLE table_name_35 (crowd INTEGER, away_team VARCHAR) |
###question:What is the home team score when the home team is Essendon?###answer:SELECT home_team AS score FROM table_name_80 WHERE home_team = "essendon"###context:CREATE TABLE table_name_80 (home_team VARCHAR) |
###question:Which opponent was playing on December 20, 1998?###answer:SELECT opponent FROM table_name_63 WHERE date = "december 20, 1998"###context:CREATE TABLE table_name_63 (opponent VARCHAR, date VARCHAR) |
###question:When was the game that was held at the Princes Park?###answer:SELECT date FROM table_name_85 WHERE venue = "princes park"###context:CREATE TABLE table_name_85 (date VARCHAR, venue VARCHAR) |
###question:What was the smallest crowd size at a home game for Footscray?###answer:SELECT MIN(crowd) FROM table_name_93 WHERE home_team = "footscray"###context:CREATE TABLE table_name_93 (crowd INTEGER, home_team VARCHAR) |
###question:What was Melbourne's score as the home team?###answer:SELECT home_team AS score FROM table_name_91 WHERE home_team = "melbourne"###context:CREATE TABLE table_name_91 (home_team VARCHAR) |
###question:What was the away team that played Fitzroy?###answer:SELECT away_team FROM table_name_96 WHERE home_team = "fitzroy"###context:CREATE TABLE table_name_96 (away_team VARCHAR, home_team VARCHAR) |
###question:What was the sum of the crowds at Western Oval?###answer:SELECT SUM(crowd) FROM table_name_65 WHERE venue = "western oval"###context:CREATE TABLE table_name_65 (crowd INTEGER, venue VARCHAR) |
###question:What country had a winner in 1907?###answer:SELECT country FROM table_name_55 WHERE year = 1907###context:CREATE TABLE table_name_55 (country VARCHAR, year VARCHAR) |
###question:What velodrome took place earlier than 1950 with a winner from France in tandem paced over a distance of 951.750 km?###answer:SELECT velodrome FROM table_name_6 WHERE year < 1950 AND country = "france" AND pacing = "tandem paced" AND distance = "951.750 km"###context:CREATE TABLE table_name_6 (velodrome VAR... |
###question:Where was the game played when they kickoff was 12:00 p.m., and a Record of 8-5?###answer:SELECT game_site FROM table_name_48 WHERE kickoff = "12:00 p.m." AND record = "8-5"###context:CREATE TABLE table_name_48 (game_site VARCHAR, kickoff VARCHAR, record VARCHAR) |
###question:What date has a Game site of bye?###answer:SELECT date FROM table_name_77 WHERE game_site = "bye"###context:CREATE TABLE table_name_77 (date VARCHAR, game_site VARCHAR) |
###question:What is the record which shows Kickoff as kickoff?###answer:SELECT record FROM table_name_75 WHERE "kickoff" = "kickoff"###context:CREATE TABLE table_name_75 (record VARCHAR) |
###question:What is the record when the game was played at raymond james stadium?###answer:SELECT record FROM table_name_46 WHERE game_site = "raymond james stadium"###context:CREATE TABLE table_name_46 (record VARCHAR, game_site VARCHAR) |
###question:What is the kickoff for the game on october 22, 2000?###answer:SELECT kickoff FROM table_name_30 WHERE date = "october 22, 2000"###context:CREATE TABLE table_name_30 (kickoff VARCHAR, date VARCHAR) |
###question:Which Hindi network is based in India and uses dish service and shows general programming?###answer:SELECT network FROM table_name_93 WHERE service = "dish" AND language = "hindi" AND origin_of_programming = "india" AND genre = "general"###context:CREATE TABLE table_name_93 (network VARCHAR, genre VARCHAR, ... |
###question:Which language is used by the optimum TV service that shows cricket and is based in the United States?###answer:SELECT language FROM table_name_43 WHERE service = "optimum tv" AND origin_of_programming = "united states" AND genre = "cricket"###context:CREATE TABLE table_name_43 (language VARCHAR, genre VARC... |
###question:What is the origin of the Malayalam Dish Service that shows general programming on the Asianet Plus network?###answer:SELECT origin_of_programming FROM table_name_11 WHERE service = "dish" AND language = "malayalam" AND genre = "general" AND network = "asianet plus"###context:CREATE TABLE table_name_11 (ori... |
###question:What is the average grid number with a ferrari and a time or retired time of 1:32:35.101?###answer:SELECT AVG(grid) FROM table_name_10 WHERE constructor = "ferrari" AND time_retired = "1:32:35.101"###context:CREATE TABLE table_name_10 (grid INTEGER, constructor VARCHAR, time_retired VARCHAR) |
###question:What week of the season was November 24, 1957?###answer:SELECT week FROM table_name_74 WHERE date = "november 24, 1957"###context:CREATE TABLE table_name_74 (week VARCHAR, date VARCHAR) |
###question:What was the score of the game against the San Diego Chargers?###answer:SELECT score FROM table_name_41 WHERE opponent = "san diego chargers"###context:CREATE TABLE table_name_41 (score VARCHAR, opponent VARCHAR) |
###question:What is the latest week with the date of november 5, 1995?###answer:SELECT MAX(week) FROM table_name_40 WHERE date = "november 5, 1995"###context:CREATE TABLE table_name_40 (week INTEGER, date VARCHAR) |
###question:What was the outcome of the Tournament in Buenos Aires?###answer:SELECT outcome FROM table_name_30 WHERE tournament = "buenos aires"###context:CREATE TABLE table_name_30 (outcome VARCHAR, tournament VARCHAR) |
###question:In the match played with partner Andres Molteni, with the outcome of winner, who was the opponent?###answer:SELECT opponent FROM table_name_45 WHERE outcome = "winner" AND partner = "andres molteni"###context:CREATE TABLE table_name_45 (opponent VARCHAR, outcome VARCHAR, partner VARCHAR) |
###question:What is the player with a Span of 1998-2009?###answer:SELECT player FROM table_name_8 WHERE span = "1998-2009"###context:CREATE TABLE table_name_8 (player VARCHAR, span VARCHAR) |
###question:What draw has a Span of 1987-1999?###answer:SELECT draw FROM table_name_85 WHERE span = "1987-1999"###context:CREATE TABLE table_name_85 (draw VARCHAR, span VARCHAR) |
###question:What player has a span of 1997-2009?###answer:SELECT player FROM table_name_54 WHERE span = "1997-2009"###context:CREATE TABLE table_name_54 (player VARCHAR, span VARCHAR) |
###question:What round did Takayo Hashi face Yoko Hattori?###answer:SELECT SUM(round) FROM table_name_14 WHERE opponent = "yoko hattori"###context:CREATE TABLE table_name_14 (round INTEGER, opponent VARCHAR) |
###question:What was the away team that played at Princes Park?###answer:SELECT away_team FROM table_name_51 WHERE venue = "princes park"###context:CREATE TABLE table_name_51 (away_team VARCHAR, venue VARCHAR) |
###question:What was the date when Footscray was the away team?###answer:SELECT date FROM table_name_5 WHERE away_team = "footscray"###context:CREATE TABLE table_name_5 (date VARCHAR, away_team VARCHAR) |
###question:What was the home team's score in the match at Victoria Park?###answer:SELECT home_team AS score FROM table_name_6 WHERE venue = "victoria park"###context:CREATE TABLE table_name_6 (home_team VARCHAR, venue VARCHAR) |
###question:On what date was South Melbourne the away team?###answer:SELECT date FROM table_name_61 WHERE away_team = "south melbourne"###context:CREATE TABLE table_name_61 (date VARCHAR, away_team VARCHAR) |
###question:What away team did Carlton play?###answer:SELECT away_team FROM table_name_77 WHERE home_team = "carlton"###context:CREATE TABLE table_name_77 (away_team VARCHAR, home_team VARCHAR) |
###question:What is the sum of bronze when silver is greater than 3?###answer:SELECT SUM(bronze) FROM table_name_45 WHERE silver > 3###context:CREATE TABLE table_name_45 (bronze INTEGER, silver INTEGER) |
###question:What is the average total when gold is 0, bronze is 0, and silver is smaller than 1?###answer:SELECT AVG(total) FROM table_name_54 WHERE gold = 0 AND bronze = 0 AND silver < 1###context:CREATE TABLE table_name_54 (total INTEGER, silver VARCHAR, gold VARCHAR, bronze VARCHAR) |
###question:What was the total attendance in week 8?###answer:SELECT COUNT(attendance) FROM table_name_96 WHERE week = 8###context:CREATE TABLE table_name_96 (attendance VARCHAR, week VARCHAR) |
###question:Who was the winner in 2007?###answer:SELECT winner FROM table_name_49 WHERE date = 2007###context:CREATE TABLE table_name_49 (winner VARCHAR, date VARCHAR) |
###question:What sport was played before 2006 with a loser of france b?###answer:SELECT sport FROM table_name_93 WHERE date < 2006 AND loser = "france b"###context:CREATE TABLE table_name_93 (sport VARCHAR, date VARCHAR, loser VARCHAR) |
###question:Who was the winner with the loser being russia-2?###answer:SELECT winner FROM table_name_66 WHERE loser = "russia-2"###context:CREATE TABLE table_name_66 (winner VARCHAR, loser VARCHAR) |
###question:Who was the loser playing football with england b as a winner after 1992?###answer:SELECT loser FROM table_name_55 WHERE sport = "football" AND winner = "england b" AND date > 1992###context:CREATE TABLE table_name_55 (loser VARCHAR, date VARCHAR, sport VARCHAR, winner VARCHAR) |
###question:What was the name of the race that occurred in Brooklyn, Michigan with a sanctioning of cart?###answer:SELECT race_name FROM table_name_36 WHERE sanctioning = "cart" AND city_location = "brooklyn, michigan"###context:CREATE TABLE table_name_36 (race_name VARCHAR, sanctioning VARCHAR, city_location VARCHAR) |
###question:Where did the Gould Rex Mays Classic 150 occur?###answer:SELECT city_location FROM table_name_38 WHERE race_name = "gould rex mays classic 150"###context:CREATE TABLE table_name_38 (city_location VARCHAR, race_name VARCHAR) |
###question:What is the date for the race that has a circuit of Milwaukee Mile and the sanctioning of cart?###answer:SELECT date FROM table_name_10 WHERE circuit = "milwaukee mile" AND sanctioning = "cart"###context:CREATE TABLE table_name_10 (date VARCHAR, circuit VARCHAR, sanctioning VARCHAR) |
###question:15 albums were released in the UK during which year?###answer:SELECT year FROM table_name_25 WHERE uk_albums = "15"###context:CREATE TABLE table_name_25 (year VARCHAR, uk_albums VARCHAR) |
###question:What is the venue where Collingwood played as the home team?###answer:SELECT venue FROM table_name_60 WHERE home_team = "collingwood"###context:CREATE TABLE table_name_60 (venue VARCHAR, home_team VARCHAR) |
###question:What is the size of the crowd for the game with Footscray as the home team?###answer:SELECT AVG(crowd) FROM table_name_59 WHERE home_team = "footscray"###context:CREATE TABLE table_name_59 (crowd INTEGER, home_team VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.