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_58 (country VARCHAR, player VARCHAR) ### Question: What was the country for Sam Snead? ### 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_15 (rarotongan VARCHAR, tahitian VARCHAR) ### Question: What kind of Rarotongan has a Tahitian of /metua...
Below is an context that describes a sql 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 (nation___athlete_s_ VARCHAR, sport VARCHAR, record VARCHAR) ### Question: What is the Nation - athle...
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR) ### Question: On what Date was the Record 9–6–4? ### Answer: SELECT da...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_87 (steals VARCHAR, rebounds VARCHAR) ### Question: Who was the leader in Steals when Travis Watson (9) ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (strain VARCHAR, genes VARCHAR) ### Question: Which strain has 1,312 genes? ### Answer: SELECT strain...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22457674_1 (master_recording VARCHAR, artist VARCHAR) ### Question: Name the master recording for europe ### ...
Below is an context that describes a sql 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 (money___ INTEGER, player VARCHAR) ### Question: How much money did the player Ed Oliver win? ### 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_name_62 (win_percentage VARCHAR, lost VARCHAR, drew VARCHAR) ### Question: What is the Win percentage where 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_79 (linkedin VARCHAR, site VARCHAR, myspace VARCHAR) ### Question: How many linkedin have Facebook 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_28 (title VARCHAR, leading_lady VARCHAR) ### Question: Which title had Muriel Evans as leading lady? ###...
Below is an context that describes a sql 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 (title VARCHAR, production_num VARCHAR) ### Question: With 4645 as the production number what was 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_51 (tie_no VARCHAR, home_team VARCHAR) ### Question: What was the Tie no when Manchester United was 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 competition (YEAR VARCHAR, Competition_type VARCHAR) ### Question: What are the distinct years in which the competi...
Below is an context that describes a sql 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 (draws INTEGER, against VARCHAR, wins VARCHAR, losses VARCHAR) ### Question: What is the lowest draw 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_31 (years VARCHAR, nationality VARCHAR, goals VARCHAR) ### Question: Name the years for spain with 215 g...
Below is an context that describes a sql 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 (assumed_office INTEGER, name VARCHAR) ### Question: Tell me the loewst assume office for madeleine b...
Below is an context that describes a sql 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 (date INTEGER, score_in_the_final VARCHAR) ### Question: How many Dates have a Score in the final 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_83 (team VARCHAR, laps VARCHAR, co_drivers VARCHAR) ### Question: Name the team with laps less than 315 ...
Below is an context that describes a sql 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 (name VARCHAR, term_expires VARCHAR, appointing_governor VARCHAR) ### Question: Who has a term that 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 product (product VARCHAR, max_page_size VARCHAR, pages_per_minute_color VARCHAR) ### Question: Find products with m...
Below is an context that describes a sql 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 (result VARCHAR, date VARCHAR) ### Question: Name the Result on october 15, 1995? ### 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_75 (home_team VARCHAR, away_team VARCHAR) ### Question: What was the score for the away team at Collingw...
Below is an context that describes a sql 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 (club VARCHAR, position VARCHAR, wins VARCHAR, goals_against VARCHAR) ### Question: What Club has 13 ...
Below is an context that describes a sql 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 (staterooms INTEGER, guests INTEGER) ### Question: What is the number of staterooms when guests was 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_54 (départment__or_collectivity_ VARCHAR, since VARCHAR, président VARCHAR) ### Question: Which departme...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30120633_1 (civil_parish VARCHAR, townland VARCHAR) ### Question: What is Ballymurphy North's civil parish? #...
Below is an context that describes 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 (price INTEGER) ### Question: Find all information of all the products with a price between $60 and $120. ...
Below is an context that describes a sql 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 (builder VARCHAR, country VARCHAR, location VARCHAR) ### Question: What is Builder, when Country 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_26 (inscription VARCHAR, identification VARCHAR) ### Question: What is the inscription with John Vanbrug...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23429629_4 (place_came VARCHAR, artist VARCHAR) ### Question: What was the final place came for the performan...
Below is an context that describes a sql 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 (round VARCHAR, margin VARCHAR) ### Question: which round has a margin of 178? ### Answer: SELECT rou...
Below is an context that describes a sql 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 (position INTEGER, goals_against VARCHAR, goals_for VARCHAR) ### Question: What is the lowest positio...
Below is an context that describes a sql 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 (platform VARCHAR, system VARCHAR) ### Question: What is the name of the platform used for various co...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18600760_18 (ansi_code INTEGER, land___sqmi__ VARCHAR) ### Question: What is the ANSI code of the township wh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16387653_1 (crowd INTEGER, away_team VARCHAR) ### Question: What was the maximum crowd size against St Kilda?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1855342_5 (background INTEGER, ability_to_compromise VARCHAR) ### Question: When the ability to compromise 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_76 (segment_a VARCHAR, segment_d VARCHAR) ### Question: What segment A is associated with a Segment D 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_13665809_2 (uu_usu_score VARCHAR, winner VARCHAR) ### Question: what are all the uu-usu score with winner 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_41 (year_born__age_ VARCHAR, current_club VARCHAR, position VARCHAR) ### Question: Which Year born (Age)...
Below is an context that describes a sql 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 (laps INTEGER, qual VARCHAR) ### Question: How many laps did Duke Nelson complete when his qualifying ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20866024_2 (model_type VARCHAR, model_designation VARCHAR) ### Question: What model type has model designatio...
Below is an context that describes a sql 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 (venue VARCHAR, year VARCHAR, competition VARCHAR, event VARCHAR) ### Question: what is the venue 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_42 (attendance VARCHAR, rank__number VARCHAR) ### Question: What was the attendance when they had a 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_42 (best_film VARCHAR, best_supporting_actress VARCHAR) ### Question: Which Best Film has a Best Support...
Below is an context that describes a sql 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 (internet_explorer VARCHAR, opera VARCHAR, period VARCHAR) ### Question: What internet explorer has 1....
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18505065_1 (table_points VARCHAR, difference VARCHAR) ### Question: How many table points are listed for 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_50 (wood VARCHAR, earth VARCHAR) ### Question: Which wood has stabilizing earth? ### Answer: SELECT wood...
Below is an context that describes a sql 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 (record VARCHAR, week VARCHAR) ### Question: What was the team record by Week 8? ### Answer: SELECT r...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2221374_3 (production_code VARCHAR, no_in_season VARCHAR) ### Question: What is the production code for episo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17085947_32 (swim__15km_ VARCHAR, athlete VARCHAR) ### Question: What was the duration of Daniela Ryf's swimm...
Below is an context that describes a sql 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 (province VARCHAR, mountain_range VARCHAR) ### Question: Which province includes Axel Heiberg Island?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11449590_2 (kickoff_ VARCHAR, a_ VARCHAR, opponent VARCHAR) ### Question: Which kickoff has the opponent at 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_19359427_6 (manner_of_departure VARCHAR, outgoing_manager VARCHAR) ### Question: What was Gary Megson's manne...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14975415_1 (director VARCHAR, english_title VARCHAR) ### Question: Who is the director for diary for my loves...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29743928_4 (games VARCHAR, years VARCHAR) ### Question: When 2010 is the year what is the game? ### 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_75 (away_team VARCHAR, venue VARCHAR) ### Question: What was the away team's score at Western Oval? ### ...
Below is an context that describes a sql 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 (played INTEGER, pd_per_game VARCHAR, loss VARCHAR) ### Question: Which Played has a PD per game larg...
Below is an context that describes a sql 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 (release_date VARCHAR, developer_s_ VARCHAR) ### Question: When did Masthead Studios release their ga...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2249087_1 (south_american_rank INTEGER, nation VARCHAR) ### Question: Name the south american rank for venezu...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: Which 2005 has a 1999 of 0–0? ### Answer: SELECT 2005 FROM table_name_37 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_17 (result VARCHAR, attendance VARCHAR) ### Question: What is the result of the game with 57,234 people ...
Below is an context that describes a sql 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 (week INTEGER, record VARCHAR) ### Question: What is the value of the lowest Week with a Record 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_71 (player VARCHAR, college VARCHAR) ### Question: Who is the Cincinnati College player? ### 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_15001957_1 (mixed_doubles VARCHAR, year VARCHAR) ### Question: How many mixed doubles were won in 1996? ### 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 (total INTEGER, nation VARCHAR, bronze VARCHAR, gold VARCHAR) ### Question: What was Italy's highest ...
Below is an context that describes a sql 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 (college VARCHAR, pick VARCHAR) ### Question: Which college's pick was 14? ### Answer: SELECT college...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29535057_4 (location VARCHAR, big_ten_team VARCHAR) ### Question: Where did the games that had Wisconsin as b...
Below is an context that describes a sql 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, january VARCHAR, points VARCHAR) ### Question: Which Score has a January larger than ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (airport VARCHAR, country VARCHAR, icao VARCHAR) ### Question: Which airport is in Saudi Arabia 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_name_66 (score VARCHAR, home_team VARCHAR) ### Question: What is the final score of the game home team Bolton...
Below is an context that describes a sql 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 (round VARCHAR, state VARCHAR) ### Question: How many rounds were run in New South Wales? ### 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_17758010_2 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) ### Question: How many original air dat...
Below is an context that describes a sql 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 (record VARCHAR, week VARCHAR, attendance VARCHAR) ### Question: What was the record of the game afte...
Below is an context that describes a sql 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 (constituency VARCHAR, result VARCHAR, liberal_democrats VARCHAR) ### Question: In what constituency ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_160728_4 (network VARCHAR, station VARCHAR) ### Question: What station on the network is tv3? ### 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_29289372_1 (pop_density__per_km²_ VARCHAR, area__km²_ VARCHAR) ### Question: When 82.74 is the area in kilome...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1357052_6 (distribution VARCHAR, rsbac VARCHAR) ### Question: what's the dbeingtribution with rsbac being unk...
Below is an context that describes a sql 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 (years_of_operation VARCHAR, location VARCHAR) ### Question: During what Years of Operation was the 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_12526990_1 (gayndah INTEGER, perry VARCHAR) ### Question: What is the gayndah when perry is 304? ### 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, celebrity VARCHAR) ### Question: When did Darren Day enter? ### Answer: SELECT 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_23937219_2 (original_air_date VARCHAR, written_by VARCHAR, directed_by VARCHAR) ### Question: Name the origin...
Below is an context that describes a sql 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 (floor_exercise INTEGER, pommel_horse VARCHAR, parallel_bars VARCHAR) ### Question: Name the least fl...
Below is an context that describes a sql 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 (team_2 VARCHAR) ### Question: What is the 2nd leg score for the match with a team 2 of Werder Bremen...
Below is an context that describes a sql 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 (results¹ VARCHAR, city VARCHAR) ### Question: What's the result of the game played in Belgrade? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25058269_1 (runner_up VARCHAR, season VARCHAR) ### Question: In season 2007–08 who is the runner-up? ### 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_17157367_1 (model VARCHAR, method VARCHAR) ### Question: what is the model where the method is ha? ### 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_79 (duration VARCHAR, test_flight VARCHAR) ### Question: What it Duration, when Test Flight is Free Flig...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20195922_3 (number_of_winning_tickets VARCHAR, prize__eur_ VARCHAR) ### Question: What are the number of winn...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR, home VARCHAR, score VARCHAR) ### Question: What is the Record that has...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26736342_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR) ### Question: What is the earliest episode 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_18 (score VARCHAR, away_team VARCHAR) ### Question: What is Score, when Away Team is "Newcastle Benfield...
Below is an context that describes a sql 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 (attendance INTEGER, opponent VARCHAR) ### Question: What was the lowest attendance was the opponent ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (hanyu_pinyin VARCHAR, area__km²_ VARCHAR) ### Question: What is the Hanyu Pinyin with an area of 400...
Below is an context that describes a sql 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 (surface VARCHAR, score VARCHAR) ### Question: On which surface was the score w/o? ### 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_87 (husband VARCHAR, image VARCHAR) ### Question: Who is the husband of the image of renata of lorraine?...
Below is an context that describes a sql 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 (erp_w INTEGER, call_sign VARCHAR) ### Question: Name the average ERP W and call sign of w237br ### 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_24222929_4 (total_viewers_on_hallmark VARCHAR, title VARCHAR) ### Question: Name the total viewers on hallmar...
Below is an context that describes a sql 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 (award VARCHAR, actor VARCHAR, year VARCHAR) ### Question: What award did Forest Whitaker win in 1989...
Below is an context that describes a sql 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 (projects_templates VARCHAR, test_impact_analysis VARCHAR, intellitrace VARCHAR, windows_phone_develo...