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