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_15944_5 (effective_exhaust_velocity__m_s_ VARCHAR, scenario VARCHAR) ### Question: What is the effective exha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (player VARCHAR, uefa_cup VARCHAR, total VARCHAR, ekstraklasa VARCHAR) ### Question: Which Player 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_24 (attendance VARCHAR, week VARCHAR) ### Question: What was the attendance of 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_25580292_13 (young_rider_classification VARCHAR, winner VARCHAR) ### Question: What was the young rider 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_90 (position VARCHAR, league_from VARCHAR, team_from VARCHAR) ### Question: Which Position has a League ...
Below is an context that describes a sql 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 (score VARCHAR, record VARCHAR) ### Question: Which score has a Record of 44-49? ### Answer: SELECT 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 Has_allergy (lname VARCHAR, age VARCHAR, StuID VARCHAR, Allergy VARCHAR); CREATE TABLE Student (lname VARCHAR, age ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE catalog_structure (catalog_level_name VARCHAR, catalog_level_number VARCHAR); CREATE TABLE catalog_contents (catalo...
Below is an context that describes a sql 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 (name VARCHAR, species_authority VARCHAR) ### Question: What is the name for the species Authority 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_14038363_1 (position VARCHAR, player VARCHAR) ### Question: How many position does Teodor Salparov play on? ...
Below is an context that describes a sql 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 (opponent VARCHAR, record VARCHAR) ### Question: Can you tell me the Opponent that has the Record of 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_31 (player VARCHAR, to_par VARCHAR) ### Question: Which player finished at +4? ### Answer: SELECT player...
Below is an context that describes a sql 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 (attendance INTEGER, score VARCHAR, away VARCHAR) ### Question: What is the highest attendance of 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_23 (rank INTEGER, country VARCHAR) ### Question: What is the smallest rank for new zealand? ### 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_66 (nationality VARCHAR, overall VARCHAR) ### Question: Name the nationality of the player with an overa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_16 (home_team VARCHAR, venue VARCHAR) ### Question: Who was the home team when VFL played at Windy Hill?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_173475_1 (release VARCHAR, title VARCHAR) ### Question: What year(s) was axis & allies: d-day released? ### A...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (lead VARCHAR, skip VARCHAR) ### Question: Who was the lead when Jamie Meikle was the skip? ### 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_97 (video VARCHAR, aspect VARCHAR, channel VARCHAR) ### Question: Which video is on channel 31.2 with 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_1342379_45 (first_elected INTEGER, incumbent VARCHAR) ### Question: What was the last year that incumbent jos...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17088705_2 (swimsuit VARCHAR, preliminary VARCHAR) ### Question: Give swimsuit scores of participants 8.847 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_72 (year INTEGER, round_1 VARCHAR, money__$_ VARCHAR) ### Question: Round 1 of 70, and a Money ($) large...
Below is an context that describes a sql 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 (nationality VARCHAR, years_in_new_jersey VARCHAR) ### Question: What is the nationality of the play ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Documents (document_type_code VARCHAR) ### Question: List document type codes and the number of documents in each 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_97 (opponent VARCHAR, week VARCHAR, date VARCHAR) ### Question: Who was the opponent of the game before ...
Below is an context that describes a sql 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 (player VARCHAR, school VARCHAR) ### Question: What is the player that went to st. benedict's prep? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (lost INTEGER, pool_round VARCHAR, played VARCHAR) ### Question: Can you tell me the highest Lost 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_name_62 (opened INTEGER, city VARCHAR, stadium VARCHAR) ### Question: What is the average opened year of Mini...
Below is an context that describes a sql 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 (country VARCHAR, lane VARCHAR, name VARCHAR) ### Question: Which country has Anselmo Da Silva in lan...
Below is an context that describes a sql 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 (entries VARCHAR, wins INTEGER) ### Question: What is the number of entries associated with more 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_19526911_1 (arena__capacity_ VARCHAR, head_coach VARCHAR) ### Question: What is the arena capacity of the 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_1331313_1 (acronym VARCHAR, department VARCHAR) ### Question: what's the acronym with department being depart...
Below is an context that describes a sql 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 (team_1 VARCHAR, team_2 VARCHAR) ### Question: Which team 1 has team 2, Gomera? ### Answer: SELECT te...
Below is an context that describes a sql 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 (co_champions VARCHAR, solo VARCHAR, mrc_championships VARCHAR) ### Question: What was the co-champio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2105721_1 (episode VARCHAR, run_time VARCHAR) ### Question: Name the total episode for runtime of 24:11 ### 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_25831483_1 (actor_actress VARCHAR, first_appearance VARCHAR) ### Question: Who was the actor/actress with a 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_256286_45 (type VARCHAR, description VARCHAR) ### Question: What is the type of measure that voted on the Pow...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (license VARCHAR, creator VARCHAR) ### Question: What is the name of the license created by IETF? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Addresses (State_County VARCHAR, Address_ID VARCHAR); CREATE TABLE Stores (Address_ID VARCHAR, Marketing_Region_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_20750731_1 (others_number VARCHAR, mccain_number VARCHAR) ### Question: Name the Others# when McCain# is 4730...
Below is an context that describes a sql 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 (type VARCHAR, title VARCHAR) ### Question: What type of state did the ruler have a title? ### 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_54 (recopa_1994 VARCHAR, supercopa_1994 VARCHAR, team VARCHAR) ### Question: Which Recopa 1994 has a Sup...
Below is an context that describes a sql 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 (colonized VARCHAR, school VARCHAR) ### Question: When was shippensburg university Colonized? ### 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_71 (grid INTEGER, rider VARCHAR) ### Question: What is the highest grid that tetsuya harada rode 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_21 (runner_s__up VARCHAR, tournament VARCHAR) ### Question: Who was the Runner-up for the merrill lynch/...
Below is an context that describes a sql 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, team VARCHAR) ### Question: What was the score for the game against San Antonio? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15088557_1 (stage INTEGER, winner VARCHAR) ### Question: What is the minimum stage where Sergei Smetanine won...
Below is an context that describes a sql 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 (record VARCHAR, visitor VARCHAR, date VARCHAR) ### Question: On April 22 when the Los Angeles Kings ...
Below is an context that describes a sql 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 (record VARCHAR, leading_scorer VARCHAR) ### Question: What is the Record with a Leading scorer 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_42 (score VARCHAR, competition VARCHAR) ### Question: What was the score during the competition of 1998 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341453_22 (candidates VARCHAR, party VARCHAR, district VARCHAR) ### Question: List the candidates in distric...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (team_2 VARCHAR) ### Question: What is the 1st leg with Team 2 Lyon? ### Answer: SELECT 1 AS st_leg 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_11 (score VARCHAR, home VARCHAR) ### Question: What did st. louis score at home? ### Answer: SELECT scor...
Below is an context that describes a sql 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 (bowling_figures_wickets_runs__overs_ VARCHAR, venue VARCHAR) ### Question: What were the bowling fig...
Below is an context that describes a sql 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 (attendance VARCHAR, week VARCHAR) ### Question: What was the attendance during the week 1 match? ### ...
Below is an context that describes a sql 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 (to_par VARCHAR, money___£__ INTEGER) ### Question: What is the To par of the player with Money of 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_89 (missing VARCHAR, unit VARCHAR, killed VARCHAR, wounded VARCHAR) ### Question: How many of the Royal ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (laps VARCHAR, grid VARCHAR) ### Question: How many laps were there for a grid of 13? ### 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_92 (english VARCHAR, latin VARCHAR) ### Question: What is the English word for the Latin word uxor? ### ...
Below is an context that describes a sql 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 (title VARCHAR, audience VARCHAR) ### Question: Which title had an audience of 4.629.000? ### 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_27721131_6 (score VARCHAR, high_points VARCHAR) ### Question: What was the score when andray blatche , al tho...
Below is an context that describes a sql 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 (d_40 VARCHAR, d_44 VARCHAR) ### Question: I want the D 40 with D 44 of d 15 ### Answer: SELECT d_40 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE tracks (genre_id VARCHAR); CREATE TABLE genres (name VARCHAR, id VARCHAR) ### Question: Find number of tracks in ea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_46 (crowd VARCHAR, away_team VARCHAR) ### Question: How big was the crowd when collingwood visited? ### ...
Below is an context that describes a sql 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 (entrant VARCHAR, driver VARCHAR, chassis VARCHAR) ### Question: Who was the entrant for Louis Chiron...
Below is an context that describes a sql 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 (ad_freq VARCHAR, show_name VARCHAR) ### Question: How often are there ads during American Top 40? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13079788_3 (round INTEGER, gt3_winner VARCHAR, pole_position VARCHAR) ### Question: what is the maximum 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_name_26 (role VARCHAR, language VARCHAR, year VARCHAR) ### Question: What role is spoken in hindi in 2011? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29050051_3 (name VARCHAR, previous_school VARCHAR) ### Question: Who previously attended south kent school / ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_255829_1 (population__2007_ VARCHAR, municipality VARCHAR) ### Question: What is the 2007 population of Gigmo...
Below is an context that describes a sql 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 (game INTEGER, team VARCHAR) ### Question: Can you tell me the average Game that has the Team of @ 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_42 (upstream VARCHAR, internet_plan VARCHAR) ### Question: What is the upstream for the internet 100 pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12976038_1 (director VARCHAR, viewers__in_millions_ VARCHAR) ### Question: Who directed the episode that had ...
Below is an context that describes a sql 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 (score VARCHAR, venue VARCHAR) ### Question: What's the score at Olympic Stadium Tokyo, Japan? ### 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_97 (player VARCHAR, college VARCHAR) ### Question: Which player is from the College of Alabama? ### 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_25 (overs INTEGER, player VARCHAR) ### Question: What did Xavier Doherty (Tasmania) set as his highest 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_79 (pts INTEGER, year VARCHAR, chassis VARCHAR) ### Question: What is the highest pts after 1952 with 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_name_86 (transfer_window VARCHAR, transfer_fee VARCHAR, name VARCHAR) ### Question: What is the Transfer wind...
Below is an context that describes a sql 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 (rank INTEGER, react VARCHAR, lane VARCHAR, athlete VARCHAR) ### Question: How many ranks have more 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_95 (played INTEGER, position VARCHAR, drawn VARCHAR, team VARCHAR) ### Question: Which Played has a Draw...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (competition VARCHAR, score VARCHAR) ### Question: Which Competition has a Score of 2-0? ### 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_50 (pick INTEGER, position VARCHAR) ### Question: What was the highest guard picked? ### 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_63 (office VARCHAR, republican_ticket VARCHAR) ### Question: What is the Office when the Republican tick...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (visitor VARCHAR, home VARCHAR, date VARCHAR) ### Question: Which Visitor has a Home of calgary, 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_31 (part_3 VARCHAR, part_2 VARCHAR) ### Question: What is the part 3 with *hegait in part 2? ### 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 (details VARCHAR, label VARCHAR, year VARCHAR) ### Question: Which details has the out of line label 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_18 (score VARCHAR, february VARCHAR) ### Question: what score was on february 21 ### Answer: SELECT scor...
Below is an context that describes a sql 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 (name VARCHAR, year_completion_expected INTEGER) ### Question: What are the names for projects that 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_16388439_3 (date VARCHAR, ground VARCHAR) ### Question: Name the date for bundaberg rum stadium ### 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_57 (location VARCHAR, res VARCHAR, event VARCHAR) ### Question: In which location did he win the Superbr...
Below is an context that describes a sql 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 (total VARCHAR, years VARCHAR) ### Question: What was the total for the year of 1925? ### 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_77 (year VARCHAR, engine VARCHAR) ### Question: What year engine does a ferrari v6 have? ### 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_24518475_1 (depth VARCHAR, time__utc_ VARCHAR) ### Question: What is the depth of the aftershock at 18:00:22?...
Below is an context that describes a sql 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 (finish VARCHAR, league VARCHAR, year VARCHAR) ### Question: In the Year 1939, what was the Finish 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_name_18 (fastest_lap VARCHAR, winning_driver VARCHAR) ### Question: When Michael Schumacher won the race, who...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_43 (pilot_s_ VARCHAR, location VARCHAR) ### Question: Who was the pilot at lake dumbleyung? ### 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_63 (method VARCHAR, record VARCHAR) ### Question: What is the method when the record was 3-2? ### 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_65 (school VARCHAR, nickname_s_ VARCHAR) ### Question: What is the school with the nickname Tornadoes 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 table_19001175_1 (wins INTEGER) ### Question: Name the minimum wins ### Answer: SELECT MIN(wins) FROM table_1900117...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_12 (date VARCHAR, score VARCHAR, record VARCHAR) ### Question: Which Date has a Score of 24-7, and a Rec...