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_2226817_2 (no_in_series VARCHAR, production_code VARCHAR) ### Question: How many number of series have a prod...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (game VARCHAR, home_team VARCHAR, date VARCHAR) ### Question: What is the Game number on April 12 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_26077092_7 (pick__number INTEGER, player VARCHAR) ### Question: What was the pick number for Andrew Quarless?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_245801_1 (flight_down VARCHAR, crew VARCHAR) ### Question: Name the flight down for vladimir vasyutin , alexa...
Below is an context that describes a sql 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 (year VARCHAR, region VARCHAR) ### Question: What year did Japan form a label? ### Answer: SELECT yea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_2 (date VARCHAR, set_3 VARCHAR) ### Question: When was set 3 of 18-25? ### Answer: SELECT date 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_16494599_4 (no INTEGER, years_for_grizzlies VARCHAR) ### Question: What number does the player who was with 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_26375386_22 (public VARCHAR, couple VARCHAR) ### Question: Name the public for mikey and melanie ### 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 (dept_code VARCHAR) ### Question: Find the number of students for each department. ### Answer: SELECT COUNT...
Below is an context that describes a sql 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 (position VARCHAR, nationality VARCHAR) ### Question: What is the position of the player from Sweden?...
Below is an context that describes a sql 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 (round INTEGER, position VARCHAR, pick__number VARCHAR) ### Question: What is the mean round 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_24 (total INTEGER, to_par VARCHAR) ### Question: What is the Total of the Player with a To par of –13? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE song (artist_name VARCHAR, rating VARCHAR); CREATE TABLE artist (artist_name VARCHAR, country VARCHAR) ### Question...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_3 (constructor VARCHAR, driver VARCHAR, chassis VARCHAR) ### Question: Tell me the constructor for alber...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (player_name VARCHAR, year VARCHAR, college VARCHAR) ### Question: What is the name of the player 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_275023_1 (formed_from VARCHAR, province VARCHAR) ### Question: What province was New Plymouth formed 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_94 (score VARCHAR, to_par VARCHAR, player VARCHAR) ### Question: Which Score has a To par of +1, and a 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_63 (field VARCHAR, date VARCHAR) ### Question: On which field was the game played on July 12? ### 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_97 (director VARCHAR, year VARCHAR, role VARCHAR) ### Question: Who directed the eula goodnight movie af...
Below is an context that describes a sql 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 (byte_string VARCHAR, max_memory__kwords_ VARCHAR, floating_point VARCHAR, memory_map VARCHAR, decima...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (ages VARCHAR, dance VARCHAR, pair VARCHAR) ### Question: How old were Mitchell & Jessica when they 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_11734041_1 (player VARCHAR, school_club_team_country VARCHAR) ### Question: What was the player name who came...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10875694_11 (publisher VARCHAR, product_no VARCHAR) ### Question: What publishers were involved with product ...
Below is an context that describes a sql 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 (torque VARCHAR, model VARCHAR) ### Question: Which Torque has a Model of s63 amg ('01)? ### 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_69 (points INTEGER, difference VARCHAR) ### Question: What is the largest points number where the differ...
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR) ### Question: On what date was the venue of Glenferrie Oval? ### 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_12283621_6 (serbian_league_east VARCHAR, serbian_league_belgrade VARCHAR) ### Question: What team was promote...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, gender VARCHAR) ### Question: Who was the female contest...
Below is an context that describes a sql 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 (rounds VARCHAR, team VARCHAR, drivers VARCHAR) ### Question: What rounds did RML Racing Silverline 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 people (Nationality VARCHAR) ### Question: What is the most common nationality of people? ### Answer: SELECT Nation...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (position VARCHAR, name VARCHAR) ### Question: Which Position has a Name of john taft? ### 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_17839_1 (current_stock VARCHAR, avg_trips_per_mile__×1000_ VARCHAR) ### Question: When 4744 is the avg. trips...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25691838_6 (the_wørd VARCHAR, episode__number VARCHAR) ### Question: What was the number of "The Word" segmen...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: What was the record on august 24? ### Answer: SELECT rec...
Below is an context that describes a sql 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 (wins INTEGER, teams VARCHAR, percent VARCHAR) ### Question: What is the average wins when teams is l...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1889619_5 (country_territory VARCHAR, story_no VARCHAR, missing_episodes_with_recovered_footage 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_42 (to_par VARCHAR, country VARCHAR, money___$__ VARCHAR) ### Question: How much To par has a Country 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_25926120_7 (cash_prize VARCHAR, name_of_film VARCHAR) ### Question: how many times is the name of film narmee...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (ccm_chart VARCHAR, total_wks VARCHAR) ### Question: What CCM Chart had 18 total weeks? ### 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_22 (rating VARCHAR, air_date VARCHAR, share VARCHAR) ### Question: What is the total number of Rating(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_5 (date VARCHAR, opponent VARCHAR) ### Question: What is the Date of the game against Christo Van Rensbu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_41 (venue VARCHAR, home_team VARCHAR) ### Question: Where did Hawthorn play as the home team? ### 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_31 (ngc_number INTEGER, object_type VARCHAR, right_ascension___j2000__ VARCHAR) ### Question: I want 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_98 (track INTEGER, production_credits VARCHAR) ### Question: What is the first track where the productio...
Below is an context that describes a sql 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 (adelaide VARCHAR, perth VARCHAR, sydney VARCHAR, melbourne VARCHAR) ### Question: Which Adelaide has...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (away_team VARCHAR, venue VARCHAR) ### Question: What away team played at western oval? ### 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_25547943_1 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who directed the episode that was written ...
Below is an context that describes a sql 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 (region INTEGER, name VARCHAR, code VARCHAR) ### Question: What is total population of Saint-Agapit (...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2266976_1 (miles__km_ VARCHAR, race_time VARCHAR) ### Question: How long in miles (km) was the race that last...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27504682_1 (original_air_date VARCHAR, written_by VARCHAR) ### Question: Name the air date for alex taub ### ...
Below is an context that describes a sql 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 (republican_ticket VARCHAR, socialist_ticket VARCHAR) ### Question: Who's the Republican ticket with ...
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR) ### Question: What date was the Home team fitzroy? ### 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_54 (heat VARCHAR, rank VARCHAR, result VARCHAR) ### Question: What is the Heat of the Player with a Rank...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_13 (record VARCHAR, event VARCHAR) ### Question: For the Cage Combat Fighting Championships: Mayhem, wha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (record VARCHAR, home VARCHAR) ### Question: What was the record when Minnesota was the home team? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (high_assists VARCHAR, game VARCHAR, date VARCHAR) ### Question: What were the assists on April 8 in ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_60 (position_in_table VARCHAR, outgoing_manager VARCHAR) ### Question: What is the position that has 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_23 (index VARCHAR, country VARCHAR, name VARCHAR) ### Question: What is the Index number of Chen Bangjun...
Below is an context that describes a sql 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 (away_team VARCHAR, ground VARCHAR, home_team VARCHAR) ### Question: What was the away team score whe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_142573_1 (clock_rate__mhz_ VARCHAR, bandwidth__mb_s_ VARCHAR) ### Question: Name the number of clock rate mhz...
Below is an context that describes a sql 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 (year INTEGER, rank INTEGER) ### Question: What is the lowest Year, when Rank is greater than 85? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (result VARCHAR, competition VARCHAR, date VARCHAR) ### Question: Which Result has a Competition of 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_name_6 (maltese VARCHAR, malay VARCHAR) ### Question: What is the Maltese word for the Malay word rabu? ### 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_27369069_4 (soccer_stadium VARCHAR, varsity_name VARCHAR) ### Question: What is the soccer stadium with the v...
Below is an context that describes a sql 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 (helium VARCHAR, argon VARCHAR) ### Question: which Helium has a Argon of −189.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_name_58 (nba_years_ VARCHAR, a_ VARCHAR, nationality VARCHAR, previous_team VARCHAR) ### Question: How many N...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28241890_2 (next_in_line VARCHAR, heir VARCHAR) ### Question: How many next in lines had heirs of Archduke Ka...
Below is an context that describes a 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_1 (height VARCHAR, position VARCHAR, year_born VARCHAR) ### Question: what's height with position 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 STUDENT (Fname VARCHAR, LName VARCHAR, StuID VARCHAR, sex VARCHAR); CREATE TABLE VOTING_RECORD (President_VOTE VARC...
Below is an context that describes a sql 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 (manufacturer VARCHAR, grid VARCHAR) ### Question: Who was the manufacturer for the race on grid 12? ...
Below is an context that describes a sql 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 (date VARCHAR, attendance VARCHAR) ### Question: Which date did 64,443 people attend a game? ### 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_41 (october VARCHAR, february VARCHAR, june VARCHAR, september VARCHAR, year 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_16799784_13 (name VARCHAR, latitude VARCHAR) ### Question: What feature is at latitude 23.9S? ### 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_2 (flight_day VARCHAR, artist VARCHAR) ### Question: On what flight day was U2 played? ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (overall INTEGER, school_club_team VARCHAR) ### Question: What is arizona state overall lowest? ### 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_61 (streak VARCHAR, date VARCHAR) ### Question: What was the streak on April 2? ### Answer: SELECT strea...
Below is an context that describes a sql 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 (year INTEGER, outcome VARCHAR) ### Question: What is the average Year, when Outcome is "Winner"? ###...
Below is an context that describes a sql 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 (website VARCHAR, language VARCHAR, frequency VARCHAR) ### Question: Which english website has a dail...
Below is an context that describes a sql 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 (week INTEGER, dance VARCHAR) ### Question: In what Week was the Locking Dance? ### 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_26375386_23 (rank INTEGER, vote_percentage VARCHAR) ### Question: What was the maximum rank for the vote perc...
Below is an context that describes a sql 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 (chief_judge VARCHAR, active_service VARCHAR) ### Question: Which Chief Judge has Active service 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_211615_2 (details VARCHAR, station VARCHAR) ### Question: Name the number of details for emlyn road ### 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_1 (cyl VARCHAR, engine VARCHAR) ### Question: Engine 2.3 16v has how many cylinders? ### 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_26 (wins INTEGER, matches VARCHAR, year VARCHAR) ### Question: What is the greatest Wins with Matches sm...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE staff (staff_name VARCHAR, staff_gender VARCHAR, staff_id VARCHAR); CREATE TABLE staff_department_assignments (staf...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (year VARCHAR, team VARCHAR) ### Question: How many years does Team wal-mart / tide participate? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (date VARCHAR, score VARCHAR, record VARCHAR) ### Question: When has Score of 4–5, and a Record of 21...
Below is an context that describes a sql 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 (location VARCHAR, opponent_team VARCHAR) ### Question: Where was the game when Police S.A. was the 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_1108394_24 (queens VARCHAR, richmond_ VARCHAR, staten_is VARCHAR) ### Question: What is the queens where rich...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_298883_5 (reverse VARCHAR, value VARCHAR) ### Question: What is on the reverse side of the ₩100 coin? ### 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_2847477_2 (english_name VARCHAR, pinyin VARCHAR) ### Question: What is the English name of gùshǐ xiàn? ### 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_10015132_11 (position VARCHAR, school_club_team VARCHAR) ### Question: What position does the player who play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_67 (record VARCHAR, home VARCHAR) ### Question: Which record was for Warriors at home? ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20704243_5 (directed_by VARCHAR, season__number VARCHAR) ### Question: Name who directed season 1 ### 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_8 (gold VARCHAR, bronze VARCHAR, total VARCHAR) ### Question: How many golds were there in a game 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_19418696_3 (interceptions INTEGER) ### Question: What is the highest number of interceptions? ### 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_32 (round VARCHAR, opposition VARCHAR, attendance VARCHAR) ### Question: What round was adelaide united ...
Below is an context that describes a sql 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 (week VARCHAR, date VARCHAR) ### Question: What was the week number when they played on Dec. 19? ### ...
Below is an context that describes a sql 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 (constructor VARCHAR, date VARCHAR) ### Question: Name the constructor for 10 august ### 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_23927423_4 (teams INTEGER, relegated_to_league VARCHAR) ### Question: How many teams participated (maximum) w...