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_1213511_3 (position VARCHAR, nhl_team VARCHAR) ### Question: What is the position listed for the team the Phi...
Below is an context that describes a sql 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 (high_rebounds VARCHAR, record VARCHAR) ### Question: What is the highest number of rebounds of the 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_67 (investment_income VARCHAR, other_income_sources VARCHAR, state_pensions VARCHAR, self_employed VARCH...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23242968_1 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode that had a produ...
Below is an context that describes a sql 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 (year INTEGER, award VARCHAR, work VARCHAR) ### Question: Where Award is best actress and Work is fir...
Below is an context that describes a sql 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 (against VARCHAR, opponents VARCHAR) ### Question: Who was against the opponents, mădălina gojnea mon...
Below is an context that describes a sql 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 (fa_cup INTEGER, name VARCHAR, europe VARCHAR) ### Question: What is the low FA cup goals for viduka ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21321935_2 (fastest_lap VARCHAR, circuit VARCHAR) ### Question: Who had the fasted lap in motorsport arena os...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE station (LOCATION VARCHAR) ### Question: Show the location with most number of train stations. ### Answer: SELECT 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_17 (first_elected VARCHAR, party VARCHAR, state VARCHAR) ### Question: What is the year First Elected, 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_95 (date VARCHAR, year VARCHAR, winner VARCHAR) ### Question: What is the date where the winner 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_24216139_2 (enrollment VARCHAR, nickname VARCHAR) ### Question: Name the enrollment with cougars ### 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_20669355_2 (country VARCHAR, hometown VARCHAR) ### Question: What country is the contestant from San Francisc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22860_1 (maghreb VARCHAR, mediterranean_europe VARCHAR) ### Question: How many values for Maghreb with Medite...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (city__town VARCHAR, year_founded VARCHAR) ### Question: In what City/town was their institution foun...
Below is an context that describes a sql 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 (attendance VARCHAR, result VARCHAR) ### Question: What was the attendance of the game that ended 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_19061741_3 (duration VARCHAR, name VARCHAR) ### Question: WHen joaqui mendoza is the name how long is the dur...
Below is an context that describes a sql 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 (nationality VARCHAR, player VARCHAR) ### Question: Cuttino Mobley is what nationality? ### 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_14752049_6 (change__2010_to_2011_ VARCHAR, international_tourist_arrivals__2012_ VARCHAR) ### Question: When ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (nickname VARCHAR, location VARCHAR) ### Question: What is the nickname of the school located in Manc...
Below is an context that describes a sql 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 (rank INTEGER, total VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What is the highest rank 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_2 (type VARCHAR, scratch VARCHAR) ### Question: What type has a scratch of 750 GB? ### Answer: SELECT ty...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_41 (gp_gs VARCHAR, effic VARCHAR, avg_g VARCHAR) ### Question: How many gp-gs have 121.70 as an effic 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_11677691_7 (hometown VARCHAR, school VARCHAR) ### Question: What is the hometown of trinity high school? ### ...
Below is an context that describes a sql 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 (producer_s_ VARCHAR, recipient VARCHAR) ### Question: Who produced Laura Tunstall? ### 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_2 (weight VARCHAR, player VARCHAR) ### Question: How much does Jonathan Bender weigh? ### 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_99 (frequency VARCHAR, model_number VARCHAR) ### Question: What is the Frequency for Model Number c3 850...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_142159_1 (no VARCHAR, location VARCHAR) ### Question: Which number has Engine Shed as the location ### 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_86 (event VARCHAR, time VARCHAR) ### Question: Which event had a time of 2:34? ### Answer: SELECT event ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1108394_34 (queens VARCHAR, richmond_ VARCHAR, staten_is VARCHAR) ### Question: What number of voters did Que...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_12 (points INTEGER, engine VARCHAR) ### Question: What is the average points earned for entrants with AT...
Below is an context that describes a sql 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 (position INTEGER, drawn VARCHAR, lost VARCHAR, goal_difference VARCHAR) ### Question: what is the po...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (country VARCHAR, name VARCHAR, status VARCHAR, moving_to VARCHAR) ### Question: Which country has 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_23 (social_sec_leeds VARCHAR, season VARCHAR, fixtures_sec VARCHAR, general_sec VARCHAR) ### Question: N...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (draw INTEGER, result VARCHAR) ### Question: What's the draw having the result of 10%? ### 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_71 (selection INTEGER, college VARCHAR) ### Question: Which Selection has a College of texas a&m? ### 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_54 (away_team VARCHAR, home_team VARCHAR) ### Question: Who faced Collingwood as an away team? ### 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_15944_5 (specific_impulse__s_ INTEGER, effective_exhaust_velocity__m_s_ VARCHAR) ### Question: What is the 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_2869837_1 (last_final INTEGER, last_title VARCHAR) ### Question: What is the latest year of last final for 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_30 (royal_house VARCHAR, name VARCHAR) ### Question: Which Royal house has a name of ding? ### 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_5 (date_made VARCHAR, quantity_made VARCHAR) ### Question: What is listed as the Date made with a Quanti...
Below is an context that describes a sql 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 (total INTEGER, player VARCHAR, to_par VARCHAR) ### Question: What was Gary Player's highest total 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_27712702_11 (high_assists VARCHAR, team VARCHAR) ### Question: Who had the high assists against detroit? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23248420_1 (county VARCHAR, region_province VARCHAR, rank VARCHAR) ### Question: When 20 is the rank and nort...
Below is an context that describes a sql 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 (erp_w INTEGER, frequency_mhz VARCHAR) ### Question: What is the least ERP W when the freguency MHz 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_40 (attendance INTEGER, score VARCHAR) ### Question: What was the lowest attendance for a score of 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 table_name_75 (date VARCHAR, opponent VARCHAR) ### Question: When has an Opponent of at Seattle mariners? ### 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_27764201_2 (kickoff VARCHAR, opponent VARCHAR) ### Question: What time was the kickoff against the Frankfurt ...
Below is an context that describes a sql 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 (result VARCHAR, venue VARCHAR, date VARCHAR) ### Question: Which Result has a Venue of home, and a 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_1405704_1 (team VARCHAR, chassis VARCHAR, engine VARCHAR) ### Question: What team has a vehicle with an Offen...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19131921_1 (station VARCHAR, frequency VARCHAR) ### Question: Which station has the frequency of 107.3? ### 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_19 (october INTEGER, game INTEGER) ### Question: Name the most october for game less than 1 ### 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_60 (player VARCHAR, total VARCHAR) ### Question: Which player had a total of 152? ### Answer: SELECT 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_36 (player VARCHAR, caps VARCHAR) ### Question: What player has 12 caps? ### Answer: SELECT player 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_68 (gold INTEGER, total VARCHAR, silver VARCHAR, rank VARCHAR) ### Question: What is the gold when silve...
Below is an context that describes a sql 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 (population INTEGER, country_region VARCHAR, rank VARCHAR) ### Question: Can you tell me the sun of P...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25840200_1 (titles VARCHAR, date VARCHAR, division VARCHAR) ### Question: What are the titles for the Novembe...
Below is an context that describes a sql 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 (status VARCHAR, area_km_2 INTEGER) ### Question: What is Status, when Area km 2 is greater than 303....
Below is an context that describes a sql 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 (to_par VARCHAR, country VARCHAR) ### Question: What is South Africa's to par? ### Answer: SELECT to_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (laps INTEGER, time_retired VARCHAR) ### Question: What is the average number of laps associated 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_17360840_9 (score VARCHAR, record VARCHAR) ### Question: What was the score when the record was 21-31-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_12 (director VARCHAR, release_date VARCHAR, series VARCHAR, production_num VARCHAR) ### Question: Who wa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_92 (position VARCHAR, year VARCHAR, venue VARCHAR) ### Question: After 1983, what was the Position in 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 book (Writer VARCHAR) ### Question: List the writers who have written more than one book. ### Answer: SELECT Writer...
Below is an context that describes a sql 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 (date VARCHAR, year VARCHAR) ### Question: Tell me the date for 2004 ### Answer: SELECT date FROM tab...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_60 (points INTEGER, rank VARCHAR) ### Question: What is the lowest points when the ranking is 1st? ### 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 (xenon VARCHAR, helium VARCHAR) ### Question: Which Xenon has a Helium of 5.1? ### Answer: SELECT xen...
Below is an context that describes a sql 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 (bronze VARCHAR, silver VARCHAR, total VARCHAR) ### Question: What is the total number of bronze meda...
Below is an context that describes a sql 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 (name VARCHAR, novelty VARCHAR) ### Question: What name has gen et sp nov as the novelty? ### 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_76 (score VARCHAR, date VARCHAR) ### Question: What was the score on June 12? ### Answer: SELECT score F...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (name VARCHAR, games VARCHAR, assists VARCHAR) ### Question: Who played over 37 games and had 202 ass...
Below is an context that describes a sql 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 (played INTEGER, drawn VARCHAR, against VARCHAR) ### Question: What is the sum of Played 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_76 (year INTEGER, actress VARCHAR) ### Question: When did Quvenzhané Wallis first win? ### 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_262476_1 (location VARCHAR, institution VARCHAR) ### Question: Name the number of locations for geneva colleg...
Below is an context that describes a sql 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 (rank INTEGER, name VARCHAR) ### Question: What is richard virenque's lowest rank? ### 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_1397655_1 (year_acquired VARCHAR, station VARCHAR) ### Question: how any were gained as the chan ### 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_12275654_1 (year VARCHAR, mens_singles VARCHAR, womens_singles VARCHAR) ### Question: How many times did Niel...
Below is an context that describes a sql 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 (record VARCHAR, visitor VARCHAR, date VARCHAR) ### Question: What record has pittsburgh as the visit...
Below is an context that describes a sql 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 (class VARCHAR, number_in_class INTEGER) ### Question: Which class has more than 15 people in the cla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE cars_data (mpg INTEGER, cylinders VARCHAR, year VARCHAR) ### Question: What is the maximum miles per gallon of the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (pick VARCHAR, pba_team VARCHAR, player VARCHAR) ### Question: What is the total number of picks 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 station (LOCATION VARCHAR, number_of_platforms VARCHAR) ### Question: Show all locations which don't have a train 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_8 (leading_scorer_1 VARCHAR, season VARCHAR) ### Question: Which Leading scorer 1 has a Season of 2010–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_49 (bp_azeo__˚c_ VARCHAR) ### Question: Tell me the 3rd component for bp azeo of 62.1 ### 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_2544694_3 (indonesia_super_series_2008 VARCHAR) ### Question: Which series occurred when the 7800 was 5040.00...
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR, points VARCHAR) ### Question: How many average laps for Alex Tagliani ...
Below is an context that describes a sql 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 (socialist_workers_ticket VARCHAR, republican_ticket VARCHAR) ### Question: What socialist workers ti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24638867_6 (surface VARCHAR, partner VARCHAR) ### Question: Name the surface for nathalie tauziat ### 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_25711913_8 (player VARCHAR, position VARCHAR) ### Question: Which player was at position left tackle? ### 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_58 (score VARCHAR, club VARCHAR) ### Question: What's the final score of the competition that features 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_77 (sound VARCHAR, publisher VARCHAR, language VARCHAR, classifaction VARCHAR) ### Question: What sound ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12588029_3 (release_date VARCHAR, year VARCHAR) ### Question: What are the release dates for songs in 2003? #...
Below is an context that describes a sql 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 (date VARCHAR, surface VARCHAR, event VARCHAR) ### Question: When has a surface of road and an event ...
Below is an context that describes a sql 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 (origin VARCHAR, versions VARCHAR) ### Question: Tell me the origin for mi-2 ### Answer: SELECT origi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE club (clubid VARCHAR, clubname VARCHAR); CREATE TABLE student (stuid VARCHAR, age VARCHAR); CREATE TABLE member_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_21821014_1 (inactive VARCHAR, institution VARCHAR) ### Question: What does the inactive state for University ...
Below is an context that describes a sql 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 (date VARCHAR, label VARCHAR, region VARCHAR) ### Question: What's the Date for the Label of Bertelsm...
Below is an context that describes a sql 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, venue VARCHAR) ### Question: What dates were the matches at windy hill? ### 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 genres (name VARCHAR) ### Question: List all different genre types. ### Answer: SELECT DISTINCT name FROM genres
Below is an context that describes a sql 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 (runner_up VARCHAR, season INTEGER) ### Question: Who was the runner up before 2007? ### Answer: SELE...