text
stringlengths
293
1.24k
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (position INTEGER, goal_difference VARCHAR, goals_against VARCHAR, losses VARCHAR) ### Question: Which...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_12 (opponent VARCHAR, record VARCHAR) ### Question: Who is the Opponent of the match with a Record of 0-...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1918850_2 (surface VARCHAR, score_in_the_final VARCHAR) ### Question: what is the surface of the final which ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (released VARCHAR, memory_type VARCHAR) ### Question: Whas is the released date of the memory type dd...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE poker_player (Earnings INTEGER) ### Question: What is the average earnings of poker players? ### Answer: SELECT AVG...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (winner VARCHAR, score VARCHAR, date VARCHAR) ### Question: who won with a score of 199 (-14) on oct ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (result VARCHAR, venue VARCHAR, opponent VARCHAR) ### Question: What was the final score for the matc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_77 (home_team VARCHAR, away_team VARCHAR) ### Question: What was the home team score at Melbourne's away...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (venue VARCHAR, away_team VARCHAR) ### Question: Where was the game played where North Melbourne was ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_166346_1 (population__july_2012_ INTEGER, area__km²_ VARCHAR) ### Question: What is the highest poplulation i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (loses INTEGER, goals_scored VARCHAR, position VARCHAR, draws VARCHAR, goals_conceded VARCHAR) ### Qu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Tourist_Attractions (Name VARCHAR, Location_ID VARCHAR, How_to_Get_There VARCHAR); CREATE TABLE Locations (Location...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (winning_team VARCHAR, fastest_lap VARCHAR) ### Question: Which team had the fastest lap of 1:13.516?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE albums (title VARCHAR) ### Question: List every album whose title starts with A in alphabetical order. ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (format VARCHAR, label VARCHAR) ### Question: Which format was under the London Records label? ### An...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_74 (away_team VARCHAR, home_team VARCHAR) ### Question: What is sheffield united's away team? ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (chassis VARCHAR, engine VARCHAR, team VARCHAR, tyres VARCHAR) ### Question: What Chassis did Team BM...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_46 (party VARCHAR, district VARCHAR) ### Question: What party has the district Georgia 7? ### Answer: SE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_184803_4 (commentator VARCHAR, spokespersons VARCHAR) ### Question: who was the commentator when spokesperson...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (week INTEGER, opponent VARCHAR, attendance VARCHAR) ### Question: What is the average week with St. ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (record VARCHAR, result VARCHAR, opponent VARCHAR) ### Question: Which Record has a Result of loss, a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (opponents VARCHAR, venue VARCHAR) ### Question: Who were the opposing team when playing in the Portu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (number INTEGER, date VARCHAR) ### Question: What's the number of the game played on January 2, 1936?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (home_team VARCHAR, away_team VARCHAR) ### Question: What was the score of the home team when Richmon...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (laps INTEGER, driver VARCHAR, grid VARCHAR, constructor VARCHAR) ### Question: What is the average L...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (loser VARCHAR, weight_division VARCHAR, time VARCHAR) ### Question: Who was the loser of the heavywe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (home_team VARCHAR, tie_no VARCHAR) ### Question: What team was the home team when the tie no was 27?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (home_team VARCHAR, tie_no VARCHAR) ### Question: What is the Home team of Tie no 11? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (career VARCHAR) ### Question: What is the 2003 value with a 1r in 1998, a 14 in 1994, and a 7-12 car...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_22 (date VARCHAR, score VARCHAR) ### Question: What is the Date of the tournament with a Score of 6-1 6-...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15781170_3 (_number VARCHAR, poll_winner VARCHAR) ### Question: How many times did drinking games win the pol...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (Id VARCHAR) ### Question: What is the highest 2009 value with a 2006 value smaller than 280.4, a 200...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE operate_company (group_equity_shareholding INTEGER) ### Question: What is maximum group equity shareholding of the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (opponents_in_the_final VARCHAR, date VARCHAR, partnering VARCHAR, surface VARCHAR) ### Question: Who...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (civilian_deaths VARCHAR, total_casualties VARCHAR) ### Question: How many civilians died in the conf...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19744915_16 (judges VARCHAR, couple VARCHAR) ### Question: What is the judge's total for Roxanne and Daniel? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23477312_1 (train_name VARCHAR, destination VARCHAR) ### Question: What's the name of the train that goes to ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (country VARCHAR, player VARCHAR) ### Question: What country is Steve Jones from? ### Answer: SELECT ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (overall INTEGER, college VARCHAR, pick__number VARCHAR) ### Question: Which Overall is the highest o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (losses VARCHAR, byes INTEGER) ### Question: Of the teams that had more than 0 byes, what was the tot...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (location VARCHAR, event VARCHAR) ### Question: Where was the event Kage Kombat 16? ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341663_6 (district VARCHAR, incumbent VARCHAR) ### Question: What is the district that has Bob Wilson as an ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (home_team VARCHAR, venue VARCHAR) ### Question: When playing at the Kardinia Park; what was the home...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (score VARCHAR, total VARCHAR) ### Question: Which Score has a Total of 80–72? ### Answer: SELECT sco...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (result VARCHAR, goal VARCHAR, venue VARCHAR) ### Question: What was the result of the game with more...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Documents (document_id VARCHAR); CREATE TABLE Documents_with_expenses (document_id VARCHAR) ### Question: What are ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (date VARCHAR, result VARCHAR) ### Question: What is the Date when the result is *non-conference game...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (position VARCHAR, round VARCHAR, player VARCHAR) ### Question: What position did a. j. feeley play w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (city VARCHAR, country VARCHAR) ### Question: What is City, when Country is "Kuwait"? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (pick__number INTEGER, pl_gp INTEGER) ### Question: Name the highest pick number for PI GP more than ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_269888_1 (area__km²_ VARCHAR, population__2010_ VARCHAR) ### Question: Name the area for population of 53542 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (record VARCHAR, date VARCHAR) ### Question: Can you tell me the Record that has the Date of january ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27713030_12 (date VARCHAR, team VARCHAR) ### Question: What was the date when Boston was the team? ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668352_11 (first_elected VARCHAR, candidates VARCHAR) ### Question: Name the first elected for hosea moffitt...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE country (Code VARCHAR); CREATE TABLE countrylanguage (Language VARCHAR, CountryCode VARCHAR, IsOfficial VARCHAR) ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (attendance INTEGER, decision VARCHAR, visitor VARCHAR) ### Question: What was the lowest attendance ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_24 (total VARCHAR, year_built VARCHAR) ### Question: How many entries feature a year built of 2010? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (position VARCHAR, school_country VARCHAR) ### Question: What position does the player from arkansas ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341568_34 (district VARCHAR, party VARCHAR, elected VARCHAR) ### Question: In how many districts was the dem...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_84 (place VARCHAR, country VARCHAR, player VARCHAR) ### Question: What did United States place when the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE singer (age INTEGER, country VARCHAR) ### Question: What is the average, minimum, and maximum age of all singers fr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE course (course_id VARCHAR, dept_name VARCHAR) ### Question: How many different courses offered by Physics departmen...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (score VARCHAR, team VARCHAR) ### Question: For the game with team of @ Chicago, what was the final s...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Vehicles (vehicle_id VARCHAR) ### Question: List all vehicle id ### Answer: SELECT vehicle_id FROM Vehicles
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (score VARCHAR, result VARCHAR) ### Question: Which score has a Result of 11–0? ### Answer: SELECT sc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28768469_7 (game INTEGER, location_attendance VARCHAR) ### Question: What is listed in game when the location...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (capacity INTEGER, stadium VARCHAR) ### Question: What is the highest capacity that has stadio marcel...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (platform_s_ VARCHAR, game VARCHAR) ### Question: Which platforms can you play Portal 2 on? ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (lane INTEGER, mark VARCHAR, heat VARCHAR) ### Question: What is the highest lane value for a mark of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Documents (template_id VARCHAR); CREATE TABLE Templates (template_type_code VARCHAR, template_id VARCHAR) ### Quest...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_25 (br_sr_no VARCHAR, sr_name VARCHAR, to_iow VARCHAR, withdrawn VARCHAR, built VARCHAR) ### Question: W...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_77 (points_against VARCHAR, try_bonus VARCHAR) ### Question: What is Points Against, when Try Bonus is "...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (date VARCHAR, home VARCHAR) ### Question: Which date had a home team of the Wizards? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13258806_2 (attendance VARCHAR, result VARCHAR) ### Question: What was the attendance at the game that result...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (team_2 VARCHAR) ### Question: What was the 1st leg when team 2 was nov milenium? ### Answer: SELECT 1...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (opponent VARCHAR, result VARCHAR) ### Question: When the result was l 13-7 ot, who was the opponent?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14563349_11 (opponent VARCHAR, location VARCHAR) ### Question: Who was the opposing team played at Riverfront...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (mountain_range VARCHAR, mountain_peak VARCHAR) ### Question: Which mountain range includes Mount Hub...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_62 (score VARCHAR, to_par VARCHAR) ### Question: When the To par is E, what is the Score? ### Answer: SE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (place_of_birth VARCHAR, elevated VARCHAR, cardinalatial_title VARCHAR) ### Question: What is the pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_30 (perigee__km_ INTEGER, launch_date VARCHAR) ### Question: What is the lowest Perigee with a Launch da...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_3005999_1 (route_number VARCHAR, origin VARCHAR, destination VARCHAR) ### Question: How many route numbers oc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2818164_2 (title VARCHAR, original_air_date VARCHAR) ### Question: How many different titles does the episode...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342013_9 (result VARCHAR, district VARCHAR) ### Question: what's the result with dbeingtrict being florida 4...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18143210_2 (number_of_seasons_in_top_division INTEGER, first_season_in_top_division VARCHAR) ### Question: Ho...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2001348_1 (revising_convention_s_ VARCHAR, denunciations__september_2011_ VARCHAR) ### Question: What were th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13570_1 (cytoplasm VARCHAR, nucleus VARCHAR) ### Question: How many cytoplasms result in a blue nucleus? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (away_team VARCHAR, home_team VARCHAR) ### Question: When Collingwood was the home team who was the o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (time INTEGER, rank VARCHAR, nationality VARCHAR, lane VARCHAR) ### Question: Name the lowest Time of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_4 (division_southwest VARCHAR, division_north VARCHAR) ### Question: Who won Division Southwest when Mad...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_2 (draw VARCHAR, team VARCHAR) ### Question: What is the Draw for the team of tramwajarz łódź? ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (version VARCHAR, genre VARCHAR, title VARCHAR) ### Question: What is Version, when Genre is "Action"...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1139835_3 (grand_finalist VARCHAR, scores VARCHAR) ### Question: who is the grand finalist where scores is 1...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (international_mail INTEGER, change VARCHAR, year VARCHAR) ### Question: How much international mail ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE weekly_weather (low_temperature INTEGER, wind_speed_mph INTEGER) ### Question: show the lowest low temperature and ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (last_win VARCHAR, club VARCHAR) ### Question: When was the last win of Celtic? ### Answer: SELECT la...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22879323_10 (score VARCHAR, game VARCHAR) ### Question: What was the score when the game was 80? ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (date_of_delivery VARCHAR, baby_gender VARCHAR, congresswoman VARCHAR) ### Question: What was the del...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (event VARCHAR, year INTEGER) ### Question: What is the event in a year before 1989? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (attendance INTEGER, home VARCHAR) ### Question: For all games with calgary as home, what is the avera...