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_9 (artist VARCHAR, mintage VARCHAR)
### Question:
Which artist has a Mintage of 500?
### 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_72 (total VARCHAR, gold VARCHAR, silver VARCHAR, nation VARCHAR)
### Question:
What is the total number ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_11 (venue VARCHAR, round VARCHAR)
### Question:
What venue was round 20 held at?
### Answer:
SELECT venu... |
Below is an context that describes a sql 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 (opponent VARCHAR, week VARCHAR, attendance VARCHAR)
### Question:
Who was the opponent on the game 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_27712180_7 (high_points VARCHAR, score VARCHAR)
### Question:
Name the high points for w 90–77 (ot)
### 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_72 (record VARCHAR, opponent VARCHAR)
### Question:
What is the record for the opponent St. Louis Cardin... |
Below is an context that describes a sql 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 (crowd INTEGER, home_team VARCHAR)
### Question:
What is the largest crowd with Home team of hawthorn... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_28 (to_par VARCHAR, player VARCHAR, total VARCHAR)
### Question:
What is the total number of To Par, whe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_28 (home_team VARCHAR, ground VARCHAR)
### Question:
When the Ground was Optus Oval, what is the Home te... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341568_6 (incumbent VARCHAR, district VARCHAR)
### Question:
How many incumbents represent district Californ... |
Below is an context that describes a sql 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 (result VARCHAR, team VARCHAR)
### Question:
I want the result for team of giants
### 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_69 (lost INTEGER, difference VARCHAR, drawn VARCHAR)
### Question:
What is the fewest lost with a differ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_33 (years VARCHAR, duration VARCHAR, character VARCHAR)
### Question:
What are the years that have a dur... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR)
### Question:
Which opponent has September 14, 2003 as the date?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_87 (name VARCHAR, team VARCHAR, qual_2 VARCHAR)
### Question:
what name goes along with the team of fors... |
Below is an context that describes a sql 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 (composition VARCHAR, €_equiv VARCHAR)
### Question:
What is the coin with a € equivalency of 0.30 ma... |
Below is an context that describes a sql 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 (airport VARCHAR, city VARCHAR)
### Question:
What airport is in Sabha?
### Answer:
SELECT airport FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_56 (nationality VARCHAR, player VARCHAR)
### Question:
Dave Curry has what Nationality?
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_51 (metres VARCHAR, feet INTEGER)
### Question:
What is the sum of Metres wiht a Feet that's smaller tha... |
Below is an context that describes a sql 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 (venue VARCHAR, year VARCHAR)
### Question:
what is the venue on 21 june 1987?
### Answer:
SELECT ven... |
Below is an context that describes a sql 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 (date_of_birth VARCHAR, player VARCHAR, years_at_club VARCHAR, goals VARCHAR, games VARCHAR)
### Ques... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_70 (founded INTEGER, location VARCHAR)
### Question:
What is the average number of students in East Lans... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23014923_1 (season VARCHAR, primary__south__winners VARCHAR)
### Question:
If the primary (South) winners 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_11 (assists VARCHAR, points VARCHAR)
### Question:
What assists has points of 10?
### Answer:
SELECT ass... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
What is the tournament when 2010 is q2, and 2009 is 1r?
### 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_55 (competition VARCHAR, date VARCHAR)
### Question:
Which competition has a Date of 2007-08-22?
### 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_14650162_1 (pick__number VARCHAR, college VARCHAR)
### Question:
What is the pick number of the player whose ... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the 1880 figure when 1860 is N/A and 1910 is 494?
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27003223_4 (population INTEGER, democratic VARCHAR)
### Question:
What is the lowest population in which 28.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_19 (result VARCHAR, venue VARCHAR)
### Question:
What is the result in fort lauderdale, florida?
### 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_35 (streak VARCHAR, game VARCHAR)
### Question:
Which Streak has a Game of 3?
### Answer:
SELECT streak ... |
Below is an context that describes a sql 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 (goals_for INTEGER, goal_difference VARCHAR, goals_against VARCHAR, club VARCHAR)
### Question:
What ... |
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR)
### Question:
What was the away team that played at Windy Hill?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Addresses (line_1 VARCHAR, address_id VARCHAR); CREATE TABLE Student_Addresses (monthly_rental INTEGER, address_id ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_23 (title VARCHAR, no_in_series INTEGER)
### Question:
What are the titles for episodes prior to episode... |
Below is an context that describes 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 (school VARCHAR, LOCATION VARCHAR, affiliation VARCHAR)
### Question:
List all public schools and their ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23292220_6 (jasons_team VARCHAR, episode VARCHAR)
### Question:
Name all of Jason's teams that appeared on ep... |
Below is an context that describes a sql 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 (country VARCHAR, iata VARCHAR)
### Question:
Which country has an IATA of JFK?
### Answer:
SELECT cou... |
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR, date VARCHAR)
### Question:
What is the score of the friendly 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_67 (tournament VARCHAR)
### Question:
What is the results from 2003 that has a 2012 result of 1r and a 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_58 (in_office VARCHAR, member VARCHAR)
### Question:
What is the office held by member Mark Coulton?
###... |
Below is an context that describes a sql 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 (assembled VARCHAR)
### Question:
Who was the 2nd member of the parliament that was assembled on 3 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_50 (name VARCHAR, term_start VARCHAR, date_of_birth VARCHAR)
### Question:
Which leader born on December... |
Below is an context that describes a sql 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 (scored INTEGER, points VARCHAR, position VARCHAR)
### Question:
How many points are in the scored 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_66 (total VARCHAR, year_s__won VARCHAR)
### Question:
What is the Total for the Player who won in 1936?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Owners (first_name VARCHAR, name VARCHAR); CREATE TABLE Dogs (first_name VARCHAR, name VARCHAR); CREATE TABLE Profe... |
Below is an context that describes a sql 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 (province VARCHAR, capital VARCHAR)
### Question:
Which province has muju as the capital?
### 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 (age__years_ INTEGER, place VARCHAR, performance VARCHAR)
### Question:
What is the highest age (year... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (rank VARCHAR, tenure VARCHAR)
### Question:
What is the Rank of the Character with Tenure of 2011?
##... |
Below is an context that describes a sql 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 (score VARCHAR, place VARCHAR, player VARCHAR)
### Question:
What is T7 Place Player Justin Leonard'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_39 (mutated_from VARCHAR, plant_patent_number VARCHAR)
### Question:
What's the mutated having a patent ... |
Below is an context that describes a sql 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 (opponent VARCHAR, site_stadium VARCHAR)
### Question:
Who was the opponent at Lindsey Nelson Stadium... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12608427_8 (started VARCHAR, name VARCHAR)
### Question:
What date did De Vries start?
### Answer:
SELECT 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 orders (customer_id VARCHAR, order_status VARCHAR); CREATE TABLE customers (customer_details VARCHAR, customer_id V... |
Below is an context that describes a sql 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 (place VARCHAR, country VARCHAR, score VARCHAR)
### Question:
Name the Place of england with a Score l... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR); CREATE TABLE customer_orders (customer_id VARCHAR)
### Ques... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_96 (cerclis_id VARCHAR, county VARCHAR, deleted VARCHAR)
### Question:
What is the CERCLIS ID of the sit... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1220125_4 (name VARCHAR, launched VARCHAR)
### Question:
What is the name for 30 september 1943?
### 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_1 (tied VARCHAR, drawn VARCHAR)
### Question:
Name the tie that has 71 drawn
### Answer:
SELECT tied FRO... |
Below is an context that describes a sql 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 (top_25 VARCHAR, cuts_made VARCHAR, wins VARCHAR)
### Question:
Tell me the total number of top 25 fo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_60 (spectators INTEGER, round VARCHAR)
### Question:
What are the average spectators from the Group H Ro... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (result VARCHAR, date VARCHAR)
### Question:
What is the result on 30 june 1995?
### Answer:
SELECT 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_name_10 (opponent VARCHAR, record VARCHAR)
### Question:
Name the opponent with record of 52-58
### 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_1 (paraguay_scorers VARCHAR, date VARCHAR)
### Question:
Who were the Paraguay scorers on June 15, 2008?... |
Below is an context that describes a sql 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 (player VARCHAR, pick__number VARCHAR, college VARCHAR)
### Question:
Who is the player that attended... |
Below is an context that describes a sql 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 (venue VARCHAR, state VARCHAR)
### Question:
What venue is in the state of Connecticut?
### 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_299121_2 (ranking VARCHAR, season VARCHAR)
### Question:
What was the 2nd's season's ranking?
### 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_24 (round VARCHAR, position VARCHAR, signed VARCHAR)
### Question:
What round drafted was the 1b and a 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_23248869_8 (high_assists VARCHAR, score VARCHAR)
### Question:
Who had the high assists when the score was l ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26375386_16 (judges INTEGER, couple VARCHAR)
### Question:
What was the lowest judge rank for danny and frank... |
Below is an context that describes a sql 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 (loss VARCHAR, attendance VARCHAR)
### Question:
What was the loss of the game that had an attendance... |
Below is an context that describes a sql 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 (class_aA VARCHAR, school_year VARCHAR)
### Question:
What team was class AA in years 1994-95?
### An... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_35 (high_rebounds VARCHAR, date VARCHAR)
### Question:
What were the high rebounds on september 11?
### ... |
Below is an context that describes a sql 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 (game VARCHAR, result VARCHAR)
### Question:
What Game had a Result of 136-112?
### Answer:
SELECT gam... |
Below is an context that describes a sql 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 (attendance INTEGER, week VARCHAR)
### Question:
What's the lowest Attendance for a Week of 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_25391981_20 (weekly_rank VARCHAR, share VARCHAR, original_airdate VARCHAR)
### Question:
What is the weekly r... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12962773_15 (current_club VARCHAR, year_born VARCHAR)
### Question:
Which club had a player born in 1983?
###... |
Below is an context that describes a sql 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 (sales VARCHAR, album_title VARCHAR)
### Question:
How many copies of scouting for girls were sold?
#... |
Below is an context that describes a sql 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 (chassis_code VARCHAR, power VARCHAR, model VARCHAR)
### Question:
What Chassis code has a 200d model... |
Below is an context that describes a sql 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 (name VARCHAR, length VARCHAR, winner VARCHAR)
### Question:
What is the Name of the Special Stage wi... |
Below is an context that describes 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 (Number_products INTEGER)
### Question:
find the minimum and maximum number of products of all stores.
### 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_1601792_4 (site VARCHAR, television_station VARCHAR)
### Question:
What are the site(s) for tv station 8tv?
#... |
Below is an context that describes a sql 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 (draw INTEGER, points VARCHAR, rank VARCHAR)
### Question:
What is the lowest draw number for the son... |
Below is an context that describes a sql 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 (grid VARCHAR, time_retired VARCHAR)
### Question:
What grad has a Time/Retired of + 1:24.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_24912693_4 (field_goals INTEGER, rebounds VARCHAR)
### Question:
How many field goals does the player with 84... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_84 (attendance INTEGER, date VARCHAR)
### Question:
What is the highest attendance on September 14, 1986... |
Below is an context that describes a sql 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 (opponents_in_final VARCHAR, score_in_final VARCHAR)
### Question:
Who were the opponents in the matc... |
Below is an context that describes a sql 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 (deorbit_date VARCHAR, launch_date VARCHAR)
### Question:
When did the ATV that launched on 9 March 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_18621456_22 (legs_lost INTEGER)
### Question:
What is the most legs lost of all?
### Answer:
SELECT MAX(legs_... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11647327_2 (head_of_household VARCHAR, single VARCHAR)
### Question:
What is the range of the head of househo... |
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR)
### Question:
What was the away team score at Brunswick Street Ova... |
Below is an context that describes a sql 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 (goals_against INTEGER, wins VARCHAR, goals_for VARCHAR)
### Question:
Which highest 'goals 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 Manufacturers (name VARCHAR, code VARCHAR); CREATE TABLE products (Name VARCHAR, Price INTEGER, manufacturer VARCHA... |
Below is an context that describes a sql 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 (points VARCHAR, chassis VARCHAR, year VARCHAR)
### Question:
What is the number of points when there... |
Below is an context that describes a sql 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 (apparent_magnitude VARCHAR, ngc_number VARCHAR)
### Question:
what is the apparent magnitude of NGC ... |
Below is an context that describes a sql 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 (rowers VARCHAR, notes VARCHAR, time VARCHAR)
### Question:
Who were the rowers when notes were sa/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_21313498_1 (title VARCHAR, production_code VARCHAR)
### Question:
what is the name of the episode which 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_50 (home VARCHAR, record VARCHAR)
### Question:
Who was the home team in the game with a record of 2-4?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_70 (date VARCHAR, record VARCHAR)
### Question:
Record of 92–70 had what date?
### Answer:
SELECT date 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_54 (year VARCHAR, stages VARCHAR)
### Question:
What year was stage 8 reached?
### Answer:
SELECT year F... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.