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_20760802_1 (played VARCHAR, lost VARCHAR, drawn VARCHAR) ### Question: What is the total of played where lost...
Below is an context that describes a sql 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 (player VARCHAR, college_junior_club_team__league_ VARCHAR) ### Question: What is Player, when Colleg...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_97 (result VARCHAR, match VARCHAR) ### Question: What was the result of match 25? ### Answer: SELECT res...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342270_3 (result VARCHAR, district VARCHAR) ### Question: what are all the result with district being alabam...
Below is an context that describes a sql 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 (points INTEGER, games VARCHAR, name VARCHAR) ### Question: What is the lowest value for Points, when...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE stadium (country VARCHAR) ### Question: Find the country that has the most stadiums. ### Answer: SELECT country 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_22815568_3 (market_income_per_capita VARCHAR, status VARCHAR, unemployment_rate VARCHAR) ### Question: 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_87 (Id VARCHAR) ### Question: What is the 1990 value with a 24 in 1995? ### Answer: SELECT 1990 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_47 (competition VARCHAR, venue VARCHAR) ### Question: What competition took place in Berlin, 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 table_17111812_1 (fourth VARCHAR, sixth VARCHAR) ### Question: Who was in 4th when in 6th is Air Traffic? ### 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_82 (attendance INTEGER, result VARCHAR, week VARCHAR) ### Question: What is the lowest attendance 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_36 (date VARCHAR, tournament VARCHAR, surface VARCHAR, round VARCHAR) ### Question: Name the date for gr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17319931_1 (driver VARCHAR, time_retired VARCHAR, points VARCHAR) ### Question: How many drivers where there ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (birth VARCHAR, ceased_to_be_queen VARCHAR) ### Question: What is the birth date of the woman who cea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2241101_1 (team VARCHAR, average_speed__mph_ VARCHAR) ### Question: What team had average speed of 107.063 mp...
Below is an context that describes a sql 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 (ngc_number INTEGER, object_type VARCHAR, right_ascension___j2000__ VARCHAR) ### Question: Which NGC ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11734041_11 (player VARCHAR, height_in_ft VARCHAR) ### Question: Which player had a height of 6-0? ### 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_67 (conference_joined VARCHAR, location VARCHAR, mascot VARCHAR) ### Question: Can you tell me the Confe...
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR) ### Question: Who was the opponent on August 30? ### 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_74 (year VARCHAR, regular_season VARCHAR) ### Question: What year did the Nashville Metros have the Regu...
Below is an context that describes a sql 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 (round VARCHAR, position VARCHAR) ### Question: What is the total number of Round, when Position is 2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (date VARCHAR, source VARCHAR, murray VARCHAR) ### Question: What is the date of the poll where Murray...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11891841_2 (type VARCHAR, country VARCHAR) ### Question: What is the type where the country is esp? ### 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_38 (platforms VARCHAR, brigade VARCHAR, hazmat VARCHAR, type VARCHAR) ### Question: Which Platforms have...
Below is an context that describes a sql 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 (socket VARCHAR, frequency VARCHAR, release_date VARCHAR) ### Question: Which Socket 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_name_67 (club VARCHAR, date_of_appointment VARCHAR) ### Question: Name the club with date of appointment of 1...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_51 (winner VARCHAR, rally_leader VARCHAR, name VARCHAR) ### Question: Name the winner with rally leader ...
Below is an context that describes a sql 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 (set_1 VARCHAR, score VARCHAR, set_3 VARCHAR) ### Question: What is the Set 1 with a Score of 3–0, 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 airlines (country VARCHAR) ### Question: How many airlines does Russia has? ### Answer: SELECT COUNT(*) FROM airlin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1555308_1 (condition VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR) ### Question: In which conditi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1805191_34 (party VARCHAR, first_elected VARCHAR) ### Question: Which party was elected first in 1998? ### 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_52 (height INTEGER, player VARCHAR) ### Question: What is stephen arigbabu's height? ### 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_1590652_4 (margin_of_victory VARCHAR, date VARCHAR) ### Question: Name th margin of victory when date is 10 j...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_261895_1 (type VARCHAR, nickname VARCHAR) ### Question: how many categories fall under the category of briton...
Below is an context that describes a sql 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 (against INTEGER, lost INTEGER) ### Question: Which average against has a lost less than 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 election (Committee VARCHAR, Party VARCHAR); CREATE TABLE party (Party_ID VARCHAR, Party VARCHAR) ### Question: Whi...
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR) ### Question: In the tie where Southampton was the away 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_15026994_2 (episode VARCHAR, viewing_figure VARCHAR) ### Question: What are all episodes with a viewing figur...
Below is an context that describes a sql 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 (score_in_the_final VARCHAR, surface VARCHAR, date VARCHAR) ### Question: Which final score had a sur...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (report VARCHAR, winning_driver VARCHAR) ### Question: Name the Report which has heinrich-joachim von...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_134729_3 (target_city__market VARCHAR, city_of_license VARCHAR) ### Question: What market is Wessington Sprin...
Below is an context that describes a sql 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 (objectnumber VARCHAR, location VARCHAR, wheels VARCHAR) ### Question: What is the Object Number 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_20098479_1 (production_code INTEGER) ### Question: What is the lowest production code ### 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_77 (result VARCHAR, date VARCHAR) ### Question: What was the Result on November 9, 1958? ### 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_11 (play_by_play VARCHAR, color_commentator_s_ VARCHAR, year VARCHAR) ### Question: What was the Play-by...
Below is an context that describes a sql 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 (game INTEGER, record VARCHAR) ### Question: Which game had a record of 45-16? ### Answer: SELECT AVG...
Below is an context that describes a sql 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 (laps VARCHAR, grid VARCHAR, time_retired VARCHAR) ### Question: How many laps for a grid larger 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_32 (opposition VARCHAR, team VARCHAR) ### Question: Who is the opponent when the team is Cork? ### 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_73 (status VARCHAR, style VARCHAR) ### Question: what's the status in the style of ballet/ gymnastics? #...
Below is an context that describes a sql 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 (team_nickname VARCHAR, joined_tschl INTEGER) ### Question: what is the team nickname that joined tsc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (year VARCHAR, role VARCHAR, title VARCHAR) ### Question: What is the Year, when Role is "himself", 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_34 (county VARCHAR, irish_name VARCHAR) ### Question: Irish name of an dún (contae an dúin) has what cou...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What is the value for 2007 when 2008 is Q1? ### Answer: SELECT 2007 FROM 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_56 (prize VARCHAR, season VARCHAR) ### Question: What is Prize, when Season is "2"? ### Answer: SELECT 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_26609958_1 (groundwater_discharge__million_m_3__ INTEGER, hydrographic_basin VARCHAR) ### Question: When caba...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22514845_2 (reporters VARCHAR, year VARCHAR) ### Question: Name the reporters for 2003 ### Answer: SELECT rep...
Below is an context that describes a sql 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 (population INTEGER, _percentage_lds VARCHAR, total_congregations VARCHAR) ### Question: What is the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (area__km_2__ INTEGER, code VARCHAR, population VARCHAR) ### Question: What is the average area for 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_35 (all_time INTEGER, first_title VARCHAR, amateur_era VARCHAR) ### Question: What is the lowest All-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_77 (season VARCHAR, points VARCHAR, podiums VARCHAR, races VARCHAR) ### Question: Which Season has 0 Pod...
Below is an context that describes a sql 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 (to_par VARCHAR, place VARCHAR) ### Question: Which To par has a Place in 8? ### Answer: SELECT to_pa...
Below is an context that describes a sql 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 (place VARCHAR, player VARCHAR) ### Question: what is the place for bryce molder? ### 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 products (product_type_code VARCHAR, product_price INTEGER) ### Question: What are the highest and lowest prices 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_49 (population INTEGER, type VARCHAR, region VARCHAR) ### Question: How many people have a vl type in 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_79 (quantity INTEGER, class_to_1928 VARCHAR) ### Question: What is the smallest quantity having a Class ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21716139_1 (train_name VARCHAR, category VARCHAR, frequency VARCHAR) ### Question: What trains have a categor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1140076_2 (report VARCHAR, race VARCHAR) ### Question: What is the report listed for the race in San Marino 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 Ref_template_types (template_type_code VARCHAR, template_type_description VARCHAR) ### Question: What is the templa...
Below is an context that describes a sql 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 (_number_of_bids INTEGER, win__percentage VARCHAR, conference VARCHAR) ### Question: How many bids wer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25375093_1 (podiums INTEGER, position VARCHAR) ### Question: Name the least podiums for 9th position ### 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_99 (money___$__ VARCHAR, player VARCHAR) ### Question: what is the money ($) for player justin leonard? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_24 (games VARCHAR, event VARCHAR, medal VARCHAR) ### Question: During which games did Tunisia win gold 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_12451376_1 (writer_s_ VARCHAR, director VARCHAR) ### Question: Who wrote the episode when the director was de...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15861776_1 (no_in_series VARCHAR, tv_broadcast VARCHAR) ### Question: What episode in the series is TV broadc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668254_22 (incumbent VARCHAR, candidates VARCHAR) ### Question: Who was the incumbent when the candidate 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_4 (tickets_sold___available VARCHAR, gross_revenue__2011_ VARCHAR) ### Question: How many tickets were 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_10650711_1 (position VARCHAR, player VARCHAR) ### Question: what's the position where player is anthony blay...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR) ### Question: What is title of episode 06-02-407? ### 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_99 (scored INTEGER, draws VARCHAR, position VARCHAR, wins VARCHAR) ### Question: What is the highest poi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (venue VARCHAR, home_team VARCHAR) ### Question: Where was the game played where the home team was Co...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15162503_1 (result VARCHAR, viewers_selection VARCHAR) ### Question: What was the final result when the viewe...
Below is an context that describes a sql 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 (game INTEGER, november VARCHAR, record VARCHAR) ### Question: When the record is listed as 2-0-0, 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_18069789_1 (year_ VARCHAR, e_ VARCHAR, director VARCHAR) ### Question: when was otar iosseliani's film select...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (round INTEGER, time VARCHAR) ### Question: What the round with the time 1:15? ### Answer: SELECT AVG...
Below is an context that describes a 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_5 (population__2002_ INTEGER, urban_settlement VARCHAR) ### Question: Name the population for 2002 be...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Ref_Service_Types (Service_Type_Description VARCHAR, Service_Type_Code VARCHAR); CREATE TABLE Services (Service_Typ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18047346_4 (iata_code VARCHAR, passengers VARCHAR) ### Question: If the passengers are 15,505,566, what 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 services (Id VARCHAR) ### Question: How many services are there? ### Answer: SELECT COUNT(*) FROM services
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12193259_1 (mens_singles VARCHAR, season VARCHAR) ### Question: Name the mens singles for 1944/1945 ### 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 broadcast (program_id VARCHAR, Time_of_day VARCHAR); CREATE TABLE program (owner VARCHAR, program_id VARCHAR) ### Q...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21076286_2 (broadcast_network VARCHAR, broadcast_scope VARCHAR) ### Question: Name the broadcast network 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 airports (country VARCHAR) ### Question: How many airports are there per country? Order the countries by decreasing...
Below is an context that describes a sql 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 (type VARCHAR, distance VARCHAR, course VARCHAR) ### Question: What type is the sorrento to sapri cou...
Below is an context that describes a sql 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 (site VARCHAR, cost___us$__ VARCHAR, editor VARCHAR) ### Question: Which site has a Cost free and a E...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29436059_1 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What is the original air date 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 (round INTEGER, pick INTEGER) ### Question: Which Round has a Pick smaller than 6? ### 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_23829490_1 (media_type VARCHAR, genre VARCHAR) ### Question: What is every media type for the World genre? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, name VARCHAR) ### Question: How many Area's are there for Armstrong? ### 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_36 (score VARCHAR, odds VARCHAR, date VARCHAR) ### Question: What was the score for a game with the odds...
Below is an context that describes a sql 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 (team VARCHAR, pos VARCHAR) ### Question: Which team is in 14th position? ### Answer: SELECT team FRO...