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_18 (pos VARCHAR, date_to VARCHAR, name VARCHAR) ### Question: What is Pos., when Date To is "30 June 2009", and when Name is "Eddie Johnson"? ### Answer: SELECT pos FROM table_name_18 WHERE date_to = "30 june 2009" AND name = "eddie johnson"
Below is an context that describes a sql 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 (ratt VARCHAR, year VARCHAR) ### Question: What is the RAtt in the year 1988? ### Answer: SELECT ratt FROM table_name_72 WHERE year = "1988"
Below is an context that describes a sql 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 (score VARCHAR, name VARCHAR, champion VARCHAR) ### Question: What's the score of the Nice International Championships where Björn Borg was the champion? ### Answer: SELECT score FROM table_name_93 WHERE name = "nice international championships" AND champion = "björn borg"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10284385_1 (date_of_birth VARCHAR, representative VARCHAR) ### Question: How many birthdays does Earl Hanley Beshlin have? ### Answer: SELECT COUNT(date_of_birth) FROM table_10284385_1 WHERE representative = "Earl Hanley Beshlin"
Below is an context that describes a sql 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 (surface VARCHAR, semi_finalists VARCHAR) ### Question: Which Surface has a Semi finalists of conchita martínez arantxa sánchez? ### Answer: SELECT surface FROM table_name_9 WHERE semi_finalists = "conchita martínez arantxa sánchez"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1681535_1 (narrator VARCHAR, notes VARCHAR) ### Question: Which narrator has the bonus interview with Frazer Hines? ### Answer: SELECT narrator FROM table_1681535_1 WHERE notes = "Bonus interview with Frazer Hines"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26977890_1 (conflict VARCHAR, combatants_b VARCHAR) ### Question: In what conflicts was the Italian Navy Combatants B? ### Answer: SELECT conflict FROM table_26977890_1 WHERE combatants_b = "Italian Navy"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21191496_1 (report VARCHAR, country VARCHAR) ### Question: When Netherlands is the country what is the report? ### Answer: SELECT report FROM table_21191496_1 WHERE country = "Netherlands"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE constructors (nationality VARCHAR) ### Question: What are the numbers of constructors for different nationalities? ### Answer: SELECT COUNT(*), nationality FROM constructors GROUP BY nationality
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2511876_1 (league VARCHAR, year VARCHAR) ### Question: Name the league for 2003 ### Answer: SELECT league FROM table_2511876_1 WHERE year = 2003
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2182562_1 (wins VARCHAR, avg_start VARCHAR) ### Question: How many wins when the average start is 29.0? ### Answer: SELECT COUNT(wins) FROM table_2182562_1 WHERE avg_start = "29.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_12807904_3 (played VARCHAR, points_for VARCHAR) ### Question: HOW MANY PLAYERS PLAYED IN THE GAME THAT WON WITH 438 POINTS ### Answer: SELECT played FROM table_12807904_3 WHERE points_for = "438"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19681738_1 (county VARCHAR, starky__percentage VARCHAR) ### Question: which country did stary get 17.41% ### Answer: SELECT county FROM table_19681738_1 WHERE starky__percentage = "17.41%"
Below is an context that describes a sql 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 (competition VARCHAR, result VARCHAR) ### Question: What Competition had a Result of lost 1-2? ### Answer: SELECT competition FROM table_name_34 WHERE result = "lost 1-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 Documents (document_name VARCHAR, document_id VARCHAR, document_type_code VARCHAR) ### Question: Find names and ids of all documents with document type code BK. ### Answer: SELECT document_name, document_id FROM Documents WHERE document_type_code = "BK"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19451173_1 (losses INTEGER, team VARCHAR) ### Question: What is the minimum losses for the Kansas City Chiefs? ### Answer: SELECT MIN(losses) FROM table_19451173_1 WHERE team = "Kansas City Chiefs"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24906653_5 (steals VARCHAR, blocks VARCHAR) ### Question: List the number of takeaways with 1 rejection. ### Answer: SELECT COUNT(steals) FROM table_24906653_5 WHERE blocks = 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_59 (number_of_cpus VARCHAR, memory__gb_ VARCHAR) ### Question: Which Number of CPUs has a Memory (GB) of 0.5–16? ### Answer: SELECT number_of_cpus FROM table_name_59 WHERE memory__gb_ = "0.5–16"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1104312_5 (original_name VARCHAR, population_at_2010_census VARCHAR) ### Question: What are the original names of the districts where the population in the 2010 census was 210450? ### Answer: SELECT original_name FROM table_1104312_5 WHERE population_at_2010_census = 210450
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18795125_6 (replaced_by VARCHAR, outgoing_manager VARCHAR) ### Question: How many categories for, replaced by, exist when the outgoing manager is Alan Buckley? ### Answer: SELECT COUNT(replaced_by) FROM table_18795125_6 WHERE outgoing_manager = "Alan Buckley"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24027047_1 (area__km²__2011 VARCHAR, administrative_division VARCHAR) ### Question: What was the area in km2 in 2011 for the Narsingdi District? ### Answer: SELECT area__km²__2011 * * FROM table_24027047_1 WHERE administrative_division = "Narsingdi District"
Below is an context that describes a sql 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 (mountain_range VARCHAR, region VARCHAR, mountain_peak VARCHAR) ### Question: what is the mountain range when the region is british columbia and mountain pea is mount edziza? ### Answer: SELECT mountain_range FROM table_name_90 WHERE region = "british columbia" AND mountain_peak = "mount edziza"
Below is an context that describes a sql 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 (ihsaa_class VARCHAR, city VARCHAR) ### Question: What is the IHSAA class in Batesville? ### Answer: SELECT ihsaa_class FROM table_name_97 WHERE city = "batesville"
Below is an context that describes a sql 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 (movie_title VARCHAR, year VARCHAR) ### Question: What movie was made in 1957? ### Answer: SELECT movie_title FROM table_name_75 WHERE year = 1957
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17118657_8 (high_rebounds VARCHAR, record VARCHAR) ### Question: In the game resulting in a 5-11 record, who scored the high rebounds? ### Answer: SELECT high_rebounds FROM table_17118657_8 WHERE record = "5-11"
Below is an context that describes a sql 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, venue VARCHAR) ### Question: What day did the VFL play Punt Road Oval? ### Answer: SELECT date FROM table_name_59 WHERE venue = "punt road oval"
Below is an context that describes a sql 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 (nfl_club VARCHAR, pick VARCHAR, round VARCHAR) ### Question: What is the NFL club with a pick less than 74 and a round greater than 2? ### Answer: SELECT nfl_club FROM table_name_39 WHERE pick < 74 AND round > 2
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (points VARCHAR, team_name VARCHAR, losses VARCHAR, games VARCHAR) ### Question: What's the total number of points when the vancouver burrards have fewer than 9 losses and more than 24 games? ### Answer: SELECT COUNT(points) FROM table_name_18 WHERE losses < 9 AND games > 24 AND team_name = "vancouver burrards"
Below is an context that describes a sql 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 (first_elected VARCHAR, committee VARCHAR, counties_represented VARCHAR, district VARCHAR) ### Question: What is the total number of First Elected that has counties represented of Anne Arundel, District of 30, and a Ways and Means Committee? ### Answer: SELECT COUNT(first_elected) FROM table_name_22 WHERE counties_represented = "anne arundel" AND district = "30" AND committee = "ways and means"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16570286_2 (highest_score VARCHAR, innings VARCHAR, player VARCHAR) ### Question: What was the score when Donald Bradman in 9 innings? ### Answer: SELECT highest_score FROM table_16570286_2 WHERE innings = 9 AND player = "Donald Bradman"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18305523_2 (comments VARCHAR, cover_date VARCHAR) ### Question: What is the comment on the issue dated 14 March 1987? ### Answer: SELECT comments FROM table_18305523_2 WHERE cover_date = "14 March 1987"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28164986_4 (incoming_manager VARCHAR, manner_of_departure VARCHAR) ### Question: how many new managers replaced manager(s) who resigned? ### Answer: SELECT COUNT(incoming_manager) FROM table_28164986_4 WHERE manner_of_departure = "Resigned"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE professionals (role_code VARCHAR, street VARCHAR, city VARCHAR, state VARCHAR) ### Question: Which professionals live in a city containing the substring 'West'? List his or her role, street, city and state. ### Answer: SELECT role_code, street, city, state FROM professionals WHERE city LIKE '%West%'
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE AIRLINES (Id VARCHAR) ### Question: How many airlines do we have? ### Answer: SELECT COUNT(*) FROM AIRLINES
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30120619_1 (townland VARCHAR, area__acres__ VARCHAR) ### Question: Which townland has an area of 165 acres? ### Answer: SELECT townland FROM table_30120619_1 WHERE area__acres__ = 165
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26986076_6 (wed_25_aug VARCHAR, fri_27_aug VARCHAR) ### Question: What was the Weds 25 Aug time for the driver whose Aug 27 time was 22' 23.97 101.065mph? ### Answer: SELECT wed_25_aug FROM table_26986076_6 WHERE fri_27_aug = "22' 23.97 101.065mph"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26919_7 (english VARCHAR, aramaic VARCHAR) ### Question: if the aramaic is šlām-āʼ, what is the english? ### Answer: SELECT english FROM table_26919_7 WHERE aramaic = "šlām-āʼ"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (played INTEGER, goals_for VARCHAR, goals_against VARCHAR) ### Question: What is the fewest games played for teams with 73 goals for and more than 69 goals against? ### Answer: SELECT MIN(played) FROM table_name_17 WHERE goals_for = 73 AND goals_against > 69
Below is an context that describes a sql 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 (director VARCHAR, original_title VARCHAR) ### Question: Who is the director of the best foreign film? ### Answer: SELECT director FROM table_name_14 WHERE original_title = "best foreign film"
Below is an context that describes a sql 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 (color_commentator_s_ VARCHAR, year VARCHAR) ### Question: Who is the color commentator in 2008? ### Answer: SELECT color_commentator_s_ FROM table_name_16 WHERE year = 2008
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2319437_1 (step_6 VARCHAR, gs_grade VARCHAR) ### Question: Name the total number of step 6 for 11 gs grade ### Answer: SELECT COUNT(step_6) FROM table_2319437_1 WHERE gs_grade = 11
Below is an context that describes a sql 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 (winner VARCHAR, course VARCHAR) ### Question: Name the winner for genoa to livorno ### Answer: SELECT winner FROM table_name_39 WHERE course = "genoa to livorno"
Below is an context that describes a sql 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 (opponents VARCHAR, partner VARCHAR) ### Question: Who were the Opponents when Liga Dekmeijere had Alicja Rosolska as a Partner? ### Answer: SELECT opponents FROM table_name_59 WHERE partner = "alicja rosolska"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2101431_1 (episode VARCHAR, run_time VARCHAR) ### Question: What episode had a run time of 24:18? ### Answer: SELECT episode FROM table_2101431_1 WHERE run_time = "24:18"
Below is an context that describes a sql 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 (tie_no VARCHAR, away_team VARCHAR) ### Question: What is the tie number when the away team is Lewes? ### Answer: SELECT tie_no FROM table_name_73 WHERE away_team = "lewes"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18054886_1 (title VARCHAR, viewers__millions_ VARCHAR, directed_by VARCHAR) ### Question: Which title, directed by David Kendall, had 3.7 million viewers? ### Answer: SELECT title FROM table_18054886_1 WHERE viewers__millions_ = "3.7" AND directed_by = "David Kendall"
Below is an context that describes a sql 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 (attendance INTEGER, date VARCHAR) ### Question: What is the sum of the attendance on November 24? ### Answer: SELECT SUM(attendance) FROM table_name_58 WHERE date = "november 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_2 (hosts VARCHAR, year VARCHAR) ### Question: Who are the hosts for the 2004 event? ### Answer: SELECT hosts FROM table_name_2 WHERE year = "2004"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19523142_5 (group_11 VARCHAR, group_12 VARCHAR) ### Question: Who played in group 11 when Persipal Palu played in group 12? ### Answer: SELECT group_11 FROM table_19523142_5 WHERE group_12 = "Persipal Palu"
Below is an context that describes a sql 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 (freq_currently VARCHAR, frequency VARCHAR) ### Question: Which freq currently has 0 657? ### Answer: SELECT freq_currently FROM table_name_86 WHERE frequency = "0 657"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_46 (set_3 VARCHAR, time VARCHAR) ### Question: What is the score for set 3 with a time at 15:04? ### Answer: SELECT set_3 FROM table_name_46 WHERE time = "15:04"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (opponent VARCHAR, location VARCHAR) ### Question: Who did they play at sec tournament? ### Answer: SELECT opponent FROM table_name_17 WHERE location = "sec tournament"
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR) ### Question: Name the date for venue of lord's ### Answer: SELECT date FROM table_name_78 WHERE venue = "lord'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_11703336_1 (display_size VARCHAR, year_released VARCHAR) ### Question: what is the display size for the calculator released in 1997? ### Answer: SELECT display_size FROM table_11703336_1 WHERE year_released = "1997"
Below is an context that describes a sql 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, visitor VARCHAR, leading_scorer VARCHAR) ### Question: What is the Score with a Visitor of bucks, and a Leading scorer with maurice williams (25)? ### Answer: SELECT score FROM table_name_81 WHERE visitor = "bucks" AND leading_scorer = "maurice williams (25)"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (host_team VARCHAR, visiting_team VARCHAR) ### Question: Which team hosted the Kansas City Chiefs? ### Answer: SELECT host_team FROM table_name_53 WHERE visiting_team = "kansas city chiefs"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE countries (country_name VARCHAR, country_id VARCHAR); CREATE TABLE departments (department_id VARCHAR, location_id VARCHAR); CREATE TABLE locations (location_id VARCHAR, country_id VARCHAR); CREATE TABLE employees (employee_id VARCHAR, department_id VARCHAR) ### Question: Find employee with ID and name of the country presently where (s)he is working. ### Answer: SELECT T1.employee_id, T4.country_name FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id JOIN locations AS T3 ON T2.location_id = T3.location_id JOIN countries AS T4 ON T3.country_id = T4.country_id
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Flight (origin VARCHAR, destination VARCHAR) ### Question: Show origins of all flights with destination Honolulu. ### Answer: SELECT origin FROM Flight WHERE destination = "Honolulu"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17120964_8 (venue VARCHAR, result VARCHAR) ### Question: What was the venue of the game that was lost 3-4? ### Answer: SELECT venue FROM table_17120964_8 WHERE result = "Lost 3-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_14 (position VARCHAR, podiums VARCHAR, f_laps VARCHAR) ### Question: Which position had 3 podiums and F/laps of 4? ### Answer: SELECT position FROM table_name_14 WHERE podiums = "3" AND f_laps = "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 course (dept_name VARCHAR) ### Question: How many departments offer courses? ### Answer: SELECT COUNT(DISTINCT dept_name) FROM course
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR) ### Question: What was the score for the game on November 1? ### Answer: SELECT score FROM table_name_25 WHERE date = "november 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_13241993_3 (part_2 VARCHAR, part_1 VARCHAR) ### Question: What was the air date of part 2 of the episode whose part 1 was aired on January 31, 2008? ### Answer: SELECT part_2 FROM table_13241993_3 WHERE part_1 = "January 31, 2008"
Below is an context that describes a sql 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 (result VARCHAR, attendance VARCHAR) ### Question: What is the result of the game with 67,715 fans attending? ### Answer: SELECT result FROM table_name_54 WHERE attendance = "67,715"
Below is an context that describes a sql 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 (manufacturer VARCHAR, grid VARCHAR) ### Question: What is the manufacturer with a 14 grid? ### Answer: SELECT manufacturer FROM table_name_13 WHERE grid = "14"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22834834_2 (championship VARCHAR, year VARCHAR) ### Question: Who is the championship for the year of 1993? ### Answer: SELECT championship FROM table_22834834_2 WHERE year = 1993
Below is an context that describes a sql 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 (general_classification VARCHAR, stage VARCHAR) ### Question: What is the general classification with a 13 stage? ### Answer: SELECT general_classification FROM table_name_63 WHERE stage = "13"
Below is an context that describes a sql 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 (position VARCHAR, player VARCHAR) ### Question: What position is played by farmar, jordan jordan farmar? ### Answer: SELECT position FROM table_name_29 WHERE player = "farmar, jordan jordan farmar"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_6 (call_sign VARCHAR, branding VARCHAR) ### Question: What's the call sign if the branding is 1062 DXKI Koronadal? ### Answer: SELECT call_sign FROM table_name_6 WHERE branding = "1062 dxki koronadal"
Below is an context that describes a sql 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 (country VARCHAR, singles_champions VARCHAR, tournament VARCHAR) ### Question: In what Country will Dennis Blömke play the Germany F13 Futures Tournament? ### Answer: SELECT country FROM table_name_9 WHERE singles_champions = "dennis blömke" AND tournament = "germany f13 futures"
Below is an context that describes a sql 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 (total VARCHAR, vuelta VARCHAR, tour VARCHAR) ### Question: How many podiums associated with 1 vuelta and over 7 tours? ### Answer: SELECT COUNT(total) FROM table_name_1 WHERE vuelta = 1 AND tour > 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_88 (tournament VARCHAR) ### Question: What 2007 has wimbledon as the tournament? ### Answer: SELECT 2007 FROM table_name_88 WHERE tournament = "wimbledon"
Below is an context that describes a sql 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 (status VARCHAR, name VARCHAR) ### Question: What is the status of the Cub/John locomotive? ### Answer: SELECT status FROM table_name_34 WHERE name = "the cub/john"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10718631_2 (no_in_series VARCHAR, no_in_season VARCHAR) ### Question: Which episode was the number in the season where the number in the season is 10? ### Answer: SELECT no_in_series FROM table_10718631_2 WHERE no_in_season = 10
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16225511_2 (wins VARCHAR, school VARCHAR) ### Question: How many wins did Baylor have? ### Answer: SELECT COUNT(wins) FROM table_16225511_2 WHERE school = "Baylor"
Below is an context that describes a sql 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 (album_number VARCHAR, chinese__simplified_ VARCHAR) ### Question: What is the album number for the record 情歌没有告诉你, simplified from the traditional Chinese name? ### Answer: SELECT album_number FROM table_name_66 WHERE chinese__simplified_ = "情歌没有告诉你"
Below is an context that describes a sql 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 (general_classification VARCHAR, mountains_classification VARCHAR, points_classification VARCHAR) ### Question: What general classification has david de la fuente as mountains classification, and thor hushovd as points classification? ### Answer: SELECT general_classification FROM table_name_45 WHERE mountains_classification = "david de la fuente" AND points_classification = "thor hushovd"
Below is an context that describes a sql 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 (capacity VARCHAR, volts VARCHAR) ### Question: What is the capacity of 3500v volts? ### Answer: SELECT capacity FROM table_name_4 WHERE volts = "3500v"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1973842_1 (type VARCHAR, nickname VARCHAR) ### Question: What's the type of the school whose students' name is spirits? ### Answer: SELECT type FROM table_1973842_1 WHERE nickname = "Spirits"
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR) ### Question: What is the score of the friendly match? ### Answer: SELECT score FROM table_name_63 WHERE competition = "friendly match"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (tournament VARCHAR) ### Question: Which 2008-12 has a 2007 of A, and a Tournament of us open? ### Answer: SELECT 2008 AS _12 FROM table_name_80 WHERE 2007 = "a" AND tournament = "us open"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (long INTEGER, loss VARCHAR, gain VARCHAR, gp_gs VARCHAR, avg_g VARCHAR) ### Question: What is the average Long that has a GP-GS less than 14, a AVg/G less than 0.8 and a Gain less than 3 and a Loss greater than 8? ### Answer: SELECT AVG(long) FROM table_name_34 WHERE gp_gs < 14 AND avg_g < 0.8 AND gain < 3 AND loss > 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_33 (wheels VARCHAR, built VARCHAR) ### Question: Which wheels were built 1920? ### Answer: SELECT wheels FROM table_name_33 WHERE built = 1920
Below is an context that describes a sql 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 (country VARCHAR, class VARCHAR, qualifying_grand_prix VARCHAR) ### Question: What is Country, when Class is "15 meters", and when Qualifying Grand Prix is "Soaring Grand Prix Of United Kingdom"? ### Answer: SELECT country FROM table_name_43 WHERE class = "15 meters" AND qualifying_grand_prix = "soaring grand prix of united kingdom"
Below is an context that describes a sql 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 (ethernet_ports VARCHAR, name VARCHAR) ### Question: What is the ethernet ports of the u150 appliance? ### Answer: SELECT ethernet_ports FROM table_name_86 WHERE name = "u150"
Below is an context that describes a sql 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 (parts_per_example VARCHAR, value_of_quantity VARCHAR) ### Question: What is the Parts-per example of 2×10 −6? ### Answer: SELECT parts_per_example FROM table_name_75 WHERE value_of_quantity = "2×10 −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_5 (away_team VARCHAR, home_team VARCHAR) ### Question: What is the away team when the home team is Cheltenham Town? ### Answer: SELECT away_team FROM table_name_5 WHERE home_team = "cheltenham town"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (score VARCHAR, partnering VARCHAR) ### Question: What was the score of the game with Nathalie Tauziat as a partner? ### Answer: SELECT score FROM table_name_7 WHERE partnering = "nathalie tauziat"
Below is an context that describes a sql 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 (notes VARCHAR, position VARCHAR, event VARCHAR, year VARCHAR) ### Question: What was the notes of the 400 m event before 2004 with a position of 12th (h)? ### Answer: SELECT notes FROM table_name_69 WHERE event = "400 m" AND year < 2004 AND position = "12th (h)"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (races VARCHAR, position VARCHAR) ### Question: What is the race in the 8th position? ### Answer: SELECT races FROM table_name_43 WHERE position = "8th"
Below is an context that describes a sql 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 (population__2009_estimate_ VARCHAR, largest_city VARCHAR) ### Question: What is the 2009 estimate population of the region with Manaus as the largest city? ### Answer: SELECT population__2009_estimate_ FROM table_name_11 WHERE largest_city = "manaus"
Below is an context that describes a sql 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 (population_estimate_2005 VARCHAR, capital VARCHAR) ### Question: how many population estimate 2005 are for majene? ### Answer: SELECT COUNT(population_estimate_2005) FROM table_name_86 WHERE capital = "majene"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_2 (extra VARCHAR, tournament VARCHAR, result VARCHAR) ### Question: What extra has world championships as the tournament, and 1st as the result? ### Answer: SELECT extra FROM table_name_2 WHERE tournament = "world championships" AND result = "1st"
Below is an context that describes a sql 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 (poles VARCHAR, wins INTEGER) ### Question: What is the total number of poles with less than 0 wins? ### Answer: SELECT COUNT(poles) FROM table_name_43 WHERE wins < 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_24540893_6 (position VARCHAR, school VARCHAR) ### Question: How many players attended SE missouri state? ### Answer: SELECT COUNT(position) FROM table_24540893_6 WHERE school = "SE Missouri State"
Below is an context that describes a sql 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 (away VARCHAR, home VARCHAR, league VARCHAR) ### Question: Playing in the Bundesliga league, what was the Away record for the team with an At Home record of 1-2? ### Answer: SELECT away FROM table_name_40 WHERE home = "1-2" AND league = "bundesliga"
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: what is the tournament when in 2012 the performance was 2r? ### Answer: SELECT tournament FROM table_name_38 WHERE 2012 = "2r"
Below is an context that describes a sql 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 (sub_parish__sogn_ VARCHAR, parish__prestegjeld_ VARCHAR, church_name VARCHAR) ### Question: Which Sub-Parish (Sogn) is in the Parish (Prestegjeld) of hafslo parish and has a church called Hafslo Kyrkje? ### Answer: SELECT sub_parish__sogn_ FROM table_name_30 WHERE parish__prestegjeld_ = "hafslo parish" AND church_name = "hafslo kyrkje"
Below is an context that describes a sql 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 (rank INTEGER, country VARCHAR) ### Question: What was the highest rank for rowers who represented Denmark? ### Answer: SELECT MAX(rank) FROM table_name_94 WHERE country = "denmark"
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11570261_2 (margin_of_victory VARCHAR, runner_s__up VARCHAR) ### Question: What was the margin of victory over Justin Leonard, phillip price? ### Answer: SELECT COUNT(margin_of_victory) FROM table_11570261_2 WHERE runner_s__up = "Justin Leonard, Phillip Price"