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_10 (airport VARCHAR, icao VARCHAR) ### Question: What is the Airport with the ICAO fo KSEA? ### 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_1147701_4 (model_name VARCHAR, engine_code VARCHAR) ### Question: what's the model name with engine code bein...
Below is an context that describes a sql 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 (iata VARCHAR, country VARCHAR, airport VARCHAR) ### Question: What is the IATA for Ringway Airport 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_10748727_1 (points VARCHAR, series VARCHAR, team_name VARCHAR) ### Question: how much did the british formula...
Below is an context that describes a sql 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 (year_started INTEGER, current_car VARCHAR, number_of_cars VARCHAR) ### Question: Which Year started ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668243_22 (incumbent VARCHAR, district VARCHAR) ### Question: Who was the "incumbent" of district south caro...
Below is an context that describes a 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_7 (nationality VARCHAR, pick__number VARCHAR) ### Question: What nationality is pick # 89 ### 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_36 (finish VARCHAR, country VARCHAR) ### Question: What was the finish by the player from West Germany? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE products_booked (product_id VARCHAR) ### Question: What is the id of the product that is booked for 3 times? ### 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_80 (gold VARCHAR, nation VARCHAR) ### Question: How many total gold medals did Australia receive? ### 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_63 (location VARCHAR, type VARCHAR, date VARCHAR, year VARCHAR, president VARCHAR) ### Question: What is...
Below is an context that describes a sql 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 (jerseys VARCHAR, points VARCHAR, young_rider VARCHAR, country VARCHAR) ### Question: how many times ...
Below is an context that describes a sql 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 (language VARCHAR, network VARCHAR, genre VARCHAR, service VARCHAR) ### Question: What language is 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_16 (wednesday VARCHAR, sunday VARCHAR) ### Question: Which Wednesday has a Sunday of གཟའ་ཉི་མ།? ### 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_49 (result VARCHAR, year VARCHAR, episode VARCHAR) ### Question: What was the result of nomination for S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17598822_11 (challenge_cup INTEGER, player VARCHAR) ### Question: Name the most challenge cup for damon gray ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_175980_2 (viewers__in_millions_ VARCHAR, season VARCHAR) ### Question: What are all values for viewers for 1s...
Below is an context that describes a sql 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 (surface VARCHAR, partner VARCHAR) ### Question: What surface was used when she played with Remi Tezu...
Below is an context that describes a sql 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 (lost INTEGER, years VARCHAR, total_games VARCHAR) ### Question: How many losses had more than 122 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_17 (opponent VARCHAR, event VARCHAR) ### Question: What is Opponent, when Event is "ISCF - Southeast Cha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (cuts_made VARCHAR, events VARCHAR) ### Question: What is the total number of cuts made of tournament...
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR) ### Question: Tell me the score for 9 may 2001 ### Answer: SELECT score...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_16 (premiers VARCHAR, points VARCHAR, score VARCHAR) ### Question: What is the premier team that has 38 ...
Below is an context that describes a sql 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 (country VARCHAR, olympics VARCHAR, name VARCHAR) ### Question: Which country in the 2008 summer olym...
Below is an context that describes a sql 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 (rank_points VARCHAR, total VARCHAR, event VARCHAR, score_points VARCHAR) ### Question: Name the Rank...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27723228_3 (team VARCHAR, game VARCHAR) ### Question: What team did the Hornets play in game 4? ### 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_78 (year VARCHAR, total VARCHAR, competitors VARCHAR) ### Question: In what Year did Yugoslavia have 4 C...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2226817_12 (title VARCHAR, production_code VARCHAR) ### Question: what is the name of the episode if the prod...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_228439_4 (district VARCHAR, successor VARCHAR) ### Question: What district is Samuel A. Bridges ( D ) assigne...
Below is an context that describes a sql 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 (venue VARCHAR, position VARCHAR) ### Question: What is the venue of the race where Lineth Chepkurui ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE match_season (Name VARCHAR, Team_id VARCHAR, Team VARCHAR); CREATE TABLE team (Name VARCHAR, Team_id VARCHAR, 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_4 (competition VARCHAR, date VARCHAR) ### Question: What is the name of the competition that was held on...
Below is an context that describes a sql 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 (icao VARCHAR, airport VARCHAR) ### Question: What is the ICAO of Lohausen airport? ### 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_9 (crowd INTEGER, home_team VARCHAR) ### Question: What is the largest crowd for any game where Footscra...
Below is an context that describes 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_id VARCHAR, city VARCHAR); CREATE TABLE hosting_city (year VARCHAR, host_city VARCHAR) ### Question: Wha...
Below is an context that describes a sql 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 (city_of_license VARCHAR, frequency_mhz VARCHAR) ### Question: Which City of license has a Frequency ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14465871_1 (cmdexe___commandcom VARCHAR, unix_shell VARCHAR) ### Question: What are all values of CMD.EXE / C...
Below is an context that describes a sql 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 (place VARCHAR, player VARCHAR) ### Question: What place did bobby wadkins come in? ### 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_84 (fs VARCHAR, sp INTEGER, points VARCHAR, rank VARCHAR) ### Question: What is the highest SP+FS that 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_70 (year INTEGER, category VARCHAR) ### Question: What is the latest year for the distinguished performa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (wins VARCHAR, league VARCHAR) ### Question: What is the number of wins in the playoffs league? ### 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_8 (wins INTEGER, earnings__$__ INTEGER) ### Question: How many wins do the players that earned 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_name_31 (tournament VARCHAR) ### Question: What is the value in 2008 for the US Open? ### Answer: SELECT 2008...
Below is an context that describes a sql 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 (entrant VARCHAR, points VARCHAR, chassis VARCHAR, engine VARCHAR, year VARCHAR) ### Question: Which ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14395920_2 (winner VARCHAR, stage VARCHAR, points_classification VARCHAR, general_classification VARCHAR) ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (enrollment INTEGER, mascot VARCHAR) ### Question: What is the Enrollment where Cougars is a Mascot? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28081876_4 (title VARCHAR, production_code VARCHAR) ### Question: name 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_21676617_1 (year VARCHAR, odds_of_winner VARCHAR) ### Question: When were the odds of winner 16.66? ### 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_1868929_1 (fuel_gas VARCHAR, upper_index_mj__nm_3 VARCHAR) ### Question: Name the fuel gas for upper index mj...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22355_20 (silver INTEGER) ### Question: Who has the minimum number of silver? ### Answer: SELECT MIN(silver) ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (rank INTEGER, years VARCHAR) ### Question: What is the highest Rank 1960—? ### Answer: SELECT MAX(ra...
Below is an context that describes a sql 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 (lane VARCHAR, nationality VARCHAR, time VARCHAR) ### Question: What lane is from Great Britain and 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_86 (overall INTEGER, pick INTEGER) ### Question: What was the Overall number that is the lowest, and has...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_90 (_number___county VARCHAR, year_joined VARCHAR, location VARCHAR) ### Question: which # / county is c...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14308895_2 (new_pageant VARCHAR, country_territory VARCHAR) ### Question: which is the new pageant from spain...
Below is an context that describes a sql 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 (grid INTEGER, time VARCHAR, bike VARCHAR) ### Question: Which suzuki gsx-r1000 k7 has the highest tim...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (points VARCHAR, club VARCHAR) ### Question: How many points for the skater from club btsc? ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (tv_season VARCHAR, season VARCHAR, households__in_millions_ VARCHAR) ### Question: Which TV season 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_10 (points INTEGER, games VARCHAR, tied VARCHAR, goals_for VARCHAR) ### Question: What is the highest nu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_97 (pick__number VARCHAR, position VARCHAR, player VARCHAR) ### Question: What was the pick# for Lorenzo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10240125_1 (total_goals INTEGER) ### Question: What is the smallest number of Total Goals? ### 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_25926120_3 (awardee_s_ VARCHAR, name_of_award VARCHAR) ### Question: Who won best actress? ### 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_27715173_2 (game INTEGER) ### Question: What is the maximum basketball game? ### Answer: SELECT MAX(game) FRO...
Below is an context that describes a sql 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 (team_1 VARCHAR, team_2 VARCHAR) ### Question: What is the team 1 with a (g14)morolo team 2? ### 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_10015132_14 (no VARCHAR, player VARCHAR) ### Question: Which number was Patrick O'Bryant? ### 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_24466191_1 (poles INTEGER, series VARCHAR) ### Question: Name th most poles for macau grand prix ### 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_55 (team VARCHAR, winner VARCHAR) ### Question: What is the team of winner Dick Johnson? ### 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_88 (team VARCHAR, class VARCHAR, rank VARCHAR) ### Question: Which team has a class of 500cc and rank 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_37 (result VARCHAR, round VARCHAR) ### Question: What result is found for the round that has f? ### 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_66 (wins VARCHAR, draws VARCHAR, goals_against VARCHAR, goals_for VARCHAR) ### Question: How many Wins 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_52 (record VARCHAR, date VARCHAR) ### Question: What is the Record for the game held on December 2, 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_11256021_1 (founder VARCHAR, moderate VARCHAR) ### Question: what's the founder where moderate is ether ### ...
Below is an context that describes a sql 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 (competition VARCHAR, assist_pass VARCHAR, date VARCHAR) ### Question: Name the competition for steph...
Below is an context that describes a sql 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 (lane VARCHAR, time VARCHAR) ### Question: What is the lane number of the swimmer with a time of 55.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_76 (country VARCHAR, score VARCHAR) ### Question: Which country has a score of 70-71-72=213? ### 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_88 (attendance VARCHAR, score VARCHAR) ### Question: Which attendance has a Score of 3-5? ### 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_51 (surface VARCHAR, week VARCHAR) ### Question: what is the surface for the week of october 25? ### 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 user_profiles (name VARCHAR, email VARCHAR) ### Question: Find the names of users whose emails contain ‘superstar’ ...
Below is an context that describes a sql 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 (games VARCHAR, goals VARCHAR, rank VARCHAR) ### Question: How many games have 23 goals with a rank 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_71 (record VARCHAR, time VARCHAR) ### Question: What is the record at 3:00? ### Answer: SELECT record FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27462177_1 (no_in_series VARCHAR, written_by VARCHAR) ### Question: How many episodes did Eve Weston write? #...
Below is an context that describes a sql 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 (call_sign VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR) ### Question: Which call sign has a frequen...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE order_items (product_id VARCHAR, order_quantity INTEGER); CREATE TABLE products (product_details VARCHAR, product_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_1971074_1 (location VARCHAR, nickname VARCHAR) ### Question: Where is the school whose students are nicknamed...
Below is an context that describes a sql 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 (power__mw_ INTEGER, voltage__kv_ VARCHAR, country VARCHAR) ### Question: Which Power (MW) has a Volt...
Below is an context that describes a sql 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 (team_1 VARCHAR) ### Question: What's the score of the 1st leg when Water Corporation was Team 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_79 (perfect_stem VARCHAR, future_stem VARCHAR) ### Question: What is the perfect stem for the word that ...
Below is an context that describes a sql 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 (production_cost VARCHAR, producer VARCHAR) ### Question: What is the production cost when the produc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_25 (home_team VARCHAR, away_team VARCHAR, tie_no VARCHAR, date VARCHAR) ### Question: Which Home team ha...
Below is an context that describes a sql 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 (peak_lessons_taught INTEGER, evaluation_average__before_april_2009_ VARCHAR) ### Question: What is 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_7 (season VARCHAR, name VARCHAR) ### Question: Which season did Jovy Sese play? ### Answer: SELECT seaso...
Below is an context that describes a sql 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 (speed_rank VARCHAR, year VARCHAR) ### Question: What's the speed rank in 1963? ### Answer: SELECT sp...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, latitude VARCHAR) ### Question: what is the diameter (km) of feature of la...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2562572_33 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ### Question: What is the other name for 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_13 (students INTEGER, city VARCHAR, pupil_teacher_ratio VARCHAR) ### Question: What is the highest 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_29756040_1 (original_artist VARCHAR, order__number VARCHAR) ### Question: Which artists have order # 1? ### 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_25 (team_1 VARCHAR) ### Question: What was the 1st leg for a team 1 of Teteks? ### Answer: SELECT 1 AS 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 employees (employee_id VARCHAR, first_name VARCHAR, last_name VARCHAR, job_id VARCHAR, salary INTEGER) ### 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_1376890_2 (chroma_format VARCHAR, name VARCHAR) ### Question: what's the chroma format with name being high 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 Highschooler (grade VARCHAR) ### Question: Which grade has the most high schoolers? ### Answer: SELECT grade FROM H...