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_26250199_1 (episode VARCHAR, order__number VARCHAR) ### Question: In which episode is the order number 10? ##...
Below is an context that describes a sql 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 (partner VARCHAR, outcome VARCHAR, date VARCHAR) ### Question: What is Partner, when Outcome is Winne...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15823956_1 (series VARCHAR) ### Question: When was series premiere on the pilot episode ### Answer: SELECT 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 (visitor VARCHAR, date VARCHAR) ### Question: Who is the visitor of the game on March 7? ### 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 institution (TYPE VARCHAR) ### Question: Show the institution type with the largest number of institutions. ### 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_52 (result VARCHAR, week VARCHAR) ### Question: What is the result of the game on week 11? ### 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_15319684_1 (against VARCHAR, team VARCHAR) ### Question: Name the number of against for portuguesa santista #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16295365_1 (conference VARCHAR, school VARCHAR) ### Question: Which conference is Belmont in? ### 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_81 (score VARCHAR, game VARCHAR) ### Question: When the game is listed as 2, what is the score? ### 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_56 (body_tackle VARCHAR, diving_tackle VARCHAR, sliding_tackle VARCHAR) ### Question: Which body tackle ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2840500_2 (player VARCHAR, nhl_team VARCHAR) ### Question: How many players were drafted by the Edmonton Oile...
Below is an context that describes a sql 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 (date VARCHAR, opponents_in_the_final VARCHAR) ### Question: What is Date, when Opponents In The Fina...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25800134_3 (director VARCHAR, airdate VARCHAR) ### Question: Who was the director for the episode on May 2, 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_27067379_1 (position VARCHAR, building VARCHAR) ### Question: How many positions does building Costanera Cent...
Below is an context that describes a sql 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 (grid INTEGER, time_retired VARCHAR, laps VARCHAR) ### Question: WHAT IS THE LOWEST GRID FOR RETIREME...
Below is an context that describes a sql 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 (round VARCHAR, player VARCHAR) ### Question: Ken Hemenway is in which Round? ### Answer: SELECT roun...
Below is an context that describes a sql 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 (year_signed VARCHAR, year_separated VARCHAR, chinese_name VARCHAR) ### Question: What was the signed...
Below is an context that describes a sql 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 (colors VARCHAR, school VARCHAR) ### Question: What Colors has a School of sesser high school? ### An...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (machine VARCHAR, rider VARCHAR) ### Question: What machine did Keith T. Gawler ride? ### 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_86 (years VARCHAR, roll VARCHAR) ### Question: When is a Roll of 9? ### Answer: SELECT years FROM table_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (player VARCHAR, date VARCHAR) ### Question: Who had a date of 19-02-2003? ### Answer: SELECT 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_16388545_1 (ground VARCHAR, crowd VARCHAR) ### Question: Which location had an attendance of 22537? ### 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_68 (region VARCHAR, format VARCHAR, catalog VARCHAR) ### Question: What is the region for Catalog amlh 6...
Below is an context that describes a sql 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 (track_number VARCHAR, album_title VARCHAR, title VARCHAR) ### Question: Which Track number has a Alb...
Below is an context that describes a sql 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 (rank INTEGER, nation VARCHAR, bronze VARCHAR) ### Question: Which Rank is the lowest one that has 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 (year VARCHAR, location VARCHAR) ### Question: What is Year, when Location is Philadelphia Municipal ...
Below is an context that describes a sql 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 (date VARCHAR, time VARCHAR) ### Question: What is Date, when Time is "56.49"? ### Answer: SELECT dat...
Below is an context that describes a sql 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 (rank VARCHAR, gold VARCHAR, silver VARCHAR, total VARCHAR) ### Question: What rank has 1 silver, mor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10015132_21 (position VARCHAR, player VARCHAR) ### Question: Which position does Loren Woods 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_name_9 (khmer INTEGER, ala_lc VARCHAR, value VARCHAR) ### Question: What is smallest Khmer valued less than 9...
Below is an context that describes a sql 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 (length VARCHAR, character_name VARCHAR) ### Question: What is the length of the film with Burleigh 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_29418619_1 (year VARCHAR, _number VARCHAR) ### Question: What year is the player whose number is 31? ### 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_23619492_3 (london_ VARCHAR, _great_britain VARCHAR, world_record VARCHAR) ### Question: Name the london grea...
Below is an context that describes a sql 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 (total_seats VARCHAR, party VARCHAR) ### Question: What is the total number of seats of the Christian...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14345690_4 (celebrity VARCHAR, famous_for VARCHAR) ### Question: Name the number of celebrity for athlete ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE musical (RESULT VARCHAR) ### Question: List the most common result of the musicals. ### Answer: SELECT RESULT 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_20354_5 (zodiac_sign VARCHAR, thai_name VARCHAR) ### Question: What's the zodiac sign for the month with Thai...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11677691_3 (school VARCHAR, position VARCHAR, college VARCHAR) ### Question: Running back Aaron Green went 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_9 (status VARCHAR, opposing_teams VARCHAR) ### Question: What is the status with the opposing team of Sc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (venue VARCHAR, result VARCHAR, score VARCHAR) ### Question: Which Venue has a Result of 5-1, and a S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25691838_8 (introductory_phrase VARCHAR, production_code VARCHAR) ### Question: What was the introductory phr...
Below is an context that describes a sql 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 (capacity INTEGER, highest INTEGER) ### Question: What is the greatest capacity when the largest numb...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14942535_1 (result VARCHAR, week VARCHAR) ### Question: What was the team's result in week 4? ### 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_35 (score VARCHAR, opponent VARCHAR) ### Question: What is the score of the game that was played against...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (hometown VARCHAR, college VARCHAR) ### Question: What is the hometown of the player who attended Ohi...
Below is an context that describes a sql 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 (team VARCHAR, high_rebounds VARCHAR) ### Question: What is Team, when High Rebounds is David Lee (15...
Below is an context that describes a sql 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 (poll_source VARCHAR, pat_toomey VARCHAR) ### Question: Which Poll source has Pat Toomey of 23%? ### 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_82 (away_team VARCHAR, home_team VARCHAR) ### Question: Who is the away team that played home team Perth...
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR) ### Question: On what date did they have a record of 12-17? ### 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_67 (res VARCHAR, record VARCHAR) ### Question: What is the result of the team with the 4-2 record? ### 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_48 (dennis_kucinich VARCHAR, classification VARCHAR) ### Question: What is Dennis Kucinich, when Classif...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2263152_1 (version VARCHAR, security_issues VARCHAR, distribution_mechanism VARCHAR) ### Question: With the 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_87 (track INTEGER, song_title VARCHAR) ### Question: What is the highest track for the song Rip it Up? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (minoru VARCHAR, block_a VARCHAR) ### Question: Name the minoru for block A being koji kanemoto ### 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_11961582_4 (game INTEGER) ### Question: What's the minimal game number in the season? ### Answer: SELECT MIN(...
Below is an context that describes a sql 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 (attendance VARCHAR, date VARCHAR) ### Question: What is the Attendance with a Date that is october 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_12 (year INTEGER, points VARCHAR, chassis VARCHAR) ### Question: How many years was ensign n180b a Chass...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19778010_5 (opponent VARCHAR, game VARCHAR) ### Question: Who was game number 8 played against? ### 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_92 (goals VARCHAR, assists VARCHAR) ### Question: What are the goals of the assists of 5? ### 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_176529_2 (official_name VARCHAR, area_km_2 VARCHAR) ### Question: What is the name of the place with 582.20 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_23 (term_end VARCHAR, political_party VARCHAR, born_died VARCHAR) ### Question: Which Term end has a Pol...
Below is an context that describes a sql 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 VARCHAR, player VARCHAR) ### Question: What is the total for Bernhard Langer? ### 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_22713796_14 (stage INTEGER, winner VARCHAR, general_classification VARCHAR, team_classification 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_87 (home_team VARCHAR, date VARCHAR) ### Question: What home team has june 22 as the date? ### 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_60 (race VARCHAR, finish VARCHAR, track VARCHAR) ### Question: Which race had a finish of 1st at Saratog...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (country VARCHAR, of_1 VARCHAR) ### Question: What country has OF-1 Locotenent? ### Answer: SELECT cou...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14903081_1 (current_venue VARCHAR, tournament VARCHAR) ### Question: What is the current venue for the Miami ...
Below is an context that describes a sql 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 (matches INTEGER, prize_money VARCHAR) ### Question: What is the average for matches with a prize mon...
Below is an context that describes a sql 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 (original_album VARCHAR, performer VARCHAR) ### Question: On the title feature brad mehldau as the pe...
Below is an context that describes a sql 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 (gold_medals VARCHAR, total_medals INTEGER) ### Question: How many gold medals for the school with le...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16279520_1 (length VARCHAR, release VARCHAR) ### Question: What was the length time of the 3.5 release? ### 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_12 (tournament VARCHAR, runner_s__up VARCHAR) ### Question: What tournament had a runner(s)-up of Scott ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27329061_2 (default_desktop_environment VARCHAR, edition VARCHAR, compatible_repository 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_91 (grid INTEGER, driver VARCHAR, points VARCHAR) ### Question: What's the highest grid of Ronnie Bremer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22481967_1 (date VARCHAR, number VARCHAR) ### Question: List the date for number 1. ### Answer: SELECT date 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_5 (leading_scorer VARCHAR, date VARCHAR) ### Question: What is the name of the leading scorer on 2006-11...
Below is an context that describes a sql 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 (ihsaa_class VARCHAR, mascot VARCHAR) ### Question: Which IHSAA Class has a Mascot of tigers? ### 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_8 (total INTEGER, rank VARCHAR, silver VARCHAR) ### Question: Rank of 5, and a Silver larger than 0 had ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE HOTELS (pets_allowed_yn VARCHAR, price_range INTEGER) ### Question: Show the average price of hotels for different ...
Below is an context that describes a sql 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 (position VARCHAR, school_previous_club_team_country VARCHAR) ### Question: What is Position, when Sc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (team VARCHAR, player VARCHAR) ### Question: What team does Oliver Dobbins play for? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_30 (semi_finalists VARCHAR, week VARCHAR) ### Question: Which Semi finalists had a Week of may 15? ### 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_30 (overall INTEGER, position VARCHAR, pick__number VARCHAR) ### Question: Which cornerback has the lowe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10979230_5 (japanese_title VARCHAR, romaji_title VARCHAR) ### Question: what is the title where romaji is tit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (record VARCHAR, date VARCHAR) ### Question: Can you tell me the Record that has the Date of december...
Below is an context that describes a sql 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 (winner VARCHAR, college VARCHAR) ### Question: What is Winner, when College is "Kentucky"? ### 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_17190012_7 (record VARCHAR, score VARCHAR) ### Question: how many records were made on the game that ended wi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21311525_1 (result VARCHAR, date VARCHAR) ### Question: How many results were there on 19/06/2009? ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (gold INTEGER, silver VARCHAR, bronze VARCHAR) ### Question: What is the highest gold a team with les...
Below is an context that describes a sql 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 (score VARCHAR, loss VARCHAR) ### Question: What was the Score when the Loss was ruthven (1-4)? ### 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_25008327_8 (polish VARCHAR, belarusian VARCHAR) ### Question: What is every value for Polish when Balarusian ...
Below is an context that describes a sql 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 (date VARCHAR, location_attendance VARCHAR, game VARCHAR) ### Question: What date was the location at...
Below is an context that describes a sql 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 (marriage VARCHAR, death VARCHAR) ### Question: When was the marriage of the person who died on 17 De...
Below is an context that describes a sql 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 (bids VARCHAR, champions VARCHAR) ### Question: What is Bids, when Champions is "1"? ### 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_29785324_5 (constituency_no INTEGER, vidhan_sabha_constituency VARCHAR) ### Question: How many were in the Ka...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1889233_2 (period_in_office VARCHAR, constituency_contested VARCHAR) ### Question: What period were conscitue...
Below is an context that describes a sql 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 (population INTEGER, region VARCHAR, regional_county_municipality VARCHAR, name 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_7 (attendance INTEGER, opponents VARCHAR) ### Question: How many people attended the game against the Ka...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29728787_1 (clairon VARCHAR, label VARCHAR) ### Question: When deutsche grammophon is the label how many clai...
Below is an context that describes a sql 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 (date VARCHAR, race_name VARCHAR) ### Question: Which date was the x gran premio di napoli? ### Answer...