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_20683381_3 (electorate VARCHAR, for___percentage_ VARCHAR) ### Question: When 27,822 (72.3) is the percentage...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_90 (release_price___usd__ VARCHAR, release_date VARCHAR, part_number_s_ VARCHAR) ### Question: Which Rel...
Below is an context that describes a sql 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 (external_weapon VARCHAR, cart VARCHAR) ### Question: What is the external weapon with a ramhead cart...
Below is an context that describes a sql 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 (region VARCHAR, label VARCHAR) ### Question: Which region had a label of Central Station? ### 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 (visitor VARCHAR, series VARCHAR) ### Question: who is the Visitor that has a Series of series tied 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_95 (semifinalists VARCHAR, tournament VARCHAR) ### Question: who were the semifinalists for the tourname...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18821196_1 (weekly_schedule VARCHAR, country VARCHAR) ### Question: What is every weekly schedule in the 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_17429402_7 (years_of_participation VARCHAR, school VARCHAR) ### Question: What are the years of participation...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1984697_85 (principal VARCHAR, school VARCHAR) ### Question: Name the principal of Northfield Junior-Senior 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_18268930_1 (population_served INTEGER) ### Question: What's the minimal number of population served? ### 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_37 (years_for_grizzlies VARCHAR, school_club_team VARCHAR) ### Question: What are the years when the gri...
Below is an context that describes a sql 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 (result VARCHAR, director VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: What's the 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_name_22 (game VARCHAR, opponent VARCHAR) ### Question: Which Game has an Opponent of phoenix suns? ### 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_40 (country VARCHAR, score INTEGER) ### Question: What is the country of the player with a score less 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_14496232_2 (tour VARCHAR, mens_singles VARCHAR, womens_doubles VARCHAR) ### Question: Name the tour when mens...
Below is an context that describes a sql 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 (attendance VARCHAR, week VARCHAR, opponent VARCHAR) ### Question: What's the total attendance of gam...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27378582_1 (current_womens_lacrosse_conference VARCHAR, enrollment VARCHAR) ### Question: Name the current wo...
Below is an context that describes a sql 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 (home_team VARCHAR, round VARCHAR, away_team VARCHAR) ### Question: What is the name of 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_15 (result VARCHAR, attendance VARCHAR) ### Question: What was the result of the game that had 56,500 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_35 (branding VARCHAR, callsign VARCHAR) ### Question: What is the brand of DXRE? ### Answer: SELECT bran...
Below is an context that describes a sql 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 (result VARCHAR, week VARCHAR) ### Question: What was week 3 score? ### Answer: SELECT result FROM ta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26108103_2 (year INTEGER) ### Question: What was the earliest year? ### Answer: SELECT MIN(year) FROM table_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_54 (reason_for_change VARCHAR, state__class_ VARCHAR) ### Question: Which Reason has a State (class) 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 VISITS (Tourist_Attraction_ID VARCHAR, Tourist_ID VARCHAR); CREATE TABLE VISITORS (Tourist_Details VARCHAR, Tourist...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16185956_1 (status VARCHAR, results VARCHAR) ### Question: What is the status of the district where the 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_28946565_2 (couple VARCHAR, week_2 VARCHAR) ### Question: Which couple had a week 2 score of exactly 23? ### ...
Below is an context that describes a sql 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 (region VARCHAR, venue VARCHAR) ### Question: What region is William R. Johnson Coliseum in? ### 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_1 (points INTEGER, opponent VARCHAR, game VARCHAR) ### Question: What is the highest number of points ag...
Below is an context that describes a sql 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 (commissioned VARCHAR, nvr_page VARCHAR) ### Question: What is the Commissioned date of the ship in 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_name_17 (constellation VARCHAR, object_type VARCHAR, ngc_number VARCHAR) ### Question: What Constellation 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_13758945_1 (tries_for VARCHAR, points VARCHAR) ### Question: How many tries where points is 77? ### 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_56 (description VARCHAR, date VARCHAR) ### Question: Which description is dated 1962? ### 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_7 (silver INTEGER, nation VARCHAR) ### Question: What is the smallest silver from Vietnam? ### 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_17 (date VARCHAR, score VARCHAR, loss VARCHAR) ### Question: What date was the score 5-2 with a loss 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_17941032_1 (tries_for VARCHAR, tries_against VARCHAR) ### Question: When 60 is the tries against what is the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (record VARCHAR, home VARCHAR) ### Question: What is the team's record when they play nashville at ho...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1939367_1 (province VARCHAR, _percentage_2011 VARCHAR) ### Question: What is the province amount if the % 201...
Below is an context that describes a sql 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 (rank VARCHAR, actor_actress VARCHAR) ### Question: What rank did actor Aaron Pedersen's character ha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28190534_1 (chassis VARCHAR, driver VARCHAR) ### Question: Name the chassis for b. bira ### Answer: SELECT ch...
Below is an context that describes a sql 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 (team VARCHAR, player VARCHAR) ### Question: WHAT IS THE TEAM WITH DAVE COGGIN? ### Answer: SELECT 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_1999350_1 (playoffs VARCHAR, year VARCHAR) ### Question: What is the total number of playoffs held in exactly...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE PersonFriend (name VARCHAR, friend VARCHAR, YEAR INTEGER) ### Question: Find the name of persons who are friends 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_name_93 (tournament VARCHAR) ### Question: What is Tournament, when 2006 is "A", and when 2009 is "A"? ### 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_92 (fall_06 INTEGER, fall_05 VARCHAR, fall_08 VARCHAR, fall_07 VARCHAR) ### Question: What number is Fal...
Below is an context that describes a sql 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 (lead VARCHAR, date_s__conducted VARCHAR) ### Question: On 5 May 2011, what was the lead percentage? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26352332_4 (engine_family VARCHAR, displacement_s_ VARCHAR) ### Question: The displacement(s) 466 cubic inche...
Below is an context that describes a sql 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 (transfer_window VARCHAR, moving_from VARCHAR) ### Question: What was the transfer window with a movi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1745843_9 (part_3 VARCHAR, part_1 VARCHAR) ### Question: Name the part 3 for treffen ### Answer: SELECT part_...
Below is an context that describes a sql 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 (role VARCHAR, status VARCHAR) ### Question: What is Role, when Status is "2001 - 2003, 2005 - 2009"?...
Below is an context that describes a sql 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 (date VARCHAR, winning_driver VARCHAR, location VARCHAR) ### Question: On what date did Ayrton Senna ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29225103_2 (gm_winning_team VARCHAR, ep_winning_team VARCHAR) ### Question: Who the GM winning team when the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (award VARCHAR, result VARCHAR, organization VARCHAR) ### Question: Where Result is nominated and Org...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28697228_4 (player VARCHAR, total_offense VARCHAR) ### Question: What is the name of the player with total 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_42 (label VARCHAR, catalog VARCHAR) ### Question: What is the Label of the UICI-1069 Catalog? ### 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_48 (winner VARCHAR, home_team VARCHAR, year VARCHAR) ### Question: who is the winner when 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_4 (balls_faced INTEGER, average VARCHAR, runs_scored VARCHAR) ### Question: Which Balls Faced has a Aver...
Below is an context that describes a sql 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 (score INTEGER, place VARCHAR, player VARCHAR) ### Question: WHAT IS AVERAGE SCORE WITH T3 PLACE, FOR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (bodyweight INTEGER, snatch VARCHAR) ### Question: What is the total bodyweight of everyone that 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_86 (entered INTEGER, wrestler VARCHAR) ### Question: Shawn Michaels entered the elimination chamber in 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_51 (name VARCHAR, winning_constructor VARCHAR, circuit VARCHAR) ### Question: What is the name for the M...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (longitude VARCHAR, name VARCHAR) ### Question: What is Longitude, when Name is Raskova Paterae? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Financial_Transactions (transaction_type VARCHAR) ### Question: Show the number of transaction types. ### 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_26614365_5 (portuguese VARCHAR, english VARCHAR) ### Question: What is the Portuguese word for the English wo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1965650_9 (nationality VARCHAR, college_junior_club_team VARCHAR) ### Question: When michigan technological u...
Below is an context that describes a sql 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 (artist VARCHAR, year VARCHAR) ### Question: What artist was released in 2005? ### Answer: SELECT art...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22118197_1 (result VARCHAR, portuguese_title VARCHAR) ### Question: What was the result of the film with 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_1416612_1 (lowest_point VARCHAR, highest_point VARCHAR) ### Question: what's the lowest point with highest po...
Below is an context that describes a sql 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 (score VARCHAR, to_par VARCHAR, player VARCHAR) ### Question: With a To par of +4, what is Andy Bean'...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1745843_9 (verb_meaning VARCHAR, part_2 VARCHAR) ### Question: Name the verb meaning for half drosch ### Answ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (career_sr VARCHAR, tournament VARCHAR) ### Question: Madrid (Stuttgart) tournament with a 1996 of 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_70 (score VARCHAR, surface VARCHAR, rank VARCHAR) ### Question: What was the score of the match played o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (fs VARCHAR, sp INTEGER, name VARCHAR, rank VARCHAR) ### Question: What is the average SP+FS for Deni...
Below is an context that describes a sql 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 (pick__number VARCHAR, name VARCHAR) ### Question: What is Aundray Bruce's Pick #? ### 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_14 (opponent VARCHAR, record VARCHAR) ### Question: Which opponent led to a 6-3 record? ### 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_1672976_5 (winner VARCHAR, attendance VARCHAR) ### Question: Who was the winner when the total attendance was...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (record VARCHAR, date VARCHAR) ### Question: What is the record on November 18? ### 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_name_74 (agg VARCHAR) ### Question: For an aggregate of 1-3, what was the 2nd leg? ### Answer: SELECT 2 AS nd...
Below is an context that describes a sql 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 VARCHAR, listed VARCHAR) ### Question: What location was listed on 1977-09-15? ### 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_225102_4 (vacator VARCHAR, reason_for_change VARCHAR) ### Question: Name the vacator for died august 13, 1826...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2508633_6 (college VARCHAR, nfl_team VARCHAR) ### Question: Name the college for houston oilers ### 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_12113888_1 (built VARCHAR, name_as_rebuilt VARCHAR) ### Question: What was the built data for Knocklayd rebui...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23286158_7 (date VARCHAR, team VARCHAR) ### Question: When did the Portland Trail Blazers play against Clevel...
Below is an context that describes a sql 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 (date VARCHAR, group VARCHAR, venue VARCHAR) ### Question: What was the date for the G1 group race at...
Below is an context that describes a sql 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 (race_name VARCHAR, circuit VARCHAR) ### Question: What is the name of the race for which the circuit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23465864_3 (tues_25_aug VARCHAR, rank VARCHAR) ### Question: When 6 is the rank what is the time for Tuesday ...
Below is an context that describes a sql 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 (intergiro_classification VARCHAR, trofeo_fast_team VARCHAR) ### Question: Who held the Intergiro cla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16886076_1 (nickerie VARCHAR, marowijne VARCHAR) ### Question: Name the nickerie for marowijne being 4.7% ###...
Below is an context that describes a sql 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 (game INTEGER, time VARCHAR, attendance VARCHAR) ### Question: Which week was the first game played 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_15056103_1 (league VARCHAR, year VARCHAR) ### Question: What league were they in in 2009? ### 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_12 (place VARCHAR, score INTEGER) ### Question: WHich Places have a score smaller than 69? ### 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_14688744_2 (arrival VARCHAR, station_code VARCHAR) ### Question: what is the arrival time where station code ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11044765_1 (location VARCHAR, mascot VARCHAR) ### Question: What city and state are the miners located 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_59 (date VARCHAR, loss VARCHAR) ### Question: Name the date with loss of carman (3-12) ### 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_39 (result_f___a VARCHAR, group_position VARCHAR, opponents VARCHAR) ### Question: What was the final sc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE entrepreneur (Investor VARCHAR) ### Question: What are the investors of entrepreneurs and the corresponding number ...
Below is an context that describes a sql 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 (frequency VARCHAR, on_air_id VARCHAR) ### Question: Name the frequency with on-air ID of 1way fm ###...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: What was the record after the April 15 game? ### 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_86 (ngc_number VARCHAR, declination___j2000__ VARCHAR, constellation VARCHAR, object_type VARCHAR) ### Q...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22034853_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) ### Question: How many films are 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_49 (canadian_kennel_club_toy_dogs_group VARCHAR, australian_national_kennel_council_toy_dogs_group VARCH...