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_1638437_2 (pinyin VARCHAR, area VARCHAR) ### Question: Name the pinyin for 487 area ### Answer: SELECT pinyin...
Below is an context that describes a sql 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 (crowd INTEGER, away_team VARCHAR) ### Question: What is the lowest attendance when footscray 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_56 (home VARCHAR, record VARCHAR) ### Question: Who was the home team when the record was 21–45–8–5? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (date VARCHAR, tie_no VARCHAR) ### Question: What is the date when tie number is 6? ### 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_60 (Id VARCHAR) ### Question: What is the 1998 value with 2r in 2003? ### Answer: SELECT 1998 FROM table...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE employees (department_id VARCHAR, salary INTEGER) ### Question: return the smallest salary for every departments. #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28138035_13 (mens_singles VARCHAR, womens_singles VARCHAR) ### Question: Who won in the men singles group 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_64 (overall INTEGER, nationality VARCHAR) ### Question: For the player from Finland, what is the highest...
Below is an context that describes a sql 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 (mins INTEGER, club VARCHAR, shts VARCHAR) ### Question: What is the largest MINS for the San Jose Ea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (nation VARCHAR, gold VARCHAR, total VARCHAR) ### Question: What is the nation that had more than 1 g...
Below is an context that describes a sql 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 (outcome VARCHAR, score VARCHAR) ### Question: Which Outcome has a Score of 6–4, 2–6, 6–3? ### 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_229059_2 (year VARCHAR, champion VARCHAR) ### Question: In how many years did Pat Bradley became the champion...
Below is an context that describes a sql 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 (pos VARCHAR, postseason VARCHAR, tier VARCHAR) ### Question: How many teams were promoted in the pos...
Below is an context that describes a sql 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 (_percentage_2006 VARCHAR, _percentage_2001 VARCHAR, seats_2001 VARCHAR, seats_2006 VARCHAR) ### Ques...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23394920_1 (station_type VARCHAR, callsign VARCHAR) ### Question: When dwhr-tv is the call sign how many stat...
Below is an context that describes a sql 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 (speed VARCHAR, rank VARCHAR) ### Question: What is the speed for rank 1? ### Answer: SELECT speed FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_74 (total VARCHAR, gold VARCHAR, bronze VARCHAR, nation VARCHAR) ### Question: What is the total 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_name_38 (spouse VARCHAR, birth VARCHAR) ### Question: Which Spouse has a Birth of 30 may 1653? ### 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_60 (position VARCHAR, players VARCHAR) ### Question: What is Jake Johnson'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 table_name_87 (winner VARCHAR, stage VARCHAR) ### Question: Who won stage 16? ### Answer: SELECT winner FROM table_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18475946_2 (rnag__mhz_ VARCHAR) ### Question: What is the 2fm for rnag 94.4? ### Answer: SELECT 2 AS fm__mhz_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13564637_5 (points_for VARCHAR, club VARCHAR) ### Question: What were all the points for Tonyrefail RFC? ### ...
Below is an context that describes a sql 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 (state VARCHAR, royal_house VARCHAR) ### Question: Which state has a royal house of Ying? ### 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_14574130_3 (circuit VARCHAR, gt3_winner VARCHAR) ### Question: Name the circuit for gt3 alex mortimer bradley...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE classroom (building VARCHAR) ### Question: How many rooms does the Lamberton building have? ### Answer: SELECT COUN...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1348246_3 (electrical VARCHAR, secretariat VARCHAR) ### Question: What are electricals where secretariat is 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_23249053_11 (team VARCHAR, high_points VARCHAR) ### Question: When vince carter (24) has the highest points 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_29728596_1 (result VARCHAR, away_team VARCHAR) ### Question: What was the result of the home match against FK...
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR) ### Question: When the Away team was south melbourne what was ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11662133_1 (gross_tonnage VARCHAR, ended_service VARCHAR) ### Question: What was the gross tonnage of the shi...
Below is an context that describes a sql 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 (laps VARCHAR, rider VARCHAR) ### Question: What is the total number of Laps, when Ride is Aleix Espa...
Below is an context that describes a sql 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 (world_ranking__1_ VARCHAR, countries_sampled VARCHAR, year_of_publication VARCHAR, ranking_in_latin_...
Below is an context that describes a 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 (team_nickname VARCHAR, institution VARCHAR) ### Question: What is the nickname at the University ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE FLIGHTS (DestAirport VARCHAR, SourceAirport VARCHAR); CREATE TABLE AIRPORTS (AirportCode VARCHAR, City 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_2618072_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: Who is the directed by when the produc...
Below is an context that describes a sql 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 (date VARCHAR, type VARCHAR, opponent VARCHAR) ### Question: When is a Type of tko, and an Opponent 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_89 (side VARCHAR, inscription VARCHAR) ### Question: Which side has Orcagna as the inscription? ### 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_67 (away_team VARCHAR, venue VARCHAR) ### Question: What did the visiting team score at brunswick street...
Below is an context that describes a sql 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 (record VARCHAR, week VARCHAR, date VARCHAR) ### Question: What's the record for October 8, 2000 befo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1971074_1 (enrollment VARCHAR, nickname VARCHAR) ### Question: How many different enrollment numbers are ther...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15001681_1 (womens_doubles VARCHAR, year VARCHAR, womens_singles VARCHAR, mens_doubles 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_1341423_49 (candidates VARCHAR, first_elected VARCHAR, incumbent VARCHAR) ### Question: Who were the candidat...
Below is an context that describes a sql 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 (country VARCHAR, year INTEGER) ### Question: Name the country with year more than 2008 ### 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_46 (rank INTEGER, attempts VARCHAR, year VARCHAR) ### Question: What is the lowest Rank when Attempts 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_78 (year VARCHAR, start VARCHAR) ### Question: Name the year when start was 32 ### Answer: SELECT year F...
Below is an context that describes a sql 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 (tournament VARCHAR, date VARCHAR) ### Question: what tournament happened on may 2, 2011? ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (event VARCHAR, method VARCHAR, opponent VARCHAR) ### Question: Which event has a Method of submissio...
Below is an context that describes a sql 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 (year INTEGER, venue VARCHAR) ### Question: What year is the venue in budapest, hungary? ### 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 match_season (Season VARCHAR, Player VARCHAR, Country VARCHAR); CREATE TABLE country (Country_name VARCHAR, Country...
Below is an context that describes a sql 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 (round INTEGER, method VARCHAR, opponent VARCHAR) ### Question: What's the lowest round with the oppo...
Below is an context that describes a sql 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 (quantity VARCHAR, type VARCHAR) ### Question: How much Quantity has a Type of 1β€²c1β€² h2t? ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (result VARCHAR, week VARCHAR, attendance VARCHAR) ### Question: What was the score of the Chiefs pre-...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11622829_1 (date VARCHAR, score VARCHAR) ### Question: What are all the dates with a score of 203 (-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 Staff (Name VARCHAR, Other_Details VARCHAR) ### Question: Show the names and details of all the staff members. ### ...
Below is an context that describes a sql 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 (year INTEGER, type VARCHAR, catalog__number VARCHAR) ### Question: What is the earliest year catalog...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1708014_2 (team_s_ VARCHAR, winnings VARCHAR) ### Question: what is the team where winnings is $81,690? ### 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_46 (opponent VARCHAR, date VARCHAR) ### Question: Name the opponent for 10-04-2007 ### 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_14 (week INTEGER, date VARCHAR, attendance VARCHAR) ### Question: What is the larges week for the 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_8 (time INTEGER, nationality VARCHAR, lane VARCHAR) ### Question: The swimmer from the United States 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_55 (host_team VARCHAR, final_score VARCHAR) ### Question: Which host team won on a final scoreline of 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_1973842_1 (type VARCHAR, location VARCHAR) ### Question: What type is the school located in Macon, Georgia? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (score VARCHAR, game VARCHAR) ### Question: What was the score for game 2? ### Answer: SELECT score F...
Below is an context that describes a sql 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 (new_returning_same_network VARCHAR, retitled_as_same VARCHAR, last_aired VARCHAR) ### Question: Which...
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR) ### Question: What is the largest crowd 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_46 (money___ INTEGER, score VARCHAR) ### Question: What is the Money of the Player with a Score of 71-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_48 (Id VARCHAR) ### Question: What is the 2007 value with a 4r in 2006, a 1r in 2004, and a 4r in 2009? ...
Below is an context that describes a sql 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 (width__inches_ VARCHAR, length__feet_ VARCHAR, engine VARCHAR, retired VARCHAR) ### Question: For 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_46 (catalog VARCHAR, date VARCHAR, label VARCHAR, format VARCHAR, country VARCHAR) ### Question: What is...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (name VARCHAR, reported_age VARCHAR) ### Question: Who has a reported age of 111 years, 66 days? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17968233_2 (home__1st_leg_ VARCHAR, aggregate VARCHAR) ### Question: If the aggregate is 3-4, what is the fir...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20026849_1 (destination VARCHAR, winner VARCHAR) ### Question: What was the destination of the season won by ...
Below is an context that describes a sql 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 (score VARCHAR, opponents_in_the_final VARCHAR) ### Question: Which Score has Opponents in the final ...
Below is an context that describes a sql 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, country VARCHAR, airport VARCHAR) ### Question: What is the city in India with an airp...
Below is an context that describes a sql 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 (launched VARCHAR, name VARCHAR) ### Question: What is the launch date for the Ushio dd-54? ### 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_2409041_5 (title VARCHAR, no_in_series VARCHAR) ### Question: What is the name of episode number 77 in the 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_24 (home_team VARCHAR, game VARCHAR) ### Question: Which Home Team has a Game of game 1? ### 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_2 (water__sqmi_ INTEGER, geo_id VARCHAR, land___sqmi__ VARCHAR, township VARCHAR) ### Question: What is ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (l2_cache VARCHAR, release_price___usd__ VARCHAR) ### Question: What was the L2 Cache for the process...
Below is an context that describes a sql 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 (goals_scored INTEGER, goals_conceded VARCHAR, played VARCHAR) ### Question: What is the lowest amoun...
Below is an context that describes a sql 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 (d_48_√ VARCHAR, d_46_√ VARCHAR) ### Question: What is the D 48 √ with a D 46 √ with r 33 o? ### 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_55 (margin_of_victory VARCHAR, tournament VARCHAR) ### Question: What's the margin of victory during 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_29 (rank VARCHAR, finish VARCHAR, year VARCHAR) ### Question: Name the rank with finish of 12 and year 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 products (product_price INTEGER) ### Question: How many products have a price higher than the average? ### 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_85 (venue VARCHAR, extra VARCHAR) ### Question: What venue has an extra of 45.08 S? ### Answer: SELECT v...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (attendance VARCHAR, date VARCHAR) ### Question: what is the attendance on december 14, 2003? ### 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_34 (attendance INTEGER, opponent VARCHAR, record VARCHAR) ### Question: How much Attendance has an Oppon...
Below is an context that describes a sql 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 (location VARCHAR, opponent VARCHAR) ### Question: Which location has an Opponent of masanori suda? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11603267_1 (tournament VARCHAR, location VARCHAR) ### Question: Name the tournament for arizona ### 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_18135572_2 (all_neutral VARCHAR, b10__percentage VARCHAR) ### Question: What was the win/loss record for All ...
Below is an context that describes a sql 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 (denomination VARCHAR, series VARCHAR) ### Question: What is the denomination of the III Series? ### 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_11 (brazil_scorers VARCHAR, score VARCHAR) ### Question: Who were the Brazil scorers who scored 3-3? ###...
Below is an context that describes a sql 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 (pick__number INTEGER, college VARCHAR) ### Question: What is the lowest Pick #, when College is "Jac...
Below is an context that describes a sql 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 (name VARCHAR, winning_driver VARCHAR, circuit VARCHAR) ### Question: What race did Meo Constantini 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_46 (number_of_seasons_in_top_division INTEGER, position_in_2012_13 VARCHAR) ### Question: Name the least...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26967904_2 (f_bolt VARCHAR, p1_diameter__mm_ VARCHAR) ### Question: What is the f bolt for 11.35 p1 diamete...
Below is an context that describes a sql 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 (sport VARCHAR, venue VARCHAR) ### Question: What sport happened at Wildcat Stadium? ### 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_2840500_3 (player VARCHAR, nhl_team VARCHAR, position VARCHAR, nationality VARCHAR) ### Question: who 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_26 (timeslot VARCHAR, air_date VARCHAR) ### Question: What is the timeslot for the episode that aired Ap...
Below is an context that describes a sql 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 (college VARCHAR, pick VARCHAR, team VARCHAR) ### Question: What college was picked later than 122 by...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2985664_8 (high_score VARCHAR, strike_rate VARCHAR) ### Question: What is every high score for a strike rate ...