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_18600760_1 (land___sqmi__ VARCHAR, township VARCHAR) ### Question: Name the land for ada ### 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_65 (lost VARCHAR, points VARCHAR, against VARCHAR) ### Question: How many games lost for team(s) with 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_53 (release_price___usd__ VARCHAR, model_number VARCHAR) ### Question: What was the release price 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_83 (career_w_l VARCHAR, tournament VARCHAR) ### Question: What is the value for Career W-L for the Grand...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1558077_8 (lunar_blastoff_date VARCHAR, mission_name VARCHAR) ### Question: Name the total number of luna bla...
Below is an context that describes a sql 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 (chassis VARCHAR, engine VARCHAR, points VARCHAR) ### Question: What company made the chassis when Fe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17355408_5 (high_points VARCHAR, date VARCHAR) ### Question: Name the highh points for december 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_68 (player VARCHAR, nationality VARCHAR, position VARCHAR, round VARCHAR) ### Question: Which player fro...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_97 (country VARCHAR, label VARCHAR) ### Question: What country is the Debemur Morti prod. label 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_88 (runners VARCHAR, course VARCHAR) ### Question: Name the runners for longchamp ### Answer: SELECT run...
Below is an context that describes a sql 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 (trainer VARCHAR, winner VARCHAR) ### Question: Who was the trainer when Mckaymackenna won? ### 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_29181479_3 (team VARCHAR, game VARCHAR) ### Question: Which team was the opponent in game 5? ### 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_79 (last_title VARCHAR, country VARCHAR, wins VARCHAR, first_title VARCHAR) ### Question: What is the 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_61 (pick VARCHAR, position VARCHAR) ### Question: How many Picks have a Position of defensive back? ### ...
Below is an context that describes a sql 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 (rank INTEGER, name VARCHAR, goals VARCHAR) ### Question: When Oscar Míguez had over 107 goals, what ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (duration VARCHAR, character VARCHAR) ### Question: How long did Witold Latoszek character lasted? ##...
Below is an context that describes a sql 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 (name VARCHAR, death VARCHAR) ### Question: What is the name with a death in 2001? ### 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_73 (appointed_by VARCHAR, judge VARCHAR) ### Question: Who appointed Judge Edward E. Cushman? ### 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_15778392_1 (result VARCHAR, theme VARCHAR) ### Question: WHERE THE THEME WAS "YEAR THEY WERE BORN," WHAT 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_41 (division_record VARCHAR, school VARCHAR) ### Question: What is the division record of Sussex Central...
Below is an context that describes a sql 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 (points INTEGER, team VARCHAR, average VARCHAR, played VARCHAR) ### Question: How many Points have 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_23840623_4 (operating_mode VARCHAR, vehicle VARCHAR) ### Question: What is the operating mode of the Coda? ##...
Below is an context that describes a sql 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 (league VARCHAR, year VARCHAR) ### Question: What league played in 2011? ### Answer: SELECT league 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 Has_allergy (Allergy VARCHAR); CREATE TABLE Allergy_Type (Allergy VARCHAR, allergytype VARCHAR); CREATE TABLE Stude...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE MATCH (winning_pilot VARCHAR); CREATE TABLE pilot (name VARCHAR, age INTEGER, pilot_id VARCHAR) ### Question: find ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22825679_1 (percentage VARCHAR, team VARCHAR) ### Question: Name the percentage for ole miss ### 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_97 (home_team VARCHAR) ### Question: What is melbourne's home team score? ### Answer: SELECT home_team 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_74 (Id VARCHAR) ### Question: Which Tournament in 2010 also has Grand Slam tournaments in 2011 ### 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 department (creation VARCHAR, department_id VARCHAR); CREATE TABLE management (department_id VARCHAR, head_id VARCH...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (label VARCHAR, country VARCHAR, format VARCHAR) ### Question: Which Label has a Country of canada, 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_24 (sex_ratio__child_ INTEGER, work_participation___percentage_ VARCHAR) ### Question: What is the child...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_261946_3 (founded INTEGER) ### Question: Which founding year corresponds with the highest enrollment? ### 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_22669816_1 (length VARCHAR, track VARCHAR) ### Question: What lengths did Phoenix International Raceway host?...
Below is an context that describes a sql 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 (team VARCHAR, laps VARCHAR, driver VARCHAR) ### Question: What team had 10 Labs and the Driver was 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_27622417_1 (directed_by VARCHAR, no_in_season VARCHAR) ### Question: who were the director of the episode 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_15 (crowd INTEGER, away_team VARCHAR) ### Question: How large a crowd did the Fitzroy Away team 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_8 (laps INTEGER, rider VARCHAR) ### Question: What is the sum of Sylvain Guintoli's laps? ### 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_11703336_1 (display_size VARCHAR, calculator VARCHAR) ### Question: what is the display size for the calculat...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1143966_1 (won VARCHAR, standing VARCHAR, games VARCHAR) ### Question: How many games were won with 2nd oha 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 stadium (id VARCHAR, name VARCHAR); CREATE TABLE injury_accident (game_id VARCHAR); CREATE TABLE game (stadium_id 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_17968282_1 (played INTEGER, points VARCHAR) ### Question: Name the most played when points is 105 ### 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_19304764_2 (recognised_seats INTEGER) ### Question: Name the least recognised seats ### Answer: SELECT MIN(re...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17344582_11 (location_attendance VARCHAR, series VARCHAR) ### Question: List all location attendance for seri...
Below is an context that describes a sql 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 (genre VARCHAR, release_year_of_first_charted_record VARCHAR, country_of_origin 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_1341423_40 (candidates VARCHAR, incumbent VARCHAR) ### Question: who are the candidates when the incumbent 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_40 (english_meaning VARCHAR, case_suffix__case_ VARCHAR) ### Question: What is English Meaning, when Cas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27782699_3 (outgoing_manager VARCHAR, replaced_by VARCHAR) ### Question: Which manager was replaced by Thomas...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_93 (country VARCHAR, money___$__ VARCHAR, place VARCHAR) ### Question: Which Country has a Money ($) 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_1784514_1 (year_established INTEGER, number_of_powiats VARCHAR) ### Question: What is the latest year establi...
Below is an context that describes a sql 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 (points INTEGER, year VARCHAR) ### Question: Name the sum of points for 1991 ### Answer: SELECT SUM(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_6 (winner_and_score VARCHAR, week VARCHAR) ### Question: who is the winner and score for the week of aug...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17288845_9 (record VARCHAR, score VARCHAR) ### Question: Name the record for score of l 77–80 (ot) ### 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_182410_10 (digital_terrestrial_channel VARCHAR, channel VARCHAR) ### Question: What is the digital terrestria...
Below is an context that describes a sql 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 (winning_driver VARCHAR, name VARCHAR) ### Question: What Winning driver has a Name of mugello circui...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21436373_8 (type_of_record VARCHAR, result_games VARCHAR) ### Question: What record was set when the result/g...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_36 (result VARCHAR, week VARCHAR) ### Question: What was the result for week 16? ### Answer: SELECT resu...
Below is an context that describes a sql 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 (top_10 VARCHAR, top_25 VARCHAR, top_5 VARCHAR) ### Question: Name the total number of top 10 with 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_15887683_9 (dar VARCHAR, television_service VARCHAR, n° VARCHAR) ### Question: Name the total number of dar 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_23399481_2 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR) ### Question: If the amount of U.S. viewer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27277284_28 (model_number VARCHAR, order_part_number VARCHAR) ### Question: What is the model number for the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_86 (rank INTEGER, silver VARCHAR, total VARCHAR) ### Question: What is the rank for the nation with 0 si...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (year VARCHAR, award VARCHAR, nominee VARCHAR) ### Question: In what year was Terry Johnson nominated...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26173058_2 (× VARCHAR, jeel VARCHAR, ramtha VARCHAR) ### Question: what the team where the record is 1-1 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_61 (game INTEGER, high_assists VARCHAR) ### Question: What's the sum of the games that had paul (9) 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_56 (status VARCHAR) ### Question: What status has a role? ### Answer: SELECT status FROM table_name_56 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_171250_2 (census_ranking VARCHAR, area_km_2 VARCHAR) ### Question: What are the census ranking(s) that have 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_49 (opponent VARCHAR, result VARCHAR) ### Question: What is the Opponent of the game with a Result of 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_54 (borough VARCHAR, location VARCHAR, listed VARCHAR) ### Question: What is the Borough for the Seward ...
Below is an context that describes a sql 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_in_final VARCHAR, tournament VARCHAR) ### Question: What is the score of the final in $10,000 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE performance (Attendance INTEGER) ### Question: What is the average number of attendees for performances? ### 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_94 (college_junior_club_team VARCHAR, position VARCHAR, nationality VARCHAR) ### Question: What 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 table_name_61 (original_title VARCHAR, year__ceremony_ VARCHAR) ### Question: What is the Original Title of the 199...
Below is an context that describes a sql 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 (to_par VARCHAR, player VARCHAR, total VARCHAR) ### Question: WHAT IS THE TOTAL, OF A TO PAR FOR HUBE...
Below is an context that describes a sql 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 (res VARCHAR, competition VARCHAR) ### Question: What was the result for the friendly match competiti...
Below is an context that describes a sql 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 (branding VARCHAR, location VARCHAR) ### Question: What is the brand where the location is Cagayan De...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE TRANSACTIONS (amount_of_transaction INTEGER, transaction_type_code VARCHAR) ### Question: Show the average amount 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_58 (surface VARCHAR, score VARCHAR) ### Question: What was the surface of the score of 7–5, 3–6, 7–6? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18373863_2 (player VARCHAR, fcsl_team VARCHAR, years_played VARCHAR) ### Question: When 2006 is the year 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 table_1566848_7 (pictorials VARCHAR, centerfold_model VARCHAR) ### Question: Who were the pictorials when the cente...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2801442_1 (area__km²_ INTEGER, code VARCHAR) ### Question: How big (in km2) is the district with a code BW? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (score VARCHAR, date VARCHAR) ### Question: Name the score for september 12, 1993 ### 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_57 (team_1 VARCHAR) ### Question: What was the 2nd leg when Team 1 was Chicago Croatian? ### 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_28211674_3 (mixed_restricted VARCHAR, mens_singles VARCHAR) ### Question: When Matt Ware won the mens singles...
Below is an context that describes a sql 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 (position VARCHAR, school_club_team VARCHAR) ### Question: What position in the club team of Kansas? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_36 (class VARCHAR, year VARCHAR) ### Question: Which class has a Year of 1968? ### Answer: SELECT 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_91 (country VARCHAR, score VARCHAR) ### Question: What Country had a Score of 75-68=143? ### 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_2008069_2 (pinyin VARCHAR, conventional VARCHAR) ### Question: Name the pinyin for mazar ### Answer: SELECT 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_16493961_1 (miles__km_ VARCHAR, date VARCHAR) ### Question: Name the miles for june 7 ### Answer: SELECT mile...
Below is an context that describes a sql 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_in_final VARCHAR, surface VARCHAR) ### Question: Who was the opponent on carpet in a final?...
Below is an context that describes a sql 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 (record VARCHAR, opponent VARCHAR) ### Question: What was the record after the bout with Alexis Vila?...
Below is an context that describes a sql 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 (team VARCHAR, name VARCHAR) ### Question: What is Justin Wilson's Team? ### Answer: SELECT team 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_23097214_1 (directed_by VARCHAR, season__number VARCHAR) ### Question: How many directors directed episode 3 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26894949_2 (sanya VARCHAR, distance VARCHAR) ### Question: How many time was the distance Abu Dhabi? ### 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 Movie (title VARCHAR, director VARCHAR) ### Question: Find the titles of all movies directed by steven spielberg. #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29572583_19 (rank VARCHAR, new_points VARCHAR) ### Question: How many rank entries are there when new points ...
Below is an context that describes a sql 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 (operator VARCHAR, project_name VARCHAR, peak VARCHAR, year_startup VARCHAR) ### Question: What 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_name_60 (crowd VARCHAR, home_team VARCHAR) ### Question: What is the total of the crowd when the home team 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_48 (team_wins INTEGER, nation VARCHAR, individual_wins VARCHAR) ### Question: Which Team Win is from swe...
Below is an context that describes a sql 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 (payment VARCHAR, type VARCHAR, release_date VARCHAR) ### Question: Which Payment has a Type of text,...
Below is an context that describes a sql 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 (visitor VARCHAR, record VARCHAR) ### Question: What visiting team has a record of 4-3? ### Answer: S...