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_17 (premiers VARCHAR, details VARCHAR) ### Question: Which premier team played the 1951 NSWRFL Grand Fin...
Below is an context that describes a sql 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 (inception VARCHAR, assets_us$billion VARCHAR, abbreviation VARCHAR) ### Question: What's the incepti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24600706_1 (us_exclusive VARCHAR, artist_band VARCHAR) ### Question: Name the us exclusive for miley cyrus ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_87 (no_of_channels VARCHAR, transmission VARCHAR, provider VARCHAR) ### Question: How many analogue sate...
Below is an context that describes a sql 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 (country VARCHAR, tournament VARCHAR) ### Question: For the Indian Wells Masters tournament, what was...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (unit VARCHAR, construction_start VARCHAR) ### Question: Construction start of 1 december 1984 is wha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11545282_11 (position VARCHAR, nationality VARCHAR) ### Question: Name the position of Turkey ### 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_1965650_3 (nhl_team VARCHAR, player VARCHAR) ### Question: Name the nhl times for jeff jacques ### 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_90 (date VARCHAR, home_team VARCHAR) ### Question: On what date did the match where fitzroy was the home...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE campuses (campus VARCHAR, YEAR VARCHAR) ### Question: Find all the campuses opened in 1958. ### Answer: SELECT camp...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_178408_1 (location_of_the_church VARCHAR, church_name VARCHAR) ### Question: Name the location of the church ...
Below is an context that describes a sql 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 (round VARCHAR, overall VARCHAR) ### Question: Name the round having an overall of 6 ### 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_16048129_5 (number_of_families VARCHAR, _percentage_of_total_deportees VARCHAR) ### Question: How many total ...
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR) ### Question: What was the crowd numbers when the VFL played Victoria ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (ties INTEGER, games_played VARCHAR, wins VARCHAR, goals_against VARCHAR) ### Question: For teams 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_25517718_3 (position VARCHAR, player VARCHAR) ### Question: What position does Boggs play? ### 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_26218124_1 (original_club VARCHAR, name VARCHAR) ### Question: Which club was originally named hapoel katamon...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE exhibition (ticket_price INTEGER, YEAR INTEGER) ### Question: Show the average, minimum, and maximum ticket prices ...
Below is an context that describes a sql 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 (call_sign VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR) ### Question: What is the call sign 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_57 (notes VARCHAR, shirt_printing VARCHAR, year VARCHAR) ### Question: What are the notes for the shirt ...
Below is an context that describes a sql 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 (home_team VARCHAR) ### Question: What is Fitzroy's Home team score? ### Answer: SELECT home_team AS ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341663_19 (district VARCHAR, incumbent VARCHAR) ### Question: What district did Dave Treen serve? ### 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_65 (week VARCHAR, winners VARCHAR) ### Question: In what Week was Serena Williams 6–1, 6–7(7), 6–3 the 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 (attendance VARCHAR, date VARCHAR) ### Question: What was the attendance on November 1, 1942? ### 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_8 (legs VARCHAR, year INTEGER) ### Question: what is the legs when the year is earlier than 2009? ### 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_61 (venue VARCHAR, result VARCHAR, date VARCHAR) ### Question: What is the venue of the match with a w r...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (player VARCHAR, placing VARCHAR) ### Question: Who is the player in 20th place? ### Answer: SELECT p...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (grid INTEGER, laps VARCHAR) ### Question: I want the highest grid for Laps of 38 ### 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 customers (customer_name VARCHAR, customer_phone VARCHAR, customer_email VARCHAR, customer_id VARCHAR); CREATE 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_22 (caps VARCHAR, player VARCHAR) ### Question: How many caps did the player Mile Sterjovski have? ### 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_40 (laps VARCHAR, qual VARCHAR, rank VARCHAR, time_retired VARCHAR) ### Question: What laps have a rank ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668374_18 (incumbent VARCHAR, party VARCHAR, first_elected VARCHAR) ### Question: What incumbent was a feder...
Below is an context that describes a sql 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 (segment_d VARCHAR, episode VARCHAR) ### Question: What was the D segment for episode 60? ### 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_23 (cr_no INTEGER, works VARCHAR, lms_no VARCHAR) ### Question: What's the CR number that has an LMS num...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27374004_2 (chairman VARCHAR, current_manager VARCHAR) ### Question: Who is the chairman when the current man...
Below is an context that describes a sql 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 (displacement VARCHAR, version VARCHAR) ### Question: I want the displacement for version of db ### 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_14465871_1 (unix_shell VARCHAR, powershell__cmdlet_ VARCHAR) ### Question: What are the names of all unix she...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE CUSTOMER (FirstName VARCHAR, CustomerId VARCHAR, country VARCHAR); CREATE TABLE INVOICE (CustomerId VARCHAR) ### Qu...
Below is an context that describes a sql 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 (week VARCHAR, opponent VARCHAR, attendance VARCHAR) ### Question: Which Week has an Opponent of wash...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1893815_1 (release_date VARCHAR, album_number VARCHAR) ### Question: Name the release date for album # 2nd ##...
Below is an context that describes a sql 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 (years_member VARCHAR, school VARCHAR) ### Question: What years does Goreville High School have membe...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What is the 2011 when the 2007 is a, and the 2012 is sf? ### 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 Financial_transactions (account_id VARCHAR); CREATE TABLE Accounts (account_name VARCHAR, account_id VARCHAR) ### Q...
Below is an context that describes a sql 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 (ship_type VARCHAR, name VARCHAR) ### Question: What type of ship was the Shinano? ### 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_49 (athlete VARCHAR, time VARCHAR) ### Question: Who is the Athlete with a rowing Time of 6:36.05? ### 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_14310205_1 (copa_libertadores_1997 VARCHAR, team VARCHAR) ### Question: what is the racing club where copa li...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16494599_5 (position VARCHAR, player VARCHAR) ### Question: Which position did kevin edwards play for ### 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_11677691_11 (hometown VARCHAR, school VARCHAR) ### Question: What is the hometown of the player who attended ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11622392_1 (location VARCHAR, purse__$__ VARCHAR) ### Question: How many tournaments in Texas had a purse hig...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (grid INTEGER, driver VARCHAR) ### Question: I want the lowest Grid for David Coulthard ### 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_245801_1 (launch_date VARCHAR, crew VARCHAR) ### Question: Name the launch date for vladimir lyakhov , aleks...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23285805_6 (high_rebounds VARCHAR, game VARCHAR) ### Question: Who has the most rebounds for game 42? ### 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 student (fname VARCHAR, stuid VARCHAR); CREATE TABLE has_pet (stuid VARCHAR, petid VARCHAR); CREATE TABLE pets (pet...
Below is an context that describes a sql 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 (grid INTEGER, laps VARCHAR, driver VARCHAR) ### Question: When the driver is Juan Manuel Fangio and ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12165999_1 (position VARCHAR, afl_team VARCHAR) ### Question: What position does the Cincinnati Bengals' play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (points INTEGER, wins INTEGER) ### Question: What is the average points won when Carlos had 0 wins? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Instruments (instrument VARCHAR) ### Question: What are all the instruments used? ### Answer: SELECT DISTINCT instr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (format VARCHAR, catalogno VARCHAR) ### Question: Whati s the format for the catalogno of st 491? ###...
Below is an context that describes a sql 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 (year INTEGER, location VARCHAR, winner VARCHAR) ### Question: WHAT YEAR WAS AT GIANTS STADIUM, WITH ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (Id VARCHAR) ### Question: what is the listing for 1999 when 1990 is more than 0, 2003 is 3, 2007 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_47 (total_produced INTEGER, model VARCHAR) ### Question: What is the smallest total produced with a mode...
Below is an context that describes a sql 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 (no_result INTEGER, year VARCHAR, _percentage_win VARCHAR, played VARCHAR) ### Question: What kind 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_69 (name VARCHAR) ### Question: What is the 1.93 for Svetlana Shkolina? ### Answer: SELECT 193 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_25 (origin_of_programming VARCHAR, genre VARCHAR, network VARCHAR) ### Question: Where does the network ...
Below is an context that describes a sql 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 (attendance VARCHAR, week VARCHAR, record VARCHAR) ### Question: What was the Attendance before Week ...
Below is an context that describes a sql 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 (pole_position VARCHAR, grand_prix VARCHAR) ### Question: What is the pole position of the Portuguese...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341672_14 (candidates VARCHAR, district VARCHAR) ### Question: Name the candidates for illinois 15 ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_46 (location VARCHAR, team VARCHAR) ### Question: What is the location of South Adelaide? ### 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_22 (round INTEGER, pick__number VARCHAR, position VARCHAR) ### Question: What is the average Round, when...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1214035_1 (league VARCHAR, open_cup VARCHAR) ### Question: For which league is the open cup the quarter final...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (wins INTEGER, losses VARCHAR, against VARCHAR) ### Question: How many wins have 16 losses and an Aga...
Below is an context that describes a sql 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 (game VARCHAR, player VARCHAR) ### Question: What game did Eoin Holohan play in? ### Answer: SELECT g...
Below is an context that describes a sql 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 (year INTEGER, competition VARCHAR) ### Question: What is the first year of the European Championship...
Below is an context that describes a sql 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 (deed_number VARCHAR, population VARCHAR, name_of_community VARCHAR) ### Question: What was the deed ...
Below is an context that describes a sql 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_of_inauguration VARCHAR, length_of_retirement VARCHAR) ### Question: What is the date of the in...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13845918_3 (womens_doubles VARCHAR, year VARCHAR) ### Question: Name the number of women's doubles for 1986 #...
Below is an context that describes a sql 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 (goal_difference VARCHAR, position VARCHAR) ### Question: What is the goal difference number with a 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_38 (winner VARCHAR, date VARCHAR) ### Question: Who won on 28 May? ### Answer: SELECT winner 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 table_name_61 (draws VARCHAR, losses VARCHAR, points VARCHAR) ### Question: What is the number of draws for the tea...
Below is an context that describes a sql 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 (player VARCHAR, pl_gp INTEGER) ### Question: What player has a number of playoff games played 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_89 (top_5 INTEGER, events VARCHAR, cuts_made VARCHAR, tournament VARCHAR) ### Question: What is the aver...
Below is an context that describes a sql 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 (director VARCHAR, title VARCHAR) ### Question: What is the Director of the Film The Fugitive? ### 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 station (name VARCHAR, station_id VARCHAR); CREATE TABLE train_station (name VARCHAR, station_id VARCHAR) ### Quest...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20745759_1 (score VARCHAR, date VARCHAR) ### Question: Name the score for march 29, 1997 ### Answer: SELECT 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_93 (points_classification VARCHAR, young_rider_classification VARCHAR, general_classification 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 dorm (dorm_name VARCHAR, gender VARCHAR, student_capacity VARCHAR) ### Question: Find the name and gender type 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_83 (league_cup_apps VARCHAR, fa_cup_apps VARCHAR) ### Question: Which league cup apps has FA as the cup ...
Below is an context that describes a sql 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 (position VARCHAR, pick VARCHAR, college VARCHAR) ### Question: What position did the player from Ric...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10848177_1 (song VARCHAR, picturization VARCHAR) ### Question: Which song has picturization by only vijay? ##...
Below is an context that describes a sql 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 (player VARCHAR, rank VARCHAR, seasons VARCHAR) ### Question: What player is ranked 2 and played 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_2570269_3 (cast VARCHAR, episode__number VARCHAR) ### Question: Who are the cast members of episode 3-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_56 (role VARCHAR, festival_organization VARCHAR) ### Question: What role was nominated at the Sydney Fil...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE game (season INTEGER) ### Question: How many games are held after season 2007? ### Answer: SELECT COUNT(*) FROM gam...
Below is an context that describes a sql 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, couple VARCHAR, style VARCHAR) ### Question: Which Score has a Couple comprised of jas...
Below is an context that describes a sql 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 (goals INTEGER, ranking VARCHAR, years VARCHAR) ### Question: Who had fewer goals than 4 during the 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_17359181_1 (points_2 VARCHAR, won VARCHAR) ### Question: What is every value for Points 2 when the value of 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_14 (result VARCHAR, round VARCHAR) ### Question: What is the result the R3 round? ### Answer: SELECT res...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: What is the value for the Wimbledon tournament in 1996? ### 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_44 (replaced_by VARCHAR, team VARCHAR) ### Question: Who replaced the manager of team arminia bielefeld?...
Below is an context that describes a sql 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 (historical_references VARCHAR, podcast_date VARCHAR) ### Question: What is the historical reference ...