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_51 (stage VARCHAR, winner VARCHAR, points_classification VARCHAR) ### Question: Which stage was won by B...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15417439_1 (similarity VARCHAR, genus_species VARCHAR) ### Question: How similar is the genus/species sus scr...
Below is an context that describes a sql 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 (name VARCHAR, qual_2 VARCHAR, team VARCHAR) ### Question: Who had a Qualifying 2 time over 58.669 fo...
Below is an context that describes a sql 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 (format VARCHAR, catalog VARCHAR) ### Question: What is the Format for the alca-487 catalog? ### 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_79 (class VARCHAR, frequency_mhz VARCHAR) ### Question: The frequency 89.3 belongs to what class? ### 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_1566848_7 (date VARCHAR, pictorials VARCHAR) ### Question: What is the date of the issue where the pictorials...
Below is an context that describes a sql 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 (partner VARCHAR, outcome VARCHAR, score VARCHAR) ### Question: Tell me the partner for outcome of 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_76 (region VARCHAR, date VARCHAR) ### Question: What is the region for the date November 18, 2002? ### 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_11 (team VARCHAR, qual_2 VARCHAR) ### Question: Which team had a qualifying 2 time of 1:01.093? ### 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_30121082_1 (barony VARCHAR, area__acres__ VARCHAR) ### Question: What are the Baronies when the area (in acre...
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR) ### Question: What away team has wrexham as 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_21434618_1 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: which team#2 played against poseidon ...
Below is an context that describes a sql 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 (time VARCHAR, name VARCHAR) ### Question: What was the Time in the Mina Clavero 2 Stage? ### 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_62 (home_team VARCHAR, away_team VARCHAR) ### Question: When the Away team of essendon was playing, 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_86 (constructor VARCHAR, chassis VARCHAR, rounds VARCHAR) ### Question: Who constructed the car in round...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE volume (Weeks_on_Top INTEGER, Artist_ID VARCHAR); CREATE TABLE artist (Artist_ID VARCHAR, age VARCHAR) ### Question...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (time_retired VARCHAR, laps VARCHAR, driver VARCHAR) ### Question: When the driver is innes ireland 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_94 (position VARCHAR, school VARCHAR) ### Question: What position is for Dr. Phillips high school? ### 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_78 (Id VARCHAR) ### Question: Which 1990s 1992 was 3r? ### Answer: SELECT 1990 FROM table_name_78 WHERE ...
Below is an context that describes a sql 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 (largest_city VARCHAR) ### Question: What is the 3rd largest where the largest city is Ardabil? ### 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_1 (played VARCHAR, lost VARCHAR) ### Question: What play has a loss of 2? ### Answer: SELECT played 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_25316812_1 (rate_limit__p_ VARCHAR, desired_rate_change___percentage_ VARCHAR) ### Question: What is the rate...
Below is an context that describes a sql 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, competition VARCHAR) ### Question: What is Score, when Competition is "Euro 2004 Qual...
Below is an context that describes a sql 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 (week VARCHAR, result VARCHAR) ### Question: Which week had a result of L 38-21? ### Answer: SELECT 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_59 (date VARCHAR, game VARCHAR, opponent VARCHAR) ### Question: What is the Date of the game against Det...
Below is an context that describes a sql 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 (poverty__2009__hpi_1__percentage VARCHAR, gdp__ppp___2012__us$_per_capita VARCHAR) ### Question: Wha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_56 (attendance INTEGER, home VARCHAR) ### Question: What was the highest attendance for the Hispano 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_15002265_1 (mens_doubles VARCHAR, mens_singles VARCHAR, womens_singles VARCHAR) ### Question: who is the 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 (colliery VARCHAR, death_toll VARCHAR) ### Question: Which Colliery has a Death toll of 7? ### 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_23177573_1 (original_air_date VARCHAR, rank__week_ VARCHAR) ### Question: What is the original air date of 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_9 (attendance VARCHAR, date VARCHAR) ### Question: What is the attendance for august 29? ### 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_30 (number INTEGER, school_club_team VARCHAR) ### Question: What is the lowest Number, when School/Club ...
Below is an context that describes a sql 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 (year INTEGER, country VARCHAR) ### Question: What is the average year of the film from France/Hong K...
Below is an context that describes a sql 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 (swimsuit INTEGER, evening_gown VARCHAR, average VARCHAR) ### Question: What is the sum of swimsuit 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_59 (poles INTEGER, races INTEGER) ### Question: What Poles have Races smaller than 4? ### 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_82 (versus VARCHAR, bowling_figures_wickets_runs__overs_ VARCHAR) ### Question: Who was the opponent dur...
Below is an context that describes a sql 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 (venue VARCHAR, closed VARCHAR) ### Question: Which venue closed in 1996? ### Answer: SELECT venue FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (stadium VARCHAR, club VARCHAR) ### Question: Which stadium has FC Seoul? ### Answer: SELECT stadium ...
Below is an context that describes a sql 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 (total INTEGER, name VARCHAR, premier_league VARCHAR) ### Question: What is the average total of kenw...
Below is an context that describes a sql 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 (venue VARCHAR, away_team VARCHAR) ### Question: Which venue was melbourne the away team of? ### 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_61 (time_retired VARCHAR, grid VARCHAR) ### Question: What time is grid 7 in? ### Answer: SELECT time_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_35 (record VARCHAR, event VARCHAR) ### Question: Which Record has an Event of cage rage 23? ### 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 (score VARCHAR, player VARCHAR) ### Question: What was Frank Moore's score? ### Answer: SELECT score ...
Below is an context that describes a sql 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 (class VARCHAR, year_s__of_manufacture VARCHAR) ### Question: Which Class has a Year(s) of Manufactur...
Below is an context that describes a sql 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 (high_points VARCHAR, date VARCHAR) ### Question: Who had the highest points of the game on March 24?...
Below is an context that describes a sql 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 (source VARCHAR, date VARCHAR) ### Question: What is the source on 6 September? ### Answer: SELECT 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_13464416_6 (record VARCHAR, high_assists VARCHAR) ### Question: how many times have there been helps by damon...
Below is an context that describes a sql 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 (orchestra VARCHAR, songwriter_s_ VARCHAR) ### Question: Name the orchestra for ted varnick ### 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_16799784_2 (name VARCHAR, latitude VARCHAR) ### Question: Name the name of 36.0n ### Answer: SELECT name 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_67 (record VARCHAR, visitor VARCHAR, score VARCHAR) ### Question: What was the record when the visitor 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_1 (example_meaning_in_english VARCHAR, tone VARCHAR) ### Question: What is the example in English 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 PersonFriend (friend VARCHAR, name VARCHAR); CREATE TABLE Person (name VARCHAR) ### Question: How many friends does...
Below is an context that describes a sql 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 (score VARCHAR, game VARCHAR) ### Question: What was the score of Game 48? ### Answer: SELECT score 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 Companies (Industry VARCHAR, Headquarters VARCHAR) ### Question: Show the industries shared by companies whose head...
Below is an context that describes a sql 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 (record VARCHAR, location VARCHAR, opponent VARCHAR) ### Question: What was Gassaway's record at 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_31 (rocket VARCHAR, cospar_id VARCHAR) ### Question: What rocket has a COSPAR ID of 2002-001a? ### 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_78 (count_rectified VARCHAR, material_or_non_material VARCHAR, opponents VARCHAR, positional_or_automati...
Below is an context that describes a sql 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 (state_s_ VARCHAR, percent_change__1990_2000_ VARCHAR) ### Question: What is the 2000 population in 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_33 (date VARCHAR, partner VARCHAR) ### Question: Which Date has a Partner of daniella dominikovic? ### 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_11934032_1 (registrations VARCHAR, location VARCHAR) ### Question: what are all the registrations where locat...
Below is an context that describes a sql 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 (birth_state VARCHAR, election_year INTEGER) ### Question: What state was the president who was elect...
Below is an context that describes a sql 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 (Vice VARCHAR, president VARCHAR, treasurer VARCHAR) ### Question: Which Vice President has a Preside...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (decay_mode VARCHAR, discovery_year VARCHAR, isotope VARCHAR) ### Question: What is the decay mode 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_21500850_1 (song_title VARCHAR, artist VARCHAR, genre VARCHAR, original_game VARCHAR) ### Question: What is e...
Below is an context that describes a sql 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 (sector VARCHAR, incorporated INTEGER) ### Question: What is the sector of the company with an incorp...
Below is an context that describes a sql 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 (result VARCHAR, location VARCHAR) ### Question: What is the result at match reports? ### 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_25 (mean_free_path VARCHAR, vacuum_range VARCHAR) ### Question: What is Mean Free Path, when Vacuum Rang...
Below is an context that describes a sql 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 (spaceport VARCHAR, launcher VARCHAR, launch_complex VARCHAR) ### Question: What is the spaceport loc...
Below is an context that describes a sql 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 (fencing_victories__pts_ VARCHAR, total VARCHAR) ### Question: Which Fencing Victories (pts) has a To...
Below is an context that describes a sql 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 (season VARCHAR, opponent VARCHAR) ### Question: What is the Season when the Opponent was zenit st. 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_27 (spike VARCHAR, name VARCHAR) ### Question: What kind of Spike has a Name of mia jerkov category:arti...
Below is an context that describes a sql 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 (score VARCHAR, home VARCHAR, date VARCHAR) ### Question: What was teh score of the game where Toront...
Below is an context that describes a sql 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 (date VARCHAR, versus VARCHAR, wicket VARCHAR) ### Question: What is the date of the game against Sou...
Below is an context that describes a sql 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 (record VARCHAR, attendance VARCHAR) ### Question: What is the record of the game with 28,135 people ...
Below is an context that describes a sql 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 (head_coach VARCHAR, shirt_sponsor VARCHAR) ### Question: Who is the head coach for the team 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_14465871_1 (powershell__cmdlet_ VARCHAR, unix_shell VARCHAR) ### Question: How many values of powershell (cmd...
Below is an context that describes a sql 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 (hindu VARCHAR, us__1912_ VARCHAR) ### Question: In 1912 when the U.S used sapphire, what was the Hin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20217811_1 (green VARCHAR, electorate VARCHAR) ### Question: Name the green for otaki ### Answer: SELECT gree...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26131768_4 (residence VARCHAR, representative VARCHAR) ### Question: How many times was Scott Oelslager a rep...
Below is an context that describes a sql 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 (laps INTEGER, team VARCHAR, time_retired VARCHAR) ### Question: How many laps for mi-jack conquest 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_63 (series_ep VARCHAR, segment_c VARCHAR) ### Question: Name the series ep for segment c of luxury cars ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (to_par INTEGER, total VARCHAR) ### Question: What is the to par for the player with total of 155? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17288845_9 (score VARCHAR, game VARCHAR) ### Question: Name the score for game 63 ### Answer: SELECT score FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_87 (round INTEGER, school_club_team VARCHAR) ### Question: What is the lowest round of the player from 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 WINE (Name VARCHAR, price VARCHAR) ### Question: List the names of all distinct wines ordered by price. ### 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_60 (horizontal_bar VARCHAR, pommel_horse VARCHAR) ### Question: What horizontal bar score also has a pom...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12962773_14 (year_born INTEGER, height VARCHAR) ### Question: What year was the player born who is 2.02m tall...
Below is an context that describes a sql 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 (location VARCHAR, opponent VARCHAR) ### Question: What is the location of the fight against Zaza Tke...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (tatsuhito_takaiwa VARCHAR, ryusuke_taguchi VARCHAR) ### Question: Name for me the tatsuhito takaiwa ...
Below is an context that describes a sql 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 (score VARCHAR, game VARCHAR, time VARCHAR) ### Question: Game larger than 4, and a Time of 2:26 resu...
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR) ### Question: What Country is David Toms from? ### Answer: SELECT c...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (player VARCHAR, year VARCHAR) ### Question: Who was the player in 1976? ### Answer: SELECT player FRO...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (surface VARCHAR, rally_hq VARCHAR) ### Question: What Surface had a Rally HQ of salou? ### Answer: S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (outcome VARCHAR, date VARCHAR) ### Question: What is the outcome on March 20, 1994? ### 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 player (birth_country VARCHAR) ### Question: List three countries which are the origins of the least players. ### 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_62 (date VARCHAR, description VARCHAR) ### Question: What is the date listed for the item that has under...
Below is an context that describes a sql 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 (date VARCHAR, loss VARCHAR) ### Question: What was the date of the game with a loss of Wakefield (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_74 (engine VARCHAR, year INTEGER) ### Question: Which engine has a year larger than 1956? ### 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_9 (date VARCHAR, opponents VARCHAR) ### Question: What are the dates where the opponent was guillermo ga...
Below is an context that describes a sql 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 (height__m_ VARCHAR, first_time_as_hc_climb VARCHAR, no_of_times_visited VARCHAR, no_of_hc_climbs VAR...