text
stringlengths 114
1.06k
|
---|
### question: What is the best top 10 when there are fewer than 0 wins? ### answer: SELECT MAX(top_10s) FROM table_name_30 WHERE wins < 0 ### context: CREATE TABLE table_name_30 (top_10s INTEGER, wins INTEGER) |
### question: Where did naylor move from? ### answer: SELECT moving_from FROM table_name_31 WHERE name = "naylor" ### context: CREATE TABLE table_name_31 (moving_from VARCHAR, name VARCHAR) |
### question: What type ends in 2011, has a free transfer fee, and is sourced in leeds united? ### answer: SELECT type FROM table_name_26 WHERE ends = "2011" AND transfer_fee = "free" AND source = "leeds united" ### context: CREATE TABLE table_name_26 (type VARCHAR, source VARCHAR, ends VARCHAR, transfer_fee VARCHAR) |
### question: What is the type of sco country? ### answer: SELECT type FROM table_name_92 WHERE country = "sco" ### context: CREATE TABLE table_name_92 (type VARCHAR, country VARCHAR) |
### question: What is the type that ends in 2009? ### answer: SELECT type FROM table_name_32 WHERE ends = "2009" ### context: CREATE TABLE table_name_32 (type VARCHAR, ends VARCHAR) |
### question: What is the transfer fee of assoumani, who has a summer transfer window? ### answer: SELECT transfer_fee FROM table_name_70 WHERE transfer_window = "summer" AND name = "assoumani" ### context: CREATE TABLE table_name_70 (transfer_fee VARCHAR, transfer_window VARCHAR, name VARCHAR) |
### question: What is the ends with a free transfer fee and was moved from middlesbrough? ### answer: SELECT ends FROM table_name_5 WHERE transfer_fee = "free" AND moving_from = "middlesbrough" ### context: CREATE TABLE table_name_5 (ends VARCHAR, transfer_fee VARCHAR, moving_from VARCHAR) |
### question: Which Week has Attendance of 51,558? ### answer: SELECT MIN(week) FROM table_name_71 WHERE attendance = 51 OFFSET 558 ### context: CREATE TABLE table_name_71 (week INTEGER, attendance VARCHAR) |
### question: Which Attendance has a Result of w 24-14, and a Week smaller than 7? ### answer: SELECT SUM(attendance) FROM table_name_2 WHERE result = "w 24-14" AND week < 7 ### context: CREATE TABLE table_name_2 (attendance INTEGER, result VARCHAR, week VARCHAR) |
### question: Which Attendance has an Opponent of at los angeles rams, and a Week larger than 12? ### answer: SELECT MAX(attendance) FROM table_name_48 WHERE opponent = "at los angeles rams" AND week > 12 ### context: CREATE TABLE table_name_48 (attendance INTEGER, opponent VARCHAR, week VARCHAR) |
### question: Which method has a record of 4-0? ### answer: SELECT method FROM table_name_83 WHERE record = "4-0" ### context: CREATE TABLE table_name_83 (method VARCHAR, record VARCHAR) |
### question: What is the record when the method is decision and the location is Martigues, France? ### answer: SELECT record FROM table_name_86 WHERE method = "decision" AND location = "martigues, france" ### context: CREATE TABLE table_name_86 (record VARCHAR, method VARCHAR, location VARCHAR) |
### question: Which location has a method of decision and Nikos Tsoukalas for an opponent? ### answer: SELECT location FROM table_name_97 WHERE method = "decision" AND opponent = "nikos tsoukalas" ### context: CREATE TABLE table_name_97 (location VARCHAR, method VARCHAR, opponent VARCHAR) |
### question: What is the method when the location is Auckland, New Zealand, Darren Berry as the opponent, and resulted in a win? ### answer: SELECT method FROM table_name_33 WHERE location = "auckland, new zealand" AND result = "win" AND opponent = "darren berry" ### context: CREATE TABLE table_name_33 (method VARCHAR, opponent VARCHAR, location VARCHAR, result VARCHAR) |
### question: What is the location when the record is 9-7? ### answer: SELECT location FROM table_name_29 WHERE record = "9-7" ### context: CREATE TABLE table_name_29 (location VARCHAR, record VARCHAR) |
### question: What is the location when KO is the method, the result is a win, and the record is 2-0? ### answer: SELECT location FROM table_name_66 WHERE method = "ko" AND result = "win" AND record = "2-0" ### context: CREATE TABLE table_name_66 (location VARCHAR, record VARCHAR, method VARCHAR, result VARCHAR) |
### question: What are the total casualties with 1,200+ military and/or civilian wounded? ### answer: SELECT total_casualties FROM table_name_54 WHERE military_and_or_civilian_wounded = "1,200+" ### context: CREATE TABLE table_name_54 (total_casualties VARCHAR, military_and_or_civilian_wounded VARCHAR) |
### question: How many military deaths were there when there were 1,615 total casualties? ### answer: SELECT military_deaths FROM table_name_92 WHERE total_casualties = "1,615" ### context: CREATE TABLE table_name_92 (military_deaths VARCHAR, total_casualties VARCHAR) |
### question: How many military deaths were there when there were 1,200+ military and/or civilian wounded? ### answer: SELECT military_deaths FROM table_name_15 WHERE military_and_or_civilian_wounded = "1,200+" ### context: CREATE TABLE table_name_15 (military_deaths VARCHAR, military_and_or_civilian_wounded VARCHAR) |
### question: How many deaths were there when the total casualties were 6? ### answer: SELECT total_deaths FROM table_name_33 WHERE total_casualties = "6" ### context: CREATE TABLE table_name_33 (total_deaths VARCHAR, total_casualties VARCHAR) |
### question: Which country scored 70-68-71-71=280? ### answer: SELECT country FROM table_name_29 WHERE score = 70 - 68 - 71 - 71 = 280 ### context: CREATE TABLE table_name_29 (country VARCHAR, score VARCHAR) |
### question: What champions have 1 (2009) as the semi-finalists? ### answer: SELECT champions FROM table_name_26 WHERE semi_finalists = "1 (2009)" ### context: CREATE TABLE table_name_26 (champions VARCHAR, semi_finalists VARCHAR) |
### question: What fourth-place has 2 (1999, 2005) as the runner(s)-up? ### answer: SELECT fourth_place FROM table_name_26 WHERE runners_up = "2 (1999, 2005)" ### context: CREATE TABLE table_name_26 (fourth_place VARCHAR, runners_up VARCHAR) |
### question: What semi-finalists has 2 (1993, 2003) as the fourth-place? ### answer: SELECT semi_finalists FROM table_name_1 WHERE fourth_place = "2 (1993, 2003)" ### context: CREATE TABLE table_name_1 (semi_finalists VARCHAR, fourth_place VARCHAR) |
### question: What runner(s)-up has 1 (2013) as the champions? ### answer: SELECT runners_up FROM table_name_75 WHERE champions = "1 (2013)" ### context: CREATE TABLE table_name_75 (runners_up VARCHAR, champions VARCHAR) |
### question: What was the day of vacancy for vitória de guimarães? ### answer: SELECT date_of_vacancy FROM table_name_78 WHERE team = "vitória de guimarães" ### context: CREATE TABLE table_name_78 (date_of_vacancy VARCHAR, team VARCHAR) |
### question: Who was the outgoing manager when the incoming manager was augusto inácio? ### answer: SELECT outgoing_manage FROM table_name_53 WHERE incoming_manager = "augusto inácio" ### context: CREATE TABLE table_name_53 (outgoing_manage VARCHAR, incoming_manager VARCHAR) |
### question: How many matches did Atlético Ciudad have with an average higher than 0.61? ### answer: SELECT COUNT(matches) FROM table_name_71 WHERE team = "atlético ciudad" AND average > 0.61 ### context: CREATE TABLE table_name_71 (matches VARCHAR, team VARCHAR, average VARCHAR) |
### question: Who is the goalkeeper with fewer than 24 goals? ### answer: SELECT goalkeeper FROM table_name_15 WHERE goals < 24 ### context: CREATE TABLE table_name_15 (goalkeeper VARCHAR, goals INTEGER) |
### question: What was the highest amount of losses when there were 45 goals and the play was smaller than 38? ### answer: SELECT MAX(losses) FROM table_name_52 WHERE goals_for = 45 AND played < 38 ### context: CREATE TABLE table_name_52 (losses INTEGER, goals_for VARCHAR, played VARCHAR) |
### question: What were the lowest goals when there were mor than 15 wins and the goal difference was larger than 35? ### answer: SELECT MIN(goals_for) FROM table_name_25 WHERE wins > 15 AND goal_difference > 35 ### context: CREATE TABLE table_name_25 (goals_for INTEGER, wins VARCHAR, goal_difference VARCHAR) |
### question: What were the highest losses when the goal was smaller than 45 and the points was smaller than 18? ### answer: SELECT MAX(losses) FROM table_name_89 WHERE goals_for < 45 AND points < 18 ### context: CREATE TABLE table_name_89 (losses INTEGER, goals_for VARCHAR, points VARCHAR) |
### question: What were the highest goals against when the position was larger than 19 and the goals smaller than 36? ### answer: SELECT MAX(goals_against) FROM table_name_32 WHERE position > 19 AND goals_for < 36 ### context: CREATE TABLE table_name_32 (goals_against INTEGER, position VARCHAR, goals_for VARCHAR) |
### question: What is the to par for the player with fewer than 148 total points? ### answer: SELECT SUM(to_par) FROM table_name_53 WHERE total < 148 ### context: CREATE TABLE table_name_53 (to_par INTEGER, total INTEGER) |
### question: What school year is vaucluse public school? ### answer: SELECT years FROM table_name_10 WHERE school = "vaucluse public school" ### context: CREATE TABLE table_name_10 (years VARCHAR, school VARCHAR) |
### question: What are the websites of schools that were founded in 1872? ### answer: SELECT website FROM table_name_11 WHERE founded = 1872 ### context: CREATE TABLE table_name_11 (website VARCHAR, founded VARCHAR) |
### question: On average, when were vineyard schools founded? ### answer: SELECT AVG(founded) FROM table_name_13 WHERE suburb_town = "vineyard" ### context: CREATE TABLE table_name_13 (founded INTEGER, suburb_town VARCHAR) |
### question: What was the surface later than 1979, for the Melbourne Indoor, Australia, and the score was 2–6, 6–2, 6–2? ### answer: SELECT surface FROM table_name_75 WHERE date > 1979 AND championship = "melbourne indoor, australia" AND score = "2–6, 6–2, 6–2" ### context: CREATE TABLE table_name_75 (surface VARCHAR, score VARCHAR, date VARCHAR, championship VARCHAR) |
### question: What is the earliest date when the championship was Monterrey WCT, Mexico? ### answer: SELECT MIN(date) FROM table_name_76 WHERE championship = "monterrey wct, mexico" ### context: CREATE TABLE table_name_76 (date INTEGER, championship VARCHAR) |
### question: What is the score when the outcome was runner-up, earlier than 1975? ### answer: SELECT score FROM table_name_25 WHERE outcome = "runner-up" AND date < 1975 ### context: CREATE TABLE table_name_25 (score VARCHAR, outcome VARCHAR, date VARCHAR) |
### question: How many Losses have a Geelong FL of newtown & chilwell, and more than 11 wins? ### answer: SELECT COUNT(losses) FROM table_name_23 WHERE geelong_fl = "newtown & chilwell" AND wins > 11 ### context: CREATE TABLE table_name_23 (losses VARCHAR, geelong_fl VARCHAR, wins VARCHAR) |
### question: When were the shares 39.1%? ### answer: SELECT date FROM table_name_84 WHERE share = "39.1%" ### context: CREATE TABLE table_name_84 (date VARCHAR, share VARCHAR) |
### question: Which show aired on 19 april? ### answer: SELECT show FROM table_name_81 WHERE date = "19 april" ### context: CREATE TABLE table_name_81 (show VARCHAR, date VARCHAR) |
### question: What was the original title for the film used in nomination of street days? ### answer: SELECT original_title FROM table_name_91 WHERE film_title_used_in_nomination = "street days" ### context: CREATE TABLE table_name_91 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) |
### question: What was the original title for the film used in nomination of keep smiling? ### answer: SELECT original_title FROM table_name_36 WHERE film_title_used_in_nomination = "keep smiling" ### context: CREATE TABLE table_name_36 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) |
### question: How many tickets were sold and how many were available for the shows that grossed $348,674? ### answer: SELECT ticket_sold___available FROM table_name_30 WHERE ticket_grossing = "$348,674" ### context: CREATE TABLE table_name_30 (ticket_sold___available VARCHAR, ticket_grossing VARCHAR) |
### question: Which Production in 2009 had a Result of Nominated at the Helpmann awards Award Ceremony? ### answer: SELECT production FROM table_name_67 WHERE result = "nominated" AND year = 2009 AND award_ceremony = "helpmann awards" ### context: CREATE TABLE table_name_67 (production VARCHAR, award_ceremony VARCHAR, result VARCHAR, year VARCHAR) |
### question: Which Award Ceremony in 2009 has a Role of Glinda? ### answer: SELECT award_ceremony FROM table_name_2 WHERE role = "glinda" AND year = 2009 ### context: CREATE TABLE table_name_2 (award_ceremony VARCHAR, role VARCHAR, year VARCHAR) |
### question: Which Year saw the Production of Wicked at the Helpmann Awards Award ceremony? ### answer: SELECT year FROM table_name_13 WHERE production = "wicked" AND award_ceremony = "helpmann awards" ### context: CREATE TABLE table_name_13 (year VARCHAR, production VARCHAR, award_ceremony VARCHAR) |
### question: What was the Result in 2013? ### answer: SELECT result FROM table_name_48 WHERE year = 2013 ### context: CREATE TABLE table_name_48 (result VARCHAR, year VARCHAR) |
### question: Who was the rider riding the Kawasaki ZX-6r, that rode less than 22 laps, and the grid was greater than 19, and retirement was the time? ### answer: SELECT rider FROM table_name_64 WHERE laps < 22 AND grid > 19 AND time = "retirement" AND bike = "kawasaki zx-6r" ### context: CREATE TABLE table_name_64 (rider VARCHAR, bike VARCHAR, time VARCHAR, laps VARCHAR, grid VARCHAR) |
### question: What is the maximum grid when the laps were greater than 22? ### answer: SELECT MAX(grid) FROM table_name_44 WHERE laps > 22 ### context: CREATE TABLE table_name_44 (grid INTEGER, laps INTEGER) |
### question: What is the minimum grid when there was more than 22 laps? ### answer: SELECT MIN(grid) FROM table_name_83 WHERE laps > 22 ### context: CREATE TABLE table_name_83 (grid INTEGER, laps INTEGER) |
### question: How many total laps were ridden when the grid was 7 and the rider rode the Honda CBR600RR? ### answer: SELECT SUM(laps) FROM table_name_96 WHERE bike = "honda cbr600rr" AND grid = 7 ### context: CREATE TABLE table_name_96 (laps INTEGER, bike VARCHAR, grid VARCHAR) |
### question: Which sign has a fall of Venus? ### answer: SELECT sign FROM table_name_5 WHERE fall = "venus" ### context: CREATE TABLE table_name_5 (sign VARCHAR, fall VARCHAR) |
### question: Which exaltation has a fall of moon? ### answer: SELECT exaltation FROM table_name_21 WHERE fall = "moon" ### context: CREATE TABLE table_name_21 (exaltation VARCHAR, fall VARCHAR) |
### question: Which exaltation has a domicile of Saturn and a fall of Jupiter? ### answer: SELECT exaltation FROM table_name_98 WHERE domicile = "saturn" AND fall = "jupiter" ### context: CREATE TABLE table_name_98 (exaltation VARCHAR, domicile VARCHAR, fall VARCHAR) |
### question: Which exaltation has a domicile of Saturn and Capricorn as a sign? ### answer: SELECT exaltation FROM table_name_10 WHERE domicile = "saturn" AND sign = "capricorn" ### context: CREATE TABLE table_name_10 (exaltation VARCHAR, domicile VARCHAR, sign VARCHAR) |
### question: Which detriment has a domicile of mercury and Virgo as a sign? ### answer: SELECT detriment FROM table_name_89 WHERE domicile = "mercury" AND sign = "virgo" ### context: CREATE TABLE table_name_89 (detriment VARCHAR, domicile VARCHAR, sign VARCHAR) |
### question: Which exaltation has a detriment of Saturn and Cancer as a sign? ### answer: SELECT exaltation FROM table_name_75 WHERE detriment = "saturn" AND sign = "cancer" ### context: CREATE TABLE table_name_75 (exaltation VARCHAR, detriment VARCHAR, sign VARCHAR) |
### question: What was the draw when the points against was 234? ### answer: SELECT drawn FROM table_name_96 WHERE points_against = "234" ### context: CREATE TABLE table_name_96 (drawn VARCHAR, points_against VARCHAR) |
### question: What was the try bonus when the points for was 608? ### answer: SELECT try_bonus FROM table_name_56 WHERE points_for = "608" ### context: CREATE TABLE table_name_56 (try_bonus VARCHAR, points_for VARCHAR) |
### question: Which Team has a Previous team of san diego rockets, and a Position of f? ### answer: SELECT team FROM table_name_71 WHERE previous_team = "san diego rockets" AND pos = "f" ### context: CREATE TABLE table_name_71 (team VARCHAR, previous_team VARCHAR, pos VARCHAR) |
### question: Which Nationality has a Previous team of new york knicks, and more than 3 Years of NBA experience? ### answer: SELECT nationality FROM table_name_30 WHERE previous_team = "new york knicks" AND years_of_nba_experience_[a_] > 3 ### context: CREATE TABLE table_name_30 (nationality VARCHAR, previous_team VARCHAR, years_of_nba_experience_ VARCHAR, a_ VARCHAR) |
### question: What is team 1 when team 2 is Manchester United? ### answer: SELECT team_1 FROM table_name_45 WHERE team_2 = "manchester united" ### context: CREATE TABLE table_name_45 (team_1 VARCHAR, team_2 VARCHAR) |
### question: What is the agg when team 1 is Milan? ### answer: SELECT agg FROM table_name_70 WHERE team_1 = "milan" ### context: CREATE TABLE table_name_70 (agg VARCHAR, team_1 VARCHAR) |
### question: Which team is ranked #10? ### answer: SELECT team FROM table_name_74 WHERE rank = 10 ### context: CREATE TABLE table_name_74 (team VARCHAR, rank VARCHAR) |
### question: Which cyclist has UCI ProTour points of 40? ### answer: SELECT cyclist FROM table_name_96 WHERE uci_protour_points = 40 ### context: CREATE TABLE table_name_96 (cyclist VARCHAR, uci_protour_points VARCHAR) |
### question: What is the province with a contestant of tatiana vargas rosales? ### answer: SELECT province, _community FROM table_name_43 WHERE contestant = "tatiana vargas rosales" ### context: CREATE TABLE table_name_43 (province VARCHAR, _community VARCHAR, contestant VARCHAR) |
### question: Which province has the contestant elixandra tobias carasco? ### answer: SELECT province, _community FROM table_name_81 WHERE contestant = "elixandra tobias carasco" ### context: CREATE TABLE table_name_81 (province VARCHAR, _community VARCHAR, contestant VARCHAR) |
### question: What is 2011, when 2009 is "A"? ### answer: SELECT 2011 FROM table_name_59 WHERE 2009 = "a" ### context: CREATE TABLE table_name_59 (Id VARCHAR) |
### question: What is 2009, when Tournament is "Year-End Ranking"? ### answer: SELECT 2009 FROM table_name_77 WHERE tournament = "year-end ranking" ### context: CREATE TABLE table_name_77 (tournament VARCHAR) |
### question: What is 2011, when 2012 is "1R"? ### answer: SELECT 2011 FROM table_name_73 WHERE 2012 = "1r" ### context: CREATE TABLE table_name_73 (Id VARCHAR) |
### question: What is 2012, when 2009 is "A"? ### answer: SELECT 2012 FROM table_name_44 WHERE 2009 = "a" ### context: CREATE TABLE table_name_44 (Id VARCHAR) |
### question: What is 2011, when 2012 is "A", and when Tournament is "French Open"? ### answer: SELECT 2011 FROM table_name_99 WHERE 2012 = "a" AND tournament = "french open" ### context: CREATE TABLE table_name_99 (tournament VARCHAR) |
### question: What is the largest Against with an Opposing Teams of wales? ### answer: SELECT MAX(against) FROM table_name_71 WHERE opposing_teams = "wales" ### context: CREATE TABLE table_name_71 (against INTEGER, opposing_teams VARCHAR) |
### question: What Status has a Date of 18/03/1989? ### answer: SELECT status FROM table_name_49 WHERE date = "18/03/1989" ### context: CREATE TABLE table_name_49 (status VARCHAR, date VARCHAR) |
### question: What Venue has a Status of five nations, and Against of 0? ### answer: SELECT venue FROM table_name_89 WHERE status = "five nations" AND against = 0 ### context: CREATE TABLE table_name_89 (venue VARCHAR, status VARCHAR, against VARCHAR) |
### question: What is the smallest Against with a Date of 18/02/1989? ### answer: SELECT MIN(against) FROM table_name_55 WHERE date = "18/02/1989" ### context: CREATE TABLE table_name_55 (against INTEGER, date VARCHAR) |
### question: What are the additional notes for Cotabato? ### answer: SELECT additional_notes FROM table_name_79 WHERE location = "cotabato" ### context: CREATE TABLE table_name_79 (additional_notes VARCHAR, location VARCHAR) |
### question: What country in Kunlong in? ### answer: SELECT country FROM table_name_46 WHERE location = "kunlong" ### context: CREATE TABLE table_name_46 (country VARCHAR, location VARCHAR) |
### question: Who went on a rampage in Baghdad? ### answer: SELECT perpetrator FROM table_name_85 WHERE location = "baghdad" ### context: CREATE TABLE table_name_85 (perpetrator VARCHAR, location VARCHAR) |
### question: What's the rank that has a total of less than 1? ### answer: SELECT SUM(rank) FROM table_name_19 WHERE total < 1 ### context: CREATE TABLE table_name_19 (rank INTEGER, total INTEGER) |
### question: What's the bronze medal count when the silver is less than 3 and the gold is 1? ### answer: SELECT SUM(bronze) FROM table_name_63 WHERE gold = 1 AND silver < 3 ### context: CREATE TABLE table_name_63 (bronze INTEGER, gold VARCHAR, silver VARCHAR) |
### question: What's the gold medal count ranked 2 with a total of more than 21? ### answer: SELECT COUNT(gold) FROM table_name_42 WHERE rank = 2 AND total > 21 ### context: CREATE TABLE table_name_42 (gold VARCHAR, rank VARCHAR, total VARCHAR) |
### question: What's the smallest total with a bronze count of 5 and a gold count less than 8? ### answer: SELECT MIN(total) FROM table_name_89 WHERE bronze = 5 AND gold < 8 ### context: CREATE TABLE table_name_89 (total INTEGER, bronze VARCHAR, gold VARCHAR) |
### question: What is the party for the representative who was first elected before 2002 and the results were re-elected? ### answer: SELECT party FROM table_name_7 WHERE results = "re-elected" AND first_elected < 2002 ### context: CREATE TABLE table_name_7 (party VARCHAR, results VARCHAR, first_elected VARCHAR) |
### question: Incumbent John Sullivan has what as biggest first elected? ### answer: SELECT MAX(first_elected) FROM table_name_71 WHERE incumbent = "john sullivan" ### context: CREATE TABLE table_name_71 (first_elected INTEGER, incumbent VARCHAR) |
### question: What Location has Years Member of 1963–1968? ### answer: SELECT location FROM table_name_24 WHERE years_member = "1963–1968" ### context: CREATE TABLE table_name_24 (location VARCHAR, years_member VARCHAR) |
### question: What School has Colors of navy blue orange? ### answer: SELECT school FROM table_name_17 WHERE colors = "navy blue orange" ### context: CREATE TABLE table_name_17 (school VARCHAR, colors VARCHAR) |
### question: What Years Member has a School of cairo high school? ### answer: SELECT years_member FROM table_name_47 WHERE school = "cairo high school" ### context: CREATE TABLE table_name_47 (years_member VARCHAR, school VARCHAR) |
### question: What Colors has a School of sesser high school? ### answer: SELECT colors FROM table_name_61 WHERE school = "sesser high school" ### context: CREATE TABLE table_name_61 (colors VARCHAR, school VARCHAR) |
### question: What Colors has a School of zeigler high school? ### answer: SELECT colors FROM table_name_17 WHERE school = "zeigler high school" ### context: CREATE TABLE table_name_17 (colors VARCHAR, school VARCHAR) |
### question: What Nickname(s) has a Location of elkville, illinois? ### answer: SELECT nickname_s_ FROM table_name_65 WHERE location = "elkville, illinois" ### context: CREATE TABLE table_name_65 (nickname_s_ VARCHAR, location VARCHAR) |
### question: Which Season 1 has a Season 7 of david chilton? ### answer: SELECT season_1 FROM table_name_5 WHERE season_7 = "david chilton" ### context: CREATE TABLE table_name_5 (season_1 VARCHAR, season_7 VARCHAR) |
### question: Which Seat has a Season 6 of kevin o'leary? ### answer: SELECT MAX(seat) FROM table_name_85 WHERE season_6 = "kevin o'leary" ### context: CREATE TABLE table_name_85 (seat INTEGER, season_6 VARCHAR) |
### question: Which Season 7 has a Season 6 of jim treliving? ### answer: SELECT season_7 FROM table_name_98 WHERE season_6 = "jim treliving" ### context: CREATE TABLE table_name_98 (season_7 VARCHAR, season_6 VARCHAR) |
### question: Which Season 7 has a Seat larger than 1, and a Season 3 of w. brett wilson? ### answer: SELECT season_7 FROM table_name_89 WHERE seat > 1 AND season_3 = "w. brett wilson" ### context: CREATE TABLE table_name_89 (season_7 VARCHAR, seat VARCHAR, season_3 VARCHAR) |
### question: Which Season 3 has a Season 7 of jim treliving? ### answer: SELECT season_3 FROM table_name_93 WHERE season_7 = "jim treliving" ### context: CREATE TABLE table_name_93 (season_3 VARCHAR, season_7 VARCHAR) |
### question: What is Weekly Winner, when Air Date is "July 4, 2008"? ### answer: SELECT weekly_winner FROM table_name_85 WHERE air_date = "july 4, 2008" ### context: CREATE TABLE table_name_85 (weekly_winner VARCHAR, air_date VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.