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_10602294_1 (damage__usd_ VARCHAR, pressure VARCHAR) ### Question: What was the damage (usd) from the cyclones...
Below is an context that describes a sql 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 (years VARCHAR, model VARCHAR) ### Question: What are the years for the 250 model? ### 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_15001681_1 (year INTEGER, womens_doubles VARCHAR) ### Question: What is the most current year where the women...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE candidate (people_id VARCHAR); CREATE TABLE people (name VARCHAR, people_id VARCHAR, sex VARCHAR) ### Question: lis...
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR) ### Question: Who did the Blue Jays play against on April 11? ### 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_34 (score VARCHAR, country VARCHAR, player VARCHAR) ### Question: What is Score, when Country is "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_49 (laps INTEGER, finish VARCHAR) ### Question: What is the average lap of the race with a 23 finish? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_13 (car_no VARCHAR, points VARCHAR) ### Question: What car number had 24 points? ### Answer: SELECT car_...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_92 (date_withdrawn VARCHAR, date_made VARCHAR) ### Question: What is the withdrawal date associated with...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (attendance INTEGER, week VARCHAR) ### Question: What was the Attendance on Week 8? ### 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_75 (team VARCHAR, seed VARCHAR, notes VARCHAR) ### Question: What team with a seed value greater than 7 ...
Below is an context that describes a sql 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 (number VARCHAR, position VARCHAR, school_club_team VARCHAR) ### Question: What is the number for 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_97 (score VARCHAR, venue VARCHAR) ### Question: What score has amblecote as the venue? ### 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_38 (date VARCHAR, week VARCHAR, opponent VARCHAR) ### Question: What was the date of the game after week...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (to_par VARCHAR, country VARCHAR) ### Question: What is the To par of the Player from Argentina? ### ...
Below is an context that describes a sql 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 (event VARCHAR) ### Question: What is the 2008-09 result has Masters as the event? ### 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_13 (location_attendance VARCHAR, date VARCHAR) ### Question: What was the location and attendance on 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_256286_43 (passed VARCHAR, no_votes VARCHAR) ### Question: What is every entry for passed when NO votes is 31...
Below is an context that describes a sql 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 (date VARCHAR, label VARCHAR, format VARCHAR) ### Question: Which date has Total Holocaust records 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_92 (co_drivers VARCHAR, team VARCHAR, pos VARCHAR, year VARCHAR) ### Question: Who were the co-drivers 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_1893276_2 (air_date VARCHAR, eliminated VARCHAR) ### Question: How many air dates were there when Morgan 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_96 (area__km_2__ VARCHAR, population VARCHAR, place VARCHAR) ### Question: What is the total number of a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17271495_1 (laps VARCHAR, points VARCHAR) ### Question: Name the laps for 18 pointss ### Answer: SELECT laps ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_3 (lost INTEGER, points_difference VARCHAR, games VARCHAR) ### Question: What is the lowest number of ga...
Below is an context that describes a sql 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 (opponent_team VARCHAR, result VARCHAR) ### Question: What opponent was in the match that resulted 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_20 (swing_to_gain VARCHAR, constituency VARCHAR) ### Question: how many times is the constituency edinbu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (college_junior_club_team__league_ VARCHAR, player VARCHAR, round VARCHAR, position 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_name_38 (home_team VARCHAR, away_team VARCHAR) ### Question: Who played Melbourne as the home team? ### 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_50 (diameter__km_ INTEGER, latitude VARCHAR, year_named VARCHAR, longitude 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_name_66 (barangay VARCHAR, exit VARCHAR) ### Question: Which Barangay has an exit of Sisiman toll barrier? ##...
Below is an context that describes a sql 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 (number_of_households INTEGER, county VARCHAR) ### Question: How many households are in Ottawa? ### 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_27 (away_team VARCHAR, venue VARCHAR) ### Question: What is the away team's score at punt road oval? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (chassis VARCHAR, drivers VARCHAR) ### Question: What Chassis did Memo Gidley use? ### 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_51 (time_retired VARCHAR, driver VARCHAR) ### Question: what is the time/retired when the driver is toul...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23292220_7 (seans_team VARCHAR, first_broadcast VARCHAR) ### Question: Name the seans team being 13 november ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10705060_1 (points VARCHAR, position VARCHAR) ### Question: What is the total for 10th position? ### 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_225199_4 (date_successor_seated VARCHAR, district VARCHAR) ### Question: What is every date successor seated ...
Below is an context that describes a sql 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 (crowd VARCHAR, venue VARCHAR) ### Question: What was the attendance at the game played at Moorabbin ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24850487_5 (field_goals INTEGER, blocks VARCHAR) ### Question: How many field goals did the player who had 8 ...
Below is an context that describes a sql 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 (record VARCHAR, score VARCHAR) ### Question: What record has a Score of 9–6? ### Answer: SELECT reco...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Projects (project_id VARCHAR, project_details VARCHAR); CREATE TABLE Project_outcomes (project_id VARCHAR); CREATE ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Document_locations (location_code VARCHAR) ### Question: Show the location codes with at least 3 documents. ### 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_92 (points INTEGER, against VARCHAR, lost VARCHAR) ### Question: What is the lowest Points with an again...
Below is an context that describes a sql 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 (record VARCHAR, opponent VARCHAR) ### Question: What was the record after the game against the St. L...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17039232_3 (outgoing_manager VARCHAR, position_in_table VARCHAR) ### Question: Name the outgoing manager for ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (avg_g VARCHAR, att_cmp_int VARCHAR, effic VARCHAR) ### Question: How many players had an Att-Cmp-Int...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE student (dept_name VARCHAR) ### Question: Find the total number of students in each department. ### 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_42 (entered VARCHAR, known_for VARCHAR) ### Question: On which day did the person who is known for the 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_42 (date VARCHAR, city___state VARCHAR) ### Question: On what date was the race in Melbourne, Victoria? ...
Below is an context that describes a sql 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 (runner_s__up VARCHAR, margin_of_victory VARCHAR) ### Question: Who was the runner-up with the margin ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (school VARCHAR, player VARCHAR) ### Question: What School did Player Billy Owens attend? ### 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_83 (team VARCHAR, points_diff VARCHAR) ### Question: What team has +119 Points diff? ### 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_62 (mintage INTEGER, issue_price VARCHAR, artist VARCHAR) ### Question: What was the mintage having an 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_31 (weight VARCHAR, club VARCHAR, height VARCHAR) ### Question: What is the Weight of the Player from DS...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1507852_1 (description VARCHAR, type VARCHAR) ### Question: When the type is "reset" what is the description?...
Below is an context that describes a sql 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 (games INTEGER, order VARCHAR, goals VARCHAR) ### Question: How many games have an Order of 1006, and...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (date VARCHAR, score VARCHAR, game VARCHAR) ### Question: Which Date has a Score of 4–5, and a Game 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_60 (Id VARCHAR) ### Question: What is the highest 1937 value that has a 1940 value over 126? ### 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_26708105_2 (conserved_in_mus_musculus VARCHAR, sequence VARCHAR) ### Question: What is the conserved in mus m...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (attendance INTEGER, save VARCHAR, record VARCHAR) ### Question: WHAT IS THE NUMBER OF Attendance 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_5 (pick__number VARCHAR, round VARCHAR) ### Question: How many picks for round 12? ### Answer: SELECT CO...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12792876_2 (lost VARCHAR, points_against VARCHAR) ### Question: How many loses corresponded to giving up 714 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13336122_3 (original_air_date VARCHAR, directed_by VARCHAR) ### Question: When did the episode directed by Da...
Below is an context that describes a sql 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 (rank VARCHAR, bronze VARCHAR, silver VARCHAR, total VARCHAR) ### Question: What is the total number o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (date VARCHAR, catalog VARCHAR, region VARCHAR) ### Question: what is the date for catolog 88697185162...
Below is an context that describes a sql 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 (race VARCHAR, track VARCHAR, date VARCHAR) ### Question: What race happened at pocono on 08-02-2008?...
Below is an context that describes a sql 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 (tournament VARCHAR, winner_and_score VARCHAR) ### Question: Which Tournament has a Winner and 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 Has_Allergy (stuid VARCHAR, Allergy VARCHAR); CREATE TABLE Student (fname VARCHAR, city_code VARCHAR, stuid 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_1773908_3 (down__up_to_kbit_s_ INTEGER, provider VARCHAR) ### Question: What is download bandwith where the 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_name_37 (result VARCHAR, competition VARCHAR) ### Question: What is the result of the friendly match? ### 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_2159571_1 (reason_for_change VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: What is 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_53 (height__ft_ VARCHAR, country VARCHAR) ### Question: How high is Macedonia's highest point? ### 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_9 (catalog VARCHAR, label VARCHAR, format VARCHAR) ### Question: Which Catalog was formated as a CD unde...
Below is an context that describes a sql 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 (qual VARCHAR, year VARCHAR) ### Question: Name the qual for year of 1960 ### Answer: SELECT qual 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_19 (govt_salary VARCHAR, romanised_name VARCHAR) ### Question: What is the government salary of the Unde...
Below is an context that describes a sql 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 (name VARCHAR, dcsf_number VARCHAR) ### Question: Can you tell me the Name that has the DCSF number o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (height INTEGER, position VARCHAR) ### Question: What height is the tallest for an outside hitter? ##...
Below is an context that describes a sql 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 (results_2004 VARCHAR, party VARCHAR) ### Question: Name the 2004 results for npa ### 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_27 (attendance VARCHAR, opponent VARCHAR) ### Question: What is the attendance rate for the Middlesbroug...
Below is an context that describes a sql 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 (points INTEGER, drawn INTEGER) ### Question: What is the average points when the drawn is 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_40 (game_site VARCHAR, date VARCHAR) ### Question: Name the game site for october 4, 1992 ### 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_18143210_2 (club VARCHAR, top_division_titles VARCHAR) ### Question: What was the club that won 10 top divisi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27614571_1 (week__number VARCHAR, original_artist VARCHAR) ### Question: In which week # was the original art...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_45 (game INTEGER, date VARCHAR) ### Question: What average game has January 30 as the date? ### 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_31 (constructor VARCHAR, laps VARCHAR) ### Question: Which constructor was there for the race with 25 la...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Highschooler (name VARCHAR, id VARCHAR); CREATE TABLE Friend (student_id VARCHAR) ### Question: What is the name 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_11497980_1 (gvm__kg__technical_capacity VARCHAR, model VARCHAR) ### Question: If the model is 15.180e, what ...
Below is an context that describes a sql 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 (driver VARCHAR, laps VARCHAR, time_retired VARCHAR) ### Question: Who drive the car that went under ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (regular_season___preseason VARCHAR, date VARCHAR) ### Question: What type of regular season/preseaso...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE member (card_number VARCHAR, Hometown VARCHAR) ### Question: list the card number of all members whose hometown add...
Below is an context that describes a sql 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 (frequency_mhz INTEGER, city_of_license VARCHAR) ### Question: Which Frequency MHz is the highest one...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2847477_2 (density INTEGER, area VARCHAR) ### Question: What is the density of the place with an area of 1512...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21109892_1 (quantity_world_rank VARCHAR, value_world_rank VARCHAR) ### Question: where value world rank is 12...
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR) ### Question: WHAT IS THE HOME TEAM WITH AN AWAY OF LEYTON ORI...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (animal VARCHAR, ap_duration__ms_ VARCHAR, conduction_speed__m_s_ VARCHAR) ### Question: Which animal...
Below is an context that describes a sql 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 (label VARCHAR, album VARCHAR) ### Question: What label shows an Album of cover version v? ### 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_23 (opponent VARCHAR, date VARCHAR) ### Question: who is the opponent on 18 january 1993? ### 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_71 (country VARCHAR, icao VARCHAR) ### Question: Tell me the country with ICAO of zgha ### 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_18 (circumstances VARCHAR, nature_of_incident VARCHAR, location VARCHAR) ### Question: What were the cir...
Below is an context that describes a sql 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 (league VARCHAR, date VARCHAR) ### Question: What is the league on 5 October 1997? ### Answer: SELECT...