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_91 (qual_1 VARCHAR, team VARCHAR, best VARCHAR) ### Question: Which Qual 1 has a Team of team player'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_17 (week VARCHAR, date VARCHAR) ### Question: What is the Week number on December 18, 1960? ### 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_26 (tournament VARCHAR) ### Question: Tell me the tournament of 2009 of atp masters series ### 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_44 (pick__number INTEGER, reg_gp INTEGER) ### Question: Which is the smallest pick number that had a Reg...
Below is an context that describes a 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 (away_team VARCHAR, score VARCHAR) ### Question: What away team had a 103-94 score? ### 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_16494599_10 (player VARCHAR, school_club_team VARCHAR) ### Question: Who are the players that have attended 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_42 (home_team VARCHAR, match_no VARCHAR) ### Question: Who is the Home Team for Match No. 23? ### 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_10 (qual_2 VARCHAR, best VARCHAR) ### Question: What is Qual 2, when Best is 1:27.976? ### 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_4 (budget VARCHAR, year VARCHAR) ### Question: What is 2005's budget figure? ### Answer: SELECT budget 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 station (city VARCHAR) ### Question: How many stations does Mountain View city has? ### Answer: SELECT COUNT(*) 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_69 (city VARCHAR, results¹ VARCHAR) ### Question: What city held the game with a result of 1:0? ### 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_49 (Id VARCHAR) ### Question: In the Tournament during which Jiří Novák was absent(A) in 2004, how did h...
Below is an context that describes a 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_33 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: What settlement is also call...
Below is an context that describes a 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 (crew VARCHAR, comments VARCHAR) ### Question: Which Crew has Comments of daggerboards. design: roy 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_70 (against INTEGER, losses VARCHAR, ntfa_div_2 VARCHAR) ### Question: Old Scotch had less than 9 losses...
Below is an context that describes a 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 (matches INTEGER, against VARCHAR, wins VARCHAR) ### Question: What is the lowest Matches, when Again...
Below is an context that describes a 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 (class VARCHAR, quantity VARCHAR, gwr_nos VARCHAR) ### Question: Which class is smaller than 5 and 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 Companies (Industry VARCHAR) ### Question: Find the number of companies whose industry is "Banking" or "Conglomerat...
Below is an context that describes a 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 (closed INTEGER, city VARCHAR, capacity VARCHAR) ### Question: Tell me the sum of closed for city 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_80 (touchdowns VARCHAR, average INTEGER) ### Question: What is the number of touchdowns with the average...
Below is an context that describes a 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 (type VARCHAR, ends VARCHAR) ### Question: What is the type that ends in 2009? ### Answer: SELECT typ...
Below is an context that describes a 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 (venue VARCHAR, position VARCHAR, year VARCHAR) ### Question: Name the venue for 2004 and position 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_33 (opponent VARCHAR, attendance VARCHAR) ### Question: Which opponent has an attendance of 17,015? ### ...
Below is an context that describes a 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 (week_15__final__dec_3 VARCHAR, week_12_nov_13 VARCHAR) ### Question: What was Week 15 when Week 12 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_2597876_2 (top_10 VARCHAR, position VARCHAR) ### Question: How many values of top 10 for 5th position? ### 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_6 (isotopic_mass___u__ VARCHAR, nuclide VARCHAR) ### Question: What is the isotopic mass (u) when the nu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE people (Nationality VARCHAR) ### Question: What are different nationalities of people and the corresponding 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_70 (season VARCHAR, overall VARCHAR) ### Question: What year's Season had an Overall of 77? ### 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_23 (place INTEGER, ribbon VARCHAR, total VARCHAR) ### Question: What place had a ribbon below 9.8 and 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_19517448_3 (rank VARCHAR, rating VARCHAR) ### Question: What rank has a rating of 146.8? ### 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_25 (draws INTEGER, wins VARCHAR, goals_for VARCHAR) ### Question: How many draws have less than 8 wins, ...
Below is an context that describes a 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 (opponent VARCHAR, date VARCHAR) ### Question: Which Opponent has a Date of november 24, 1991? ### 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_75 (net_profit__ INTEGER, earnings_per_share__p_ VARCHAR, profit__loss__before_tax__£m_ VARCHAR) ### Que...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17102076_9 (high_assists VARCHAR, date VARCHAR) ### Question: Who had high assists on March 15? ### 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 albums (label VARCHAR) ### Question: What is the label that has the most albums? ### Answer: SELECT label FROM albu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1346137_4 (candidates VARCHAR, first_elected VARCHAR) ### Question: Who were the candidates when the winner 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_42 (cabinet VARCHAR, chair VARCHAR, year VARCHAR, fractievoorzitter VARCHAR) ### Question: What is Cabin...
Below is an context that describes a 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 (score VARCHAR, place VARCHAR) ### Question: What was the score for place 4? ### Answer: SELECT 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_1243601_1 (playoffs VARCHAR, year VARCHAR) ### Question: What was the playoff result in 2002? ### 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_15185133_1 (no_in_season VARCHAR, written_by VARCHAR, directed_by VARCHAR) ### Question: What season has an e...
Below is an context that describes a 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 (crowd INTEGER, away_team VARCHAR) ### Question: What was the attendance of the Hawthorn as the 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_53 (attendance VARCHAR, week VARCHAR, opponent VARCHAR) ### Question: What was the attendance at the pos...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17968229_1 (home__2nd_leg_ VARCHAR, aggregate VARCHAR) ### Question: With an aggregate of 0-2, what is listed...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1008653_1 (capital___endonym__ VARCHAR, capital___exonym__ VARCHAR) ### Question: What is the local name give...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27369069_1 (soccer_stadium VARCHAR, province VARCHAR) ### Question: What is the name of the soccer stadium 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_name_33 (frequency VARCHAR, branding VARCHAR) ### Question: What frequency does branding dzec radyo agila 106...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13681_2 (equivalent_daily_inflation_rate VARCHAR, time_required_for_prices_to_double 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_87 (entrant VARCHAR, year VARCHAR) ### Question: Who was in 1963? ### Answer: SELECT entrant FROM table_...
Below is an context that describes a 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 (wavelength VARCHAR, frequency__mhz_ VARCHAR) ### Question: What is the Wavelength of Frequency (MHz)...
Below is an context that describes a 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 (wins INTEGER, top_10 VARCHAR) ### Question: How many total wins are associated with events with 1 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_82 (date VARCHAR, attendance VARCHAR) ### Question: On what Date was the Attendance 16,212? ### 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 products (product_type_code VARCHAR, product_name VARCHAR, product_price VARCHAR) ### Question: Show the product ty...
Below is an context that describes a 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 (crowd INTEGER, venue VARCHAR) ### Question: How many people attended the game at VFL Park? ### 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_73 (sales__billion_ INTEGER, company VARCHAR) ### Question: What is BP's lowest sales? ### 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_80 (driver VARCHAR, grid VARCHAR) ### Question: what driver has 12 in grid? ### Answer: SELECT driver 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_27734577_13 (series VARCHAR, high_rebounds VARCHAR) ### Question: What is the series number when al horford (...
Below is an context that describes a 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 (proto_oceanic VARCHAR, animal VARCHAR) ### Question: What proto-oceanic has louse as the animal? ###...
Below is an context that describes a 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 (catalogue VARCHAR, date VARCHAR) ### Question: Name the october 15, 2004 catalogue ### 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_92 (winner VARCHAR, city___state VARCHAR, team VARCHAR) ### Question: What is Winner, when City / State ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2226817_12 (title VARCHAR, original_air_date VARCHAR) ### Question: what is the name of the episode whose pre...
Below is an context that describes a 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 (gold INTEGER, total VARCHAR, rank VARCHAR, bronze VARCHAR, silver VARCHAR) ### Question: What is 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_38 (rank VARCHAR, silver VARCHAR, bronze VARCHAR) ### Question: How many teams won more than 2 silver me...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25794532_1 (series VARCHAR, points VARCHAR) ### Question: Name the series for 68 ### Answer: SELECT series 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_96 (game INTEGER, february VARCHAR) ### Question: Which Game is the highest one that has a February of 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_68 (stage VARCHAR, team_classification VARCHAR) ### Question: Which stage had tabriz petrochemical team ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE TRANSACTIONS (investor_id VARCHAR); CREATE TABLE INVESTORS (investor_id VARCHAR) ### Question: Show the ids 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_74 (away_team VARCHAR, home_team VARCHAR) ### Question: Who was the away team against Newton Heath? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1134091_4 (district VARCHAR, reason_for_change VARCHAR) ### Question: What was the district when the reason 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_47 (total INTEGER, player VARCHAR) ### Question: What is the Total for Seve Ballesteros? ### 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_24160890_3 (conference VARCHAR, tournament_venue__city_ VARCHAR) ### Question: When madison square garden ( 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_name_62 (ends_lost INTEGER, province VARCHAR, stolen_ends VARCHAR) ### Question: How many ends lost for Alber...
Below is an context that describes a 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 (game INTEGER, record VARCHAR, points VARCHAR) ### Question: Which Game has a Record of 4–2–1, and Po...
Below is an context that describes a 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_26 (episode__number INTEGER, format__number VARCHAR) ### Question: What is the average episode number 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_16 (christ_madeking VARCHAR, great_tribulation VARCHAR) ### Question: What was the Christ made king 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_35 (week VARCHAR, opponent VARCHAR) ### Question: What is the total number of weeks when the New York Je...
Below is an context that describes a 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 (prince_devitt VARCHAR, block_a VARCHAR) ### Question: What is the Prince Devitt when Block A is Yama...
Below is an context that describes a 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 (quantity INTEGER, axle_arrangement VARCHAR) ### Question: Which Quantity has an Axle arrangement 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_90 (name VARCHAR, wins VARCHAR, matches VARCHAR) ### Question: What are the names of those who made less...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE people (People_ID VARCHAR, Height VARCHAR); CREATE TABLE poker_player (Money_Rank VARCHAR, People_ID VARCHAR) ### Q...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25965003_3 (access_using_a_croatian_identity_card VARCHAR, countries_and_territories VARCHAR) ### Question: 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_94 (team VARCHAR, podiums VARCHAR, position VARCHAR) ### Question: Which Team has Podiums of 0, and a Po...
Below is an context that describes a 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 (episode VARCHAR, program VARCHAR) ### Question: What's the episode of Batman? ### Answer: SELECT epi...
Below is an context that describes a 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 (gdp__ppp__per_capita_2012_eu27_ VARCHAR, _100 VARCHAR, gdp_2012_millions_of_euro VARCHAR) ### Questi...
Below is an context that describes a 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 (grid INTEGER, laps INTEGER) ### Question: How many grids had more than 61 laps? ### Answer: SELECT SU...
Below is an context that describes a 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 (result VARCHAR, record VARCHAR) ### Question: What was the result with a record of 58–11? ### 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_14345690_2 (entered VARCHAR, finished VARCHAR) ### Question: When did the 4th finisher enter? ### 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_20683381_2 (date_of_opinion_poll VARCHAR, undecided VARCHAR) ### Question: How many polls taken on different ...
Below is an context that describes a 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 (episode__number VARCHAR, original_airdate VARCHAR) ### Question: Name the episode number that aired ...
Below is an context that describes a 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 (date VARCHAR, h___a VARCHAR, league_position VARCHAR) ### Question: What is the date of the away gam...
Below is an context that describes a 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 (final_position VARCHAR, season VARCHAR) ### Question: What is the final position for the season 2008...
Below is an context that describes a 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 (score VARCHAR, result VARCHAR) ### Question: What is the score of the match with a 4-0 result? ### 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_29 (mls_team VARCHAR, affiliation VARCHAR) ### Question: Which MLS tea, drafted a player affilaited with...
Below is an context that describes a 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 (duration VARCHAR, actor VARCHAR) ### Question: What is the duration for nickolas grace as the actor?...
Below is an context that describes a 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 (name VARCHAR, mark VARCHAR, lane VARCHAR) ### Question: What name has 8.19 as the mark, with 3 as 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_name_83 (result VARCHAR, date VARCHAR) ### Question: What was the game result on November 16, 1969? ### 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_35 (venue VARCHAR, event VARCHAR, tournament VARCHAR) ### Question: What was the venue of the 400 M Hurd...
Below is an context that describes a 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 (constructor VARCHAR, time_retired VARCHAR, laps VARCHAR) ### Question: Who constructed the car 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_75 (lost INTEGER, seasons VARCHAR, goals_against VARCHAR) ### Question: Which Lost has Seasons of 2, 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_81 (nhl_team VARCHAR, position VARCHAR, college_junior_club_team VARCHAR) ### Question: What NHL team 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_6 (year INTEGER, accolade VARCHAR, rank VARCHAR) ### Question: How many years have an accolade of 50 bes...