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_27274566_2 (date VARCHAR, home_team VARCHAR, division VARCHAR) ### Question: What is the date where 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_name_97 (date VARCHAR, runner_s__up VARCHAR) ### Question: What is the date that has yani tseng as the runner...
Below is an context that describes a sql 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 (place VARCHAR, score VARCHAR) ### Question: What was the place when the score was 71-69-71=211? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18676973_3 (most_recent_date VARCHAR, country VARCHAR) ### Question: When united kingdom is the country what ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25352324_5 (assists VARCHAR, player VARCHAR) ### Question: What is every entry for assists if the player is 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 useracct (name VARCHAR, u_id VARCHAR); CREATE TABLE review (u_id VARCHAR) ### Question: Find the name of the user 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_62 (diameter__km_ VARCHAR, name VARCHAR) ### Question: What is the diameter in km of t'ien hu colles? ##...
Below is an context that describes a sql 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 (deputy_prime_minister VARCHAR, left_office VARCHAR) ### Question: Which deputy prime minister left o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (test_standard VARCHAR, usage VARCHAR, class VARCHAR) ### Question: Which Test Standard has a Usage o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1213511_6 (nhl_team VARCHAR, player VARCHAR) ### Question: Which team does Pierre Duguay play for? ### 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_103084_4 (year INTEGER, bbc_two_total_viewing VARCHAR) ### Question: What year was the BBC two total viewing ...
Below is an context that describes a sql 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 (game INTEGER, record VARCHAR) ### Question: What was the earliest game with a record of 23–6–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_96 (years VARCHAR, name VARCHAR) ### Question: What years does plateau school serve? ### 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_54 (rank VARCHAR, matches VARCHAR) ### Question: How many ranks had 205 matches? ### Answer: SELECT COUN...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27948565_1 (round VARCHAR, circuit VARCHAR) ### Question: Name the number of rounds for brno ### 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_46 (high_assists VARCHAR, team VARCHAR) ### Question: Tell me the high assists for orlando ### 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_2822193_1 (seasons VARCHAR, series VARCHAR) ### Question: How many seasons are there with Formula Holden? ###...
Below is an context that describes a sql 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 (engine VARCHAR, year VARCHAR, points VARCHAR) ### Question: what is the engine for year less than 195...
Below is an context that describes a sql 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 (erp_w INTEGER, frequency_mhz VARCHAR) ### Question: What is the highest ERP W of an 89.1 frequency 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 member (Name VARCHAR, Member_ID VARCHAR); CREATE TABLE member_attendance (Name VARCHAR, Member_ID 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_name_2 (club VARCHAR, league_goals VARCHAR, total VARCHAR) ### Question: Which club has 16 league goals for 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_89 (qual_1 VARCHAR, name VARCHAR) ### Question: What is Alex Tagliani's qual 1? ### Answer: SELECT qual_...
Below is an context that describes a sql 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 (general_classification_yellow_jersey VARCHAR, mountains_classification_green_jersey VARCHAR, team_cl...
Below is an context that describes a sql 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 (grid VARCHAR, bike VARCHAR, rider VARCHAR) ### Question: What was the grid for rider Russell Holland...
Below is an context that describes a sql 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 (score VARCHAR, save VARCHAR) ### Question: What score occurred when the save was ||27,108||63–44? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Teachers (first_name VARCHAR, email_address VARCHAR) ### Question: Find the first names of teachers whose email add...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_298883_5 (dimensions VARCHAR, reverse VARCHAR) ### Question: What are the dimensions of the coin with western...
Below is an context that describes a sql 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 (pass_def INTEGER, sacks VARCHAR, team VARCHAR, solo VARCHAR) ### Question: What is the average pass ...
Below is an context that describes a sql 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 (loss VARCHAR, date VARCHAR) ### Question: What was the losing score on September 1? ### 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_17881033_1 (division_north VARCHAR, season VARCHAR) ### Question: what is the division north in 2007–08 ### 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_10236830_6 (actors_name VARCHAR, film_name VARCHAR) ### Question: What actor was nominted for an award in 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_87 (rank_points VARCHAR, score_points VARCHAR) ### Question: What is the rank for the player where there...
Below is an context that describes a sql 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 (playoffs VARCHAR, points VARCHAR, head_coach VARCHAR, finish VARCHAR) ### Question: What was the pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (issue_date VARCHAR, download VARCHAR, artist VARCHAR) ### Question: What's the Issue Date for an Eri...
Below is an context that describes a sql 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 (pos VARCHAR, driver VARCHAR, race_1 VARCHAR, points VARCHAR, qualifying VARCHAR) ### Question: What ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_77 (week VARCHAR, result VARCHAR) ### Question: What is the Week number with a result of l 31–28? ### 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_72 (matches VARCHAR, year VARCHAR) ### Question: What is Matches, when Year is "2003"? ### 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_65 (bronze INTEGER, silver INTEGER) ### Question: Which country has the highest bronze amount and a silv...
Below is an context that describes a sql 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 (molecular_target VARCHAR, marine_organism_α VARCHAR) ### Question: What is the molecular target of 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_26 (opponent VARCHAR, game VARCHAR, location_attendance VARCHAR, date VARCHAR) ### Question: Who 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_27361255_1 (team_nickname VARCHAR, location VARCHAR) ### Question: What is the nickname of the Adrian, Michig...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23685890_2 (major_town VARCHAR, local_government_area VARCHAR) ### Question: Which major town is located 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_26282750_1 (film_festival VARCHAR, category VARCHAR) ### Question: What film festival had the Best Male 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_84 (session VARCHAR, event VARCHAR) ### Question: The Fall Nationals has what sessions? ### 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 (away_team VARCHAR, score VARCHAR) ### Question: What away team scored 107-104? ### Answer: SELECT aw...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1942366_9 (high VARCHAR, low VARCHAR) ### Question: What's the C_{high} when the C_{low} value is 250.5? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE payment (payment_date VARCHAR, staff_id VARCHAR); CREATE TABLE staff (staff_id VARCHAR, first_name VARCHAR); CREATE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (year VARCHAR, nominee VARCHAR) ### Question: How many years were they nominated for outstanding musi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28035004_1 (operator VARCHAR, bodybuilder VARCHAR) ### Question: Who is the operator when Roe was the bodybui...
Below is an context that describes a sql 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 (venue VARCHAR, result VARCHAR) ### Question: What is Venue, when Result is "0-0"? ### 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_31 (name VARCHAR, number VARCHAR, type VARCHAR) ### Question: What is the name of the bo-bodh train 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 Assets (asset_make VARCHAR, asset_model VARCHAR, asset_details VARCHAR, asset_disposed_date 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_36 (seasons INTEGER, years VARCHAR, lost VARCHAR) ### Question: What is the lowest number of seasons 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_1341672_14 (incumbent VARCHAR, first_elected VARCHAR) ### Question: Name the total number of incumbent for fi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15001957_1 (womens_doubles VARCHAR, mens_singles VARCHAR) ### Question: How may women doubles winner were 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_14038363_1 (height VARCHAR, player VARCHAR) ### Question: How tall is Maksim Botin? ### Answer: SELECT heigh...
Below is an context that describes a sql 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 (category VARCHAR, cancelable VARCHAR, type VARCHAR) ### Question: When Cancelable of yes, and a Type...
Below is an context that describes a sql 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 (margin_of_victory VARCHAR, runner_s__up VARCHAR) ### Question: By how many strokes did Lema beat Jac...
Below is an context that describes a sql 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 (opponent VARCHAR, round VARCHAR, record VARCHAR) ### Question: Who is the opponent in the fight of 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_name_71 (race_1 VARCHAR, team VARCHAR, race_3 VARCHAR) ### Question: What is Race 1, when Team is "Dick Johns...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_256286_41 (yes_votes VARCHAR, no_votes VARCHAR, _percentage_yes VARCHAR) ### Question: What is the aggregate ...
Below is an context that describes a sql 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 (position VARCHAR, drawn VARCHAR, difference VARCHAR) ### Question: What is the Position when the Dra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (team VARCHAR, matches VARCHAR) ### Question: Tell me the team which has matches of 13 ### 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 (distance VARCHAR, venue VARCHAR) ### Question: What is Distance, when Venue is "Belgrade"? ### 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_29225103_2 (ep_winning_team VARCHAR, cp_winning_team VARCHAR, gm_winning_team VARCHAR) ### Question: Who was ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (week VARCHAR, date VARCHAR) ### Question: What week was October 9, 1938? ### Answer: SELECT COUNT(we...
Below is an context that describes a sql 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 (result VARCHAR, first_elected VARCHAR, district VARCHAR) ### Question: Which Result has a First elect...
Below is an context that describes a sql 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 (game INTEGER, record VARCHAR) ### Question: What is the smallest game number with a record of 16-7-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 artwork (Name VARCHAR, TYPE VARCHAR) ### Question: List the name of artworks whose type is not "Program Talent Show...
Below is an context that describes a sql 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 (team VARCHAR, run_1 VARCHAR) ### Question: Which team has run 1 of 1:17.44? ### Answer: SELECT 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 table_name_78 (socialist_labor_ticket VARCHAR, office VARCHAR) ### Question: Which Socialist Labor ticket has a Off...
Below is an context that describes a sql 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 (status VARCHAR, index VARCHAR) ### Question: For the event with index f7, what is the status? ### 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_33 (city___state VARCHAR, team VARCHAR, winner VARCHAR) ### Question: Tell me the city/state for the hol...
Below is an context that describes a sql 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 (margin_of_victory VARCHAR, tournament VARCHAR) ### Question: What is the margin of victory in a semg...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (wsu_year_s_ VARCHAR, pro_year_s_ VARCHAR) ### Question: What is WSU Year(s), when Pro Year(s) is 197...
Below is an context that describes a sql 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 (opponent VARCHAR, record VARCHAR) ### Question: Who was the opponent when the Washington Nationals 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 university (affiliation VARCHAR, enrollment INTEGER) ### Question: Find the number of universities that have over 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_88 (opponent VARCHAR, score VARCHAR) ### Question: What is the opponent of the game with a w 87-64 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_33 (top_25 INTEGER, events VARCHAR, cuts_made VARCHAR) ### Question: Tell me the average top 25 with eve...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (draw VARCHAR, match VARCHAR, team VARCHAR) ### Question: What was the draw for Lpż Gdańsk with a mat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Student (Major VARCHAR) ### Question: Show all majors. ### Answer: SELECT DISTINCT Major FROM Student
Below is an context that describes a sql 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 (sport VARCHAR, name VARCHAR) ### Question: What is the Sport with a Name that is gustav larsson? ### ...
Below is an context that describes a sql 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 (team VARCHAR, circuit VARCHAR) ### Question: Which team raced at Amaroo Park? ### Answer: SELECT tea...
Below is an context that describes a sql 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 (winner VARCHAR, event VARCHAR) ### Question: The EPT German open was won by which listed winner? ### ...
Below is an context that describes a sql 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 (season VARCHAR, location VARCHAR, winners VARCHAR) ### Question: Which season's winner is Panathinai...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16409745_1 (pages_per_minute__color_ INTEGER, product VARCHAR) ### Question: What is the maximum pages per mi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15621965_8 (school_club_team VARCHAR, player VARCHAR) ### Question: What school did Dwight Howard play 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 table_name_21 (score VARCHAR, away_team VARCHAR) ### Question: What was the score when the away team was brighton &...
Below is an context that describes a sql 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 (result VARCHAR, competition VARCHAR) ### Question: What was the result of the friendly competition? ...
Below is an context that describes a sql 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 (player VARCHAR, total VARCHAR) ### Question: What is Player, when Total is "154"? ### 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_45 (outcome VARCHAR, score VARCHAR) ### Question: What is the Outcome of the game with a Score of 6–4, 6...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (opponent_in_the_final VARCHAR, date VARCHAR) ### Question: Who was played against in the final on No...
Below is an context that describes a sql 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 (electronvolt VARCHAR, joule VARCHAR) ### Question: How many electronvolts is 3,600 joules? ### 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_29 (stories VARCHAR, rank VARCHAR) ### Question: Name the total number of stories that had a 16 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_71 (year_s__won VARCHAR, total INTEGER) ### Question: Which Year(s) won has a Total smaller than 276? 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 table_name_1 (date VARCHAR, attendance VARCHAR, week VARCHAR, venue VARCHAR) ### Question: Which date's week was mo...
Below is an context that describes a sql 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 (population INTEGER, area__km_2__ VARCHAR, density__pop_per_km_2__ VARCHAR, rank VARCHAR) ### Questio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_77 (pick__number INTEGER, round VARCHAR, overall VARCHAR) ### Question: What is the sum of the pick numb...
Below is an context that describes a sql 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 (total VARCHAR, finish VARCHAR) ### Question: What is the total for the player whose finish was t66? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2160008_4 (district VARCHAR, reason_for_change VARCHAR) ### Question: Name the district for reason for change...