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_61 (tournament VARCHAR, opponent VARCHAR, outcome VARCHAR, surface VARCHAR) ### Question: Name the tourn...
Below is an context that describes a sql 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 (four VARCHAR, date VARCHAR) ### Question: Name the four for 6 march 1801 ### Answer: SELECT four FRO...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (place VARCHAR, to_par VARCHAR, score VARCHAR) ### Question: What is Place, when To Par is less than ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (week INTEGER, opponent VARCHAR) ### Question: What is the latest week when the chicago bears are 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_85 (roll INTEGER, decile VARCHAR, area VARCHAR) ### Question: What is the highest roll number of the sch...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (ground VARCHAR, away_team VARCHAR) ### Question: What was the ground for away team essendon? ### 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_57 (initial_owners VARCHAR, year_built VARCHAR, name VARCHAR) ### Question: Who were the initial owners ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2190919_1 (team_s_ VARCHAR, avg_finish VARCHAR) ### Question: What are the racing teams for which 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_name_19 (crowd VARCHAR, away_team VARCHAR) ### Question: What was the attendance at the Footscray away 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_name_44 (date VARCHAR, loss VARCHAR) ### Question: Name the date for loss of ruffin (3-5) ### 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_77 (bolton_wanderers_career VARCHAR, apps VARCHAR) ### Question: Which Bolton Wanderers career has 293 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_7 (gold VARCHAR, total VARCHAR, nation VARCHAR) ### Question: How many golds for Canada (12 total)? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17288825_6 (date VARCHAR, high_assists VARCHAR) ### Question: When aaron brooks (6) had the highest amount 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_67 (season VARCHAR, original_airdate VARCHAR, year VARCHAR) ### Question: What is the total number of 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_1342393_16 (party VARCHAR, first_elected VARCHAR) ### Question: Name the party or first elected is 1920 ### 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_36 (time_retired VARCHAR, laps VARCHAR, grid VARCHAR, constructor VARCHAR) ### Question: what is the tim...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (player VARCHAR, position VARCHAR) ### Question: Which player is a centre? ### 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_name_98 (platform INTEGER, frequency__per_hour_ VARCHAR, destination VARCHAR) ### Question: what is the platf...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (conference VARCHAR, awards VARCHAR) ### Question: Where the Vancouver Grizzlies is the awards, 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_95 (cuts_made INTEGER, events INTEGER) ### Question: What is the sum of Cuts made when there were more 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_67 (term_ending INTEGER, position VARCHAR, nationality VARCHAR) ### Question: Position of member, 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_name_6 (director VARCHAR, original_title VARCHAR) ### Question: Who directed Turks Fruit? ### 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_19908313_2 (_number INTEGER, crew_chief VARCHAR) ### Question: What is the number of the truck that has the 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_24850630_4 (weight VARCHAR, venue VARCHAR) ### Question: What was the weight of the jockey at Sandown Park? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (points_for VARCHAR, try_bonus VARCHAR) ### Question: What Points for has a Try bonus of 140? ### 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_95 (date__closing_ VARCHAR, opening_film VARCHAR) ### Question: What is Date (Closing), when Opening Fil...
Below is an context that describes a sql 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 (rank VARCHAR, nation VARCHAR, total VARCHAR) ### Question: How many ranks are for Switzerland with 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_name_60 (status VARCHAR, notes VARCHAR) ### Question: What is the status where the notes are possible jr syno...
Below is an context that describes a sql 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 (floors INTEGER, height VARCHAR, building VARCHAR) ### Question: What is the largest amount of floors...
Below is an context that describes a sql 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 (rec INTEGER, yards VARCHAR, s_touchdown VARCHAR) ### Question: Which rec has Yards of 192, and a Tou...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_6 (goals VARCHAR, player VARCHAR) ### Question: How many goals does Mike Eruzione have in total? ### 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_74 (attendance INTEGER, date VARCHAR, week VARCHAR) ### Question: What is the highest attendance 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_13 (director VARCHAR, producer VARCHAR) ### Question: What is the name of the director who directed 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_82 (year VARCHAR, role_episode VARCHAR) ### Question: what is the year when the role/episode is david du...
Below is an context that describes a sql 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 (skip VARCHAR, country VARCHAR) ### Question: What skip has norway as the country? ### 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_84 (record VARCHAR, time VARCHAR) ### Question: What is the record of the match at 6:00? ### 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 EMPLOYEE (EmployeeId VARCHAR); CREATE TABLE CUSTOMER (LastName VARCHAR, SupportRepId VARCHAR) ### Question: Please ...
Below is an context that describes a sql 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 (tournament VARCHAR, runner_s__up VARCHAR) ### Question: Which tournament had a runner-up of Val Skin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15431251_1 (title VARCHAR, no_in_season VARCHAR) ### Question: What is the title for episode number 7 in 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_71 (representative VARCHAR, lifespan VARCHAR) ### Question: Which Representative had a Lifespan of 1795–...
Below is an context that describes a sql 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 (quarterfinal VARCHAR, rank INTEGER) ### Question: Which Quarterfinal has a Rank larger than 9? ### 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_64 (college VARCHAR, position VARCHAR, pick__number VARCHAR) ### Question: Which College has a Position ...
Below is an context that describes a sql 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 (population_density__per_km²_ VARCHAR, population__2006_ VARCHAR) ### Question: What population densi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (state VARCHAR, city VARCHAR) ### Question: What is the State with Suwon as the city ### 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_13336122_7 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) ### Question: How many episodes were see...
Below is an context that describes a sql 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 (home_team VARCHAR) ### Question: What is the home team score for St Kilda's home team? ### 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_2668347_17 (first_elected INTEGER) ### Question: Name the most first elected ### Answer: SELECT MAX(first_ele...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12030612_3 (written_by VARCHAR, series__number VARCHAR) ### Question: Who were the authors of series episode ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1399994_5 (location VARCHAR, opponents VARCHAR) ### Question: How many locations hosted Claudia Kohde-Kilsch ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (date VARCHAR, city VARCHAR) ### Question: What is the Date of the Event in Panama City? ### 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_36 (year INTEGER, points VARCHAR, chassis VARCHAR) ### Question: What was the earliest year for a car 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_name_66 (apparent_magnitude INTEGER, ngc_number VARCHAR, object_type VARCHAR, constellation 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_14986292_1 (administrative_division VARCHAR, population__2010_census_ VARCHAR) ### Question: Name the adminis...
Below is an context that describes a sql 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 INTEGER, venue VARCHAR) ### Question: What is the year of the tournament played at Melbourne, 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_80 (engine_configuration VARCHAR, engine_name VARCHAR) ### Question: What is the engine configuration 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_99 (away_team VARCHAR, home_team VARCHAR) ### Question: What is the away team when north melbourne is 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_86 (entrant VARCHAR, driver VARCHAR, chassis VARCHAR, constructor VARCHAR, tyre VARCHAR) ### Question: 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_11677760_31 (nba_draft VARCHAR, college VARCHAR) ### Question: Name the numbers of the nba draft where the pl...
Below is an context that describes a sql 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 (team VARCHAR, ravg VARCHAR) ### Question: What team had a Ravg of 3.4? ### Answer: SELECT team 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_24466191_1 (poles VARCHAR, position VARCHAR) ### Question: Name the number of poles for 15th position ### 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_74 (crowd INTEGER, home_team VARCHAR) ### Question: What is the sum of all the crowds that watched North...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_74 (home_team VARCHAR, venue VARCHAR) ### Question: What team was the home team at the venue junction ov...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_74 (sanskrit VARCHAR, chinese VARCHAR, english VARCHAR) ### Question: Which Sanskrit has a Chinese 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_2004733_2 (population__2010_ VARCHAR, population_density__2010_ VARCHAR) ### Question: In 2010, how many peop...
Below is an context that describes a sql 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 (chassis VARCHAR, engine VARCHAR, points VARCHAR) ### Question: A ferrari flat-12 engine with more 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_1245350_1 (quattroporte_iv VARCHAR, units_produced VARCHAR) ### Question: What type of quattroporte iv only p...
Below is an context that describes a sql 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 (school VARCHAR, year_left VARCHAR) ### Question: what is the school that left in 1966? ### 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_25679312_2 (directed_by VARCHAR, prod_code VARCHAR) ### Question: Who directed the episode with the productio...
Below is an context that describes a sql 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 (overall INTEGER, college VARCHAR, position VARCHAR, round VARCHAR) ### Question: What is the overall...
Below is an context that describes a sql 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 (singular_word VARCHAR, plural_word VARCHAR) ### Question: The plural word of hands uses what singula...
Below is an context that describes a sql 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 (league_cup_apps INTEGER, league_goals VARCHAR, league_cup_goals VARCHAR, fa_cup_apps VARCHAR) ### Qu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24998088_1 (wins VARCHAR, points VARCHAR) ### Question: How many wins were listed when he had 112 points? ##...
Below is an context that describes a sql 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 (league_cup INTEGER, total INTEGER) ### Question: Which League Cup has a Total smaller than 1? ### 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_90 (event VARCHAR, winner__title__number_ VARCHAR) ### Question: Name the Event which has a Winner (Titl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25479607_3 (fixed_charge___rs__kwh_ VARCHAR, tariff___rs__kwh_ VARCHAR) ### Question: What is the fixed charg...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR) ### Question: List the population density per ...
Below is an context that describes a sql 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 (record VARCHAR, game_site VARCHAR, result VARCHAR) ### Question: Game site of kingdome, and a Result...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE district (district_id VARCHAR, district_name VARCHAR); CREATE TABLE store_district (store_id VARCHAR, district_id V...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16751596_16 (republican VARCHAR, lead_margin VARCHAR) ### Question: How many times did Saxby Chambliss have 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_92 (congress VARCHAR, _number_of_cosponsors VARCHAR, date_introduced VARCHAR) ### Question: What Congres...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (song_choice VARCHAR, theme VARCHAR, result VARCHAR) ### Question: What was the song choice when the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (city VARCHAR, building VARCHAR) ### Question: Which city contains Telus Plaza South? ### 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_76 (country VARCHAR, to_par VARCHAR) ### Question: What is the country for the player who had a To Par 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_91 (series_sorted VARCHAR, released VARCHAR) ### Question: What is the series sorted value for the episo...
Below is an context that describes a sql 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 (name VARCHAR, qual_1 VARCHAR) ### Question: What is the name of the person with a qual 1 time of 1:16...
Below is an context that describes a sql 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 (crew VARCHAR, duration VARCHAR) ### Question: Who was the crew for the duration of 12 minutes? ### 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_43 (date VARCHAR, visitor VARCHAR, record VARCHAR) ### Question: What day was the visitor Cleveland when...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (name VARCHAR, completed VARCHAR) ### Question: Which bridge was completed in 1928? ### 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_73 (wins INTEGER, top_10 INTEGER) ### Question: what is the number of wins that is in the Top 10 and lar...
Below is an context that describes a sql 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 (organisation VARCHAR, award VARCHAR, year VARCHAR, result VARCHAR) ### Question: What is the organisa...
Below is an context that describes a sql 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 (weight VARCHAR, club VARCHAR, name VARCHAR) ### Question: What is Weight, when Club is "Ahly", and 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_65 (number INTEGER, type VARCHAR) ### Question: What is the sum of numbers that had a type of Driving Va...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Apartment_Buildings (building_id VARCHAR, building_manager VARCHAR); CREATE TABLE Apartments (apt_type_code 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_98 (game INTEGER, opponents VARCHAR, record VARCHAR) ### Question: What is the highest Game, when Oppone...
Below is an context that describes a sql 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 (date VARCHAR, away_team VARCHAR) ### Question: When did the game with North Melbourne as the 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_11167610_1 (turbo VARCHAR, trim VARCHAR) ### Question: what's the turbo where trim is 2.0 20v ### 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_83 (rank INTEGER, total VARCHAR, silver VARCHAR) ### Question: What is the sum of the ranks with a total...
Below is an context that describes 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 (code VARCHAR, name VARCHAR); CREATE TABLE products (name VARCHAR, Manufacturer 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 (recipient VARCHAR, award VARCHAR, film VARCHAR) ### Question: Name the recipient for jamaica and awa...
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR) ### Question: On what Date was the Venue in Carson? ### Answer: SELECT ...