training_input
stringlengths 118
1.06k
|
---|
###context:CREATE TABLE table_name_91 (week INTEGER, opponent VARCHAR)
###human: On which week was the opponent the oakland raiders?
###assistant: SELECT SUM(week) FROM table_name_91 WHERE opponent = "oakland raiders" |
###context:CREATE TABLE table_name_85 (attendance VARCHAR, opponent VARCHAR)
###human: What was the attendance at the game where the opponent was the denver broncos?
###assistant: SELECT attendance FROM table_name_85 WHERE opponent = "denver broncos" |
###context:CREATE TABLE table_name_38 (enrollment INTEGER, location VARCHAR)
###human: How many people are enrolled in platteville, wi?
###assistant: SELECT SUM(enrollment) FROM table_name_38 WHERE location = "platteville, wi" |
###context:CREATE TABLE table_name_93 (nickname VARCHAR, institution VARCHAR)
###human: What is the team nickname of university of wisconsin-platteville?
###assistant: SELECT nickname FROM table_name_93 WHERE institution = "university of wisconsin-platteville" |
###context:CREATE TABLE table_name_43 (to_par VARCHAR, place VARCHAR)
###human: What is To Par, when Place is 3?
###assistant: SELECT to_par FROM table_name_43 WHERE place = "3" |
###context:CREATE TABLE table_name_89 (country VARCHAR, player VARCHAR)
###human: What is Country, when Player is "Rives McBee"?
###assistant: SELECT country FROM table_name_89 WHERE player = "rives mcbee" |
###context:CREATE TABLE table_name_93 (place VARCHAR, player VARCHAR)
###human: What is Place, when Player is "Tony Lema"?
###assistant: SELECT place FROM table_name_93 WHERE player = "tony lema" |
###context:CREATE TABLE table_name_8 (score VARCHAR, to_par VARCHAR)
###human: What is Score, when To Par is "E"?
###assistant: SELECT score FROM table_name_8 WHERE to_par = "e" |
###context:CREATE TABLE table_name_26 (country VARCHAR, score VARCHAR)
###human: What is Country, when Score is 71-71-69=211?
###assistant: SELECT country FROM table_name_26 WHERE score = 71 - 71 - 69 = 211 |
###context:CREATE TABLE table_name_13 (country VARCHAR, score VARCHAR)
###human: What is Country, when Score is 71-74-70=215?
###assistant: SELECT country FROM table_name_13 WHERE score = 71 - 74 - 70 = 215 |
###context:CREATE TABLE table_name_71 (lost INTEGER, played INTEGER)
###human: what is the lost when played is less than 42?
###assistant: SELECT SUM(lost) FROM table_name_71 WHERE played < 42 |
###context:CREATE TABLE table_name_82 (goal_difference VARCHAR, lost VARCHAR, goals_for VARCHAR, drawn VARCHAR, goals_against VARCHAR)
###human: what is the goal difference when drawn is more than 11, goals against is less than 63, goals for is less than 87 and lost is more than 16?
###assistant: SELECT goal_difference FROM table_name_82 WHERE drawn > 11 AND goals_against < 63 AND goals_for < 87 AND lost > 16 |
###context:CREATE TABLE table_name_10 (goals_for VARCHAR, lost VARCHAR, position VARCHAR)
###human: how many times is lost less than 7 and the position 2?
###assistant: SELECT COUNT(goals_for) FROM table_name_10 WHERE lost < 7 AND position = 2 |
###context:CREATE TABLE table_name_31 (position INTEGER, drawn VARCHAR, points_1 VARCHAR, goals_for VARCHAR)
###human: what is the position when the points 1 is less than 36, goals for is less than 40 and drawn is less than 9?
###assistant: SELECT SUM(position) FROM table_name_31 WHERE points_1 < 36 AND goals_for < 40 AND drawn < 9 |
###context:CREATE TABLE table_name_92 (executions_in_persona VARCHAR, number_of_autos_da_fé_with_known_sentences VARCHAR)
###human: How many executions in persona have a number with known sentences of 2 (1543–1544)?
###assistant: SELECT executions_in_persona FROM table_name_92 WHERE number_of_autos_da_fé_with_known_sentences = "2 (1543–1544)" |
###context:CREATE TABLE table_name_3 (penanced VARCHAR, number_of_autos_da_fé_with_known_sentences VARCHAR)
###human: How many were penanced when the number with known sentences was 71 (1600–1773)?
###assistant: SELECT penanced FROM table_name_3 WHERE number_of_autos_da_fé_with_known_sentences = "71 (1600–1773)" |
###context:CREATE TABLE table_name_48 (penanced VARCHAR, total VARCHAR)
###human: How many were penanced for a total of 7666?
###assistant: SELECT penanced FROM table_name_48 WHERE total = "7666" |
###context:CREATE TABLE table_name_26 (executions_in_effigie VARCHAR, tribunal VARCHAR)
###human: How man executions in effigie took place at the Lamego tribunal?
###assistant: SELECT executions_in_effigie FROM table_name_26 WHERE tribunal = "lamego" |
###context:CREATE TABLE table_name_65 (penanced VARCHAR, executions_in_effigie VARCHAR, total VARCHAR)
###human: How many were penanced with 0 executions in effigie for a total of 21?
###assistant: SELECT penanced FROM table_name_65 WHERE executions_in_effigie = "0" AND total = "21" |
###context:CREATE TABLE table_name_34 (tribunal VARCHAR, total VARCHAR)
###human: Which tribunal had a total of 4167?
###assistant: SELECT tribunal FROM table_name_34 WHERE total = "4167" |
###context:CREATE TABLE table_name_50 (opponent VARCHAR, date VARCHAR)
###human: What is the Opponent of the Game on October 20?
###assistant: SELECT opponent FROM table_name_50 WHERE date = "october 20" |
###context:CREATE TABLE table_name_44 (institution VARCHAR, location VARCHAR)
###human: Which institution is located in Reading, PA?
###assistant: SELECT institution FROM table_name_44 WHERE location = "reading, pa" |
###context:CREATE TABLE table_name_71 (nickname VARCHAR, established VARCHAR)
###human: What was the nick name for the school established in 1958?
###assistant: SELECT nickname FROM table_name_71 WHERE established = 1958 |
###context:CREATE TABLE table_name_65 (laps INTEGER, grid VARCHAR, team VARCHAR, driver VARCHAR)
###human: When the grid is under 5 and justin wilson is driving for the team mi-jack conquest racing, what's the highest number of laps driven?
###assistant: SELECT MAX(laps) FROM table_name_65 WHERE team = "mi-jack conquest racing" AND driver = "justin wilson" AND grid < 5 |
###context:CREATE TABLE table_name_8 (time_retired VARCHAR, team VARCHAR, grid VARCHAR)
###human: When the team is newman/haas racing and the grid size is 3, what's the time/retired?
###assistant: SELECT time_retired FROM table_name_8 WHERE team = "newman/haas racing" AND grid = 3 |
###context:CREATE TABLE table_name_80 (tournament VARCHAR, ground VARCHAR, round VARCHAR)
###human: What tournament took place on Ground A with 8 rounds?
###assistant: SELECT tournament FROM table_name_80 WHERE ground = "a" AND round = "8" |
###context:CREATE TABLE table_name_20 (series VARCHAR, title_rank VARCHAR)
###human: What series had the title rank of various?
###assistant: SELECT series FROM table_name_20 WHERE title_rank = "various" |
###context:CREATE TABLE table_name_7 (title_rank VARCHAR, series VARCHAR, character VARCHAR)
###human: What is the title rank of the actor who played the character of arthur hastings during series 1-8, 13?
###assistant: SELECT title_rank FROM table_name_7 WHERE series = "1-8, 13" AND character = "arthur hastings" |
###context:CREATE TABLE table_name_24 (title_rank VARCHAR, series VARCHAR, character VARCHAR)
###human: What is the title rank of the actor who played the character of arthur hastings during series 1-8, 13?
###assistant: SELECT title_rank FROM table_name_24 WHERE series = "1-8, 13" AND character = "arthur hastings" |
###context:CREATE TABLE table_name_93 (title_rank VARCHAR, actor VARCHAR)
###human: What is the title rank of actor pauline moran?
###assistant: SELECT title_rank FROM table_name_93 WHERE actor = "pauline moran" |
###context:CREATE TABLE table_name_4 (character VARCHAR, title_rank VARCHAR)
###human: Which character had a title rank of various?
###assistant: SELECT character FROM table_name_4 WHERE title_rank = "various" |
###context:CREATE TABLE table_name_73 (high_rebounds VARCHAR, game VARCHAR, date VARCHAR)
###human: Who had the highest rebounds of the game with a game number higher than 65 on March 28?
###assistant: SELECT high_rebounds FROM table_name_73 WHERE game > 65 AND date = "march 28" |
###context:CREATE TABLE table_name_57 (date VARCHAR, game VARCHAR, team VARCHAR)
###human: WHAT DATE HAD A GAME SMALLER THAN 58, AND FROM BOSTON?
###assistant: SELECT date FROM table_name_57 WHERE game < 58 AND team = "boston" |
###context:CREATE TABLE table_name_73 (original_airdate VARCHAR, nightly_rank VARCHAR, viewers__millions_ VARCHAR)
###human: Original airdate for #6 with 1.246 viewers?
###assistant: SELECT original_airdate FROM table_name_73 WHERE nightly_rank = "#6" AND viewers__millions_ = 1.246 |
###context:CREATE TABLE table_name_21 (nightly_rank VARCHAR, viewers__millions_ INTEGER)
###human: Rank for viewers larger than 1.244?
###assistant: SELECT nightly_rank FROM table_name_21 WHERE viewers__millions_ > 1.244 |
###context:CREATE TABLE table_name_24 (week INTEGER, result VARCHAR)
###human: How many weeks had a Result of w 20–6?
###assistant: SELECT SUM(week) FROM table_name_24 WHERE result = "w 20–6" |
###context:CREATE TABLE table_name_76 (opponent VARCHAR, attendance VARCHAR)
###human: Which Opponent has an Attendance of bye?
###assistant: SELECT opponent FROM table_name_76 WHERE attendance = "bye" |
###context:CREATE TABLE table_name_2 (flaps INTEGER, podiums VARCHAR, races VARCHAR)
###human: WHAT IS THE FLAPS WITH PODIUMS OF 24 AND RACES BIGGER THAN 143?
###assistant: SELECT MAX(flaps) FROM table_name_2 WHERE podiums = 24 AND races > 143 |
###context:CREATE TABLE table_name_93 (races INTEGER, pole VARCHAR, season VARCHAR, flaps VARCHAR, podiums VARCHAR)
###human: WHAT ARE THE RACES WHEN FLAPS ARE ZERO, PODIUMS ARE LARGER THAN 0, SEASON IS 2008, AND POLE SMALLER THAN 1?
###assistant: SELECT SUM(races) FROM table_name_93 WHERE flaps = 0 AND podiums > 0 AND season = "2008" AND pole < 1 |
###context:CREATE TABLE table_name_93 (races INTEGER, pole VARCHAR, season VARCHAR)
###human: WHAT ARE THE RACES WITH A POLE SMALLER THAN 2 IN 2007?
###assistant: SELECT MIN(races) FROM table_name_93 WHERE pole < 2 AND season = "2007" |
###context:CREATE TABLE table_name_27 (races INTEGER, season VARCHAR, flaps VARCHAR)
###human: WHAT ARE THE RACES FOR 2010 WITH FLAPS LARGER THAN 6?
###assistant: SELECT MAX(races) FROM table_name_27 WHERE season = "2010" AND flaps > 6 |
###context:CREATE TABLE table_name_18 (t20_matches VARCHAR, total VARCHAR)
###human: What T20 Match has a total of 23?
###assistant: SELECT t20_matches FROM table_name_18 WHERE total = "23" |
###context:CREATE TABLE table_name_52 (fc_matches VARCHAR, location VARCHAR)
###human: What FC Match was played in Darlington?
###assistant: SELECT fc_matches FROM table_name_52 WHERE location = "darlington" |
###context:CREATE TABLE table_name_33 (t20_matches VARCHAR, year VARCHAR)
###human: What T20 match was played in 1979?
###assistant: SELECT t20_matches FROM table_name_33 WHERE year = "1979" |
###context:CREATE TABLE table_name_18 (fc_matches VARCHAR, total VARCHAR)
###human: Which FC match has a total of 24?
###assistant: SELECT fc_matches FROM table_name_18 WHERE total = "24" |
###context:CREATE TABLE table_name_45 (location VARCHAR, fc_matches VARCHAR)
###human: Where was the FC match with a score of 12 played?
###assistant: SELECT location FROM table_name_45 WHERE fc_matches = "12" |
###context:CREATE TABLE table_name_13 (oricon VARCHAR, romaji_title VARCHAR)
###human: How many oricon's have a romaji title of rakuen -memorial tracks- (maxi-single)?
###assistant: SELECT COUNT(oricon) FROM table_name_13 WHERE romaji_title = "rakuen -memorial tracks- (maxi-single)" |
###context:CREATE TABLE table_name_39 (reference VARCHAR, japanese_title VARCHAR)
###human: What reference is used with the title アイシテル?
###assistant: SELECT reference FROM table_name_39 WHERE japanese_title = "アイシテル" |
###context:CREATE TABLE table_name_4 (reference VARCHAR, romaji_title VARCHAR)
###human: What is the reference for the romani title da.i.su.ki?
###assistant: SELECT reference FROM table_name_4 WHERE romaji_title = "da.i.su.ki" |
###context:CREATE TABLE table_name_88 (japanese_title VARCHAR, romaji_title VARCHAR)
###human: What title to the japanese give the romani title ashita wa ashita no kaze ga fuku?
###assistant: SELECT japanese_title FROM table_name_88 WHERE romaji_title = "ashita wa ashita no kaze ga fuku" |
###context:CREATE TABLE table_name_49 (club VARCHAR, founded INTEGER)
###human: Which club was founded after 1998?
###assistant: SELECT club FROM table_name_49 WHERE founded > 1998 |
###context:CREATE TABLE table_name_5 (tries INTEGER, goals INTEGER)
###human: Which Tries has a Goal smaller than 0?
###assistant: SELECT MIN(tries) FROM table_name_5 WHERE goals < 0 |
###context:CREATE TABLE table_name_44 (issue_price VARCHAR, theme VARCHAR)
###human: What was the issue price for the Trumpeter Swan set?
###assistant: SELECT issue_price FROM table_name_44 WHERE theme = "trumpeter swan" |
###context:CREATE TABLE table_name_87 (artist VARCHAR, mintage VARCHAR, issue_price VARCHAR)
###human: Who was the artist with a mintage of 40,000 and an issue price of $45.95?
###assistant: SELECT artist FROM table_name_87 WHERE mintage = "40,000" AND issue_price = "45.95" |
###context:CREATE TABLE table_name_85 (high_points VARCHAR, date VARCHAR)
###human: What is the highest number of points a player got during the game on May 25?
###assistant: SELECT high_points FROM table_name_85 WHERE date = "may 25" |
###context:CREATE TABLE table_name_79 (position VARCHAR, first_team_goals VARCHAR, current_club VARCHAR)
###human: What is the position of the player who has ongoing first-team goals and currently plays for the Aston Villa club?
###assistant: SELECT position FROM table_name_79 WHERE first_team_goals = "ongoing" AND current_club = "aston villa" |
###context:CREATE TABLE table_name_79 (player VARCHAR, first_team_appearances VARCHAR)
###human: Who is the player who has had 7 first team appearances?
###assistant: SELECT player FROM table_name_79 WHERE first_team_appearances = "7" |
###context:CREATE TABLE table_name_28 (current_club VARCHAR, player VARCHAR, first_team_appearances VARCHAR, position VARCHAR)
###human: What is the name of the club that has ongoing first-team appearances, a midfielder, and whose player is Samir Carruthers?
###assistant: SELECT current_club FROM table_name_28 WHERE first_team_appearances = "ongoing" AND position = "midfielder" AND player = "samir carruthers" |
###context:CREATE TABLE table_name_73 (first_team_goals VARCHAR, player VARCHAR)
###human: How many first-team goals does the team have whose player is Samir Carruthers?
###assistant: SELECT first_team_goals FROM table_name_73 WHERE player = "samir carruthers" |
###context:CREATE TABLE table_name_47 (position VARCHAR, player VARCHAR, first_team_appearances VARCHAR, current_club VARCHAR)
###human: What position has ongoing first-team appearances, Graham Burke for a player, and whose club is Aston Villa?
###assistant: SELECT position FROM table_name_47 WHERE first_team_appearances = "ongoing" AND current_club = "aston villa" AND player = "graham burke" |
###context:CREATE TABLE table_name_7 (position VARCHAR, first_team_appearances VARCHAR)
###human: Which position has had 7 first-team appearances?
###assistant: SELECT position FROM table_name_7 WHERE first_team_appearances = "7" |
###context:CREATE TABLE table_name_72 (theme VARCHAR, issue_price VARCHAR)
###human: What was the theme when the issue price was $508.95?
###assistant: SELECT theme FROM table_name_72 WHERE issue_price = "$508.95" |
###context:CREATE TABLE table_name_18 (mintage VARCHAR, theme VARCHAR)
###human: What's the mintage when the theme was year of the rabbit?
###assistant: SELECT mintage FROM table_name_18 WHERE theme = "year of the rabbit" |
###context:CREATE TABLE table_name_43 (year VARCHAR, theme VARCHAR)
###human: What year was the year of the pig theme?
###assistant: SELECT year FROM table_name_43 WHERE theme = "year of the pig" |
###context:CREATE TABLE table_name_76 (artist VARCHAR, theme VARCHAR)
###human: Who was the artist for the year of the snake?
###assistant: SELECT artist FROM table_name_76 WHERE theme = "year of the snake" |
###context:CREATE TABLE table_name_41 (frequency_mhz VARCHAR, city_of_license VARCHAR, erp_w VARCHAR)
###human: What is the total Frequency MHz Port Charlotte, Florida, which has an ERP W larger than 10, has?
###assistant: SELECT COUNT(frequency_mhz) FROM table_name_41 WHERE city_of_license = "port charlotte, florida" AND erp_w > 10 |
###context:CREATE TABLE table_name_38 (call_sign VARCHAR, erp_w INTEGER)
###human: What is the call sign for the translator with an ERP W larger than 10?
###assistant: SELECT call_sign FROM table_name_38 WHERE erp_w > 10 |
###context:CREATE TABLE table_name_94 (erp_w INTEGER, call_sign VARCHAR)
###human: What is the highest ERP W of the translator with a call sign of w284av?
###assistant: SELECT MAX(erp_w) FROM table_name_94 WHERE call_sign = "w284av" |
###context:CREATE TABLE table_name_92 (crowd INTEGER, home_team VARCHAR)
###human: How big was the crowd of the Home team of Collingwood?
###assistant: SELECT MAX(crowd) FROM table_name_92 WHERE home_team = "collingwood" |
###context:CREATE TABLE table_name_85 (away_team VARCHAR, home_team VARCHAR)
###human: What was the away team when the home team was south melbourne?
###assistant: SELECT away_team FROM table_name_85 WHERE home_team = "south melbourne" |
###context:CREATE TABLE table_name_34 (player VARCHAR, college VARCHAR)
###human: Who was recruited from Calgary?
###assistant: SELECT player FROM table_name_34 WHERE college = "calgary" |
###context:CREATE TABLE table_name_43 (wins INTEGER, rank INTEGER)
###human: What number of wins was ranked higher than 5?
###assistant: SELECT SUM(wins) FROM table_name_43 WHERE rank > 5 |
###context:CREATE TABLE table_name_35 (rank VARCHAR, wins VARCHAR, player VARCHAR)
###human: What rank is Miller Barber with more than 11 wins?
###assistant: SELECT rank FROM table_name_35 WHERE wins > 11 AND player = "miller barber" |
###context:CREATE TABLE table_name_34 (venue VARCHAR, home_team VARCHAR)
###human: What was the venue when Collingwood was the home team?
###assistant: SELECT venue FROM table_name_34 WHERE home_team = "collingwood" |
###context:CREATE TABLE table_name_75 (crowd INTEGER, venue VARCHAR)
###human: What was the largest crowd at vfl park?
###assistant: SELECT MAX(crowd) FROM table_name_75 WHERE venue = "vfl park" |
###context:CREATE TABLE table_name_16 (crowd VARCHAR, home_team VARCHAR)
###human: How many people were at the game where the home team was South Melbourne?
###assistant: SELECT crowd FROM table_name_16 WHERE home_team = "south melbourne" |
###context:CREATE TABLE table_name_25 (away_team VARCHAR)
###human: What was the score when the away team was Footscray?
###assistant: SELECT away_team AS score FROM table_name_25 WHERE away_team = "footscray" |
###context:CREATE TABLE table_name_56 (away_team VARCHAR)
###human: What was the score when the away team was Collingwood?
###assistant: SELECT away_team AS score FROM table_name_56 WHERE away_team = "collingwood" |
###context:CREATE TABLE table_name_15 (home_team VARCHAR, venue VARCHAR)
###human: What was the home team that played at Corio Oval?
###assistant: SELECT home_team FROM table_name_15 WHERE venue = "corio oval" |
###context:CREATE TABLE table_name_13 (goal INTEGER, date VARCHAR)
###human: How many goals were scored on November 22, 1994?
###assistant: SELECT SUM(goal) FROM table_name_13 WHERE date = "november 22, 1994" |
###context:CREATE TABLE table_name_49 (result VARCHAR, goal VARCHAR)
###human: What was the result of the game with 9 goals?
###assistant: SELECT result FROM table_name_49 WHERE goal = 9 |
###context:CREATE TABLE table_name_43 (for_prohibition INTEGER, against_prohibition VARCHAR, jurisdiction VARCHAR, percent_against VARCHAR, percent_for VARCHAR)
###human: What is the highest number supporting prohibition in British Columbia when the percent opposing is more than 10.8, the percent supporting is less than 72.2, number against is less than 4,756?
###assistant: SELECT MAX(for_prohibition) FROM table_name_43 WHERE percent_against > 10.8 AND percent_for < 72.2 AND jurisdiction = "british columbia" AND against_prohibition < 4 OFFSET 756 |
###context:CREATE TABLE table_name_24 (apparent_magnitude VARCHAR, constellation VARCHAR)
###human: what is the apparent magnitude of the constellation sculptor
###assistant: SELECT COUNT(apparent_magnitude) FROM table_name_24 WHERE constellation = "sculptor" |
###context:CREATE TABLE table_name_15 (right_ascension___j2000__ VARCHAR, object_type VARCHAR, apparent_magnitude VARCHAR)
###human: What is the Right ascension of the Object type spiral galaxy that has an Apparent magnitude larger that 12.2
###assistant: SELECT right_ascension___j2000__ FROM table_name_15 WHERE object_type = "spiral galaxy" AND apparent_magnitude > 12.2 |
###context:CREATE TABLE table_name_60 (constellation VARCHAR, apparent_magnitude VARCHAR, ngc_number VARCHAR)
###human: Which Constellation has an Apparent magnitude larger that 7.7, and an NGC number of 7777
###assistant: SELECT constellation FROM table_name_60 WHERE apparent_magnitude > 7.7 AND ngc_number = 7777 |
###context:CREATE TABLE table_name_62 (chassis VARCHAR, rounds VARCHAR, driver VARCHAR)
###human: What is the name of the Chassis of Diver Maria Teresa de Filippis in round 1?
###assistant: SELECT chassis FROM table_name_62 WHERE rounds = "1" AND driver = "maria teresa de filippis" |
###context:CREATE TABLE table_name_6 (yards VARCHAR, player VARCHAR, long VARCHAR)
###human: How many yards have a Player of james macpherson, and a Long smaller than 1?
###assistant: SELECT COUNT(yards) FROM table_name_6 WHERE player = "james macpherson" AND long < 1 |
###context:CREATE TABLE table_name_37 (car INTEGER, yards INTEGER)
###human: What is the lowest car with more than 122 yards?
###assistant: SELECT MIN(car) FROM table_name_37 WHERE yards > 122 |
###context:CREATE TABLE table_name_7 (round INTEGER, player VARCHAR)
###human: What round was Ryan Thang drafted in?
###assistant: SELECT MIN(round) FROM table_name_7 WHERE player = "ryan thang" |
###context:CREATE TABLE table_name_82 (laps VARCHAR, points VARCHAR, car__number VARCHAR, driver VARCHAR)
###human: How many laps did Jeff Burton have when he drove car with a # over 9 and more than 118 points?
###assistant: SELECT COUNT(laps) FROM table_name_82 WHERE car__number > 9 AND driver = "jeff burton" AND points > 118 |
###context:CREATE TABLE table_name_28 (points INTEGER, driver VARCHAR, laps VARCHAR)
###human: What was Scott Riggs points when he had more than 400 laps?
###assistant: SELECT SUM(points) FROM table_name_28 WHERE driver = "scott riggs" AND laps > 400 |
###context:CREATE TABLE table_name_42 (driver VARCHAR, car__number VARCHAR, make VARCHAR)
###human: Who drove the dodge with a car # less than 5?
###assistant: SELECT driver FROM table_name_42 WHERE car__number < 5 AND make = "dodge" |
###context:CREATE TABLE table_name_39 (team VARCHAR, game VARCHAR, high_rebounds VARCHAR)
###human: What team had a high rebound of perkins (9) and a game smaller than 78?
###assistant: SELECT team FROM table_name_39 WHERE game < 78 AND high_rebounds = "perkins (9)" |
###context:CREATE TABLE table_name_18 (date VARCHAR, high_assists VARCHAR, high_rebounds VARCHAR)
###human: What date were the high assists rondo (5) and the high rebounds rondo (10)?
###assistant: SELECT date FROM table_name_18 WHERE high_assists = "rondo (5)" AND high_rebounds = "rondo (10)" |
###context:CREATE TABLE table_name_71 (high_points VARCHAR, date VARCHAR)
###human: On the date April 11, what were the high points?
###assistant: SELECT high_points FROM table_name_71 WHERE date = "april 11" |
###context:CREATE TABLE table_name_4 (game VARCHAR, date VARCHAR)
###human: On the date April 11, what is the total game number?
###assistant: SELECT COUNT(game) FROM table_name_4 WHERE date = "april 11" |
###context:CREATE TABLE table_name_30 (name VARCHAR, year VARCHAR)
###human: What actor made a film in 1957?
###assistant: SELECT name FROM table_name_30 WHERE year = "1957" |
###context:CREATE TABLE table_name_25 (year VARCHAR, name VARCHAR)
###human: What year did Miyoshi Umeki make a film?
###assistant: SELECT year FROM table_name_25 WHERE name = "miyoshi umeki" |
###context:CREATE TABLE table_name_56 (status VARCHAR)
###human: What status has a role?
###assistant: SELECT status FROM table_name_56 WHERE "role" = "role" |
###context:CREATE TABLE table_name_98 (round INTEGER, nominees VARCHAR)
###human: what is the earliest round for nominee david mundy?
###assistant: SELECT MIN(round) FROM table_name_98 WHERE nominees = "david mundy" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.