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_5 (home_team VARCHAR) ### Question: How much did the home team Hawthorn score? ### Answer: SELECT home_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_2637317_1 (change_in_population_since_1993 VARCHAR, _percentage_of_countrys_population 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_75 (pole_position VARCHAR, grand_prix VARCHAR) ### Question: Name the pole position for belgian grand pr...
Below is an context that describes a sql 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 (director_s_ VARCHAR, recipient VARCHAR) ### Question: Name the director for maya vision internationa...
Below is an context that describes a sql 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 (scoring_average VARCHAR, wins INTEGER) ### Question: What is the scoring average where the wins are ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11019212_1 (wednesday VARCHAR, monday VARCHAR) ### Question: what's the wednesday time with monday being 10: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 film (title VARCHAR, special_features VARCHAR) ### Question: Which movies have 'Deleted Scenes' as a substring in 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_70 (time_retired VARCHAR, grid VARCHAR) ### Question: What is the time for the racer on grid 19? ### 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_1341598_10 (district VARCHAR, incumbent VARCHAR) ### Question: In what district is the incumbent Lawrence J. ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16751596_13 (dates_administered VARCHAR, poll_source VARCHAR) ### Question: When the poll source is research ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR) ### Question: For delegate is gaines, tawanna p. tawanna gaines,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_44 (date VARCHAR, tie_no VARCHAR) ### Question: what date did tie number 5 occur? ### Answer: SELECT dat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26677836_1 (lost INTEGER) ### Question: What is the highest lost? ### Answer: SELECT MAX(lost) FROM table_266...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22977424_8 (name VARCHAR, promoted_to_league VARCHAR) ### Question: Name the name for henley manchester ### 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_53 (current_conference VARCHAR, nickname VARCHAR) ### Question: Which Current Conference has a Nickname ...
Below is an context that describes a sql 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 (nationality VARCHAR, player VARCHAR) ### Question: What is the nationality when Claude Periard is th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15173650_2 (attendance INTEGER) ### Question: Name the least attendance ### Answer: SELECT MIN(attendance) 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_14937957_1 (country VARCHAR, city VARCHAR) ### Question: In which country is the city of Netanya? ### 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_30 (opponent VARCHAR, date VARCHAR) ### Question: Which Opponent has a Date of november 17, 1963? ### 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_2 (game VARCHAR, attendance VARCHAR, points VARCHAR, date VARCHAR) ### Question: Total games for 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_name_34 (manufacturer VARCHAR, wheel_arrangement VARCHAR, class VARCHAR) ### Question: What manufacturer has ...
Below is an context that describes a sql 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 (play_offs INTEGER, fa_cup INTEGER) ### Question: What are the average play-offs that have an FA Cup 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_22385461_6 (end__utc_ VARCHAR, spacecraft VARCHAR) ### Question: What is the end (UTC) for spacecraft STS-114...
Below is an context that describes a sql 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 (opponent VARCHAR, record VARCHAR) ### Question: What opponent had a record of 37-27? ### 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 candidate (Support_rate VARCHAR, Consider_rate VARCHAR, Oppose_rate VARCHAR, unsure_rate VARCHAR) ### Question: Ple...
Below is an context that describes a sql 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 (venue VARCHAR, opponents VARCHAR, score VARCHAR) ### Question: Which Venue has a Opponents of halmst...
Below is an context that describes a sql 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 (score VARCHAR, player VARCHAR, to_par VARCHAR, country VARCHAR) ### Question: What is the score of H...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (score VARCHAR, location_attendance VARCHAR) ### Question: What was the score of the game at Great We...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24431264_17 (points VARCHAR, player VARCHAR) ### Question: List the total defensive points for marion bartoli...
Below is an context that describes a sql 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 (player VARCHAR, to_par VARCHAR, score VARCHAR) ### Question: Who is the player with a +3 to par 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_45 (result VARCHAR, award VARCHAR) ### Question: Which Result has an Award of virgin media tv awards? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE journalist (Name VARCHAR, journalist_ID VARCHAR); CREATE TABLE news_report (Event_ID VARCHAR, journalist_ID VARCHAR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (tv_station VARCHAR, romaji_title VARCHAR) ### Question: what is the tv station when the romaji 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_16376436_1 (college VARCHAR, player VARCHAR) ### Question: Which college did Leon Perry attend? ### 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_99 (average VARCHAR, wickets VARCHAR, matches VARCHAR, runs VARCHAR) ### Question: Name the total number...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (episode INTEGER, segment_c VARCHAR) ### Question: What is the highest episode of Wood Flutes segment...
Below is an context that describes a sql 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 (genre VARCHAR, english_title__chinese_title_ VARCHAR) ### Question: Which Genre has an English 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_53 (platform_s_ VARCHAR, year VARCHAR) ### Question: What is the platform of the game built in 2006? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE countrylanguage (LANGUAGE VARCHAR) ### Question: Which language is spoken by the largest number of countries? ### 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_5 (catalog VARCHAR, label VARCHAR) ### Question: What Catalog has a Label of geffen records / universal ...
Below is an context that describes a sql 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 (general_classification VARCHAR, team_classification VARCHAR) ### Question: What is the general class...
Below is an context that describes a sql 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 (place VARCHAR, player VARCHAR) ### Question: In what place did Tom Lehman finish? ### 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_15 (masthead VARCHAR, end_month VARCHAR) ### Question: Which masthead ends on oct–69? ### 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_89 (name VARCHAR, year_built VARCHAR) ### Question: What was built in 1857? ### Answer: SELECT name 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_29 (visitor VARCHAR, home VARCHAR) ### Question: Who is the visitor team of the game where Buffalo was 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_21 (pick__number INTEGER, round VARCHAR) ### Question: What is the average pick # of the player from rou...
Below is an context that describes a sql 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 (country VARCHAR, play VARCHAR) ### Question: What country had the play Cyclops? ### Answer: SELECT 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_68 (partner VARCHAR, date VARCHAR, opponents_in_the_final VARCHAR) ### Question: Name the Partner which ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (to_par VARCHAR, place VARCHAR) ### Question: What to par has 7 as the place? ### Answer: SELECT to_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_54 (constructor VARCHAR, grid VARCHAR) ### Question: What is the constructor with grid value 5? ### Answ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (country VARCHAR, finish VARCHAR) ### Question: What country had a Finish of t8? ### Answer: SELECT 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 CLASS (crs_code VARCHAR) ### Question: How many sections does each course has? ### Answer: SELECT COUNT(*), crs_cod...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26351260_1 (location VARCHAR, institution VARCHAR) ### Question: How many Kent State University's are there? ...
Below is an context that describes a sql 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 (week INTEGER, attendance VARCHAR) ### Question: What the total of Week with attendance of 53,147 ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (date VARCHAR, week VARCHAR) ### Question: When was the date that week 9 started? ### 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_25740548_3 (original_air_date VARCHAR, production_code VARCHAR) ### Question: How many original air dates are...
Below is an context that describes a 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 (nickname VARCHAR, institution VARCHAR) ### Question: What is the nickname of Linfield College? ### ...
Below is an context that describes 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 (lastname VARCHAR, id VARCHAR); CREATE TABLE Performance (bandmate VARCHA...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14312471_7 (home_team VARCHAR, ground VARCHAR) ### Question: Who has the home ground Aami stadium? ### 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_9 (label VARCHAR, date VARCHAR) ### Question: What label released a record on March 25, 1984? ### 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_1963459_2 (team VARCHAR, manufacturer VARCHAR) ### Question: What teams drive cars manufactured by Toyota? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12286195_1 (charity VARCHAR, background VARCHAR) ### Question: What is the charity of the celebrity with the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_56 (administration VARCHAR, season VARCHAR) ### Question: What Adminstration has a Season of 2000? ### 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_76 (tournament VARCHAR, year VARCHAR) ### Question: I want the tournament for 1889 ### Answer: SELECT to...
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR) ### Question: What team is based at junction oval? ### 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_62 (lane VARCHAR, time VARCHAR) ### Question: How many lanes have 1:53.70 as the time? ### 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 list (grade VARCHAR, classroom VARCHAR) ### Question: For each grade, report the grade, the number of classrooms 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_18621456_22 (player VARCHAR, legs_lost VARCHAR) ### Question: Who is the player with 41 legs lost? ### 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_24 (notes VARCHAR, time___sec__ VARCHAR, rank VARCHAR) ### Question: Which Notes have a Time larger 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_89 (programming VARCHAR, psip_short_name VARCHAR, channel VARCHAR, video VARCHAR) ### Question: Which Pr...
Below is an context that describes a sql 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 (place VARCHAR, score VARCHAR) ### Question: In which area was there a score of 68? ### 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_25691838_12 (guest VARCHAR, production_code VARCHAR) ### Question: Who were the guests on a show where the pr...
Below is an context that describes a sql 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 (tie_no VARCHAR, away_team VARCHAR) ### Question: What was the tie number for the round against visit...
Below is an context that describes a sql 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 (club VARCHAR, round VARCHAR, home VARCHAR) ### Question: What club has a home score of 0-2 in Round ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28146944_2 (title VARCHAR, no_in_series VARCHAR) ### Question: What's the title of the episode with series nu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10601843_2 (tenant VARCHAR, city VARCHAR) ### Question: How many tenants are there in the city of Samsun? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27786562_1 (poles VARCHAR, season VARCHAR) ### Question: Name the poles for season 2006 ### Answer: SELECT 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_1876825_8 (title VARCHAR, no_in_season VARCHAR) ### Question: what is the title no in season 2? ### 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_74 (attack VARCHAR, gerb VARCHAR) ### Question: What Attack has a 30,00% GERB? ### Answer: SELECT attack...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23958944_5 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: What episode is directed by...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25760427_2 (weeks_at_number_1 INTEGER) ### Question: error (see notes) ### Answer: SELECT MIN(weeks_at_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_32 (date VARCHAR, catalog VARCHAR) ### Question: On what date was the record with catalog ALCA-275 relea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE CHARACTERISTICS (characteristic_id VARCHAR); CREATE TABLE products (product_id VARCHAR, product_name VARCHAR); CREA...
Below is an context that describes a sql 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 (tournament VARCHAR, outcome VARCHAR, date VARCHAR) ### Question: Which Tournament has an Outcome 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_18 (mintage VARCHAR, theme VARCHAR) ### Question: What's the mintage when the theme was year of the rabb...
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR) ### Question: what country hosted david toms ### Answer: SELECT cou...
Below is an context that describes a sql 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 (runner_s__up VARCHAR, winner VARCHAR) ### Question: Who was the runner(s)-Up to winner Sarah Brice? ...
Below is an context that describes a sql 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 (constructor VARCHAR, driver VARCHAR, grid VARCHAR, laps VARCHAR, time_retired 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_92 (pick__number VARCHAR, nhl_team VARCHAR) ### Question: What is the pick# for the California Golden 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_30 (function__percentage VARCHAR, estimated_function__percentage VARCHAR) ### Question: What is the func...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_120778_1 (for_prohibition INTEGER) ### Question: Name the minimum for prohibition? ### Answer: SELECT MIN(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_82 (average INTEGER, matches VARCHAR, catches VARCHAR) ### Question: What is the smallest average for th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (week_11_nov_6 VARCHAR, week_10_oct_30 VARCHAR) ### Question: What was Week 11 when Week 10 had Nebra...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2305948_1 (other_placings VARCHAR, federation VARCHAR) ### Question: How many times has a wrestler whose fede...
Below is an context that describes a sql 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 (rank INTEGER, lane VARCHAR, name VARCHAR) ### Question: What is the lowest rank of a swimmer named 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_30120605_1 (civil_parish VARCHAR, townland VARCHAR) ### Question: In which civil parish is ballymacandrick? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24853015_1 (date VARCHAR, class_b_winner VARCHAR, round VARCHAR) ### Question: When did Alan Hutcheson won Cl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (valley_vista VARCHAR, willow_canyon VARCHAR) ### Question: What Valley Vista has a Willow Canyon 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_58 (crowd INTEGER, away_team VARCHAR) ### Question: Which match where Hawthorn was the away team had 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_55 (download VARCHAR, catch_up_period VARCHAR) ### Question: What is the download of the varies catch-up...