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_13 (oricon VARCHAR, romaji_title VARCHAR)
### Question:
How many oricon's have a romaji title of rakuen ... |
Below is an context that describes a sql 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 (film_title_used_in_nomination VARCHAR, actor_actress VARCHAR, category VARCHAR)
### Question:
What w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE GRAPES (Grape VARCHAR, Color VARCHAR); CREATE TABLE WINE (Name VARCHAR, Score VARCHAR, Grape VARCHAR)
### Question:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_95 (name VARCHAR, locomotive VARCHAR)
### Question:
What is the name for the locomotive n464?
### 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_1342013_5 (district VARCHAR, incumbent VARCHAR)
### Question:
What district does Harlan Hagen represent?
### ... |
Below is an context that describes a sql 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 (winning_team VARCHAR, losing_team VARCHAR)
### Question:
What is the Winning Team, when Losing 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_28180840_15 (hometown VARCHAR, name_name_of_act VARCHAR)
### Question:
What is the name of the zhou jinsong'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_66 (bronze INTEGER, gold VARCHAR, total VARCHAR, silver VARCHAR)
### Question:
How many bronze medals ha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23214833_1 (team_captain VARCHAR, club VARCHAR)
### Question:
How many different team captains does the club ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR)
### Question:
What is the weight of the bullet used in a 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_1341472_34 (first_elected VARCHAR, district VARCHAR)
### Question:
Name the number of first elected for new y... |
Below is an context that describes a sql 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 (nationality VARCHAR, result VARCHAR)
### Question:
What was the nationality of the athlete with a fi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25355392_2 (january_15_16 VARCHAR, november_3 VARCHAR)
### Question:
What is january 15-16 when november 3 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 addresses (country VARCHAR)
### Question:
How many addresses are there in country USA?
### Answer:
SELECT COUNT(*) ... |
Below is an context that describes a sql 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 (player VARCHAR, hometown VARCHAR)
### Question:
What player's hometown is Washington, IN?
### 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_2 (name VARCHAR, winning_driver VARCHAR)
### Question:
Which Grand Prix did Nello Pagani win?
### 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_36 (date VARCHAR, loss VARCHAR)
### Question:
what date did reuschel (12-3) lose?
### Answer:
SELECT dat... |
Below is an context that describes a sql 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 (binibining_pilipinas_international VARCHAR, binibining_pilipinas_world VARCHAR)
### Question:
Which ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15555661_2 (percentage_of_total_area VARCHAR, percentage_protected VARCHAR)
### Question:
What is the percen... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2311410_1 (series_premiere VARCHAR, season VARCHAR)
### Question:
How many series premieres did the season "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_66 (current_status VARCHAR, livery VARCHAR)
### Question:
What's the Current Status of Livery of the Net... |
Below is an context that describes a sql 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 (team VARCHAR, location VARCHAR)
### Question:
Which team is located in Leicester?
### 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_27155990_1 (category VARCHAR, project_name VARCHAR)
### Question:
What was the category of the project name 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_12962773_5 (player VARCHAR, no VARCHAR)
### Question:
how many player with no being 12
### Answer:
SELECT CO... |
Below is an context that describes a sql 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 (team_2 VARCHAR, team_1 VARCHAR)
### Question:
What is team 2 if Team 1 is Numancia?
### 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_29619494_2 (apocalypstix VARCHAR, denim_demons VARCHAR)
### Question:
List all the places that the Apocalypst... |
Below is an context that describes a sql 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 (performance VARCHAR, season VARCHAR, discipline VARCHAR)
### Question:
What were the performance len... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140113_5 (race_name VARCHAR, circuit VARCHAR)
### Question:
What was the name of the race in Bordeaux?
### 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_148535_2 (hand VARCHAR)
### Question:
Name the least 2 credits for flush
### Answer:
SELECT MIN(2 AS _credits... |
Below is an context that describes a sql 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 (crowd VARCHAR, round VARCHAR)
### Question:
What was the attendance at Round 9?
### Answer:
SELECT 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_11044765_1 (location VARCHAR, mascot VARCHAR)
### Question:
What city and state is the Lancers mascot located... |
Below is an context that describes a sql 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 (result VARCHAR, competition VARCHAR)
### Question:
What was the result of the 1948 og competition?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24561550_1 (record VARCHAR, wildcats_points VARCHAR)
### Question:
List the record from the game where Wildca... |
Below is an context that describes a sql 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 (work VARCHAR, category VARCHAR)
### Question:
What was nominated for the Best Movie category?
### 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_96 (apps INTEGER, goals VARCHAR, rank VARCHAR)
### Question:
How many apps when the rank was after 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_name_51 (tns_sofres_6_2_09 VARCHAR, ipsos_6_3_09 VARCHAR)
### Question:
What's the TNS-Sofres when Ipsos was ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_79 (number INTEGER, home_club VARCHAR, year_end VARCHAR)
### Question:
Which Number has a Home Club of b... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_86 (wins INTEGER, earnings___$__ VARCHAR)
### Question:
Name the most wins for earnings of 130,002
### 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 body_builder (Clean_Jerk VARCHAR, Total VARCHAR)
### Question:
What are the clean and jerk score of the body builde... |
Below is an context that describes a sql 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 (year_born__age_ VARCHAR, height VARCHAR, current_club VARCHAR)
### Question:
What is the Year born (... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE courses (course_name VARCHAR)
### Question:
List the names of courses in alphabetical order?
### 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_247955_2 (to_par VARCHAR, runner_s__up VARCHAR)
### Question:
What is the total number of to par when runner-... |
Below is an context that describes a sql 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 (round VARCHAR, year INTEGER)
### Question:
What is the round for a year earlier than 1987?
### 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 hall_of_fame (yearid VARCHAR)
### Question:
How many players enter hall of fame each year?
### Answer:
SELECT yeari... |
Below is an context that describes a sql 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 (average INTEGER, state VARCHAR, interview VARCHAR)
### Question:
What is the Average for South Carol... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (no_8 VARCHAR, no_1 VARCHAR, no_4 VARCHAR)
### Question:
Who was No. 8 when No. 1 Michael and No. 4 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_5 (race VARCHAR, margin VARCHAR)
### Question:
Which race has a Margin of 8?
### Answer:
SELECT race 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_97 (Id VARCHAR)
### Question:
What shows for 2010 when 2007 is a and 2004 is 2r?
### Answer:
SELECT 2010... |
Below is an context that describes a sql 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 (nationality VARCHAR, name VARCHAR)
### Question:
What is the nationality of the HMS Cheshire?
### 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_2387790_2 (position VARCHAR, year VARCHAR)
### Question:
What position did he finish in 1987?
### 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_85 (away_team VARCHAR, venue VARCHAR)
### Question:
Who is the away side at corio oval?
### 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_12 (score_in_the_final VARCHAR, outcome VARCHAR, surface VARCHAR)
### Question:
Which Score in the final... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_26 (away_team VARCHAR, venue VARCHAR)
### Question:
What is the away team at corio oval?
### 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_70 (court_rank VARCHAR, courtesy_title VARCHAR)
### Question:
What is the court rank of the person 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_11 (winner VARCHAR, third_place VARCHAR)
### Question:
Who was the winner when the third place was ferna... |
Below is an context that describes a sql 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 (listed VARCHAR, name VARCHAR)
### Question:
When was the oakachoy covered bridge listed?
### 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_25764073_3 (director_s_ VARCHAR, writer_s_ VARCHAR)
### Question:
Name the directors for peter gawler
### 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_21 (attendance INTEGER, points VARCHAR, arena VARCHAR)
### Question:
What was the lowest Attendance for ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_20 (tie_no VARCHAR, home_team VARCHAR)
### Question:
What was the Tie no when the Home team was Ramsgate... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_16 (team VARCHAR, points VARCHAR, laps VARCHAR, grid VARCHAR)
### Question:
Which Team has Laps smaller ... |
Below is an context that describes a sql 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 (school VARCHAR, enrollment VARCHAR, mascot VARCHAR)
### Question:
What's the school that has an enro... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_65 (ends INTEGER, goals INTEGER)
### Question:
Add up all the Ends columns that have goals smaller than ... |
Below is an context that describes a sql 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 (position VARCHAR, notes VARCHAR, year VARCHAR)
### Question:
What position had notes of 20km and a y... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21422977_1 (coalition_parties VARCHAR, nº VARCHAR)
### Question:
When nº is 3, what are all the coaliton part... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_5 (round VARCHAR, position VARCHAR)
### Question:
Which Round was F picked?
### Answer:
SELECT round 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_51 (apps INTEGER, team VARCHAR, level VARCHAR)
### Question:
What is the average Apps for the team Kaira... |
Below is an context that describes a sql 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 (tied VARCHAR)
### Question:
What venue had a tie?
### Answer:
SELECT tied FROM table_name_84 WHERE "... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_11 (date VARCHAR, result VARCHAR)
### Question:
Which Date has a Result of 3–4?
### Answer:
SELECT 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_65 (international_tourism_expenditure__2012_ VARCHAR, international_tourism_expenditure__2011_ 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_16907214_1 (paperback VARCHAR, title VARCHAR)
### Question:
What is the ISBN of "Dead as a Doornail?
### Answ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_43 (_number_of_lanes VARCHAR, street VARCHAR)
### Question:
What is the # of lanes on 20th street?
### 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_96 (player VARCHAR, original_nfl_team VARCHAR)
### Question:
What player's original team are the Oakland... |
Below is an context that describes a sql 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 (gold VARCHAR, year VARCHAR, notes VARCHAR)
### Question:
Who won Gold later than 2004 with Notes 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_16025095_1 (attendance INTEGER, date VARCHAR)
### Question:
What was the minimum crowd on January 24, 1987?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22514845_5 (reporters VARCHAR, s_analyst VARCHAR)
### Question:
Name the reporters for howard cosell
### Answ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_23 (clock_multiplier VARCHAR, model_number VARCHAR)
### Question:
Which Clock Multiplier has a Model Num... |
Below is an context that describes a sql 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 (age_as_of_1_february_2014 VARCHAR, province_or_country_of_birth VARCHAR)
### Question:
What is the 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_71 (serial_no VARCHAR, engine_no VARCHAR, colour VARCHAR, pilot_car_no VARCHAR)
### Question:
What is th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (laps VARCHAR, grid VARCHAR)
### Question:
How many laps for grid 12?
### Answer:
SELECT laps 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_34 (games VARCHAR, goals_for VARCHAR)
### Question:
How many games were recorded with Goals for number o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22546460_4 (best_female_artist VARCHAR, best_male_artist VARCHAR)
### Question:
What won the Best Female Arti... |
Below is an context that describes a sql 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 (team VARCHAR, driver VARCHAR)
### Question:
what is the team when the driver is viktor jensen?
### 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_47 (silver INTEGER, gold INTEGER)
### Question:
What is the average Silver, when Gold is less than 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_11 (number VARCHAR, language VARCHAR)
### Question:
What is the number of the belarusian language?
### 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_12828723_5 (won VARCHAR, tries_against VARCHAR)
### Question:
What was the amount won with tries against at 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 table_name_33 (home VARCHAR, date VARCHAR)
### Question:
What is the Home on december 10?
### Answer:
SELECT home 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_21824695_8 (lowest VARCHAR, stadium VARCHAR)
### Question:
What is the lowest when pohang steelyard is the st... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27733909_7 (high_rebounds VARCHAR, date VARCHAR)
### Question:
Name the number of high rebounds for january 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 table_name_64 (deaths VARCHAR, storm_name VARCHAR)
### Question:
How many deaths occurred during Darby?
### 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_26 (player VARCHAR, draft VARCHAR, pick VARCHAR)
### Question:
Who is the player in the 2008 draft 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_26669939_1 (no_of_athletes VARCHAR, edition VARCHAR)
### Question:
What was the number of athletes for the 7t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14407512_24 (overall_nt_points VARCHAR, points VARCHAR)
### Question:
Name the number of overall nt points 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_95 (set_3 VARCHAR, total VARCHAR)
### Question:
What is the set 3 when the total is 78–92?
### 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_29619494_2 (season VARCHAR, apocalypstix VARCHAR)
### Question:
How many seasons did Apocalypstix place 2nd?
... |
Below is an context that describes a sql 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 (builder VARCHAR, number VARCHAR)
### Question:
Name the builder for number 3
### Answer:
SELECT buil... |
Below is an context that describes a sql 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 (nationality VARCHAR, player VARCHAR)
### Question:
Which Nationality has a Player of larry wright?
#... |
Below is an context that describes a sql 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 (attempts INTEGER, net_yards VARCHAR, touchdowns VARCHAR)
### Question:
What are the highest attempts... |
Below is an context that describes a sql 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 (place INTEGER, points VARCHAR, draw VARCHAR)
### Question:
What was the average place for the song t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_6 (bronze VARCHAR, location VARCHAR, year VARCHAR)
### Question:
What is listed for the Bronze, with the... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1620397_2 (series_sorted VARCHAR, released VARCHAR)
### Question:
Name the total number of series sorted for ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.