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_32 (crowd INTEGER, venue VARCHAR) ### Question: What is the size of the smallest crowd that watched a 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 student (sex VARCHAR, age INTEGER) ### Question: Find the number of students whose age is older than the average ag...
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR) ### Question: What date did the Ravens play the buffalo bills? ### 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_17525955_2 (share VARCHAR, rating VARCHAR) ### Question: How many share values are listed for the episode 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_name_56 (world_record VARCHAR) ### Question: What's the 102kg when the snatch was snatch and the olympic reco...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE teacher (Name VARCHAR, Age VARCHAR) ### Question: List the names of teachers in ascending order of age. ### 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_42 (written_by VARCHAR, original_airdate VARCHAR) ### Question: Who wrote the episode that originally ai...
Below is an context that describes a sql 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 (flap INTEGER, bike VARCHAR, race VARCHAR) ### Question: What is the highest FLap by a Honda NSR500 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_62 (driver VARCHAR, laps VARCHAR) ### Question: Who is the driver for laps of 45 ### Answer: SELECT driv...
Below is an context that describes a sql 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 (round VARCHAR, competition VARCHAR, club VARCHAR) ### Question: Which round is the UEFA Cup Compeiti...
Below is an context that describes a sql 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 (wickets INTEGER, maidens VARCHAR, best VARCHAR) ### Question: What is the largest number of wickets ...
Below is an context that describes a sql 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 (catalog VARCHAR, format VARCHAR, label VARCHAR, region VARCHAR) ### Question: What's the catalog num...
Below is an context that describes a sql 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 (laps VARCHAR, time_retired VARCHAR) ### Question: What shows for laps when the Time/Retired was +1: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_80 (partner VARCHAR, date VARCHAR) ### Question: Who was the partner for the game on October 20, 2013? #...
Below is an context that describes a sql 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 (driver VARCHAR, laps VARCHAR, time_retired VARCHAR) ### Question: What driver had under 22 laps and ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (first_elected INTEGER, district VARCHAR) ### Question: What is the average first elected for the dis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20866024_4 (engine VARCHAR, model_designation VARCHAR) ### Question: How many engines are there for model 97H...
Below is an context that describes a sql 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 (date VARCHAR, road_team VARCHAR, game VARCHAR) ### Question: On what date was Portland on the road f...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (games INTEGER, name VARCHAR, assists VARCHAR) ### Question: What is the mean number of games for pab...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE AIRLINES (Country VARCHAR) ### Question: How many airlines are from USA? ### Answer: SELECT COUNT(*) FROM AIRLINES ...
Below is an context that describes a sql 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 (date VARCHAR, pole_position VARCHAR) ### Question: What date was Joakim Bonnier in the pole position...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25561038_1 (points VARCHAR, position VARCHAR) ### Question: List the total points for the 1st place team. ###...
Below is an context that describes a sql 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 (athlete VARCHAR, country_state VARCHAR) ### Question: Which Athlete is from the United Kingdom? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (attendance__away_ INTEGER, venue VARCHAR, date VARCHAR) ### Question: Name the least attendance 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_19 (location VARCHAR, record VARCHAR) ### Question: Which location held the bout that led to a 4-3 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_82 (time VARCHAR, nfl_recap VARCHAR, game_site VARCHAR) ### Question: What is the Time of the game at 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_69 (constructor VARCHAR, entrant VARCHAR, rounds VARCHAR) ### Question: What was the constructor for jo ...
Below is an context that describes a sql 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 (total__kg_ INTEGER, snatch VARCHAR, clean_ VARCHAR, _jerk VARCHAR) ### Question: Which Total (kg) 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_93 (total VARCHAR, gold VARCHAR, silver VARCHAR, bronze VARCHAR) ### Question: Which Total has a Silver ...
Below is an context that describes a sql 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 (constructor VARCHAR, grand_prix VARCHAR) ### Question: Who constructed the car that won the Canadian...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_23 (muklom VARCHAR, halang VARCHAR) ### Question: Which Muklom has a Halang of wɯ¹cʰi¹? ### 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 Ref_Transaction_Types (transaction_type_description VARCHAR, transaction_type_code VARCHAR) ### Question: Show 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_24 (played VARCHAR, ga VARCHAR) ### Question: What is the total played games of a 22 G.A.? ### 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_22 (year INTEGER, result VARCHAR) ### Question: What year was the game that ended with a score of 24-14?...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25931938_1 (age INTEGER, aggregate VARCHAR) ### Question: What is the age of the celebrity who had a 402 aggr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (year VARCHAR, nominee VARCHAR) ### Question: What year was Mary Elizabeth Mastrantonio nominated? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE STUDENT (Id VARCHAR) ### Question: Find the number of students in total. ### Answer: SELECT COUNT(*) FROM STUDENT
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (loss VARCHAR, date VARCHAR) ### Question: What loss occurred on August 21? ### Answer: SELECT loss F...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_62 (rank INTEGER, title VARCHAR) ### Question: What is the rank of The Big Doll House? ### 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_75 (episode__number INTEGER, episode_name VARCHAR) ### Question: What is the average episode # with a na...
Below is an context that describes a sql 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 (metal VARCHAR, size VARCHAR) ### Question: Which metal has a size that is 26mm (across scallops)? ##...
Below is an context that describes a sql 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 (country VARCHAR, rank VARCHAR, notes VARCHAR) ### Question: What country were the athletes where ran...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2638104_1 (signal_power VARCHAR, callsign VARCHAR) ### Question: What is the signal power for JOAB-DTV? ### 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_54 (wins INTEGER, year VARCHAR, class VARCHAR) ### Question: Which Wins have a Year of 1963, and a Class...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE poker_player (People_ID VARCHAR, Earnings VARCHAR); CREATE TABLE people (Birth_Date VARCHAR, People_ID 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_12592074_1 (launched VARCHAR, commissioned_or_completed_ VARCHAR, _ VARCHAR) ### Question: When was the ship ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (game INTEGER, record VARCHAR) ### Question: Which Game has a Record of 27-11-10? ### 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_53 (position VARCHAR, overall VARCHAR, round VARCHAR, pick__number VARCHAR) ### Question: What was the P...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (year VARCHAR, notes VARCHAR) ### Question: In what year is the notes distance 1.83m? ### 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_4 (result VARCHAR, date VARCHAR) ### Question: What was the result on july 16, 1992? ### 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_91 (week_2 VARCHAR, week_1 VARCHAR) ### Question: What kind of Week 2 that has a Week 1 of mandy ashford...
Below is an context that describes a sql 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 (gold INTEGER, total VARCHAR, silver VARCHAR) ### Question: what is the gold count with total less 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_93 (attendance INTEGER, score VARCHAR) ### Question: What was the the total top attendance with a 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_23224961_2 (unterfranken_west VARCHAR, oberfranken_ost VARCHAR) ### Question: When wacker marktredwitz is the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (laps INTEGER, time_retired VARCHAR) ### Question: What is the highest Laps with a Time/Retired Wheel...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16527640_2 (location VARCHAR, player VARCHAR) ### Question: What locations did sid o'neill play football? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22583466_5 (reporters VARCHAR, year VARCHAR) ### Question: In 1976, who was the reporter for the Belmont Stak...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: what is 2012 when the tournament is cincinnati masters? ### 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_90 (director VARCHAR, title VARCHAR) ### Question: Who was the director of the episode Rebel Rabbit? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2268216_1 (average_speed__mph_ VARCHAR, year VARCHAR) ### Question: How many average speeds are listed in the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_90 (mpg_us_combined INTEGER, transmission VARCHAR, manufacturer VARCHAR, green_rating VARCHAR, mpg_uk_co...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (scorers VARCHAR, opponent VARCHAR, date VARCHAR) ### Question: What shows for Scorers when the Oppon...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE musical (Nominee VARCHAR, Award VARCHAR) ### Question: What are the distinct nominees of the musicals with the awar...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22447251_2 (province VARCHAR, _community VARCHAR, hometown VARCHAR) ### Question: Which province is Villa Bis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE body_builder (people_id VARCHAR, People_ID VARCHAR); CREATE TABLE people (people_id VARCHAR, People_ID 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_59 (place VARCHAR, score VARCHAR) ### Question: In what place did the golfer that scored 68-70-69=207 fi...
Below is an context that describes a sql 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 (ending VARCHAR, british VARCHAR, examples VARCHAR) ### Question: Which Ending has British of iz, and...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_65 (result VARCHAR, game VARCHAR) ### Question: What is the result for game 5? ### Answer: SELECT result...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Bookings (Workshop_Group_ID VARCHAR, Status_Code VARCHAR); CREATE TABLE Drama_Workshop_Groups (Store_Name 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_18 (team VARCHAR, location_attendance VARCHAR, score VARCHAR) ### Question: Which team played in the Bos...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE party (party_name VARCHAR, party_id VARCHAR); CREATE TABLE party_events (party_id VARCHAR) ### Question: Show party...
Below is an context that describes a sql 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 (away_team VARCHAR) ### Question: What is Away team Carlton's score? ### Answer: SELECT away_team 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_42 (result VARCHAR, theme VARCHAR) ### Question: What is the Result when the Theme was by Dolly Parton? ...
Below is an context that describes a sql 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 (federal_state VARCHAR, representatives_of_national_average VARCHAR) ### Question: Which federal state...
Below is an context that describes a sql 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 INTEGER, borough VARCHAR, population VARCHAR) ### Question: Which Rank is the lowest one that h...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_96 (resolution VARCHAR, network VARCHAR) ### Question: What is the resolution of the network Canal de la...
Below is an context that describes a sql 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 (height INTEGER, player VARCHAR) ### Question: What is the lowest height for Rans Brempong? ### 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_96 (date_withdrawn VARCHAR, fleet_numbers VARCHAR) ### Question: What day withdrawn is associated with f...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (location VARCHAR, event VARCHAR) ### Question: What is the location of the match with an event of ec...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22297140_3 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR) ### Question: What was the date in which Behta...
Below is an context that describes a sql 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 (score VARCHAR, surface VARCHAR, tournament VARCHAR) ### Question: When the surface is clay, and 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_43 (earnings___ VARCHAR, events VARCHAR, rank VARCHAR) ### Question: How much money did the player ranke...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10236830_4 (nomination VARCHAR, director VARCHAR) ### Question: Srdjan Dragojevic worked on a film which earn...
Below is an context that describes a sql 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 (slalom INTEGER, average INTEGER) ### Question: What's the slalom when the average time was greater 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_67 (club VARCHAR, points VARCHAR) ### Question: What club had 56 points? ### Answer: SELECT club FROM ta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE shop (address VARCHAR, num_of_staff VARCHAR, shop_id VARCHAR); CREATE TABLE happy_hour (address VARCHAR, num_of_sta...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12294557_3 (us_airdate VARCHAR, canadian_airdate VARCHAR) ### Question: what are the u.s. air dates with a 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_name_78 (player VARCHAR, matches VARCHAR) ### Question: what player matched up with 9 ### 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_1543845_63 (locale VARCHAR, stolen_ends VARCHAR, shot_pct VARCHAR) ### Question: What was the location 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_14132239_3 (defensive VARCHAR, month VARCHAR, rookie VARCHAR) ### Question: Who was the defensive award winne...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11614581_3 (seat VARCHAR, name_in_polish VARCHAR) ### Question: What seat does Gubernia Warszawska hold? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE complaints (complaint_type_code VARCHAR) ### Question: How many distinct complaint type codes are there in the data...
Below is an context that describes a sql 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 (result VARCHAR, score VARCHAR, date VARCHAR) ### Question: What is the Result with a Score of 1–0, 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 (away_team VARCHAR) ### Question: What is the Away team score for Away team Melbourne? ### 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_10581768_2 (type VARCHAR, institution VARCHAR) ### Question: What type institution is point park university #...
Below is an context that describes a sql 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 (course VARCHAR, edition VARCHAR) ### Question: What was the course called that had an Edition of 117...
Below is an context that describes a sql 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 (driver VARCHAR, class VARCHAR, navigator VARCHAR) ### Question: Who was the driver of the vehicle 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_87 (class VARCHAR, name VARCHAR) ### Question: for the name of jamar jackson what is the class? ### 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_24 (overall INTEGER, pick VARCHAR, college VARCHAR) ### Question: How many overalls have a pick 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 city (city VARCHAR, city_id VARCHAR); CREATE TABLE hosting_city (host_city VARCHAR) ### Question: Which city has ho...