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_16 (top_25 VARCHAR, top_5 VARCHAR, top_10 VARCHAR, tournament VARCHAR) ### Question: What is the total n...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (date VARCHAR, loss VARCHAR) ### Question: What was the date of the game with a loss of Bush (1–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 (pick__number INTEGER, round VARCHAR, position VARCHAR, college VARCHAR) ### Question: A Round larger...
Below is an context that describes a sql 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 (iata VARCHAR, city VARCHAR) ### Question: What is the IATA for the city of Amsterdam? ### 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_21284653_1 (municipal_status VARCHAR, population_density VARCHAR) ### Question: What is the municipal status ...
Below is an context that describes a sql 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 (game INTEGER, record VARCHAR, opponents VARCHAR) ### Question: In which game did the opponent 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_80 (role VARCHAR, year VARCHAR) ### Question: What was the role in 1996? ### Answer: SELECT role 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_name_48 (nba_draft VARCHAR, college VARCHAR) ### Question: What is the NBA draft result of the player from 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_21269143_1 (result VARCHAR, round VARCHAR) ### Question: Name the result for round 13 ### Answer: SELECT resu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15887683_16 (hdtv VARCHAR, television_service VARCHAR) ### Question: How many values of HDTV correspond to 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_2147588_4 (district VARCHAR, successor VARCHAR) ### Question: When william b. campbell (u) is the successor w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (game_site VARCHAR, result VARCHAR) ### Question: What game site has a result of bye? ### 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_66 (screen_pixels VARCHAR, maker VARCHAR, weight VARCHAR) ### Question: For Amazon.com's device with a w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (away_team VARCHAR, home_team VARCHAR) ### Question: Which Away team score has a Home team of richmon...
Below is an context that describes a sql 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 (release_date VARCHAR, sspec_number VARCHAR) ### Question: What's the release date for the processor ...
Below is an context that describes a sql 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 (record VARCHAR, visitor VARCHAR) ### Question: Atlanta was a visitor on December 8, what was their 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_24807406_1 (assists VARCHAR, minutes VARCHAR) ### Question: What is the assists total number if the minutes i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26375386_23 (result VARCHAR, total VARCHAR) ### Question: What was the result for the total of 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_92 (quantity_made VARCHAR, wheel_arrangement VARCHAR, class VARCHAR) ### Question: What is the quantity ...
Below is an context that describes a sql 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 (rank INTEGER, nation VARCHAR, bronze VARCHAR) ### Question: What is the total rank for New Zealand, ...
Below is an context that describes a sql 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 (format VARCHAR, label VARCHAR) ### Question: What is Candlelight Records format? ### 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_32 (transmission VARCHAR, trim VARCHAR) ### Question: What is the Removal that has a Trim of xe (2009)? ...
Below is an context that describes a sql 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 (attendance INTEGER, record VARCHAR) ### Question: What is the largest number in attendance 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_name_63 (league_cup_apps INTEGER, fa_cup_goals VARCHAR, fa_cup_apps VARCHAR) ### Question: What is the sum 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_18813011_6 (high_assists VARCHAR, date VARCHAR) ### Question: Who had the most assist and how many on July 26...
Below is an context that describes a sql 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 (laps INTEGER, team VARCHAR) ### Question: What are Perkins Engineering's fewest laps? ### 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_10712301_5 (licence_award_date VARCHAR, region VARCHAR) ### Question: What is the license award date for Nort...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (total INTEGER, to_par INTEGER) ### Question: Name the most total with to par more than 16 ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (episode__number VARCHAR, original_airdate VARCHAR) ### Question: What is the episode # of the episod...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_203802_2 (english_party_name VARCHAR) ### Question: How many parties are named the Center Alliance ### 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_46 (modern_title_of_house VARCHAR, translation VARCHAR) ### Question: Which modern house title translate...
Below is an context that describes a sql 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 (manuals VARCHAR, opus VARCHAR) ### Question: What manuals have the opus of 135? ### Answer: SELECT 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_2175858_1 (miles__km_ VARCHAR, average_speed__mph_ VARCHAR) ### Question: How many miles were driven with 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_1341690_35 (candidates VARCHAR, first_elected VARCHAR) ### Question: Who were the candidates in the districts...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE department (dept_name VARCHAR, budget INTEGER) ### Question: Find the name and budget of departments whose budgets ...
Below is an context that describes a sql 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 VARCHAR, caps VARCHAR) ### Question: How many goals were scored when there were 73 caps? ### 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_29 (highest_position VARCHAR, album_title VARCHAR, issue_date VARCHAR) ### Question: What is the highest...
Below is an context that describes a sql 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 (location VARCHAR, year VARCHAR) ### Question: What is the location for 2012? ### Answer: SELECT loca...
Below is an context that describes a sql 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 (silver INTEGER, gold VARCHAR, nation VARCHAR, total VARCHAR, bronze VARCHAR) ### Question: Tell me 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_31 (team VARCHAR, time VARCHAR) ### Question: Which Team has a Time of 1:14.51.73? ### Answer: SELECT 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_71 (grid VARCHAR, time_retired VARCHAR, laps VARCHAR) ### Question: What's the total grid for a Time/Ret...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE user_profiles (partitionid VARCHAR, name VARCHAR) ### Question: What is the partition id of the user named "Iron Ma...
Below is an context that describes a sql 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 (away_team VARCHAR, match_score VARCHAR) ### Question: What is the Away team when the match score 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_64 (title VARCHAR, left_office VARCHAR, entered_office VARCHAR) ### Question: What is the title of the k...
Below is an context that describes a sql 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 (recording VARCHAR, year VARCHAR) ### Question: Name the recording for 2012 ### Answer: SELECT record...
Below is an context that describes a sql 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 (constellation VARCHAR, ngc_number INTEGER) ### Question: What is the name of the constellation that ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_6 (rank INTEGER, nation VARCHAR, bronze VARCHAR, total VARCHAR) ### Question: What kind of Rank has a Br...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (place VARCHAR, money___$__ VARCHAR, player VARCHAR) ### Question: What is the place when the 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_28 (pick INTEGER, player VARCHAR) ### Question: What's the total number of picks of a team that had june...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10294071_1 (total_w_l VARCHAR, doubles_w_l VARCHAR) ### Question: what is the total number of total w–l where...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (time_retired VARCHAR, constructor VARCHAR, laps VARCHAR) ### Question: What is the Time/Retired when...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10706879_3 (winning_team VARCHAR, name VARCHAR) ### Question: The winning team of the race, los angeles times...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29803475_2 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ### Question: What is every original 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_18 (position VARCHAR, college VARCHAR, overall VARCHAR) ### Question: Which Position has a College of wa...
Below is an context that describes a sql 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 (position VARCHAR, overall VARCHAR, pick VARCHAR) ### Question: What is Position, when Overallis less...
Below is an context that describes a sql 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 (series VARCHAR, team VARCHAR) ### Question: What series was Dick Johnson Racing the 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_51 (record VARCHAR, attendance VARCHAR) ### Question: What was their record when the attendance was 26,8...
Below is an context that describes a sql 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 (floors INTEGER, street_address VARCHAR) ### Question: What is the average number of floors at 170 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_27 (byes INTEGER, central_murray VARCHAR, losses VARCHAR) ### Question: What is the byes for Woorineen w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12226390_3 (title VARCHAR, production_code VARCHAR) ### Question: what's the total number of title for produc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE races (name VARCHAR, date VARCHAR) ### Question: What is the name of the race held most recently? ### 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_name_14 (estd INTEGER, college_or_campus_name VARCHAR) ### Question: In what year was anna university - panru...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1594772_2 (team__b_ VARCHAR, margin VARCHAR, winner VARCHAR) ### Question: Name the number of team for 35 run...
Below is an context that describes a sql 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 (constructor VARCHAR, grid VARCHAR, rank VARCHAR) ### Question: Who was #16 rank constructor with a g...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (record VARCHAR, opponent VARCHAR) ### Question: What is Record, when Opponent is San Francisco Warri...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1473672_4 (college_junior_club_team VARCHAR, pick__number VARCHAR) ### Question: Name the college/junior 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_31 (gold VARCHAR, bronze INTEGER) ### Question: What is the value for Gold, when the value for Bronze 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_12679326_1 (district VARCHAR, party VARCHAR, committee VARCHAR) ### Question: What district is represented by...
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR) ### Question: When did South Melbourne play as the home team? ### 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 editor (Age VARCHAR) ### Question: What are the different ages of editors? Show each age along with the number of e...
Below is an context that describes a sql 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 (championship VARCHAR, year VARCHAR, winning_score VARCHAR) ### Question: Which championship after 19...
Below is an context that describes a sql 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 (silver INTEGER, rank VARCHAR, bronze VARCHAR, gold VARCHAR) ### Question: What is the highest 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_53 (agricultural_panel INTEGER, national_university_of_ireland VARCHAR, labour_panel VARCHAR, total 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_35 (to_par VARCHAR, place VARCHAR, player VARCHAR) ### Question: What is the to par for t10 and Colin Mo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20539826_1 (mccain_percentage VARCHAR, county VARCHAR) ### Question: How many percent of the votes in Debaca ...
Below is an context that describes a sql 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 (fleet_size INTEGER, iata VARCHAR, commenced_operations VARCHAR) ### Question: What is the of Fleet 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_name_41 (result VARCHAR, goal VARCHAR, venue VARCHAR, competition VARCHAR) ### Question: What was the result ...
Below is an context that describes a sql 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 (drawn INTEGER, points VARCHAR, games VARCHAR) ### Question: What is the highest number of draws with...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_79 (attendance VARCHAR, result VARCHAR) ### Question: What was the attendance when the result was a bye?...
Below is an context that describes a sql 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 (wins INTEGER, against VARCHAR, losses VARCHAR) ### Question: What is the largest amount of wins of 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_30 (silver VARCHAR, nation VARCHAR, rank VARCHAR) ### Question: How many silvers have a Nation of hungar...
Below is an context that describes a sql 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 (silver INTEGER, rank VARCHAR, total VARCHAR) ### Question: What is the most number of silvers for 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_54 (year VARCHAR, artist VARCHAR) ### Question: In what year was the artist Afro-dite? ### 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_name_68 (crowd VARCHAR, away_team VARCHAR) ### Question: What is the listed crowd when essendon is the away 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_11959669_6 (team VARCHAR, score VARCHAR) ### Question: What is the team when the score is 88–86? ### 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_83 (total INTEGER, position VARCHAR, a_score VARCHAR) ### Question: What's the total when the position w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_62 (district VARCHAR, party VARCHAR, first_elected VARCHAR) ### Question: Which district has a Democrati...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1218784_1 (manager VARCHAR, rank VARCHAR) ### Question: Who is the manager whose rank is 16? ### 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_11157122_5 (attempts INTEGER, player VARCHAR) ### Question: How many attempts did Charles White make? ### Ans...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (date VARCHAR, silbert VARCHAR) ### Question: What is the date of the poll with Silbert at 18%? ### 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_89 (capacity INTEGER, vehicle VARCHAR) ### Question: What is the lowest capacity for the 1975 toyota cel...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1008653_1 (capital___exonym__ VARCHAR, capital___endonym__ VARCHAR) ### Question: What is the English name gi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26129220_2 (party VARCHAR, district VARCHAR) ### Question: What is the party for district 27? ### 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_56 (pronunciation_b VARCHAR, meaning_a VARCHAR) ### Question: Name the pronunciation b for meaning of gr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27882867_6 (location_attendance VARCHAR, date VARCHAR) ### Question: How many games did they play on january ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28884858_1 (home_games VARCHAR, average_attendance VARCHAR) ### Question: How many home games are listed when...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (mongolian VARCHAR, tamil_தமிழ் VARCHAR) ### Question: Which Mongolian has a Tamil தமிழ் of pūrāṭam ப...
Below is an context that describes a sql 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 (tie_no VARCHAR, home_team VARCHAR) ### Question: What is the tie no for the home team swansea 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 table_name_57 (record VARCHAR, opponent VARCHAR, date VARCHAR) ### Question: What was the home team's record when t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16815824_1 (round4 INTEGER, team VARCHAR) ### Question: What was team Toshiba's round 4 score? ### Answer: SE...