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 phone (Name VARCHAR, Phone_id VARCHAR, Phone_ID VARCHAR); CREATE TABLE phone_market (Name VARCHAR, Phone_id VARCHAR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (week INTEGER, points_against VARCHAR, points_for VARCHAR, opponent VARCHAR) ### Question: Which Week...
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR) ### Question: Name the away team score for home team of univer...
Below is an context that describes a sql 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 (mascot VARCHAR, county VARCHAR, location VARCHAR) ### Question: What is the mascot of the school 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_1965650_11 (player VARCHAR, pick__number VARCHAR) ### Question: How many players have the pick number 166? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE store_district (store_id VARCHAR); CREATE TABLE district (district_id VARCHAR, city_population VARCHAR); CREATE 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_70 (bronze INTEGER, total VARCHAR, gold VARCHAR) ### Question: How many bronze medals were won when the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_73 (home_team VARCHAR, venue VARCHAR) ### Question: Who was the home team at the game held at the Juncti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18018248_2 (club VARCHAR, draws VARCHAR) ### Question: Which clubs had draws of 9? ### Answer: SELECT club 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_65 (last_64 VARCHAR, total VARCHAR) ### Question: Which Last 64 has a Total of £34,600? ### 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_84 (result VARCHAR, venue VARCHAR) ### Question: Did the Bulls win or lose at Valley Parade? ### 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_1463383_1 (left_bloc VARCHAR, social_democratic VARCHAR) ### Question: What are all percentages of Left Block...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26914854_3 (team VARCHAR, incoming_manager VARCHAR) ### Question: What is the team when the incoming manager ...
Below is an context that describes a sql 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 (country VARCHAR, edition VARCHAR) ### Question: What was the nationality of the winner for the 20th ...
Below is an context that describes a sql 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, loss VARCHAR) ### Question: What was the Rockies record at their game that had a los...
Below is an context that describes a sql 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 (total INTEGER, finish VARCHAR) ### Question: Which Total has a Finish of t59? ### Answer: SELECT 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_name_66 (player VARCHAR, position VARCHAR) ### Question: Who plays the right wing position? ### 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_60 (rank INTEGER, publication VARCHAR, year VARCHAR) ### Question: Where did Day & Age rank in the Rolli...
Below is an context that describes 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 (Singer_ID VARCHAR); CREATE TABLE singer (Name VARCHAR, Singer_ID VARCHAR) ### Question: Show the names of sin...
Below is an context that describes a sql 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 (score VARCHAR, opponent_in_the_final VARCHAR) ### Question: What was the score of the game against D...
Below is an context that describes a sql 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 (opponent VARCHAR, result VARCHAR, type VARCHAR) ### Question: Who did Tony Oakey win against when he...
Below is an context that describes a sql 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 (wins INTEGER, played VARCHAR, goals_against VARCHAR, points VARCHAR, goal_difference VARCHAR) ### Qu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE election (District VARCHAR) ### Question: Show all the distinct districts for elections. ### Answer: SELECT DISTINC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_240936_2 (region_2__uk_ VARCHAR, region_4__australia_ VARCHAR) ### Question: What is the region 2 (UK) date 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_27 (award VARCHAR, year VARCHAR, result VARCHAR, category VARCHAR) ### Question: For the category of mos...
Below is an context that describes a sql 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 (margin_of_victory VARCHAR, winning_score VARCHAR) ### Question: What was the margin of victory 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_55 (entries VARCHAR, season VARCHAR, front_row_starts VARCHAR) ### Question: What were the total 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_91 (april_28 VARCHAR, final VARCHAR, mar_17 VARCHAR) ### Question: What is the April 28th rank when the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (chassis VARCHAR, year VARCHAR) ### Question: What is shown for Chassis for the year of 2007? ### 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_98 (studio VARCHAR, rank VARCHAR) ### Question: What is the Studio of the Rank 10 Film? ### 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_26 (record VARCHAR, home VARCHAR) ### Question: Can you tell me the Record that has the Home of ny islan...
Below is an context that describes a sql 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, venue VARCHAR) ### Question: What is the home team's score for the game at Juncti...
Below is an context that describes a sql 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 (class VARCHAR, erp_w VARCHAR) ### Question: What class is ERP W of 800? ### Answer: SELECT class FROM...
Below is an context that describes a sql 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 (draw INTEGER, match INTEGER) ### Question: What is the average number of draws for teams with more 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_46 (total INTEGER, rank VARCHAR) ### Question: What is the sum of Total when rank is 2? ### 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 Player_Attributes (preferred_foot VARCHAR, overall_rating INTEGER) ### Question: What is the average rating for rig...
Below is an context that describes a sql 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 (games VARCHAR, name VARCHAR) ### Question: What is the game named derartu tulu category:articles wit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (score VARCHAR, game VARCHAR, record VARCHAR) ### Question: What is the score for a game after 34 wit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (score VARCHAR, team VARCHAR) ### Question: What score is the team of charlotte? ### Answer: SELECT 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_25 (president VARCHAR, media_officer VARCHAR) ### Question: Name the President has a Media Officer of pe...
Below is an context that describes a sql 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 (opponent VARCHAR, record VARCHAR) ### Question: Who is the opponent of the team with a 1-1-0 record?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19072602_3 (team_usa VARCHAR, match_no VARCHAR) ### Question: When 14 is the match number how many usa teams ...
Below is an context that describes a sql 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 (number_of_households INTEGER, median_household_income VARCHAR, population VARCHAR) ### Question: Whic...
Below is an context that describes a sql 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 (tie_no VARCHAR, away_team VARCHAR) ### Question: Which Tie # has an Away team of slough town? ### 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_15081939_4 (province VARCHAR, evening_gown VARCHAR) ### Question: How many provinces have evening gown 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_13 (regulations VARCHAR, winning_drivers VARCHAR) ### Question: What regulations have carlos arzani as 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_2610582_3 (station_type VARCHAR, callsign VARCHAR) ### Question: What is the station type of DWMC-TV? ### 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_67 (score VARCHAR, partner VARCHAR) ### Question: what is the score when the partner is alexandra fusai?...
Below is an context that describes a sql 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, winning_score VARCHAR) ### Question: When was the winning score –12 (69-66-72-65=272)?...
Below is an context that describes a sql 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 (population_2000_census VARCHAR, area__km²_ VARCHAR, population_density_2010___km²_ VARCHAR) ### Ques...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25604014_5 (no_in_season VARCHAR, directed_by VARCHAR) ### Question: How many episodes directed by david cars...
Below is an context that describes a sql 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 (high_points VARCHAR, game VARCHAR) ### Question: What are the high points from a game of 30? ### 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_68 (rank INTEGER, total INTEGER) ### Question: what is the highest rank with a total less than 1? ### 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_14395920_2 (points_classification VARCHAR, young_rider_classification VARCHAR) ### Question: Who led the poin...
Below is an context that describes a sql 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 (home_team VARCHAR, tie_no VARCHAR) ### Question: What is Home Team, when Tie No is "7"? ### 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_2076608_1 (founded VARCHAR, enrollment VARCHAR) ### Question: What is the total number of schools founded tha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1007688_1 (typhus VARCHAR, smallpox VARCHAR) ### Question: What are all the typhus number when smallpox is 4 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (champion VARCHAR, third VARCHAR, season VARCHAR) ### Question: Which Champion has a Third of blaho 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_2260452_1 (date VARCHAR, driver VARCHAR) ### Question: What was the date if the driver was Robert Pressley? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29332810_14 (team_classification VARCHAR, aggressive_rider VARCHAR) ### Question: What is aggressive rider Ri...
Below is an context that describes a sql 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 (prominence__m_ INTEGER, elevation__m_ VARCHAR) ### Question: COunt the sum of Prominence (m) of 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_64 (opponent VARCHAR, round VARCHAR) ### Question: Who was the opponent during the second round? ### 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_6 (venue VARCHAR, date VARCHAR, away_team VARCHAR) ### Question: Tell me the venue for 8 june 1931 for 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_91 (date VARCHAR, opponent VARCHAR) ### Question: What date has dallas cowboys as the opponent? ### 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_81 (name VARCHAR, assumed_office VARCHAR, district VARCHAR) ### Question: What is the name of the Senato...
Below is an context that describes a sql 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 (player VARCHAR, score VARCHAR) ### Question: Which player has a score of 68-69-73=210 ### 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_94 (transfer_fee VARCHAR, transfer_window VARCHAR, moving_to VARCHAR) ### Question: What is the Transfer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, county VARCHAR) ### Question: Who was the turbine manufacturer for ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE phone (Accreditation_level VARCHAR) ### Question: Find the accreditation level that more than 3 phones use. ### 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_33 (nationality VARCHAR, round VARCHAR) ### Question: What is the nationality of the player in round 7? ...
Below is an context that describes a sql 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 (date VARCHAR, goal VARCHAR) ### Question: What was the date of the game with a goal of 7? ### 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_14532_1 (area__km²_ INTEGER, region VARCHAR) ### Question: What is the area of Tuscany? ### Answer: SELECT 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_15847691_2 (points_against INTEGER, attendance VARCHAR) ### Question: What is the maximum number of points ag...
Below is an context that describes a sql 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 (laps INTEGER, grid VARCHAR) ### Question: what is the highest laps when the grid is 1? ### 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_7 (points_classification VARCHAR, stage VARCHAR, winner VARCHAR, general_classification VARCHAR, trofeo_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11323532_2 (channel VARCHAR, country_region VARCHAR) ### Question: What was the number of channels in New Zea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17001658_5 (high_assists VARCHAR, team VARCHAR) ### Question: Who had the most assists and how many did they ...
Below is an context that describes a sql 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 (tournament VARCHAR, date VARCHAR, outcome VARCHAR, surface VARCHAR) ### Question: Which tournament 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_name_33 (wins VARCHAR, runners_up VARCHAR) ### Question: How many wins did the 8 time runner-up have? ### 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_79 (segment_c VARCHAR, episode VARCHAR, segment_a VARCHAR) ### Question: Which Segment C that has an 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 player (Player VARCHAR, Years_Played VARCHAR) ### Question: Show the players and the years played. ### 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_22 (home_captain VARCHAR, venue VARCHAR) ### Question: Who is the home captain that played at Edgbaston?...
Below is an context that describes a sql 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 (date VARCHAR, format VARCHAR, catalog VARCHAR) ### Question: What is the release date of a CD with 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_261895_1 (founded INTEGER, nickname VARCHAR) ### Question: under belles, which is the most possible created? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18365784_3 (going_to VARCHAR, calling_at VARCHAR) ### Question: What was the train destination when it 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_98 (jersey__number VARCHAR, weight__kg_ VARCHAR, height__cm_ VARCHAR, name VARCHAR) ### Question: Which ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_87 (venue VARCHAR, home_team VARCHAR) ### Question: What was the venue where Fitzroy played as the home ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14342480_5 (points VARCHAR, position VARCHAR, starter VARCHAR) ### Question: Name the number of points for ri...
Below is an context that describes 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 (Birth_Place VARCHAR) ### Question: List each birth place along with the number of people from there. ### 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_20095300_1 (name VARCHAR, number VARCHAR) ### Question: What horse has the number 25? ### Answer: SELECT name...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What is 2004, when 2005 is "Not Tier I"? ### Answer: SELECT 2004 FROM tabl...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: What is the 1999 finish for the tournament in Rome? ### Answer: SE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (date VARCHAR, game VARCHAR) ### Question: On what day was Game 48 played? ### Answer: SELECT date 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_23486853_5 (attendance INTEGER) ### Question: What was the largest attended game? ### Answer: SELECT MAX(atte...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21350772_2 (gas_name VARCHAR) ### Question: What is the 100 year for Carbon Dioxide? ### Answer: SELECT 100 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_19001916_2 (country VARCHAR, supply_point VARCHAR) ### Question: In how many countries is Itaipu a supply poi...
Below is an context that describes a sql 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 (transfer_fee VARCHAR, ends VARCHAR) ### Question: What was the transfer fee for the player with 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_22379931_2 (winning_driver VARCHAR, winning_team VARCHAR) ### Question: Who was the driver for the winning te...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17039232_3 (replaced_by VARCHAR, position_in_table VARCHAR) ### Question: Name the replaced by for 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_22 (overall INTEGER, college VARCHAR, pick VARCHAR) ### Question: What is the sum of Overall, when Colle...