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_11406866_2 (opponent VARCHAR, date VARCHAR) ### Question: what is the total number of opponent where date is ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26223231_1 (poles VARCHAR, wins VARCHAR) ### Question: When there are 2 wins, how many poles are? ### 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_78 (site_stadium VARCHAR, score VARCHAR) ### Question: Which site/stadium was the score 1-2? ### 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_34 (conductor VARCHAR, production VARCHAR) ### Question: Who was the Conductor of the Three Pintos (Die ...
Below is an context that describes a sql 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 (wounded VARCHAR, complement VARCHAR) ### Question: How many were Wounded while in a Unit with a Comp...
Below is an context that describes a sql 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 (tms VARCHAR, season VARCHAR) ### Question: which Tms has a Season of 2013? ### Answer: SELECT tms 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_30 (surface VARCHAR, score VARCHAR) ### Question: What is the Surface of the match with a Score of 2–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_36 (start VARCHAR, laps VARCHAR, rank VARCHAR) ### Question: What is the start number for a rank 11 race...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25548505_1 (production_code VARCHAR, directed_by VARCHAR) ### Question: What is the production code of the ep...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_48 (venue VARCHAR, extra VARCHAR, result VARCHAR) ### Question: Which venue had an extra of Team Competi...
Below is an context that describes a sql 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 (outcome VARCHAR, partner VARCHAR, date VARCHAR) ### Question: What is the Outcome when christophe ro...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (Id VARCHAR) ### Question: what is 2003 when 2005 is did not qualify? ### Answer: SELECT 2003 FROM ta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_171236_2 (population VARCHAR, official_name VARCHAR) ### Question: What is the population in Westfield? ### 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_25 (player VARCHAR, cross_code_debut VARCHAR) ### Question: What is the Player with a Cross Code Debut 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_17 (rally_name VARCHAR, surface VARCHAR) ### Question: Which Rally Name has a Surface of asphalt and gra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22514845_4 (race_caller VARCHAR, s_host VARCHAR, year VARCHAR) ### Question: Who is the race caller when jim ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE ship (Name VARCHAR, Nationality VARCHAR) ### Question: Show the name of ships whose nationality is either United St...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Employees (employee_name VARCHAR, role_code VARCHAR) ### Question: Show the names of all the employees with role "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_17 (venue VARCHAR, score VARCHAR) ### Question: what venue saw a score of 285? ### Answer: SELECT venue ...
Below is an context that describes a sql 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 (points INTEGER, poles INTEGER) ### Question: What is the points sum of the series with less than 0 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_58 (high_rebounds VARCHAR, location_attendance VARCHAR) ### Question: What is the highest rebounds that ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (bronze INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR) ### Question: What is the largest amou...
Below is an context that describes a sql 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 (venue VARCHAR, away_team VARCHAR) ### Question: What was the Venue of the North Melbourne Away 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_name_96 (home_team VARCHAR, away_team VARCHAR) ### Question: What is the home team score when the away team i...
Below is an context that describes a sql 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 (result VARCHAR, year VARCHAR, tournament VARCHAR) ### Question: What is the result of the World Race...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (frequency__inbound_outbound_ VARCHAR, train_name VARCHAR) ### Question: What is the frequency of 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_84 (format VARCHAR, catalog VARCHAR, date VARCHAR) ### Question: What was the format in September 1990 f...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14242137_4 (season VARCHAR, oberliga_bayern VARCHAR, oberliga_südwest VARCHAR) ### Question: Name the season ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE train (TIME VARCHAR, train_number VARCHAR, destination VARCHAR) ### Question: Give me the times and numbers of all ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12002388_1 (open_cup VARCHAR, reg_season VARCHAR) ### Question: What was the result of the open cup when they...
Below is an context that describes a sql 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 (weight VARCHAR, name VARCHAR) ### Question: What was the weight of Serhiy Alfyorov? ### 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_17103566_1 (result VARCHAR, team_1 VARCHAR) ### Question: What is the result when team 1 is ICL Pakistan? ###...
Below is an context that describes a sql 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 (race_2 VARCHAR, race_4 VARCHAR) ### Question: What is Race 2, when Race 4 is 28? ### 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_34 (name VARCHAR, years_played VARCHAR, date_and_opponent VARCHAR) ### Question: Which Name has a Years ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14346353_1 (title VARCHAR, series__number VARCHAR) ### Question: What is the title of series #1? ### 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 airports (country VARCHAR, elevation VARCHAR) ### Question: Which country is the airport that has the highest altit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE dorm (dormid VARCHAR, student_capacity INTEGER); CREATE TABLE has_amenity (dormid VARCHAR) ### Question: Find the n...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_16 (young_rider_classification VARCHAR, general_classification VARCHAR, stage VARCHAR) ### Question: 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_49 (res VARCHAR, record VARCHAR) ### Question: Record of 47–5 (1) involved what res? ### Answer: SELECT ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_24 (location VARCHAR, opponent VARCHAR) ### Question: Where was the location for Arras Paul Arras? ### 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 manager (Country VARCHAR) ### Question: Show the distinct countries of managers. ### Answer: SELECT DISTINCT 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_11207040_5 (lowest INTEGER, stadium VARCHAR) ### Question: What is the lowest attendance that East End Park 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_77 (week INTEGER, attendance INTEGER) ### Question: Tell me the lowest week for attedance less thaan 32,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE browser (market_share INTEGER) ### Question: What is the maximum, minimum and average market share of the listed br...
Below is an context that describes a sql 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 (constructor VARCHAR, driver VARCHAR) ### Question: Who constructed rolf stommelen's car? ### 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_70 (player VARCHAR, place VARCHAR) ### Question: Which player is T3? ### Answer: SELECT player FROM tabl...
Below is an context that describes a sql 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 (county VARCHAR, bush_number VARCHAR) ### Question: Which county had a Bush number of votes of 566? #...
Below is an context that describes a sql 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 (result VARCHAR, week VARCHAR, date VARCHAR) ### Question: What happened on November 20, 1983 before ...
Below is an context that describes a sql 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 (years_competed VARCHAR, nickname VARCHAR) ### Question: Tell me the years competed for panthers ### ...
Below is an context that describes a sql 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 (prohibition_ticket VARCHAR, socialist_labor_ticket VARCHAR) ### Question: Which Prohibition ticket 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_66 (lost VARCHAR, played INTEGER) ### Question: How many games lost associated with under 14 played? ###...
Below is an context that describes a sql 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 (time VARCHAR, lane VARCHAR) ### Question: What was the time of the swimmer in lane 7? ### 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_71 (home_team VARCHAR, venue VARCHAR) ### Question: What was the home teams score at Junction 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_25220821_3 (rank INTEGER, tues_1_june VARCHAR) ### Question: If Tuesday 1 June is 20' 59.60 107.834mph, 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_69 (place VARCHAR, points VARCHAR) ### Question: how many times was the points 18? ### 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_41 (year INTEGER, competition VARCHAR) ### Question: What year was the competition vitry-sur-seine humar...
Below is an context that describes a sql 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 (game INTEGER, score VARCHAR) ### Question: Which Game is the highest one that has a Score of 3–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_299121_2 (season VARCHAR) ### Question: When was the 3rd season premiere originally aired? ### 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_47 (Id VARCHAR) ### Question: What is the value in 1987 when it is A in 1999, 1989, and 1997? ### 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_14977252_2 (place VARCHAR, professional_jury VARCHAR) ### Question: Name the place of the jury of 5 ### 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_16729063_2 (date VARCHAR, opponent VARCHAR) ### Question: What date was the opponent the Los Angeles Raiders?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19061741_3 (edition VARCHAR, total_days_in_pbb_house VARCHAR, status VARCHAR) ### Question: When winner is 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_159359_2 (start_date__1st_night_ VARCHAR, season VARCHAR) ### Question: When are start dates (1st night) for ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_74 (outcome VARCHAR, partner VARCHAR, date VARCHAR) ### Question: On October 1, 1995 with Dora Djilianov...
Below is an context that describes 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 (Name VARCHAR, Continent VARCHAR, population INTEGER) ### Question: Which African countries have 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 Course_Authors_and_Tutors (personal_name VARCHAR); CREATE TABLE Students (personal_name VARCHAR) ### Question: Find...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (grid INTEGER, time_retired VARCHAR, laps VARCHAR) ### Question: What is the highest grid when the ra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12715053_1 (molecular_target VARCHAR, compound_name VARCHAR) ### Question: What is the molecular target liste...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE trained_in (physician VARCHAR, treatment VARCHAR); CREATE TABLE procedures (name VARCHAR, cost INTEGER); CREATE 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_94 (country VARCHAR, score VARCHAR) ### Question: Can you tell me the Country that has the Score of 69-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_1 (character VARCHAR, year VARCHAR, award_ceremony VARCHAR) ### Question: Which character was nominated ...
Below is an context that describes a sql 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, game VARCHAR) ### Question: What's the score of Game 2? ### Answer: SELECT score FROM...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15568886_14 (proto_oceanic VARCHAR, proto_polynesian VARCHAR) ### Question: Name the proto oceanic for *fafin...
Below is an context that describes a sql 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 (team VARCHAR, time VARCHAR) ### Question: What team was the player that received a penalty at time 3...
Below is an context that describes a sql 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 (mixed_doubles VARCHAR, year VARCHAR) ### Question: Who won in mixed doubles in 2008? ### 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_57 (location VARCHAR, event VARCHAR, method VARCHAR, round VARCHAR) ### Question: Which Location has a 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_28697228_4 (player VARCHAR, passing_yards VARCHAR) ### Question: How may players have a passing yard score of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE customers (first_name VARCHAR, last_name VARCHAR, id VARCHAR); CREATE TABLE invoices (customer_id VARCHAR, invoice_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26419467_1 (age VARCHAR, hometown VARCHAR) ### Question: How many people were from portland, or? ### 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_4 (tournament VARCHAR) ### Question: What tournament had an A in 2012 and Q2 in 2010? ### 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_25 (opponent VARCHAR, time VARCHAR) ### Question: Who was the opponent in the match that lasted 1:22? ##...
Below is an context that describes a sql 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 (name VARCHAR, reserved_for___sc___st__none_ VARCHAR, constituency_number VARCHAR) ### Question: What...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_79 (team_1 VARCHAR) ### Question: WHAT IS THE FIRST LEG OF TUILLA? ### Answer: SELECT 1 AS st_leg FROM 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_2 (score VARCHAR, money___$__ VARCHAR, player VARCHAR) ### Question: What is Score, when Money ( $ ) is ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_22 (position VARCHAR, cfl_team VARCHAR) ### Question: What position do the bc lions pick? ### 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_69 (division INTEGER, goals VARCHAR, country VARCHAR, apps VARCHAR) ### Question: What is the total of 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_71 (first_elected INTEGER, incumbent VARCHAR) ### Question: Incumbent John Sullivan has what as biggest ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE schedule (film_id VARCHAR, show_times_per_day INTEGER); CREATE TABLE film (directed_by VARCHAR, film_id 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 tracks (album_id VARCHAR); CREATE TABLE albums (title VARCHAR, id VARCHAR) ### Question: List title of albums have ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19312274_2 (total VARCHAR, last_current_driver_s_ VARCHAR) ### Question: how many total where last/current dr...
Below is an context that describes a sql 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 (director VARCHAR, year VARCHAR) ### Question: Name the director for 1957 ### Answer: SELECT director...
Below is an context that describes a sql 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 (nationality VARCHAR, jersey_number_s_ VARCHAR) ### Question: What is the Nationality of the Player 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_76 (method VARCHAR, res VARCHAR, time VARCHAR) ### Question: What is the method where there is a loss 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_13981938_1 (wine_style VARCHAR, grand_cru VARCHAR) ### Question: what's the wine style with grand cru being 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 faculty (lname VARCHAR, rank VARCHAR); CREATE TABLE activity (activity_name VARCHAR); CREATE TABLE Faculty_particip...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24949975_1 (away_team VARCHAR, result VARCHAR, home_team VARCHAR) ### Question: What was the away team when 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_25008327_8 (russian VARCHAR, bulgarian VARCHAR) ### Question: What is every value for Russian when value for ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (iata VARCHAR, airport VARCHAR) ### Question: What is the IATA code for SHahjalal International Airpor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE tracks (composer VARCHAR, name VARCHAR) ### Question: Who is the composer of track Fast As a Shark? ### 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_16570286_4 (player VARCHAR, best_bowling VARCHAR) ### Question: How many players Bowled 4/125? ### Answer: SE...