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_89 (population_estimate_2005 INTEGER, area__km_2__ VARCHAR) ### Question: what is the population estimat...
Below is an context that describes a sql 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 (attendance INTEGER, record VARCHAR) ### Question: Which Attendance has a Record of 34–51? ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (name VARCHAR, total VARCHAR) ### Question: Which player has a total of 8 (24)? ### Answer: SELECT nam...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_214479_8 (y_ VARCHAR, _2009 VARCHAR, expression VARCHAR, month VARCHAR, d VARCHAR, e VARCHAR) ### Question: 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_13 (physical_property VARCHAR, helium VARCHAR) ### Question: Which Physical property has a Helium of 0.0...
Below is an context that describes a sql 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 (league_goals VARCHAR, league_apps VARCHAR, fa_cup_goals VARCHAR, fa_cup_apps 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_26060884_2 (property_crimes INTEGER, burglary VARCHAR) ### Question: What was the minimum property crimes sta...
Below is an context that describes a sql 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, score VARCHAR) ### Question: What is the to par for the 69-70-72=211 score? ### 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_10753917_1 (driver VARCHAR, team VARCHAR, margin_of_defeat VARCHAR) ### Question: How many drivers on the wil...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (laps INTEGER, grid VARCHAR, driver VARCHAR) ### Question: What is the low lap total for henri pescar...
Below is an context that describes a sql 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 (time VARCHAR, heat VARCHAR, name VARCHAR) ### Question: What was Liu Limin's time in heat 4? ### 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_44 (staterooms INTEGER, guests VARCHAR, comments VARCHAR, length VARCHAR) ### Question: Of the ships wit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27383390_4 (team VARCHAR, date_of_vacancy VARCHAR) ### Question: What is the team with the date of vacancy 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_name_83 (laps INTEGER, grid VARCHAR, name VARCHAR) ### Question: What is the lowest Laps, when Grid is greate...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21824695_8 (team VARCHAR, average VARCHAR) ### Question: Which team has 7757 as the average? ### 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_75 (original_us_tour_cast VARCHAR, original_broadway_cast VARCHAR) ### Question: What was the original U...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_71 (player VARCHAR, score VARCHAR) ### Question: Which Player has a Score of 72-69-73=214? ### 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_1341930_33 (party VARCHAR, incumbent VARCHAR) ### Question: what's the party with incumbent being herbert cov...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: Name the 2003 for atp masters series 1998 ### Answer: SELECT 2003 FROM tab...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: With a 2008 result of 153 what is the result for 2007? ### 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_2071644_2 (weight__kg_m_ VARCHAR, flange_width__mm_ VARCHAR) ### Question: How many weights are there 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_88 (league INTEGER, play_offs VARCHAR, total VARCHAR) ### Question: Name the lowest league for play-offs...
Below is an context that describes a sql 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 (manufacturer VARCHAR, style VARCHAR, opened VARCHAR) ### Question: Which Manufacturer has a Style 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_44 (issue INTEGER, artist VARCHAR, spoofed_title VARCHAR) ### Question: Which issue was the Spoofed titl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE song (f_id VARCHAR, genre_is VARCHAR, song_name VARCHAR); CREATE TABLE files (duration VARCHAR, file_size 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_83 (country VARCHAR, date VARCHAR, birth_date VARCHAR) ### Question: What country was the woman from who...
Below is an context that describes a sql 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 (country VARCHAR, to_par VARCHAR) ### Question: What is the Country of the Player with a To par of –1...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (actor VARCHAR, character VARCHAR) ### Question: who is the actor that played rachel mckenna? ### 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_27756014_6 (high_points VARCHAR, date VARCHAR) ### Question: How many people scored the most points during 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_21692771_1 (isin VARCHAR, maturity VARCHAR) ### Question: What is the ISIN associated with the maturity date ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11944282_1 (integrated VARCHAR, allied_related VARCHAR) ### Question: How many integrated allied-related are ...
Below is an context that describes a sql 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 (nationality VARCHAR, fate VARCHAR, name VARCHAR) ### Question: Which Nationality has a Fate of sunk,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (position VARCHAR, wins VARCHAR, season VARCHAR) ### Question: What was his position in 2009 with 1 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_62 (wins INTEGER, byes INTEGER) ### Question: What's the average number of wins for those with 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_76 (noof_settlements INTEGER, district VARCHAR, pop_dens VARCHAR) ### Question: How many settlements are...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28298589_4 (date VARCHAR, visiting_team VARCHAR) ### Question: What date was the game where Texas Southern 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_50 (loss VARCHAR, save VARCHAR) ### Question: What is the resulting loss when a save is ||12,838||48–35?...
Below is an context that describes a sql 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 (school VARCHAR, county VARCHAR) ### Question: What school is in 36 Jackson? ### Answer: SELECT schoo...
Below is an context that describes a sql 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 (team_1 VARCHAR, team_2 VARCHAR) ### Question: What was team one name for the Team 2 of Toulouse Fc (...
Below is an context that describes a sql 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 (year INTEGER, venue VARCHAR) ### Question: Which Year has a Venue of bydgoszcz, poland? ### 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_27 (drawn INTEGER, lost VARCHAR, points VARCHAR, against VARCHAR) ### Question: What is the highest numb...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1661124_1 (target VARCHAR, approval_date VARCHAR) ### Question: How many targets are there with an approval d...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25703_1 (death_2013 INTEGER, death_2012 VARCHAR) ### Question: What is the highest death/2013 when the death/...
Below is an context that describes a sql 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, game_site VARCHAR) ### Question: What Date was the Game at Griffith Stadium? ### 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_94 (population INTEGER, region INTEGER) ### Question: What is the smallest population in a region greate...
Below is an context that describes a sql 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 (type VARCHAR, location VARCHAR) ### Question: Which type of institution is in Amherst, MA? ### 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_45 (bronze VARCHAR, year VARCHAR, silver VARCHAR) ### Question: Which Bronze has a Year smaller than 199...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE country (Code VARCHAR, Name VARCHAR); CREATE TABLE countrylanguage (CountryCode VARCHAR) ### Question: How many off...
Below is an context that describes a sql 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 (opponent VARCHAR, season VARCHAR, final_score VARCHAR) ### Question: What team was the opponent in 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_74 (employed VARCHAR, position_held VARCHAR) ### Question: What are the years employed shown for mathema...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_140968_1 (copies_per_particle VARCHAR, location VARCHAR) ### Question: How many copoes per particle are creat...
Below is an context that describes a sql 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 (game VARCHAR, result VARCHAR) ### Question: Result of 88-85 ot (1-0) involves what game? ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (willingshain VARCHAR, reimboldsh VARCHAR) ### Question: What Willinghshain has Reimboldsh of 101? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16034882_4 (draws INTEGER, club VARCHAR) ### Question: How many draws did švyturys Klaipėda have? ### 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_79 (place INTEGER, song VARCHAR) ### Question: What is the place of the song 'Never Change'? ### 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_63 (opponent VARCHAR, location_attendance VARCHAR, date VARCHAR) ### Question: Which Opponent has a Loca...
Below is an context that describes a sql 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 (built INTEGER, entered_service VARCHAR, knots VARCHAR) ### Question: What is the most recent built y...
Below is an context that describes a sql 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 (points INTEGER, match INTEGER) ### Question: What is the lowest points for a match before 14? ### 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_71 (year INTEGER, venue VARCHAR, time VARCHAR) ### Question: What's the lowest Year with a Venue of cas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2818164_2 (production_code INTEGER, original_air_date VARCHAR) ### Question: What's the production code 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 employees (country VARCHAR) ### Question: How many employees are living in Canada? ### Answer: SELECT COUNT(*) 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_49 (points INTEGER, entrant VARCHAR) ### Question: what is the points total for forti corse? ### 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_41 (channel VARCHAR, opponent VARCHAR) ### Question: Which Channel has an Opponent of washington redskin...
Below is an context that describes a sql 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 (state VARCHAR, major_series VARCHAR, city VARCHAR) ### Question: What is the State with the trans-am...
Below is an context that describes a sql 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 (erp_w VARCHAR, class VARCHAR, call_sign VARCHAR) ### Question: Which ERP W has a Class of A, and a 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_2144389_8 (rōmaji VARCHAR, japanese_translation VARCHAR) ### Question: Name the romaji by your side ~hikari'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_2472711_31 (last_year INTEGER, lowest VARCHAR) ### Question: What is the last year total for the team with 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_31 (silver INTEGER, rank VARCHAR, bronze VARCHAR) ### Question: What is the average number of silvers 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_2482547_5 (wickets_taken INTEGER, name VARCHAR) ### Question: What's the maximum wickets taken by players nam...
Below is an context that describes a sql 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 (vs_all VARCHAR, vs_terran VARCHAR) ### Question: What is the score vs. all when the score vs. Terran...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_256286_14 (no_votes INTEGER) ### Question: Name the most no votes ### Answer: SELECT MAX(no_votes) FROM table...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Apartment_Bookings (Id VARCHAR) ### Question: How many apartment bookings are there in total? ### Answer: SELECT CO...
Below is an context that describes a sql 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 (played INTEGER, lost VARCHAR, position VARCHAR, against VARCHAR) ### Question: What is the average 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_55 (week INTEGER, attendance VARCHAR) ### Question: Total weeks of 49,980 attendance? ### 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_96 (ihsaa_class VARCHAR, location VARCHAR) ### Question: Which IHSAA Class has a Location of brazil? ###...
Below is an context that describes a sql 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 (top_25 INTEGER, cuts_made VARCHAR) ### Question: How many times has Watney made the top 25 for a tou...
Below is an context that describes a sql 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 (result VARCHAR, attendance VARCHAR) ### Question: What is the Result of the game with an Attendance ...
Below is an context that describes a sql 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 (club VARCHAR, scorer VARCHAR, league_cup_goals VARCHAR, league_goals VARCHAR) ### Question: Which Cl...
Below is an context that describes a sql 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 (attendance VARCHAR, home_team VARCHAR) ### Question: How many people attended the game of a.f.c. tot...
Below is an context that describes a sql 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 (builder VARCHAR, name_number VARCHAR) ### Question: Who was the builder for joffre ### 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_50 (artist VARCHAR, place VARCHAR, percentage VARCHAR) ### Question: What Artist has a Place of 3 or les...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1140105_6 (constructor VARCHAR, date VARCHAR) ### Question: What is te name of the constructors dated 26 marc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_92 (date VARCHAR, potts__i_ VARCHAR) ### Question: On which date did Potts (I) poll at 9%? ### 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_52 (country VARCHAR, base VARCHAR, play VARCHAR) ### Question: What Country has the Play The Libation Be...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23292220_3 (episode VARCHAR, daves_team VARCHAR) ### Question: In how many episodes was Dave's team made up 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_64 (north_america VARCHAR, europe VARCHAR) ### Question: Tell me the north america for september 18, 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_39 (year INTEGER, event VARCHAR, location VARCHAR, final_score VARCHAR) ### Question: Location of saint ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_145439_1 (health VARCHAR, justice VARCHAR) ### Question: what's the health score with justice being 80.7 ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (frequency VARCHAR, format VARCHAR, owner VARCHAR) ### Question: What is the frequency for the countr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (grüne VARCHAR, fritz VARCHAR) ### Question: What percent did GRÜNE get in the state where FRITZ got ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (on_site_atms INTEGER, off_site_atms VARCHAR, total_atms VARCHAR) ### Question: What is the mean on-s...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (place VARCHAR, rope VARCHAR, name VARCHAR) ### Question: What is Milena Reljin's place with a smaller...
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR) ### Question: Who was the away team when Lincoln City was 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_79 (label VARCHAR, date VARCHAR, format VARCHAR) ### Question: What Label released on October 25, 1984, ...
Below is an context that describes a sql 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 (country VARCHAR, director VARCHAR) ### Question: Which Country is listed for the Director Thomas Vin...
Below is an context that describes a sql 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 (start VARCHAR, rank VARCHAR) ### Question: What place did Jimmy Reece start from when he ranked 12? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_89 (venue VARCHAR, status VARCHAR, against VARCHAR) ### Question: What Venue has a Status of five nation...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (first_publisher VARCHAR, year VARCHAR) ### Question: What is the First Publisher in 2007? ### 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_90 (race_leader VARCHAR, course VARCHAR) ### Question: Who's the race leader of Cuneo to Turin? ### 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_97 (nationality VARCHAR, round VARCHAR) ### Question: WHAT NATIONALITY HAS ROUND 3? ### Answer: SELECT n...