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_42 (silver VARCHAR, year VARCHAR) ### Question: How many silver medals were won in 1938? ### 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_51 (score VARCHAR, visitor VARCHAR) ### Question: What was the score when the visitor was pittsburgh? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (game_site VARCHAR, result VARCHAR) ### Question: Name the game site with result of w 20-14 ### 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_82 (away_team VARCHAR, venue VARCHAR) ### Question: Which Away team has a Venue of mcg? ### 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_37 (affiliation VARCHAR, founded VARCHAR, high_school VARCHAR) ### Question: What is the affiliation 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_39 (name VARCHAR, transfer_fee VARCHAR) ### Question: Who had a transfer fee of dkk 6m? ### 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_42 (home VARCHAR, visitor VARCHAR, series VARCHAR) ### Question: Which Home has a Visitor of ny rangers,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13026799_1 (championship VARCHAR, margin VARCHAR) ### Question: What championship had a margin of playoff 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_2293510_1 (region___nuts_2006_ VARCHAR, ppp__million_€_ VARCHAR) ### Question: Where is the PPP 23164 million...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (rank INTEGER, name VARCHAR) ### Question: What is the lowest rank that has paul biedermann as the 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_17304621_14 (upstream VARCHAR, price_tl VARCHAR) ### Question: What is the upstream speed that you get for 89...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25316812_1 (rate_limit__p_ VARCHAR, budget_plans__£m_ VARCHAR) ### Question: What is the rate limit when budg...
Below is an context that describes a sql 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 (second VARCHAR, lead VARCHAR) ### Question: Who is the second with a lead of Sarah Macintyre (jr) 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_65 (tournament_name VARCHAR, score VARCHAR) ### Question: What tournament had a score of 5–7, 6–4, 6–4? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_56 (caps INTEGER, position VARCHAR, date_of_birth__age_ VARCHAR) ### Question: What is the lowest 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_30 (featuring VARCHAR, doctor VARCHAR, series_sorted VARCHAR) ### Question: who is the featuring when th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_25 (race_1 VARCHAR, round VARCHAR) ### Question: What is the Race 1 result of Round 2? ### 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_16388047_1 (time VARCHAR, date VARCHAR) ### Question: Name the time for saturday 4 march 1995 ### 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_49 (sales__x1000_ VARCHAR, no_of_stores VARCHAR) ### Question: How much money did the country with 282 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_73 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR) ### Question: What is the Score when ...
Below is an context that describes a sql 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 (time VARCHAR, race VARCHAR) ### Question: What is the fastest time for the Kentucky Derby race? ### ...
Below is an context that describes a sql 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 (winning_driver VARCHAR, winning_car VARCHAR) ### Question: Which driver drove car Wolf WR3? ### 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 checking (balance INTEGER) ### Question: Find the average checking balance. ### Answer: SELECT AVG(balance) FROM 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_12379297_1 (coverage__transmitter_site_ VARCHAR, station_type VARCHAR, ch__number VARCHAR) ### Question: What...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (rank_number VARCHAR, opponent_number VARCHAR) ### Question: What was the rank # for opponent AT Bayl...
Below is an context that describes a sql 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 (share INTEGER, viewers__m_ VARCHAR, timeslot_rank VARCHAR) ### Question: What is the smallest share ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25016824_2 (vote VARCHAR, air_date VARCHAR) ### Question: How many entries are there for vote when the air da...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (team_number VARCHAR, player VARCHAR) ### Question: How many team numbers have john keane as the 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_59 (game VARCHAR, opponents INTEGER) ### Question: What game did the Buffalo Bills' opponents earn more ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_287159_1 (brightest_star VARCHAR, meaning VARCHAR) ### Question: What is the brightest star of the constellat...
Below is an context that describes a sql 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 (position VARCHAR, difference VARCHAR, against VARCHAR) ### Question: How many positions had a 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_3 (place VARCHAR, machine VARCHAR) ### Question: Where was the 249cc Yamaha? ### Answer: SELECT place FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19576091_1 (venue VARCHAR, date VARCHAR) ### Question: How many venues were there for the match on November 6...
Below is an context that describes a sql 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 (poles INTEGER, points VARCHAR, class VARCHAR, team VARCHAR) ### Question: How many Poles have a Clas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE phone_market (Phone_ID VARCHAR, Num_of_stock INTEGER); CREATE TABLE phone (Name VARCHAR, Phone_ID VARCHAR) ### Ques...
Below is an context that describes a sql 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 (attendance VARCHAR, decision VARCHAR, home VARCHAR) ### Question: What is the number of people in 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_61 (attendance VARCHAR, score VARCHAR) ### Question: Score of 2 – 3 has what attendance? ### 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_59 (track INTEGER, original_album VARCHAR) ### Question: Which track has the original album turbulent 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_9 (round INTEGER, pick VARCHAR) ### Question: WHAT IS THE ROUND WITH PICK OF 7? ### Answer: SELECT SUM(r...
Below is an context that describes a sql 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 (timeslot VARCHAR, calls VARCHAR) ### Question: Tell me the timeslot of calls of wrko ### 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_70 (bronze VARCHAR, location VARCHAR) ### Question: Who won the bronze when the Asian Games were in Doha...
Below is an context that describes a sql 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 (total INTEGER, nation VARCHAR, bronze VARCHAR) ### Question: What average total has cuba as the 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_53 (country VARCHAR, to_par VARCHAR, player VARCHAR) ### Question: What is Andy North with a To par grea...
Below is an context that describes a sql 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 (country VARCHAR, medal VARCHAR, event VARCHAR) ### Question: What country has a silver medal in the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (score_final INTEGER, apparatus VARCHAR) ### Question: Which Score-Final has an Apparatus of floor ex...
Below is an context that describes a sql 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 (react INTEGER, name VARCHAR, lane VARCHAR) ### Question: What is the average React, when Name is "Ca...
Below is an context that describes a sql 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 (competition VARCHAR, away_result VARCHAR, season VARCHAR) ### Question: Away result of 0–3, and a 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_43 (player VARCHAR, place VARCHAR) ### Question: What is Player, when Place is "1"? ### Answer: SELECT 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_29547777_1 (song_title VARCHAR, result__placement_ VARCHAR) ### Question: What the title of the song 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_76 (title VARCHAR, director VARCHAR) ### Question: Which title was directed by Joyce Bernal? ### 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_71 (comp VARCHAR, name VARCHAR) ### Question: Name the Comp which has a Name of smith? ### 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_55 (position VARCHAR, school VARCHAR) ### Question: What is the position of the player from Dartmouth Oh...
Below is an context that describes a sql 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 (platform___os VARCHAR, name VARCHAR) ### Question: Which Platform / OS has a Name of altova umodel? ...
Below is an context that describes a sql 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 (episodes VARCHAR, japanese_title VARCHAR) ### Question: What is the total number of episodes 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_26638600_3 (circuit VARCHAR, lites_1_race_two_winning_team VARCHAR) ### Question: On which circuit was the li...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26401898_2 (attendance INTEGER) ### Question: Name the most attendance ### Answer: SELECT MIN(attendance) 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_name_49 (lost VARCHAR, drawn VARCHAR, tries_against VARCHAR) ### Question: What is the number of losses 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_53 (game VARCHAR, date VARCHAR) ### Question: What is the game number on December 21? ### 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_24 (height_ft___m VARCHAR, floors VARCHAR, name VARCHAR) ### Question: Name the height when the floors 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_15026994_2 (director VARCHAR, writer VARCHAR) ### Question: How many different directors are associated 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_3 (song_title VARCHAR, number VARCHAR, singer_s_ VARCHAR, lyricist VARCHAR) ### Question: What is the so...
Below is an context that describes a sql 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 (drawn INTEGER, played VARCHAR, points VARCHAR, lost VARCHAR) ### Question: Which average Drawn has 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_4 (player VARCHAR, current_club VARCHAR, year_born VARCHAR) ### Question: Which player from the Ironi 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_16 (rank INTEGER, lane VARCHAR) ### Question: What is the Rank of the Swimmer in Lane 5? ### 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_22 (abbr VARCHAR, zodiac_sign VARCHAR) ### Question: What is the abbreviation for the sign of Capricorn?...
Below is an context that describes a sql 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 (circuit VARCHAR, date VARCHAR) ### Question: Which circuit is on July 24? ### Answer: SELECT 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_name_54 (silver INTEGER, total VARCHAR, rank VARCHAR, gold VARCHAR, bronze VARCHAR) ### Question: 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_1404456_1 (capital VARCHAR, population_census_2009 VARCHAR) ### Question: how many capital with population c...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (rank VARCHAR, points INTEGER) ### Question: How much Rank has Points larger than 282.5? ### 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_9 (score INTEGER, to_par VARCHAR, player VARCHAR) ### Question: What is the score when the to par was –5...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (partner VARCHAR, surface VARCHAR, score VARCHAR) ### Question: What is Partner, when Surface is Hard...
Below is an context that describes a sql 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 (winner VARCHAR, distance VARCHAR) ### Question: Who was the winner of the race that had a distance 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_94 (record VARCHAR, time VARCHAR) ### Question: Which record has 4:14 as the time? ### 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_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR) ### Question: If the cross-section area...
Below is an context that describes a sql 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 (type VARCHAR, quantity VARCHAR) ### Question: What type has 5 as the quantity? ### Answer: SELECT ty...
Below is an context that describes a sql 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 (champs INTEGER, draw VARCHAR, games VARCHAR) ### Question: Which Champs is the average one 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_1506950_4 (score INTEGER) ### Question: What is the worst (highest) score? ### Answer: SELECT MAX(score) 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_95 (draws INTEGER, position VARCHAR, played VARCHAR) ### Question: Tell me the sum of draws for position...
Below is an context that describes a sql 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 (opponent VARCHAR, record VARCHAR) ### Question: Who was the opponent at the game when the record 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_22756549_1 (party VARCHAR, margin VARCHAR) ### Question: What party won with a margin of 105731? ### 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_67 (weight__kg_ INTEGER, manufacturer VARCHAR, model VARCHAR) ### Question: Which Weight (kg) has a Manu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1756264_2 (subsidiaries INTEGER, company_name VARCHAR) ### Question: How many subsidiaries are there of Poste...
Below is an context that describes a sql 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 (crowd INTEGER, home_team VARCHAR) ### Question: How many people attended games with st kilda as 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_74 (casualties VARCHAR, location VARCHAR) ### Question: Name the casualities for kabul area ### 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_24837750_1 (installed_capacity__mw_ VARCHAR, county VARCHAR) ### Question: How much capacity was installed 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_78 (competition VARCHAR, score VARCHAR) ### Question: What competition had a score of 8-1? ### 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_11803648_17 (round INTEGER, position VARCHAR) ### Question: WHAT ROUND WAS FORWARD ANDRE PETERSSON SELECTED? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17058116_6 (record VARCHAR, team VARCHAR) ### Question: How many times did the team play charlotte? ### 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_9 (mintage INTEGER, year VARCHAR, artist VARCHAR, issue_price VARCHAR) ### Question: What is the lowest ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Activity (activity_name VARCHAR, actid VARCHAR); CREATE TABLE Faculty (facID VARCHAR, fname VARCHAR, lname 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_89 (tie_no VARCHAR, home_team VARCHAR) ### Question: Which Tie is from everton? ### Answer: SELECT tie_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_96 (result VARCHAR, location VARCHAR) ### Question: What is the Result with a Location of brussels? ### ...
Below is an context that describes a sql 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 (county VARCHAR, mascot VARCHAR) ### Question: What counties mascot are the Red Ramblers? ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (winning_score VARCHAR, date VARCHAR) ### Question: For the tournament played on 16 Jan 2011, what wa...
Below is an context that describes a sql 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 (total INTEGER, country VARCHAR, player VARCHAR) ### Question: Which Total has a Country of united st...
Below is an context that describes a sql 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 (team_c VARCHAR, team_e VARCHAR) ### Question: Who is team c when dhez javier is team e? ### 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_81 (away_captain VARCHAR, venue VARCHAR) ### Question: Who was the away captain for matches played at Tr...
Below is an context that describes a sql 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 (tournament VARCHAR, surface VARCHAR, date VARCHAR) ### Question: What tournament took place on July ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19249824_1 (song VARCHAR, result VARCHAR, country VARCHAR) ### Question: With the country of Sweden and the r...
Below is an context that describes a sql 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 (date VARCHAR, opposing_teams VARCHAR, status VARCHAR, venue VARCHAR) ### Question: When Status of fi...