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_21 (tournament VARCHAR, away_team VARCHAR, home_team VARCHAR) ### Question: What was the tournament wher...
Below is an context that describes a sql 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 (country VARCHAR, winner VARCHAR) ### Question: What country was ole ellefsæter from? ### 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_15869204_5 (high_assists VARCHAR, location_attendance VARCHAR) ### Question: Name the high assists for delta ...
Below is an context that describes a sql 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 (drawn INTEGER, played INTEGER) ### Question: What is the largest drawn that has a played less than 38...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (field_goals__5_points_ VARCHAR, total_points VARCHAR, touchdowns__5_points_ VARCHAR) ### Question: 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 Rating (mID VARCHAR); CREATE TABLE Movie (title VARCHAR, mID VARCHAR) ### Question: What is the name of the movie 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_87 (result VARCHAR, date VARCHAR) ### Question: What is the Result of the Game on April 9? ### 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_6 (score VARCHAR, country VARCHAR, player VARCHAR) ### Question: What was Australia's score when Peter 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 table_21636599_1 (insurgents VARCHAR, period VARCHAR) ### Question: How many insurgents have 2003 as a period? ### ...
Below is an context that describes 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 (Name VARCHAR, Height VARCHAR) ### Question: What are the names of people in ascending order of height? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10568553_1 (location VARCHAR, roads_intersected VARCHAR) ### Question: Where does Route 24 intersect? ### 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_26757_4 (slovak VARCHAR, belarusian VARCHAR) ### Question: When вуха (vúkha) is the belarusian how many slova...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2897457_2 (player VARCHAR, college_junior_club_team VARCHAR) ### Question: What player came from Cornell Univ...
Below is an context that describes a sql 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 (country VARCHAR, to_par VARCHAR, player VARCHAR) ### Question: What country has a to par less than 13...
Below is an context that describes a sql 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 (transfer_window VARCHAR, moving_to VARCHAR) ### Question: What is the transfer window of the player ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_53 (laps VARCHAR, time_retired VARCHAR, driver VARCHAR) ### Question: When the time/retired is electrica...
Below is an context that describes a sql 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 (goal_difference INTEGER, draws VARCHAR, wins VARCHAR, losses VARCHAR) ### Question: What is the lowe...
Below is an context that describes a sql 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 (to_par VARCHAR, place VARCHAR, score VARCHAR) ### Question: What player was place of t1 in To Par 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_12707313_2 (constr VARCHAR, first_win VARCHAR) ### Question: Name the number of constr with the first win at ...
Below is an context that describes a sql 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 (overall VARCHAR, college VARCHAR) ### Question: What is the overall number for the College of Wyoming...
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR, opponent VARCHAR) ### Question: What was the date of the match at 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_24051013_3 (total_evm_votes INTEGER) ### Question: What is the highest total for evm votes ### 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_15861776_1 (directed_by VARCHAR, tv_broadcast VARCHAR) ### Question: Who directed the TV broadcast s03e19? ##...
Below is an context that describes a sql 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, goal VARCHAR) ### Question: What was the date of the game with 6 goals? ### 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_35 (position VARCHAR, player VARCHAR) ### Question: What position did tomasz kiełbowicz play? ### 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_58 (railway VARCHAR, location VARCHAR, objectnumber VARCHAR) ### Question: Which Railway has a Location ...
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR) ### Question: What was the score of the game on May 26? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (award VARCHAR, year VARCHAR, result VARCHAR) ### Question: What is the name of the award in a year 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_31 (province VARCHAR, party VARCHAR) ### Question: Which province has the partido Socialista del Pueblo ...
Below is an context that describes a sql 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 (format VARCHAR, date VARCHAR) ### Question: Which Format has a Date of may 24, 2008? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (height_ft__m_ VARCHAR, rank VARCHAR) ### Question: How tall is the building ranked #13? ### 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 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) ### Question: What is the nomination ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24600706_1 (released INTEGER, song VARCHAR) ### Question: Name the most released for apologize ### 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_73 (month VARCHAR, sort_restore VARCHAR, deaths VARCHAR) ### Question: Which month had a sort value unde...
Below is an context that describes a sql 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 (start INTEGER, lost VARCHAR, tries VARCHAR) ### Question: What is the number of starts for the playe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_245801_1 (duration__days_ VARCHAR, crew VARCHAR) ### Question: Name the duration for georgi grechko ### 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_46 (athlete VARCHAR, react VARCHAR) ### Question: who is the athlete when react is 0.164? ### 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_174151_5 (power_provided VARCHAR, transfer_speed__mb_s_ VARCHAR) ### Question: Name the power provided for tr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (ticket_price_s_ VARCHAR, venue VARCHAR) ### Question: What is the ticket price at Canadian National 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_name_91 (pole_winner VARCHAR, date VARCHAR) ### Question: Tell me the pole winner of may 12 ### 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_91 (driver VARCHAR, grid VARCHAR, laps VARCHAR) ### Question: What Driver has 28 Laps and a Grid greater...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14655757_1 (pick__number INTEGER) ### Question: What is the lowest pick number? ### Answer: SELECT MIN(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_14 (home_captain VARCHAR, venue VARCHAR) ### Question: Who is the home captain at the Adelaide Oval? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10021158_3 (best_finish VARCHAR, scoring_rank VARCHAR) ### Question: When the scoring rank was 117, what was ...
Below is an context that describes a sql 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 (decile INTEGER, authority VARCHAR, area VARCHAR) ### Question: Name the average decile for state aut...
Below is an context that describes a sql 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 (Id VARCHAR) ### Question: What shows for 2005 when 2002 shows 0–1? ### Answer: SELECT 2005 FROM tabl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1057262_2 (new_south_wales VARCHAR, crop__kilotonnes_ VARCHAR) ### Question: what's the new south wales 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 EMPLOYEE (City VARCHAR, EmployeeId VARCHAR); CREATE TABLE CUSTOMER (SupportRepId VARCHAR, PostalCode VARCHAR) ### Q...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (written_by VARCHAR, season_no VARCHAR, series_no VARCHAR) ### Question: Who wrote the series 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_36 (date VARCHAR, time VARCHAR) ### Question: On what date was the time of 16:24.12 achieved? ### 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_70 (group VARCHAR, name VARCHAR) ### Question: What is the group of ESPN International Sports? ### 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 Research_outcomes (outcome_code VARCHAR, outcome_description VARCHAR); CREATE TABLE Project_outcomes (project_id VA...
Below is an context that describes a sql 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 (wins VARCHAR, series VARCHAR, season VARCHAR) ### Question: What is the value for Wins, when the Ser...
Below is an context that describes a sql 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 (pd_per_game INTEGER, pa_per_game VARCHAR, streak VARCHAR, rank VARCHAR, winning__percentage 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_33 (year INTEGER, category VARCHAR, stage VARCHAR) ### Question: What is the lowest year for stage 12, 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_41 (round INTEGER, position VARCHAR, overall VARCHAR) ### Question: What is the average round in which 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 files (formats VARCHAR) ### Question: For each file format, return the number of artists who released songs in that...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27537870_5 (december INTEGER, location_attendance VARCHAR) ### Question: Name the least december for hsbc are...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_86 (miss_universe_philippines VARCHAR, second_runner_up VARCHAR) ### Question: Who won Miss Universe Phi...
Below is an context that describes a sql 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 (year INTEGER, original_title VARCHAR) ### Question: Name the least year for les triplettes de bellev...
Below is an context that describes a sql 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 (semifinalists VARCHAR, tournament VARCHAR) ### Question: WHO WAS THE SEMIFINALISTS FOR THE HAMBURG 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_1420954_1 (book_title VARCHAR, artist_s_ VARCHAR) ### Question: timothy truman worked on what books ### 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_1341577_50 (candidates VARCHAR, first_elected VARCHAR) ### Question: Who were the candidates that ran when Ji...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (time VARCHAR, rank VARCHAR) ### Question: What is the time of the swimmer in rank 40? ### 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_83 (attendance VARCHAR, home VARCHAR) ### Question: What is the total number of attendance for games whe...
Below is an context that describes a sql 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 (status VARCHAR, against VARCHAR) ### Question: What is the Status of the 44 Against? ### 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_29141354_2 (first_broadcast VARCHAR, episode VARCHAR) ### Question: When was episode 02x02 first broadcast? #...
Below is an context that describes a sql 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 (laps VARCHAR, grid VARCHAR, rider VARCHAR) ### Question: How many laps did ben spies do on the grid ...
Below is an context that describes a sql 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 VARCHAR, total VARCHAR) ### Question: How many 5K wins did Emily Chebet, who had more than 2 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17355628_10 (score VARCHAR, team VARCHAR) ### Question: Name the score for charlotte ### Answer: SELECT score...
Below is an context that describes a sql 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 (stake VARCHAR, wards__branches_in_arkansas VARCHAR) ### Question: What stake has 16 wards/branches i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_56 (part_number_s_ VARCHAR, l2_cache VARCHAR, frequency VARCHAR) ### Question: What's the part number 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_85 (year INTEGER, points INTEGER) ### Question: What was the earliest year that had less than 1 point? #...
Below is an context that describes a sql 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 (verb_meaning VARCHAR, part_3 VARCHAR) ### Question: What is the verb meaning for Gaben in part 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_59 (shirt_sponsor VARCHAR, team VARCHAR) ### Question: Who was the shirt sponsor for the Blackburn Rover...
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR) ### Question: What home team plays at Arden Street Oval? ### 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_82 (incumbent VARCHAR, result VARCHAR) ### Question: Who was the incumbent that retired to run for the 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 (rank VARCHAR, total_gdp__€_bn__ VARCHAR) ### Question: Which rank has a Total GDP (€ bn) of €11.243?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16779068_5 (snatch VARCHAR, body_weight VARCHAR) ### Question: Name the snatch when body weight is 73.7 ### 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_19905183_1 (team VARCHAR, province VARCHAR) ### Question: What team is from the Eastern province? ### 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_21 (total VARCHAR, set_2 VARCHAR) ### Question: What is the total when the score for set 2 is 20–25? ###...
Below is an context that describes a sql 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 (class VARCHAR, driver VARCHAR, chassis VARCHAR, rounds VARCHAR) ### Question: what is the class when ...
Below is an context that describes a sql 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 (established INTEGER, venue VARCHAR) ### Question: When was the venue named nassau veterans memorial ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23575917_6 (scores VARCHAR, lees_team VARCHAR) ### Question: When kevin bridges and katy wix are both on 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_54 (group VARCHAR, award VARCHAR, result VARCHAR, year VARCHAR) ### Question: After 2008, which Group 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_12 (march INTEGER, record VARCHAR, game VARCHAR) ### Question: What day in March is the game with a 48-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_30049462_4 (location_attendance VARCHAR, team VARCHAR) ### Question: What was the location and it's correspon...
Below is an context that describes a sql 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__league_ VARCHAR, position VARCHAR, player VARCHAR) ### Question: In what 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 table_2897457_8 (pick__number VARCHAR, nhl_team VARCHAR) ### Question: What pick number did the New York Rangers 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_22753245_1 (party VARCHAR, constituency VARCHAR) ### Question: What is the party when the constituency is 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_4 (first_day_cover_cancellation VARCHAR, date_of_issue VARCHAR) ### Question: What's listed as the First...
Below is an context that describes a sql 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 (date VARCHAR, week VARCHAR) ### Question: What's the date for HOF week? ### Answer: SELECT date 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_29612224_1 (colors VARCHAR, location VARCHAR) ### Question: What are the team colors from Tolono, Illinois? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_32 (position VARCHAR, college VARCHAR) ### Question: Rutgers college holds what position? ### 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_97 (home_team VARCHAR, away_team VARCHAR) ### Question: Who was the home team in the match that had an 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_87 (forward_caste VARCHAR, scheduled_tribe VARCHAR) ### Question: WHAT IS THE FORWARD CASTE WITH A SCHED...
Below is an context that describes a sql 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 (record VARCHAR, season VARCHAR) ### Question: What was the record during the 1973 season? ### 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_97 (tournament VARCHAR, opponent_team VARCHAR) ### Question: At which tournament does Milan play against...
Below is an context that describes a sql 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 (delegates INTEGER, candidate VARCHAR, counties VARCHAR) ### Question: What is the lowest number of 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_7 (years INTEGER, lost VARCHAR, tied VARCHAR, total_games VARCHAR) ### Question: What is the year total ...