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_17382360_7 (score VARCHAR, team VARCHAR)
### Question:
what is the score in february 12 of the boston celtics... |
Below is an context that describes a sql 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 (frequency_mhz VARCHAR, erp_w VARCHAR, class VARCHAR, call_sign VARCHAR)
### Question:
Name the total... |
Below is an context that describes a sql 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 (stadium VARCHAR, year INTEGER)
### Question:
What was the stadium past 2012?
### Answer:
SELECT stad... |
Below is an context that describes a sql 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 (rank INTEGER, taijiquan VARCHAR, total VARCHAR)
### Question:
What is the highest rank of the athlet... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
WHAT IS THE SCORE OF MARCH 28?
### Answer:
SELECT score 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_59 (administrative_panel VARCHAR, nominated_by_the_taoiseach VARCHAR, labour_panel VARCHAR, total 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_27 (teams VARCHAR, home VARCHAR, season VARCHAR)
### Question:
What teams has a home of 1-0, in the seas... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13759592_1 (founded VARCHAR, high_school VARCHAR)
### Question:
What year was Skyline High School founded?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26032940_2 (movie_title_and_year VARCHAR, main_cast VARCHAR)
### Question:
What movie did dana wynter , mel 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_59 (week VARCHAR, attendance VARCHAR)
### Question:
In What Week was the Attendance 75,866?
### 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_6 (played INTEGER, position VARCHAR, goals_against VARCHAR)
### Question:
Which lowest played has a Posi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_series VARCHAR)
### Question:
What is the production code for episo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_78 (date VARCHAR, surface VARCHAR, opponent VARCHAR)
### Question:
On what date did Jesse Levine play on... |
Below is an context that describes a sql 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 (wins INTEGER, cuts_made VARCHAR, top_10 VARCHAR)
### Question:
What is the average wins with 5 cuts ... |
Below is an context that describes a sql 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 (time___mt__ VARCHAR, opponent VARCHAR, date VARCHAR)
### Question:
What is the (MT) time which has k... |
Below is an context that describes a sql 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 (frequency VARCHAR, format VARCHAR)
### Question:
What is the frequency for the active rock format?
#... |
Below is an context that describes a sql 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 (time VARCHAR, opponent VARCHAR)
### Question:
What was the time for the event in which Tony Mendoza ... |
Below is an context that describes a sql 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 (date VARCHAR, result VARCHAR)
### Question:
Which Date has a Result of l 14–13?
### Answer:
SELECT d... |
Below is an context that describes a sql 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 (silver INTEGER, gold VARCHAR, overall VARCHAR, team VARCHAR)
### Question:
what is the least silver 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_16796625_1 (land_area__hectares_ VARCHAR, urban_area__locality_ VARCHAR)
### Question:
How many hectares of 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_11236195_5 (season VARCHAR, winningteam VARCHAR)
### Question:
How many seasons did the canterbury bulldogs (... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE customer_contact_channels (channel_code VARCHAR, contact_number VARCHAR, active_to_date VARCHAR, active_from_date 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_34 (per_capita_income VARCHAR, median_household_income VARCHAR)
### Question:
What's the $51,914 median ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12592074_1 (laid_down INTEGER)
### Question:
What is the minimum laid down?
### Answer:
SELECT MIN(laid_down)... |
Below is an context that describes a sql 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 (coaster_name VARCHAR, year_opened VARCHAR, track VARCHAR)
### Question:
What is the coaster name 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 (silver INTEGER, nation VARCHAR, gold VARCHAR)
### Question:
HOW MANY SILVER METALS DOES SOUTH KOREA ... |
Below is an context that describes a sql 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 (player VARCHAR, years_of_nba_experience_ VARCHAR, a_ VARCHAR)
### Question:
Who is the player with 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_91 (win__percentage INTEGER, span VARCHAR, lost VARCHAR)
### Question:
What is the Win % in the Span 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_33 (hometown VARCHAR, college VARCHAR)
### Question:
What is the hometown of the player who went to coll... |
Below is an context that describes a 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_6 (nfl_team VARCHAR, pick__number VARCHAR)
### Question:
Name the nfl team for pick number 151
### 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_63 (rank VARCHAR, year VARCHAR)
### Question:
What is rank of the year 1956?
### Answer:
SELECT rank 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_22 (name VARCHAR, state VARCHAR)
### Question:
What was the name when the state was wey?
### 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_47 (affiliation VARCHAR, nickname VARCHAR)
### Question:
Which Affiliation has a Nickname of cougars?
##... |
Below is an context that describes a sql 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 (total VARCHAR, e_score VARCHAR, a_score VARCHAR)
### Question:
What was the total score when the E 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_92 (pick INTEGER, player VARCHAR)
### Question:
When was terry cook picked?
### Answer:
SELECT AVG(pick)... |
Below is an context that describes a sql 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 (genre VARCHAR, station VARCHAR)
### Question:
What is the genre of the BBC World Service?
### 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_4 (Id VARCHAR)
### Question:
What is the 2009 average when the 2007 average is more than 0,18?
### 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_7 (total VARCHAR, finish VARCHAR)
### Question:
Name the total number of total with finish of t45
### 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_25 (founded VARCHAR, city VARCHAR, capacity VARCHAR)
### Question:
How many foundeds have sousse as 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_51 (format VARCHAR, catalog VARCHAR)
### Question:
What was the format for catalog 660-51-015?
### 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 WINE (Price INTEGER, Appelation VARCHAR); CREATE TABLE APPELLATIONS (Appelation VARCHAR, County VARCHAR)
### Questi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_27 (away_team VARCHAR, tie_no VARCHAR)
### Question:
In Tie #19, what was the name of the away 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_3 (home_team VARCHAR, date VARCHAR)
### Question:
Which Home Team is on june 12?
### Answer:
SELECT home... |
Below is an context that describes a sql 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 (ht VARCHAR, venue VARCHAR)
### Question:
What was the HT for the game at Stadio Luigi Ferraris?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28846752_9 (matches INTEGER, bbi VARCHAR)
### Question:
What the number of matches when the BBI is 3/27?
### ... |
Below is an context that describes a sql 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 (closed VARCHAR, name VARCHAR)
### Question:
What year did the Caphouse Colliery railway close?
### 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_88 (name VARCHAR, champion VARCHAR)
### Question:
What's the name when Henrik Sundström was champion?
##... |
Below is an context that describes a sql 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 (height_metres___ft VARCHAR, town VARCHAR)
### Question:
What is the height in Rouen?
### 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_64 (high_assists VARCHAR, high_points VARCHAR)
### Question:
What is High Assists, when High Points 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_62 (d_45_√ VARCHAR, d_41_√ VARCHAR)
### Question:
Name the D 45 √ when it has D 41√ of r 20
### 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_44 (draws INTEGER, wins INTEGER)
### Question:
What draws are the lowest when wins are larger than 18?
#... |
Below is an context that describes a sql 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 (away_team VARCHAR)
### Question:
What is the away team score for South Melbourne?
### 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_52 (score VARCHAR, date VARCHAR, home VARCHAR, decision VARCHAR)
### Question:
What was the score on Dec... |
Below is an context that describes a sql 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 (episodes VARCHAR, season_no VARCHAR)
### Question:
How may episodes did season 1 have?
### 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_69 (chassis VARCHAR, entrant VARCHAR, start VARCHAR)
### Question:
What chassis has patrick racing as 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 product_suppliers (product_id VARCHAR, total_amount_purchased VARCHAR)
### Question:
What are the ids of the top 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_97 (attendance VARCHAR, final VARCHAR)
### Question:
What was the attendance for the final quarter (1)?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_83 (country VARCHAR, team VARCHAR)
### Question:
What country is Relax-Gam from?
### Answer:
SELECT coun... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1979619_3 (district INTEGER, residence VARCHAR)
### Question:
Name the district for newtown square
### 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_21 (measurement VARCHAR, estimated_function__percentage INTEGER)
### Question:
What is the measurement 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_84 (round INTEGER, position VARCHAR, pick VARCHAR)
### Question:
What is the lowest round for the 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_8 (source VARCHAR, date VARCHAR, race_winners VARCHAR, gp_winner VARCHAR)
### Question:
What source has ... |
Below is an context that describes a sql 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 (commodity VARCHAR)
### Question:
What is the 2005-05 production for milk?
### Answer:
SELECT 2004 AS... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_35 (date_released VARCHAR, left_bloc VARCHAR)
### Question:
What is the date released when the Left Bloc... |
Below is an context that describes a sql 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 (laps INTEGER, qual VARCHAR)
### Question:
What is the lowest lap with a 145.926 qual?
### 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_46 (sport VARCHAR, club VARCHAR)
### Question:
What sport is the cb estudiantes club in?
### 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_189598_7 (population__2011_ VARCHAR, change___percentage_ VARCHAR)
### Question:
When 4.5 is the percentage 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_68 (chart VARCHAR, peak_position VARCHAR)
### Question:
Which Chart has a Peak Position of 1?
### Answer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2112220_6 (tournaments_played INTEGER, year VARCHAR)
### Question:
Name the tournaments played for 2004
### 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_2167226_3 (to_par VARCHAR, winning_score VARCHAR)
### Question:
What is the to par with the winning score 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_28 (date VARCHAR, away_team VARCHAR)
### Question:
What date was Richmond the away team?
### 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_17289224_1 (team_name VARCHAR, season VARCHAR)
### Question:
Which team started 2010?
### Answer:
SELECT 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_24 (decision VARCHAR, date VARCHAR)
### Question:
What is the decision of the game on January 13?
### 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_1341577_10 (incumbent VARCHAR, district VARCHAR)
### Question:
what's incumbent with district being florida 5... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE affiliated_with (physician VARCHAR, department VARCHAR); CREATE TABLE department (DepartmentID VARCHAR, name 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_42 (drawn INTEGER, first_game VARCHAR, played VARCHAR)
### Question:
What is the total number of drawn 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_17 (date VARCHAR, home_away VARCHAR, opponent VARCHAR)
### Question:
On what date were the opponents 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_88 (player VARCHAR, round VARCHAR, position VARCHAR)
### Question:
Which player is in position center 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_50 (winner VARCHAR, prize VARCHAR)
### Question:
Who is the winner of the prize of £200,000 as listed?
#... |
Below is an context that describes a sql 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 (title VARCHAR, name VARCHAR)
### Question:
What was Mu's title?
### Answer:
SELECT title FROM table_n... |
Below is an context that describes a sql 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 (attendance VARCHAR, result VARCHAR)
### Question:
What was the Attendance when the Result was L 31–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_18333678_2 (departure VARCHAR, arrival VARCHAR, going_to VARCHAR)
### Question:
when does the train arriving ... |
Below is an context that describes a sql 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 (year_in_novel VARCHAR, published_as_serial VARCHAR)
### Question:
Which year in novel has a Publishe... |
Below is an context that describes a sql 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 (internet_explorer VARCHAR, chrome VARCHAR)
### Question:
What internet explorer has 29.07% for 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_71 (date VARCHAR, loss VARCHAR)
### Question:
Loss of francis (4–10) happened on what date?
### Answer:
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (city VARCHAR, type_of_game VARCHAR, opponent VARCHAR)
### Question:
what city has a game of friendly... |
Below is an context that describes a sql 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 (lead VARCHAR, team VARCHAR, skip VARCHAR)
### Question:
Who is the lead on the Europe team that has ... |
Below is an context that describes a sql 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 (opponent_in_the_final VARCHAR, date VARCHAR)
### Question:
Who was the opponent on May 8, 2006?
### ... |
Below is an context that describes a sql 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 (total INTEGER, e_score VARCHAR, t_score VARCHAR)
### Question:
How large was the total when the E Sc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_56 (tier INTEGER, postseason VARCHAR, season VARCHAR)
### Question:
What is the average Tier when the 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_1289762_1 (s_spoilt_vote INTEGER, constituency VARCHAR)
### Question:
List the smallest possible spoilt vote ... |
Below is an context that describes a sql 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 (alternate VARCHAR, nation VARCHAR)
### Question:
Who was Switzerland's alternate?
### 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_7 (team VARCHAR)
### Question:
Who is the 2008 head coach of UCLA?
### Answer:
SELECT 2008 AS _head_coac... |
Below is an context that describes a sql 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 (crowd INTEGER, away_team VARCHAR)
### Question:
What is the highest crowd with north melbourne as aw... |
Below is an context that describes a sql 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 (week INTEGER, attendance VARCHAR)
### Question:
How many weeks was there an attendance of 74,347?
##... |
Below is an context that describes a sql 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 (visitor VARCHAR, date VARCHAR)
### Question:
what visitor came on november 27
### Answer:
SELECT vis... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27218002_2 (originalairdate VARCHAR, ratings VARCHAR)
### Question:
What date did the epiode that had 1.37 mi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE visitor (name VARCHAR, age VARCHAR, id VARCHAR); CREATE TABLE visit (visitor_id VARCHAR, num_of_ticket VARCHAR)
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (position VARCHAR, pick INTEGER)
### Question:
What was the position of the player picked at 243?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_27 (attendance VARCHAR, result VARCHAR)
### Question:
How many spectators attended the game that ended i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.