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_44 (goals_scored INTEGER, goals_conceded VARCHAR, draw VARCHAR, points VARCHAR) ### Question: what is th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (signed VARCHAR, school VARCHAR) ### Question: Was the University of Southern California Signed? ### ...
Below is an context that describes a sql 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 (chassis VARCHAR, rank VARCHAR) ### Question: Which chassis is ranked 24th? ### Answer: SELECT chassi...
Below is an context that describes a sql 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 (record VARCHAR, attendance INTEGER) ### Question: Which record has an attendance larger than 28,459?...
Below is an context that describes a sql 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 (wickets INTEGER, career VARCHAR, maidens VARCHAR) ### Question: What are the fewest wickets when pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17001658_7 (high_rebounds VARCHAR, game VARCHAR) ### Question: Who got the game high rebounds in game 46? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342359_5 (party VARCHAR, incumbent VARCHAR) ### Question: what's the party with incumbent being william e. 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 (yam_ VARCHAR, y_ VARCHAR, maize___corn_ VARCHAR, a_ VARCHAR) ### Question: What is the Yam amount 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_99 (drawn VARCHAR, tries_for VARCHAR) ### Question: How many resulted in draws with 34 tries 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_8 (date VARCHAR, opponent VARCHAR) ### Question: What was the date when the opponent was at South caroli...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11347578_1 (wind_power__wp_ VARCHAR, country VARCHAR) ### Question: What is the symbol for Windpower in China...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29612224_1 (school_website VARCHAR, location VARCHAR) ### Question: What's the website of the school in Macon...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_2 (mutated_from VARCHAR, habit VARCHAR, pattern VARCHAR) ### Question: Who's the inventor when it was mu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table (position VARCHAR, player VARCHAR, Becchio VARCHAR) ### Question: What is the position for the player becchio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (notes VARCHAR, call_sign VARCHAR) ### Question: What is the Notes of the Frequency with Call sign CF...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (tyre VARCHAR, entrant VARCHAR) ### Question: what is the tyre when the entrant is scuderia milano? #...
Below is an context that describes a sql 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 (country VARCHAR, indigenous_mining_production_2006 VARCHAR) ### Question: Which country has an Indig...
Below is an context that describes a sql 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 (tie_no INTEGER, home_team VARCHAR) ### Question: what is the average tie no when the home team is st...
Below is an context that describes a sql 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 (founded INTEGER, coach VARCHAR, location VARCHAR) ### Question: What is the average year that the cl...
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR) ### Question: Who was the away team at Lake Oval? ### 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_51 (candidates_nominated INTEGER, date VARCHAR, votes VARCHAR) ### Question: How many candidates were no...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (player VARCHAR, year_s__won VARCHAR) ### Question: Who is the player that won in the year 1978? ### ...
Below is an context that describes a sql 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 (package_option VARCHAR, television_service VARCHAR) ### Question: Which package/option has sky wwe 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_83 (attendance INTEGER, opponent VARCHAR, week VARCHAR) ### Question: What is the highest attendance tha...
Below is an context that describes a sql 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 (venue VARCHAR, year VARCHAR) ### Question: Which Venue has a Year of 1911? ### Answer: SELECT venue ...
Below is an context that describes a sql 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 (purpose VARCHAR, frequency VARCHAR) ### Question: What is the purpose for Frequency of 102.3? ### 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_58 (storm VARCHAR, dance VARCHAR, clash VARCHAR) ### Question: Which storm has a clash of 3 and a dance ...
Below is an context that describes a sql 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 (place VARCHAR, country VARCHAR) ### Question: What is the Place of the Player from Scotland? ### 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_52 (player VARCHAR, position VARCHAR, school_club_team VARCHAR) ### Question: What Utah Jazz guard, 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_48 (winning_driver VARCHAR, location VARCHAR) ### Question: Which winning driver is located in Imola? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR) ### Question: What is title of episode 06-02-406? ### 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_29 (stadium VARCHAR, final_score VARCHAR) ### Question: At what stadium was the game with the final 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_38 (metropolitan_population__2006__millions INTEGER, metropolitan_area VARCHAR, gdp__ppp__us$_per_capita...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE EMPLOYEE (BirthDate VARCHAR, City VARCHAR) ### Question: What are the birth dates of employees living in Edmonton? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (covalent__single_bond_ VARCHAR, name VARCHAR) ### Question: What is the covalent (single bond) value...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE wrestler (Name VARCHAR, Days_held VARCHAR) ### Question: What is the name of the wrestler with the fewest days held...
Below is an context that describes a sql 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, competition VARCHAR, date VARCHAR) ### Question: What is the score of the 1996 Emarat...
Below is an context that describes a sql 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 (car_make VARCHAR, record VARCHAR) ### Question: What kind of car has the NASCAR Camping World Truck 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_17 (bronze INTEGER, gold INTEGER) ### Question: Which is the highest bronze with gold less than 0? ### 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_74 (elimination VARCHAR, time VARCHAR) ### Question: What is the elimination number for the time 13:43? ...
Below is an context that describes a sql 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 (no_of_premierships VARCHAR, nickname VARCHAR) ### Question: How many Premierships have Nicknamed of ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_22 (date VARCHAR, home VARCHAR) ### Question: What is the Date, when the home team is the NY Rangers? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_19897294_11 (location_s_ VARCHAR, family_families VARCHAR) ### Question: How many locations featured the Webb...
Below is an context that describes a sql 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 (field_goals INTEGER, points INTEGER) ### Question: What is the average number of field goals for pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (laps INTEGER, grid VARCHAR, driver VARCHAR) ### Question: I want the sum of Laps with Grid 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_47 (club VARCHAR, goals_against VARCHAR, goal_difference VARCHAR) ### Question: Which club had fewer tha...
Below is an context that describes a sql 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 (ground VARCHAR, date VARCHAR) ### Question: What is the Ground with a Date that is 2008-06-20? ### 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_86 (host_team VARCHAR, final_score VARCHAR) ### Question: Which Host Team has Final Score of 42-23? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1610301_1 (headquarters VARCHAR, population__2011_ VARCHAR) ### Question: Where is the headquarters of the pl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Allergy_type (allergytype VARCHAR) ### Question: Show all allergy types. ### Answer: SELECT DISTINCT allergytype 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_14638077_2 (winning_driver VARCHAR, pole_position VARCHAR, race_name VARCHAR) ### Question: who is the the wi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_71 (to_par VARCHAR, player VARCHAR) ### Question: What was the To par of Jack Nicklaus? ### 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_98 (record VARCHAR, opponent VARCHAR) ### Question: What was the record after the game against the Houst...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24399615_5 (cable_rank VARCHAR, episode_no VARCHAR) ### Question: How many times did episode number 8 air? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24463470_1 (difficulty VARCHAR, circuit VARCHAR) ### Question: What is the difficulty of the athens circuit? ...
Below is an context that describes a sql 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 (division VARCHAR, tms VARCHAR, pos VARCHAR) ### Question: What is the division in the season with 13...
Below is an context that describes a sql 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 (events INTEGER, wins VARCHAR, earnings___$__ VARCHAR) ### Question: What is the largest events numbe...
Below is an context that describes a sql 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 (places INTEGER, nation VARCHAR, rank VARCHAR) ### Question: What is the Places amount of the United ...
Below is an context that describes a sql 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 (wins VARCHAR, top_5 VARCHAR, top_10 VARCHAR, cuts_made VARCHAR) ### Question: How many Wins have a 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_20 (year_completed VARCHAR, line VARCHAR) ### Question: What year was the Line of Gardermobanen complete...
Below is an context that describes a sql 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 (week VARCHAR, result VARCHAR) ### Question: What week's game had a result of bye? ### 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_41 (series VARCHAR, date VARCHAR) ### Question: What is the series record for the game on April 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_12 (first VARCHAR, surname VARCHAR, position VARCHAR, uni_number VARCHAR, throws VARCHAR) ### Question: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16381914_1 (affiliation VARCHAR, location VARCHAR) ### Question: What kind of school is Canton, New York? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28490105_1 (rnd INTEGER, gt_winning_car VARCHAR) ### Question: What is the earliest round where the gt winnin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2649597_1 (team_s_ VARCHAR, start VARCHAR) ### Question: What teams started at 39.1? ### Answer: SELECT team_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29273182_1 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode with ip03012 as ...
Below is an context that describes a sql 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 (years VARCHAR, league VARCHAR) ### Question: The league of 400 (21) has what years listed? ### 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_51 (ihsaa_class VARCHAR, size VARCHAR, mascot VARCHAR) ### Question: What is the IHSAA class of the scho...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24108789_6 (events INTEGER, _number VARCHAR) ### Question: Name the least events for number 7 ### 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_26 (week INTEGER, attendance VARCHAR) ### Question: What is the week for the stadium that had an attenda...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_100518_1 (guardian_mātṛkā VARCHAR, consort VARCHAR) ### Question: What is the guardian mātṛkā for the guardi...
Below is an context that describes a sql 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 (decile VARCHAR, area VARCHAR, authority VARCHAR, roll VARCHAR) ### Question: Which Decile has an Aut...
Below is an context that describes a sql 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 (date VARCHAR, catalog VARCHAR) ### Question: What date had a catalog of kicp-1321? ### 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 appointment (Id VARCHAR) ### Question: How many appointments are there? ### Answer: SELECT COUNT(*) FROM appointmen...
Below is an context that describes a sql 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 (name VARCHAR, location VARCHAR) ### Question: What is the name of the building at Aston? ### 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_32 (rank VARCHAR, total VARCHAR, silver VARCHAR, bronze VARCHAR) ### Question: what is the rank when sil...
Below is an context that describes a sql 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 (top_10s INTEGER, starts VARCHAR) ### Question: Which of the top-10s has a starts value of 14? ### 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_15 (outgoing_manager VARCHAR, team VARCHAR) ### Question: Tell me the outgoing manager for livingston ##...
Below is an context that describes a sql 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 (dates_active VARCHAR, storm_name VARCHAR) ### Question: what date did the irwin storm take 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_2840500_4 (position VARCHAR, college_junior_club_team VARCHAR) ### Question: What position does that draft pi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE CHARACTERISTICS (characteristic_name VARCHAR, characteristic_id VARCHAR); CREATE TABLE products (product_id 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 book_club (Id VARCHAR) ### Question: How many book clubs are there? ### Answer: SELECT COUNT(*) FROM book_club
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27615520_1 (speed___iops__ VARCHAR, storage_medium VARCHAR) ### Question: What is the Input/output operations...
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR) ### Question: What was the date of the game against seattle? ### 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_87 (years_in_toronto VARCHAR, nationality VARCHAR, school_club_team VARCHAR) ### Question: What year 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_23 (sanskrit_संस्कृतम् VARCHAR, tamil_தமிழ் VARCHAR) ### Question: What kind of Sanskrit संस्कृतम् has 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 phone (Hardware_Model_name VARCHAR, Company_name VARCHAR, screen_mode VARCHAR); CREATE TABLE screen_mode (Graphics_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (earth VARCHAR, metal VARCHAR) ### Question: Which earth has west metal? ### Answer: SELECT earth 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_35 (height_of_ground_station_m_ VARCHAR, name VARCHAR, height_of_mountain_station_m_ 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_name_89 (name VARCHAR, wsu_year_s_ VARCHAR) ### Question: What is Name, when WSU Year(s) is 1981-82? ### 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 (time_elapsed VARCHAR, destination VARCHAR, closest_approach VARCHAR) ### Question: With the Destinat...
Below is an context that describes a sql 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 (crowd INTEGER, away_team VARCHAR) ### Question: What was the smallest crowd size for away team st ki...
Below is an context that describes a sql 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 (position VARCHAR, round VARCHAR) ### Question: What position has 14 rounds? ### Answer: SELECT posit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (score VARCHAR, date VARCHAR) ### Question: Name the score for september 25 ### Answer: SELECT score ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_84 (city VARCHAR, venue VARCHAR) ### Question: In which city is Hayman Hall (Tom Gola Arena) located? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (decile INTEGER, gender VARCHAR) ### Question: Which is the lowest Decile that is coed? ### 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_89 (total INTEGER, bronze VARCHAR, gold VARCHAR) ### Question: What's the smallest total with a bronze c...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25839957_5 (execution_units INTEGER) ### Question: What's the minimum number of execution units? ### 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_6 (position INTEGER, points VARCHAR, bike_no VARCHAR, driver___passenger VARCHAR) ### Question: What is ...