text
stringlengths
293
1.24k
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_16 (rank VARCHAR, athlete VARCHAR, react VARCHAR) ### Question: How many total Rank listings have Liu Xi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28628309_9 (player VARCHAR, category VARCHAR) ### Question: What is the name of the player when the category ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11545282_11 (position VARCHAR, years_for_jazz VARCHAR) ### Question: What is the position for the years 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_name_62 (away_team VARCHAR, venue VARCHAR) ### Question: What was the away team score at victoria park? ### 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_50 (tournament VARCHAR, margin_of_victory VARCHAR) ### Question: For which tournament was the margin 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_19897294_10 (original_air_date VARCHAR, family_families VARCHAR) ### Question: When did the episode 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 discount_coupons (coupon_id VARCHAR, coupon_amount VARCHAR); CREATE TABLE customers (good_or_bad_customer 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_1601792_3 (operator VARCHAR, station VARCHAR) ### Question: Who operates the xfm station? ### 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_28 (opponent VARCHAR, date VARCHAR) ### Question: Who was the opponent on September 26, 2009? ### 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_15 (totals_06_10 INTEGER, pubs_2010 VARCHAR, totals_07_11 VARCHAR) ### Question: What is the lowest 06-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 table_name_88 (margin VARCHAR, year VARCHAR, runner_s__up VARCHAR) ### Question: What margin was in after 1981, 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_1231892_4 (number_in_series VARCHAR, broadcast_order VARCHAR) ### Question: What's the number of episodes wit...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11019212_1 (saturday VARCHAR, wednesday VARCHAR) ### Question: what's the saturday time with wednesday being ...
Below is an context that describes a sql 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 (overs INTEGER, team VARCHAR) ### Question: What is the lowest number of Overs for the Royal Challeng...
Below is an context that describes a sql 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 (crowd INTEGER, home_team VARCHAR) ### Question: What is the largest crowd for North Melbourne home 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_26967904_1 (p_max___bar__ VARCHAR, p1_diameter__mm_ VARCHAR) ### Question: What is the P max (bar) of the pis...
Below is an context that describes a sql 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 (grid INTEGER, laps INTEGER) ### Question: What is the grid sum with more than 50 laps? ### 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_1341865_11 (party VARCHAR, incumbent VARCHAR) ### Question: What party did Don Fuqua belong to? ### 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_98 (time VARCHAR, year VARCHAR, event VARCHAR) ### Question: What is Time, when Year is greater than 201...
Below is an context that describes a sql 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 (club VARCHAR, home_result VARCHAR, away_result VARCHAR) ### Question: Home result of 1–0, and a Away...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_73 (laps VARCHAR, constructor VARCHAR, driver VARCHAR) ### Question: What is the number of laps with a 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_33 (artist VARCHAR, draw INTEGER) ### Question: Who is the artist that drew higher than 4? ### 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_18052353_4 (state_assembly VARCHAR, year VARCHAR) ### Question: What was the composition of the state assembl...
Below is an context that describes a sql 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 (team VARCHAR, head_coach VARCHAR) ### Question: Which Team has a Head Coach of michalis pamboris? ##...
Below is an context that describes a sql 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 (losses INTEGER, club VARCHAR, wins VARCHAR) ### Question: What is the highest number of losses 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 region (region_name VARCHAR, region_id VARCHAR); CREATE TABLE affected_region (region_id VARCHAR) ### Question: Sho...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342149_24 (candidates VARCHAR, result VARCHAR) ### Question: Name the candidates for result of lost renomina...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (away_team VARCHAR, home_team VARCHAR) ### Question: WHAT IS THE AWAY TEAM WITH HOME OF LEICESTER CIT...
Below is an context that describes a sql 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 (winning_constructor VARCHAR, winning_driver VARCHAR) ### Question: Which Winning constructor has a 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_18894744_5 (game VARCHAR, date VARCHAR) ### Question: Name the game for june 16 ### Answer: SELECT game 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_67 (date VARCHAR, tie_no VARCHAR) ### Question: What is the Date of Tie no 3? ### Answer: SELECT date FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17622423_12 (high_assists VARCHAR, date VARCHAR) ### Question: Name the high assists for may 21 ### 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_65 (streak VARCHAR, date VARCHAR) ### Question: What is the Streak on December 30? ### Answer: SELECT st...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_2 (rank VARCHAR, player VARCHAR, bowling VARCHAR) ### Question: What is rank of player Charles Eady 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_18305523_2 (story_title VARCHAR, artist_s VARCHAR) ### Question: What is the title of the issue where the art...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (score VARCHAR, points VARCHAR, game VARCHAR) ### Question: Which Score has Points of 64, and a Game 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_29087004_2 (united_states_original_airdate VARCHAR, written_by VARCHAR) ### Question: What is the original Un...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10819266_8 (season VARCHAR, rank VARCHAR) ### Question: How many season premiers have a rank of #21? ### 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_1733457_1 (others_percentage VARCHAR, county VARCHAR) ### Question: Name the others % for cleveland ### 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_8 (result VARCHAR, opponent VARCHAR) ### Question: What is Result, when Opponent is New England Patriots...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE CLASS (class_room VARCHAR) ### Question: Find the number of classes offered for all class rooms that held at least ...
Below is an context that describes a sql 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 (game_site VARCHAR, opponent VARCHAR) ### Question: Where does CF Pachuca play? ### Answer: SELECT ga...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16799784_13 (year_named INTEGER) ### Question: When was the most recently named feature named? ### 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_98 (city_of_license VARCHAR, call_sign VARCHAR) ### Question: Which city of license has the Kyli call 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_8 (operator VARCHAR, ship VARCHAR) ### Question: What operator has a ship costa pacifica? ### 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_89 (opponent VARCHAR, score VARCHAR) ### Question: Who was the opponent when the score was 6-3, 6-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_name_84 (yacht VARCHAR, syndicate VARCHAR) ### Question: Which Yacht Club is part of the America 3 Foundation...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25030512_4 (first_elected VARCHAR, district VARCHAR) ### Question: Name the first elected for alabama 3 ### 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_41 (shoulder VARCHAR, neck VARCHAR) ### Question: Which shoulder has a Neck of 7.3 (.288)? ### 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_51 (population VARCHAR, area__km_2__ INTEGER) ### Question: What is the Population of the Place with 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_41 (notes VARCHAR, country VARCHAR) ### Question: What are the Notes of the Athletes from Germany? ### 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_80 (network VARCHAR, premiere VARCHAR) ### Question: Tell me the network for 13 january 2009 ### 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_15416002_1 (r_miles_ VARCHAR, chi VARCHAR) ### Question: What are the miles when the Carvill Hurricane Index ...
Below is an context that describes a sql 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 (capacity__mw_ INTEGER, wind_farm VARCHAR, turbines VARCHAR) ### Question: What is the average capaci...
Below is an context that describes a sql 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 (throws VARCHAR, dob VARCHAR) ### Question: Which throw number had a DOB of 19/10/81? ### 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_14889988_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: Who directed the episode with the pro...
Below is an context that describes a sql 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 (losses INTEGER, win__percentage VARCHAR, wins VARCHAR, team VARCHAR) ### Question: What's the lowest...
Below is an context that describes a sql 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 (director VARCHAR, title VARCHAR, studio VARCHAR, year VARCHAR) ### Question: Who was the director fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12564633_1 (title VARCHAR, season__number VARCHAR) ### Question: What is the name of Season #15? ### 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_46 (replaced_by VARCHAR, team VARCHAR, date_of_vacancy VARCHAR) ### Question: Who was the replacement fo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (speed VARCHAR, time VARCHAR) ### Question: What is Speed, when Time is 1:24.23.0? ### 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_3 (nation VARCHAR, gold VARCHAR) ### Question: Which nation won 29 gold medals? ### Answer: SELECT natio...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2509350_3 (language VARCHAR, sopachuy_municipality VARCHAR) ### Question: Name the language for sopachuy 10 #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12485020_1 (ds_division VARCHAR, divisional_secretary VARCHAR) ### Question: What DS division has S. L. M. Ha...
Below is an context that describes a sql 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 (tournament VARCHAR, opponent VARCHAR) ### Question: In what Tournament was laura Gildemeister the Op...
Below is an context that describes a sql 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 (game VARCHAR, opponent VARCHAR) ### Question: Opponent of @ atlanta flames had what game? ### 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_96 (name VARCHAR, decile VARCHAR, area VARCHAR) ### Question: Which name has a Decile of 5, and an Area ...
Below is an context that describes a sql 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 (swimsuit INTEGER, evening_gown VARCHAR, interview VARCHAR) ### Question: What is the number for swim...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (country VARCHAR, player VARCHAR) ### Question: What Country has Player Ky Laffoon? ### 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_name_49 (volume VARCHAR, isbn VARCHAR) ### Question: What is the number of the volume that has an ISBN of 978...
Below is an context that describes a sql 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 (championship VARCHAR, date VARCHAR) ### Question: What Championship has a Date of 26 may 1986? ### 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_2669287_1 (season VARCHAR, rank VARCHAR) ### Question: How many seasons was the rank equal to #50? ### 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_61 (date VARCHAR, venue VARCHAR) ### Question: On which date was the venue at Windy Hill? ### 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_63 (opponent VARCHAR, record VARCHAR) ### Question: Which opponent has a record of 52-52? ### 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_87 (total INTEGER, nation VARCHAR) ### Question: How many medals did China receive? ### Answer: SELECT M...
Below is an context that describes a sql 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 (team VARCHAR, laps VARCHAR, points VARCHAR) ### Question: Which team had 64 laps and 13 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_30 (score VARCHAR, attendance VARCHAR, home_team VARCHAR) ### Question: What is the score when the atten...
Below is an context that describes a sql 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 (block INTEGER, height VARCHAR, spike VARCHAR) ### Question: What is the lowest number of blocks 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_81 (number_of_electorates__2009_ INTEGER, name VARCHAR) ### Question: What is Beohari's highest number 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_9 (roman_equivalent VARCHAR) ### Question: what is the "normalized" transliteration for Roman i ### 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_50 (power VARCHAR, frequency VARCHAR) ### Question: what is the Power with 88.5 fm Frequency ### 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_29 (time VARCHAR, song_title VARCHAR) ### Question: What is the time from the song called Treat Me Nice?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (province VARCHAR, _community VARCHAR, contestant VARCHAR) ### Question: Which province has the conte...
Below is an context that describes a sql 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 (neon VARCHAR, argon VARCHAR) ### Question: What neon has an Argon of 4.203? ### Answer: SELECT neon ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_191105_2 (performed_by VARCHAR, subject VARCHAR) ### Question: When interjection is the subject how many perf...
Below is an context that describes a sql 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 (championship_game VARCHAR, conference VARCHAR) ### Question: Tell me the championship game for big e...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23287683_1 (title VARCHAR, directed_by VARCHAR) ### Question: How many episodes were directed by Sarah Pia 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_82 (song_choice VARCHAR, theme VARCHAR, week__number VARCHAR) ### Question: When the week # is listed as...
Below is an context that describes a sql 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 (draws INTEGER, wins VARCHAR, against VARCHAR, losses VARCHAR) ### Question: What is the sum of the 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 people (Nationality VARCHAR) ### Question: How many distinct nationalities are there? ### Answer: SELECT COUNT(DIST...
Below is an context that describes a sql 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 (driver VARCHAR, grid VARCHAR) ### Question: Which driver had a grid of 22? ### Answer: SELECT driver...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26464364_1 (us_air_date VARCHAR, _number VARCHAR) ### Question: On which date did episode # 18 air in the U.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_62 (heat VARCHAR, time VARCHAR) ### Question: What is the heat for the time 57.97? ### Answer: SELECT he...
Below is an context that describes a sql 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 (builder VARCHAR, completed VARCHAR, launched VARCHAR) ### Question: Which builder completed before 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 table_17801022_1 (race_time VARCHAR, average_speed__mph_ VARCHAR) ### Question: For races with an average speed 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_40 (position VARCHAR, pick__number VARCHAR, college VARCHAR) ### Question: What is Position, when Pick #...
Below is an context that describes a sql 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 (grand_prix VARCHAR, motogp_winner VARCHAR, circuit VARCHAR) ### Question: Name the grand prix for ca...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2980024_1 (other_goals VARCHAR, league_goals VARCHAR) ### Question: How many other goals did Dunne have in 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_68 (conceded INTEGER, position VARCHAR, wins VARCHAR) ### Question: What is the average conceded number ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_97 (position VARCHAR, round VARCHAR, player VARCHAR) ### Question: Which Position has a Round larger tha...