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_45 (result VARCHAR, opponent VARCHAR, venue VARCHAR) ### Question: What was the result when 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_67 (rank INTEGER, date VARCHAR, attendance VARCHAR) ### Question: What's the rank for February 11, 2012 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1974545_3 (softball_stadium VARCHAR, school VARCHAR) ### Question: What is the name of Rhode Island College'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_273617_6 (Id VARCHAR) ### Question: What is the lowest 2011 number (,000)? ### Answer: SELECT MIN(2011 AS _nu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27892955_1 (title VARCHAR, directed_by VARCHAR, no_in_series VARCHAR) ### Question: What is the name of 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_15 (venue VARCHAR, score VARCHAR) ### Question: Where was the game held that resulted in a score of 9-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_name_26 (home_team VARCHAR, venue VARCHAR) ### Question: What is the home team score at brunswick street oval...
Below is an context that describes a sql 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 (vmax VARCHAR, type VARCHAR, cylinder VARCHAR, capacity VARCHAR) ### Question: What was the maximum 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_38 (overall INTEGER, round VARCHAR, pick__number VARCHAR) ### Question: With Round 3 and Pick # over 10,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (gdp__billion_us$_ VARCHAR, gdp_per_capita__us$_ VARCHAR) ### Question: What is the GDP (billion US$)...
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR) ### Question: what is the score on february 16? ### Answer: SELECT scor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (city VARCHAR, opponent VARCHAR) ### Question: What city did Yugoslavia play against Poland in? ### 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_249512_2 (a_ VARCHAR, county_ies__ VARCHAR, place_name VARCHAR) ### Question: How many counties have a place ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11497980_1 (torque_nm VARCHAR, gcm__kg__technical_capacity VARCHAR, engine_make_capacity VARCHAR) ### Questio...
Below is an context that describes a sql 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 (result VARCHAR, score VARCHAR) ### Question: What outcome has a score of 12-22? ### Answer: SELECT 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_11604804_5 (location VARCHAR, nickname VARCHAR) ### Question: What was the number of location of nickname cbs...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1936678_1 (class_3 VARCHAR, location VARCHAR, class_1 VARCHAR) ### Question: Name the class 3 for silverstone...
Below is an context that describes a sql 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 (nation VARCHAR, rank VARCHAR, bronze VARCHAR, total VARCHAR) ### Question: What nation has a bronze ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14342592_5 (position VARCHAR, touchdowns VARCHAR) ### Question: Which positions have made 4 touchdowns? ### 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_19 (gold INTEGER, bronze INTEGER) ### Question: Name the sum of gold when Bronze is less than 0 ### 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_50 (venue VARCHAR, away_team VARCHAR) ### Question: When Essendon played away; where did they play? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (capacity INTEGER, home_city VARCHAR, manager VARCHAR) ### Question: what is the capacity when the ho...
Below is an context that describes a sql 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 (social_sec_leeds VARCHAR, president VARCHAR) ### Question: Name the Social Sec Leeds has a President...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28715942_2 (original_artist VARCHAR, arranger_s_ VARCHAR) ### Question: Who were the original artist(s) 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_44 (director_s_ VARCHAR, film VARCHAR) ### Question: Who directed the film Antonio's Breakfast? ### 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_24625467_1 (original_air_date VARCHAR, production_code VARCHAR) ### Question: What date did the episode 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 performance (HOST VARCHAR, Attendance VARCHAR) ### Question: List the hosts of performances in ascending order of a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (fa_cup_goals VARCHAR, scorer VARCHAR) ### Question: How many FA Cup goals does George Yardley have? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1507431_1 (runner_up VARCHAR, no VARCHAR) ### Question: Who are all runner-ups for No. 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_17120964_9 (opponent VARCHAR, date VARCHAR) ### Question: who was the opponent where the date was the 21st? #...
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR) ### Question: Who was the Opponent on November 27, 2005? ### 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 district (District_name VARCHAR, City_Population INTEGER) ### Question: Find the name and population of district 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_23937219_3 (prod_code INTEGER, series__number VARCHAR) ### Question: What is the production code for 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_name_19 (venue VARCHAR, result VARCHAR) ### Question: In what venues was the match with a final result of Eng...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26561508_1 (production_code VARCHAR, patient_portrayer VARCHAR) ### Question: What is the production code 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_71 (attack VARCHAR, source VARCHAR) ### Question: What Attack has a Source of NCIOM? ### 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_80 (away_team VARCHAR, round VARCHAR, home_team VARCHAR) ### Question: Who was the away team when Queens...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_45 (district VARCHAR, reserved_for___sc___st__none_ VARCHAR) ### Question: What district shows reserved ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Ref_Transaction_Types (transaction_type_description VARCHAR, transaction_type_code VARCHAR); CREATE TABLE TRANSACTI...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE election (Name VARCHAR, Representative_ID VARCHAR); CREATE TABLE representative (Name VARCHAR, Representative_ID 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 table_name_78 (away_team VARCHAR, venue VARCHAR) ### Question: What was the away score at VFL Park? ### 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_18304259_1 (earnings_per_share__p_ VARCHAR, net_profit__£m_ VARCHAR) ### Question: Name the eps for net profi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17516922_1 (pregame_analysts VARCHAR, sideline_reporters VARCHAR, network VARCHAR) ### Question: What pregame...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28232443_1 (year INTEGER, artist VARCHAR) ### Question: what was the first year that kid creole and the cocon...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26631526_1 (release_date___xbox360__ VARCHAR, artist VARCHAR) ### Question: Name the release date xbox 360 fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21197135_1 (cowboys_points VARCHAR, record VARCHAR) ### Question: How many points did the Cowboys have when 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_25 (date VARCHAR, record VARCHAR) ### Question: What is the date of the games that saw a record of 43.66...
Below is an context that describes a sql 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 (target_version VARCHAR, license VARCHAR) ### Question: What is Target Version, when License is LGPL ...
Below is an context that describes a sql 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 (co_drivers VARCHAR, year VARCHAR, laps VARCHAR) ### Question: Who are the co-drivers before 2010 wit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26476336_2 (new_conference VARCHAR, new_classification VARCHAR) ### Question: How many new conferences are in...
Below is an context that describes a sql 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 (opponent VARCHAR, result VARCHAR, location VARCHAR) ### Question: Who was the opponent with the loss...
Below is an context that describes a sql 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 (date VARCHAR, type VARCHAR) ### Question: What is the Date of the Fortified House? ### 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_28286776_12 (club_s_ VARCHAR, goal_s_ VARCHAR) ### Question: What club did the championship player come 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_25005714_3 (bus_type VARCHAR, texture___gt__s_ VARCHAR) ### Question: What is every bus type for the texture ...
Below is an context that describes a sql 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 (tournament VARCHAR, margin_of_victory VARCHAR) ### Question: Which tournament had a margin of victor...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22464685_1 (author VARCHAR, english_name VARCHAR) ### Question: Who is the auther when the english name was 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_name_92 (res VARCHAR, round VARCHAR, event VARCHAR) ### Question: What is Res., when Round is greater than 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_13463790_2 (height__ft_ VARCHAR, name VARCHAR) ### Question: what's the height (ft) with name being 52-54 lim...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29697744_1 (section VARCHAR, season VARCHAR) ### Question: how many sections are for the season of 2008 ### 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_87 (date VARCHAR, venue VARCHAR) ### Question: What date did VFL play MCG? ### 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_name_59 (record VARCHAR, home VARCHAR, visitor VARCHAR) ### Question: Can you tell me the Record that has 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_23297_3 (surface VARCHAR, year VARCHAR) ### Question: What is the surface for the year 2001? ### 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_96 (bronze INTEGER, nation VARCHAR, silver VARCHAR) ### Question: How many bronze medals for Romania 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 (completed INTEGER, quantity VARCHAR, numbers VARCHAR) ### Question: For the item with more than 10, ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (location VARCHAR, loser VARCHAR, result VARCHAR) ### Question: Where was the game that the Indianapo...
Below is an context that describes a sql 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 (sprint_points VARCHAR, total_points VARCHAR) ### Question: How many sprint points contribute to 2 to...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (week INTEGER, date VARCHAR) ### Question: During what week was the match on November 10, 1963? ### 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 (distance VARCHAR, winning_horse VARCHAR) ### Question: What distance did the winning horse run 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_79 (goals_scored INTEGER, points VARCHAR, wins VARCHAR) ### Question: Which Goals scored has Points larg...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20236726_2 (lms_no VARCHAR, serial_no VARCHAR) ### Question: Name the lms number for serial number being 372 ...
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR) ### Question: What team was the away team for the venue punt road 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_51 (bullet VARCHAR, shoulder VARCHAR) ### Question: What bullet does the gun with a shoulder measurement...
Below is an context that describes a sql 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 (bore_ VARCHAR, _stroke VARCHAR, carburetor VARCHAR, vin_code VARCHAR) ### Question: What are the bor...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: Which 2012 has a 2007 of 0 / 4? ### Answer: SELECT 2012 FROM table_name_8 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_55 (result VARCHAR, week VARCHAR) ### Question: What was the result of the game on week 11? ### 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_46 (lost VARCHAR, _percentage_won VARCHAR) ### Question: Name the lost for % won of 55.37 ### 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_1918850_2 (surface VARCHAR, championship VARCHAR, score_in_the_final VARCHAR) ### Question: state the number ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341472_15 (result VARCHAR, district VARCHAR) ### Question: what's the result with district illinois 15 ### A...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (frequency_mhz VARCHAR, erp_w VARCHAR) ### Question: Total frequency with ERP W of 62? ### 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_1 (location_attendance VARCHAR, record VARCHAR) ### Question: What is the location/attendance of the gam...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15869204_4 (date VARCHAR, location_attendance VARCHAR) ### Question: On what date was the attendance at Conti...
Below is an context that describes a sql 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 (opponent VARCHAR, result VARCHAR) ### Question: Which Opponent has a Result of l 14–10? ### 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_66 (height__ft_ INTEGER, city VARCHAR) ### Question: How high was the highest building in feet in the ci...
Below is an context that describes a sql 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 (sample_size INTEGER, date_s__administered VARCHAR) ### Question: What is the highest sample size adm...
Below is an context that describes a sql 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 (assists VARCHAR, team VARCHAR, total_points VARCHAR) ### Question: What assists has the Team SMU 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 savings (custid VARCHAR, balance INTEGER); CREATE TABLE accounts (name VARCHAR, custid VARCHAR); CREATE TABLE check...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (time VARCHAR, opponent VARCHAR) ### Question: What is the time for an opponent of Satoshi Honma? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (band VARCHAR, album_or_song VARCHAR) ### Question: Which band plays Self Versus Self - Immersion? ##...
Below is an context that describes a sql 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 (melbourne VARCHAR, gold_coast VARCHAR, adelaide VARCHAR, auckland VARCHAR) ### Question: Name the me...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2417445_4 (date_of_successors_taking_office VARCHAR, successor VARCHAR) ### Question: When rudolph kleberg (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_96 (total INTEGER, ward INTEGER) ### Question: WHAT IS THE TOTAL WITH WARD LARGER THAN 60? ### 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_24 (result VARCHAR, attendance VARCHAR) ### Question: What was the score for the game that attendance wa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_36 (shooter VARCHAR, rank_points VARCHAR) ### Question: What was the shooter when the rank points was ol...
Below is an context that describes a sql 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 (team VARCHAR, year VARCHAR, start VARCHAR) ### Question: What team is after 1998 with a start of dnq...
Below is an context that describes a sql 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 (points INTEGER, team VARCHAR, played VARCHAR) ### Question: What is the highest number of points tea...
Below is an context that describes a sql 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 (shortstop VARCHAR, second_baseman VARCHAR, catcher VARCHAR, third_baseman 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_8 (pick__number INTEGER, reg_gp INTEGER) ### Question: What is the smallest pick with a Reg GP 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_73 (population_in_millions VARCHAR, gdp_2012_millions_of_euro VARCHAR) ### Question: What is Population ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (marcin_dołęga___pol__ VARCHAR, world_record VARCHAR, snatch VARCHAR) ### Question: What shows for Ma...
Below is an context that describes a sql 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 (driver VARCHAR, chassis VARCHAR) ### Question: Who is the driver of the chassis that is tg183b tg184...