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_7 (runners_up VARCHAR, club VARCHAR) ### Question: Who were the runners-up for the FC Viktoria Plzeň 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_76 (date VARCHAR, goal VARCHAR) ### Question: On what date did Goal 24 take place? ### Answer: SELECT da...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1571238_2 (third_place VARCHAR, team VARCHAR) ### Question: When the team is Toronto how many times did they ...
Below is an context that describes a sql 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 (music VARCHAR, points_jury VARCHAR) ### Question: Which Music has a Points Jury of 18 (5,5,4,4)? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (crowd INTEGER, venue VARCHAR) ### Question: At Junction Oval, what is the sum of the crowd? ### 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_1140073_2 (fastest_lap VARCHAR, pole_position VARCHAR) ### Question: Who had the fastest lap in the race wher...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_6 (score VARCHAR, game VARCHAR, record VARCHAR) ### Question: What score has a game greater than 29, wit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341604_10 (candidates VARCHAR, incumbent VARCHAR) ### Question: who is the the candidates with incumbent bei...
Below is an context that describes a sql 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 (type VARCHAR, vessel VARCHAR) ### Question: What is the type for a vessel of lublin class? ### 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_64 (lane INTEGER, mark VARCHAR, heat VARCHAR) ### Question: What is the total Lane with a Mark of 47.02,...
Below is an context that describes a sql 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 (method VARCHAR, location VARCHAR, event VARCHAR) ### Question: What is Method, when Location is "Tok...
Below is an context that describes a sql 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 (failures INTEGER, orbital_regime VARCHAR, launches VARCHAR) ### Question: What is the total failures...
Below is an context that describes a sql 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 (bats VARCHAR, surname VARCHAR) ### Question: Which batter has the last name Graham? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_62 (money___$__ VARCHAR, player VARCHAR) ### Question: How much money does player horton smith 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 Teachers (address_id VARCHAR); CREATE TABLE Students (address_id VARCHAR); CREATE TABLE Addresses (line_1 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_26 (year VARCHAR, position VARCHAR, venue VARCHAR) ### Question: what is the year that the position 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_1901751_1 (original_broadway_performer VARCHAR, character VARCHAR) ### Question: Who is the original broadway...
Below is an context that describes a sql 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 (team VARCHAR, best VARCHAR) ### Question: Which team has a 1:10.998 best? ### Answer: SELECT team 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_name_71 (attendance INTEGER, date VARCHAR) ### Question: What is the lowest attendance total on August 26? ##...
Below is an context that describes a sql 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 (team VARCHAR, date VARCHAR) ### Question: Who was the opposing team for the February 1 game? ### 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_76 (season VARCHAR, opponent VARCHAR) ### Question: What is Season, when Opponent is source: . last upda...
Below is an context that describes a sql 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 (series VARCHAR, site VARCHAR, sport VARCHAR) ### Question: Which Series has a Site of ames and a Spo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE checking (balance VARCHAR, custid VARCHAR); CREATE TABLE savings (balance VARCHAR, custid VARCHAR); CREATE TABLE ac...
Below is an context that describes a sql 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 (bronze VARCHAR, total INTEGER) ### Question: What is the total number of bronzes that is less than 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_27671835_3 (members_added VARCHAR, conference VARCHAR) ### Question: How many members were added at the nchc ...
Below is an context that describes a sql 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 (verb_meaning VARCHAR, part_2 VARCHAR) ### Question: What is the verb meaning when part 2 is band? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE death (note VARCHAR) ### Question: What are the notes of the death events which has substring 'East'? ### 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_89 (capacity INTEGER, navigator VARCHAR) ### Question: What is the average capacity for the vehicle havi...
Below is an context that describes a sql 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 (byes INTEGER, against VARCHAR, wins VARCHAR) ### Question: How many Byes have Against of 1076 and Wi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16186152_1 (percentage VARCHAR, state_delegate VARCHAR) ### Question: What's the percentage when the state 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_name_51 (gdp_2012_millions_of_euro VARCHAR, population_in_millions VARCHAR, gdp__nominal__per_capita_2012_eur...
Below is an context that describes a sql 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 VARCHAR, laps VARCHAR, manufacturer VARCHAR, rider VARCHAR) ### Question: How many grids have a ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_69 (goals VARCHAR, club_apps VARCHAR) ### Question: How many goals did the player with 229 club apps hav...
Below is an context that describes a sql 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 (programming VARCHAR, video VARCHAR) ### Question: Which Programming has a Video of audio only? ### 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_46 (date VARCHAR, surface VARCHAR, tournament VARCHAR) ### Question: When has a Surface of hard, a Tourn...
Below is an context that describes a sql 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 (grid VARCHAR, team VARCHAR) ### Question: What grid did the team racing professionals race on? ### 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_14 (tenure VARCHAR, lineage VARCHAR) ### Question: What's the tenure of 3rd son of tadatsune? ### 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 student (lname VARCHAR, stuid VARCHAR); CREATE TABLE has_pet (stuid VARCHAR, petid VARCHAR); CREATE TABLE pets (pet...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13836704_9 (airport VARCHAR, rank VARCHAR) ### Question: how many airport with rank being 4 ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (draws VARCHAR, wins VARCHAR, goal_difference VARCHAR) ### Question: How many draws when there are fe...
Below is an context that describes a sql 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 (total_fertility_rate VARCHAR, deaths INTEGER) ### Question: What was the total fertility rate 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_92 (round VARCHAR, club_team VARCHAR) ### Question: Which Round has a Club team of brandon wheat kings (...
Below is an context that describes a sql 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 (class VARCHAR, year_s__withdrawn VARCHAR, manufacturer VARCHAR, year_made 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_17634290_7 (p VARCHAR, type VARCHAR) ### Question: What is listed in p when the type is listed as free agent ...
Below is an context that describes a sql 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 (runner_up VARCHAR, prize VARCHAR) ### Question: What is 3rd Place, when Runner-Up is "Simon Ehne", 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_55 (fiscal_year INTEGER, headquarters VARCHAR, employees VARCHAR) ### Question: What is the average Fisc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25352324_5 (points VARCHAR, player VARCHAR) ### Question: How many values for points have Sophia Witherspoon ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12303563_2 (winners INTEGER) ### Question: how many maximum winners ### Answer: SELECT MAX(winners) FROM tabl...
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR, tie_no VARCHAR, attendance VARCHAR) ### Question: Which Away 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_216776_2 (municipal_mayor VARCHAR, area__km²_ VARCHAR) ### Question: How many different municipal mayors were...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: What was the record on the date of december 1, 1968? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11622840_1 (location VARCHAR, score VARCHAR) ### Question: What is the state that hosted a tournament with 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_88 (part_1 VARCHAR, part_4 VARCHAR) ### Question: When is Part 1, when Part 4 is on February 10, 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_12962773_12 (player VARCHAR, height VARCHAR) ### Question: WHat is the number for the player whose height 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_17323092_6 (high_points VARCHAR, date VARCHAR) ### Question: What is the total number of high points on Janua...
Below is an context that describes a sql 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 (year INTEGER, issue_price VARCHAR) ### Question: What was the year that had an issue price of $1,295...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17360840_6 (score VARCHAR, date VARCHAR) ### Question: What was the score of the game on December 11? ### Ans...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (giro_di_lombardia VARCHAR, paris_roubaix VARCHAR) ### Question: Which Giro di Lombardia has a Paris–...
Below is an context that describes a sql 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 (international_freight VARCHAR, change VARCHAR, international_mail VARCHAR) ### Question: How much 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 Addresses (country VARCHAR, address_id VARCHAR); CREATE TABLE Customers (customer_address_id VARCHAR, first_name VA...
Below is an context that describes a sql 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 (george_h_w_bush VARCHAR, result VARCHAR) ### Question: What percent of respondents had no opinion 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_8 (city_of_license VARCHAR, frequency_mhz INTEGER) ### Question: What is City of License, when 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_28 (source VARCHAR, date VARCHAR) ### Question: Which source has a date of June 2008? ### 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_58 (pick INTEGER, name VARCHAR) ### Question: What is the highest pick of ron whaley? ### 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_35 (program VARCHAR, duration__years_ VARCHAR) ### Question: Which program has 3.5 years? ### 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_24 (rider VARCHAR, laps VARCHAR, time VARCHAR) ### Question: Which rider went 18 laps ending +25.165 beh...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: What was the result of the 2011 US Open when the 2007 was F? ### 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_2850912_7 (position VARCHAR, nhl_team VARCHAR) ### Question: What is the postion when the nhl team is los ang...
Below is an context that describes a sql 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 (wins INTEGER, byes INTEGER) ### Question: What is the lowest wins with less than 2 Byes? ### 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 (country VARCHAR, player VARCHAR) ### Question: What country is Larry Mize from? ### Answer: SELECT 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_95 (hdtv VARCHAR, television_service VARCHAR) ### Question: What is HDTV, when Television service is car...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (club_career VARCHAR, league_goals VARCHAR, league_apps VARCHAR, position VARCHAR, total_goals VARCHA...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (type VARCHAR, turbines VARCHAR, location VARCHAR) ### Question: What is the type of turbine having 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_81 (home_team VARCHAR, venue VARCHAR) ### Question: What is the home team score that played at windy hil...
Below is an context that describes a sql 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 (date VARCHAR, game VARCHAR) ### Question: What is the date of game 66? ### Answer: SELECT date FROM ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (race_4 VARCHAR, driver VARCHAR) ### Question: What's the value for race 4 for driver kevin heffernan...
Below is an context that describes a sql 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 (home_team VARCHAR) ### Question: What is the home teamscore for Richmond? ### Answer: SELECT home_te...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1802760_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: Where was the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668243_19 (party VARCHAR, incumbent VARCHAR) ### Question: What is the party of Joseph Vance? ### 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_69 (name VARCHAR, year VARCHAR, home_town VARCHAR) ### Question: What is the Name of the Junior from Fay...
Below is an context that describes a sql 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 (club VARCHAR, try_bonus VARCHAR) ### Question: What club has a Try Bonus of 8? ### Answer: SELECT cl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2192067_4 (district VARCHAR, vacator VARCHAR) ### Question: what is the district where the vacator is vacant?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (time VARCHAR, opponent VARCHAR) ### Question: What was the time when Shinya Aoki was the opponent? #...
Below is an context that describes a sql 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 (time VARCHAR, rider VARCHAR) ### Question: What is the time for tony myres? ### Answer: SELECT time ...
Below is an context that describes a sql 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 (fcc_info VARCHAR, city_of_license VARCHAR) ### Question: What is the FCC info for the city of Tribun...
Below is an context that describes a sql 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 (game_site VARCHAR, opponent VARCHAR) ### Question: What's the Game SIte with an Opponent of San Dieg...
Below is an context that describes a sql 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 (draws INTEGER, result VARCHAR, losses VARCHAR) ### Question: What is the smallest Draws with a Resul...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15162479_8 (eviction_result VARCHAR, eviction_no VARCHAR, vote_to_save VARCHAR) ### Question: How many evicti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27383390_4 (manner_of_departure VARCHAR, incoming_head_coach VARCHAR) ### Question: What is the manner of dep...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (imperfect_stem VARCHAR, future_stem VARCHAR) ### Question: What is the imperfect stem for the word 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_2979789_1 (fa_cup_apps INTEGER, league_apps VARCHAR) ### Question: Name the most fa cup apps for league apps ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29261823_10 (team VARCHAR, opponent VARCHAR) ### Question: what was the name of the team opponent to elfsborg...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14834801_1 (mandate VARCHAR, list_pct VARCHAR) ### Question: Name the mandate for list pct 12.39% ### 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_29 (loss VARCHAR, record VARCHAR) ### Question: What was the loss of the game with a record of 84-71? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2679061_10 (nationality VARCHAR, player VARCHAR) ### Question: What is Reine Karlsson's nationality? ### 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 artist (country VARCHAR) ### Question: How many artists are from Bangladesh? ### Answer: SELECT COUNT(*) FROM artis...
Below is an context that describes a sql 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 (against INTEGER, drawn VARCHAR, played VARCHAR) ### Question: what is the average Against has Drawn ...
Below is an context that describes a sql 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 (car__number INTEGER, driver VARCHAR, pos VARCHAR) ### Question: Which Car # has a Driver of ryan new...
Below is an context that describes a sql 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 (lms_spr VARCHAR, car_no VARCHAR) ### Question: Which is the LMS SPR when the car number was 15? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (seats INTEGER, votes VARCHAR) ### Question: Which highest number of Seats has votes of 244,867? ### ...