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_2477085_1 (production VARCHAR, alpina_model VARCHAR) ### Question: Name the production for alpina model being...
Below is an context that describes a sql 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 (manager VARCHAR, club VARCHAR) ### Question: Who is the manager of club fc twente? ### 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_96 (total INTEGER, lecturers VARCHAR, professors VARCHAR) ### Question: What is the total in the case 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_77 (visitor VARCHAR, home VARCHAR, date VARCHAR) ### Question: What is Visitor, when Home is "Chicago Bl...
Below is an context that describes a sql 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 (resident_state VARCHAR, election_year VARCHAR) ### Question: What is the resident state for the pres...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20726262_3 (no_in_season VARCHAR, production_code VARCHAR) ### Question: What season number did production co...
Below is an context that describes a sql 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 (team VARCHAR, date VARCHAR) ### Question: WHAT IS THE TEAM FOR DECEMBER 30? ### Answer: SELECT team ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22753245_1 (margin VARCHAR, party VARCHAR, winner VARCHAR) ### Question: How many margin results are listed 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_name_37 (city_of_license VARCHAR, frequency VARCHAR) ### Question: Name the city of license with frequency 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_20850527_1 (result VARCHAR, record VARCHAR) ### Question: How many wins or losses were there when the 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 building (name VARCHAR, building_id VARCHAR); CREATE TABLE building (name VARCHAR); CREATE TABLE institution (build...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23259077_1 (championship VARCHAR, opponent_in_the_final VARCHAR) ### Question: In which championship did John...
Below is an context that describes a sql 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 (relative_height__m_ VARCHAR, country VARCHAR, parent VARCHAR) ### Question: What is the relative heig...
Below is an context that describes a sql 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 (score VARCHAR, venue VARCHAR) ### Question: The game played at Sultan Qaboos Sports Complex, Muscat ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28967275_2 (production_code VARCHAR, series__number VARCHAR) ### Question: What is the production code 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_name_32 (ship_types_delivered VARCHAR, yard_name VARCHAR) ### Question: What types of ships were made at 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_87 (driving_force_ex VARCHAR, gt_force VARCHAR, g27_racing_wheel VARCHAR) ### Question: GT Force of yes,...
Below is an context that describes a sql 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 (position VARCHAR, games_played VARCHAR, w_l_d VARCHAR) ### Question: Which position had 5 games play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (report VARCHAR, home_team VARCHAR) ### Question: what is the report when the home team is new zealan...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1817852_1 (to_iran VARCHAR, survived VARCHAR) ### Question: If 4 went to iran and the amount that survived 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_27155678_2 (gene_name VARCHAR, accession_number VARCHAR) ### Question: Name the gene name for accession numbe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE PRODUCTS (Product_Name VARCHAR, Product_Price INTEGER) ### Question: What are the different product names? What 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_11336756_6 (termini VARCHAR, route_name VARCHAR, direction VARCHAR, junctions VARCHAR) ### Question: How many...
Below is an context that describes a sql 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 (place VARCHAR, player VARCHAR) ### Question: Where is David Frost from? ### Answer: SELECT place 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_31 (attendance VARCHAR, result VARCHAR) ### Question: Result of l 17–20 had what attendance? ### 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 dorm (dorm_name VARCHAR, dormid VARCHAR); CREATE TABLE has_amenity (dormid VARCHAR, amenid VARCHAR); CREATE TABLE 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_68 (runner_up VARCHAR, location VARCHAR) ### Question: Who was the Runner-up in Hossegor? ### 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_48 (venue VARCHAR, competition VARCHAR) ### Question: What is the Venue of the 2002 World Cup Qualificat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (graded_hammer_three__gh3_ VARCHAR, model VARCHAR) ### Question: Which Graded Hammer Three (GH3) show...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11658094_1 (enrollment INTEGER, institution VARCHAR) ### Question: What is the minimum enrollment at barton 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_84 (rank INTEGER, nation VARCHAR, bronze VARCHAR) ### Question: What is the total rank of Hungary (HUN) ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE participants_in_Events (participant_id VARCHAR) ### Question: What are all the distinct participant ids who attende...
Below is an context that describes a sql 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 (notes VARCHAR, year INTEGER) ### Question: What notes are for years earlier than 2010? ### Answer: S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (against VARCHAR, opposing_teams VARCHAR) ### Question: What is the against when the opposing team 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_72 (shipyard VARCHAR, laid_down VARCHAR) ### Question: Which shipyard has a fleet that was laid down on ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE pilot (name VARCHAR, age VARCHAR, pilot_id VARCHAR); CREATE TABLE MATCH (winning_pilot 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_22665117_1 (date_opened VARCHAR, dist_id VARCHAR) ### Question: What is the date opened if thedistrict ID 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_96 (grid INTEGER, driver VARCHAR) ### Question: What is the average grid for piers courage? ### 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_17 (song_sung VARCHAR, artist VARCHAR, week VARCHAR) ### Question: Which song was sung by Artist Luther ...
Below is an context that describes a sql 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 (bike VARCHAR, grid VARCHAR, time VARCHAR) ### Question: What is the name of the bike that has a grid...
Below is an context that describes a sql 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 (weight INTEGER, position VARCHAR, name VARCHAR) ### Question: What is the average weight of Jeremy 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_77 (result VARCHAR, attendance VARCHAR) ### Question: What was the result when the attendance was 12,000...
Below is an context that describes a sql 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 (frequency_mhz VARCHAR, call_sign VARCHAR) ### Question: What frequency has call sign w228bg? ### 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_2911781_3 (fastest_lap VARCHAR, rd VARCHAR) ### Question: Who had the fastest lap in round 15? ### 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_92 (tries_for VARCHAR, points_against VARCHAR) ### Question: Name the tries for points against of 583 ##...
Below is an context that describes a sql 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 (tyre VARCHAR, drivers VARCHAR) ### Question: What is the tyre for Yoshihisa Namekata? ### 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_97 (founded VARCHAR, club VARCHAR) ### Question: Which Founded that has a Club of no coast derby girls? ...
Below is an context that describes a sql 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 (competition VARCHAR, score VARCHAR, date VARCHAR) ### Question: What Competition on August 3, 2005 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_16581695_4 (production_code VARCHAR, no_in_season VARCHAR) ### Question: What is the production code for epis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (artist VARCHAR, language VARCHAR, draw VARCHAR, points VARCHAR) ### Question: Which Artist has a Dra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (stage VARCHAR, winner VARCHAR) ### Question: Which Stage has a Winner of jeremy hunt? ### 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_78 (silver INTEGER, gold VARCHAR, rank VARCHAR) ### Question: What is the most silver medals when the to...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (the_biggest_loser VARCHAR, at_home_winner VARCHAR) ### Question: Who won the season when Pete Thomas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341586_19 (candidates VARCHAR, result VARCHAR) ### Question: how many candidates with result being retired ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14342592_3 (position VARCHAR, player VARCHAR) ### Question: What positions does Tom Hammond play? ### 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_23871828_1 (theme VARCHAR, week__number VARCHAR) ### Question: List all themes from the top 9. ### 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_50 (date VARCHAR, streak VARCHAR) ### Question: What is the date when streak was won 8? ### 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_1358608_4 (group VARCHAR, distance VARCHAR) ### Question: How many races were for a distance of 2020 m? ### 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_57 (batting_style VARCHAR, player VARCHAR) ### Question: Name the batting style for heath streak ### 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 VOTING_RECORD (PRESIDENT_Vote VARCHAR, Registration_Date VARCHAR) ### Question: What are the distinct president vot...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22517564_3 (jockey VARCHAR, opening_odds VARCHAR) ### Question: Who was the jockey with opening odds 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_name_82 (home_team VARCHAR, tie_no VARCHAR) ### Question: What home team has 6 as the tie no.? ### 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_48 (solar VARCHAR, year VARCHAR, hydroelectricity VARCHAR) ### Question: In 2011 with a hydroelectricity...
Below is an context that describes a sql 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 (name VARCHAR, province VARCHAR, appointed VARCHAR) ### Question: Who was appointed on October 21, 20...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (game VARCHAR, location VARCHAR, record VARCHAR) ### Question: Which game is located in Boston Garden...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17088705_2 (average VARCHAR, evening_gown VARCHAR) ### Question: What are the average scores of participants ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (group VARCHAR, distance VARCHAR) ### Question: What group has 1200 m as the distance? ### 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_73 (year VARCHAR, category VARCHAR) ### Question: What year saw an award in the category of Revelation? ...
Below is an context that describes a sql 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 (place INTEGER, units_sold_in_the_uk VARCHAR) ### Question: Of the games that sold 321,000 units in t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (frequency VARCHAR, parent_magazine VARCHAR) ### Question: How often does Dengeki girl's style come ou...
Below is an context that describes a sql 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 (event VARCHAR, opponent VARCHAR, method VARCHAR) ### Question: Which event had an opponent of Yasuhi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (tournament VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR) ### Question: Name the tournamen...
Below is an context that describes a sql 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 (draw INTEGER, place VARCHAR, percentage VARCHAR) ### Question: what is the highest draw when the pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14941284_1 (game_site VARCHAR, date VARCHAR) ### Question: When it is October 18, 1981 where is the game site...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE authors (fname VARCHAR, authid VARCHAR); CREATE TABLE papers (paperid VARCHAR, title VARCHAR); CREATE TABLE authors...
Below is an context that describes a sql 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 (assist_pass VARCHAR, date VARCHAR, score VARCHAR) ### Question: What is the assist/pass on 2008-01-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_61 (attendance INTEGER, venue VARCHAR, date VARCHAR) ### Question: When the venue was A and the date 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_2333416_2 (top_10 VARCHAR, winnings VARCHAR) ### Question: How many top 10 finishes did Ken Bouchard get in t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (airport VARCHAR) ### Question: Which 2011 has an Airport of bole international airport? ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25597136_1 (province_city VARCHAR, lighthouse VARCHAR) ### Question: The province/city corregidor island (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_29920800_1 (us_viewers__million_ VARCHAR, written_by VARCHAR) ### Question: How many millions of U.S viewers ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23284271_11 (location_attendance VARCHAR, high_points VARCHAR) ### Question: Name the location attendance 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_66 (date VARCHAR, tournament VARCHAR) ### Question: When was the general foods pga seniors' championship...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_30 (caps INTEGER, player VARCHAR) ### Question: How many caps for mike macdonald? ### Answer: SELECT SUM...
Below is an context that describes a sql 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 (b_score INTEGER, total VARCHAR, a_score VARCHAR) ### Question: Which B Score has a Total 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_36 (races VARCHAR, poles VARCHAR, team_name VARCHAR) ### Question: Which race has a pole of test driver ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (date VARCHAR, winning_score VARCHAR) ### Question: What is the Date of the Tournament with a Winning...
Below is an context that describes a sql 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, series VARCHAR, opponent VARCHAR, game VARCHAR) ### Question: Opponent of @ edmonton ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (wins INTEGER, points VARCHAR, year VARCHAR, draws VARCHAR) ### Question: What is the lowest wins tha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1560673_1 (position_in_2013 VARCHAR, first_season VARCHAR) ### Question: What position is the player whose fi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15187735_10 (segment_b VARCHAR, segment_a VARCHAR) ### Question: Name the segment b for s dress form ### Answ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (wins INTEGER, player VARCHAR) ### Question: How many wins does Greg Norman have? ### 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_23 (chord VARCHAR, minor_seventh VARCHAR) ### Question: What is the listed chord for a Minor seventh 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_25401_2 (romanian VARCHAR, nuorese_sardinian VARCHAR) ### Question: what is romanian when nuorese sardinian 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_name_22 (team VARCHAR, start VARCHAR) ### Question: What team has 33 starts? ### Answer: SELECT team 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_1147701_4 (comment VARCHAR, model_name VARCHAR) ### Question: what's the comment with model name being 2.4 (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_18 (score VARCHAR, date VARCHAR) ### Question: What was the Score on March 1? ### 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_84 (player VARCHAR, college VARCHAR) ### Question: Which player went to the college of Western Washingto...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (position VARCHAR, round VARCHAR, nationality VARCHAR) ### Question: What is the position of the play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (winning_score VARCHAR, runner_s__up VARCHAR) ### Question: What is the Winning Score of the Tourname...