training_input
stringlengths
118
1.06k
###context:CREATE TABLE table_name_99 (player VARCHAR, pick__number VARCHAR) ###human: Who is Pick #41? ###assistant: SELECT player FROM table_name_99 WHERE pick__number = "41"
###context:CREATE TABLE table_name_98 (player VARCHAR, pick__number VARCHAR) ###human: Which player was Pick #40? ###assistant: SELECT player FROM table_name_98 WHERE pick__number = "40"
###context:CREATE TABLE table_name_23 (nhl_team VARCHAR, player VARCHAR) ###human: Which team picked Dave Bonter? ###assistant: SELECT nhl_team FROM table_name_23 WHERE player = "dave bonter"
###context:CREATE TABLE table_name_81 (nhl_team VARCHAR, college_junior_club_team VARCHAR, pick__number VARCHAR) ###human: Which team picked the player from the Toronto Marlboros (OHA) as Pick #32? ###assistant: SELECT nhl_team FROM table_name_81 WHERE college_junior_club_team = "toronto marlboros (oha)" AND pick__number = "32"
###context:CREATE TABLE table_name_25 (games INTEGER, goals VARCHAR, league VARCHAR, manager VARCHAR) ###human: Name the most games for eredivisie when jurrie koolhof is manager when goals are less than 10 ###assistant: SELECT MAX(games) FROM table_name_25 WHERE league = "eredivisie" AND manager = "jurrie koolhof" AND goals < 10
###context:CREATE TABLE table_name_98 (rank INTEGER, games VARCHAR, season VARCHAR) ###human: Name the least rank when games are more than 34 and the season is 2009-10 ###assistant: SELECT MIN(rank) FROM table_name_98 WHERE games > 34 AND season = "2009-10"
###context:CREATE TABLE table_name_52 (points INTEGER, wins VARCHAR, team VARCHAR, rank VARCHAR) ###human: Name the least point for mv agusta and rank of 13th for wins less than 0 ###assistant: SELECT MIN(points) FROM table_name_52 WHERE team = "mv agusta" AND rank = "13th" AND wins < 0
###context:CREATE TABLE table_name_10 (rank VARCHAR, wins VARCHAR, points VARCHAR) ###human: Name the rank for wins of 0 and points of 2 ###assistant: SELECT rank FROM table_name_10 WHERE wins = 0 AND points = 2
###context:CREATE TABLE table_name_31 (points VARCHAR, wins VARCHAR, year VARCHAR, rank VARCHAR) ###human: Name the total number of points with year less than 1955 and rank of 5th with wins less than 0 ###assistant: SELECT COUNT(points) FROM table_name_31 WHERE year < 1955 AND rank = "5th" AND wins < 0
###context:CREATE TABLE table_name_99 (decile INTEGER, area VARCHAR, roll VARCHAR) ###human: What is the total decile in the area of Normanby with a roller smaller than 157? ###assistant: SELECT SUM(decile) FROM table_name_99 WHERE area = "normanby" AND roll < 157
###context:CREATE TABLE table_name_62 (authority VARCHAR, decile VARCHAR, roll VARCHAR) ###human: What Authority has a decile greater than 5, with a roll of 170? ###assistant: SELECT authority FROM table_name_62 WHERE decile > 5 AND roll = 170
###context:CREATE TABLE table_name_33 (goals_against_average INTEGER, games_played INTEGER) ###human: What is the average goals against average for those playing more than 78 games? ###assistant: SELECT AVG(goals_against_average) FROM table_name_33 WHERE games_played > 78
###context:CREATE TABLE table_name_50 (player VARCHAR, games_played VARCHAR, goals_allowed VARCHAR) ###human: Who played over 46 games and allowed less than 195 goals? ###assistant: SELECT player FROM table_name_50 WHERE games_played > 46 AND goals_allowed < 195
###context:CREATE TABLE table_name_88 (player VARCHAR, goals_against_average VARCHAR, games_played VARCHAR) ###human: Who played 44 games who averaged over 2.07 goals against? ###assistant: SELECT player FROM table_name_88 WHERE goals_against_average > 2.07 AND games_played = 44
###context:CREATE TABLE table_name_6 (how_ashtagrama_iyers_say_it VARCHAR, pure_tamil VARCHAR) ###human: Name how ashtagrama lyers say it for engal veetil, engal agathil ###assistant: SELECT how_ashtagrama_iyers_say_it FROM table_name_6 WHERE pure_tamil = "engal veetil, engal agathil"
###context:CREATE TABLE table_name_8 (english_meaning VARCHAR, how_other_tamils_say_it VARCHAR) ###human: Name the english meaning for engey poringo ###assistant: SELECT english_meaning FROM table_name_8 WHERE how_other_tamils_say_it = "engey poringo"
###context:CREATE TABLE table_name_22 (how_other_iyers_say_it VARCHAR, how_ashtagrama_iyers_say_it VARCHAR) ###human: Name how other lyers say enga ullale ###assistant: SELECT how_other_iyers_say_it FROM table_name_22 WHERE how_ashtagrama_iyers_say_it = "enga ullale"
###context:CREATE TABLE table_name_97 (pure_tamil VARCHAR, how_other_iyers_say_it VARCHAR) ###human: Name the pure tamil for enga athilae ###assistant: SELECT pure_tamil FROM table_name_97 WHERE how_other_iyers_say_it = "enga athilae"
###context:CREATE TABLE table_name_59 (company VARCHAR, built VARCHAR, ship VARCHAR) ###human: What company built the ship named excellent in 1998? ###assistant: SELECT company FROM table_name_59 WHERE built = 1998 AND ship = "excellent"
###context:CREATE TABLE table_name_68 (built VARCHAR, registry VARCHAR, passengers VARCHAR) ###human: What's the total built by the United Kingdom and holds 1,300 passengers? ###assistant: SELECT COUNT(built) FROM table_name_68 WHERE registry = "united kingdom" AND passengers = 1 OFFSET 300
###context:CREATE TABLE table_name_67 (visiting_team VARCHAR, stadium VARCHAR) ###human: Name the visiting team for stadium of ralph wilson stadium ###assistant: SELECT visiting_team FROM table_name_67 WHERE stadium = "ralph wilson stadium"
###context:CREATE TABLE table_name_72 (date VARCHAR, visiting_team VARCHAR) ###human: Name the date for visiting team of denver broncos ###assistant: SELECT date FROM table_name_72 WHERE visiting_team = "denver broncos"
###context:CREATE TABLE table_name_46 (stadium VARCHAR, host_team VARCHAR, final_score VARCHAR) ###human: Name the stadium with host team of san diego chargers and final score of 23-45 ###assistant: SELECT stadium FROM table_name_46 WHERE host_team = "san diego chargers" AND final_score = "23-45"
###context:CREATE TABLE table_name_35 (stadium VARCHAR, final_score VARCHAR) ###human: Name the stadium with final score of 20-10 ###assistant: SELECT stadium FROM table_name_35 WHERE final_score = "20-10"
###context:CREATE TABLE table_name_47 (date VARCHAR, visiting_team VARCHAR) ###human: Name the date with visiting team of philadelphia eagles ###assistant: SELECT date FROM table_name_47 WHERE visiting_team = "philadelphia eagles"
###context:CREATE TABLE table_name_93 (host_team VARCHAR, date VARCHAR) ###human: Name the host team for january 1 (2006) ###assistant: SELECT host_team FROM table_name_93 WHERE date = "january 1 (2006)"
###context:CREATE TABLE table_name_36 (team VARCHAR, school VARCHAR) ###human: What team belongs to Delmar? ###assistant: SELECT team FROM table_name_36 WHERE school = "delmar"
###context:CREATE TABLE table_name_63 (division_record VARCHAR, school VARCHAR) ###human: What was Laurel's division record? ###assistant: SELECT division_record FROM table_name_63 WHERE school = "laurel"
###context:CREATE TABLE table_name_90 (rank INTEGER, code__iata_icao_ VARCHAR) ###human: What is the rank of airport with a (IATA/ICAO) of bcm/lrbc code and an amount of 240,735 in 2010? ###assistant: SELECT MIN(rank) FROM table_name_90 WHERE code__iata_icao_ = "bcm/lrbc" AND 2010 > 240 OFFSET 735
###context:CREATE TABLE table_name_20 (code__iata_icao_ VARCHAR) ###human: What is the average in 2010 of the team with a code of (IATA/ICAO) or cra/lrcv? ###assistant: SELECT 2010 FROM table_name_20 WHERE code__iata_icao_ = "cra/lrcv"
###context:CREATE TABLE table_name_28 (state_ranked_in_partisan_order VARCHAR, percentage_republicans VARCHAR, republican__democratic VARCHAR) ###human: Which state has 67% Republicans and a ratio of 24/12 of Republicans to Democrats? ###assistant: SELECT state_ranked_in_partisan_order FROM table_name_28 WHERE percentage_republicans = "67%" AND republican__democratic = "24/12"
###context:CREATE TABLE table_name_66 (state_ranked_in_partisan_order VARCHAR, percentage_democrats VARCHAR, republican__democratic VARCHAR) ###human: What state is 25% Democrats has a ratio of 6/2 of Republicans to Democrats? ###assistant: SELECT state_ranked_in_partisan_order FROM table_name_66 WHERE percentage_democrats = "25%" AND republican__democratic = "6/2"
###context:CREATE TABLE table_name_91 (republican__democratic VARCHAR, state_ranked_in_partisan_order VARCHAR) ###human: What is the ratio of Republicans to Democrats in South Carolina? ###assistant: SELECT republican__democratic FROM table_name_91 WHERE state_ranked_in_partisan_order = "south carolina"
###context:CREATE TABLE table_name_30 (republican_seat_plurality VARCHAR, republican__democratic VARCHAR) ###human: What is the Republican seat plurality of the state with a ratio of 12/4 Republicans to Democrats? ###assistant: SELECT republican_seat_plurality FROM table_name_30 WHERE republican__democratic = "12/4"
###context:CREATE TABLE table_name_18 (republican_seat_plurality VARCHAR, state_ranked_in_partisan_order VARCHAR) ###human: What is the Republican seat plurality of North Carolina? ###assistant: SELECT republican_seat_plurality FROM table_name_18 WHERE state_ranked_in_partisan_order = "north carolina"
###context:CREATE TABLE table_name_56 (round_4 INTEGER, score VARCHAR, year VARCHAR) ###human: What is the highest score in round 4 and total of 284 in a year more recent than 1998? ###assistant: SELECT MAX(round_4) FROM table_name_56 WHERE score = 284 AND year > 1998
###context:CREATE TABLE table_name_65 (money__ INTEGER, round_2 VARCHAR, round_4 VARCHAR) ###human: What is the maximum ¥ for a round 2 score of 65 and a round 4 score smaller than 67? ###assistant: SELECT MAX(money__) AS ¥_ FROM table_name_65 WHERE round_2 = 65 AND round_4 < 67
###context:CREATE TABLE table_name_23 (year INTEGER, tournament VARCHAR, round_4 VARCHAR) ###human: What is the earliest year when the Dunlop Phoenix Tournament was played with a round 4 score larger than 72? ###assistant: SELECT MIN(year) FROM table_name_23 WHERE tournament = "dunlop phoenix tournament" AND round_4 > 72
###context:CREATE TABLE table_name_15 (round_1 INTEGER, place VARCHAR, year VARCHAR) ###human: What is the lowest round with a place of t15 in a year earlier than 1998? ###assistant: SELECT MIN(round_1) FROM table_name_15 WHERE place = "t15" AND year < 1998
###context:CREATE TABLE table_name_61 (venue VARCHAR, driver VARCHAR, event VARCHAR) ###human: Where was the BRDC International Trophy with driver Emerson Fittipaldi held? ###assistant: SELECT venue FROM table_name_61 WHERE driver = "emerson fittipaldi" AND event = "brdc international trophy"
###context:CREATE TABLE table_name_41 (year INTEGER, venue VARCHAR, driver VARCHAR) ###human: What was the most recent race at Kyalami with Keke Rosberg competing? ###assistant: SELECT MAX(year) FROM table_name_41 WHERE venue = "kyalami" AND driver = "keke rosberg"
###context:CREATE TABLE table_name_30 (year VARCHAR, event VARCHAR, driver VARCHAR) ###human: What year was the Spanish Grand Prix where Emerson Fittipaldi drove? ###assistant: SELECT year FROM table_name_30 WHERE event = "spanish grand prix" AND driver = "emerson fittipaldi"
###context:CREATE TABLE table_name_51 (result VARCHAR, venue VARCHAR, driver VARCHAR) ###human: What was the outcome for Emerson Fittipaldi in the race held at Jarama? ###assistant: SELECT result FROM table_name_51 WHERE venue = "jarama" AND driver = "emerson fittipaldi"
###context:CREATE TABLE table_name_97 (year VARCHAR, driver VARCHAR) ###human: How many years did Wilson Fittipaldi race? ###assistant: SELECT COUNT(year) FROM table_name_97 WHERE driver = "wilson fittipaldi"
###context:CREATE TABLE table_name_44 (score VARCHAR, loss VARCHAR) ###human: What was the score of the game that had a loss of Cox (6–2)? ###assistant: SELECT score FROM table_name_44 WHERE loss = "cox (6–2)"
###context:CREATE TABLE table_name_74 (date VARCHAR, loss VARCHAR) ###human: What was the date of the game that had a loss of Rojas (9–8)? ###assistant: SELECT date FROM table_name_74 WHERE loss = "rojas (9–8)"
###context:CREATE TABLE table_name_25 (score VARCHAR, loss VARCHAR) ###human: What was the score of the game that had a loss of Coates (0–2)? ###assistant: SELECT score FROM table_name_25 WHERE loss = "coates (0–2)"
###context:CREATE TABLE table_name_12 (score VARCHAR, record VARCHAR) ###human: What was the score of the game when the record was 58–47? ###assistant: SELECT score FROM table_name_12 WHERE record = "58–47"
###context:CREATE TABLE table_name_24 (english_spelling VARCHAR, hebrew_word VARCHAR) ###human: How do you spell the Hebrew word יְהוֹשָפָט in English? ###assistant: SELECT english_spelling FROM table_name_24 WHERE hebrew_word = "יְהוֹשָפָט"
###context:CREATE TABLE table_name_96 (start VARCHAR, year VARCHAR) ###human: Which start has 1956 as the year? ###assistant: SELECT start FROM table_name_96 WHERE year = "1956"
###context:CREATE TABLE table_name_11 (start VARCHAR, finish VARCHAR, laps VARCHAR) ###human: Which start has 32 as the finish and laps more than 6? ###assistant: SELECT start FROM table_name_11 WHERE finish = "32" AND laps > 6
###context:CREATE TABLE table_name_55 (start VARCHAR, rank VARCHAR) ###human: Which start has 4 as a rank? ###assistant: SELECT start FROM table_name_55 WHERE rank = "4"
###context:CREATE TABLE table_name_25 (laps VARCHAR, start VARCHAR) ###human: How many laps have 1 as the start? ###assistant: SELECT COUNT(laps) FROM table_name_25 WHERE start = "1"
###context:CREATE TABLE table_name_24 (finish VARCHAR, rank VARCHAR, laps VARCHAR) ###human: Which finish has 33 as a rank and 200 for laps? ###assistant: SELECT finish FROM table_name_24 WHERE rank = "33" AND laps = 200
###context:CREATE TABLE table_name_95 (finish VARCHAR, rank VARCHAR) ###human: Which finish has 1 as the rank? ###assistant: SELECT finish FROM table_name_95 WHERE rank = "1"
###context:CREATE TABLE table_name_91 (special_notes VARCHAR, issue_price VARCHAR, theme VARCHAR) ###human: What are the special notes for an issue price under 24.95 with an edmonton oilers theme? ###assistant: SELECT special_notes FROM table_name_91 WHERE issue_price < 24.95 AND theme = "edmonton oilers"
###context:CREATE TABLE table_name_24 (theme VARCHAR, special_notes VARCHAR) ###human: What theme has special notes from calgary flames gift set? ###assistant: SELECT theme FROM table_name_24 WHERE special_notes = "from calgary flames gift set"
###context:CREATE TABLE table_name_10 (year VARCHAR, issue_price VARCHAR, special_notes VARCHAR) ###human: What year has an issue price over 15.95, and a special notes from edmonton oilers gift set? ###assistant: SELECT COUNT(year) FROM table_name_10 WHERE issue_price > 15.95 AND special_notes = "from edmonton oilers gift set"
###context:CREATE TABLE table_name_28 (site VARCHAR, superintendent VARCHAR) ###human: What is the site when the superintendent was John Barry? ###assistant: SELECT site FROM table_name_28 WHERE superintendent = "john barry"
###context:CREATE TABLE table_name_36 (guns VARCHAR, superintendent VARCHAR) ###human: What is the number of guns when the superintendent was Silas Talbot? ###assistant: SELECT guns FROM table_name_36 WHERE superintendent = "silas talbot"
###context:CREATE TABLE table_name_93 (site VARCHAR, superintendent VARCHAR) ###human: What is the site when the superintendent was James Sever? ###assistant: SELECT site FROM table_name_93 WHERE superintendent = "james sever"
###context:CREATE TABLE table_name_25 (loss VARCHAR, record VARCHAR) ###human: Who was the loss in the game with the record of 65-53? ###assistant: SELECT loss FROM table_name_25 WHERE record = "65-53"
###context:CREATE TABLE table_name_75 (record VARCHAR, opponent VARCHAR, date VARCHAR) ###human: On August 29, What was the record playing against the Rangers? ###assistant: SELECT record FROM table_name_75 WHERE opponent = "rangers" AND date = "august 29"
###context:CREATE TABLE table_name_39 (attendance VARCHAR, date VARCHAR) ###human: On August 22, how many people came to the game? ###assistant: SELECT attendance FROM table_name_39 WHERE date = "august 22"
###context:CREATE TABLE table_name_92 (west_indies INTEGER, season VARCHAR, holder_at_the_end_of_the_series VARCHAR, england VARCHAR) ###human: When west indes was a holder at the end of the series for the 1991 season with an england greater than 1, what is the smallest west indies? ###assistant: SELECT MIN(west_indies) FROM table_name_92 WHERE holder_at_the_end_of_the_series = "west indies" AND england > 1 AND season = "1991"
###context:CREATE TABLE table_name_43 (date VARCHAR, record VARCHAR) ###human: When were the Brewers 27-31? ###assistant: SELECT date FROM table_name_43 WHERE record = "27-31"
###context:CREATE TABLE table_name_63 (loss VARCHAR, score VARCHAR) ###human: When did the Brewers lose 2-8? ###assistant: SELECT loss FROM table_name_63 WHERE score = "2-8"
###context:CREATE TABLE table_name_13 (attendance INTEGER, score VARCHAR) ###human: When the Brewers score was 5-7, what was the lowest attendance? ###assistant: SELECT MIN(attendance) FROM table_name_13 WHERE score = "5-7"
###context:CREATE TABLE table_name_24 (host_team VARCHAR, visiting_team VARCHAR) ###human: Who hosted the visiting team Baltimore Ravens? ###assistant: SELECT host_team FROM table_name_24 WHERE visiting_team = "baltimore ravens"
###context:CREATE TABLE table_name_25 (final_score VARCHAR, stadium VARCHAR) ###human: What was the final score at Heinz Field? ###assistant: SELECT final_score FROM table_name_25 WHERE stadium = "heinz field"
###context:CREATE TABLE table_name_11 (stadium VARCHAR, host_team VARCHAR) ###human: What is the home stadium of the Atlanta Falcons? ###assistant: SELECT stadium FROM table_name_11 WHERE host_team = "atlanta falcons"
###context:CREATE TABLE table_name_34 (date VARCHAR, visiting_team VARCHAR) ###human: What date did the New York Giants play as a visiting team? ###assistant: SELECT date FROM table_name_34 WHERE visiting_team = "new york giants"
###context:CREATE TABLE table_name_60 (score VARCHAR, place VARCHAR, player VARCHAR) ###human: What is the score of Tim Herron, who placed t1? ###assistant: SELECT score FROM table_name_60 WHERE place = "t1" AND player = "tim herron"
###context:CREATE TABLE table_name_71 (place VARCHAR, player VARCHAR, score VARCHAR) ###human: What place does Fred Funk, who has a score of 69-69=138, have? ###assistant: SELECT place FROM table_name_71 WHERE score = 69 - 69 = 138 AND player = "fred funk"
###context:CREATE TABLE table_name_1 (score VARCHAR, player VARCHAR) ###human: What is Tiger Woods's score? ###assistant: SELECT score FROM table_name_1 WHERE player = "tiger woods"
###context:CREATE TABLE table_name_55 (score VARCHAR, country VARCHAR) ###human: What is the score of Australia? ###assistant: SELECT score FROM table_name_55 WHERE country = "australia"
###context:CREATE TABLE table_name_76 (constructor VARCHAR, rider VARCHAR) ###human: Who was Constructor for rider Marco Melandri? ###assistant: SELECT constructor FROM table_name_76 WHERE rider = "marco melandri"
###context:CREATE TABLE table_name_23 (motorcycle VARCHAR, rider VARCHAR) ###human: Anthony West ride which Motorcyle? ###assistant: SELECT motorcycle FROM table_name_23 WHERE rider = "anthony west"
###context:CREATE TABLE table_name_59 (nhl_team VARCHAR, pick__number VARCHAR, nationality VARCHAR, position VARCHAR) ###human: What team draft a player from Canada that was picked #43 and plays right wing? ###assistant: SELECT nhl_team FROM table_name_59 WHERE nationality = "canada" AND position = "right wing" AND pick__number = "43"
###context:CREATE TABLE table_name_34 (nationality VARCHAR, player VARCHAR) ###human: What nationality is Gerry Methe? ###assistant: SELECT nationality FROM table_name_34 WHERE player = "gerry methe"
###context:CREATE TABLE table_name_18 (player VARCHAR, pick__number VARCHAR, nationality VARCHAR, position VARCHAR) ###human: What which player from Canada was picked #49 and plays left wing? ###assistant: SELECT player FROM table_name_18 WHERE nationality = "canada" AND position = "left wing" AND pick__number = "49"
###context:CREATE TABLE table_name_74 (nationality VARCHAR, player VARCHAR) ###human: What Nationality is Dave Hynes? ###assistant: SELECT nationality FROM table_name_74 WHERE player = "dave hynes"
###context:CREATE TABLE table_name_51 (nhl_team VARCHAR, college_junior_club_team VARCHAR) ###human: The Estevan Bruins (WCHL) are affiliated with what NHL team? ###assistant: SELECT nhl_team FROM table_name_51 WHERE college_junior_club_team = "estevan bruins (wchl)"
###context:CREATE TABLE table_name_27 (games INTEGER, goals_for VARCHAR, draws VARCHAR, goals_against VARCHAR, wins VARCHAR) ###human: what's the number of games with a Goals Against smaller than 14, and a Wins larger than 1, and a Draws smaller than 2, and a Goals For of 3? ###assistant: SELECT MAX(games) FROM table_name_27 WHERE goals_against < 14 AND wins > 1 AND draws < 2 AND goals_for = 3
###context:CREATE TABLE table_name_85 (wins VARCHAR, draws VARCHAR, goals_against VARCHAR, games VARCHAR, goals_for VARCHAR) ###human: what's the total win count for Games smaller than 7, and a Goals For larger than 2, and a Goals Against smaller than 6, and Draws of 1 ###assistant: SELECT COUNT(wins) FROM table_name_85 WHERE games < 7 AND goals_for > 2 AND goals_against < 6 AND draws = 1
###context:CREATE TABLE table_name_81 (goals_for INTEGER, wins VARCHAR, draws VARCHAR, goals_against VARCHAR, goal_differential VARCHAR) ###human: for a Goals Against smaller than 9, and a Goal Differential of 0, and a Draws smaller than 2, and a Wins of 1, what's the goal total? ###assistant: SELECT SUM(goals_for) FROM table_name_81 WHERE goals_against < 9 AND goal_differential = "0" AND draws < 2 AND wins = 1
###context:CREATE TABLE table_name_88 (tournament VARCHAR, date VARCHAR) ###human: What tournament happened on 12 november 2006? ###assistant: SELECT tournament FROM table_name_88 WHERE date = "12 november 2006"
###context:CREATE TABLE table_name_82 (score VARCHAR, date VARCHAR) ###human: what was the score on 6 june 2010? ###assistant: SELECT score FROM table_name_82 WHERE date = "6 june 2010"
###context:CREATE TABLE table_name_26 (date_made VARCHAR, type VARCHAR) ###human: When was the railmotor made? ###assistant: SELECT date_made FROM table_name_26 WHERE type = "railmotor"
###context:CREATE TABLE table_name_19 (fleet_numbers VARCHAR, type VARCHAR) ###human: What are the fleet number for the 4-6-4t locomotive? ###assistant: SELECT fleet_numbers FROM table_name_19 WHERE type = "4-6-4t"
###context:CREATE TABLE table_name_54 (fast_laps VARCHAR, points VARCHAR, series VARCHAR) ###human: How many fast laps have 0 points in the World Series by Nissan? ###assistant: SELECT fast_laps FROM table_name_54 WHERE points = "0" AND series = "world series by nissan"
###context:CREATE TABLE table_name_28 (fast_laps VARCHAR, points VARCHAR, series VARCHAR, races VARCHAR) ###human: How many fast laps are in 6 races with 30 points in the World Series by Nissan? ###assistant: SELECT fast_laps FROM table_name_28 WHERE series = "world series by nissan" AND races = "6" AND points = "30"
###context:CREATE TABLE table_name_74 (team VARCHAR, points VARCHAR) ###human: Which team has the points category of test driver? ###assistant: SELECT team FROM table_name_74 WHERE points = "test driver"
###context:CREATE TABLE table_name_37 (pos VARCHAR, points VARCHAR, season VARCHAR) ###human: What is the position with 0 points in Season of 2007–08? ###assistant: SELECT pos FROM table_name_37 WHERE points = "0" AND season = "2007–08"
###context:CREATE TABLE table_name_69 (wins INTEGER, points VARCHAR) ###human: Name the least wins for 6 points ###assistant: SELECT MIN(wins) FROM table_name_69 WHERE points = 6
###context:CREATE TABLE table_name_15 (wins VARCHAR, year VARCHAR, team VARCHAR) ###human: Name the wins for 1963 bultaco ###assistant: SELECT wins FROM table_name_15 WHERE year = 1963 AND team = "bultaco"
###context:CREATE TABLE table_name_49 (director VARCHAR, year VARCHAR, nationality_of_director VARCHAR) ###human: Year larger than 2008, and a Nationality of director of lebanon is what director? ###assistant: SELECT director FROM table_name_49 WHERE year > 2008 AND nationality_of_director = "lebanon"
###context:CREATE TABLE table_name_52 (year VARCHAR, film VARCHAR) ###human: ilm of taukukauppiaat has how many total number of years? ###assistant: SELECT COUNT(year) FROM table_name_52 WHERE film = "taukukauppiaat"
###context:CREATE TABLE table_name_10 (film VARCHAR, director VARCHAR, award VARCHAR, year VARCHAR) ###human: Award of troisième prix, and a Year smaller than 2010, and a Director of jan komasa is what film? ###assistant: SELECT film FROM table_name_10 WHERE award = "troisième prix" AND year < 2010 AND director = "jan komasa"
###context:CREATE TABLE table_name_65 (nationality_of_director VARCHAR, film VARCHAR) ###human: Film of um sol alaranjado director is what nationality? ###assistant: SELECT nationality_of_director FROM table_name_65 WHERE film = "um sol alaranjado"