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 Products (Product_Name VARCHAR, Product_ID VARCHAR); CREATE TABLE Products_in_Events (Product_ID VARCHAR) ### Quest...
Below is an context that describes a sql 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 (total_cargo__metric_tonnes_ INTEGER, rank VARCHAR, airport VARCHAR) ### Question: Which Total Cargo ...
Below is an context that describes a sql 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 (position INTEGER, points VARCHAR, equipment VARCHAR) ### Question: What is the average position for ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_6 (date VARCHAR, time VARCHAR, game VARCHAR, location VARCHAR) ### Question: What date was at Oakland-Al...
Below is an context that describes a sql 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 (money_raised VARCHAR, _2q VARCHAR, total_receipts VARCHAR) ### Question: Tell me the money raised wh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (chassis_code VARCHAR, model VARCHAR) ### Question: What's the chassis code for the 280s model? ### 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_1965650_10 (player VARCHAR, nhl_team VARCHAR) ### Question: What player is from the California Golden Seals? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27723228_12 (high_rebounds VARCHAR, game VARCHAR) ### Question: Name the high rebounds for 81 game ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25810656_3 (title VARCHAR, no_in_series VARCHAR) ### Question: Name the number of title for number in series ...
Below is an context that describes a sql 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 (launch_date VARCHAR, cospar_id VARCHAR) ### Question: When was the satellite that has a COSPAR ID 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_48 (position VARCHAR, college_hall_of_fame VARCHAR) ### Question: What Position has no College Hall of 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_16 (mission VARCHAR, resident_country VARCHAR) ### Question: What is the mission for switzerland as a re...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14253123_1 (in_no VARCHAR, county_name VARCHAR) ### Question: When Spencer is the county what is the in no.?...
Below is an context that describes a sql 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 (status VARCHAR, venue VARCHAR) ### Question: What is the Statue, when Venue is "Stadio Flaminio , 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_15780049_6 (score VARCHAR, date VARCHAR) ### Question: What was the score of the game played on January 19? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (outcome VARCHAR, partner VARCHAR) ### Question: What was the outcome when she partnered with mashona...
Below is an context that describes a sql 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 (tickets_sold___available VARCHAR, venue VARCHAR) ### Question: What is the amount of Tickets Sold/ 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_13 (population INTEGER, town_city VARCHAR) ### Question: What is Ivaiporã, pr's biggest population? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2156758_4 (title VARCHAR, no_in_series VARCHAR) ### Question: What is the title for episode number in series ...
Below is an context that describes a sql 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 (result VARCHAR, first_elected VARCHAR, incumbent VARCHAR) ### Question: Which Result has a First ele...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_60 (name VARCHAR, area VARCHAR) ### Question: What School is in the kio kio area? ### Answer: SELECT nam...
Below is an context that describes a sql 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 (location VARCHAR, points VARCHAR) ### Question: Where was the game where the senators scored 80 poin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14058433_4 (drawn VARCHAR, points_for VARCHAR) ### Question: what's the drawn with points for being 350 ### 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_73 (tries VARCHAR, played VARCHAR, lost VARCHAR) ### Question: How many tries for the player whose numbe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_157826_1 (municipality VARCHAR, population VARCHAR) ### Question: Which municipality has a population of 2442...
Below is an context that describes a sql 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 (goal VARCHAR, date VARCHAR, score VARCHAR) ### Question: How many goals have a Date of december 4, 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 customers (customer_name VARCHAR, payment_method VARCHAR, customer_id VARCHAR); CREATE TABLE mailshot_customers (cu...
Below is an context that describes a sql 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 (title VARCHAR, last_issue VARCHAR, first_issue VARCHAR) ### Question: What is the title that was fir...
Below is an context that describes a sql 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 (points VARCHAR, opponent VARCHAR, game VARCHAR) ### Question: How many points have @ new york island...
Below is an context that describes a sql 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 (points INTEGER, premiers VARCHAR) ### Question: What's the total sum of points scored by the Brisban...
Below is an context that describes a sql 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 (enrollment VARCHAR, school VARCHAR) ### Question: How much Enrollment has a School of indianapolis 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_85 (opponent VARCHAR, game VARCHAR, date VARCHAR) ### Question: Who is the opponent of the game with a g...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_75 (player_name VARCHAR, pick VARCHAR, year_ VARCHAR, a_ VARCHAR) ### Question: who is the player 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_63 (brigade VARCHAR, name VARCHAR) ### Question: What is the brigade when Al-Hamra ('arab al-hamra) show...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15647838_3 (result VARCHAR, attendance VARCHAR) ### Question: How many values for result correspond to attend...
Below is an context that describes a sql 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 (label VARCHAR, country VARCHAR, catalogue__number VARCHAR) ### Question: What is the Label of Catalo...
Below is an context that describes a sql 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 (votes INTEGER, riding VARCHAR, rank VARCHAR, occupation VARCHAR) ### Question: What's the lowest in ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_73 (games_lost___tests__ VARCHAR, points_for___tests__ VARCHAR, games_played___tests__ VARCHAR, year_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_67 (name VARCHAR, took_office VARCHAR) ### Question: Who has Took Office of march 4, 1875? ### 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_87 (qual_1 VARCHAR, team VARCHAR, best VARCHAR) ### Question: What is the qual 1 for rusport and had 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_34 (country VARCHAR, city VARCHAR) ### Question: what is the country for the city of cardiff? ### 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_39 (rank INTEGER, built VARCHAR, building VARCHAR) ### Question: What is the sum of Rank with a build 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_name_80 (swimming VARCHAR, tennis VARCHAR, indoor_track VARCHAR, soccer VARCHAR) ### Question: What is th esw...
Below is an context that describes a sql 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 (year INTEGER, nominated_work VARCHAR, event VARCHAR) ### Question: What year was Herself nominated 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_43 (games INTEGER, drawn VARCHAR, points VARCHAR) ### Question: What game is the lowest with 1 draw 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_18 (latitude VARCHAR, longitude VARCHAR, land___sqmi__ VARCHAR, geo_id 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 STUDENT (Fname VARCHAR, StuID VARCHAR); CREATE TABLE VOTING_RECORD (CLASS_Senator_VOTE VARCHAR) ### Question: Find ...
Below is an context that describes a sql 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 (number VARCHAR, acquisition_via VARCHAR, season VARCHAR) ### Question: What is the number of the acq...
Below is an context that describes a sql 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 (avg_g INTEGER, name VARCHAR, effic VARCHAR) ### Question: Which Avg/G that has a Name of opponents, ...
Below is an context that describes a sql 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 (left_office VARCHAR, party VARCHAR, took_office VARCHAR) ### Question: What is Left Office, when Par...
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR, record VARCHAR) ### Question: What is the Score on July 18 that has Rec...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15652027_1 (sexual_abuse_1 INTEGER, conflict VARCHAR) ### Question: What is the sexual abuse rate where the c...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (points INTEGER, faults VARCHAR, rider VARCHAR) ### Question: What is the total points when there is ...
Below is an context that describes a sql 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 (recorded VARCHAR, track VARCHAR) ### Question: What is the recorded date of track 8? ### 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_2646656_3 (candidates VARCHAR, result VARCHAR, incumbent VARCHAR) ### Question: Who were the candidates where...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12094609_1 (average VARCHAR, evening_gown VARCHAR) ### Question: what is the total number of average where ev...
Below is an context that describes 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 (Stuid VARCHAR, Lname VARCHAR, Fname VARCHAR); CREATE TABLE Plays_games (gameid VARCHAR, Stuid VARCHAR); CR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (visiting_team VARCHAR, date VARCHAR) ### Question: What was the visiting team on october 23? ### 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_26375386_20 (vote_percentage VARCHAR, couple VARCHAR) ### Question: What is the vote percentage for the coupl...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22514845_3 (reporters VARCHAR, year VARCHAR) ### Question: How many reporters for the year 1993? ### 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_2850912_12 (college_junior_club_team VARCHAR, nhl_team VARCHAR) ### Question: To which organziation does 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_7 (date VARCHAR, home_team VARCHAR) ### Question: When did the north melbourne team play? ### 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_2508633_2 (player VARCHAR, nfl_team VARCHAR) ### Question: Name the player for new orleans saints ### 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_11 (place VARCHAR, score VARCHAR) ### Question: What place did the golfer who had a score of 69-68-69-70...
Below is an context that describes a sql 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 (name VARCHAR, nat VARCHAR, app_l_c_e_ VARCHAR) ### Question: Who has a nationality of GRE and an 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_76 (team VARCHAR, series VARCHAR) ### Question: What was the team they played when the series was 2-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_19744915_3 (skating_song VARCHAR, couple VARCHAR) ### Question: state the skating song of graeme & kristina #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26957063_3 (common_name VARCHAR, length__aa_ VARCHAR) ### Question: What is the common name of the animal who...
Below is an context that describes a sql 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 (round INTEGER, college_junior_club_team__league_ VARCHAR) ### Question: What is the highest round 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_75 (position VARCHAR, school_club_team VARCHAR) ### Question: What position is listed for the nebraska 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_27003186_3 (other VARCHAR, no_party_preference VARCHAR) ### Question: What is other when no party preference ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26301697_2 (represents VARCHAR, height__cm_ VARCHAR) ### Question: Name the represents for 1.76 cm ### 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 (total VARCHAR, player VARCHAR) ### Question: How many totals does pádraig harrington have? ### 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_83 (silver INTEGER, bronze INTEGER) ### Question: What is the least amount of silver when there is less ...
Below is an context that describes a sql 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 (events VARCHAR, top_5 VARCHAR, top_25 VARCHAR) ### Question: What were the total number of Events, w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_24 (team VARCHAR, winners VARCHAR, years_runners_up VARCHAR) ### Question: Which team were runners-up in...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (type VARCHAR, course VARCHAR) ### Question: What type is the race with the vicenza to marostica cour...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE candidate (support_rate VARCHAR) ### Question: what are the top 3 highest support rates? ### Answer: SELECT support...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE station (LOCATION VARCHAR) ### Question: What are all locations of train stations? ### Answer: SELECT DISTINCT LOCA...
Below is an context that describes a sql 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 (result VARCHAR, venue VARCHAR, date VARCHAR) ### Question: What is Result, when Venue is Sydney Cric...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17782308_1 (date VARCHAR, opponent VARCHAR) ### Question: What was the date of the game when the opponent 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_31 (time VARCHAR, laps VARCHAR, grid VARCHAR, bike VARCHAR) ### Question: What was the time for a grid 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_1 (air_date VARCHAR, viewers VARCHAR) ### Question: What is the total 18-49 for the episode that aired o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_67 (round VARCHAR, score VARCHAR) ### Question: Which round resulted in 10-52? ### Answer: SELECT round ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (cubic_inches__exact_ VARCHAR, metric_value VARCHAR) ### Question: What are the exact Cubic inches 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_13 (game VARCHAR, year VARCHAR) ### Question: Which game was released in 2011? ### Answer: SELECT game 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_15887683_10 (dar VARCHAR, television_service VARCHAR) ### Question: Name the dar for mtv rocks ### 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_17058226_7 (score VARCHAR, date VARCHAR) ### Question: Name the score for january 26 ### 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_95 (gain INTEGER, loss VARCHAR, long VARCHAR, gp_gs VARCHAR) ### Question: Name the lowest Gain which 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 movie (director VARCHAR, YEAR VARCHAR) ### Question: Show all director names who have a movie in the year 1999 or 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_name_37 (z___p__ INTEGER, n___n__ VARCHAR, element VARCHAR) ### Question: What is the highest Z (p) when 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_79 (set_3 VARCHAR, set_4 VARCHAR, date VARCHAR) ### Question: What is Set 3, when Set 4 is 25-21, and wh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (wickets INTEGER, best_bowling VARCHAR, average VARCHAR) ### Question: what is the highest wickets wh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_86 (name VARCHAR, opened VARCHAR, park VARCHAR) ### Question: What is the name of the rollercoaster 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_18018214_3 (games_played INTEGER) ### Question: How many games did each team played? ### Answer: SELECT MIN(g...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (decision VARCHAR, home VARCHAR, visitor VARCHAR) ### Question: Who made the decision when detroit 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_74 (first_performance VARCHAR, status VARCHAR, style VARCHAR) ### Question: What is the First Performanc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24908692_5 (minutes INTEGER, field_goals VARCHAR) ### Question: What is the maximum number of minutes associa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE pets (pettype VARCHAR) ### Question: Find the number of distinct type of pets. ### Answer: SELECT COUNT(DISTINCT pe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16275828_4 (program VARCHAR, location VARCHAR) ### Question: What programs were held in charleston, illinois?...