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_2 (score VARCHAR, record VARCHAR) ### Question: What is the Score of the game with a Record of 5–4–3? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16090262_1 (originalairdate VARCHAR, tv_broadcast VARCHAR) ### Question: When was the show originally aired 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_55 (wins INTEGER, points VARCHAR, rank VARCHAR) ### Question: What is the lowest wins with points larger...
Below is an context that describes a sql 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 (score VARCHAR, player VARCHAR, to_par VARCHAR, place VARCHAR) ### Question: What is Score, when To 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_75 (division_north VARCHAR, division_southwest VARCHAR, division_west VARCHAR) ### Question: Who won Div...
Below is an context that describes a 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 (name_of_film VARCHAR, language VARCHAR) ### Question: How many films were in hindi? ### 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_11562143_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ### Question: What date got 9.82 million...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_187239_1 (minor_sponsors VARCHAR, kit_manufacturer VARCHAR, period VARCHAR) ### Question: When 2011 is the pe...
Below is an context that describes a sql 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 (bronze INTEGER, gold VARCHAR, total VARCHAR, nation VARCHAR) ### Question: What lowest bronze has 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_16799784_7 (diameter__km_ VARCHAR, longitude VARCHAR) ### Question: what is the diameter (km) of longitude 17...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27704187_11 (game INTEGER, date VARCHAR) ### Question: What game number was played on april 8? ### 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 mountain (Country VARCHAR, Height INTEGER) ### Question: What are the countries of mountains with height bigger tha...
Below is an context that describes a sql 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 (player VARCHAR, years_at_club VARCHAR, goals VARCHAR, debut_year VARCHAR) ### Question: Which Player...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21584646_10 (runner_up VARCHAR, champion VARCHAR) ### Question: Who is the runner up for the champion of john...
Below is an context that describes a sql 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 (record VARCHAR, game VARCHAR) ### Question: What is Record, when Game is "24"? ### 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_22457674_1 (master_recording VARCHAR, artist VARCHAR) ### Question: Name the number of master recording for d...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_44 (years VARCHAR, player VARCHAR) ### Question: What years did Alvin Mitchell play? ### 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_91 (crowd INTEGER, home_team VARCHAR) ### Question: What is the smallest crowd when collingwood is home ...
Below is an context that describes 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_colors (color_description VARCHAR, color_code VARCHAR); CREATE TABLE products (color_code 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_12454156_1 (losing_hand VARCHAR, winning_hand VARCHAR) ### Question: What was the losing hand where the winni...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342149_6 (incumbent VARCHAR, first_elected VARCHAR) ### Question: Who was the first elected incumbent in 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_54 (record VARCHAR, date VARCHAR) ### Question: What is the Record for April 22? ### Answer: SELECT reco...
Below is an context that describes a sql 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 (losses VARCHAR, byes VARCHAR, wins VARCHAR, golden_rivers VARCHAR) ### Question: How many losses did...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19925114_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) ### Question: How many different numbers 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_25 (score VARCHAR, away_team VARCHAR) ### Question: What was the score for the away team of Brentford? #...
Below is an context that describes a sql 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 (novelty VARCHAR, authors VARCHAR) ### Question: What is the Novelty of the dinosaur, whose naming Au...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (born_died VARCHAR, name VARCHAR) ### Question: What is the Born-Died dates of Xhafer Bej Ypi? ### 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_78 (displacement VARCHAR, model VARCHAR) ### Question: What displacement has a model of 2000? ### 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_21 (player VARCHAR, school VARCHAR, division VARCHAR, team VARCHAR) ### Question: What Player is from 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_24099916_1 (model__list_ VARCHAR, tdp VARCHAR) ### Question: What's the model of the processor with a 5.5 w 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_54 (round INTEGER, player VARCHAR) ### Question: What round was Ken Irvin drafted? ### Answer: SELECT MA...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (finish INTEGER, year VARCHAR, start VARCHAR, engine VARCHAR) ### Question: What was the finish assoc...
Below is an context that describes a sql 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 (college_junior_club_team VARCHAR, nationality VARCHAR) ### Question: What was the College/junior/clu...
Below is an context that describes a sql 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 (series VARCHAR, release_date VARCHAR) ### Question: What is the Series of the Filmography with Releas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (result VARCHAR, venue VARCHAR) ### Question: What was the result of the game played in Venue 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_5 (Id VARCHAR) ### Question: What shows for 2009 when the 2012 is 1R? ### Answer: SELECT 2009 FROM table...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Draft_Copies (document_id VARCHAR, copy_number VARCHAR) ### Question: Which document has the most draft copies? Lis...
Below is an context that describes a sql 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 (location_attendance VARCHAR, game VARCHAR) ### Question: How many people attended game 42? ### 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_69 (nominating_festival VARCHAR, film VARCHAR) ### Question: What Nominating festival was party of the 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_87 (earnings___ INTEGER, wins VARCHAR, rank VARCHAR) ### Question: What's the smallest amount of earning...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (visitor VARCHAR, home VARCHAR) ### Question: what team was the visitor in the chicago game ### 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_30047613_12 (high_rebounds VARCHAR, date VARCHAR) ### Question: in april 13 who made the high rebounds ### 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_35 (fcc_info VARCHAR, erp_w VARCHAR, call_sign VARCHAR) ### Question: Which FCC info has a ERP W smaller...
Below is an context that describes a sql 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 (constructor VARCHAR, chassis VARCHAR, driver VARCHAR) ### Question: Who constructed the car that Der...
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR) ### Question: What was the home team that played Collingwood? ...
Below is an context that describes a sql 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 (bronze INTEGER, silver VARCHAR, rank VARCHAR) ### Question: WHAT COUNTRY HAS THE HIGHEST BRONZE COUN...
Below is an context that describes a 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 (open_cup VARCHAR, year VARCHAR) ### Question: During 2003 what was open cup qualifying status? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12369913_1 (result VARCHAR, original_title VARCHAR) ### Question: How many results are there with the origina...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE furniture (name VARCHAR, Num_of_Component VARCHAR, market_rate VARCHAR) ### Question: Find the name and component 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_43 (crowd INTEGER, venue VARCHAR) ### Question: How many people were in attendance at Glenferrie Oval? #...
Below is an context that describes a sql 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 (position VARCHAR, college VARCHAR) ### Question: What position is drafted from Grambling? ### 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 Player (player_name VARCHAR, player_api_id VARCHAR); CREATE TABLE Player_Attributes (overall_rating INTEGER); CREAT...
Below is an context that describes a sql 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 (player VARCHAR, school_country VARCHAR) ### Question: Which player went to Gonzaga? ### 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_22347090_6 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode that has a produ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_86 (artist VARCHAR, label VARCHAR, standard_number VARCHAR) ### Question: Which Artist has the Label 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 Properties (property_type_code VARCHAR); CREATE TABLE Ref_Property_Types (property_type_description VARCHAR, proper...
Below is an context that describes a sql 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 (race VARCHAR, jockey VARCHAR) ### Question: Which Race that Jockey of d. nikolic is in? ### 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_33 (pole_positions INTEGER, percentage VARCHAR) ### Question: What's the average pole position for the d...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE country (SurfaceArea INTEGER, Region VARCHAR) ### Question: What is the total surface area of the countries in 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_21501511_1 (song_choice VARCHAR, week__number VARCHAR) ### Question: What was Lambert's song choice in the to...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1858574_3 (yacht VARCHAR, sail_number VARCHAR) ### Question: On what yacht was the sail number aus70? ### 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_82 (attendance INTEGER, away_team VARCHAR) ### Question: What is the average attendance when the Forest ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1013129_3 (pick VARCHAR, college_junior_club_team VARCHAR) ### Question: What's the pick number of the player...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13625792_1 (total__number INTEGER, county VARCHAR) ### Question: How many votes were cast in Wayne county? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23916539_3 (record VARCHAR, location VARCHAR) ### Question: What is the record if the location is Clarke Stad...
Below is an context that describes a sql 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 (country VARCHAR, money___$__ VARCHAR, score VARCHAR) ### Question: What Country has a Player with 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_72 (set_3 VARCHAR, total VARCHAR) ### Question: What is the Set 3 when the Total was 62 - 75? ### 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_75 (isbn VARCHAR, series VARCHAR, title VARCHAR) ### Question: What is the ISBN of the Conan the Barbari...
Below is an context that describes a sql 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 (country VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: Where was the film about the g...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (tournament VARCHAR, runner_up VARCHAR) ### Question: What tournament was Thomas Enqvist runner up? #...
Below is an context that describes a sql 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 (std_rank INTEGER, name VARCHAR, year VARCHAR) ### Question: How much Standard Rank has a Name of 311...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (goals_conceded__gc_ INTEGER, draw__pe_ VARCHAR, goals_scored__gf_ VARCHAR) ### Question: Goals Conce...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR) ### Question: what's the points with driver  mark martin ### 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_43 (hometown VARCHAR, college VARCHAR) ### Question: What is the hometown for a college in Wisconsin? ##...
Below is an context that describes a sql 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 (name VARCHAR, type VARCHAR) ### Question: What bridge is a pratt pony through truss tyoe bridge? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1160304_2 (date_of_exit VARCHAR, chart VARCHAR) ### Question: What is the exit date for the Dutch Albums Top ...
Below is an context that describes a sql 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 (elevator VARCHAR, cardinalatial_title VARCHAR) ### Question: What is listed for the Elevator, that 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_67 (wins VARCHAR, top_25 VARCHAR, events VARCHAR) ### Question: Name the total number of wins with top-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_55 (Id VARCHAR) ### Question: What is the 2004 value with A in 2005, A in 2008, and lq in 2009? ### 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_21 (date VARCHAR, rockets_score VARCHAR, game VARCHAR) ### Question: Which Date has a Rockets score of 9...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24496403_1 (launched VARCHAR, disposition VARCHAR) ### Question: When was the stokers' training ship launched...
Below is an context that describes a sql 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 (uk_chart VARCHAR, artist VARCHAR) ### Question: Where did Scott Fitzgerald rank on the UK charts? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_60 (location__numbersites__global_local_ VARCHAR, as_number VARCHAR) ### Question: Which location has 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_2562113_1 (location VARCHAR, nickname VARCHAR) ### Question: What is the location of the institution nickname...
Below is an context that describes a sql 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 (overall INTEGER, player VARCHAR, round VARCHAR) ### Question: What is the lowest Overall, when Playe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27277284_27 (tdp VARCHAR, order_part_number VARCHAR) ### Question: How many thermal design power levels does ...
Below is an context that describes a sql 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 (company_name VARCHAR, accreditation_level VARCHAR, accreditation_status VARCHAR) ### Question: What ...
Below is an context that describes a sql 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 (injured VARCHAR, country VARCHAR) ### Question: What is Injured, when Country is "Afghanistan"? ### ...
Below is an context that describes a sql 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 (rank VARCHAR, notes VARCHAR, time VARCHAR) ### Question: Which Rank has Notes of fb, and a Time of 5...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (water__sqmi_ INTEGER, county VARCHAR, longitude VARCHAR) ### Question: What was the lowest water(sqm...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1015521_2 (us_air_force_equivalent VARCHAR, commonwealth_equivalent VARCHAR) ### Question: If you are a pilot...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25711913_8 (touchdowns INTEGER, position VARCHAR) ### Question: How many touchdowns did the fullback 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_34 (fall_09 INTEGER, fall_05 INTEGER) ### Question: What is the mean Fall 09 number where fall 05 is les...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18662026_1 (horizontal_bar VARCHAR, rings VARCHAR) ### Question: If the rings is 58.975, what is the number f...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_67 (total INTEGER, nation VARCHAR, gold VARCHAR) ### Question: What is the average total medals Egypt, w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2374338_2 (population INTEGER) ### Question: What is the largest value of population? ### Answer: SELECT MAX(...
Below is an context that describes a sql 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 (attendance INTEGER, date VARCHAR, week VARCHAR) ### Question: What is the highest attendance for Dec...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, language VARCHAR) ### Question: If the language is Spanish, 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 table_name_18 (hometown_school VARCHAR, team VARCHAR, player VARCHAR) ### Question: What was the home town of Bob 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_9 (current_club VARCHAR, player VARCHAR) ### Question: What is the club for Sam Magri? ### Answer: SELEC...