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_5 (manufacturer VARCHAR, rider VARCHAR) ### Question: Can you tell me the Manufacturer that has the Ride...
Below is an context that describes a sql 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 (time VARCHAR, opponent VARCHAR) ### Question: What time was Opponent Fredson Paixão beaten in? ### 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_89 (home_team VARCHAR, venue VARCHAR) ### Question: What's the home team's score at lake 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_84 (floors INTEGER, name VARCHAR) ### Question: Which Floors is the highest one that has a Name of one 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_10477224_1 (sepal_width VARCHAR, species VARCHAR, petal_length VARCHAR) ### Question: Name the sepal width 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 Courses (course_name VARCHAR, course_id VARCHAR); CREATE TABLE Student_Course_Enrolment (course_id VARCHAR) ### Que...
Below is an context that describes a sql 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 (ret_number VARCHAR, records VARCHAR) ### Question: what pitcher scored 4 ### Answer: SELECT ret_numb...
Below is an context that describes a sql 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 (length VARCHAR, remarks VARCHAR) ### Question: What is the length of the highway with remarks that 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_78 (area VARCHAR, authority VARCHAR, roll VARCHAR) ### Question: Which area has state authority and a ro...
Below is an context that describes a sql 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 (driver VARCHAR, position VARCHAR, season VARCHAR) ### Question: What is Driver, when Position is 2nd...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1341453_44 (incumbent VARCHAR, first_elected VARCHAR) ### Question: Which incumbent was first elected in 1984...
Below is an context that describes a sql 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 (opponent VARCHAR, event VARCHAR) ### Question: Which Opponent has the Event of Sengoku 1? ### 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_83 (label VARCHAR, date VARCHAR) ### Question: What label released a record on December 19, 2001? ### 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_71 (year INTEGER, location VARCHAR) ### Question: What is the earliest year that the tournament was play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (score VARCHAR, outcome VARCHAR, partner VARCHAR) ### Question: What is the Score with an Outcome of r...
Below is an context that describes a sql 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 (season VARCHAR, position VARCHAR) ### Question: What season had a 14th position? ### 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 (born VARCHAR, ordained_bishop VARCHAR) ### Question: When was the archbishop that was ordained as a 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_15 (date VARCHAR, year VARCHAR, location VARCHAR, result VARCHAR, competition VARCHAR) ### Question: Wha...
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR, score VARCHAR) ### Question: What country did Bart Bryant with a sc...
Below is an context that describes a sql 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 (opening_date VARCHAR, classification VARCHAR, theatre VARCHAR) ### Question: What is the opening date...
Below is an context that describes a sql 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 (date_from VARCHAR, date_to VARCHAR, name VARCHAR) ### Question: What was the Date From for Theo Robi...
Below is an context that describes a sql 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 (home VARCHAR, visitor VARCHAR) ### Question: Name the home with visitor of kings ### 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 election (Committee VARCHAR, Party VARCHAR); CREATE TABLE party (Party_ID VARCHAR, Party VARCHAR) ### Question: Ret...
Below is an context that describes a sql 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 (height VARCHAR, player VARCHAR) ### Question: What's the heigh of nolan smith? ### 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_95 (kilgore__r_ VARCHAR, potts__i_ VARCHAR) ### Question: What was Kilgore's (R) percentage when Potts (...
Below is an context that describes a sql 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 (street_address VARCHAR, architect VARCHAR) ### Question: What was the address of the building with a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (player VARCHAR, place VARCHAR) ### Question: Which Player has a Place of t2? ### Answer: SELECT play...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_69 (sport VARCHAR, name VARCHAR) ### Question: what is the sport for wolfgang schattauer? ### 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_11381701_3 (date VARCHAR, bada VARCHAR) ### Question: On which dates was the value of Bada 0.05%? ### 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_1213511_7 (position VARCHAR, player VARCHAR) ### Question: what are all the position where player is al simmo...
Below is an context that describes a sql 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 (sample_size VARCHAR, poll_source VARCHAR, margin_of_error VARCHAR) ### Question: What si the total 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 (record VARCHAR, date VARCHAR) ### Question: Which Record is on november 16? ### Answer: SELECT recor...
Below is an context that describes a sql 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 (silver INTEGER, gold INTEGER) ### Question: what is the lowest amount of silver when the gold is les...
Below is an context that describes a sql 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 (year VARCHAR, film VARCHAR) ### Question: In what Year was the Film Your National Gallery winner? ##...
Below is an context that describes a sql 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 (volume VARCHAR, artist VARCHAR, weeks_on_top VARCHAR) ### Question: What is Volume:Issue, when Artis...
Below is an context that describes a sql 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 (dutch VARCHAR, Groningen VARCHAR, høvd VARCHAR, høvur VARCHAR) ### Question: What is the Dutch waord...
Below is an context that describes a sql 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 (uci_points INTEGER, cyclist VARCHAR) ### Question: What is the sum of UCI points for Kim Kirchen? ##...
Below is an context that describes a sql 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 (producer_director VARCHAR, film VARCHAR) ### Question: Who was the Producer/Director of Fear Beneath...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (attendance VARCHAR, week VARCHAR) ### Question: What was the Attendance in Week 10? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_22 (gold INTEGER, rank VARCHAR) ### Question: How many total Gold medals did the nation ranked #3 receiv...
Below is an context that describes a sql 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 (tie_no VARCHAR, home_team VARCHAR) ### Question: What is the tie no of the game where exeter city 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_96 (points INTEGER, player VARCHAR) ### Question: What are the highest points that Emmitt Smith 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_58 (total VARCHAR, player VARCHAR, to_par VARCHAR) ### Question: What is the total for a to par bigger 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 countries (country_name VARCHAR, country_id VARCHAR); CREATE TABLE departments (department_id VARCHAR, location_id ...
Below is an context that describes a sql 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 (safari VARCHAR, firefox VARCHAR) ### Question: What percentage of browsers were using Safari during ...
Below is an context that describes a sql 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 (hand VARCHAR) ### Question: What does full house have as a 5 credits? ### Answer: SELECT 5 AS _credi...
Below is an context that describes a sql 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 (consistency_ VARCHAR, _participation VARCHAR, pareto_efficiency VARCHAR, condorcet VARCHAR) ### Ques...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12441518_1 (recurring_cast_seasons VARCHAR, character VARCHAR) ### Question: What seasons does Nick Lucas app...
Below is an context that describes a sql 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 (pure_tamil VARCHAR, how_other_iyers_say_it VARCHAR) ### Question: Name the pure tamil for enga athil...
Below is an context that describes a sql 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 (venue VARCHAR, losing_team VARCHAR) ### Question: Which venue had a losing team of south sydney rabb...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1745843_10 (class VARCHAR, part_4 VARCHAR) ### Question: What class is the verb wich its part 4 is frosinn ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14342210_14 (touchdowns__5_points_ VARCHAR, extra_points_1_point VARCHAR) ### Question: How many touchdowns 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_24784769_1 (team VARCHAR, total_points VARCHAR) ### Question: Which team had 342 total points? ### 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_1341453_37 (results VARCHAR, first_elected VARCHAR) ### Question: What was the result of the election in whic...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10408617_5 (bts_retail_price__regulated_ VARCHAR, tariff_code VARCHAR) ### Question: What is the bts retail p...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342393_42 (first_elected INTEGER, incumbent VARCHAR) ### Question: What was the total number of votes for To...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (line VARCHAR, stopping_pattern VARCHAR) ### Question: Which Line has a Stopping pattern of all stati...
Below is an context that describes a sql 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 (location VARCHAR, entered_service VARCHAR, customer VARCHAR) ### Question: What location entered serv...
Below is an context that describes a sql 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 (airport VARCHAR, iata VARCHAR) ### Question: Which Airport has a IATA of erz? ### Answer: SELECT air...
Below is an context that describes a sql 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 (authority VARCHAR, name VARCHAR) ### Question: What is the Whakamaru school's authority? ### 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_51 (team VARCHAR, driver VARCHAR, engine VARCHAR, manufacturer VARCHAR) ### Question: What Team has 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_93 (week INTEGER, date VARCHAR) ### Question: What is the Week number on October 5, 2003? ### 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_14871601_2 (losses INTEGER, scored VARCHAR) ### Question: What was the number of losses when the scored value...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22815568_6 (population INTEGER) ### Question: What is the population maximum? ### Answer: SELECT MAX(populati...
Below is an context that describes a sql 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 (location VARCHAR, date_of_demolition VARCHAR, church_name VARCHAR) ### Question: What is the locatio...
Below is an context that describes a sql 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 (points VARCHAR, goals_scored INTEGER) ### Question: What were the total number of points when the am...
Below is an context that describes a sql 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 (diameter__km_ INTEGER, name VARCHAR) ### Question: What is the smallest diameter for Eirene Tholus? ...
Below is an context that describes a sql 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 (weekday VARCHAR, against VARCHAR) ### Question: What weekday has an against of kashima antlers? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Student_Course_Enrolment (student_id VARCHAR) ### Question: How many distinct students are enrolled in courses? ###...
Below is an context that describes a sql 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 (country VARCHAR, place VARCHAR, player VARCHAR) ### Question: What country was the player, rod pampl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (played VARCHAR, tries_against VARCHAR) ### Question: What is the played number when the tries 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_61 (record VARCHAR, score VARCHAR) ### Question: Name the record for 9-4 score ### 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 invoices (billing_country VARCHAR, total INTEGER) ### Question: A list of the top 8 countries by gross/total invoic...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20887670_1 (year_joined INTEGER) ### Question: What is the most recent year joined? ### Answer: SELECT MAX(ye...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24330803_1 (position VARCHAR, points VARCHAR) ### Question: How many positions were given when 30 points were...
Below is an context that describes a sql 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 (general_classification VARCHAR, team_classification VARCHAR, stage VARCHAR) ### Question: What is th...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (cuts_made INTEGER, wins INTEGER) ### Question: Tell me the highest cuts made with wins more than 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_22597626_17 (partner VARCHAR, opponents_in_the_final VARCHAR) ### Question: What was the partner count when 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_83 (bleeding_time VARCHAR, platelet_count VARCHAR, condition VARCHAR) ### Question: Name the bleeding ti...
Below is an context that describes a sql 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 (winning_driver VARCHAR, circuit VARCHAR) ### Question: Who was the winning driver of the Circuit 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_86 (points VARCHAR, games VARCHAR) ### Question: How many points were scored by the player who played 36...
Below is an context that describes a sql 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 (competition VARCHAR, score VARCHAR, result VARCHAR) ### Question: What competition had a score of 3-0...
Below is an context that describes a sql 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 (player VARCHAR, pick VARCHAR, round VARCHAR) ### Question: What Player was picked after Round 2 with...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (alpha VARCHAR, ia64 VARCHAR) ### Question: Which Alpha contains ia64 with discontinued 3.5-3.8 4.1-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_name_59 (games VARCHAR, medal VARCHAR, event VARCHAR) ### Question: At which games did Tunisia win a bronze 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_64 (date INTEGER, cores_per_die___dies_per_module VARCHAR, clock VARCHAR) ### Question: What is the late...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25216791_3 (january_15_16 VARCHAR, august_21_22 VARCHAR) ### Question: How many datas were recorded on Januar...
Below is an context that describes a sql 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 (outcome VARCHAR, score_in_final VARCHAR) ### Question: What was the outcome for the match that ended...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1990460_1 (division INTEGER, regular_season VARCHAR) ### Question: What's the lowest division number of the 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_90 (player VARCHAR, venue VARCHAR) ### Question: What player was at Albion? ### Answer: SELECT player 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_name_65 (station VARCHAR, zone_2010 VARCHAR) ### Question: Which Station has a Zone 2010 of 7? ### 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_18 (club VARCHAR, losing_bonus VARCHAR) ### Question: Which Club has 1 Losing bonus? ### 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_46 (score VARCHAR, record VARCHAR) ### Question: What is the score of the game that resulted in a 15-9 r...
Below is an context that describes a sql 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 (year INTEGER, english_title VARCHAR) ### Question: What is the Year of submission of the Film The Ar...
Below is an context that describes a sql 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 (round INTEGER, overall VARCHAR, position VARCHAR) ### Question: What is the lowest round for an offe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13762472_4 (high_rebounds VARCHAR, high_assists VARCHAR) ### Question: who had all the high rebounds when hig...
Below is an context that describes a sql 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 (theme VARCHAR, week__number VARCHAR) ### Question: What was the theme during the week # of top 24 (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_63 (Id VARCHAR) ### Question: What is 1997, when 1996 is "1R", when 1990 is "2R", and when 1991 is "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_221315_3 (usaf_space_flights VARCHAR, max_speed__mph_ VARCHAR) ### Question: What were all USAF space flights...
Below is an context that describes a sql 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 (actor VARCHAR, character VARCHAR) ### Question: What actor plays Marie-Rose De Putter? ### Answer: S...