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_14308895_2 (former_pageant VARCHAR, new_pageant VARCHAR) ### Question: which is the former pageant in the cou...
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_24477075_1 (minutes INTEGER, starts VARCHAR) ### Question: Name the most minutes and starts being 12 ### Answ...
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 (time INTEGER, year VARCHAR, event VARCHAR) ### Question: What is the greatest Time with a Year of 19...
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 department (dept_name VARCHAR); CREATE TABLE student (id VARCHAR, dept_name VARCHAR); CREATE TABLE instructor (dept...
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 (locomotive VARCHAR, delivered_as VARCHAR) ### Question: What Locomotive was Delivered as T414? ### 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_15887683_3 (content VARCHAR, n° VARCHAR) ### Question: What's the content offered by the package number 204? ...
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_1855841_1 (office_running_for VARCHAR, candidate VARCHAR) ### Question: Name the office running for for antho...
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_81 (period VARCHAR, _number_found VARCHAR) ### Question: What's the Period with # found of 5? ### 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_1661124_1 (target VARCHAR, approved_treatment_s_ VARCHAR) ### Question: What is the target when the approved ...
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_36 (home_team VARCHAR, away_team VARCHAR) ### Question: Which home team had an away team of the Brisbane...
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_12722302_2 (original_air_date VARCHAR, no VARCHAR) ### Question: What is the original air date for no. 2? ###...
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_43 (score VARCHAR, location VARCHAR, champion VARCHAR) ### Question: When John Mcenroe won at Montreal, ...
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 (wins INTEGER, club VARCHAR, points_against VARCHAR) ### Question: What is the lowest Wins when the C...
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 (Id VARCHAR) ### Question: Who in 2009, has a 2003 2r and a 2000 2r? ### Answer: SELECT 2009 FROM tab...
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_17358515_1 (points_2 VARCHAR, team VARCHAR) ### Question: How many points did Goole Town accumulate? ### Answ...
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_23292220_3 (first_broadcast VARCHAR, seans_team VARCHAR) ### Question: What was the first broadcast date of t...
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 (wednesday VARCHAR, day_3 VARCHAR) ### Question: What is the Wednesday when day 3 is math? ### 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_25042332_33 (hdi VARCHAR, life_expectancy_at_birth__2001_2002_ VARCHAR) ### Question: How many regions had 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_15 (qual_2 VARCHAR, team VARCHAR, best VARCHAR) ### Question: Name the Qual 2 of a Team of american spir...
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_2248991_2 (gdp_per_capita VARCHAR, nation VARCHAR) ### Question: How many items are listed under gdp per capi...
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 (type VARCHAR, name VARCHAR) ### Question: What is the film type for the movie Sanctuary? ### 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_41 (region VARCHAR, format VARCHAR, date VARCHAR) ### Question: In what region was Degeneration released...
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_8 (date VARCHAR, location VARCHAR) ### Question: What date was the game played when it was located at be...
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_14977592_1 (game_site VARCHAR, date VARCHAR) ### Question: Name the game site for december 12, 1965 ### 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_20 (attendance INTEGER, opponent VARCHAR, game VARCHAR) ### Question: What is the attendance of the 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_9 (venue VARCHAR, figures VARCHAR) ### Question: What is Venue, when Figures is 5/29? ### 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_37 (points INTEGER, chassis VARCHAR) ### Question: What is the lowest points of using mclaren m14a as ch...
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 (language VARCHAR, director VARCHAR) ### Question: Which Language Director of nagisa oshima use in hi...
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_242785_3 (main_legion_base VARCHAR, date_disband VARCHAR) ### Question: What is the main legion base that dis...
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_27756014_6 (high_points VARCHAR, team VARCHAR) ### Question: Who scored the most points when the Bucks played...
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_51 (city_of_license VARCHAR, frequency VARCHAR) ### Question: What is the City of license with a 88.7 fm...
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_2624098_1 (old_english_day_name VARCHAR, modern_english_day_name VARCHAR) ### Question: what is the old Engli...
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_61 (crowd INTEGER, venue VARCHAR) ### Question: What is the crowd size of the game at Brunswick Street 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_8 (grid VARCHAR, time_retired VARCHAR) ### Question: What was the grid for suspension time/retired? ### ...
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 (laps INTEGER, start VARCHAR) ### Question: What is the highest number of laps with a 21 start? ### 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 Person (gender VARCHAR) ### Question: How many females does this network has? ### Answer: SELECT COUNT(*) FROM Pers...
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_72 (team__number1 VARCHAR) ### Question: What is the 2nd leg of the 1st team in the 2007 uefa intertoto ...
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_16028499_2 (record VARCHAR, date VARCHAR) ### Question: What was the record on October 8, 1989? ### Answer: 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 table_21146729_6 (title VARCHAR, season__number VARCHAR) ### Question: What was the title in season #8? ### 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_31 (result VARCHAR, year VARCHAR, date VARCHAR) ### Question: What is Result, when Year is 1948, and whe...
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_67 (lowest INTEGER, stadium VARCHAR, average VARCHAR) ### Question: What's the highest lowest number 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_34 (track VARCHAR, date VARCHAR) ### Question: Where was the race on 09-13-2008? ### Answer: SELECT trac...
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_18 (score VARCHAR, opponents_in_the_final VARCHAR) ### Question: WHich Score has marcelo filippini mark ...
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_87 (name VARCHAR, pada_3 VARCHAR) ### Question: What is the Name of ङ ng/na? ### Answer: SELECT name FRO...
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_14 (to_par VARCHAR, player VARCHAR) ### Question: What was the To Par score for player Justin Leonard? #...
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_73 (competition VARCHAR, result VARCHAR) ### Question: What competition has a Result of 1–2? ### 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_85 (hosted VARCHAR, average VARCHAR) ### Question: How many were hosted whene the average attendance 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_name_54 (score VARCHAR, date VARCHAR) ### Question: What is the score on the date of May 2? ### 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_23799417_1 (production_code VARCHAR, directed_by VARCHAR) ### Question: What is the production code directed ...
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_2562572_53 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name VARCHAR) ### Question: What ethnic group had t...
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_179174_2 (years VARCHAR, flights VARCHAR) ### Question: What years had 134 orbital flights? ### 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_8 (year INTEGER, runners_up VARCHAR, venue VARCHAR) ### Question: What is the average Year when Australi...
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_90 (value VARCHAR, other VARCHAR) ### Question: What number value has the Other transliteration of muoy ...
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 musical (Nominee VARCHAR, Award VARCHAR) ### Question: Show the musical nominee with award "Bob Fosse" or "Cleavant...
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_71 (engine VARCHAR, chassis VARCHAR, year VARCHAR) ### Question: What 1957 engine has a Chassis of conna...
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_3 (party VARCHAR, incumbent VARCHAR, result VARCHAR, first_elected VARCHAR) ### Question: What is the pa...
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 (attendance VARCHAR, tie_no VARCHAR) ### Question: On what day was the attendance that had a Tie valu...
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 (winter VARCHAR, year VARCHAR) ### Question: What is the Winter in 1906? ### Answer: SELECT winter 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 table_name_49 (opponent VARCHAR, week VARCHAR, result VARCHAR) ### Question: Who was the opponent before week 8 whe...
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_38 (exposure_fusion VARCHAR, name VARCHAR) ### Question: What's the exposure fusion of Panoramaplus x4? ...
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, venue VARCHAR) ### Question: Who was the away team at Victoria Park? ### 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_24 (date VARCHAR, rank__number VARCHAR, opponent_number VARCHAR) ### Question: On what date was the 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_23 (d_45 VARCHAR, d_42 VARCHAR) ### Question: What is the D45 associated with a D42 of r 22? ### 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_33 (fastest_lap VARCHAR, pole_position VARCHAR, location VARCHAR) ### Question: Who did the fastest lap ...
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_11240028_3 (portrayed_by VARCHAR, relationship VARCHAR) ### Question: How many characters were portrayed by t...
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_20728138_1 (seats_forfeited VARCHAR, party VARCHAR) ### Question: How many seats were forfeited in the revolu...
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_28885977_1 (location VARCHAR, stadium VARCHAR) ### Question: What is the location of the Moorabbin Oval stadi...
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_11207040_5 (highest INTEGER, team VARCHAR) ### Question: What is the highest attandence at a Hamilton Academi...
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_73 (street_address VARCHAR, name VARCHAR) ### Question: The Palazzo's street address is listed as what? ...
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_14623167_1 (virtual VARCHAR, network VARCHAR) ### Question: Name the virtual for Fox ### Answer: SELECT COUNT...
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_60 (opponent VARCHAR, record VARCHAR) ### Question: Who's the opponent of the game with the record 64-51...
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 (country VARCHAR, player VARCHAR) ### Question: Which country does Adam Scott play for? ### Answer: 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 table_name_89 (high_points VARCHAR, opponent VARCHAR) ### Question: WHAT IS THE HIGHEST POINTS FOR LOS ANGELES? ###...
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_15694696_1 (arabic_capital_name VARCHAR, english_capital_name VARCHAR) ### Question: what is the arabic capit...
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_7 (original_air_date VARCHAR, written_by VARCHAR, directed_by VARCHAR) ### Question: What is the orig...
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 (d_44 VARCHAR, d_41 VARCHAR) ### Question: What is the D44 when D41 is D 16? ### Answer: SELECT d_44 ...
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_1301373_1 (captain VARCHAR, head_coach VARCHAR) ### Question: Who's the captain of the team whose head coach ...
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_63 (nation VARCHAR, bronze VARCHAR) ### Question: What nation has 28 bronze medals? ### Answer: SELECT n...
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_20016339_1 (team VARCHAR, motorcycle VARCHAR) ### Question: What's the name of the team who had a Honda motor...
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_160510_1 (modern_equivalent VARCHAR, former_kingdom VARCHAR, hanja VARCHAR) ### Question: What is the modern ...
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_38 (births__000s_ INTEGER, deaths VARCHAR) ### Question: What is the average births that had a death rat...
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_41 (opponent VARCHAR, round VARCHAR) ### Question: What opponent has 32 as the round? ### 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_95 (total INTEGER, nation VARCHAR, rank VARCHAR) ### Question: What is the smallest total from Japan wit...
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 (competition VARCHAR, date VARCHAR) ### Question: What was the competition on 25/08/07? ### Answer: 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 table_name_92 (winner VARCHAR) ### Question: What is the 2nd leg when San Pedro was the winner? ### 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_10361625_1 (round VARCHAR, player_name VARCHAR) ### Question: Which round did Tommy Kramer play in> ### 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_47 (location VARCHAR, circuit VARCHAR, race VARCHAR) ### Question: what is the location when the circuit...
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 (champions VARCHAR, year VARCHAR, runners_up VARCHAR) ### Question: Who won after 1999 with changwon ...
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_228149_1 (bruce_coulter_award VARCHAR, game VARCHAR) ### Question: Nam the total number for bruce coulter awa...
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 (TYPE VARCHAR) ### Question: What is the most common company type, and how many are there? ### Answ...
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_86 (segment_a VARCHAR, netflix VARCHAR) ### Question: Which segment a's Netflix is S05E22? ### Answer: 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 table_name_98 (bronze VARCHAR, silver INTEGER) ### Question: What is the total number of bronze medals for teams wi...
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 (pick INTEGER, player VARCHAR, round VARCHAR) ### Question: What is the average Pick, when Player 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_30 (place VARCHAR, score VARCHAR, player VARCHAR) ### Question: WHAT IS THE PLACE THAT HAS SCORE OF 65 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_67 (score VARCHAR, team VARCHAR) ### Question: Tell met he score for team of waaia ### 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_name_54 (score VARCHAR, january VARCHAR, record VARCHAR) ### Question: What is the score of the game before J...
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_23918997_1 (directed_by VARCHAR, written_by VARCHAR) ### Question: How many directors worked on the episode 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_93 (year INTEGER, competition VARCHAR, venue VARCHAR) ### Question: Which Year has a Competition of olym...
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_60 (team_2 VARCHAR, team_1 VARCHAR) ### Question: What is the team 2 for team 1 of Valletta? ### 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_2501754_2 (original_airdate VARCHAR, prod_code VARCHAR) ### Question: What are the original air date(s) for e...