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_2516282_3 (year VARCHAR, score VARCHAR) ### Question: In what year was the score 7–5, 7–6 (7–5)? ### 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 (record VARCHAR, date VARCHAR) ### Question: What was the record on April 1? ### Answer: SELECT recor...
Below is an context that describes a sql 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 (losses INTEGER, away VARCHAR, wins VARCHAR) ### Question: What is the highest number of losses that 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_24 (player VARCHAR, wins INTEGER) ### Question: What is the name of the player with less than 2 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 table_name_10 (voice_actor__harmony_gold_ova_dub_ VARCHAR, voice_actor__adv_tv_sentai_ova_dub_ VARCHAR) ### Questio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE company (Headquarters VARCHAR) ### Question: Show the headquarters that have at least two companies. ### 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_24 (tournament VARCHAR, date VARCHAR) ### Question: Name the tournament for march 25, 2012 ### 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_79 (home_team VARCHAR, crowd INTEGER) ### Question: What was the home team's score at the game that had ...
Below is an context that describes a sql 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 (points INTEGER, score VARCHAR, attendance VARCHAR) ### Question: How many Points have a Score of 3–2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (opened INTEGER, system VARCHAR, daily_ridership VARCHAR) ### Question: Which Opened has a System 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_40 (faith VARCHAR, name VARCHAR) ### Question: Which faith has a name of Belswains? ### 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_12142298_2 (rightfielder VARCHAR, starting_pitcher VARCHAR) ### Question: Who was the RF when the SP was vice...
Below is an context that describes a sql 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 (minutes INTEGER, rank VARCHAR, club VARCHAR) ### Question: What are the minutes of the Player from 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 (points VARCHAR, car_no VARCHAR) ### Question: How many points did car 20 score? ### 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_47 (team VARCHAR, last_match VARCHAR) ### Question: What is the name of team with Palmeiras 4-2 portugue...
Below is an context that describes a sql 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 (winning_team VARCHAR, date VARCHAR) ### Question: What is the Winning team on january 28, 2006? ### ...
Below is an context that describes a sql 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 (neck VARCHAR, shoulder VARCHAR) ### Question: What is the neck measurement of the gun with a shoulde...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17319931_1 (laps INTEGER, points VARCHAR) ### Question: What is the highest number of laps led with 16 points...
Below is an context that describes a sql 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 (tie_no VARCHAR, home_team VARCHAR) ### Question: Scunthorpe United as the home team has what tie 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_name_62 (city___state VARCHAR, series VARCHAR) ### Question: In what City/State did the ATCC Round 4 series 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_77 (place VARCHAR, to_par VARCHAR, score VARCHAR) ### Question: What place has a To par of +4 and a scor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1373768_1 (torque VARCHAR, trim VARCHAR) ### Question: what's the torque with trim being xe (2009) ### 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_49 (gold INTEGER, nation VARCHAR) ### Question: How much gold did South Korea get? ### Answer: SELECT SU...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_68 (injured VARCHAR, location VARCHAR) ### Question: How many are injured in Borneo? ### 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_10 (result VARCHAR, week VARCHAR, date VARCHAR) ### Question: What was the Result of the game on Decembe...
Below is an context that describes a sql 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 (country VARCHAR, score VARCHAR, player VARCHAR) ### Question: What country does miguel ángel jiménez...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17311759_4 (score VARCHAR, team VARCHAR) ### Question: What are the scores made by Charlotte team ### 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_94 (round VARCHAR, pick VARCHAR, player VARCHAR) ### Question: What round was Joe Patton selected with 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_95 (venue VARCHAR, away_team VARCHAR) ### Question: Where did st kilda play as the away team? ### 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_2597876_2 (top_5 VARCHAR, avg_start VARCHAR) ### Question: What is every value for top 5 if average start 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_37 (pick__number INTEGER, position VARCHAR, player VARCHAR) ### Question: The player is Tim Regan and 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_9 (position VARCHAR, lost VARCHAR, drawn VARCHAR, difference VARCHAR) ### Question: How many positions 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_8 (engine VARCHAR, year VARCHAR, power VARCHAR) ### Question: Which Engine has a Year that's 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 table_name_12 (home_team VARCHAR, away_team VARCHAR) ### Question: who is the home team when the away team is bolto...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18662026_1 (position VARCHAR, country VARCHAR) ### Question: How many positions was the United States 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_name_18 (social_software VARCHAR, charting VARCHAR, discussion VARCHAR, time_tracking 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_2 (title VARCHAR, season VARCHAR, first_broadcast VARCHAR) ### Question: What is Title, when Season 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_36 (county VARCHAR, ihsaa_football_class VARCHAR, mascot VARCHAR) ### Question: What county has an IHSAA...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR) ### Question: Name the total number of replaced...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (dolphins_points VARCHAR, attendance VARCHAR) ### Question: What'd the total Dolphin points when ther...
Below is an context that describes a sql 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 (song VARCHAR, date VARCHAR) ### Question: What song came out on March 8, 2008? ### Answer: SELECT son...
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR) ### Question: Which Score has a Competition of uefa euro 2012 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_78 (d_47 VARCHAR, d_41 VARCHAR) ### Question: I want the D 47 for D 41 being r 21 ### Answer: SELECT d_4...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25235489_2 (march_27_29 VARCHAR, november_3 VARCHAR) ### Question: When November is 153 what is the March 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_name_12 (rank INTEGER, mountain_peak VARCHAR) ### Question: What is the highest rank Mount Elbert 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_5 (home_team VARCHAR, venue VARCHAR) ### Question: At the venue Vfl Park, what was the Home team score? ...
Below is an context that describes a sql 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 (first_appearance VARCHAR, portrayed_by VARCHAR) ### Question: What is the name of the first appearan...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (written_by VARCHAR, originalairdate VARCHAR) ### Question: What is Written By, when Originalairdate ...
Below is an context that describes a sql 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 (season VARCHAR, professional_partner VARCHAR, average VARCHAR, rank VARCHAR) ### Question: Which seas...
Below is an context that describes a sql 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 (gdp_per_capita__us$_ VARCHAR, population VARCHAR) ### Question: What is the GDP of the nation with 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_94 (home_team VARCHAR, venue VARCHAR) ### Question: Which home team has a venue of Arden Street 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 stadium (name VARCHAR, id VARCHAR, stadium_id VARCHAR); CREATE TABLE event (name VARCHAR, id VARCHAR, stadium_id VA...
Below is an context that describes a sql 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 (games VARCHAR, sport VARCHAR, medal VARCHAR) ### Question: When did Pakistan win a Gold Medal in Fie...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (year INTEGER, result VARCHAR, location VARCHAR) ### Question: Which Year has a Result smaller than 2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_30 (score VARCHAR, date VARCHAR) ### Question: What is Score, when Date is "Nov 28"? ### Answer: SELECT ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13665809_2 (byu_uu_score VARCHAR, uu_usu_score VARCHAR) ### Question: what's the byu-uu score with uu-usu sco...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26409328_1 (written_by VARCHAR, directed_by VARCHAR, production_code VARCHAR) ### Question: who wrote the epi...
Below is an context that describes a sql 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, release_air_date VARCHAR, role VARCHAR, radio_station_production_company 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_26 (crowd VARCHAR, away_team VARCHAR) ### Question: How large was the crowd when Carlton was the 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_23563375_11 (w_l VARCHAR, result VARCHAR) ### Question: What were the w/l when the final score was 2–6, 5–7, ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (home_team VARCHAR, tie_no VARCHAR) ### Question: What home team has 16 as the tie no.? ### 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_40 (games_played INTEGER, losses VARCHAR, wins VARCHAR) ### Question: What is the largest number of Game...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (date VARCHAR, record VARCHAR) ### Question: When was the record 17-17? ### Answer: SELECT date FROM ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE cars_data (weight INTEGER, cylinders VARCHAR, year VARCHAR) ### Question: What is the smallest weight of the car pr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1140078_2 (pole_position VARCHAR, location VARCHAR) ### Question: What is the pole position of paul ricard? #...
Below is an context that describes a sql 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 (semi_final_second_television_commentator VARCHAR, year_s_ VARCHAR, final_television_commentator VARC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (no_8 VARCHAR, no_4 VARCHAR, no_7 VARCHAR) ### Question: What is the No. 8 of the person with a No. 4...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10402018_1 (toronto___broadway VARCHAR, uk_tour VARCHAR) ### Question: Which person is in the tronto/broadway...
Below is an context that describes a sql 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 (to_par VARCHAR, player VARCHAR) ### Question: What is To Par, when Player is Greg Norman? ### 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_39 (opposition VARCHAR, stadium VARCHAR) ### Question: Who was the opposition at 11,682 excl. exhibition...
Below is an context that describes a sql 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 (area VARCHAR, name VARCHAR) ### Question: What area is named Mackenzie college? ### 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_40 (value VARCHAR, british_name VARCHAR) ### Question: what is the value when the british name is maxima...
Below is an context that describes a sql 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 (byes INTEGER, against VARCHAR, wimmera_fl VARCHAR) ### Question: Which Byes have an Against larger 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_95 (monument_name VARCHAR, year_built VARCHAR, county VARCHAR) ### Question: What Monument was built aft...
Below is an context that describes a sql 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 (gross_revenue__1979_ VARCHAR, venue VARCHAR) ### Question: What is the Gross Revenue (1979) of the 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_12547903_3 (location VARCHAR, callsign VARCHAR) ### Question: How many places featured the DXCL Callsign? ###...
Below is an context that describes a sql 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 (venue VARCHAR, result VARCHAR, score VARCHAR) ### Question: Which Venue has a Result of 5-1, and a 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_14747043_1 (class_aA VARCHAR, school_year VARCHAR) ### Question: How many class AA in the year 2002-03 ### 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_1342292_42 (candidates VARCHAR, incumbent VARCHAR) ### Question: Who are all the candidates when Sam Rayburn ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE orders (order_id VARCHAR); CREATE TABLE order_items (order_id VARCHAR) ### Question: What is the id of the order 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_87 (team VARCHAR, time_retired VARCHAR, grid VARCHAR) ### Question: Name the Team which has a Time/Retir...
Below is an context that describes a sql 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 (city VARCHAR, name VARCHAR) ### Question: Which city is Alianza? ### Answer: SELECT city 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_229917_2 (date__ddmmyyyy_ VARCHAR, tail_number VARCHAR) ### Question: When did the airplane with tail number ...
Below is an context that describes a sql 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 (date VARCHAR, outcome VARCHAR, surface VARCHAR) ### Question: Which Date had an Outcome of runner-up...
Below is an context that describes a sql 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 (record VARCHAR, loss VARCHAR) ### Question: For the Loss of Plesac (1-5), what is the Record? ### 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_83 (score VARCHAR, player VARCHAR) ### Question: What is the score for Nick Faldo? ### Answer: SELECT sc...
Below is an context that describes a sql 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 (platform VARCHAR, system VARCHAR, name VARCHAR) ### Question: What platform is nds4droid on for 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_29 (visitor VARCHAR, score VARCHAR) ### Question: Who was the visiting team at the Cavaliers game that 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_65 (result VARCHAR, score VARCHAR) ### Question: What was the result of the game with a score of 4-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_22355_11 (nation VARCHAR, athlete VARCHAR) ### Question: What nation had the athlete sebastian coe category: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_10236830_6 (actors_name VARCHAR, film_name VARCHAR, nomination VARCHAR) ### Question: What is the name of the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21378339_5 (televote_points VARCHAR, song VARCHAR) ### Question: Name the total number of televote points for...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (episode VARCHAR, viii_season VARCHAR) ### Question: What is Episode, when VIII Season is 5 082 535 (...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1603807_2 (length VARCHAR, line VARCHAR) ### Question: How many lengths of line 3 are given? ### 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_27 (bulls VARCHAR, venue VARCHAR) ### Question: What was the total number for the Bulls when they were 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_53 (county VARCHAR, opposition VARCHAR, player VARCHAR) ### Question: What County has an Opposition of 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_28059992_5 (pick__number VARCHAR, cfl_team VARCHAR) ### Question: What pick number was the player that was pi...
Below is an context that describes a sql 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 (bronze INTEGER, total VARCHAR, rank VARCHAR, nation VARCHAR) ### Question: What is the average Bronz...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2226817_2 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What is the original air date fo...
Below is an context that describes a sql 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 (team VARCHAR, game VARCHAR) ### Question: What is the Team in Game 41? ### Answer: SELECT team FROM ...