training_input
stringlengths
118
1.06k
###context:CREATE TABLE table_name_71 (second_party VARCHAR, first_party VARCHAR, election VARCHAR) ###human: What is the second party that has a conservative first party in the 1834 election? ###assistant: SELECT second_party FROM table_name_71 WHERE first_party = "conservative" AND election = "1834"
###context:CREATE TABLE table_name_3 (second_member VARCHAR, first_member VARCHAR, second_party VARCHAR) ###human: Who is the second member with first member Sir Rowland Hill, BT, and a conservative second party? ###assistant: SELECT second_member FROM table_name_3 WHERE first_member = "sir rowland hill, bt" AND second_party = "conservative"
###context:CREATE TABLE table_name_18 (first_party VARCHAR, second_member VARCHAR, election VARCHAR) ###human: What is the first party with second member Hon. Rowland Hill, in the 1857 election? ###assistant: SELECT first_party FROM table_name_18 WHERE second_member = "hon. rowland hill" AND election = "1857"
###context:CREATE TABLE table_name_54 (second_member VARCHAR, second_party VARCHAR, election VARCHAR) ###human: Who is the second member that is a second party Whig in the 1834 election? ###assistant: SELECT second_member FROM table_name_54 WHERE second_party = "whig" AND election = "1834"
###context:CREATE TABLE table_name_95 (second_party VARCHAR, first_party VARCHAR, second_member VARCHAR) ###human: What is the second party that has a conservative first party and second member John Cotes? ###assistant: SELECT second_party FROM table_name_95 WHERE first_party = "conservative" AND second_member = "john cotes"
###context:CREATE TABLE table_name_84 (place VARCHAR, score VARCHAR) ###human: What place is the player with a score of 69-68=137? ###assistant: SELECT place FROM table_name_84 WHERE score = 69 - 68 = 137
###context:CREATE TABLE table_name_19 (score VARCHAR, place VARCHAR, country VARCHAR) ###human: What's the score for the t10 player from zimbabwe? ###assistant: SELECT score FROM table_name_19 WHERE place = "t10" AND country = "zimbabwe"
###context:CREATE TABLE table_name_61 (score VARCHAR, place VARCHAR, country VARCHAR) ###human: What's the score of the t10 player from australia? ###assistant: SELECT score FROM table_name_61 WHERE place = "t10" AND country = "australia"
###context:CREATE TABLE table_name_51 (score VARCHAR, player VARCHAR) ###human: What's bob tway's score? ###assistant: SELECT score FROM table_name_51 WHERE player = "bob tway"
###context:CREATE TABLE table_name_54 (player VARCHAR, place VARCHAR, country VARCHAR, score VARCHAR) ###human: What Player has a Place of t10, a Country of united states, and a Score of 67-73=140? ###assistant: SELECT player FROM table_name_54 WHERE place = "t10" AND country = "united states" AND score = 67 - 73 = 140
###context:CREATE TABLE table_name_89 (place VARCHAR, player VARCHAR) ###human: What Place has a Player of seve ballesteros? ###assistant: SELECT place FROM table_name_89 WHERE player = "seve ballesteros"
###context:CREATE TABLE table_name_74 (country VARCHAR, player VARCHAR) ###human: What Country has a Player of nick faldo? ###assistant: SELECT country FROM table_name_74 WHERE player = "nick faldo"
###context:CREATE TABLE table_name_74 (to_par VARCHAR, place VARCHAR, score VARCHAR) ###human: What To par has a Place of t10, and a Score of 67-73=140? ###assistant: SELECT to_par FROM table_name_74 WHERE place = "t10" AND score = 67 - 73 = 140
###context:CREATE TABLE table_name_7 (score VARCHAR, player VARCHAR, place VARCHAR, country VARCHAR) ###human: What Score has a Place of t6, a Country of united states, and a Player of fred couples? ###assistant: SELECT score FROM table_name_7 WHERE place = "t6" AND country = "united states" AND player = "fred couples"
###context:CREATE TABLE table_name_15 (to_par VARCHAR, score VARCHAR) ###human: What To par has a Score of 68-66=134? ###assistant: SELECT to_par FROM table_name_15 WHERE score = 68 - 66 = 134
###context:CREATE TABLE table_name_90 (provider VARCHAR, transmission VARCHAR, free_or_pay VARCHAR, years VARCHAR) ###human: Name the Provider that has a pay in 2006–, and a Transmission of iptv and digital terrestrial? ###assistant: SELECT provider FROM table_name_90 WHERE free_or_pay = "pay" AND years = "2006–" AND transmission = "iptv and digital terrestrial"
###context:CREATE TABLE table_name_16 (years VARCHAR, free_or_pay VARCHAR, transmission VARCHAR, on_demand VARCHAR) ###human: Name the Years which have Transmission of digital satellite, an On demand of no, and a Free or pay of free + ppv? ###assistant: SELECT years FROM table_name_16 WHERE transmission = "digital satellite" AND on_demand = "no" AND free_or_pay = "free + ppv"
###context:CREATE TABLE table_name_26 (free_or_pay VARCHAR, years VARCHAR, provider VARCHAR) ###human: What kind of Free or pay has Years of 2006– and a Provider of bt tv (formerly bt vision)? ###assistant: SELECT free_or_pay FROM table_name_26 WHERE years = "2006–" AND provider = "bt tv (formerly bt vision)"
###context:CREATE TABLE table_name_58 (years VARCHAR, free_or_pay VARCHAR) ###human: Name the Years that have a free + pay? ###assistant: SELECT years FROM table_name_58 WHERE free_or_pay = "free + pay"
###context:CREATE TABLE table_name_24 (on_demand VARCHAR, free_or_pay VARCHAR, provider VARCHAR) ###human: Which On demandhas a Free or pay of free and a Provider of freesat? ###assistant: SELECT on_demand FROM table_name_24 WHERE free_or_pay = "free" AND provider = "freesat"
###context:CREATE TABLE table_name_25 (on_demand VARCHAR, free_or_pay VARCHAR, provider VARCHAR) ###human: Which On demand has a pay and a Provider of virgin media (formerly ntl:telewest)? ###assistant: SELECT on_demand FROM table_name_25 WHERE free_or_pay = "pay" AND provider = "virgin media (formerly ntl:telewest)"
###context:CREATE TABLE table_name_5 (region VARCHAR, name VARCHAR) ###human: What is the region for tv uskana? ###assistant: SELECT region FROM table_name_5 WHERE name = "tv uskana"
###context:CREATE TABLE table_name_69 (region VARCHAR, name VARCHAR) ###human: What is the region for tv vtv? ###assistant: SELECT region FROM table_name_69 WHERE name = "tv vtv"
###context:CREATE TABLE table_name_67 (week INTEGER, opponent VARCHAR) ###human: What is the highest Week with the Opponent Buffalo Bills? ###assistant: SELECT MAX(week) FROM table_name_67 WHERE opponent = "buffalo bills"
###context:CREATE TABLE table_name_60 (competition VARCHAR, result VARCHAR) ###human: Which Competition has a Result of france 46-16 scotland? ###assistant: SELECT competition FROM table_name_60 WHERE result = "france 46-16 scotland"
###context:CREATE TABLE table_name_86 (percentage VARCHAR, district VARCHAR, party VARCHAR) ###human: Which Percentage has a District larger than 2, and a Party of independent? ###assistant: SELECT percentage FROM table_name_86 WHERE district > 2 AND party = "independent"
###context:CREATE TABLE table_name_52 (vote VARCHAR, district VARCHAR, seat VARCHAR, percentage VARCHAR) ###human: How many votes have a Seat of house A, and a Percentage of 75.44%, and a District smaller than 11? ###assistant: SELECT COUNT(vote) FROM table_name_52 WHERE seat = "house a" AND percentage = "75.44%" AND district < 11
###context:CREATE TABLE table_name_45 (nation VARCHAR, bronze VARCHAR, silver VARCHAR) ###human: What nation has more than 1 bronze and less than 3 silver? ###assistant: SELECT nation FROM table_name_45 WHERE bronze > 1 AND silver < 3
###context:CREATE TABLE table_name_43 (silver INTEGER, bronze VARCHAR, total VARCHAR) ###human: What's the highest number of silver for 9 bronze and less than 27 total? ###assistant: SELECT MAX(silver) FROM table_name_43 WHERE bronze = 9 AND total < 27
###context:CREATE TABLE table_name_53 (market_share VARCHAR, assets__usd__millions VARCHAR, rank VARCHAR) ###human: What is the Market Share that has Assets of 25 Million and a rank of 23? ###assistant: SELECT market_share FROM table_name_53 WHERE assets__usd__millions = 25 AND rank = "23"
###context:CREATE TABLE table_name_37 (assets__usd__millions INTEGER, bank VARCHAR, number_of_branches VARCHAR) ###human: What is the highest Assets (USD) Millions from Equity Bank and less than 44 branches? ###assistant: SELECT MAX(assets__usd__millions) FROM table_name_37 WHERE bank = "equity bank" AND number_of_branches < 44
###context:CREATE TABLE table_name_66 (score VARCHAR, attendance VARCHAR) ###human: What is Score, when Attendance is "349"? ###assistant: SELECT score FROM table_name_66 WHERE attendance = "349"
###context:CREATE TABLE table_name_18 (score VARCHAR, away_team VARCHAR) ###human: What is Score, when Away Team is "Newcastle Benfield"? ###assistant: SELECT score FROM table_name_18 WHERE away_team = "newcastle benfield"
###context:CREATE TABLE table_name_82 (score VARCHAR, tie_no VARCHAR) ###human: What is Score, when Tie No is "30"? ###assistant: SELECT score FROM table_name_82 WHERE tie_no = "30"
###context:CREATE TABLE table_name_67 (score VARCHAR, tie_no VARCHAR) ###human: What is Score, when Tie No is "109"? ###assistant: SELECT score FROM table_name_67 WHERE tie_no = "109"
###context:CREATE TABLE table_name_23 (away_team VARCHAR, tie_no VARCHAR) ###human: What is Away Team, when Tie No is "37"? ###assistant: SELECT away_team FROM table_name_23 WHERE tie_no = "37"
###context:CREATE TABLE table_name_79 (australian VARCHAR, american VARCHAR) ###human: What is the Australian for the American ɑ? ###assistant: SELECT australian FROM table_name_79 WHERE american = "ɑ"
###context:CREATE TABLE table_name_79 (australian VARCHAR, letter VARCHAR) ###human: What is the Australian equivalent to i /ɪ/? ###assistant: SELECT australian FROM table_name_79 WHERE letter = "i /ɪ/"
###context:CREATE TABLE table_name_93 (british VARCHAR, australian VARCHAR) ###human: What is the British for the Australian ɔ? ###assistant: SELECT british FROM table_name_93 WHERE australian = "ɔ"
###context:CREATE TABLE table_name_62 (american VARCHAR, british VARCHAR) ###human: What is the American version of the British ə? ###assistant: SELECT american FROM table_name_62 WHERE british = "ə"
###context:CREATE TABLE table_name_51 (examples VARCHAR, australian VARCHAR) ###human: What are the examples for the Australian æ? ###assistant: SELECT examples FROM table_name_51 WHERE australian = "æ"
###context:CREATE TABLE table_name_74 (letter VARCHAR, british VARCHAR) ###human: What is the letter for the Brisish ɒ? ###assistant: SELECT letter FROM table_name_74 WHERE british = "ɒ"
###context:CREATE TABLE table_name_34 (elected VARCHAR) ###human: Who is the second member that was elected in 1555? ###assistant: SELECT 2 AS nd_member FROM table_name_34 WHERE elected = "1555"
###context:CREATE TABLE table_name_95 (dissolved VARCHAR, elected VARCHAR) ###human: Who was dissolved that was elected in 1553? ###assistant: SELECT dissolved FROM table_name_95 WHERE elected = "1553"
###context:CREATE TABLE table_name_27 (pick VARCHAR, nationality VARCHAR, player VARCHAR) ###human: Which Pick has a Nationality of canada, and a Player of dennis maxwell? ###assistant: SELECT COUNT(pick) FROM table_name_27 WHERE nationality = "canada" AND player = "dennis maxwell"
###context:CREATE TABLE table_name_89 (player VARCHAR, nationality VARCHAR, round VARCHAR, draft VARCHAR, pick VARCHAR) ###human: Which Player has a Draft of 1994, a Pick larger than 8, a Round of 10, and a Nationality of canada? ###assistant: SELECT player FROM table_name_89 WHERE draft = 1994 AND pick > 8 AND round = "10" AND nationality = "canada"
###context:CREATE TABLE table_name_16 (player VARCHAR, draft VARCHAR, nationality VARCHAR, round VARCHAR, pick VARCHAR) ###human: Which Player has a Round of 7, a Pick larger than 187, a Nationality of united states, and a Draft larger than 2000? ###assistant: SELECT player FROM table_name_16 WHERE round = "7" AND pick > 187 AND nationality = "united states" AND draft > 2000
###context:CREATE TABLE table_name_82 (player VARCHAR, round VARCHAR, pick VARCHAR) ###human: Which Player has a Round of 9, and a Pick of 263? ###assistant: SELECT player FROM table_name_82 WHERE round = "9" AND pick = 263
###context:CREATE TABLE table_name_56 (draft INTEGER, player VARCHAR, pick VARCHAR, round VARCHAR, nationality VARCHAR) ###human: Which Draft has a Round of 1, a Nationality of canada, a Pick of 1, and a Player of vincent lecavalier? ###assistant: SELECT AVG(draft) FROM table_name_56 WHERE round = "1" AND nationality = "canada" AND pick = "1" AND player = "vincent lecavalier"
###context:CREATE TABLE table_name_88 (penalties VARCHAR, pim VARCHAR) ###human: What penalties has P.I.M. of 34.5? ###assistant: SELECT penalties FROM table_name_88 WHERE pim = "34.5"
###context:CREATE TABLE table_name_82 (wins VARCHAR, wpct VARCHAR) ###human: What wins has WPct of 0.2? ###assistant: SELECT wins FROM table_name_82 WHERE wpct = "0.2"
###context:CREATE TABLE table_name_7 (wpct VARCHAR) ###human: What WPct has wins of wins? ###assistant: SELECT wpct FROM table_name_7 WHERE "wins" = "wins"
###context:CREATE TABLE table_name_11 (assists VARCHAR, points VARCHAR) ###human: What assists has points of 10? ###assistant: SELECT assists FROM table_name_11 WHERE points = "10"
###context:CREATE TABLE table_name_13 (losses VARCHAR, team VARCHAR) ###human: What losses consist of the team of japan? ###assistant: SELECT losses FROM table_name_13 WHERE team = "japan"
###context:CREATE TABLE table_name_26 (wins INTEGER, teams VARCHAR, losses VARCHAR) ###human: How many wins have more than 1 loss and a team of chiefs? ###assistant: SELECT SUM(wins) FROM table_name_26 WHERE teams = "chiefs" AND losses > 1
###context:CREATE TABLE table_name_75 (loss INTEGER, name VARCHAR, gain VARCHAR) ###human: What was the total yards lost by antwon bailey when he gained 227? ###assistant: SELECT MIN(loss) FROM table_name_75 WHERE name = "antwon bailey" AND gain > 227
###context:CREATE TABLE table_name_56 (wins VARCHAR, losses VARCHAR, points VARCHAR, goals_against VARCHAR) ###human: How many wins when points are more than 51, goals against are more than 23 and losses are 5? ###assistant: SELECT COUNT(wins) FROM table_name_56 WHERE points > 51 AND goals_against > 23 AND losses = 5
###context:CREATE TABLE table_name_36 (wins INTEGER, played VARCHAR, points VARCHAR, position VARCHAR) ###human: How many wins when there are more than 19 points, place smaller than 12, and fewer than 30 played? ###assistant: SELECT SUM(wins) FROM table_name_36 WHERE points > 19 AND position < 12 AND played < 30
###context:CREATE TABLE table_name_43 (played INTEGER, position INTEGER) ###human: What is the number played by the team in place greater than 16? ###assistant: SELECT AVG(played) FROM table_name_43 WHERE position > 16
###context:CREATE TABLE table_name_63 (team_2 VARCHAR) ###human: What are the 2nd round results for the match with Girondins de Bordeaux (d1) as Team 2? ###assistant: SELECT 2 AS nd_round FROM table_name_63 WHERE team_2 = "girondins de bordeaux (d1)"
###context:CREATE TABLE table_name_6 (team_2 VARCHAR) ###human: What was the 1st round result that had US Valenciennes (d1) as Team 2? ###assistant: SELECT 1 AS st_round FROM table_name_6 WHERE team_2 = "us valenciennes (d1)"
###context:CREATE TABLE table_name_87 (score VARCHAR, team_2 VARCHAR) ###human: What was the Score of the match with USL Dunkerque (d2) as Team 2? ###assistant: SELECT score FROM table_name_87 WHERE team_2 = "usl dunkerque (d2)"
###context:CREATE TABLE table_name_88 (club VARCHAR, head_coach VARCHAR) ###human: What club does Manuel Fernandes coach? ###assistant: SELECT club FROM table_name_88 WHERE head_coach = "manuel fernandes"
###context:CREATE TABLE table_name_17 (head_coach VARCHAR, city VARCHAR) ###human: Who is the head coach for the club from Estoril? ###assistant: SELECT head_coach FROM table_name_17 WHERE city = "estoril"
###context:CREATE TABLE table_name_71 (head_coach VARCHAR, city VARCHAR) ###human: Who is the head coach for the club from Aveiro? ###assistant: SELECT head_coach FROM table_name_71 WHERE city = "aveiro"
###context:CREATE TABLE table_name_36 (team_1 VARCHAR, team_2 VARCHAR) ###human: What is Team 1, when Team 2 is "Iskra Odintsovo"? ###assistant: SELECT team_1 FROM table_name_36 WHERE team_2 = "iskra odintsovo"
###context:CREATE TABLE table_name_45 (team_1 VARCHAR) ###human: What is 1st Leg, when Team 1 is "Portol Palma Mallorca"? ###assistant: SELECT 1 AS st_leg FROM table_name_45 WHERE team_1 = "portol palma mallorca"
###context:CREATE TABLE table_name_35 (agg VARCHAR, team_1 VARCHAR) ###human: What is Agg., when Team 1 is "Noliko Maaseik"? ###assistant: SELECT agg FROM table_name_35 WHERE team_1 = "noliko maaseik"
###context:CREATE TABLE table_name_60 (position VARCHAR, players VARCHAR) ###human: What is Jake Johnson's position? ###assistant: SELECT position FROM table_name_60 WHERE players = "jake johnson"
###context:CREATE TABLE table_name_87 (bats_throws VARCHAR, players VARCHAR) ###human: What side does Clayton Allison Bat/Throw from? ###assistant: SELECT bats_throws FROM table_name_87 WHERE players = "clayton allison"
###context:CREATE TABLE table_name_9 (bats_throws VARCHAR, players VARCHAR) ###human: What side does Ryan Overland Bat/Throws from? ###assistant: SELECT bats_throws FROM table_name_9 WHERE players = "ryan overland"
###context:CREATE TABLE table_name_90 (team_2 VARCHAR) ###human: What is the 2nd leg of pelister team 2? ###assistant: SELECT 2 AS nd_leg FROM table_name_90 WHERE team_2 = "pelister"
###context:CREATE TABLE table_name_20 (team_1 VARCHAR, team_2 VARCHAR) ###human: What is the team 1 with cementarnica as team 2? ###assistant: SELECT team_1 FROM table_name_20 WHERE team_2 = "cementarnica"
###context:CREATE TABLE table_name_6 (team_2 VARCHAR, team_1 VARCHAR) ###human: What is the team 2 with turnovo as team 1? ###assistant: SELECT team_2 FROM table_name_6 WHERE team_1 = "turnovo"
###context:CREATE TABLE table_name_92 (team_1 VARCHAR, team_2 VARCHAR) ###human: What is the team 1 with tikveš as team 2? ###assistant: SELECT team_1 FROM table_name_92 WHERE team_2 = "tikveš"
###context:CREATE TABLE table_name_77 (place VARCHAR, country VARCHAR, score VARCHAR) ###human: What is Place, when Score is "69-69=138", and when Country is "United States"? ###assistant: SELECT place FROM table_name_77 WHERE score = 69 - 69 = 138 AND country = "united states"
###context:CREATE TABLE table_name_20 (country VARCHAR, player VARCHAR, score VARCHAR) ###human: What is Country, when Score is "69-69=138", and when Player is "Ian Poulter"? ###assistant: SELECT country FROM table_name_20 WHERE score = 69 - 69 = 138 AND player = "ian poulter"
###context:CREATE TABLE table_name_47 (score VARCHAR, country VARCHAR) ###human: What is Score, when Country is "Scotland"? ###assistant: SELECT score FROM table_name_47 WHERE country = "scotland"
###context:CREATE TABLE table_name_43 (score VARCHAR, country VARCHAR, player VARCHAR) ###human: What is Score, when Country is "United States", and when Player is "Bob Tway"? ###assistant: SELECT score FROM table_name_43 WHERE country = "united states" AND player = "bob tway"
###context:CREATE TABLE table_name_15 (score VARCHAR, player VARCHAR) ###human: What is Score, when Player is "Ernie Els"? ###assistant: SELECT score FROM table_name_15 WHERE player = "ernie els"
###context:CREATE TABLE table_name_33 (pick INTEGER, overall VARCHAR) ###human: What is the smallest Pick with Overall of 244? ###assistant: SELECT MIN(pick) FROM table_name_33 WHERE overall = 244
###context:CREATE TABLE table_name_88 (pick INTEGER, year VARCHAR, overall VARCHAR, player_name VARCHAR) ###human: What is the smallest Pick with Overall larger than 17, a Player name of dave adams category:articles with hcards, and a Year larger than 1963? ###assistant: SELECT MIN(pick) FROM table_name_88 WHERE overall > 17 AND player_name = "dave adams category:articles with hcards" AND year > 1963
###context:CREATE TABLE table_name_35 (year INTEGER, player_name VARCHAR, round VARCHAR) ###human: What is the greatest Year with a Player name of dave adams category:articles with hcards, and a Round smaller than 23? ###assistant: SELECT MAX(year) FROM table_name_35 WHERE player_name = "dave adams category:articles with hcards" AND round < 23
###context:CREATE TABLE table_name_15 (round INTEGER, res VARCHAR, opponent VARCHAR) ###human: Name the Round that has Res of win and an Opponent of demian maia? ###assistant: SELECT SUM(round) FROM table_name_15 WHERE res = "win" AND opponent = "demian maia"
###context:CREATE TABLE table_name_2 (event VARCHAR, opponent VARCHAR) ###human: which Event that has an Opponent of kendall grove? ###assistant: SELECT event FROM table_name_2 WHERE opponent = "kendall grove"
###context:CREATE TABLE table_name_61 (time VARCHAR, event VARCHAR) ###human: When has an Event of ufc 123? ###assistant: SELECT time FROM table_name_61 WHERE event = "ufc 123"
###context:CREATE TABLE table_name_77 (region VARCHAR, country VARCHAR) ###human: The country of Laos is in what region? ###assistant: SELECT region FROM table_name_77 WHERE country = "laos"
###context:CREATE TABLE table_name_80 (country VARCHAR, internetlists VARCHAR, onisecurityfiltering VARCHAR) ###human: What is the name of the country that has internetlists of —, and ONIsecurityfiltering of —? ###assistant: SELECT country FROM table_name_80 WHERE internetlists = "—" AND onisecurityfiltering = "—"
###context:CREATE TABLE table_name_62 (onitoolsfiltering VARCHAR, fhfreepressreport VARCHAR, onisocialfiltering VARCHAR) ###human: With a FHFreepressreport of 54, and ne as ONIsocialfiltering, what is the ONItoolsfiltering? ###assistant: SELECT onitoolsfiltering FROM table_name_62 WHERE fhfreepressreport = "54" AND onisocialfiltering = "ne"
###context:CREATE TABLE table_name_90 (results VARCHAR, district VARCHAR) ###human: What were the Results in Arizona 1 District? ###assistant: SELECT results FROM table_name_90 WHERE district = "arizona 1"
###context:CREATE TABLE table_name_90 (district VARCHAR, first_elected VARCHAR, party VARCHAR, results VARCHAR) ###human: What Republican District had Incumbent First Elected in 2000 then Re-elected? ###assistant: SELECT district FROM table_name_90 WHERE party = "republican" AND results = "re-elected" AND first_elected = 2000
###context:CREATE TABLE table_name_18 (first_elected INTEGER, incumbent VARCHAR) ###human: What is John Shadegg's First Elected date? ###assistant: SELECT AVG(first_elected) FROM table_name_18 WHERE incumbent = "john shadegg"
###context:CREATE TABLE table_name_92 (date VARCHAR, opponent VARCHAR) ###human: On which date was the opponent lamine ouahab? ###assistant: SELECT date FROM table_name_92 WHERE opponent = "lamine ouahab"
###context:CREATE TABLE table_name_62 (date VARCHAR, round VARCHAR, result VARCHAR) ###human: On what date did the match take place in a round of 1r and have a result 2–6, 5–7, 2–6? ###assistant: SELECT date FROM table_name_62 WHERE round = "1r" AND result = "2–6, 5–7, 2–6"
###context:CREATE TABLE table_name_37 (result VARCHAR, against VARCHAR, round VARCHAR, surface VARCHAR) ###human: What is the result of the match in round 1r against tunisia and on a hard surface? ###assistant: SELECT result FROM table_name_37 WHERE round = "1r" AND surface = "hard" AND against = "tunisia"
###context:CREATE TABLE table_name_19 (against VARCHAR, round VARCHAR, surface VARCHAR) ###human: Who was the match against when on a clay surface during round 2r? ###assistant: SELECT against FROM table_name_19 WHERE round = "2r" AND surface = "clay"
###context:CREATE TABLE table_name_34 (round VARCHAR, edition VARCHAR, against VARCHAR) ###human: What round had a amtch against cyprus and an edition of 2010 davis cup europe/africa group ii? ###assistant: SELECT round FROM table_name_34 WHERE edition = "2010 davis cup europe/africa group ii" AND against = "cyprus"
###context:CREATE TABLE table_name_37 (year INTEGER, time VARCHAR) ###human: What is the most recent year with a time of 10.56? ###assistant: SELECT MAX(year) FROM table_name_37 WHERE time = 10.56
###context:CREATE TABLE table_name_56 (date VARCHAR, opponents VARCHAR) ###human: When was the game played against Astley Bridge 'a'? ###assistant: SELECT date FROM table_name_56 WHERE opponents = "astley bridge 'a'"
###context:CREATE TABLE table_name_93 (week_5 VARCHAR, week_4 VARCHAR) ###human: Who was the girl of the week after nicole woodruff in the same month? ###assistant: SELECT week_5 FROM table_name_93 WHERE week_4 = "nicole woodruff"