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_97 (away VARCHAR, round VARCHAR, club VARCHAR) ### Question: What is NK Rijeka's away score in Round 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 (location VARCHAR, opponent VARCHAR) ### Question: what is the location when the opponent is aleksand...
Below is an context that describes a sql 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 (Leading VARCHAR, score VARCHAR) ### Question: Who was the Leading Scorer in the Game with a Score 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_84 (location VARCHAR, event VARCHAR) ### Question: What is the location when the event was November reig...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19753079_4 (result VARCHAR, first_elected VARCHAR) ### Question: Name the result for first elected being 1992...
Below is an context that describes a sql 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 (home VARCHAR, date VARCHAR) ### Question: Who was the home team on November 22? ### Answer: SELECT 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_45 (tsongas__d_ VARCHAR, date VARCHAR) ### Question: I want the tsongas of may 22, 2007 ### 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_56 (surface VARCHAR, finalist VARCHAR) ### Question: What was the surface for finalist Justine Henin? ##...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: Name the 2010 for 2008 of 1r and tournament of us open ### 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_58 (place INTEGER, losses VARCHAR, ties VARCHAR, points VARCHAR) ### Question: Name the sum of place 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 Circulation_History (Id VARCHAR); CREATE TABLE Employees (Id VARCHAR) ### Question: Which employee has showed up 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_79 (equipment VARCHAR, points VARCHAR, position VARCHAR) ### Question: What is Equipment, when Points 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_name_79 (bronze INTEGER, rank VARCHAR, silver VARCHAR) ### Question: What is the lest amount of bronzes that ...
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR) ### Question: Who was the opponent for the game played on September ...
Below is an context that describes a sql 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 (iata VARCHAR, airport VARCHAR) ### Question: What kind of IATA that has a Airport of berlin schönefe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342379_23 (district VARCHAR, candidates VARCHAR) ### Question: what's the district with candidates being joh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_45 (snatch INTEGER, total__kg_ VARCHAR, clean_ VARCHAR, _jerk VARCHAR) ### Question: WHAT IS THE SNATCH ...
Below is an context that describes a sql 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 (pages INTEGER, translated_title VARCHAR) ### Question: I want the sum of pages for thistle among ros...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (nation VARCHAR, silver VARCHAR, total VARCHAR, gold VARCHAR, rank VARCHAR) ### Question: Which natio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_68 (goals_against VARCHAR, played INTEGER) ### Question: What is the total number of goals scored agains...
Below is an context that describes a sql 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 (game INTEGER, opponent VARCHAR) ### Question: How many games total were played against @ Boston Brui...
Below is an context that describes a sql 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 (to_par VARCHAR, finish VARCHAR) ### Question: What is the To par of the player with a t14 Finish? ##...
Below is an context that describes a sql 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 (laps INTEGER, time_retired VARCHAR, driver VARCHAR) ### Question: how many laps have a time/retired ...
Below is an context that describes a sql 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 (elected VARCHAR) ### Question: Who is the second member that was elected in 1555? ### 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_19 (date_of_birth__age_ VARCHAR, player VARCHAR) ### Question: When was nese malifa born? ### 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_22875514_3 (assists INTEGER, points VARCHAR) ### Question: What is the most assists for points 129-3.9? ### 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_75 (tickets_available_since VARCHAR, venue VARCHAR, date VARCHAR) ### Question: How many tickets were av...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16493961_1 (driver VARCHAR, date VARCHAR, team VARCHAR) ### Question: Name the driver for june 23 and team 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_48 (medal VARCHAR, weight VARCHAR, boxer VARCHAR) ### Question: What medal did Michael Conlon, with a we...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What's the 1881 with 1961 in 1851? ### Answer: SELECT 1881 FROM table_name...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14245_3 (population__1931__in_1 VARCHAR, capital VARCHAR) ### Question: Name the population when the capital ...
Below is an context that describes a sql 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 (result VARCHAR, artist VARCHAR) ### Question: Name the result for linn nygård ### Answer: SELECT res...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (position VARCHAR, mls_team VARCHAR, pick__number VARCHAR) ### Question: What position does the Color...
Below is an context that describes a sql 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 (home VARCHAR, venue VARCHAR) ### Question: Who was the home team for the match at Stadion pod Vrmcem...
Below is an context that describes a sql 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 (record VARCHAR, game VARCHAR, score VARCHAR) ### Question: What was the record for less than 78 game...
Below is an context that describes a sql 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 (status VARCHAR, score VARCHAR) ### Question: Which status accompanies the score 21.5? ### 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_83 (away_team VARCHAR) ### Question: What was Richmond's score when it was the away team? ### 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_134729_3 (format VARCHAR, call_sign VARCHAR) ### Question: What station has the call number K213cl ### 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_23 (date VARCHAR, visitor VARCHAR) ### Question: What is the date of the game with Detroit as the visito...
Below is an context that describes a sql 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 (location VARCHAR, name VARCHAR) ### Question: What is the Location for the woodburn dragstrip? ### 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_16226584_1 (mi_from_kingston VARCHAR, length_feet VARCHAR) ### Question: When the railroad length is 362 feet...
Below is an context that describes a sql 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, gold VARCHAR) ### Question: What is the sum of silver medals of the 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_9 (set_3 VARCHAR, set_1 VARCHAR) ### Question: Which Set 3 has a Set 1 of 25–20? ### Answer: SELECT set_...
Below is an context that describes a sql 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 (wins INTEGER, player VARCHAR) ### Question: How many average wins does bruce fleisher have? ### 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_95 (club VARCHAR, league_division VARCHAR) ### Question: What club has a league/division of fourth divis...
Below is an context that describes a sql 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 (qual_2 VARCHAR, team VARCHAR, qual_1 VARCHAR) ### Question: What is the second qualifying time for 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_27 (res VARCHAR, opponent VARCHAR) ### Question: What was the result of the fight with Tony Halme? ### 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_65 (goal VARCHAR, competition VARCHAR, result VARCHAR) ### Question: What was Goal that where Competitio...
Below is an context that describes a sql 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 (match VARCHAR, team VARCHAR) ### Question: What is the Match for skra warszawa? ### Answer: SELECT 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_70 (college VARCHAR, overall VARCHAR, name VARCHAR) ### Question: What college has an overall less than ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_96 (against VARCHAR, points VARCHAR, drawn VARCHAR) ### Question: How many Againsts have Points larger 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_18 (type VARCHAR, in_service VARCHAR, vessel VARCHAR) ### Question: What type of ship is a Kobben class ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_79 (additional_notes VARCHAR, location VARCHAR) ### Question: What are the additional notes for Cotabato...
Below is an context that describes a sql 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 (total VARCHAR, set_3 VARCHAR, set_2 VARCHAR) ### Question: What is the Total when the Set 3 is 22–25...
Below is an context that describes a sql 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 (name VARCHAR, position VARCHAR) ### Question: for the position of rb what is the name? ### 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_62 (leading_scorer VARCHAR, date VARCHAR) ### Question: Who was the leading scorer on November 2, 2007? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_68 (game_site VARCHAR, date VARCHAR) ### Question: Date of september 25, 1983 is what game site? ### 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_98 (other_party VARCHAR, democratic VARCHAR) ### Question: Who was the other party nominee that ran agai...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25131572_2 (fox_int_channels_air_date VARCHAR, series__number VARCHAR) ### Question: How many times was episo...
Below is an context that describes a sql 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 (lead VARCHAR, left_bloc VARCHAR) ### Question: Name the lead with left bloc of 8.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_21 (sport VARCHAR, event VARCHAR) ### Question: Which Sport had an Event of men's 400 m hurdles? ### 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_72 (outcome VARCHAR, partner VARCHAR, date VARCHAR) ### Question: What was the outcome on 11 October 200...
Below is an context that describes a sql 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 (set_2 VARCHAR, set_1 VARCHAR, score VARCHAR) ### Question: Which Set 2 has a Set 1 of 25–15, and a 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 (region VARCHAR, year VARCHAR) ### Question: Which region had a year March 10, 1998? ### 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_6 (winning_team VARCHAR, circuit VARCHAR) ### Question: Who was the winning team at Zandvoort? ### 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 postseason (YEAR VARCHAR, ties VARCHAR) ### Question: How many games in 1885 postseason resulted in ties (that 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_11677100_17 (school VARCHAR, player VARCHAR) ### Question: How many schools did Bubba Starling attend? ### 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_53 (year INTEGER, lok_sabha VARCHAR) ### Question: What is the lowest Year, when Lok Sabha is "4th Lok 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_38 (kitmaker VARCHAR, team VARCHAR) ### Question: Who is the kitmaker for Fc Augsburg? ### 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_31 (position VARCHAR, pick INTEGER) ### Question: Which position has a pick greater than 28? ### 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_74 (result VARCHAR, date VARCHAR) ### Question: What was the score of the Chiefs November 27, 1994 game?...
Below is an context that describes a sql 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 (goal_difference INTEGER, position VARCHAR, played VARCHAR) ### Question: What is the lowest Goal Diff...
Below is an context that describes a sql 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 (termination_of_mission VARCHAR, presentation_of_credentials VARCHAR) ### Question: What is the termi...
Below is an context that describes a sql 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 (country VARCHAR, champion VARCHAR) ### Question: What country does jocelyne bourassa play for? ### 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_11793221_4 (commander VARCHAR, complement VARCHAR) ### Question: Name the commander of 167 off 2348 men ### 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_2 (joined VARCHAR, founded VARCHAR, current_conference VARCHAR) ### Question: What joined that was found...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1952065_4 (division_championships VARCHAR, teams_with_division_titles VARCHAR) ### Question: How many divisio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (constructor VARCHAR, driver VARCHAR, laps VARCHAR, grid VARCHAR) ### Question: Tell me constructor 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_7 (venue VARCHAR, result VARCHAR) ### Question: Where was the competition that took place that had a 5-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 Products (name VARCHAR, price VARCHAR) ### Question: Select the name and price of the cheapest product. ### 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_28365816_2 (tournament_venue__city_ VARCHAR, conference VARCHAR) ### Question: What tournament venue is liste...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27501030_7 (decision VARCHAR, opponent VARCHAR) ### Question: What is the decision when the opponents are atl...
Below is an context that describes a sql 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 (engine VARCHAR, team VARCHAR, drivers VARCHAR) ### Question: What engine does Chip Mead of Parts 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_1342233_42 (district VARCHAR, incumbent VARCHAR) ### Question: What district was Harold Earthman the incumben...
Below is an context that describes a sql 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 (winner VARCHAR, tournament VARCHAR) ### Question: What is the winners name at the western open? ### ...
Below is an context that describes a sql 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 (goals_conceded INTEGER, draw VARCHAR, played VARCHAR) ### Question: Name the Goals Conceded which 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_16864968_7 (score VARCHAR, opponent VARCHAR) ### Question: What was the final score when the Maple Leafs 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_96 (game VARCHAR, score VARCHAR, points VARCHAR) ### Question: How many Games have a Score of 5–4, and 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_98 (sspec_number VARCHAR, frequency VARCHAR) ### Question: What is sSpec Number, when Frequency is 1 GHZ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11622924_1 (purse__$__ VARCHAR, score VARCHAR) ### Question: How much was the prize in the tournament where 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_14006_1 (bleeding_time VARCHAR, condition VARCHAR) ### Question: what's the bleeding time with condition bein...
Below is an context that describes a sql 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 (population_1961 INTEGER, administrative_county VARCHAR, population_1891 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_20855452_4 (points VARCHAR, player VARCHAR) ### Question: How many points did shahar pe'er score? ### 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_99 (home_team VARCHAR, venue VARCHAR) ### Question: What was the home team score at VFL Park? ### 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_64 (celebrity VARCHAR, exited VARCHAR) ### Question: Who exited on Day 12? ### Answer: SELECT celebrity ...
Below is an context that describes a sql 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 (type VARCHAR, year VARCHAR, title VARCHAR) ### Question: What is the type earlier than 1968, and a 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_26 (result VARCHAR, week__number VARCHAR) ### Question: What was the result during the week # of top 8? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2803662_3 (type VARCHAR, town VARCHAR) ### Question: When stuttgart is the town what is the type? ### 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_1305623_20 (gold_medals INTEGER, ensemble VARCHAR) ### Question: What is the highest number of gold medals Na...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_96 (race VARCHAR, nation VARCHAR, time VARCHAR) ### Question: What is the name of the race in Kenya with...