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 track (seating INTEGER) ### Question: What is the minimum, maximum, and average seating for all tracks. ### 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_22570439_1 (written_by VARCHAR, directed_by VARCHAR) ### Question: Who is the written by when mark worthingto...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21330550_2 (location VARCHAR, big_ten_team VARCHAR) ### Question: How many locations have #12 Michigan State ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (game_site VARCHAR, attendance VARCHAR) ### Question: Where was the game held when the attendance 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_35 (away_team VARCHAR, home_team VARCHAR) ### Question: What was the away team's score in the game again...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19089486_1 (clubs_remaining INTEGER) ### Question: Name the least clubs remaining ### Answer: SELECT MIN(club...
Below is an context that describes a sql 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 (weight VARCHAR, block VARCHAR, spike VARCHAR) ### Question: What is the number of weight values assoc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23274514_9 (record VARCHAR, team VARCHAR) ### Question: What was the record when they played golden state? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26996293_3 (player VARCHAR, position VARCHAR) ### Question: What player drafted was an OG? ### 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_1341663_6 (result VARCHAR, district VARCHAR) ### Question: How many outcomes were there in the elections in C...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_45 (hardness VARCHAR, liquid_at__°c_ VARCHAR) ### Question: What is the hardness for the alloy that is l...
Below is an context that describes a sql 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 (wickets INTEGER, runs VARCHAR, matches VARCHAR) ### Question: What is the total number of wickets 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_16799784_9 (diameter__km_ VARCHAR, longitude VARCHAR) ### Question: At a longitude of 293.0e, what is the dia...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14418812_1 (opponent VARCHAR, game_site VARCHAR) ### Question: Name the opponent for astrodome ### 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_25703_1 (birth_2013 VARCHAR, january_september_2013 VARCHAR) ### Question: How many figures for birth/2013 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_name_91 (race VARCHAR, most_laps_led VARCHAR, winning_team VARCHAR, pole_position 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_8 (games INTEGER, name VARCHAR, rank VARCHAR) ### Question: How many Games for Rank 2 Terrell McIntyre? ...
Below is an context that describes a sql 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 (date VARCHAR, score VARCHAR) ### Question: When has a Score of 6–3, 6–4? ### Answer: SELECT date 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_name_6 (attendance INTEGER, date VARCHAR) ### Question: What is the usual attendance for july 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_51 (record VARCHAR, attendance VARCHAR) ### Question: Which record has 64,053 as the attendance? ### 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 bridge (name VARCHAR, architect_id VARCHAR, length_feet VARCHAR); CREATE TABLE architect (id VARCHAR, nationality V...
Below is an context that describes a sql 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 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What is the air date for the 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_19112_3 (industry VARCHAR, company VARCHAR) ### Question: Name the total number of industry for maxis ### 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_15621965_1 (nationality VARCHAR, no VARCHAR) ### Question: Name the nationality of number 9 ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1671401_2 (team_s_ VARCHAR, top_10 VARCHAR) ### Question: Name the total number of teams for top 10 being 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_44 (result VARCHAR, attendance VARCHAR) ### Question: What is the result when the attendance is 960? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2409041_6 (title VARCHAR, no_in_season VARCHAR) ### Question: What is the title of season 2? ### 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_71 (attendance VARCHAR, visitor VARCHAR) ### Question: Name the attendance for when the washington wizar...
Below is an context that describes a sql 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 (pick__number INTEGER, college VARCHAR) ### Question: What was the highest pick for Penn State? ### 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_87 (date VARCHAR, record VARCHAR) ### Question: What is the Date with a Record that is 7.39? ### 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_24399615_10 (viewers VARCHAR, bbc_three_weekly_ranking VARCHAR) ### Question: How many individuals watched 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_24353141_1 (original_3rd_us_tour_cast VARCHAR, original_1st_us_tour_cast VARCHAR) ### Question: Who was 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_7 (against INTEGER, opposing_team VARCHAR) ### Question: What is the highest Against for a game against ...
Below is an context that describes a sql 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 (date VARCHAR, mach VARCHAR) ### Question: What Date has a Mach of 0.662? ### Answer: SELECT date 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_name_19 (venue VARCHAR, notes VARCHAR) ### Question: Which venue has 2:04.22 notes? ### 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_15 (date VARCHAR, away_team VARCHAR) ### Question: WHAT IS THE DATE WITH AN AWAY TEAM OF BURTON ALBION? ...
Below is an context that describes a sql 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 (played INTEGER, losses VARCHAR, wins VARCHAR) ### Question: How many Played that has Losses of 6, 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 (home_team VARCHAR, week VARCHAR) ### Question: What is the home team in week 1? ### Answer: SELECT 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_7 (tie_no VARCHAR, away_team VARCHAR) ### Question: What was the Tie Number of the Bradford City away te...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_12 (date VARCHAR, race VARCHAR) ### Question: What date was the Italian Grand Prix? ### Answer: SELECT d...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (gdp_per_capita__us INTEGER, area__km²_ VARCHAR, state VARCHAR) ### Question: Which GDP per capita (U...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (date VARCHAR, city VARCHAR) ### Question: When was the event in the City of Baden? ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10960039_1 (player VARCHAR, college VARCHAR) ### Question: Which player's college is Saskatchewan? ### 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_6 (round VARCHAR, player VARCHAR) ### Question: WHAT IS THE ROUND FOR ZACH BOYCHUK? ### Answer: SELECT C...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (driver VARCHAR, time_retired VARCHAR) ### Question: Which driver has a Time/Retired of +1 lap? ### 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 (silver INTEGER, rank VARCHAR, total VARCHAR) ### Question: What is the sum of silvers for countries ...
Below is an context that describes a 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 (title VARCHAR, directed_by VARCHAR) ### Question: What is the title of the episode directed by 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_name_32 (issue_date_s_ VARCHAR, artist VARCHAR) ### Question: Which Issue Date(s) has an Artist of men at wor...
Below is an context that describes a sql 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 (marriage VARCHAR, became_queen VARCHAR) ### Question: How is the marriage of who became queen on 30 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28628309_9 (player VARCHAR, category VARCHAR) ### Question: Who is the player when the category is steals per...
Below is an context that describes a sql 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 (year INTEGER, margin VARCHAR) ### Question: Name the average year for 46 margin ### Answer: SELECT 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_52 (blood_type VARCHAR, agency VARCHAR) ### Question: What's the blood type of the member from the visio...
Below is an context that describes a sql 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 (year INTEGER, saar VARCHAR, hessen VARCHAR) ### Question: What is the average year for a Saar of FK ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26485957_1 (judging_panel_points INTEGER) ### Question: What is the minimum score given in judging panel poin...
Below is an context that describes a sql 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 (city_of_license VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR) ### Question: Name the city with 103....
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23492454_1 (no_in_series VARCHAR, no_in_season VARCHAR) ### Question: How many episodes in the series are als...
Below is an context that describes a sql 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 (goals VARCHAR, average INTEGER) ### Question: What is the sum of Goals win an Average larger than 1?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (participants INTEGER, silver INTEGER) ### Question: What is the total number of Participants that ha...
Below is an context that describes a sql 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 (goals_against INTEGER, lost VARCHAR, goals_for VARCHAR) ### Question: What is the smallest number 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_3 (score VARCHAR, date VARCHAR) ### Question: What was the score on April 20? ### Answer: SELECT score 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_name_10 (l2_cache VARCHAR, idle_power VARCHAR, model_number VARCHAR) ### Question: What is the L2 Cache for M...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_96 (year INTEGER, venue VARCHAR, event VARCHAR, competition VARCHAR) ### Question: How many years had 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_56 (shts INTEGER, goalkeeper VARCHAR) ### Question: What is the highest SHTS of Kasey Keller ### 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_89 (silver INTEGER, bronze VARCHAR, total VARCHAR, rank VARCHAR) ### Question: How many silvers on avera...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (longitude_အင်္သာ VARCHAR, latin VARCHAR) ### Question: What is the longitude of Taurus? ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (goals INTEGER, position VARCHAR, league VARCHAR) ### Question: Goals that has a Position of 14th 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_43 (championship VARCHAR, margin VARCHAR) ### Question: Which championship had a margin of 10 strokes? #...
Below is an context that describes a 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 (affiliation VARCHAR, mascot VARCHAR) ### Question: How many teams have the titans as a 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_42 (date VARCHAR, away_team VARCHAR) ### Question: Which Date has an Away team of south melbourne? ### 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_2467150_2 (cores VARCHAR, tdp VARCHAR) ### Question: What is every value for cores if TDP is 17 W? ### 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_35 (team_a VARCHAR, team_c VARCHAR) ### Question: Who is Team A when wilma hofschneider-david is team C?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25595107_1 (loa__metres_ VARCHAR, skipper VARCHAR) ### Question: What were the LOA (metres) for the yacht whe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13535824_2 (Id VARCHAR) ### Question: what's the minimum 180s value ### Answer: SELECT MIN(180 AS s) FROM tab...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (to_par VARCHAR, player VARCHAR) ### Question: What did billy andrade to par? ### Answer: SELECT to_pa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14948647_1 (bhofen_number2__rk_ VARCHAR, ga_pa__rk_ VARCHAR) ### Question: What was the Bhofen #2 score and 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_17 (date VARCHAR, away_team VARCHAR) ### Question: what date were they playing in hawthorn ### 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_65 (home_team VARCHAR, venue VARCHAR) ### Question: What is the home team score at glenferrie 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_15796072_1 (original_artist VARCHAR, week__number VARCHAR) ### Question: Who was the original artist for 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_75 (year VARCHAR, position VARCHAR) ### Question: What year was the position 6/13? ### Answer: SELECT ye...
Below is an context that describes a sql 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 (obesity_rank INTEGER, obese_children_and_adolescents VARCHAR) ### Question: What's the rank when 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_29697744_1 (level VARCHAR, position VARCHAR) ### Question: what is the name of the level for the 7th position...
Below is an context that describes a sql 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 (fate VARCHAR, ship VARCHAR) ### Question: What is the fate for the Bremen ship? ### Answer: SELECT 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_name_38 (pick VARCHAR, school VARCHAR) ### Question: What pick did Clemson choose? ### Answer: SELECT pick 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_1973729_2 (founded INTEGER) ### Question: What is the latest founded year? ### Answer: SELECT MAX(founded) 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_20866024_2 (engine VARCHAR, gvw__kg_ton_ VARCHAR, model_designation VARCHAR) ### Question: What's the engine ...
Below is an context that describes a sql 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 (power__kw_ VARCHAR, frequency VARCHAR) ### Question: What is the Power (kW) for the station with a 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_16099880_5 (report VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR) ### Question: What is the report 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 HOTELS (price_range INTEGER, star_rating_code VARCHAR, pets_allowed_yn VARCHAR) ### Question: Show the average pric...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27734769_8 (date VARCHAR, high_rebounds VARCHAR) ### Question: What is the date the high rebounds were by lam...
Below is an context that describes a sql 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 (player VARCHAR, round VARCHAR, college_junior_club_team__league_ VARCHAR) ### Question: Which Player...
Below is an context that describes a sql 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 (transfer_fee VARCHAR, country VARCHAR) ### Question: What is the transfer fee for the country of Nir...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: Which 2009 tournament had Grand Slams? ### Answer: SELECT tourname...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2417741_1 (margin_of_victory VARCHAR, winner VARCHAR) ### Question: When hale irwin is the winner what is 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_17941032_2 (played VARCHAR, tries_for VARCHAR) ### Question: How many times were there plays with a try of 56...
Below is an context that describes a sql 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 (away_team VARCHAR, score VARCHAR) ### Question: Which Away team has a Score of 0–3? ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22460085_1 (original_south_korean_performer VARCHAR, original_manchester_performer VARCHAR) ### Question: Who...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (grand_final_dual_television_commentator VARCHAR, spokesperson VARCHAR) ### Question: What is the 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_name_70 (japanese_title VARCHAR, average_ratings VARCHAR, episodes VARCHAR, tv_station VARCHAR) ### Question:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_84 (record VARCHAR, week VARCHAR) ### Question: What was the record for the Chargers on Week 10? ### 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_12919003_2 (viewers_millions_ VARCHAR, episode VARCHAR) ### Question: How many viewers did Episode 5 have? ##...