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_2104176_1 (coast_guard_cross VARCHAR, distinguished_service_cross VARCHAR) ### Question: What is the coast gu...
Below is an context that describes a sql 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 (sport VARCHAR, league VARCHAR, city VARCHAR, venue VARCHAR) ### Question: Which sport was held in Hu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10874596_1 (director VARCHAR, original_title VARCHAR) ### Question: Who were the directors of the film with 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_83 (away_team VARCHAR, home_team VARCHAR) ### Question: What was the away team score when the home 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_name_44 (party VARCHAR, representative VARCHAR) ### Question: Which party has Peter A. Quinn as a representat...
Below is an context that describes a sql 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 (class VARCHAR, position VARCHAR) ### Question: What is the class for the position of lg? ### 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_14342367_11 (points INTEGER) ### Question: Who scored the most points? ### Answer: SELECT MAX(points) 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_28243323_1 (club_name VARCHAR, writer_composer VARCHAR) ### Question: Name the team that has a song writer na...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_4 (role VARCHAR, pick__number VARCHAR) ### Question: What is Pick #18's Role? ### Answer: SELECT role FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_41 (place__posición_ INTEGER, points__pts_ VARCHAR, played__pj_ VARCHAR) ### Question: What was the top ...
Below is an context that describes a sql 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 (length VARCHAR, date VARCHAR) ### Question: what was the length of the game on may 19 ### 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_27700375_11 (high_rebounds VARCHAR, team VARCHAR) ### Question: Name the high rebounds for charlotte ### 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_21829580_1 (average_grade VARCHAR, song VARCHAR) ### Question: Name the average grade for şımarık tarkan ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1756284_1 (bush_number INTEGER) ### Question: What was the highest vote number for Bush? ### 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_26013618_1 (nsg_nr VARCHAR, district___town VARCHAR, area__ha_ VARCHAR) ### Question: How many reserves are 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_91 (record___percentage__ VARCHAR, draw_ VARCHAR, _05_wins VARCHAR, draws VARCHAR, wins VARCHAR, matches...
Below is an context that describes a sql 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 (date VARCHAR, tournament VARCHAR) ### Question: What is the date of the Greater Greensboro Chrysler ...
Below is an context that describes a sql 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 (silver INTEGER, nation VARCHAR, gold VARCHAR) ### Question: what is the silver when the nation is sy...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_3 (speed VARCHAR, construction_begun VARCHAR, expected_start_of_revenue_services 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_94 (venue VARCHAR, score VARCHAR, date VARCHAR) ### Question: What is the venue when the score is 1 goal...
Below is an context that describes a sql 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 (area VARCHAR, name VARCHAR) ### Question: What is the area of Mangamahu primary school? ### 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 school (Enrollment INTEGER) ### Question: What is the average enrollment of schools? ### Answer: SELECT AVG(Enrollm...
Below is an context that describes a sql 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 (pick__number INTEGER, name VARCHAR, overall VARCHAR) ### Question: Which highest pick number had Ake...
Below is an context that describes a sql 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 (tournament VARCHAR, surface VARCHAR, date VARCHAR) ### Question: What tournament had a hard surface ...
Below is an context that describes a sql 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, opponent VARCHAR) ### Question: What is the Winnipeg Jets record? ### 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_98 (player VARCHAR, hometown_school VARCHAR, pick VARCHAR, position VARCHAR) ### Question: Which player ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (date VARCHAR, race VARCHAR) ### Question: On what date did Contac 12 Hours of Sebring take place? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24096813_15 (frequency VARCHAR, part_number_s_ VARCHAR) ### Question: What's the frequency of the model 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_2159571_2 (reason_for_change VARCHAR, district VARCHAR) ### Question: What is every reason for change 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_34 (gold VARCHAR, silver VARCHAR, total VARCHAR) ### Question: What is the total number of Gold, when 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_92 (champion VARCHAR, runner_up VARCHAR) ### Question: What champion has north melbourne as the runner-u...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14903999_1 (mens_singles VARCHAR, mens_doubles VARCHAR, womens_singles VARCHAR) ### Question: Who won mens 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_85 (home_team VARCHAR) ### Question: What is the score for Collingwood as the home team? ### 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_52 (player VARCHAR, score VARCHAR) ### Question: What player has 69-70-68-73=280 as the score? ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (tournament VARCHAR) ### Question: What is the result from 2003 from the US Open? ### 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_1507423_5 (top_10 INTEGER, team_s_ VARCHAR) ### Question: Where does team #55/#83 robby gordon motorsports ra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (losses INTEGER, draws VARCHAR, against VARCHAR) ### Question: What is the most games lost when the ag...
Below is an context that describes a sql 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 (gold_medals INTEGER, total_medals VARCHAR, bronze_medals VARCHAR, silver_medals 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 table_name_58 (losses INTEGER, draws INTEGER) ### Question: How many Losses have Draws larger than 0? ### 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_24334163_1 (Winners INTEGER, total_money_won VARCHAR) ### Question: What is the highest amount of group legs ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_3 (rank VARCHAR, name VARCHAR) ### Question: What is the rank of Skanskaskrapan? ### Answer: SELECT rank...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1500146_1 (rhel_release_date VARCHAR, scientific_linux_release VARCHAR) ### Question: When is the rhel releas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26967904_2 (chambering VARCHAR, f_bolt___kgf__ VARCHAR) ### Question: What is the chambering for the 8339 f b...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (particle VARCHAR, rest_mass_mev___c_2 VARCHAR) ### Question: Which Particle has a Rest mass MeV/c 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_15887683_3 (package_option VARCHAR, television_service VARCHAR) ### Question: What package offers Fox Sports ...
Below is an context that describes a sql 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 (player VARCHAR, pba_team VARCHAR) ### Question: Which player has a PBA team of Red Bull Thunder? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22050544_1 (event__number VARCHAR, winner VARCHAR) ### Question: What is the event # when the winner is what ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (score VARCHAR, away_team VARCHAR) ### Question: What was the score for the Perth Wildcats as away te...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (score VARCHAR, team_2 VARCHAR) ### Question: When Team 2 was USL Dunkerque (D2), what was the 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_24776075_2 (week INTEGER, date VARCHAR) ### Question: The game on Saturday, May 25 took place on which week? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (winning_team VARCHAR, most_laps_led VARCHAR) ### Question: What is Winning Team, when Most Laps Led ...
Below is an context that describes a sql 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 (adelaide VARCHAR, sydney VARCHAR, perth VARCHAR, gold_coast VARCHAR) ### Question: Which Adelaide ha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_24 (frequency_mhz INTEGER, city_of_license VARCHAR) ### Question: What is the average frequency MHz 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_28490105_1 (supporting VARCHAR, gt_winning_car VARCHAR) ### Question: Who was supporting in the round when 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_70 (lost VARCHAR, points VARCHAR) ### Question: What is the number of lost with 2 points? ### 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_67 (known_for VARCHAR, entered VARCHAR, celebrity VARCHAR) ### Question: What was Freddie Starr, who ent...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11303072_9 (player VARCHAR, rank VARCHAR) ### Question: What are the players whose rank is 2? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_16 (phoneme VARCHAR, realization VARCHAR) ### Question: Name the phoneme when the realizationis [ɑ] ### ...
Below is an context that describes a sql 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 (hpfs VARCHAR, refs VARCHAR) ### Question: Which HPFS has a no for ReFS? ### Answer: SELECT hpfs 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 table_21378339_5 (artist VARCHAR, panel_points VARCHAR) ### Question: Name the number of artists for panel points b...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (name VARCHAR, time VARCHAR, rank VARCHAR, lane VARCHAR) ### Question: Who had a larger rank than 3, ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (visitor VARCHAR, game VARCHAR, attendance VARCHAR) ### Question: Who was the visiting team in the ga...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Claims (Date_Claim_Made VARCHAR, Amount_Settled INTEGER) ### Question: Among all the claims, which settlements have...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_44 (score VARCHAR, opponent VARCHAR, date VARCHAR) ### Question: What was the score of the match against...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16275828_4 (sanction VARCHAR, track_name VARCHAR) ### Question: Who sanctioned the event at fayette county sp...
Below is an context that describes a sql 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 (round VARCHAR, loser VARCHAR) ### Question: In which round was Barbara Hawcroft the loser? ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (roll VARCHAR, name VARCHAR) ### Question: What is the roll number for East Gore School? ### 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_91 (party VARCHAR, district VARCHAR) ### Question: What party has the South Carolina 2 district? ### 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_63 (rank VARCHAR, mountain_peak VARCHAR) ### Question: what is the rank when the mountain peak is isthmu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_90 (rich_savage VARCHAR, jody_wagner VARCHAR) ### Question: What is the Rich Savage percentage in the po...
Below is an context that describes a sql 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 (city_of_license VARCHAR, frequency VARCHAR) ### Question: What city is 103.3 FM licensed in? ### 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_11622255_1 (tournament VARCHAR, winner VARCHAR) ### Question: what's the tournament where winner is raymond ...
Below is an context that describes a sql 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 (gold INTEGER, bronze VARCHAR, total VARCHAR) ### Question: Which Gold has a Bronze larger than 1, 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_2182573_2 (top_5 INTEGER, avg_start VARCHAR) ### Question: What was the best top five result when the average...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27700375_6 (game INTEGER, location_attendance VARCHAR) ### Question: Which game number was located in Prudent...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21721351_18 (position VARCHAR, player VARCHAR) ### Question: How many positions is player Tom Glavine? ### 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_1342359_39 (candidates VARCHAR, district VARCHAR) ### Question: Name the candidate for south carolina 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_20 (date VARCHAR, field VARCHAR) ### Question: What days were games played at Hofstra Stadium? ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (distance VARCHAR, year VARCHAR) ### Question: What is the distance in 2006? ### Answer: SELECT dista...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1990460_1 (open_cup VARCHAR, year VARCHAR) ### Question: What's the team's status in the Open Cup in 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_55 (week INTEGER, date VARCHAR) ### Question: What week was September 24, 2000 on? ### 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_94 (scorers VARCHAR, opponents VARCHAR, round VARCHAR) ### Question: Who were the scorers in the semi-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_name_91 (Id VARCHAR) ### Question: Which tournament in 2012 had a 2007 and 2011 finishes of "A"? ### 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 orchestra (Major_Record_Format VARCHAR) ### Question: Please show the record formats of orchestras in ascending ord...
Below is an context that describes a sql 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 (date VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR, race VARCHAR) ### Question: What is Date,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (time_retired VARCHAR, driver VARCHAR) ### Question: I want the time/retired for eddie irvine ### 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_14 (average INTEGER, goalkeeper VARCHAR, matches VARCHAR) ### Question: What is the average of the 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_name_9 (nationality VARCHAR, pick VARCHAR, school_club_team VARCHAR) ### Question: What is the nationality 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_27561503_2 (gt_20_winning_team VARCHAR, sports_20_winning_team VARCHAR, circuit VARCHAR) ### Question: Name 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_62 (week INTEGER, attendance VARCHAR) ### Question: what is the week there were 41,604 people in attenda...
Below is an context that describes a sql 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 (round INTEGER, record VARCHAR) ### Question: What is the smallest round to have a record of 4-0? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (density___km²_ VARCHAR, hanzi VARCHAR) ### Question: What is the density of 昌黎县? ### 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_7 (model VARCHAR, digital VARCHAR, tuner VARCHAR) ### Question: I want the model for digital of dvb-t (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_13834298_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: Whatis the original ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (away_team VARCHAR, home_team VARCHAR) ### Question: If north melbourne played as the home team, who ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (year INTEGER, player VARCHAR, country VARCHAR, position VARCHAR) ### Question: What is the first yea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11214212_1 (numer_of_jamaicans_granted_british_citizenship VARCHAR, naturalisation_by_residence 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_78 (constructor VARCHAR, chassis VARCHAR, driver VARCHAR) ### Question: Who is the constructor 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_22893781_5 (team VARCHAR, date VARCHAR) ### Question: Who was he opponent on december 11? ### 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_27700375_7 (date VARCHAR, game VARCHAR) ### Question: what is the date of the game 23? ### Answer: SELECT dat...