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_25318033_1 (f_laps VARCHAR, position VARCHAR, races VARCHAR) ### Question: How many laps where the position 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_56 (date VARCHAR, circuit VARCHAR) ### Question: The Eastern Creek Raceway circuit is on what date? ### ...
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 (final_round VARCHAR, weight VARCHAR) ### Question: What final round had a weight of 245? ### 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_61 (name VARCHAR, goals VARCHAR) ### Question: What is the Name with Goals that are 135? ### 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_95 (attempts VARCHAR, rank VARCHAR, net_yds VARCHAR) ### Question: What is the total number of Attempts ...
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 (date VARCHAR, catalog VARCHAR) ### Question: What was the date for XLLP 369? ### Answer: SELECT date...
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_14342480_6 (points VARCHAR, field_goals VARCHAR) ### Question: Name the number of points for field goals bein...
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_91 (away_team VARCHAR, venue VARCHAR) ### Question: Which Away team plays at the Venue vfl park? ### Ans...
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_type_code VARCHAR, document_id VARCHAR) ### Question: List the document type code for the docum...
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 (tonnage VARCHAR, date VARCHAR) ### Question: Which Tonnage is on 25 july 1942? ### Answer: SELECT 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_94 (result VARCHAR, association VARCHAR) ### Question: Tell me the result for primetime emmy awards ### ...
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_5 (outcome VARCHAR, tournament VARCHAR) ### Question: What the Outcome for the Tournament of Johannesbur...
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 (artist VARCHAR, single___pack VARCHAR) ### Question: What is the name of the artist with a Single / ...
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 CARS_DATA (YEAR VARCHAR, Weight INTEGER) ### Question: What is the average weight of cars each year? ### 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_27713583_11 (high_assists VARCHAR, location_attendance VARCHAR, record VARCHAR) ### Question: Name the high 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_15430606_1 (length__minutes_ VARCHAR, no_in_series VARCHAR) ### Question: Name the total number of length min...
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_19589113_5 (growth_rate_1991_01 VARCHAR, sex_ratio_‡_2001 VARCHAR) ### Question: What is every growth rate in...
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_26533354_8 (position VARCHAR, player VARCHAR) ### Question: Name the position for stanley havili ### 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_22 (rank VARCHAR, name VARCHAR) ### Question: What rank does Tricia Flores have? ### Answer: SELECT rank...
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 (cooper VARCHAR, ashmolean VARCHAR, hahland VARCHAR) ### Question: What is the cooper with an Ashmole...
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_11 (airport VARCHAR, icao VARCHAR) ### Question: Which airport has an ICAO of ybcg? ### Answer: SELECT 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_22 (serial_no INTEGER, headquartered_city VARCHAR) ### Question: What is the sum of the serial numbers f...
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_48 (Id VARCHAR) ### Question: What 1953 has 2 as a 1949, and 3 as 1952? ### Answer: SELECT 1953 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_name_69 (company VARCHAR, price_in_usd VARCHAR) ### Question: Name the Company which has a Price in USD of 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_47 (opponent VARCHAR, week VARCHAR) ### Question: What was week 2's opponent? ### Answer: SELECT opponen...
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 (h_a_n VARCHAR, date VARCHAR) ### Question: What is H/A/N when Date is February 24? ### 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_name_37 (attendance VARCHAR, venue VARCHAR) ### Question: What was the attendance number for the venue of Lak...
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 (home_team VARCHAR, venue VARCHAR) ### Question: What was the name of the home team playing at the Ju...
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 (transfer_window VARCHAR, name VARCHAR) ### Question: Emerson has what transfer window? ### 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_59 (attendance VARCHAR, record VARCHAR) ### Question: How many attended the game with a record of 43-34?...
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_180802_3 (transcription VARCHAR, sanskrit_word VARCHAR) ### Question: What is the transcription of the sanskr...
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 (fa_cup_goals INTEGER, league_goals VARCHAR, club VARCHAR) ### Question: Which FA Cup goals have a Le...
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 (model_number VARCHAR, order_part_number VARCHAR) ### Question: Which model number has an order part ...
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_1216675_1 (pinyin VARCHAR, translation VARCHAR) ### Question: What is the pinyin for explaining music? ### 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_46 (player VARCHAR, figures VARCHAR) ### Question: Which player has figures of 4/14? ### 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_12 (byes VARCHAR, losses VARCHAR, wins VARCHAR, wimmera_fl VARCHAR) ### Question: How many Byes have Win...
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 company (company VARCHAR, headquarters VARCHAR, market_value VARCHAR) ### Question: Show all company names and head...
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 (kickoff VARCHAR, game_site VARCHAR) ### Question: Which Kickoff had a Game Site of fawcett stadium? ...
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 (original_week INTEGER, venue VARCHAR) ### Question: Tell me the average original week for soldier fi...
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_17 (opponent VARCHAR, year VARCHAR) ### Question: Who is the opponent in 1992? ### Answer: SELECT oppone...
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_11964154_11 (high_assists VARCHAR, team VARCHAR) ### Question: Who had the high assists @ Dallas? ### 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_25800134_1 (director VARCHAR, airdate VARCHAR) ### Question: Who directed the episodes that aired December 15...
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_83 (score VARCHAR, country VARCHAR, place VARCHAR) ### Question: what's the score in canada with place 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_21313498_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR, written_by VARCHAR) ### Question: when ...
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_25391981_20 (viewers__millions_ VARCHAR, episode_number VARCHAR) ### Question: How many viewers in millions 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_30 (place VARCHAR, to_par VARCHAR, score VARCHAR) ### Question: What is Place, when To Par is "5", and 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_51 (operation_start VARCHAR, construction_start VARCHAR) ### Question: Construction start of phase ii ha...
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_56 (round INTEGER, circuit VARCHAR) ### Question: What was the average round for the oulton park 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_4 (name VARCHAR, captain VARCHAR) ### Question: What Name has the Captain Aaron Heal? ### 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_5 (term_end VARCHAR, name VARCHAR) ### Question: When did Fejzi Bej Alizoti's term end? ### 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_78 (area_in_km² INTEGER, original_name VARCHAR, number_of_settlements_and_villages VARCHAR) ### Question...
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 (opponent VARCHAR, score VARCHAR) ### Question: WHAT OPPONENT HAD A SCORE OF 5:5? ### 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 song (artist_name VARCHAR); CREATE TABLE artist (artist_name VARCHAR) ### Question: Find the names and number of wo...
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 (Id VARCHAR) ### Question: What was the 1997 value when 2002 was A and 2003 was 1R? ### 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_name_35 (wins INTEGER, rank VARCHAR, top_fives VARCHAR) ### Question: What is the sum of wins for casey mears...
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 (district VARCHAR, name VARCHAR) ### Question: What district has an assembly segment named mahidpur? ...
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 (game INTEGER, march VARCHAR) ### Question: what is the game when march is 15? ### Answer: SELECT SUM...
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 manufacturers (name VARCHAR, Headquarter VARCHAR, revenue INTEGER) ### Question: Find the name and revenue of 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_1 (venue VARCHAR, score VARCHAR) ### Question: What venue had a Score of 120-108? ### Answer: SELECT ven...
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_27537518_6 (record VARCHAR, first_star VARCHAR) ### Question: What was the record in the game whose first sta...
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 (year INTEGER, country VARCHAR, location VARCHAR) ### Question: What is the average Year, when Countr...
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 (label VARCHAR, date VARCHAR) ### Question: What is the Label that shows on april 7, 1967? ### 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_2248991_2 (total_gdp_world_rank INTEGER, gdp_per_capita VARCHAR) ### Question: What is the total gdp world ra...
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 (european_cup VARCHAR, season VARCHAR) ### Question: Which European Cup is in the 1990-91 season? ###...
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 (gold INTEGER, silver VARCHAR, rank VARCHAR, nation VARCHAR) ### Question: What is the lowest number ...
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 (venue VARCHAR, state VARCHAR, city VARCHAR) ### Question: What venue is in Santa Barbara, California...
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 (scored_1 VARCHAR, years_played VARCHAR, name VARCHAR) ### Question: WHich Scored 1,500 Points has 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_86 (score VARCHAR, player VARCHAR) ### Question: Name The Score of Player of seve ballesteros? ### 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_6 (position INTEGER, pilot VARCHAR) ### Question: What is the lowest position for bruce taylor? ### 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_28 (season VARCHAR, wins VARCHAR) ### Question: What Season has wins as the philadelphia warriors (nba)?...
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 (szdsz VARCHAR, mszp VARCHAR, date VARCHAR) ### Question: What is the SZDSZ percentage with an MSZP 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_35 (launch_complex VARCHAR, launcher VARCHAR, flights VARCHAR) ### Question: Which complex used the Soyu...
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_206361_2 (kilometer INTEGER) ### Question: What is the maximum number of km listed? ### Answer: SELECT MAX(ki...
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 (series_4 VARCHAR, seat VARCHAR) ### Question: What shows for series 4 when the seat shows 1? ### Ans...
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_18069789_1 (e_ VARCHAR, film_title_used_in_nomination VARCHAR, year_ VARCHAR) ### Question: how many times wa...
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 (time_retired VARCHAR, manufacturer VARCHAR, rider VARCHAR) ### Question: Which Time/Retired has a Ma...
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 (high_assists VARCHAR, team VARCHAR) ### Question: What is the high assists that has @ detroit as 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_39 (match INTEGER, opponent VARCHAR) ### Question: Which match did FCR 2001 Duisburg participate as 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_78 (race VARCHAR, fastest_lap VARCHAR, location VARCHAR) ### Question: What Brands Hatch race had Niki 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_41 (population INTEGER, median_family_income VARCHAR) ### Question: Which Population has a Median family...
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 (year VARCHAR, chassis VARCHAR, points VARCHAR) ### Question: What is the total number of years that ...
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_97 (score VARCHAR, player VARCHAR) ### Question: what had a score like roberto devicenzo ### 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_23133482_1 (sets_w_l VARCHAR, player VARCHAR) ### Question: What are Ken Rosewall's sets w-l? ### 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_23 (election VARCHAR) ### Question: Which 1st Member has an Election of 1895? ### Answer: SELECT 1 AS 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_22756549_1 (runner_up_a VARCHAR, constituency VARCHAR) ### Question: Who was the runner up for the Nagapattin...
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 (date VARCHAR, result VARCHAR, score VARCHAR) ### Question: When was the Result of 3–2, with a Score ...
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 (losses INTEGER, club VARCHAR, against VARCHAR) ### Question: What's the highest amount of losses 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_2215159_2 (surface VARCHAR, championship VARCHAR) ### Question: What is the surface of the French Championshi...
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 (season INTEGER, team_2 VARCHAR, team_1 VARCHAR, score VARCHAR) ### Question: What year did Bangkok U...
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 (location VARCHAR, date VARCHAR) ### Question: Where was the event on June 10? ### Answer: SELECT loc...
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_91 (worst_dancer_s_ VARCHAR, dance VARCHAR) ### Question: What's the worst dance of jive dancer(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_46 (condition VARCHAR, prothrombin_time VARCHAR, partial_thromboplastin_time VARCHAR, platelet_count VAR...
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 (points_for VARCHAR, points_against VARCHAR) ### Question: What were the points for a team that 414 p...
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_1805191_14 (candidates VARCHAR, first_elected VARCHAR, party VARCHAR) ### Question: Who were the candidates 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_24 (record VARCHAR, week VARCHAR) ### Question: For the game that was played on week 2, what is the reco...
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_59 (year INTEGER, studio_s_ VARCHAR) ### Question: What is Year is Walt Disney Pictures Imagemovers Digi...
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 (record VARCHAR, date VARCHAR) ### Question: What was the Record on the Date May 8? ### 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_name_3 (tries_for VARCHAR, points VARCHAR, tries_against VARCHAR) ### Question: How many tries for are associ...
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 (season VARCHAR, ufl_cup VARCHAR) ### Question: Which Season has a UFL Cup of tbd? ### 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_56 (crowd VARCHAR, away_team VARCHAR) ### Question: When North Melbourne played as the away team, what w...