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 player (name_first VARCHAR, name_last VARCHAR, death_year VARCHAR) ### Question: Find all the players' first name 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_23399481_4 (title VARCHAR, us_viewers__in_millions_ VARCHAR) ### Question: What are the titles of the episode...
Below is an context that describes a sql 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 (round_of_32 VARCHAR, conference VARCHAR) ### Question: Tell me the round of 32 for conference of sou...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (rank INTEGER, bronze VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What is the sum of rank 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_15 (grid INTEGER, driver VARCHAR, laps VARCHAR) ### Question: What is the largest grid with a Driver 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_11 (year VARCHAR, label VARCHAR) ### Question: what year was cryptogramophon released ### 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_69 (video_coding VARCHAR, format_name VARCHAR) ### Question: What type of video coding has a format name...
Below is an context that describes a sql 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 (displacement__cc_ INTEGER, model VARCHAR) ### Question: What is the highest displacement value for 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_16 (result VARCHAR, game VARCHAR) ### Question: What is the Result of Game 3? ### Answer: SELECT result ...
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR) ### Question: What was the lowest crowd size at the Windy Hill venue? ...
Below is an context that describes a sql 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 (province VARCHAR, _community VARCHAR, hometown VARCHAR) ### Question: What is the province for Jamao...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22171978_1 (location VARCHAR, athletic_nickname VARCHAR) ### Question: How many locations are there for the 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_48 (week INTEGER, date VARCHAR) ### Question: What is the Week number on September 6, 1946? ### 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_78 (school VARCHAR, location VARCHAR, previous_conference VARCHAR, year_joined VARCHAR) ### Question: 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_2400842_1 (directed_by VARCHAR, prod__number VARCHAR) ### Question: Who directed the epsiode with production ...
Below is an context that describes a sql 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 (drawn VARCHAR, losing_bonus VARCHAR) ### Question: What is the value for Drawn, when the value for L...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE editor (Id VARCHAR) ### Question: How many editors are there? ### Answer: SELECT COUNT(*) FROM editor
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (outcome VARCHAR, score VARCHAR) ### Question: What was the outcome of the match with a score of 3-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_21808535_1 (round VARCHAR, date VARCHAR) ### Question: How many rounds were on July 10? ### Answer: SELECT CO...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR) ### Question: Name the first elected for kentucky 1 ### 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 Player_Attributes (preferred_foot VARCHAR, overall_rating INTEGER) ### Question: Of all players with an overall rat...
Below is an context that describes a sql 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 (year INTEGER, gold VARCHAR) ### Question: What is the earliest year that kim hyun-soo won the gold? ...
Below is an context that describes a 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_3 (home_team VARCHAR, ground VARCHAR) ### Question: Name the home team for manuka oval ### 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_15 (event VARCHAR, opponent VARCHAR) ### Question: Which Event has the Opponent, Bernard Ackah? ### 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_36 (january INTEGER, record VARCHAR, game VARCHAR) ### Question: What was the sum of January values 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_1963459_2 (average_speed__mph_ VARCHAR, driver VARCHAR) ### Question: What is Tony Stewart's average speed? #...
Below is an context that describes a sql 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 VARCHAR, finish VARCHAR) ### Question: What is the name of the team with a finish of 19? ### 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_27776266_1 (production_code VARCHAR, us_viewers__million_ VARCHAR) ### Question: What was the production code...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27611593_5 (year INTEGER) ### Question: When did the earliest tournament happened? ### Answer: SELECT MIN(yea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_221315_3 (pilot VARCHAR, max_altitude__miles_ VARCHAR) ### Question: Who was the pilot of max altitude of 55....
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1708014_2 (position VARCHAR, starts VARCHAR) ### Question: what is the posisiotn where the start is 3? ### 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_1341586_44 (candidates VARCHAR, incumbent VARCHAR) ### Question: Who are all the candidates vying for Henry B...
Below is an context that describes a sql 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 (visitor VARCHAR, score VARCHAR) ### Question: What is the Visitor with a Score with 4 – 3? ### 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_37 (score VARCHAR, competition VARCHAR, date VARCHAR) ### Question: Which friendly competition took plac...
Below is an context that describes a sql 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 (company VARCHAR, name VARCHAR, tracking_method VARCHAR, latest_stable_release 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_46 (seats_2010 INTEGER, in_de_creased_by VARCHAR, seats_2005 VARCHAR, governorate 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_51 (week_3_sept_8 VARCHAR, week_2_sept_2 VARCHAR) ### Question: What is listed for the Week 3 Sept 8 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_99 (points_against VARCHAR, played VARCHAR) ### Question: What were the points against in a game that wa...
Below is an context that describes a sql 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 (tie_no VARCHAR, home_team VARCHAR) ### Question: What was the tie number with the home team of Swind...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14850099_18 (planet VARCHAR, cardinal_direction VARCHAR) ### Question: What is the planet associated 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_21 (geo_id INTEGER, water__sqmi_ VARCHAR, township VARCHAR, land___sqmi__ VARCHAR, latitude 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_83 (location_attendance VARCHAR, date VARCHAR) ### Question: What is the Location Attendance when the Da...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_3 (young_rider_classification VARCHAR, stage VARCHAR) ### Question: What Young rider classification 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_42 (year VARCHAR, driver VARCHAR) ### Question: When did Hans Hartmann drive? ### Answer: SELECT COUNT(y...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17369472_2 (won VARCHAR, points VARCHAR) ### Question: How many were won when the points were 12? ### 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_37 (record VARCHAR, opponent VARCHAR) ### Question: What is the record of Jeremija Sanders' opponent? ##...
Below is an context that describes a sql 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 (chapters VARCHAR, director VARCHAR) ### Question: How many chapters did Elmer Clifton direct? ### 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_11111116_7 (title VARCHAR, written_by VARCHAR) ### Question: What was the titles of the episodes written by k...
Below is an context that describes a sql 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 (laid_down VARCHAR, name VARCHAR) ### Question: What year was the USS Cambridge laid down? ### 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_37 (name VARCHAR, laid_down VARCHAR) ### Question: what is the name when the laid down is 28 february 19...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24101118_1 (socket VARCHAR, brand_name VARCHAR) ### Question: what is the socket that has a brand name of cor...
Below is an context that describes a sql 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 (evening_gown VARCHAR, preliminary VARCHAR, average VARCHAR, country VARCHAR) ### Question: What is t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_44 (distance VARCHAR, speed VARCHAR) ### Question: How far did the pilot go when averaging 124.1km/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_87 (extra VARCHAR, year INTEGER) ### Question: What extra is from after 2009? ### Answer: SELECT extra 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_95 (call_sign VARCHAR, city_of_license VARCHAR) ### Question: What Call sign has a City of license of hi...
Below is an context that describes a sql 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 (sponsor_s_ VARCHAR, date_introduced VARCHAR) ### Question: Who sponsored the bill introduced on June...
Below is an context that describes a sql 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 (position VARCHAR, nhl_team VARCHAR) ### Question: What is the position of the player on the Los Ange...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27913160_3 (manufacturer VARCHAR, driver VARCHAR, most_laps_led VARCHAR) ### Question: Who manufactured the 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 Documents_to_be_destroyed (Destroyed_by_Employee_ID VARCHAR) ### Question: Show the ids of all employees who have d...
Below is an context that describes a sql 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 (round INTEGER, position VARCHAR) ### Question: what is the round when the position is (c)? ### 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_45 (date VARCHAR, time VARCHAR) ### Question: What day had a time of 29.816? ### Answer: SELECT date 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_26160007_1 (imports VARCHAR, country VARCHAR) ### Question: In the country United Arab Emirates, what is 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_92 (report VARCHAR, constructor VARCHAR, circuit VARCHAR) ### Question: What is the report status 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_87 (attendance INTEGER, game_site VARCHAR) ### Question: What's the highest attendance for a game the 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_10818465_1 (ru INTEGER) ### Question: What is the lowest ru? ### Answer: SELECT MIN(ru) FROM table_10818465_1
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE advisor (s_id VARCHAR); CREATE TABLE student (id VARCHAR, dept_name VARCHAR) ### Question: What is the id of the 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_45 (time VARCHAR, lane VARCHAR, heat VARCHAR, nationality VARCHAR) ### Question: What is Hungary's time ...
Below is an context that describes a sql 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 (points_won INTEGER, total_matches VARCHAR, total_w_l_h VARCHAR) ### Question: Can you tell me the lo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_13 (laps INTEGER, driver VARCHAR, grid VARCHAR) ### Question: How many laps for denny hulme with under 4...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24613895_1 (number_of_believers INTEGER, name_in_syriac VARCHAR) ### Question: Name the most number of believ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (runner_up VARCHAR, score VARCHAR) ### Question: When the Score was kapunda 7-7-49 angaston 6-8-44, 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_77 (opponent VARCHAR, date VARCHAR) ### Question: Which Opponent is on september 9, 2004? ### Answer: SE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (builder VARCHAR, number VARCHAR, date VARCHAR, length VARCHAR) ### Question: Which Builder has a 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_name_12 (high_points VARCHAR, game INTEGER) ### Question: Who had the most points in games over 59? ### 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_86 (qual VARCHAR, laps VARCHAR, rank VARCHAR) ### Question: What is the qual with 200 laps and a rank 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_92 (release_date VARCHAR, l3_cache VARCHAR, part_number_s_ VARCHAR) ### Question: What is the release da...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (player VARCHAR, place VARCHAR) ### Question: Which player placed t10? ### Answer: SELECT player 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_72 (heat_ VARCHAR, _lane VARCHAR, time VARCHAR) ### Question: What Heat & Lane is the person who has a 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_26 (english VARCHAR, dutch VARCHAR) ### Question: Which English has Dutch of tong? ### Answer: SELECT en...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668199_2 (result VARCHAR, district VARCHAR) ### Question: What is the result for district pennsylvania 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_1341522_38 (opponent VARCHAR, district VARCHAR) ### Question: who is the the opponent with district being ohi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14650162_1 (nfl_team VARCHAR, college VARCHAR) ### Question: What is the NFL team of the player whose 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_12 (date VARCHAR, score VARCHAR) ### Question: On what day was the score of 1–6 6–1 3–6 achieved? ### 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_18 (no_s_ VARCHAR, height_in_ft VARCHAR) ### Question: Tell me the number for height in ft of 6-7 ### 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_77 (record VARCHAR, march VARCHAR) ### Question: Which record's march was 26? ### Answer: SELECT record ...
Below is an context that describes a sql 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 (school VARCHAR, hometown VARCHAR) ### Question: What school is the player who has a hometown of Chic...
Below is an context that describes a sql 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 (ranking VARCHAR, ep__number VARCHAR, rating VARCHAR) ### Question: What was the ranking for the epis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12027364_1 (womens_doubles VARCHAR, womens_singles VARCHAR) ### Question: Who won the womens doubles when wu ...
Below is an context that describes a sql 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 (result VARCHAR, couple VARCHAR) ### Question: What was the result when the couple was steve & anna? ...
Below is an context that describes a sql 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 (runner_s__up VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR) ### Question: What is Runner(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_20 (result VARCHAR, group VARCHAR, venue VARCHAR) ### Question: What was the result of the race 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_40 (first_elected INTEGER, district VARCHAR) ### Question: What is the lowest First Elected, when Distri...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (points INTEGER, goal_difference INTEGER) ### Question: What is the fewest points that has 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_name_43 (shooter VARCHAR, event VARCHAR, rank_points VARCHAR) ### Question: What shooter has wc munich as 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_90 (country VARCHAR, player VARCHAR) ### Question: What country does david gilford play for? ### 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_21994729_3 (written_by VARCHAR, directed_by VARCHAR) ### Question: reginald hudlin directed how many written ...
Below is an context that describes a sql 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 (floors INTEGER, metres VARCHAR, feet VARCHAR, name VARCHAR) ### Question: What's the lowest Floors 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_60 (grid INTEGER, laps VARCHAR) ### Question: What is the grid total for cars that went 17 laps? ### 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_13 (steals VARCHAR, place VARCHAR) ### Question: Can you tell me the Steals that has the Place of 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_name_40 (country VARCHAR, of_1 VARCHAR) ### Question: What country has OF-1 Locotenent? ### Answer: SELECT co...