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_68 (location VARCHAR, tournament VARCHAR) ### Question: What is the location of the Sea Pines Heritage 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_24334163_1 (Winners VARCHAR, total_money_won VARCHAR) ### Question: How many play-off legs were won when the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (city VARCHAR, iata VARCHAR) ### Question: Name the city for IATA of llw ### Answer: SELECT city 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_81 (erp_w VARCHAR, call_sign VARCHAR) ### Question: What is the total number of the ERP W with a call si...
Below is an context that describes a sql 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 (position INTEGER, wins VARCHAR, points VARCHAR) ### Question: What was the highest position when the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_86 (highest_score VARCHAR) ### Question: What is the average value in the 100s category when the high sc...
Below is an context that describes a sql 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 (location VARCHAR, unit VARCHAR) ### Question: Where is two medicine formation? ### Answer: SELECT lo...
Below is an context that describes a sql 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 (record VARCHAR, visitor VARCHAR) ### Question: What was the record when Minnesota was the visiting 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_91 (bronze VARCHAR, total INTEGER) ### Question: What is the value of bronze with less than 2 in total? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (money___$__ VARCHAR, score VARCHAR) ### Question: What is the money for the player with a score of 6...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (year INTEGER, date VARCHAR) ### Question: What is the average Year, when Date is "04.01 April 1"? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_62 (winning_driver VARCHAR, winning_team VARCHAR, pole_position VARCHAR) ### Question: Who drove for Mat...
Below is an context that describes a sql 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 (sweet_potato_ VARCHAR, g_ VARCHAR, soybean__green__ VARCHAR, f_ VARCHAR) ### Question: What is the S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE city (city VARCHAR, city_id VARCHAR); CREATE TABLE temperature (city_id VARCHAR, Feb VARCHAR) ### Question: Which 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 perpetrator (People_ID VARCHAR, Year VARCHAR); CREATE TABLE people (Name VARCHAR, People_ID 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_name_95 (away_team VARCHAR, home_team VARCHAR) ### Question: Which Away team did West Ham United play against...
Below is an context that describes a sql 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 (weekly_rank VARCHAR, airdate VARCHAR) ### Question: Name the weekly rank for sunday, june 14, 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 CAR_MAKERS (FullName VARCHAR, id VARCHAR, Id VARCHAR); CREATE TABLE MODEL_LIST (Maker VARCHAR) ### Question: What i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2013618_1 (traditional VARCHAR, simplified VARCHAR) ### Question: Name the traditional for 屏南县 ### 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_9 (visitor VARCHAR, leading_scorer VARCHAR) ### Question: Who was the visiting team when the leading sco...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20745685_1 (opponent VARCHAR, attendance VARCHAR) ### Question: Who was the opponent when the attendance 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_2248784_3 (rank_world VARCHAR, rank_subcontinent VARCHAR) ### Question: Name the rank world for 7 rank subcon...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (category VARCHAR, director VARCHAR) ### Question: Tell me the category of na director ### 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_68 (sspec_number VARCHAR, model_number VARCHAR) ### Question: What is sSpec Number, when Model Number 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_10646790_2 (attendance INTEGER, date VARCHAR) ### Question: What was the minimum attendance on December 7, 19...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE budget (budgeted VARCHAR, YEAR VARCHAR) ### Question: How many budgets are above 3000 in year 2001 or before? ### 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_91 (losses VARCHAR, percentage VARCHAR, points VARCHAR) ### Question: What is the total number of Losses...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (district VARCHAR, constituency_number VARCHAR) ### Question: What district has a constituency of 60?...
Below is an context that describes a sql 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 (injunctive VARCHAR, simple_past VARCHAR) ### Question: What is the injunctive for the Simple Past 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_3 (long VARCHAR, loss VARCHAR, avg_g VARCHAR) ### Question: What is the total number of Long with a Av/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_25 (date VARCHAR, week VARCHAR) ### Question: What was the date of week 3? ### 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_2655016_10 (original_air_date VARCHAR, nick_prod__number VARCHAR) ### Question: When did the episode original...
Below is an context that describes a sql 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 (name VARCHAR, nationality VARCHAR, lane VARCHAR, rank VARCHAR, time VARCHAR) ### Question: What is 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_46 (pick INTEGER, round VARCHAR, overall VARCHAR) ### Question: What is the highest Pick that has a roun...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE event (Id VARCHAR) ### Question: How many events are there? ### Answer: SELECT COUNT(*) FROM event
Below is an context that describes a sql 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 (song VARCHAR, score VARCHAR) ### Question: For which song was the score 6.5 + 6.0 + 6.0 + 5.5 = 24.0...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_78 (lost VARCHAR, points_for VARCHAR) ### Question: What lost has 528 as the points? ### 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_75 (position VARCHAR, nationality VARCHAR, player VARCHAR) ### Question: What position did Jimmy Oliver ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17058151_5 (game VARCHAR, location_attendance VARCHAR) ### Question: In how many game was the attendance at 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_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR) ### Question: Name the past habitual for गर्छस् 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_20007413_6 (torque VARCHAR, year VARCHAR) ### Question: What are the torque characteristics of the model made...
Below is an context that describes a sql 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 (current_version VARCHAR, rtm_build VARCHAR, name VARCHAR) ### Question: What is the current version ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE device (Software_Platform VARCHAR) ### Question: List the software platform shared by the greatest number of device...
Below is an context that describes a sql 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 (league_cup INTEGER, name VARCHAR, premier_league VARCHAR) ### Question: What is the highest league 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_name_91 (launched VARCHAR, laid_down VARCHAR) ### Question: when was the destroyer launched when it was laid ...
Below is an context that describes a sql 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 (surface VARCHAR, score VARCHAR, date VARCHAR) ### Question: What surface was played on with a 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_27 (branding VARCHAR, frequency VARCHAR) ### Question: Which Branding has a frequency of 1080khz? ### 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_56 (province VARCHAR, icao VARCHAR) ### Question: which Province has a ICAO of vmmc? ### 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_20684390_1 (mccain_number INTEGER) ### Question: What is the maximum McCain population turnout number? ### 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_18 (status VARCHAR, floors VARCHAR, year VARCHAR) ### Question: What is the status of the building with ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10015132_2 (position VARCHAR, years_in_toronto VARCHAR) ### Question: Which positions were in Toronto in 2004...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17919342_1 (director VARCHAR, original_title VARCHAR) ### Question: How many directors were there for the fil...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What was the percentage in 2006 that had less than 9% in 1970? ### 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_67 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: What is the original ti...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (game VARCHAR, date VARCHAR) ### Question: What was the game number that took place on April 27? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (rank VARCHAR, gatchaman VARCHAR) ### Question: What is the rank of the gatchaman of Jinpei? ### 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_13812785_8 (record VARCHAR, score VARCHAR) ### Question: What is the record where the score is w 102–81 (ot)?...
Below is an context that describes a sql 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 (attendance VARCHAR, match_no VARCHAR) ### Question: How many people attended Match No. 31? ### 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_85 (year INTEGER, points VARCHAR, engine VARCHAR) ### Question: what is the average year for 0 points 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_20466963_13 (guest_3 VARCHAR, guest_2 VARCHAR) ### Question: Name the guest 3 for iyare igiehon ### 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_1416612_1 (highest_point VARCHAR, lowest_point VARCHAR) ### Question: what's the highest point with lowest po...
Below is an context that describes a sql 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 (rating VARCHAR, player VARCHAR, comp VARCHAR) ### Question: What is the sum rating with more than 1 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28059992_5 (position VARCHAR, cfl_team VARCHAR) ### Question: What position did the draft pick going to saska...
Below is an context that describes a sql 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 (round VARCHAR, time VARCHAR) ### Question: Which round lasted 2:32? ### Answer: SELECT round FROM ta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE products (product_category_code VARCHAR, product_name VARCHAR) ### Question: Which category does the product named ...
Below is an context that describes a sql 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 (nation VARCHAR, record VARCHAR) ### Question: What nation has a Record of 5.06m(16ft7in)? ### 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 (week INTEGER, result VARCHAR, attendance VARCHAR) ### Question: What's the week when the result 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_name_68 (wins__total_ INTEGER, rank VARCHAR, wins__indoor_ VARCHAR, wins__outdoor_ VARCHAR) ### Question: Nam...
Below is an context that describes a sql 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 (video VARCHAR, channel VARCHAR, programming VARCHAR) ### Question: Which Video has a Channel smaller ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_256286_61 (type VARCHAR, yes_votes VARCHAR) ### Question: What is the type when yes votes are 546255? ### 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_16278894_1 (capital VARCHAR, population_census_2009 VARCHAR) ### Question: What capital's county had a popula...
Below is an context that describes a sql 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 (sliding_tackle VARCHAR, dump_tackle VARCHAR, shoulder_charge VARCHAR) ### Question: Which sliding tac...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2383498_4 (qld_cup_premierships VARCHAR, home_ground VARCHAR) ### Question: What is every entry in the QLD Cu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1211545_2 (location VARCHAR, name VARCHAR) ### Question: What is the location of the Carousel toll plaza? ###...
Below is an context that describes 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 (employee_id VARCHAR, Destroyed_by_Employee_ID VARCHAR); CREATE TABLE Documents_to_be_destroyed (employee...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_90 (score VARCHAR, surface VARCHAR, date VARCHAR) ### Question: What is the score of the tournament on N...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE wine (Name VARCHAR, Price INTEGER, Winery VARCHAR); CREATE TABLE WINE (Name VARCHAR, Price INTEGER, Winery 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 Songs (SongId VARCHAR); CREATE TABLE Band (firstname VARCHAR, id VARCHAR); CREATE TABLE Performance (bandmate VARCH...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_30 (time_retired VARCHAR, grid VARCHAR) ### Question: What is the time/retired for grid 9? ### 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_25 (year VARCHAR, displacement_cc VARCHAR, type VARCHAR, engine VARCHAR) ### Question: What year was 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_24 (time VARCHAR, rank VARCHAR, heat VARCHAR, lane VARCHAR) ### Question: What was the time of the 5th 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_name_32 (score_in_final VARCHAR, date VARCHAR) ### Question: What was the score on February 14, 1999? ### 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_94 (week VARCHAR, game_site VARCHAR) ### Question: What week was the game played at Rich Stadium? ### 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_1404984_1 (virtual_channel VARCHAR, network VARCHAR) ### Question: What is HSN's official virtual channel 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_15 (surface VARCHAR, date VARCHAR) ### Question: On July 15, 1984 what surface was used? ### 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_21563298_1 (roll INTEGER, school VARCHAR) ### Question: How many kids go to Brechin High School? ### 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_68 (height_metres___ft VARCHAR, years_as_tallest VARCHAR) ### Question: Name the Height metres / ft of Y...
Below is an context that describes a sql 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 (player VARCHAR, rank VARCHAR) ### Question: Which player has rank 1? ### Answer: SELECT player FROM ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_51 (format VARCHAR, catalog VARCHAR, date VARCHAR) ### Question: Which Format has a Catalog of 61298, 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_73 (result VARCHAR, date VARCHAR) ### Question: What is the result of the game on October 17, 1965? ### ...
Below is an context that describes a sql 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 (constructor VARCHAR, laps VARCHAR, driver VARCHAR) ### Question: Which constructor had laps amountin...
Below is an context that describes a sql 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 (player VARCHAR, position VARCHAR, hometown VARCHAR) ### Question: Which player has a Position of inf...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (enrollment INTEGER, school VARCHAR) ### Question: How much Enrollment has a School of fort wayne home...
Below is an context that describes a sql 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 (decision VARCHAR, date VARCHAR) ### Question: Which Decision has a Date of april 30? ### 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_19 (season VARCHAR, place VARCHAR) ### Question: How many seasons took place in santiago de chile, chile...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26825349_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) ### Question: The episode that had 8.62...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE driver (home_city VARCHAR, age VARCHAR) ### Question: How many drivers are from Hartford city or younger than 40? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (street_address VARCHAR, name VARCHAR) ### Question: What is the street address of the van antwerp bui...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1682026_3 (profits__billion_$_ VARCHAR, company VARCHAR) ### Question: What are the profits of Wells Fargo (i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (total VARCHAR, bronze VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: If there are more than 0 ...