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_13 (report VARCHAR, date VARCHAR) ### Question: Which Report is on 1 june? ### Answer: SELECT report 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_60 (owner_s_ VARCHAR, date VARCHAR, number_ VARCHAR, _name VARCHAR) ### Question: Who is the owner befor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341453_7 (district VARCHAR, incumbent VARCHAR) ### Question: How many districts does gary condit represent? ...
Below is an context that describes a sql 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 (score VARCHAR, champion VARCHAR, stadium VARCHAR) ### Question: What was the score when the Vikings ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE country (Population VARCHAR, Region VARCHAR, Name VARCHAR) ### Question: What are the region and population of Ango...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19908651_3 (pole_position VARCHAR, race_name VARCHAR) ### Question: Who was on the pole position in the Texac...
Below is an context that describes a sql 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 (rank VARCHAR, bronze VARCHAR, silver VARCHAR) ### Question: How much Rank has a Bronze of 21, 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_18 (wind VARCHAR, rank VARCHAR, location VARCHAR) ### Question: What was the wind at New York City 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_79 (score VARCHAR, opponent VARCHAR) ### Question: what is the score when the opponent is ann grossman? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (gsr_class VARCHAR, type VARCHAR) ### Question: What GSR class is associated with a 0-4-2t type? ### ...
Below is an context that describes a sql 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 (career_win_loss VARCHAR) ### Question: Which 2011 has a Career Win-Loss of 7–10? ### 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_6 (total_apps VARCHAR, fa_cup_goals VARCHAR, fa_cup_apps VARCHAR) ### Question: It has a FA Cup Goals sm...
Below is an context that describes a sql 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 (years VARCHAR, area VARCHAR) ### Question: Which years have an Area of rangitoto? ### 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 device (Software_Platform VARCHAR) ### Question: Please show the software platforms of devices in descending order ...
Below is an context that describes a sql 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 (overall VARCHAR, position VARCHAR, round VARCHAR) ### Question: What is the total of overall values ...
Below is an context that describes a sql 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 (fc_matches VARCHAR, total VARCHAR) ### Question: Which FC match has a total of 24? ### 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_16 (title VARCHAR, elector VARCHAR) ### Question: What is the Title of Elector Giovanni Boccamazza? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, city VARCHAR) ### Question: What is the no party preference 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_37 (school VARCHAR, city VARCHAR) ### Question: What school has belleville 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_name_36 (year INTEGER, genre VARCHAR) ### Question: Which year is the lowest for genre of action-adventure? #...
Below is an context that describes a sql 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 (high_points VARCHAR, date VARCHAR) ### Question: Who had the highest points of the game on May 27? #...
Below is an context that describes a sql 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 (year_named INTEGER, name VARCHAR, diameter__km_ VARCHAR) ### Question: Which Year named has a Name 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_85 (score VARCHAR, player VARCHAR) ### Question: What was Dave Hill's score? ### Answer: SELECT score FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (date VARCHAR, away_team VARCHAR) ### Question: what is the date when the away team is bolton wandere...
Below is an context that describes a sql 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 (played INTEGER, points VARCHAR, position VARCHAR) ### Question: Which Played has a Points of 2, and ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_255885_1 (municipality VARCHAR, area__km²_ VARCHAR) ### Question: What is the municipality that has an area 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_19210115_1 (affiliation VARCHAR, nickname VARCHAR) ### Question: What is the affiliation of the University ca...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Player (player_name VARCHAR, player_api_id VARCHAR); CREATE TABLE Player_Attributes (player_api_id VARCHAR) ### Que...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE catalog_contents (catalog_entry_name VARCHAR, next_entry_id INTEGER) ### Question: Name all the products with next ...
Below is an context that describes a sql 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 (totaltk INTEGER, yards INTEGER) ### Question: what is the sum of totaltk when yards is less than 0? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (home_away VARCHAR, date VARCHAR) ### Question: Which Home/Away was on April 27, 2008? ### 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_63 (station VARCHAR, genre VARCHAR, operator VARCHAR) ### Question: Which station is operated by BBC Rad...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16403890_1 (enrollment INTEGER, affiliation VARCHAR) ### Question: Private/Catholic school's minimum enrollme...
Below is an context that describes a sql 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 (bronze INTEGER, silver VARCHAR, gold VARCHAR) ### Question: Which average bronze had a silver greater...
Below is an context that describes a 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 VARCHAR, high_assists VARCHAR) ### Question: What was the total number of games where A. Joh...
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR) ### Question: Name the score for 30 january 2013 ### Answer: SELECT sco...
Below is an context that describes a sql 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 (year VARCHAR, engine VARCHAR) ### Question: Which year has brm v12 as the engine? ### 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_8 (opponent VARCHAR, date VARCHAR) ### Question: Who did the Colts play against on September 25, 1966? #...
Below is an context that describes a sql 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 (architecture VARCHAR, original_vehicle VARCHAR) ### Question: What architecture type does the Ford 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_name_80 (frequency_mhz VARCHAR, erp_w VARCHAR) ### Question: Name the frequence MHz for ERP W of 55 ### 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_26 (team_1 VARCHAR) ### Question: What is the 1st leg of team 1 Lyon? ### Answer: SELECT 1 AS st_leg 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_30 (date VARCHAR, home VARCHAR) ### Question: what is the date when the home is st. louis? ### 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_91 (socket VARCHAR, frequency VARCHAR, release_price___usd__ VARCHAR) ### Question: Frequency of 1.2 ghz...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30062172_3 (length VARCHAR, round VARCHAR, gt3_winner VARCHAR) ### Question: When david ashburn richard west...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26860595_2 (fab___nm__ INTEGER) ### Question: What was the maximum fab (nm)? ### Answer: SELECT MAX(fab___nm_...
Below is an context that describes a sql 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 (score VARCHAR, record VARCHAR) ### Question: Which Score has a Record of 15–12–2? ### 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_54 (_number___county VARCHAR, enrollment VARCHAR, school VARCHAR) ### Question: What's the county of Eas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (score VARCHAR, player VARCHAR) ### Question: What is the score of player mark hayes? ### 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_31 (final_round VARCHAR, team VARCHAR) ### Question: What was the final round score for the player 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 Treatments (professional_id VARCHAR); CREATE TABLE Professionals (professional_id VARCHAR, last_name VARCHAR, cell_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23248940_6 (high_points VARCHAR, game VARCHAR) ### Question: Who are all high points in game 14? ### 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_25527255_2 (manager VARCHAR, team VARCHAR) ### Question: Who is the manager of FK Andijan? ### 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_12 (pat_robertson VARCHAR, bob_dole VARCHAR, george_hw_bush VARCHAR) ### Question: When Bob Dole had 26%...
Below is an context that describes a sql 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 (attendance VARCHAR, location VARCHAR, result VARCHAR) ### Question: What was the 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_68 (points INTEGER, year INTEGER) ### Question: What is the average Points for a year before 1955? ### 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_2527617_1 (champion VARCHAR, season VARCHAR) ### Question: Who is the champion of the 1994 season? ### 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_1 (player VARCHAR, round VARCHAR, position VARCHAR) ### Question: Which Player has a Round larger than 5...
Below is an context that describes a sql 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 (local_position VARCHAR, mission VARCHAR) ### Question: What is Local Position, when Mission is "Para...
Below is an context that describes a sql 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 (team_2 VARCHAR) ### Question: what is the 1st round when team 2 is olympique lyonnais (d2)? ### 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_42 (location_attendance VARCHAR, score VARCHAR) ### Question: what is the location attendance when the 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_48 (home_team VARCHAR, away_team VARCHAR) ### Question: What did the home team when they played Richmond...
Below is an context that describes a sql 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 (location VARCHAR, meet VARCHAR, time VARCHAR) ### Question: Where were the 2008 championships with 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_85 (number VARCHAR, name VARCHAR) ### Question: what number is associated with the name chartist (чартис...
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR) ### Question: When the Venue is mcg what is the Home team? ### 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_25057928_1 (institute VARCHAR) ### Question: Name the most 2012/13 for university of cambridge ### 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_39 (record VARCHAR, home VARCHAR, decision VARCHAR) ### Question: Name the record for detroit and decisi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_97 (opponent VARCHAR, date VARCHAR) ### Question: Who was the opponent on 19 February 2011? ### 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_79 (days VARCHAR, party VARCHAR, constituency VARCHAR) ### Question: What are the number of days did 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_51 (co_champions INTEGER, records VARCHAR, pct VARCHAR, mrc_championships VARCHAR) ### Question: What is...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_92 (against INTEGER, byes INTEGER) ### Question: Name the sum against for byes less than 0 ### Answer: S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (t_score VARCHAR, e_score VARCHAR) ### Question: What is the T score of the team with an E score of 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_55 (team VARCHAR, sport VARCHAR, nation_of_citizenship VARCHAR) ### Question: Which tennis team is 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_name_24 (weight_at_birth VARCHAR, meaning VARCHAR) ### Question: How much did the baby who name means God kno...
Below is an context that describes a sql 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 (polling_organisation_client VARCHAR, others VARCHAR) ### Question: When the others had a value of 7%,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE artist (Famous_Title VARCHAR, Artist_ID VARCHAR); CREATE TABLE volume (Artist_ID VARCHAR, Weeks_on_Top INTEGER) ###...
Below is an context that describes a sql 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, goal VARCHAR) ### Question: Tell me the date of goal 5 ### Answer: SELECT date FROM tab...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_149426_4 (available_subnets INTEGER) ### Question: available subnets leading total is? ### Answer: SELECT MAX...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2822193_1 (point_finishes__non_podium_ INTEGER, series VARCHAR) ### Question: What's the most amount of point...
Below is an context that describes a sql 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 (goals INTEGER, games VARCHAR, player VARCHAR) ### Question: Which Goals have Games smaller than 41, ...
Below is an context that describes a sql 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 (match_report VARCHAR, date VARCHAR) ### Question: What is the match report for July 10, 2005? ### 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_16 (crude_death_rate__per_1000_ INTEGER, deaths VARCHAR, average_population__x_1000_ VARCHAR) ### Questi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15780049_5 (game INTEGER, date VARCHAR) ### Question: What game happened on December 19? ### Answer: SELECT M...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (date VARCHAR, record VARCHAR) ### Question: When has a Record of 1-3? ### Answer: SELECT date FROM ta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (week_2 VARCHAR, week_3 VARCHAR) ### Question: When Star Zemba was featured in Week 3, who was the cy...
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR, result VARCHAR) ### Question: What is the date of the game against 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_85 (plural VARCHAR, meaning VARCHAR) ### Question: What is the plural for the Meaning of night? ### 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_11 (country VARCHAR, rank VARCHAR) ### Question: What is the Country of the rowers with a Rank of 4? ###...
Below is an context that describes a sql 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 (to_par VARCHAR, player VARCHAR, score VARCHAR) ### Question: What is the to par of player tom weisko...
Below is an context that describes a sql 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 INTEGER, drawn VARCHAR, games VARCHAR) ### Question: What was the highest points where there ...
Below is an context that describes a sql 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 (qual_2 VARCHAR, best VARCHAR) ### Question: What is Qual 2, when Best is 1:27.642? ### 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_86 (game VARCHAR, location_attendance VARCHAR) ### Question: What game number was played at amway arena?...
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR) ### Question: Question does not make sense since there was no record 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_31 (total INTEGER, league_cup INTEGER) ### Question: League Cup smaller than 0 is what sum of the 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_22181917_2 (production_code VARCHAR, us_viewers__millions_ VARCHAR) ### Question: What is the production code...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (home VARCHAR, date VARCHAR) ### Question: Which Home is on january 11? ### Answer: SELECT home 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_15621965_16 (nationality VARCHAR, school_club_team VARCHAR) ### Question: What is the nationality of th 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_name_48 (goals INTEGER, season VARCHAR) ### Question: What is the sum of goals for the 2004/05 Season? ### 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_99 (visiting_team VARCHAR, stadium VARCHAR) ### Question: During the game at Candlestick Park, who was 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_1 (region VARCHAR, host VARCHAR) ### Question: What region is the host university of southern california...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What is the 2009 result when 2011 is 1R and 2007 is A? ### Answer: SELECT ...