text
stringlengths
293
1.24k
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (surface VARCHAR, opponent VARCHAR) ### Question: What is Surface, when Opponent is "Jiří Vaněk"? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE HOST (Name VARCHAR, Host_ID VARCHAR); CREATE TABLE party_host (Name VARCHAR, Host_ID VARCHAR) ### Question: List 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_78 (total_deaths VARCHAR, total_casualties VARCHAR, israeli_and_or_foreigner_wounded VARCHAR, other_deat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12280396_1 (county VARCHAR, elevation__m_ VARCHAR) ### Question: What is the county with an elevation of 1262...
Below is an context that describes a sql 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 (title VARCHAR, production_code VARCHAR) ### Question: What is the title of the episode with producti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_3 (tournament VARCHAR, date VARCHAR) ### Question: What was the name of the tournament played on Jun 17,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (runner_s__up VARCHAR, winning_score VARCHAR) ### Question: During the championship where the winning...
Below is an context that describes a sql 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 (extra_laps VARCHAR, total_points VARCHAR) ### Question: What is the number of extra laps for 9 total...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22265225_1 (no_in_season VARCHAR, no_in_series VARCHAR) ### Question: How many episodes were listed as 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_21 (career_sr VARCHAR, tournament VARCHAR) ### Question: What is the career SR for the tournament of wim...
Below is an context that describes a sql 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 (artist VARCHAR, issue_price VARCHAR) ### Question: Which Artist has an Issue Price of $1,541.95? ###...
Below is an context that describes a sql 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 (points INTEGER, artist VARCHAR, draw VARCHAR) ### Question: How many points does catcat have with 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_30 (player VARCHAR, transfer_fee VARCHAR, pos VARCHAR) ### Question: Who had a transfer fee of released ...
Below is an context that describes a sql 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 (free_agent_class VARCHAR, pick INTEGER) ### Question: What was the free agent class, with a pick les...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25923164_1 (original_air_date VARCHAR, directed_by VARCHAR) ### Question: What was the original air date of 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_62 (high_rebounds VARCHAR, score VARCHAR) ### Question: Which High rebounds has a Score of w 81-69? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18173916_8 (wednesday VARCHAR, tuesday VARCHAR) ### Question: which episode was Transmitted on wednesday if 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 device (Carrier VARCHAR) ### Question: List the carriers of devices in ascending alphabetical order. ### 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_16 (max_power VARCHAR) ### Question: What is the 0–100km/h (62mph) when the max power is s diesel engine...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Highschooler (name VARCHAR, id VARCHAR); CREATE TABLE Friend (student_id VARCHAR, friend_id VARCHAR); CREATE TABLE ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE battle (name VARCHAR, RESULT VARCHAR, bulgarian_commander VARCHAR) ### Question: What are the name and results of 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_10707176_2 (pole_position VARCHAR, rnd VARCHAR) ### Question: Who was the pole position for the rnd equalling...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_4 (venue VARCHAR, opponents VARCHAR) ### Question: Where did v kent play? ### Answer: SELECT venue 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_8 (record VARCHAR, head_coach VARCHAR) ### Question: What was the record of the team with head coach Ste...
Below is an context that describes a sql 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 (institution VARCHAR, aided VARCHAR, total VARCHAR, government VARCHAR) ### Question: Which Instituti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12886178_4 (points VARCHAR, club VARCHAR) ### Question: How many points does Croesyceiliog RFC have? ### 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_256286_20 (no_votes INTEGER, _percentage_yes VARCHAR) ### Question: HOw many no votes were there when there 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_72 (score VARCHAR, date VARCHAR) ### Question: What was the final score for the game on May 1? ### 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_1140080_2 (race VARCHAR, constructor VARCHAR) ### Question: what's the race winner with constructor  renault ...
Below is an context that describes a sql 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 (iata VARCHAR, icao VARCHAR) ### Question: What is RJCM's IATA? ### Answer: SELECT iata FROM table_na...
Below is an context that describes a sql 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 (pos VARCHAR, height VARCHAR, date_of_birth VARCHAR) ### Question: What is Pos., when Height is "m (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_9 (pick__number VARCHAR, position VARCHAR, affiliation VARCHAR) ### Question: Tell me the total number 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_71 (winner VARCHAR, semi_finalists VARCHAR) ### Question: Which Winner has Semi-Finalists of £2,000? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2102714_1 (broadcast_date VARCHAR, run_time VARCHAR) ### Question: What date was an episode broadcasted on 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_3 (partner VARCHAR, outcome VARCHAR, opponents_in_the_final VARCHAR) ### Question: WHich Partner has a 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_1756264_2 (company_name VARCHAR, parent__holding__company VARCHAR) ### Question: How many companies have Post...
Below is an context that describes a sql 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 (opponent VARCHAR, loss VARCHAR) ### Question: Who was the opponent at the game with a loss of 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_2 (netflix VARCHAR, segment_d VARCHAR) ### Question: What is the Netflix number having a segment D, of 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_224672_2 (term_ended VARCHAR, term_began VARCHAR) ### Question: When did the term end that began December 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_13 (total INTEGER, rank VARCHAR, county VARCHAR, tally VARCHAR) ### Question: Which Total has a County 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_77 (rank VARCHAR, points VARCHAR, placings VARCHAR) ### Question: What is the Rank of the couple with le...
Below is an context that describes a sql 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 (career VARCHAR, giant_slalom VARCHAR, parallel VARCHAR, combined VARCHAR) ### Question: What Career 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_44 (matches INTEGER, points VARCHAR, results VARCHAR) ### Question: Points larger than 6, and a Results ...
Below is an context that describes a sql 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 (position VARCHAR, college VARCHAR) ### Question: What position did the player have who was from 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_18 (goals_for INTEGER, ties INTEGER) ### Question: What is the largest Goals For by a team that has more...
Below is an context that describes a sql 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 (city VARCHAR, venue VARCHAR) ### Question: What city is University Gym (Gold Mine) in? ### 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_85 (bronze INTEGER, total VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What is the average numbe...
Below is an context that describes a sql 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 (moving_from VARCHAR, ends INTEGER) ### Question: What is Moving From, when Ends is before 2011? ### ...
Below is an context that describes a sql 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 (fa_cup INTEGER, league VARCHAR, total VARCHAR, fa_trophy VARCHAR) ### Question: What is the average ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (score VARCHAR, leading_scorer VARCHAR) ### Question: What is the score of the game with Manu ginóbil...
Below is an context that describes a sql 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 (name VARCHAR, rank VARCHAR, placings VARCHAR) ### Question: Who has a rank great than 3 and a placin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1602620_1 (type VARCHAR, term_began VARCHAR) ### Question: What type had a beginning term of December 8, 1980...
Below is an context that describes a sql 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 (period VARCHAR, year VARCHAR) ### Question: What was the period for 1896? ### Answer: SELECT period ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29301050_1 (train_number VARCHAR, frequency VARCHAR, arrival_lonavla VARCHAR) ### Question: how many trains r...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (date VARCHAR, tv_time VARCHAR) ### Question: When has a TV Time of fox 12:00 pm cdt? ### 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_30108930_6 (cfl_team VARCHAR, pick__number VARCHAR) ### Question: Which CFL team got pick 34? ### 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_47 (frequency INTEGER, brand VARCHAR) ### Question: Name the sum of frequecy with brand of exa fm ### 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_42 (tournament VARCHAR, opponent_in_the_final VARCHAR) ### Question: Olga Blahotová was the opponent in ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (e_score INTEGER, total VARCHAR) ### Question: What was the sum of the E scores when the total score 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_18442691_2 (album VARCHAR, no VARCHAR) ### Question: When 35 is the number what is the album? ### 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 PersonFriend (friend VARCHAR, name VARCHAR); CREATE TABLE Person (name VARCHAR, job VARCHAR, gender 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 table_name_91 (airing_date VARCHAR, number_of_episodes VARCHAR, genre VARCHAR) ### Question: What is the airing dat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (lane VARCHAR, heat VARCHAR, nationality VARCHAR) ### Question: What is the Lane of the swimmer 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_7 (region VARCHAR, catalog VARCHAR) ### Question: Which region is identified as 38xa-3 in the catalog? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1046170_5 (playoffs VARCHAR, us_open_cup VARCHAR) ### Question: what are all the playoffs for u.s. open cup 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_53 (january VARCHAR, april VARCHAR) ### Question: Name the january when april is courtney rachel culkin ...
Below is an context that describes a sql 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 (week_13_nov_30 VARCHAR, week_11_nov_16 VARCHAR) ### Question: What is the week 13 Nov 30 standing wi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (premiere VARCHAR, the_biggest_loser VARCHAR) ### Question: What was the premiere date of the season ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10321805_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: How many original 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_27383390_4 (outgoing_head_coach VARCHAR, incoming_head_coach VARCHAR) ### Question: Who is the outgoing head ...
Below is an context that describes a sql 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 (lane VARCHAR, rank VARCHAR, name VARCHAR) ### Question: what is the number of lane with a rank more ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1939214_1 (year VARCHAR, league VARCHAR) ### Question: In what year did the team compete in the USISL Pro Lea...
Below is an context that describes a sql 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 VARCHAR, name VARCHAR) ### Question: What is Norikazu Murakami's total? ### Answer: SELECT tot...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19312274_2 (current INTEGER) ### Question: what is the least current ### Answer: SELECT MIN(current) 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_93 (week VARCHAR, attendance VARCHAR) ### Question: Which week had an attendance of 51,265? ### 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_69 (pages VARCHAR, date VARCHAR) ### Question: How many pages does the story from 1987-08 have? ### 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_25840200_1 (division VARCHAR, tv VARCHAR) ### Question: What division was on HBO PPV? ### Answer: SELECT divi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (role VARCHAR, year VARCHAR) ### Question: Tell me the role for 2005 ### Answer: SELECT role 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_58 (engine VARCHAR, rounds VARCHAR) ### Question: In rounds 7-13 what engine was featured? ### 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_96 (team VARCHAR, year VARCHAR, class VARCHAR) ### Question: Which Team has a Year smaller than 2007, 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_15 (number VARCHAR, builder VARCHAR, works_number VARCHAR) ### Question: With a works number of 40864 fo...
Below is an context that describes a sql 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 (launched VARCHAR, ship VARCHAR) ### Question: What launch has a Ship of fearless? ### 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_88 (actor_actress VARCHAR, tenure VARCHAR, character VARCHAR) ### Question: What Actor/Actress a Tenure ...
Below is an context that describes a sql 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 (draws VARCHAR, losses VARCHAR, against VARCHAR, club VARCHAR) ### Question: Mortlake club has 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_15637071_1 (fleet_size INTEGER, callsign VARCHAR) ### Question: What is the fleet size of the airline which 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_30 (away_team VARCHAR, home_team VARCHAR) ### Question: What was St Kilda's away team score? ### 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_65 (type VARCHAR, project VARCHAR, weight__kg_ VARCHAR) ### Question: Name the typ for project of igmdp ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_197638_6 (australian_open VARCHAR, player VARCHAR) ### Question: How many times did Roy Emerson win the Austr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (date VARCHAR, venue VARCHAR) ### Question: What date was the game played at Lake Oval? ### 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_6 (location_attendance VARCHAR, record VARCHAR) ### Question: What is the location and attendance 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_73 (title VARCHAR, date VARCHAR, artist VARCHAR) ### Question: Which title was created in 2001 by Mellow...
Below is an context that describes a sql 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 (site VARCHAR, superintendent VARCHAR) ### Question: What is the site when the superintendent was Joh...
Below is an context that describes a sql 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 (quarterfinals VARCHAR, rank VARCHAR) ### Question: What's the quarterfinals when the rank was bronze...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2365150_1 (open_cup VARCHAR, league VARCHAR, playoffs VARCHAR) ### Question: Name the open cup for usl pdl fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17798548_4 (date_released VARCHAR, season VARCHAR) ### Question: On how many dates was the complete 4th serie...
Below is an context that describes a sql 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 (engine_capacity INTEGER, mpg_us_urban VARCHAR, mpg_uk_urban__cold_ VARCHAR, mpg_uk_extra_urban 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_18077713_1 (year_to_april VARCHAR, earnings_per_share__¢_ VARCHAR) ### Question: When the earning per share 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_61 (order VARCHAR, elector VARCHAR) ### Question: What's the Order with an Elector of Marino Bulcani? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2933761_1 (gender VARCHAR, name VARCHAR) ### Question: What gender is Quentin? ### Answer: SELECT gender 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_79 (result VARCHAR, year VARCHAR) ### Question: What was the result in 1995? ### Answer: SELECT result F...