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_73 (score VARCHAR, visitor VARCHAR, date VARCHAR) ### Question: What was the score of the game on Novemb...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Has_allergy (StuID VARCHAR); CREATE TABLE Student (StuID VARCHAR) ### Question: What are the student ids of student...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12121208_1 (womens_singles VARCHAR, mens_singles VARCHAR) ### Question: Who won the womens singles when Marc ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (no_result INTEGER, matches VARCHAR, wins VARCHAR) ### Question: How many total No Results occured wh...
Below is an context that describes a 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 (episode_title VARCHAR, original_air_date__uk_ VARCHAR) ### Question: What is the title of the epis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19359427_6 (date_of_appointment VARCHAR, position_in_table VARCHAR) ### Question: When was the new manager of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (fastest_laps INTEGER, poles VARCHAR, races VARCHAR) ### Question: How many Fastest Laps have Poles ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28068063_2 (aggregate_score VARCHAR, winners VARCHAR) ### Question: What was the aggregate score for the matc...
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR) ### Question: When the home team of st kilda was playing, what...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (class VARCHAR, behind VARCHAR) ### Question: What is the class of the team that has a behind of +44....
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_71 (year INTEGER, points VARCHAR, rank VARCHAR) ### Question: What earliest year with points larger than...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE employees (job_id VARCHAR, salary INTEGER) ### Question: Find the job ID for those jobs which average salary is abo...
Below is an context that describes a sql 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 (date VARCHAR, set_3 VARCHAR) ### Question: What date was the Set 3 of 12–25? ### Answer: SELECT date...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (party VARCHAR, net_gain_loss VARCHAR) ### Question: Which party has a net gain/loss of -2? ### 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_59 (song VARCHAR, length VARCHAR) ### Question: Which song lasts 3:34? ### Answer: SELECT song 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_41 (particle VARCHAR, isospin_i VARCHAR, commonly_decays_to VARCHAR) ### Question: Which Particle has 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_94 (engine VARCHAR, driver VARCHAR, team VARCHAR, chassis VARCHAR) ### Question: What type of engine doe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE film (title VARCHAR, film_id VARCHAR, rental_rate VARCHAR); CREATE TABLE inventory (film_id VARCHAR); CREATE 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_97 (fall_06 INTEGER, fall_09 VARCHAR) ### Question: What number is Fall 06 from the state with 34 for Fa...
Below is an context that describes a sql 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 (captain VARCHAR, team VARCHAR) ### Question: What is the name of the captain for team Norwich City? ...
Below is an context that describes 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_id VARCHAR, customer_name VARCHAR); CREATE TABLE customer_contact_channels (customer_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 table_name_65 (country VARCHAR, player VARCHAR) ### Question: What is the country of Craig Stadler? ### 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_23 (position VARCHAR, competition VARCHAR) ### Question: In what position did Salina Kosgei finish in 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_49 (attendance VARCHAR, game VARCHAR, date VARCHAR) ### Question: Which Attendance has a Game smaller 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_61 (season VARCHAR, goals VARCHAR, rank VARCHAR, club VARCHAR) ### Question: Which Season has a Rank sma...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_3 (goal_difference INTEGER, wins VARCHAR, draws VARCHAR, goals_against VARCHAR) ### Question: What 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_name_2 (position INTEGER, points VARCHAR, wins VARCHAR) ### Question: What is the minimum position when point...
Below is an context that describes a sql 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 (hometown VARCHAR, college VARCHAR) ### Question: What is the hometown for the player that went to 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_41 (years VARCHAR, authority VARCHAR, decile VARCHAR, area VARCHAR) ### Question: Which years have a Dec...
Below is an context that describes a sql 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 (tournament VARCHAR, winning_score VARCHAR) ### Question: Which tournament had a winning score of 67-...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17525955_2 (rating VARCHAR, us_air_date VARCHAR) ### Question: How many rating/share values does the episode ...
Below is an context that describes a 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 is the type of the school whose students' nickn...
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR) ### Question: What was the away team's score in the match at Victo...
Below is an context that describes a 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 (goal_average_1 VARCHAR, goals_against VARCHAR) ### Question: How many values of goal average 1 oc...
Below is an context that describes a sql 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 (place VARCHAR, bronze VARCHAR, silver VARCHAR, year VARCHAR) ### Question: In which Place was the Si...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_221398_1 (prefecture VARCHAR, number_in_map VARCHAR) ### Question: What prefecture is listed in the map as nu...
Below is an context that describes a sql 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 (significand__fraction_field_ VARCHAR, value VARCHAR) ### Question: What's the Significant of a value ...
Below is an context that describes a sql 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 (chemical_class VARCHAR, formula VARCHAR) ### Question: What is the chemical class for ri? ### 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_2266976_1 (driver VARCHAR, year VARCHAR) ### Question: Who was the driver in 1986? ### Answer: SELECT driver ...
Below is an context that describes a sql 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 (competition VARCHAR, date VARCHAR) ### Question: What is Competition, when Date is "28 March 2001"? ...
Below is an context that describes a sql 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 (heat VARCHAR, nationality VARCHAR, lane VARCHAR, rank VARCHAR) ### Question: How many heats had 5 la...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14778650_1 (writer VARCHAR, length VARCHAR) ### Question: Who was the writer for the song 4:29 in length? ###...
Below is an context that describes a sql 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 Score has a Date of 11 september 2010? ### Answer: S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (matches INTEGER, points VARCHAR, goals VARCHAR) ### Question: What are the highest matches that 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_13259019_2 (date VARCHAR, game_site VARCHAR) ### Question: On what day was the team playing at milwaukee coun...
Below is an context that describes a sql 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 (attendance VARCHAR, date VARCHAR) ### Question: How many attended the game on August 12? ### 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_76 (airport VARCHAR, iata VARCHAR) ### Question: What airport has an IATA of ARN? ### Answer: SELECT air...
Below is an context that describes a sql 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 (gold INTEGER, nation VARCHAR, bronze VARCHAR) ### Question: Tell me the average gold for moldova 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_name_79 (winner VARCHAR, score VARCHAR) ### Question: Who was the winner with a score of 7–6 (7–3) , 2–6, [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_29141354_2 (scores VARCHAR, jamie_and_johns_guest VARCHAR) ### Question: What were the scores when Jamie 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_2139023_2 (outcome VARCHAR, championship VARCHAR) ### Question: What was the result of the Australian Champio...
Below is an context that describes a sql 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 (frequency VARCHAR, power__kw_ VARCHAR) ### Question: Which frequency has 40kw power? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_44 (magnitude INTEGER, date VARCHAR) ### Question: What is the sum of Magnitude on february 12, 1953? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Movie (director VARCHAR, title VARCHAR); CREATE TABLE Movie (title VARCHAR, year VARCHAR, director VARCHAR) ### Que...
Below is an context that describes a sql 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 (total INTEGER, nation VARCHAR, gold VARCHAR) ### Question: What is the Total that has a number of Na...
Below is an context that describes a sql 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 (opponent VARCHAR, score VARCHAR) ### Question: What is the Opponent with a Score that is 2–6, 6–4, 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_32 (state VARCHAR, representative VARCHAR) ### Question: Which state does Jimmy Quillen represent? ### 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_21 (rank VARCHAR, constituency VARCHAR, result VARCHAR, winning_party_2003 VARCHAR, swing_to_gain VARCHA...
Below is an context that describes a sql 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 (floors VARCHAR, rank VARCHAR, city VARCHAR) ### Question: What is the number of floors when the r 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_name_21 (country VARCHAR, airport VARCHAR) ### Question: Which country features Adelaide Airport? ### 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_16066063_1 (city_1 VARCHAR, city_2 VARCHAR) ### Question: Which city is listed first when Okinawa is listed 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_28137918_5 (new_adherents_per_year VARCHAR, religion VARCHAR) ### Question: Name the number of new adherents...
Below is an context that describes a sql 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 (elected VARCHAR, incumbent VARCHAR) ### Question: What is the 2008 Candidates Elected before 1994 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_1827690_4 (no VARCHAR, elected VARCHAR) ### Question: When 1462/63 was the elected what was the no.? ### Answ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (gold INTEGER, total VARCHAR, bronze VARCHAR, rank VARCHAR) ### Question: How many gold have a bronze...
Below is an context that describes a sql 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 (bronze INTEGER, silver VARCHAR, total VARCHAR) ### Question: Which Bronze has a Silver of 15, and 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_74 (surface VARCHAR, opponents_in_the_final VARCHAR, tournament VARCHAR) ### Question: which Surface has...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1974782_1 (type VARCHAR, location VARCHAR) ### Question: What's the type of the school in New London, Connect...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20898602_1 (player VARCHAR, status VARCHAR, position VARCHAR) ### Question: how many players played running b...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (losses VARCHAR, matches VARCHAR) ### Question: What is the losses for the 5 matches? ### 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_40 (date VARCHAR, nationality VARCHAR, event VARCHAR) ### Question: What was the date of the discus thro...
Below is an context that describes a sql 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 (tournament VARCHAR, runner_s__up VARCHAR) ### Question: What tournament was Laura Davies the runner-...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2527617_1 (best_player VARCHAR, season VARCHAR) ### Question: Who is the best player in the 1998 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 table_name_40 (Id VARCHAR) ### Question: What shows for 2002 when the 2004 is A, and the 2005 is 1r? ### 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_77 (city_of_license VARCHAR, class VARCHAR, identifier VARCHAR) ### Question: Which city has a C1 class ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (team_2 VARCHAR, team_1 VARCHAR) ### Question: What is the Team 2 with a Team 1 that is milli piyango...
Below is an context that describes a sql 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 (minister VARCHAR, party VARCHAR) ### Question: What is Minister, when Party is "AN"? ### 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 loan (branch_id VARCHAR); CREATE TABLE bank (bname VARCHAR, branch_id VARCHAR) ### Question: Find the total amount ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22355_44 (silver INTEGER, athlete VARCHAR) ### Question: Name the silver for ronald weigel category:articles ...
Below is an context that describes a sql 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 (series_number VARCHAR, dvd_region_1_release_date VARCHAR, original_air_date VARCHAR, number_of_episo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (type VARCHAR, issued VARCHAR) ### Question: What type was issued in 1964? ### Answer: SELECT type FRO...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13456202_1 (location VARCHAR, mascot VARCHAR) ### Question: What are the locations with a panthers mascot? ##...
Below is an context that describes a sql 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 (game_site VARCHAR, date VARCHAR) ### Question: Name the game site for october 18, 1992 ### 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_86 (average INTEGER, swimsuit INTEGER) ### Question: What is the average of the contestant with a swimsu...
Below is an context that describes a sql 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 (score VARCHAR, team VARCHAR) ### Question: WHAT IS THE SCORE WITH THE TEAM OF INDIANA? ### 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_14342480_15 (extra_points INTEGER) ### Question: What is the highest number of extra points? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (round VARCHAR) ### Question: What is the 1st leg of 2q round? ### Answer: SELECT 1 AS st_leg 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_17427004_7 (quarterfinals VARCHAR, athlete VARCHAR) ### Question: Who did Abdelhafid Benchebla face in the 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_24 (round VARCHAR, surface VARCHAR) ### Question: How many rounds have a Surface of wintry asphalt? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (round VARCHAR, date VARCHAR) ### Question: Which round was played on 10 May? ### Answer: SELECT roun...
Below is an context that describes a sql 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 (fourth_place VARCHAR, year VARCHAR) ### Question: What is the Fourth place with a Year that is 1978?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (date VARCHAR, opponent VARCHAR) ### Question: When is Northern Ireland the opponent? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_25 (total INTEGER, silver VARCHAR, bronze VARCHAR, gold VARCHAR) ### Question: What's the total with sil...
Below is an context that describes a sql 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 (surface VARCHAR, score_in_the_final VARCHAR, opponents_in_the_final VARCHAR) ### Question: Name 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_13 (director_s_ VARCHAR, film VARCHAR) ### Question: Which director made Mi-temps? ### Answer: SELECT di...
Below is an context that describes a sql 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 (tonnage__grt_ INTEGER, fate VARCHAR) ### Question: How much tonnage was damaged? ### 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_254234_1 (chinese_name VARCHAR, capital VARCHAR) ### Question: What is the chinese name of the province whose...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (lane INTEGER, time VARCHAR) ### Question: What lane has a time of 1:57.71? ### Answer: SELECT SUM(la...
Below is an context that describes a sql 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 (score VARCHAR, high_assists VARCHAR) ### Question: Which Score has a High assists of whalen (5)? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (home_team VARCHAR, venue VARCHAR) ### Question: When the game was played at the Venue of Lake Oval, ...