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_70 (state VARCHAR, region VARCHAR, host VARCHAR)
### Question:
Mideast region host University of Tenness... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_20 (date VARCHAR, distance VARCHAR, course VARCHAR)
### Question:
What is the date with the distance 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_57 (safari VARCHAR, chrome VARCHAR)
### Question:
What percentage of browsers were using Safari during 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_48 (goals VARCHAR, years_at_club VARCHAR, games VARCHAR, debut_year VARCHAR)
### Question:
How many Goal... |
Below is an context that describes a sql 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 (money___ INTEGER, to_par VARCHAR, place VARCHAR, player VARCHAR)
### Question:
Which average money 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_80 (wins INTEGER, against INTEGER)
### Question:
How many wins has more than 165 against?
### 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_14 (date VARCHAR, tournament VARCHAR)
### Question:
Which date has a Tournament of la quinta?
### 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_45 (livery VARCHAR, wheel_arrangement VARCHAR, locomotive_type VARCHAR, year_built VARCHAR)
### Question... |
Below is an context that describes a sql 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 (venue VARCHAR, date VARCHAR)
### Question:
Which venue has a Date of 20,21,22,23,24 november 1998?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_96 (crowd INTEGER, home_team VARCHAR)
### Question:
What is the largest crowd for a Home team of carlton... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27293285_2 (lost VARCHAR, bonus_points VARCHAR, won VARCHAR)
### Question:
How many losses did the club 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_18 (away_team VARCHAR, tie_no VARCHAR)
### Question:
What is the away team at the game with a Tie no 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_59 (goals VARCHAR, player VARCHAR)
### Question:
What are the goals of Mile Sterjovski as a player?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_69 (coverage__transmitter_site_ VARCHAR, power__kw_ VARCHAR, callsign VARCHAR)
### Question:
What is Cov... |
Below is an context that describes a sql 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, opponent VARCHAR)
### Question:
What is the Date of the match against Guillermo Olaso?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_72 (category VARCHAR, award VARCHAR)
### Question:
What is the category for the premios lo nuestro award... |
Below is an context that describes a sql 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 (silver INTEGER, event VARCHAR, bronze VARCHAR)
### Question:
what is the most silver when the event ... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
Which 1991 has an A 1993 ?
### Answer:
SELECT 1991 FROM table_name_77 WHER... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_6 (erp__analog__digital_ VARCHAR, transmitter_location VARCHAR)
### Question:
What is the ERP for the Mo... |
Below is an context that describes a sql 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 (higgins VARCHAR, davis VARCHAR)
### Question:
What is the Higgins with a Davis that is 9%?
### 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_25461827_2 (height__ft_ VARCHAR, country VARCHAR)
### Question:
What is the height associated with Paraguay?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26139405_1 (writer VARCHAR, episode__number VARCHAR)
### Question:
Who wrote episode 26 in the series?
### 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 races (name VARCHAR, YEAR INTEGER)
### Question:
Find the distinct names of all races held between 2014 and 2017?
#... |
Below is an context that describes a sql 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 (round INTEGER, opponent VARCHAR, location VARCHAR)
### Question:
Which is the lowest Round with the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24222929_2 (title VARCHAR, production_code VARCHAR)
### Question:
Name the total number of titles for 3x5655
... |
Below is an context that describes a sql 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 (week VARCHAR, result VARCHAR)
### Question:
What is the Week of the game with a Result of w 48–20?
#... |
Below is an context that describes a sql 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 (high_rebounds VARCHAR, date VARCHAR)
### Question:
Who had the most rebounds on January 3?
### 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_92 (matches VARCHAR, strike_rate VARCHAR)
### Question:
Can you tell me the sum of 100s that has the Mat... |
Below is an context that describes a sql 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 (total INTEGER, silver INTEGER)
### Question:
How many total medals does a country with more than 1 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 (Id VARCHAR)
### Question:
What is the 2012 value with a 1.3 in 2010 and a 3.6 in 2008?
### 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_30 (score VARCHAR, date VARCHAR)
### Question:
WHich Score has a Date on november 11?
### 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_13498403_1 (trainer VARCHAR, jockey VARCHAR)
### Question:
how many people work with N Rawiller
### 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_20424140_3 (couple VARCHAR, average VARCHAR)
### Question:
How many couples have an average of 25.3?
### 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_76 (website VARCHAR, founded VARCHAR)
### Question:
Which website has 1921 as the year founded?
### 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_19 (date INTEGER, works_number VARCHAR, builder VARCHAR, number VARCHAR)
### Question:
Which Date has 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_23248869_6 (high_assists VARCHAR, team VARCHAR)
### Question:
Who did the high assists in the game against Po... |
Below is an context that describes a sql 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 (club_source_ VARCHAR, i_ VARCHAR, name VARCHAR)
### Question:
What is Club Source [I ], when Name 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_32 (whenbuilt VARCHAR, name VARCHAR)
### Question:
When was moray firth built?
### Answer:
SELECT whenbu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (rank INTEGER, heat VARCHAR, nationality VARCHAR, lane VARCHAR)
### Question:
What rank is from Japan... |
Below is an context that describes a sql 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 (transfer_window VARCHAR, status VARCHAR, country VARCHAR)
### Question:
What is the transfer window ... |
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR)
### Question:
When was the game at the North Shore Events Centre?
### 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_72 (type VARCHAR, date VARCHAR, condition VARCHAR)
### Question:
What is the Type of castle from the 14t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23284271_11 (high_rebounds VARCHAR, location_attendance VARCHAR)
### Question:
Name the high rebounds for ame... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_72 (played INTEGER, position VARCHAR, drawn VARCHAR)
### Question:
How much Played has a Position of 7, ... |
Below is an context that describes a sql 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 (record VARCHAR, december VARCHAR, score VARCHAR)
### Question:
Which Record has a December smaller 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 (venue VARCHAR, year VARCHAR, notes VARCHAR)
### Question:
What venue hosted in 2005 and had a Notes ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_20 (outcome VARCHAR, score VARCHAR)
### Question:
Which Outcome has a Score of 6–2, 6–2?
### 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_42 (rank VARCHAR, director_s_ VARCHAR)
### Question:
What Rank is the Director(s) of satoko okita?
### 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_10335_1 (estimated_deaths VARCHAR, operational VARCHAR)
### Question:
what's the estimated deaths with operat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1952065_4 (division_championships INTEGER, playoff_berths VARCHAR)
### Question:
What is the highest number o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2679061_2 (nhl_team VARCHAR, college_junior_club_team VARCHAR, position VARCHAR)
### Question:
What is the nh... |
Below is an context that describes a sql 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 (meet VARCHAR, event VARCHAR)
### Question:
What meet had a 400m individual medley meet?
### 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_10 (decision VARCHAR, record VARCHAR)
### Question:
For the game ending with a record of 31-43-2, what 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_14253123_1 (zip_code_prefix_es_ VARCHAR, _percentage_of_boundary_by_water VARCHAR)
### Question:
When the % 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 countries (CountryName VARCHAR, countryId VARCHAR); CREATE TABLE countries (CountryName VARCHAR); CREATE TABLE CAR_... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE university (enrollment INTEGER, founded INTEGER)
### Question:
What are the average enrollment size of the universi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341604_10 (candidates VARCHAR, result VARCHAR)
### Question:
how many candidates with result being new seat... |
Below is an context that describes a sql 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 (opponent VARCHAR, attendance VARCHAR)
### Question:
Who was the opponent when the attendance was 31,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22904752_1 (original_air_date VARCHAR, written_by VARCHAR)
### Question:
When is the original air date writte... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2668264_22 (party VARCHAR, incumbent VARCHAR)
### Question:
What party does joel r. poinsett represent?
### A... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_80 (avg_finish INTEGER, poles INTEGER)
### Question:
What is the sum of value for average finish with po... |
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR, grid VARCHAR)
### Question:
What is the average Lap of damon hill, 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_21 (rank VARCHAR, lane VARCHAR)
### Question:
What is the rank # of the swimmer in Lane 5?
### 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_1496582_1 (gdp_millions_of_usd__2009_ VARCHAR, country___territory VARCHAR)
### Question:
What was the GDP (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_45 (score VARCHAR, player VARCHAR)
### Question:
What is Darren Clarke's total score?
### 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 school (Id VARCHAR)
### Question:
How many schools are there?
### Answer:
SELECT COUNT(*) FROM school |
Below is an context that describes a sql 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 (d_47 VARCHAR, d_41 VARCHAR)
### Question:
Name the D 47 when it has a D 41 of r 36
### 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_88 (nominee VARCHAR, category VARCHAR)
### Question:
Which Nominee has a Category of outstanding musical... |
Below is an context that describes a sql 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 (year VARCHAR, developer VARCHAR)
### Question:
What year did Avatar Reality release a game?
### 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_40 (away_team VARCHAR, home_team VARCHAR)
### Question:
What was home team North Melbourne's opponents 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_11959669_6 (game INTEGER, location_attendance VARCHAR)
### Question:
What is the game that the location atten... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17256857_1 (grid VARCHAR, driver VARCHAR)
### Question:
How many drivers on the grid are called Vitor Meira?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28715942_3 (track_no VARCHAR, track VARCHAR)
### Question:
How many track numbers were called song 2?
### 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_1342451_13 (party VARCHAR, incumbent VARCHAR)
### Question:
What political party for burton e. sweet?
### 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_name_22 (losses INTEGER, draws VARCHAR, against VARCHAR)
### Question:
What is the greatest number of losses ... |
Below is an context that describes a sql 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 (rebounds INTEGER, team VARCHAR, games VARCHAR)
### Question:
What is the sum of Rebounds, when 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_85 (front_row_starts INTEGER, pole_positions VARCHAR, entries VARCHAR)
### Question:
What's the average ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Third_Party_Companies (company_name VARCHAR, company_id VARCHAR); CREATE TABLE Maintenance_Contracts (maintenance_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_25983027_1 (rainfall_by_volume__km_3__year_ VARCHAR, rainfall_by_depth__mm_year_ VARCHAR)
### Question:
In Pa... |
Below is an context that describes a sql 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 (total INTEGER, fa_cup VARCHAR, fa_trophy VARCHAR)
### Question:
What is the average total with 1 FA ... |
Below is an context that describes a sql 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 (catalog VARCHAR, region VARCHAR)
### Question:
What Catalog was released in Germany?
### 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_91 (country VARCHAR, margin_of_victory VARCHAR)
### Question:
Which Country has a Margin of victory of 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_62 (nationality VARCHAR, player VARCHAR)
### Question:
What is the nationality of Martin Lewis?
### 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_28962227_1 (winner VARCHAR, runners_up VARCHAR)
### Question:
Who won the season for which Brendan Lynch is 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_25042332_22 (preschool__0_5_years_ VARCHAR, tertiary__18_24_years_ VARCHAR)
### Question:
What is the enrollm... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_38 (attendance VARCHAR, opponent VARCHAR)
### Question:
Opponent of Philadelphia eagles had what attenda... |
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR)
### Question:
On what date was the record 19-11?
### Answer:
SELECT da... |
Below is an context that describes a sql 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 (scored INTEGER, competition VARCHAR)
### Question:
What is the highest scored in the 2010 east asian... |
Below is an context that describes a sql 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 (purse__ VARCHAR, location VARCHAR)
### Question:
What was the Purse ($) total for Iowa?
### 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_85 (series VARCHAR, release_date VARCHAR)
### Question:
What is the Series of the Filmography with a Rel... |
Below is an context that describes a sql 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 (partner VARCHAR, opponents_in_the_final VARCHAR)
### Question:
Tell me the partner for opponents 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_28243323_1 (basis_for_team_song VARCHAR, club_name VARCHAR)
### Question:
How many team songs does fremantle ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26842217_16 (broadcast VARCHAR, home_team VARCHAR)
### Question:
On what network was the Kentucky game broad... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13677808_1 (rank VARCHAR, security VARCHAR)
### Question:
What country has a 5.5 mark for security?
### 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 invoices (total INTEGER, customer_id VARCHAR); CREATE TABLE customers (first_name VARCHAR, last_name VARCHAR, id VA... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_80 (to_par VARCHAR, player VARCHAR, country VARCHAR, place VARCHAR)
### Question:
What is To Par, when 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_47 (attendance INTEGER, opponent VARCHAR)
### Question:
What is the highest number in attendance 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_71 (date VARCHAR, opponent VARCHAR)
### Question:
On what Date is the Minnesota Vikings the Opponent?
##... |
Below is an context that describes a sql 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 (event VARCHAR, days_held VARCHAR)
### Question:
What event has unknown as the days held.?
### 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_10 (course VARCHAR, date VARCHAR)
### Question:
What is the course on 1 June?
### Answer:
SELECT course ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.