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_47 (surface VARCHAR, score_in_the_final VARCHAR) ### Question: On what surface was the score in the fina...
Below is an context that describes a sql 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 (round VARCHAR, nationality VARCHAR, player VARCHAR) ### Question: What is the round of Jimmy Drolet ...
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR) ### Question: Which home team plays at victoria park? ### 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_66 (player VARCHAR, score VARCHAR) ### Question: what player scored 69-72-68=209? ### 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_44 (crowd INTEGER, home_team VARCHAR) ### Question: What was the lowest attendance when Fitzroy was the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (circuit VARCHAR, team VARCHAR) ### Question: What circuit has volvo cars australia as the 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_42 (laps INTEGER, rider VARCHAR) ### Question: What is the average of laps ridden by Toni Elias? ### 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_22871239_5 (high_rebounds VARCHAR, _number VARCHAR) ### Question: How many high rebound catagories are listed...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What is 2008, when 2006 is "1R"? ### Answer: SELECT 2008 FROM table_name_7...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_87 (week_3_sept_14 VARCHAR, week_6_oct_5 VARCHAR) ### Question: Which Week 3 Sept 14 has a Week 6 Oct 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_40 (socket VARCHAR, turbo VARCHAR) ### Question: What is the socked when the turbo is 8/8/10/11? ### 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_8 (college VARCHAR, team VARCHAR) ### Question: Which college did the player who went to the Boston Patr...
Below is an context that describes a sql 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 (grid INTEGER, constructor VARCHAR, driver VARCHAR) ### Question: Tell me the sum of the grid with al...
Below is an context that describes a sql 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 (rank VARCHAR, year VARCHAR) ### Question: What was the rank in 1955? ### Answer: SELECT rank FROM ta...
Below is an context that describes a sql 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 (decile VARCHAR, authority VARCHAR, name VARCHAR) ### Question: How many deciles have an Authority of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (roll VARCHAR, decile VARCHAR, authority VARCHAR, name VARCHAR) ### Question: Name 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 Sportsinfo (gamesplayed INTEGER) ### Question: How many games are played for all students? ### Answer: SELECT SUM(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_63 (position INTEGER, wins VARCHAR, goals_against VARCHAR, points VARCHAR) ### Question: Which lowest 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 station (long INTEGER, id VARCHAR, station_id VARCHAR, bikes_available INTEGER); CREATE TABLE status (long INTEGER,...
Below is an context that describes a sql 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 (uni_number VARCHAR, bats VARCHAR, surname VARCHAR) ### Question: What's the Uni# of Timms, who has 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_80 (name VARCHAR, longitude VARCHAR, latitude VARCHAR) ### Question: Tell me the name for longitude 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_11 (manufacturer VARCHAR, time VARCHAR) ### Question: Which manufacturer has a time of +10.142? ### Answ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (country VARCHAR, tv_network_s_ VARCHAR) ### Question: Which country is the Nova TV network 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_98 (builder VARCHAR, kanji VARCHAR) ### Question: Which builder has the the kanji of 曙? ### 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_4 (week VARCHAR, date VARCHAR) ### Question: Week that has a Date of december 5, 1959 had what week? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (railway VARCHAR, class VARCHAR, year VARCHAR) ### Question: Which railway has a class of 250 and yea...
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR) ### Question: If fitzroy was the home team what date did they play?...
Below is an context that describes a sql 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 (game INTEGER, time VARCHAR) ### Question: What is the highest game number that had a time of 2: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 table_name_22 (player VARCHAR, score VARCHAR) ### Question: Which Player has a Score of 67-72-71-75=285? ### 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 (result VARCHAR, attendance VARCHAR) ### Question: What was the result of the game that was attended ...
Below is an context that describes a sql 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 (chassis VARCHAR, points VARCHAR) ### Question: What chassis had 39 points? ### Answer: SELECT chassis...
Below is an context that describes a sql 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 (score INTEGER, player VARCHAR) ### Question: What is the score of Tommy Bolt ### Answer: SELECT MIN...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (game_title VARCHAR, metacritic VARCHAR, year_released VARCHAR) ### Question: What game was 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_44 (record VARCHAR, date VARCHAR) ### Question: What was the home team's record on September 30? ### Ans...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (tournament VARCHAR) ### Question: What is the 2006 when the 2013 is 2r, and a Tournament was the us ...
Below is an context that describes a sql 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 (crowd VARCHAR, away_team VARCHAR) ### Question: What is the crowd for away team of north melbourne? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12146068_2 (gt1_winning_team VARCHAR, gt2_winning_team VARCHAR) ### Question: Name the gt1 winning team 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_18 (gold INTEGER, total VARCHAR, bronze VARCHAR) ### Question: What is the sum of the golds of the natio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1350350_2 (number_of_households VARCHAR, per_capita_income VARCHAR) ### Question: what's the number of househ...
Below is an context that describes a sql 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 (diameter__km_ INTEGER, latitude VARCHAR) ### Question: WHAT IS THE LOWEST DIAMETER FOR A LATITIDE OF...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_69 (carburetor VARCHAR, engine VARCHAR) ### Question: Tell me the carburetor for engine of 250-1v i-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_99 (points INTEGER, year INTEGER) ### Question: How many points total are there later than 2003? ### 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_91 (games VARCHAR, ast_avg VARCHAR, total_assists VARCHAR) ### Question: How many games for the player 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_17311759_9 (record VARCHAR, high_assists VARCHAR) ### Question: When mike bibby (8) had the highest amount of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (silver INTEGER, total INTEGER) ### Question: what is the average silver when the total is more than ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28059992_1 (cfl_team VARCHAR, pick__number VARCHAR) ### Question: What is every CFL team with pick#1? ### 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_18095719_2 (pole_position VARCHAR, round VARCHAR) ### Question: Who had pole position in round 7? ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (extranet VARCHAR, intranet VARCHAR, name VARCHAR) ### Question: If the intranet entry is Yes, what 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_83 (envelopment VARCHAR, family VARCHAR) ### Question: What is the envelopment for the rhabdoviridae fam...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10295819_1 (singles_w_l VARCHAR, player VARCHAR) ### Question: What is the Singles W-L for the players named ...
Below is an context that describes a sql 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 (record VARCHAR, score VARCHAR) ### Question: What record has the score 111-89? ### Answer: SELECT re...
Below is an context that describes a sql 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 (score VARCHAR, team VARCHAR) ### Question: What is Score, when Team is "Indiana"? ### 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_15 (result VARCHAR, home_away VARCHAR, date VARCHAR) ### Question: What is the result of the away game 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_name_5 (winning_score VARCHAR, tournament VARCHAR) ### Question: What was the winning score in the mazda seni...
Below is an context that describes a sql 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 (player VARCHAR, to_par VARCHAR, year_s__won VARCHAR) ### Question: Who won in 1979 with +8 to par? #...
Below is an context that describes a sql 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 (goals INTEGER, league VARCHAR, season VARCHAR) ### Question: Which Major League Soccer team for the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10753917_1 (podiums VARCHAR, team VARCHAR) ### Question: Which podiums did the alfa romeo team 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_name_84 (date VARCHAR, surface VARCHAR, location VARCHAR) ### Question: Name the date for clay surface and lo...
Below is an context that describes a sql 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 (silver INTEGER, nation VARCHAR, total VARCHAR) ### Question: what is the silver when the nation is ja...
Below is an context that describes a sql 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 (city VARCHAR, lead VARCHAR) ### Question: Which City has a Lead of tyler forrest? ### 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_25200461_9 (population VARCHAR, city VARCHAR) ### Question: If the city is Santa Clara, what is the populatio...
Below is an context that describes a sql 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 (home_captain VARCHAR, result VARCHAR) ### Question: Who is the home captain that won AUS by 245 runs...
Below is an context that describes a sql 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 (winning_driver VARCHAR, fastest_lap VARCHAR, winning_team VARCHAR, round VARCHAR) ### Question: Who ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15352382_1 (against VARCHAR, difference VARCHAR) ### Question: How many under the category of Against have 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_92 (losses VARCHAR, pct VARCHAR, finish VARCHAR) ### Question: Which Losses have a Pct of .451 and Finis...
Below is an context that describes a sql 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 (mcintosh VARCHAR, paul_mccartney VARCHAR, whitten VARCHAR, stuart VARCHAR) ### Question: Which McInt...
Below is an context that describes a sql 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 (technology VARCHAR, toxic_materials VARCHAR, moving_parts VARCHAR) ### Question: What's the technolo...
Below is an context that describes a sql 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 (max_torque_at_rpm VARCHAR, engine_code_s_ VARCHAR) ### Question: What is the maximum torque at rpm 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_24222929_3 (live VARCHAR, share VARCHAR) ### Question: How many total viewers (combined Live and SD) watched ...
Below is an context that describes a sql 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 (city VARCHAR, winner VARCHAR) ### Question: What city was the event in when Patrik Antonius won? ###...
Below is an context that describes a sql 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 (release_date VARCHAR, location VARCHAR) ### Question: What is the US release date? ### 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_14752049_1 (rank INTEGER, country VARCHAR) ### Question: What rank is associated with Germany? ### 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 professor (dept_code VARCHAR); CREATE TABLE department (dept_code VARCHAR) ### Question: Find the number of profess...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE CAR_NAMES (Model VARCHAR, MakeId VARCHAR); CREATE TABLE CARS_DATA (Id VARCHAR, Cylinders VARCHAR, horsepower VARCHA...
Below is an context that describes a sql 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 (meg_whitman__r_ VARCHAR, margin_of_error VARCHAR) ### Question: What percentage of the vote with a m...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (lead_supporting_vocal VARCHAR, time VARCHAR) ### Question: Who was the lead supporting vocalist on 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_17 (date VARCHAR, record VARCHAR) ### Question: What is the Date of the Game with a Record of 46-22? ###...
Below is an context that describes a sql 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 (potential_prize_money VARCHAR, mole VARCHAR) ### Question: When the Mole was Petrina Edge, what 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_95 (opponent VARCHAR, round VARCHAR, event VARCHAR) ### Question: Who was the opponent during the UFC 90...
Below is an context that describes a sql 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 (district VARCHAR, party VARCHAR, elected VARCHAR) ### Question: In which District(s) has a Democrat ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27700375_11 (date VARCHAR, location_attendance VARCHAR) ### Question: Name the date for the palace of auburn ...
Below is an context that describes a sql 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 (shirt_sponsor VARCHAR, kit_manufacturer VARCHAR) ### Question: Which shirt sponser has Nike as a kit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23851574_2 (nationality_sponsors VARCHAR, mirror_type VARCHAR) ### Question: How many nationalities/sponsors ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26202847_6 (championship VARCHAR, score_in_the_final VARCHAR) ### Question: Where is the championship where 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_92 (trailers VARCHAR, motors VARCHAR) ### Question: I want the trailers for motors of 145 ### 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_27631002_1 (points VARCHAR, position VARCHAR) ### Question: How many entries are there for points for the 6th...
Below is an context that describes a sql 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 (score INTEGER, player VARCHAR) ### Question: what is the average score for søren kjeldsen? ### 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_1570003_2 (playoffs VARCHAR, year VARCHAR) ### Question: What was the playoff advancement during the year 199...
Below is an context that describes a sql 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 (visitor VARCHAR, decision VARCHAR, date VARCHAR) ### Question: On January 29, who had the decision 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_15059783_1 (combination_classification VARCHAR, points_classification VARCHAR, winner 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_30 (comments VARCHAR, model VARCHAR) ### Question: Which Comments has a Model of 18sq? ### 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 city (city VARCHAR, city_id VARCHAR); CREATE TABLE hosting_city (host_city VARCHAR); CREATE TABLE temperature (city...
Below is an context that describes a sql 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 (country VARCHAR, name VARCHAR) ### Question: WHAT IS THE COUNTRY WITH NAME OF KANU? ### 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_75 (method VARCHAR, opponent VARCHAR) ### Question: What was the method used when the opponent was Tyson...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26976615_3 (incoming_manager VARCHAR, date_of_appointment VARCHAR) ### Question: Who was the incoming manage...
Below is an context that describes a sql 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 (semi_finalist__number2 VARCHAR, year VARCHAR) ### Question: Who was the Semi-Finalist #2 in 2001? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23730973_5 (no INTEGER, rating VARCHAR) ### Question: What number episode had a rating of 4.7? ### 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_37 (week_14_nov_27 VARCHAR, week_13_nov_20 VARCHAR) ### Question: What was Week 14 when Week 13 was Nebr...
Below is an context that describes a sql 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 (result VARCHAR, game VARCHAR) ### Question: What was the result of Game 3 of this searson? ### 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_14871601_1 (losses INTEGER, team VARCHAR) ### Question: What is the largest loss for the Tacuary team? ### An...