training_input
stringlengths
118
1.06k
###context:CREATE TABLE table_name_51 (date VARCHAR, away_team VARCHAR) ###human: On what date was the away team Sheffield Wednesday? ###assistant: SELECT date FROM table_name_51 WHERE away_team = "sheffield wednesday"
###context:CREATE TABLE table_name_81 (tie_no VARCHAR, away_team VARCHAR) ###human: What was the tie number for the game with an away team of Hartlepool United? ###assistant: SELECT tie_no FROM table_name_81 WHERE away_team = "hartlepool united"
###context:CREATE TABLE table_name_16 (score VARCHAR, tie_no VARCHAR) ###human: What was the score in Tie number 16? ###assistant: SELECT score FROM table_name_16 WHERE tie_no = "16"
###context:CREATE TABLE table_name_47 (duration VARCHAR, province VARCHAR) ###human: What is the duration of the commissioner from the zeeland province? ###assistant: SELECT duration FROM table_name_47 WHERE province = "zeeland"
###context:CREATE TABLE table_name_83 (round VARCHAR, h___a VARCHAR, opponents VARCHAR) ###human: Rich round has an H/A of A and the opponent Sheffield United? ###assistant: SELECT round FROM table_name_83 WHERE h___a = "a" AND opponents = "sheffield united"
###context:CREATE TABLE table_name_1 (population__2008_ INTEGER, capital VARCHAR, created VARCHAR) ###human: What is the population (2008) when the capital was Sanniquellie, created later than 1964? ###assistant: SELECT SUM(population__2008_) FROM table_name_1 WHERE capital = "sanniquellie" AND created > 1964
###context:CREATE TABLE table_name_69 (population__2008_ INTEGER, created VARCHAR, county VARCHAR) ###human: What is the highest population (2008) created earlier than 1857, and the county was Sinoe? ###assistant: SELECT MAX(population__2008_) FROM table_name_69 WHERE created < 1857 AND county = "sinoe"
###context:CREATE TABLE table_name_33 (created INTEGER, map_number VARCHAR) ###human: What is the earliest created year when the map# was 10? ###assistant: SELECT MIN(created) FROM table_name_33 WHERE map_number = 10
###context:CREATE TABLE table_name_47 (venue VARCHAR, score VARCHAR) ###human: What is the Venue of the game with a Score of 0–0? ###assistant: SELECT venue FROM table_name_47 WHERE score = "0–0"
###context:CREATE TABLE table_name_58 (venue VARCHAR, competition VARCHAR, score VARCHAR) ###human: What is the Venue of the Friendly Competition with a Score of 1–4? ###assistant: SELECT venue FROM table_name_58 WHERE competition = "friendly" AND score = "1–4"
###context:CREATE TABLE table_name_49 (venue VARCHAR, competition VARCHAR) ###human: What is the Venue of the WCQ5 Competition? ###assistant: SELECT venue FROM table_name_49 WHERE competition = "wcq5"
###context:CREATE TABLE table_name_96 (date VARCHAR, score VARCHAR) ###human: What is the Date of the Competition with a Score of 2–0? ###assistant: SELECT date FROM table_name_96 WHERE score = "2–0"
###context:CREATE TABLE table_name_1 (venue VARCHAR, score VARCHAR) ###human: What is the Venue of the Competition with a Score of 0–2? ###assistant: SELECT venue FROM table_name_1 WHERE score = "0–2"
###context:CREATE TABLE table_name_89 (venue VARCHAR, score VARCHAR) ###human: What is the Venue of the Competition with a Score of 2–0? ###assistant: SELECT venue FROM table_name_89 WHERE score = "2–0"
###context:CREATE TABLE table_name_91 (binary_meaning VARCHAR, symbol VARCHAR) ###human: What is the binary meaning for symbol p? ###assistant: SELECT binary_meaning FROM table_name_91 WHERE symbol = "p"
###context:CREATE TABLE table_name_40 (si_meaning VARCHAR, symbol VARCHAR) ###human: What;s the SI Meaning for symbol m? ###assistant: SELECT si_meaning FROM table_name_40 WHERE symbol = "m"
###context:CREATE TABLE table_name_29 (size_difference VARCHAR, prefix VARCHAR) ###human: What is the size difference for exa? ###assistant: SELECT size_difference FROM table_name_29 WHERE prefix = "exa"
###context:CREATE TABLE table_name_32 (score VARCHAR, champion VARCHAR) ###human: What is the score of champion masahiro kawamura? ###assistant: SELECT score FROM table_name_32 WHERE champion = "masahiro kawamura"
###context:CREATE TABLE table_name_6 (dates VARCHAR, tournament_location VARCHAR, champion VARCHAR) ###human: What dates was champion masahiro kawamura at the ibaraki country club tournament? ###assistant: SELECT dates FROM table_name_6 WHERE tournament_location = "ibaraki country club" AND champion = "masahiro kawamura"
###context:CREATE TABLE table_name_96 (champion VARCHAR, purse VARCHAR) ###human: Who is the champion with a ¥200,000,000 purse? ###assistant: SELECT champion FROM table_name_96 WHERE purse = "¥200,000,000"
###context:CREATE TABLE table_name_34 (round INTEGER, pick VARCHAR, nationality VARCHAR, draft VARCHAR) ###human: What round had Canada with a draft of 1970 and a pick of 7? ###assistant: SELECT MAX(round) FROM table_name_34 WHERE nationality = "canada" AND draft < 1970 AND pick = 7
###context:CREATE TABLE table_name_72 (placement_in_miss_universe VARCHAR, delegate VARCHAR) ###human: Which Placement in Miss Universe has a Delegate of janine mari raymundo tugonon? ###assistant: SELECT placement_in_miss_universe FROM table_name_72 WHERE delegate = "janine mari raymundo tugonon"
###context:CREATE TABLE table_name_3 (placement_in_miss_universe VARCHAR, delegate VARCHAR) ###human: Which Placement in Miss Universe is armi barbara quiray crespo? ###assistant: SELECT placement_in_miss_universe FROM table_name_3 WHERE delegate = "armi barbara quiray crespo"
###context:CREATE TABLE table_name_96 (delegate VARCHAR, placement_in_miss_universe VARCHAR, hometown VARCHAR) ###human: Which Delegate has a Placement in Miss Universe of fourth runner-up, and a Hometown of makati , rizal? ###assistant: SELECT delegate FROM table_name_96 WHERE placement_in_miss_universe = "fourth runner-up" AND hometown = "makati , rizal"
###context:CREATE TABLE table_name_4 (placement_in_miss_universe VARCHAR, delegate VARCHAR) ###human: What kind of Placement in Miss Universe that rosita cornell capuyon is in? ###assistant: SELECT placement_in_miss_universe FROM table_name_4 WHERE delegate = "rosita cornell capuyon"
###context:CREATE TABLE table_name_50 (year INTEGER, delegate VARCHAR) ###human: Which Year jennifer tarol barrientos is in? ###assistant: SELECT MAX(year) FROM table_name_50 WHERE delegate = "jennifer tarol barrientos"
###context:CREATE TABLE table_name_18 (year INTEGER, competition VARCHAR, notes VARCHAR) ###human: WHAT YEAR WAS THE WORLD CHAMPIONSHIPS IN WITH NOTES OF 39.01? ###assistant: SELECT SUM(year) FROM table_name_18 WHERE competition = "world championships" AND notes = 39.01
###context:CREATE TABLE table_name_99 (money___ INTEGER, player VARCHAR) ###human: What's the sum of money ($) that angela park has won? ###assistant: SELECT SUM(money___) AS $__ FROM table_name_99 WHERE player = "angela park"
###context:CREATE TABLE table_name_10 (pick VARCHAR, year VARCHAR, overall VARCHAR, position VARCHAR, round VARCHAR) ###human: What number was the pick for the position of DT in 1952, after round 1, where the overall was less than 155? ###assistant: SELECT pick FROM table_name_10 WHERE position = "dt" AND round > 1 AND overall < 155 AND year = "1952"
###context:CREATE TABLE table_name_91 (nfl_team VARCHAR, position VARCHAR, round VARCHAR, overall VARCHAR, pick VARCHAR) ###human: Which NFL team chose a position of DE when the pick was larger than 9, after round 5, and the overal was larger than 118? ###assistant: SELECT nfl_team FROM table_name_91 WHERE overall > 118 AND pick > 9 AND round > 5 AND position = "de"
###context:CREATE TABLE table_name_63 (Id VARCHAR) ###human: What is 2006, when 2007 is "1R", and when 2002 is "Q2"? ###assistant: SELECT 2006 FROM table_name_63 WHERE 2007 = "1r" AND 2002 = "q2"
###context:CREATE TABLE table_name_99 (Id VARCHAR) ###human: What is 2001, when 2007 is "1R", and when 2008 is "Q1"? ###assistant: SELECT 2001 FROM table_name_99 WHERE 2007 = "1r" AND 2008 = "q1"
###context:CREATE TABLE table_name_90 (tournament VARCHAR) ###human: What is Tournament, when 2003 is "A"? ###assistant: SELECT tournament FROM table_name_90 WHERE 2003 = "a"
###context:CREATE TABLE table_name_55 (tournament VARCHAR) ###human: What is 2012, when Tournament is "French Open"? ###assistant: SELECT 2012 FROM table_name_55 WHERE tournament = "french open"
###context:CREATE TABLE table_name_35 (tournament VARCHAR) ###human: What is Tournament, when 2012 is "Grand Slam Tournaments"? ###assistant: SELECT tournament FROM table_name_35 WHERE 2012 = "grand slam tournaments"
###context:CREATE TABLE table_name_81 (Id VARCHAR) ###human: What is 2004, when 2010 is "Grand Slam Tournaments"? ###assistant: SELECT 2004 FROM table_name_81 WHERE 2010 = "grand slam tournaments"
###context:CREATE TABLE table_name_36 (member VARCHAR, electorate VARCHAR) ###human: Which Member has an Electorate of southern melbourne? ###assistant: SELECT member FROM table_name_36 WHERE electorate = "southern melbourne"
###context:CREATE TABLE table_name_7 (first_elected VARCHAR, member VARCHAR) ###human: When was H.B. Higgins first elected? ###assistant: SELECT first_elected FROM table_name_7 WHERE member = "h.b. higgins"
###context:CREATE TABLE table_name_37 (byes INTEGER, draws INTEGER) ###human: What is the highest number of byes when draws are larger than 0? ###assistant: SELECT MAX(byes) FROM table_name_37 WHERE draws > 0
###context:CREATE TABLE table_name_24 (losses INTEGER, draws VARCHAR, wins VARCHAR, golden_rivers VARCHAR) ###human: What is the lowest amount of losses when the goldne rivers is quambatook, wins are smaller than 15 and draws larger than 0? ###assistant: SELECT MIN(losses) FROM table_name_24 WHERE wins < 15 AND golden_rivers = "quambatook" AND draws > 0
###context:CREATE TABLE table_name_43 (losses VARCHAR, byes VARCHAR, wins VARCHAR, golden_rivers VARCHAR) ###human: How many losses did the golden rivers of ultima have when wins were less than 12 and byes larger than 2? ###assistant: SELECT COUNT(losses) FROM table_name_43 WHERE wins < 12 AND golden_rivers = "ultima" AND byes > 2
###context:CREATE TABLE table_name_2 (losses INTEGER, golden_rivers VARCHAR) ###human: How many losses did the Golden rivers of hay have? ###assistant: SELECT AVG(losses) FROM table_name_2 WHERE golden_rivers = "hay"
###context:CREATE TABLE table_name_59 (byes VARCHAR, wins VARCHAR) ###human: What is the total number of byes when the wins were 9? ###assistant: SELECT COUNT(byes) FROM table_name_59 WHERE wins = 9
###context:CREATE TABLE table_name_15 (draws INTEGER, against VARCHAR, wins VARCHAR) ###human: What is th average dras when wins are less than 12 and the against is 989? ###assistant: SELECT AVG(draws) FROM table_name_15 WHERE against = 989 AND wins < 12
###context:CREATE TABLE table_name_88 (pole INTEGER, class VARCHAR, wchmp VARCHAR) ###human: What is the highest pole for class 125 cc and a WChmp more than 1? ###assistant: SELECT MAX(pole) FROM table_name_88 WHERE class = "125 cc" AND wchmp > 1
###context:CREATE TABLE table_name_5 (flap INTEGER, class VARCHAR) ###human: What is the highest flap for class 500 cc? ###assistant: SELECT MAX(flap) FROM table_name_5 WHERE class = "500 cc"
###context:CREATE TABLE table_name_87 (result_f___a VARCHAR, league_position VARCHAR, date VARCHAR) ###human: Name the Result F – A that has a League position of 1st on 4 january 1994? ###assistant: SELECT result_f___a FROM table_name_87 WHERE league_position = "1st" AND date = "4 january 1994"
###context:CREATE TABLE table_name_75 (thai_name VARCHAR, abbr VARCHAR) ###human: What is the Thai name for the word abbreviated มี.ค.? ###assistant: SELECT thai_name FROM table_name_75 WHERE abbr = "มี.ค."
###context:CREATE TABLE table_name_23 (english_name VARCHAR, abbr VARCHAR) ###human: What is the English word that is abbreviated พ.ย.? ###assistant: SELECT english_name FROM table_name_23 WHERE abbr = "พ.ย."
###context:CREATE TABLE table_name_11 (transcription VARCHAR, english_name VARCHAR) ###human: What is the transcription for the English word March? ###assistant: SELECT transcription FROM table_name_11 WHERE english_name = "march"
###context:CREATE TABLE table_name_81 (zodiac_sign VARCHAR, english_name VARCHAR) ###human: What is the zodiac sign for the English March? ###assistant: SELECT zodiac_sign FROM table_name_81 WHERE english_name = "march"
###context:CREATE TABLE table_name_22 (abbr VARCHAR, zodiac_sign VARCHAR) ###human: What is the abbreviation for the sign of Capricorn? ###assistant: SELECT abbr FROM table_name_22 WHERE zodiac_sign = "capricorn"
###context:CREATE TABLE table_name_98 (transcription VARCHAR, english_name VARCHAR) ###human: What is the transcription for the English March? ###assistant: SELECT transcription FROM table_name_98 WHERE english_name = "march"
###context:CREATE TABLE table_name_69 (date VARCHAR, edition VARCHAR, result VARCHAR) ###human: What date was the 1988 world group i edition with a result of 7–6 (7–5) , 6–3? ###assistant: SELECT date FROM table_name_69 WHERE edition = "1988 world group i" AND result = "7–6 (7–5) , 6–3"
###context:CREATE TABLE table_name_8 (opponent VARCHAR, date VARCHAR) ###human: Who was the opponent on april 24, 1999? ###assistant: SELECT opponent FROM table_name_8 WHERE date = "april 24, 1999"
###context:CREATE TABLE table_name_97 (result VARCHAR, surface VARCHAR, date VARCHAR) ###human: What's the result for the clay surface edition on july 17, 1992? ###assistant: SELECT result FROM table_name_97 WHERE surface = "clay" AND date = "july 17, 1992"
###context:CREATE TABLE table_name_83 (round VARCHAR, result VARCHAR) ###human: What round had a result of 6–7 (6–8) , 1–6? ###assistant: SELECT round FROM table_name_83 WHERE result = "6–7 (6–8) , 1–6"
###context:CREATE TABLE table_name_75 (opponent VARCHAR, result VARCHAR) ###human: Who was the opponent when the result was 7–6 (7–5) , 6–3? ###assistant: SELECT opponent FROM table_name_75 WHERE result = "7–6 (7–5) , 6–3"
###context:CREATE TABLE table_name_2 (edition VARCHAR, surface VARCHAR, opponent VARCHAR) ###human: What clay surface edition had an opponent of miho saeki? ###assistant: SELECT edition FROM table_name_2 WHERE surface = "clay" AND opponent = "miho saeki"
###context:CREATE TABLE table_name_47 (to_par VARCHAR, country VARCHAR) ###human: What is To par, when Country is "Spain"? ###assistant: SELECT to_par FROM table_name_47 WHERE country = "spain"
###context:CREATE TABLE table_name_55 (country VARCHAR, player VARCHAR) ###human: What is Country, when Player is "José María Olazábal"? ###assistant: SELECT country FROM table_name_55 WHERE player = "josé maría olazábal"
###context:CREATE TABLE table_name_49 (place VARCHAR, player VARCHAR) ###human: What is Place, when Player is "John Cook"? ###assistant: SELECT place FROM table_name_49 WHERE player = "john cook"
###context:CREATE TABLE table_name_98 (score VARCHAR, country VARCHAR, player VARCHAR) ###human: What is Score, when Country is "United States", and when Player is "Raymond Floyd"? ###assistant: SELECT score FROM table_name_98 WHERE country = "united states" AND player = "raymond floyd"
###context:CREATE TABLE table_name_59 (to_par VARCHAR, player VARCHAR) ###human: What is To par, when Player is "Larry Rinker"? ###assistant: SELECT to_par FROM table_name_59 WHERE player = "larry rinker"
###context:CREATE TABLE table_name_98 (country VARCHAR, place VARCHAR, score VARCHAR) ###human: What is Country, when Place is "T8", and when Score is "70-67=137"? ###assistant: SELECT country FROM table_name_98 WHERE place = "t8" AND score = 70 - 67 = 137
###context:CREATE TABLE table_name_25 (country VARCHAR, score VARCHAR, player VARCHAR) ###human: What Country is player Sandy Lyle from when she scored less than 69? ###assistant: SELECT country FROM table_name_25 WHERE score < 69 AND player = "sandy lyle"
###context:CREATE TABLE table_name_64 (to_par VARCHAR, player VARCHAR) ###human: What is the to par of Philip Parkin? ###assistant: SELECT to_par FROM table_name_64 WHERE player = "philip parkin"
###context:CREATE TABLE table_name_68 (attendance INTEGER, opponent VARCHAR) ###human: What was the lowest attendance was the opponent was chelsea? ###assistant: SELECT MIN(attendance) FROM table_name_68 WHERE opponent = "chelsea"
###context:CREATE TABLE table_name_61 (date_of_birth VARCHAR, pos VARCHAR, height VARCHAR) ###human: What is the Date of Birth of the CB Player with a Height of m (ft 4in)? ###assistant: SELECT date_of_birth FROM table_name_61 WHERE pos = "cb" AND height = "m (ft 4in)"
###context:CREATE TABLE table_name_42 (country VARCHAR, place VARCHAR, score VARCHAR) ###human: Which country had a t4 place and scored 66-73=139? ###assistant: SELECT country FROM table_name_42 WHERE place = "t4" AND score = 66 - 73 = 139
###context:CREATE TABLE table_name_37 (player VARCHAR, place VARCHAR, country VARCHAR) ###human: Who placed t1 in Scotland? ###assistant: SELECT player FROM table_name_37 WHERE place = "t1" AND country = "scotland"
###context:CREATE TABLE table_name_32 (player VARCHAR, to_par VARCHAR, score VARCHAR) ###human: Who had a to par of e and scored 71-69=140? ###assistant: SELECT player FROM table_name_32 WHERE to_par = "e" AND score = 71 - 69 = 140
###context:CREATE TABLE table_name_35 (to_par VARCHAR, place VARCHAR, player VARCHAR) ###human: What is the to par for t10 and Colin Montgomerie? ###assistant: SELECT to_par FROM table_name_35 WHERE place = "t10" AND player = "colin montgomerie"
###context:CREATE TABLE table_name_97 (country VARCHAR, score VARCHAR) ###human: What country scored 71-69=140? ###assistant: SELECT country FROM table_name_97 WHERE score = 71 - 69 = 140
###context:CREATE TABLE table_name_67 (week VARCHAR, result VARCHAR) ###human: What week's game had a result of bye? ###assistant: SELECT week FROM table_name_67 WHERE result = "bye"
###context:CREATE TABLE table_name_26 (record VARCHAR, week VARCHAR) ###human: What was the record at week 9? ###assistant: SELECT record FROM table_name_26 WHERE week = "9"
###context:CREATE TABLE table_name_31 (to_par VARCHAR, player VARCHAR) ###human: What is the to par of player vijay singh? ###assistant: SELECT to_par FROM table_name_31 WHERE player = "vijay singh"
###context:CREATE TABLE table_name_87 (player VARCHAR, money___£__ VARCHAR, country VARCHAR) ###human: Who is the player with playoff money from the United States? ###assistant: SELECT player FROM table_name_87 WHERE money___£__ = "playoff" AND country = "united states"
###context:CREATE TABLE table_name_82 (place VARCHAR, country VARCHAR) ###human: What is the place of the player from New Zealand? ###assistant: SELECT place FROM table_name_82 WHERE country = "new zealand"
###context:CREATE TABLE table_name_76 (to_par VARCHAR, country VARCHAR, place VARCHAR) ###human: What is the to par of the player from the United States with a t1 place? ###assistant: SELECT to_par FROM table_name_76 WHERE country = "united states" AND place = "t1"
###context:CREATE TABLE table_name_54 (money___£__ VARCHAR, score VARCHAR) ###human: How much money does the player with a 72-70-71-72=285 score have? ###assistant: SELECT money___£__ FROM table_name_54 WHERE score = 72 - 70 - 71 - 72 = 285
###context:CREATE TABLE table_name_67 (save VARCHAR, score VARCHAR) ###human: What is the save of the game with a 7-6 score? ###assistant: SELECT save FROM table_name_67 WHERE score = "7-6"
###context:CREATE TABLE table_name_79 (save VARCHAR, loss VARCHAR) ###human: What is the save of the game where moran (1-2) lost? ###assistant: SELECT save FROM table_name_79 WHERE loss = "moran (1-2)"
###context:CREATE TABLE table_name_71 (opponent VARCHAR, date VARCHAR) ###human: Who was the opponent on June 15? ###assistant: SELECT opponent FROM table_name_71 WHERE date = "june 15"
###context:CREATE TABLE table_name_49 (save VARCHAR, opponent VARCHAR) ###human: What is the save of the game with rice as the opponent? ###assistant: SELECT save FROM table_name_49 WHERE opponent = "rice"
###context:CREATE TABLE table_name_38 (goals_against INTEGER, played INTEGER) ###human: What is the lowest Goals Agains, when Played is greater than 34? ###assistant: SELECT MIN(goals_against) FROM table_name_38 WHERE played > 34
###context:CREATE TABLE table_name_88 (lost INTEGER, drawn VARCHAR, goals_for VARCHAR, points_1 VARCHAR) ###human: What is the lowest Lost, when Goals For is greater than 52, when Points 1 is "44", and when Drawn is less than 8? ###assistant: SELECT MIN(lost) FROM table_name_88 WHERE goals_for > 52 AND points_1 = "44" AND drawn < 8
###context:CREATE TABLE table_name_91 (lost VARCHAR, played INTEGER) ###human: What is the total number of Lost, when Played is less than 34? ###assistant: SELECT COUNT(lost) FROM table_name_91 WHERE played < 34
###context:CREATE TABLE table_name_53 (song VARCHAR, year VARCHAR, us_r VARCHAR, b VARCHAR) ###human: Which song has a U.S. R&B 100 in 2010? ###assistant: SELECT song FROM table_name_53 WHERE year = 2010 AND us_r & b = "100"
###context:CREATE TABLE table_name_69 (champion VARCHAR, score VARCHAR, location VARCHAR, year VARCHAR) ###human: What is the Champion at Sopot prior to 2006 with a Score of 6–4, 6–7(7), 6–3? ###assistant: SELECT champion FROM table_name_69 WHERE location = "sopot" AND year < 2006 AND score = "6–4, 6–7(7), 6–3"
###context:CREATE TABLE table_name_77 (year VARCHAR, location VARCHAR, score VARCHAR) ###human: In what Year was the match at Sopot with a Score of 2–6, 6–2, 6–3? ###assistant: SELECT COUNT(year) FROM table_name_77 WHERE location = "sopot" AND score = "2–6, 6–2, 6–3"
###context:CREATE TABLE table_name_94 (team VARCHAR, podiums VARCHAR, position VARCHAR) ###human: Which Team has Podiums of 0, and a Position of nc†? ###assistant: SELECT team FROM table_name_94 WHERE podiums = "0" AND position = "nc†"
###context:CREATE TABLE table_name_99 (wins VARCHAR, races VARCHAR, team VARCHAR, poles VARCHAR) ###human: Which Wins has a Team of scuderia toro rosso, Poles of 0, and Races of 16? ###assistant: SELECT wins FROM table_name_99 WHERE team = "scuderia toro rosso" AND poles = "0" AND races = "16"
###context:CREATE TABLE table_name_44 (season INTEGER, podiums VARCHAR, races VARCHAR) ###human: Which Season has Podiums of 0, and Races of 16? ###assistant: SELECT MAX(season) FROM table_name_44 WHERE podiums = "0" AND races = "16"
###context:CREATE TABLE table_name_40 (wins VARCHAR, podiums VARCHAR, series VARCHAR) ###human: Which Wins has Podiums of 0, and a Series of masters of formula 3? ###assistant: SELECT wins FROM table_name_40 WHERE podiums = "0" AND series = "masters of formula 3"
###context:CREATE TABLE table_name_49 (method VARCHAR, time VARCHAR) ###human: What was the method used when the time was 4:52? ###assistant: SELECT method FROM table_name_49 WHERE time = "4:52"
###context:CREATE TABLE table_name_66 (res VARCHAR, time VARCHAR) ###human: What was the result when the time was 4:15? ###assistant: SELECT res FROM table_name_66 WHERE time = "4:15"
###context:CREATE TABLE table_name_65 (nationality VARCHAR, player VARCHAR) ###human: What is the nationality of player Jani Hakanpaa? ###assistant: SELECT nationality FROM table_name_65 WHERE player = "jani hakanpaa"
###context:CREATE TABLE table_name_69 (league_from VARCHAR, nhl_team VARCHAR) ###human: From which league is the player chosen by the Atlanta Thrashers (from Dallas) 6? ###assistant: SELECT league_from FROM table_name_69 WHERE nhl_team = "atlanta thrashers (from dallas) 6"
###context:CREATE TABLE table_name_71 (number_of_households VARCHAR, county VARCHAR) ###human: How many households have yadkin as the county? ###assistant: SELECT number_of_households FROM table_name_71 WHERE county = "yadkin"