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_28005809_2 (sdlp INTEGER, council VARCHAR) ### Question: What is the SDLP of Belfast? ### 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_27539808_5 (location_attendance VARCHAR, december VARCHAR) ### Question: What is the location and attendance ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23284271_10 (high_points VARCHAR, record VARCHAR) ### Question: Who has the high points when 53-27 is the rec...
Below is an context that describes a sql 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 (height_ft___m VARCHAR, floors VARCHAR) ### Question: Name the height with 9 floors ### 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_99 (location VARCHAR, opponent VARCHAR, rules VARCHAR, round VARCHAR) ### Question: Where has a Rules 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_1243601_1 (division VARCHAR, year VARCHAR) ### Question: How many divisions were listed in 2006? ### 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_1140083_2 (fastest_lap VARCHAR, location VARCHAR) ### Question: The Dijon-prenois had how many fastest laps? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25646820_2 (points VARCHAR, player VARCHAR) ### Question: Name the points for donald boor ### 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_49 (date INTEGER, game VARCHAR, opponent VARCHAR) ### Question: What is the latest date for a game over ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Reviewer (rID VARCHAR, name VARCHAR); CREATE TABLE Rating (mID VARCHAR); CREATE TABLE Rating (mID VARCHAR, rID VARC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20325360_2 (rank VARCHAR) ### Question: For the country that holds a rank of 2, in the Mr. International Comp...
Below is an context that describes a sql 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 (team VARCHAR, winner VARCHAR, circuit VARCHAR) ### Question: Which Team has a Winner of craig lownde...
Below is an context that describes a sql 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 (shot_pct VARCHAR, skip VARCHAR) ### Question: What is Madeleine Dupont's shot pct.? ### 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_6 (nationality VARCHAR, college VARCHAR) ### Question: What nationality is the player from the College 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_21007615_1 (record VARCHAR, sun_devils_points VARCHAR) ### Question: What was the record for the Sun Devils 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_15187735_4 (netflix VARCHAR, episode VARCHAR) ### Question: What is the netflix code for episode 46? ### 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 departments (department_id VARCHAR, manager_id INTEGER); CREATE TABLE employees (department_id VARCHAR, manager_id ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15315276_1 (tournament_location VARCHAR, champion VARCHAR) ### Question: Where was the tournament located whe...
Below is an context that describes a sql 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 (gold VARCHAR, bronze VARCHAR, sport VARCHAR) ### Question: What is the winner of gold that also has...
Below is an context that describes a sql 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 (area__km_2__ INTEGER, code VARCHAR, region VARCHAR) ### Question: What is the largest area with a Co...
Below is an context that describes a sql 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 (victory_margin__in_lengths_ VARCHAR, time VARCHAR, finish VARCHAR, jockey VARCHAR) ### Question: Wha...
Below is an context that describes a sql 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 (total_receipts VARCHAR, candidate VARCHAR) ### Question: Tell me the total receipts for tom tancredo...
Below is an context that describes a sql 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 (name VARCHAR, locale VARCHAR) ### Question: what is the name of the holland locale ### 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_39 (throws VARCHAR, first VARCHAR) ### Question: How many throws does PJ have? ### Answer: SELECT throws...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_67 (position VARCHAR, player VARCHAR) ### Question: What is the position of Dale Craigwell? ### 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_92 (record VARCHAR, home VARCHAR) ### Question: What is the record for the NY Rangers? ### 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_3 (gold_medals VARCHAR, ensemble VARCHAR, bronze_medals VARCHAR) ### Question: When the Mandarins won mo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10960039_6 (college VARCHAR, player VARCHAR) ### Question: What schools did lenard semajuste play for? ### 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_53 (label VARCHAR, region VARCHAR, date VARCHAR) ### Question: Which label had a Japan region and a date...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (goals_for INTEGER, played INTEGER) ### Question: Which lowest goals for number had a played number 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_1571238_2 (fourth_place INTEGER, team VARCHAR) ### Question: When the team is lake superior state how many ti...
Below is an context that describes a sql 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 (fa_cup_apps VARCHAR, fa_cup_goals VARCHAR, total_apps VARCHAR, league_apps VARCHAR) ### Question: 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_1 (away_team VARCHAR, venue VARCHAR) ### Question: Who is the away side at junction oval? ### 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_42 (parent_magazine VARCHAR, title VARCHAR) ### Question: What is the parent magazine for Dengeki 5pb.? ...
Below is an context that describes a sql 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 (laps INTEGER, points VARCHAR, grid VARCHAR) ### Question: Who has the lowest laps with 29 points on ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE pilot (Name VARCHAR, Age VARCHAR) ### Question: List names of all pilot aged 30 or younger in descending alphabetic...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11677691_2 (position VARCHAR, school VARCHAR) ### Question: WHAT POSITION DOES THE PLAYER FROM SOUTH POINTE H...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1756264_2 (description_of_activities VARCHAR, company_name VARCHAR) ### Question: What activities does Clear ...
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR) ### Question: What date has new england patriots as the opponent? ##...
Below is an context that describes a sql 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 (against INTEGER, ballarat_fl VARCHAR, wins VARCHAR) ### Question: What is the sum of against in Ball...
Below is an context that describes a sql 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 (byes INTEGER, portland_dfl VARCHAR, losses VARCHAR) ### Question: What is the sum of byes for losses...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_262476_3 (founded INTEGER, institution VARCHAR) ### Question: When was alfred university founded? ### 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_43 (power VARCHAR, capacity VARCHAR) ### Question: what is the power when the capacity is 898cc? ### 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_84 (songwriter_s_ VARCHAR, production_credits VARCHAR, track VARCHAR) ### Question: Who was the songwrit...
Below is an context that describes a sql 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 (circuit VARCHAR, winner VARCHAR, series VARCHAR) ### Question: What is the Circuit in the ATCC Round...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16028459_2 (bills_first_downs INTEGER, opponents VARCHAR) ### Question: How many first downs did the bills ha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (votes VARCHAR, candidate VARCHAR, counties VARCHAR) ### Question: What is the number of votes when R...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27712702_11 (game INTEGER, record VARCHAR) ### Question: what was the game number where the record was 46–24?...
Below is an context that describes a sql 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 (power VARCHAR, chassis_code VARCHAR) ### Question: What is the power of the Chassis code w123.130? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20319085_2 (coach VARCHAR, conference_record VARCHAR) ### Question: Who coached the team in the season 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_70 (height__m_ INTEGER, location VARCHAR, height__ft_ VARCHAR) ### Question: What is the lowest height i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (issue_date_s_ VARCHAR, artist VARCHAR) ### Question: What date did the song by jennifer lopez get 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_10818465_1 (ga_date VARCHAR, processor_frequency VARCHAR) ### Question: What ga date do the models with 1.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_22753439_1 (party VARCHAR, winner VARCHAR) ### Question: What is every party with a winner of P. Chidambaram?...
Below is an context that describes a sql 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 (week INTEGER, attendance VARCHAR) ### Question: What is the week with attendance of 73,572? ### 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_35 (played VARCHAR, club VARCHAR) ### Question: What is listed under Played that has a Club of Morriston...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1754531_4 (domestic_mail VARCHAR, total_freight_and_mail VARCHAR) ### Question: Name the total number of dome...
Below is an context that describes a sql 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 (ag VARCHAR, d3 VARCHAR) ### Question: What is the AG value associated with a D3&4 of 41? ### 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 Reviewer (name VARCHAR, rID VARCHAR); CREATE TABLE Rating (rID VARCHAR) ### Question: Find the names of all reviewe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29546218_3 (skip__club_ VARCHAR, pf VARCHAR) ### Question: What is the total mumber of skip (club) entries 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 Player (pName VARCHAR) ### Question: Find the players whose names contain letter 'a'. ### Answer: SELECT DISTINCT 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_18278508_2 (main_contestant VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR) ### Question: Who performed with ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (district VARCHAR, constituency_number VARCHAR) ### Question: What district has 98 constituencies? ##...
Below is an context that describes a sql 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 (_percentage_of_1_rep_max_last_set_ VARCHAR, set_4 VARCHAR) ### Question: How many % of 1 Rep Max(Las...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE song (Singer_ID VARCHAR, Sales INTEGER); CREATE TABLE singer (Name VARCHAR, Singer_ID VARCHAR) ### Question: Show 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_55 (date VARCHAR, goal VARCHAR) ### Question: Which date has 3 as the goal? ### Answer: SELECT date 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_13713206_1 (games_played VARCHAR, goals_for_against VARCHAR) ### Question: How many games has the club with 2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21249915_1 (department VARCHAR, small__100ha_ VARCHAR) ### Question: Which department has a small of 11370? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Flight (flno VARCHAR, origin VARCHAR) ### Question: Show all flight number from Los Angeles. ### Answer: SELECT fln...
Below is an context that describes a sql 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 (suburb VARCHAR, roll VARCHAR) ### Question: What is the name of the suburb with a roll of 741? ### 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_25 (la_crescenta__montrose VARCHAR, pasadena VARCHAR) ### Question: When Pasadena is at 10%, what is La ...
Below is an context that describes a sql 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 (live_births_2006 INTEGER, county VARCHAR, tfr_2006 VARCHAR) ### Question: In 2006, what is the highes...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24415627_2 (entered_senate VARCHAR, senator VARCHAR) ### Question: On what date did congressman joseph tyding...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27721131_6 (team VARCHAR, date VARCHAR) ### Question: What is the team they played on november 25? ### 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_61 (high_assists VARCHAR, date VARCHAR) ### Question: What were the high assist on january 2? ### 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_15059783_1 (team_classification VARCHAR, combination_classification VARCHAR, points_classification VARCHAR) #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (score VARCHAR, player VARCHAR) ### Question: What is the score for Todd Hamilton? ### 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_18600760_13 (longitude VARCHAR, water__sqmi_ VARCHAR) ### Question: What longitudes associated with a water (...
Below is an context that describes a sql 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 (round INTEGER, name VARCHAR, pick VARCHAR) ### Question: What's the average round Red Bryant was dra...
Below is an context that describes a sql 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 (label VARCHAR, catalogue VARCHAR) ### Question: What label has RTRADLP 346 as catalogue? ### 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_40 (district VARCHAR, incumbent VARCHAR) ### Question: What district is Jim Moran the incumbent 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_91 (draw INTEGER, performer VARCHAR) ### Question: How many draws did gary o'shaughnessy have? ### 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_42 (time_retired VARCHAR, laps VARCHAR, grid VARCHAR) ### Question: What is the time/retired for the car...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28005100_1 (no VARCHAR, title VARCHAR) ### Question: How many numbers are there for kam wa7ed fina? ### 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_27050732_7 (delegate VARCHAR, district VARCHAR) ### Question: Who represents district 41? ### 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_64 (founded INTEGER, day_boarding VARCHAR, year_entered_competition VARCHAR) ### Question: Which 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_name_39 (start VARCHAR, finish VARCHAR) ### Question: Name the start for finish being 21st ### 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_85 (position VARCHAR, player VARCHAR) ### Question: What is Thad Jemison's position? ### 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 product (product VARCHAR) ### Question: Find all the product whose name contains the word "Scanner". ### 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_9 (name VARCHAR, locomotive VARCHAR) ### Question: What is the name for the locomotive n474? ### 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 (goals INTEGER, player VARCHAR) ### Question: How many goals does mitsuo kato have? ### 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_42 (attendance VARCHAR, h___a VARCHAR, opponents VARCHAR) ### Question: What's the total attendance 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_27094070_4 (overall_gms VARCHAR, overall_avg VARCHAR) ### Question: How many games had an average of 12796? #...
Below is an context that describes a sql 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 (seasons VARCHAR, goals VARCHAR, lost VARCHAR) ### Question: How many seasons have goals of 261-338 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_2102945_1 (archive VARCHAR, viewers__in_millions_ VARCHAR) ### Question: When there are 7.5 million viewers 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_14418812_1 (opponent VARCHAR, week VARCHAR) ### Question: Name the opponent for week 12 ### Answer: SELECT op...
Below is an context that describes a sql 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 (record VARCHAR, years VARCHAR) ### Question: what is the record for years 2006-11? ### 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_23143607_1 (television_channels VARCHAR, radio_stations VARCHAR) ### Question: What is the total number of 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_20360535_4 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: what is the ori...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14325653_2 (publisher_s_ VARCHAR, video_game VARCHAR) ### Question: Name the total number of publishers for f...