text
stringlengths
293
1.24k
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (english VARCHAR, german VARCHAR) ### Question: What's the English word for apfel? ### 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_25 (sport VARCHAR, venue VARCHAR) ### Question: What sport was played at the bosse field? ### 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_2869837_1 (Shared VARCHAR, last_final VARCHAR) ### Question: How many shared titles does the club whose last ...
Below is an context that describes a sql 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 (bullet_diameter VARCHAR, name VARCHAR) ### Question: Which Bullet diameter has a Name of 11.4mm wern...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11703336_1 (cpu VARCHAR, year_released VARCHAR) ### Question: What is the cpu of the calculator released in 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_16295365_2 (school VARCHAR, conf_record VARCHAR) ### Question: Name the school where conference record is 12-...
Below is an context that describes a sql 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 (number INTEGER, artist VARCHAR) ### Question: What is the average number for Black Milk? ### 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_72 (theme VARCHAR, issue_price VARCHAR) ### Question: What was the theme when the issue price was $508.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_93 (races INTEGER, pole VARCHAR, season VARCHAR) ### Question: WHAT ARE THE RACES WITH A POLE SMALLER 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_24319661_5 (production_code VARCHAR, directed_by VARCHAR) ### Question: What as the production code for the e...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18646111_13 (round_1 VARCHAR, event VARCHAR) ### Question: Name the round 1 for team event ### 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_15 (silver INTEGER, gold VARCHAR, rank VARCHAR, bronze VARCHAR, total VARCHAR) ### Question: What is 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_1013129_3 (nationality VARCHAR, nhl_team VARCHAR) ### Question: How many different nationalities do the playe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13618358_1 (income_poverty_f VARCHAR, exports__usd_mn__2011 VARCHAR) ### Question: What was the depravitiy of...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (launch_date VARCHAR, deorbit_date VARCHAR) ### Question: When did the ATV that deorbited on 29 septe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Customers_Cards (card_type_code VARCHAR) ### Question: Show the number of card types. ### Answer: SELECT COUNT(DIST...
Below is an context that describes a sql 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 (score VARCHAR, year VARCHAR, partner VARCHAR) ### Question: Which Score has smaller than 1994, and 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_22606461_10 (rank VARCHAR) ### Question: What is every entry for 1982-83 for rank 1? ### Answer: SELECT 1982 ...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: Which tournament has a 2011 of 1r? ### Answer: SELECT tournament 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_1 (skip VARCHAR, country VARCHAR) ### Question: What is the skip when the country is finland? ### 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_2764267_2 (country VARCHAR, currency VARCHAR) ### Question: Name the country that has the yen ### 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_98 (year INTEGER, nominee VARCHAR) ### Question: When was the last time a nominee for Best Revival of a ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (nation VARCHAR, gold VARCHAR, bronze VARCHAR) ### Question: For what nation is the gold medals 0, 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_2102714_1 (archive VARCHAR, run_time VARCHAR) ### Question: What was the archive for the episode with a run 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_96 (opponent VARCHAR, week VARCHAR, attendance VARCHAR) ### Question: Who was the opponent after week 8 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (area VARCHAR, decile VARCHAR, roll VARCHAR) ### Question: Which area has a Decile of 9, and a Roll o...
Below is an context that describes a sql 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 (venue VARCHAR, competition VARCHAR) ### Question: what is the venue when the competition is 1996 afc...
Below is an context that describes a sql 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 (round VARCHAR, res VARCHAR, event VARCHAR) ### Question: In what round was the loss at ufc 118? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18438494_3 (entered VARCHAR, time VARCHAR) ### Question: How many entered the match with a time of 14:42? ##...
Below is an context that describes a sql 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 (first_elected INTEGER, district VARCHAR) ### Question: What is the greatest first elected for Pennsy...
Below is an context that describes a sql 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 (primary_conference VARCHAR, team_nickname VARCHAR) ### Question: The Loggers are part of what Primar...
Below is an context that describes a sql 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 (height VARCHAR, pos VARCHAR, weight VARCHAR, club VARCHAR) ### Question: What is the Height if the w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (Id VARCHAR) ### Question: What Country has a number smaller than 56 in 2005 and of 14 in 2006? ### 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_16 (year INTEGER, venue VARCHAR) ### Question: What was the average year that the venue was Bokskogens? ...
Below is an context that describes a sql 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 (tie_no VARCHAR, home_team VARCHAR) ### Question: What is Tie no, when Home Team is "Gillingham"? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16537783_2 (parameter VARCHAR) ### Question: Name the 1st stage for parameter being diameter ### 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_61 (method VARCHAR, record VARCHAR) ### Question: Which method led to a record of 9-4? ### 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_46 (platform_ VARCHAR, _frequency_ VARCHAR, mhz VARCHAR, model VARCHAR) ### Question: What is the platfo...
Below is an context that describes a sql 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 (score VARCHAR, away_team VARCHAR) ### Question: What is the score when Fulham is the away 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_51 (sales INTEGER, album_title VARCHAR) ### Question: What is the highest sales All Saints had? ### 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_3 (rank INTEGER, sites VARCHAR, circuit VARCHAR) ### Question: what is the rank of the cinema when the n...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (wkts INTEGER, ovrs INTEGER) ### Question: If the Ovrs is less than 2, what's the average in Wkts? ##...
Below is an context that describes a sql 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 (game_3 VARCHAR, game_1 VARCHAR) ### Question: Which Game 3 has a Game 1 of brett kenny? ### 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_12159115_2 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What's the original air date 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_24765815_2 (rank VARCHAR, competition VARCHAR) ### Question: What is the ranking of the UEFA Euro 2012 qualif...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_79 (type VARCHAR, faith VARCHAR, name VARCHAR) ### Question: Faith of –, and a Name of greenway has 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 district (district_name VARCHAR, city_population VARCHAR) ### Question: Which district has the largest population? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28220778_21 (high_rebounds VARCHAR, game VARCHAR) ### Question: How many people had high rebounds in game 14?...
Below is an context that describes a sql 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 (points INTEGER, place VARCHAR, position VARCHAR) ### Question: Who had the smallest points in 3rd 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_name_90 (drawn VARCHAR, tries_against VARCHAR) ### Question: What Drawn has a Tries against of 0? ### 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_87 (opponent VARCHAR, event VARCHAR) ### Question: Who did he fight in Rumble of the Kings 6? ### 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_22713796_14 (stage VARCHAR, mountains_classification VARCHAR) ### Question: Name the total number of stage fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (episode VARCHAR, performer_3 VARCHAR) ### Question: What is the total number of episodes where hugh ...
Below is an context that describes a sql 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 (lead_tpt VARCHAR, bass VARCHAR, alto_1 VARCHAR) ### Question: Name the lead tpt for bass of kevin 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_66 (to_par VARCHAR, country VARCHAR, score VARCHAR) ### Question: With a score of 68-65=133 and United S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (award VARCHAR, producer_s_ VARCHAR) ### Question: What award did Andrew Ryder win as producer? ### 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 manufacturers (founder VARCHAR, name VARCHAR) ### Question: Who is the founder of Sony? ### Answer: SELECT founder ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Allergy_type (allergytype VARCHAR) ### Question: Which allergy type has most number of allergies? ### 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_18760137_2 (_number_s_dam_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) ### Question: Name 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_69 (player VARCHAR, round INTEGER) ### Question: Which Player has a Round smaller than 2? ### 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_61 (builder’s_model VARCHAR, service VARCHAR, prr_class VARCHAR) ### Question: What was the model for PR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30133_3 (gap_from_thailand_as_of_2012__times_ VARCHAR, gap_from_thailand_as_of_1980__times_ VARCHAR) ### Ques...
Below is an context that describes a sql 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 (points_difference VARCHAR, points_against VARCHAR) ### Question: When there were 767 points, what 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 products (product_type_code VARCHAR) ### Question: Find the number of different product types. ### Answer: SELECT 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_96 (wins VARCHAR, ballarat_fl VARCHAR, against VARCHAR) ### Question: What is the total number of wins 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_13758945_3 (points_against VARCHAR, tries_for VARCHAR) ### Question: how many points against with tries 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_2 (film_of_the_year VARCHAR, date VARCHAR) ### Question: Which movie was awarded Film of the Year on May...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18438494_3 (time VARCHAR, wrestler VARCHAR) ### Question: What was the time for the match with Cena? ### 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 (date VARCHAR, venue VARCHAR) ### Question: What date has alamodome, san antonio, united states as 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_27 (game VARCHAR, date VARCHAR) ### Question: what game was on may 24 ### Answer: SELECT game 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_21 (attendance VARCHAR, week VARCHAR) ### Question: What was the Jets week 17 attendance? ### 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_81 (games INTEGER, year INTEGER) ### Question: After the 2013 season, what was the fewest number of game...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15038373_1 (license VARCHAR, version VARCHAR) ### Question: How many licenses have version 1.2.2.0? ### 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_1139835_3 (winners VARCHAR, season_result VARCHAR) ### Question: who is the winners where season result is 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_48 (report VARCHAR, home_team VARCHAR) ### Question: what report was in geelong ### Answer: SELECT repor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2181798_1 (year VARCHAR, team_s_ VARCHAR) ### Question: Name the year for donlavey racing bill davis racing ...
Below is an context that describes a sql 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 (country VARCHAR, rank VARCHAR) ### Question: What nationality is the player ranked 2? ### 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_1342013_10 (candidates VARCHAR, incumbent VARCHAR) ### Question: How many candidates ran in the race where 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 tryout (cName VARCHAR, pID VARCHAR); CREATE TABLE player (pID VARCHAR, pName VARCHAR) ### Question: Which colleges ...
Below is an context that describes a sql 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 (fuel_propulsion VARCHAR, year VARCHAR, numbers__quantity_ordered_ VARCHAR) ### Question: For the 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_name_71 (webkit VARCHAR, prince_xml VARCHAR) ### Question: For the item with a Prince XML value of 'font', 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_54 (finish VARCHAR, player VARCHAR) ### Question: What was Tom Weiskopf's Finish? ### Answer: SELECT fin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (money__ INTEGER, round_1 VARCHAR) ### Question: Round 1 of 71 has how many highest money? ### 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_57 (position VARCHAR, school VARCHAR) ### Question: What is the position of a player from North Carolina...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (club VARCHAR, runners_up VARCHAR) ### Question: Which club had 13 runners-up? ### Answer: SELECT clu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (venue VARCHAR, competition VARCHAR, date VARCHAR) ### Question: What venue held the 1966 fifa world ...
Below is an context that describes a sql 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 (laps INTEGER, time_retired VARCHAR, grid VARCHAR) ### Question: What is the average lap total for gr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (attendance VARCHAR, date VARCHAR) ### Question: How many people attended on december 26, 1982? ### 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_67 (date VARCHAR, away_team VARCHAR) ### Question: What date is aston villa away? ### 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_25548630_1 (podiums INTEGER) ### Question: What is the least amount of podiums? ### Answer: SELECT MIN(podium...
Below is an context that describes a sql 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 (name VARCHAR, rank VARCHAR, year VARCHAR) ### Question: I want the name for rank less than 6 and 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_24057191_2 (end_date VARCHAR, average_viewers__millions_ VARCHAR) ### Question: How many different end dates ...
Below is an context that describes a sql 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 (winning__percentage VARCHAR, seasons VARCHAR, coach VARCHAR) ### Question: how many times is the sea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13688489_1 (goals_olimpia VARCHAR, matches VARCHAR) ### Question: How many goals Olimpia recorded for 32 matc...
Below is an context that describes a sql 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 (record VARCHAR, home VARCHAR) ### Question: Which Record has a home of Nashville? ### 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_1 (score INTEGER, place VARCHAR, player VARCHAR) ### Question: What was T3 player Lee Janzen's score? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_55 (attendance VARCHAR, points VARCHAR, date VARCHAR) ### Question: What was the attendance for the Marc...
Below is an context that describes a sql 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 (result VARCHAR, category VARCHAR) ### Question: what is the result when the category is best sound 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_5 (date VARCHAR, away_team VARCHAR) ### Question: What was the date when Footscray was the away 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_70 (attendance VARCHAR, opponent VARCHAR) ### Question: Can you tell me the Attendance that has the Oppo...