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_19439864_2 (tromsø INTEGER, total VARCHAR)
### Question:
When the total score is 740, what is tromso?
### 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_15327489_1 (wins INTEGER)
### Question:
Name the most wins
### Answer:
SELECT MIN(wins) FROM table_15327489_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_20 (current_code VARCHAR, type VARCHAR, years VARCHAR)
### Question:
What is the current code for the cl... |
Below is an context that describes a sql 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 (area VARCHAR, authority VARCHAR, roll VARCHAR)
### Question:
Where is the school with state authorit... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11961582_10 (team VARCHAR, date VARCHAR)
### Question:
Which team was played on April 20?
### 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_44 (rider VARCHAR, time_retired VARCHAR, laps VARCHAR, grid VARCHAR)
### Question:
Who is the rider with... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (director VARCHAR, rank VARCHAR)
### Question:
Which Director has a Rank of 12?
### Answer:
SELECT di... |
Below is an context that describes a sql 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 (home_team VARCHAR, tie_no VARCHAR)
### Question:
What home team has a tie no of 20?
### 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_49 (bumping_blocking VARCHAR, ankle_tap VARCHAR, steal_intercept_ball VARCHAR)
### Question:
Which bumpi... |
Below is an context that describes a sql 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 (points INTEGER, record VARCHAR, game__number VARCHAR)
### Question:
What is the number of points 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 (manufacture VARCHAR, opened_in VARCHAR, type VARCHAR)
### Question:
Who is the manufacturer of the 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_2328113_1 (population__2011_ INTEGER)
### Question:
What was the minimum population in 2011?
### 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_57 (percentage_democrats VARCHAR, democratic__republican VARCHAR)
### Question:
What is the percentage 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_1566852_6 (interview_subject VARCHAR, centerfold_model VARCHAR)
### Question:
How many total interview subjec... |
Below is an context that describes a sql 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 (league VARCHAR, year VARCHAR)
### Question:
Name the league for 1996
### Answer:
SELECT league FROM ... |
Below is an context that describes a sql 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 (losses INTEGER, club VARCHAR, against VARCHAR)
### Question:
Cobden has more than 1487 against and 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_19439814_1 (members VARCHAR, sold__albums_and_singles_ VARCHAR)
### Question:
How many members were in the gr... |
Below is an context that describes a sql 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, opponent VARCHAR)
### Question:
On what Date was the Opponent Panathinaikos?
### 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_89 (draft INTEGER, pick VARCHAR, round VARCHAR, nationality VARCHAR)
### Question:
What is the highest 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_18 (away_team VARCHAR, home_team VARCHAR)
### Question:
Who was South Melbourne's away opponents?
### 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_9 (club_team VARCHAR, round VARCHAR, position VARCHAR)
### Question:
What Club team with a Round larger ... |
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR, goal VARCHAR)
### Question:
What day is miami the venue with 38 goals?
... |
Below is an context that describes a sql 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 (english_name VARCHAR, abbr VARCHAR)
### Question:
What is the English word that is abbreviated พ.ย.?... |
Below is an context that describes a sql 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 (high_assists VARCHAR, date VARCHAR)
### Question:
who had the high assists on march 30?
### 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_8 (bird_uniform VARCHAR, eagle_riders VARCHAR)
### Question:
What is the bird uniform for Eagle Rider 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 table_12094609_1 (swimsuit VARCHAR, average VARCHAR)
### Question:
what's the swimsuit where average is 8.670
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140119_5 (date VARCHAR, circuit VARCHAR)
### Question:
When was the Albi circuit race driven?
### 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_27622417_1 (no_in_series VARCHAR, prod_code VARCHAR)
### Question:
what is the number of the episode in the 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_14 (vehicles__per_1000__d INTEGER, agri_culture_b INTEGER)
### Question:
Agri culture b larger than 12.6... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
What is the 2007 result when the 2010 result was 2r, at the US Ope... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the sum of 1891(s), when 1872 is less than 685, and when 1881 is 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_name_17 (frequency VARCHAR, order_part_number VARCHAR)
### Question:
What is the frequency of the tmm500dbo22... |
Below is an context that describes a sql 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 (bronze INTEGER, nation VARCHAR, total VARCHAR)
### Question:
What is the highest Bronze, when Nation... |
Below is an context that describes a sql 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 (average_annual VARCHAR)
### Question:
What is the average value for 2005, when the value for 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 table_name_21 (team_2 VARCHAR)
### Question:
What is the 1st leg of Team 2 PSV Eindhoven?
### Answer:
SELECT 1 AS 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_32 (total_passengers__millions__2011_12 INTEGER, annual_entry_exit__millions__2011_12 VARCHAR)
### Quest... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_27 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
### Question:
What is the grid total that has a Ti... |
Below is an context that describes a sql 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 (birthplace VARCHAR, birthdate VARCHAR)
### Question:
Where was the birthplace of the person born 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_10 (date VARCHAR, road_team VARCHAR, game VARCHAR)
### Question:
What is the Date of Game 5 with Road 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_name_47 (week_2 VARCHAR, week_4 VARCHAR)
### Question:
Who was the girl of the week 2 weeks before terri lynn... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2897457_1 (pick__number VARCHAR, position VARCHAR)
### Question:
What draft pick is a goaltender?
### 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 (district VARCHAR, incumbent VARCHAR)
### Question:
Which district has an incumbent of Sanford Bishop... |
Below is an context that describes a sql 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 (directed_by VARCHAR, production_code VARCHAR)
### Question:
tell me the director of the production 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_66 (league_goals VARCHAR, league_cup_goals VARCHAR, scorer VARCHAR)
### Question:
What is the number 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_88 (year INTEGER, points VARCHAR, entrant VARCHAR)
### Question:
What was the earliest year that Scuderi... |
Below is an context that describes a sql 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 (county VARCHAR, median_household_income VARCHAR)
### Question:
Which County has a Median household 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_31 (title VARCHAR, year VARCHAR, platform VARCHAR)
### Question:
Which title has a year prior to 2008 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_89 (outcome VARCHAR, opponent VARCHAR)
### Question:
What is the outcome of the match with Roger Federer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_81 (revenues VARCHAR, courtesy_title VARCHAR)
### Question:
What is the Revenues of Ukyo-Daiyu?
### 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 hosting_city (host_city VARCHAR); CREATE TABLE city (city_id VARCHAR)
### Question:
What are the GDP and population... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_87 (nhl_team VARCHAR, player VARCHAR)
### Question:
I want the NHL team for wade belak
### 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_36 (Id VARCHAR)
### Question:
What is the 2011 entry for the row with a 2007 entry of 558?
### 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_1140119_5 (date VARCHAR, circuit VARCHAR)
### Question:
What date was the Silverstone circuit driven?
### 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_75 (stadium VARCHAR)
### Question:
What is the 2007-08 season at Stadio Silvio Piola?
### 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_8 (Id VARCHAR)
### Question:
what is 2010 when 2009 is w and 2007 is qf?
### Answer:
SELECT 2010 FROM ta... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (round INTEGER, position VARCHAR, overall VARCHAR)
### Question:
What round is highest and has a defe... |
Below is an context that describes a sql 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 (swimsuit INTEGER, average VARCHAR, evening_gown VARCHAR, state VARCHAR)
### Question:
What is the su... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14288212_1 (team VARCHAR, points_for VARCHAR)
### Question:
How many teams scored exactly 38 points
### 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_80 (platform_s_ VARCHAR, genre VARCHAR)
### Question:
What's the platform of the genre RPG?
### 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_47 (work VARCHAR, year VARCHAR, award VARCHAR)
### Question:
Name the work for years before 2007 that wo... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the 2008 for 2009 heartland high tech?
### Answer:
SELECT 2008 FROM... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What was the 2012 result associated with a 2007 finish of 2R and a 2009 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_24521345_1 (conductor VARCHAR, record_label VARCHAR)
### Question:
Who is the conductor on the Multisonic lab... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19417244_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
### Question:
who directed the episode that h... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_82 (method VARCHAR, time VARCHAR)
### Question:
What was the method of the bout lasting 4:15?
### 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_43 (outcome VARCHAR, opponent_in_the_final VARCHAR)
### Question:
Which Outcome has an Opponent in the 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_1341395_33 (candidates VARCHAR, incumbent VARCHAR)
### Question:
Who were the candidates when gregory w. meek... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25938117_1 (winner VARCHAR, tournament VARCHAR)
### Question:
Name the total number of winners for allianz ch... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21977627_1 (entrant VARCHAR, driver VARCHAR)
### Question:
How many entrants was yves giraud-cabantous?
### 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_61 (date VARCHAR, game VARCHAR)
### Question:
What is the date of game 9?
### Answer:
SELECT date FROM 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_2679061_12 (college_junior_club_team VARCHAR, player VARCHAR)
### Question:
Which school did harold duvall at... |
Below is an context that describes a sql 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 (year INTEGER, billboard_200_peak VARCHAR, riaa_sales_certification VARCHAR, title VARCHAR)
### Quest... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (nationality VARCHAR, school_country VARCHAR)
### Question:
What was the nationality of every 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_20 (res VARCHAR, record VARCHAR)
### Question:
What was the resolution of the fight when Nate Mohr's rec... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12562214_1 (notes VARCHAR, date__from_ VARCHAR)
### Question:
what are the notes for date (from) 12 august 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_86 (silver VARCHAR, notes VARCHAR)
### Question:
What is Silver, when Notes is "6.24km, 23controls"?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10710364_2 (sex_ratio__rural_ INTEGER)
### Question:
What is the lowest sex ratio in rural areas?
### 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_23575917_7 (first_broadcast VARCHAR, lees_team VARCHAR)
### Question:
If the lees team is Clare Balding and 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_197446_1 (branch VARCHAR, term_began VARCHAR)
### Question:
What branch was involved when the term began in J... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16776312_3 (opponent VARCHAR, date VARCHAR)
### Question:
Name the opponent for 12 may 2008
### 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_73 (draws INTEGER, losses VARCHAR, wins VARCHAR)
### Question:
What is the draw when the losses were mor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12755786_8 (league INTEGER)
### Question:
what is the least amount in the tournament?
### Answer:
SELECT MIN(... |
Below is an context that describes a sql 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 (date VARCHAR, result VARCHAR)
### Question:
Tell me the date with result of won 1-0
### 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_22 (byes VARCHAR, draws INTEGER)
### Question:
How many byes when the draws are less than 0?
### 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_9 (catalog VARCHAR, date VARCHAR)
### Question:
What is the Catalog with a Date that is march 13, 2002?
... |
Below is an context that describes a sql 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 (bronze INTEGER, nation VARCHAR, silver VARCHAR)
### Question:
Wha is the average number of bronze 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_40 (application_sharing VARCHAR, web_conferencing VARCHAR)
### Question:
What is Application Sharing, wh... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_77 (party VARCHAR, years_in_assembly VARCHAR, name VARCHAR)
### Question:
Which Party has Years in Assem... |
Below is an context that describes a sql 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 (attendance INTEGER, round VARCHAR, venue VARCHAR)
### Question:
What was the lowest attendance in 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_37 (builder VARCHAR, country VARCHAR, ship VARCHAR)
### Question:
Who was the builder of Brage from Norw... |
Below is an context that describes a sql 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 (rank INTEGER, years VARCHAR, apps VARCHAR)
### Question:
What is the sum of rank with years 1996–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_35 (date VARCHAR, against VARCHAR)
### Question:
What was the date when the against was 3?
### 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_54 (season_joined_league VARCHAR, seasons_at_this_level VARCHAR)
### Question:
What is the "season joine... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17971449_2 (population__2011_ VARCHAR, country VARCHAR)
### Question:
Name the population 2011 for luxembourg... |
Below is an context that describes a sql 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 (mult VARCHAR, part_number_s_ VARCHAR, socket VARCHAR, voltage VARCHAR)
### Question:
Socket of fcbga1... |
Below is an context that describes a sql 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 (grid INTEGER, team VARCHAR, laps VARCHAR)
### Question:
What is the average grid number for paul cru... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (date VARCHAR, score VARCHAR)
### Question:
On what date was the score 2–4?
### 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_64 (date VARCHAR, record VARCHAR)
### Question:
What was the date of the game that led to a 4-3 record?
... |
Below is an context that describes a sql 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 (date VARCHAR, result VARCHAR)
### Question:
What Date has a Result of l 21–34?
### 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_47 (competition VARCHAR, year VARCHAR, notes VARCHAR)
### Question:
What competition was held earlier th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.