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 drivers (driverid VARCHAR, surname VARCHAR); CREATE TABLE laptimes (driverid VARCHAR, milliseconds VARCHAR) ### Que...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668329_25 (result VARCHAR, district VARCHAR) ### Question: What ended up happening in the district Virginia ...
Below is an context that describes a sql 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 (constituency_number VARCHAR, name VARCHAR) ### Question: What is the Constituency number for Meerut? ...
Below is an context that describes a sql 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 (english VARCHAR) ### Question: What English word has the same meaning as the German word "german"? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Video_games (gtype VARCHAR) ### Question: Which game type has most number of games? ### Answer: SELECT gtype FROM 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_261941_1 (location VARCHAR, joined VARCHAR) ### Question: What is the location of the University that joined ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE building (floors INTEGER) ### Question: What are the average, maximum, and minimum number of floors for all buildin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2528382_5 (singers VARCHAR, Co VARCHAR, co_stars VARCHAR) ### Question: How many co-singers were there when 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_57 (completion__percentage VARCHAR, yards VARCHAR) ### Question: which Completion % has a Yards of 2,175...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE LOTS (lot_details VARCHAR, lot_id VARCHAR); CREATE TABLE TRANSACTIONS_LOTS (transaction_id VARCHAR); CREATE TABLE 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_55 (opponent VARCHAR, record VARCHAR) ### Question: Which opponent has a record of 4-2? ### 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_73 (rating___percentage_ VARCHAR, channel VARCHAR) ### Question: Name the rating % for channel of anhui ...
Below is an context that describes a sql 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 (points_classification VARCHAR, stage VARCHAR) ### Question: What's the points classification when th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_228973_11 (no_in_series VARCHAR, directed_by VARCHAR) ### Question: David James Elliott directed which episod...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26199130_1 (no INTEGER, us_viewers__million_ VARCHAR) ### Question: What numbered episode had 11.96 million U...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23576576_2 (contestant VARCHAR, hometown VARCHAR) ### Question: If the hometown is Omuthiya, what is the cont...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE captain (rank VARCHAR) ### Question: Which rank is the most common among captains? ### Answer: SELECT rank FROM cap...
Below is an context that describes a sql 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 (nfl_draft INTEGER, player VARCHAR, overall_pick VARCHAR) ### Question: What is the highest NFL Draft...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26555737_1 (year__ceremony_ VARCHAR, arabic_title VARCHAR) ### Question: When موسم زيتون is the arabic title ...
Below is an context that describes a sql 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 (loss VARCHAR, record VARCHAR) ### Question: What loss has 10-16 as the record? ### 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_9 (transfer_fee VARCHAR, country VARCHAR, transfer_window VARCHAR, type 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_20 (number VARCHAR, males VARCHAR) ### Question: What is the number of males 977 948? ### 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_18 (poll_source VARCHAR, date_administered VARCHAR) ### Question: Which Poll Source has a Date administe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1213511_2 (pick__number VARCHAR, player VARCHAR) ### Question: What's Dave Fortier's pick number? ### 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 (points_classification VARCHAR, trofeo_fast_team VARCHAR, stage VARCHAR) ### Question: Which Points 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_30 (points INTEGER, driver VARCHAR) ### Question: What is the average point count for tristan gommendy? ...
Below is an context that describes a sql 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 (year VARCHAR, genre VARCHAR) ### Question: What year has a genre the platform game? ### 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_13 (males VARCHAR, females VARCHAR) ### Question: What was the number of males that had the number femal...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1973816_1 (location VARCHAR, institution VARCHAR) ### Question: On how many locations is the Saint Joseph's 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_84 (loss VARCHAR, coach VARCHAR, pts VARCHAR) ### Question: What is the number of losses that coach John...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17900317_5 (wickets INTEGER, best VARCHAR) ### Question: Name the most wickets for best is 4/22 ### 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_13779832_1 (judges VARCHAR, local_title VARCHAR, presenters VARCHAR) ### Question: who is the the judges 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 faculty (faculty INTEGER, YEAR VARCHAR) ### Question: How many faculty is there in total in the year of 2002? ### 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_12570207_1 (livingstone VARCHAR, fitzroy VARCHAR) ### Question: what's the livingstone with fitzroy being 949...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23662272_4 (total_points_earned VARCHAR, average VARCHAR) ### Question: What is the total points earned 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_40 (tournament VARCHAR, date VARCHAR) ### Question: What is Tournament, when Date is "6 April 1992"? ###...
Below is an context that describes a sql 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 (area_km_2 VARCHAR, official_name VARCHAR) ### Question: Saint-Jacques has what as the area km 2? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341843_15 (incumbent VARCHAR, district VARCHAR) ### Question: Who's the incumbent of Indiana 4 district? ###...
Below is an context that describes a sql 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 (nielsen_ranking VARCHAR, season VARCHAR) ### Question: What is the Nielsen ranking for Season 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_42 (chief_judge VARCHAR, appointed_by VARCHAR) ### Question: Which Chief Judge has Appointed by of reaga...
Below is an context that describes a sql 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 (cargo_traffic INTEGER, airport VARCHAR, aircraft_movements VARCHAR) ### Question: Can you tell me th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR) ### Question: What is the validation for iin ranges 5610...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20424014_1 (mccain__number INTEGER, obama__percentage VARCHAR) ### Question: what is the highest mccain # whe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_76 (away VARCHAR, club VARCHAR) ### Question: what place has the club of sevilla ### Answer: SELECT away...
Below is an context that describes a sql 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 (solo VARCHAR, sacks VARCHAR, team VARCHAR) ### Question: What is the total value for Solo, 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_10 (country VARCHAR, year INTEGER) ### Question: What country was the film made in that was made after 2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27965906_2 (rnd VARCHAR, ss_winning_car VARCHAR) ### Question: Name the total number of rnd for kim baker, bo...
Below is an context that describes a sql 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 (years VARCHAR, playoffs VARCHAR) ### Question: what is the years when playoffs is 115? ### 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_48 (owner VARCHAR, branding VARCHAR) ### Question: Who is the owner with the branding fox fm? ### 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_18 (round INTEGER, opponent VARCHAR) ### Question: What is the average round of the match with kevin man...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_22 (rank VARCHAR, votes INTEGER) ### Question: What is the rank of the candidate with more than 2,211 vo...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What is the sum of 1886(s), when 1886 is greater than 1070, and when 1891 ...
Below is an context that describes a sql 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 (laps INTEGER, grid VARCHAR) ### Question: Tell me the average Laps for grid of 6 ### 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_56 (bronze INTEGER, gold VARCHAR, total VARCHAR, silver VARCHAR) ### Question: What is the lowest value ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2263152_1 (release_date VARCHAR, version VARCHAR) ### Question: With the version of 1.5a, what is the release...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2528382_2 (Co VARCHAR, singers VARCHAR, movie_album VARCHAR) ### Question: Which co-singers appear in the mov...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: What is the Record with a Date with 24 march 2008? ### A...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (university_students_and_adults__18yrs VARCHAR, _ VARCHAR, gender VARCHAR, specification 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_name_34 (winner VARCHAR, fis_nordic_world_ski_championships VARCHAR) ### Question: Who won the men's ski jump...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26150013_1 (title VARCHAR, original_air_date VARCHAR) ### Question: How many titles are there for the origina...
Below is an context that describes a sql 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 (founded INTEGER, joined VARCHAR) ### Question: What is the most recently founded school that joined ...
Below is an context that describes a sql 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 (catalogue VARCHAR, release_date VARCHAR, time VARCHAR) ### Question: What is the catalogue number fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_71 (bronze INTEGER, nation VARCHAR, total VARCHAR) ### Question: What is the lowest number of bronze med...
Below is an context that describes a sql 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 (tournament VARCHAR, opponent_in_final VARCHAR) ### Question: In which Tournament was Mansour Bahrami ...
Below is an context that describes a sql 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 VARCHAR, week VARCHAR) ### Question: What was the Attendance in Week 17? ### 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_32 (team_2 VARCHAR, ground VARCHAR, result VARCHAR) ### Question: What team is 2 when the game result 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_27 (laps INTEGER, time_retired VARCHAR, grid VARCHAR) ### Question: What was the average amount of 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_19396259_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: Name the directed by for production 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_19753079_35 (party VARCHAR, candidates VARCHAR) ### Question: Name the number of party for richard l. hanna (...
Below is an context that describes a sql 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 (ground VARCHAR, competition VARCHAR, time VARCHAR) ### Question: What is the ground of the tim troph...
Below is an context that describes a sql 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 (rank INTEGER, area__km_2__ VARCHAR) ### Question: What's the total of Rank that has an Area (KM 2) 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_1304443_2 (county VARCHAR, bush_percentage VARCHAR) ### Question: What's the name of the county where 54.6% 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_50 (height INTEGER, position VARCHAR, player VARCHAR) ### Question: Which Height has a Position of c, 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_48 (date VARCHAR, time VARCHAR) ### Question: What date has 2:48 as the time? ### Answer: SELECT date 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_18 (results VARCHAR, first_elected VARCHAR, district VARCHAR) ### Question: What was the result of 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_28884858_1 (capacity_percentage VARCHAR, total_attendance VARCHAR) ### Question: What is the capacity percent...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2618113_1 (no_in_season INTEGER, production_code VARCHAR) ### Question: Which season had k0104? ### 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_88 (high_points VARCHAR, date VARCHAR) ### Question: What were the high points on March 29? ### 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_18 (gpu_frequency VARCHAR, model_number VARCHAR) ### Question: What is GPU Frequency, when Model 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_2 (duration VARCHAR, character VARCHAR) ### Question: How many years did the soap opera run in which 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_60 (Id VARCHAR) ### Question: Which 2007 had a 2009 taht was qf when its 2000 was a? ### 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_45 (overall INTEGER, name VARCHAR, pick__number VARCHAR) ### Question: What is the Overall for Pick # le...
Below is an context that describes a sql 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 (number_of_decimal_digits VARCHAR, total_bits VARCHAR, exponent VARCHAR) ### Question: What's the num...
Below is an context that describes a sql 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 (date VARCHAR, republican VARCHAR, sample_size VARCHAR) ### Question: What was the date of the poll 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_14 (crowd VARCHAR, away_team VARCHAR) ### Question: How many spectators were at the away team Carlton? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2088_1 (fluency VARCHAR, type_of_aphasia VARCHAR) ### Question: Name the fluency for transcortical sensory 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_20 (location VARCHAR, result VARCHAR, loser VARCHAR, year VARCHAR) ### Question: What is the location wh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2709_4 (format VARCHAR, frequency VARCHAR) ### Question: What is the format of 105.5 fm? ### Answer: SELECT 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_61 (result VARCHAR, date VARCHAR) ### Question: What was the result of the game that was played on 3,4,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_94 (passenger VARCHAR, wins VARCHAR) ### Question: What Passenger has 16 Wins? ### Answer: SELECT passen...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1218784_1 (rank VARCHAR, manager VARCHAR) ### Question: What is the rank of manager Rob Mcdonald? ### 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_28 (date VARCHAR, home VARCHAR) ### Question: What was the date when the home team was Dallas? ### 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_13 (name VARCHAR, number VARCHAR, season VARCHAR, acquisition_via VARCHAR) ### Question: What is the 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_16388398_1 (date VARCHAR, ground VARCHAR) ### Question: When was the game played on Manuka Oval? ### 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_2 (rank VARCHAR, bronze VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What is the total rank 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_25322130_3 (fastest_lap VARCHAR, round VARCHAR) ### Question: Name the fastest lap for round 3 ### 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_64 (election INTEGER, mayor VARCHAR, inhabitants VARCHAR) ### Question: In what Election year was Adalbe...
Below is an context that describes a sql 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 (team_1 VARCHAR) ### Question: What is the 1st leg where Team 1 is C.D. Plaza Amador? ### 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 city (Status VARCHAR, Population INTEGER) ### Question: Show the status shared by cities with population bigger tha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17356042_1 (title VARCHAR, written_by VARCHAR) ### Question: Name the title that was written by r. scott gemm...