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_19 (dates_administered VARCHAR, poll_source VARCHAR, lead_margin VARCHAR)
### Question:
What was the 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_31 (league VARCHAR, sport VARCHAR, club VARCHAR)
### Question:
Which league is for baseball with Laredo ... |
Below is an context that describes a sql 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 (gold INTEGER, total VARCHAR)
### Question:
What is the smallest number of gold medals a country 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_68 (kickoff_ VARCHAR, a_ VARCHAR, date VARCHAR)
### Question:
What time was the kickoff on September 15,... |
Below is an context that describes a sql 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 (year VARCHAR, league_position VARCHAR)
### Question:
What year had a league position of 8/12?
### 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 track (name VARCHAR, track_id VARCHAR); CREATE TABLE race (track_id VARCHAR)
### Question:
Show the name of track 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_95 (attendance INTEGER, week VARCHAR)
### Question:
What was the Attendance on Week 8?
### 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_12 (visiting_team VARCHAR, final_score VARCHAR)
### Question:
Which visiting team had a final score of 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_12 (conmebol_1994 VARCHAR, team VARCHAR, supercopa_1994 VARCHAR, recopa_1994 VARCHAR)
### Question:
Whic... |
Below is an context that describes a sql 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 (attendance VARCHAR, record VARCHAR)
### Question:
When the record was 4-4, how many people attended?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1670921_1 (batting_partners VARCHAR, season VARCHAR)
### Question:
Who are the batting partners for the 1997 ... |
Below is an context that describes a sql 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 (class VARCHAR, type VARCHAR)
### Question:
What is the class of the locomotive with a 0-4-0st type?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11642945_1 (viewers VARCHAR, director VARCHAR)
### Question:
Which viewers had Matt Gallagher as the director... |
Below is an context that describes a sql 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 (tenure VARCHAR, name VARCHAR)
### Question:
What is Gary David Saunders' Tenure?
### 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_34 (poll_year VARCHAR, third VARCHAR)
### Question:
WHAT IS THE POLL YEAR WITH A THIRD OF THE TING TINGS... |
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR)
### Question:
What is the average number of laps when Gerhard Berger 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_18 (goals INTEGER, name VARCHAR, caps VARCHAR)
### Question:
Name of gilmar, and a Caps smaller than 94 ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27722734_10 (location_attendance VARCHAR, team VARCHAR)
### Question:
what was the location for charlotte?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341423_21 (district VARCHAR, incumbent VARCHAR)
### Question:
Which district is Joe Moakley?
### 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_26615633_1 (jewel VARCHAR, media_debut VARCHAR)
### Question:
what is the jewel power when the media debut 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_58 (right_ascension___j2000__ VARCHAR, object_type VARCHAR, ngc_number VARCHAR, constellation 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_30 (time_retired VARCHAR, driver VARCHAR, laps VARCHAR, grid VARCHAR)
### Question:
What is the time/ret... |
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR)
### Question:
Who has the smallest crowd in the Venue of Arden Street ... |
Below is an context that describes a sql 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 (engine_capacity INTEGER, mpg_us_urban VARCHAR, co_2_g_km VARCHAR, manufacturer VARCHAR, mpg_uk_extra... |
Below is an context that describes a sql 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 (points INTEGER, chassis VARCHAR, year VARCHAR)
### Question:
Name the most points for years before 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_18933037_3 (mission_target VARCHAR, cause_of_loss VARCHAR)
### Question:
When hit by sam at 38,500 feet just ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2668387_18 (result VARCHAR, candidates VARCHAR)
### Question:
Name the result for walter jones (dr) 99.0% hen... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE products (price VARCHAR)
### Question:
Compute the number of products with a price larger than or equal to $180.
##... |
Below is an context that describes a sql 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 (release_date VARCHAR, developer_s_ VARCHAR, required_os VARCHAR, type VARCHAR)
### Question:
Which 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_1342013_34 (party VARCHAR, candidates VARCHAR)
### Question:
how many party with candidates being john m. vo... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
What was the value in 2009 when 2005 was A for the Australian Open?... |
Below is an context that describes a sql 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 (distance VARCHAR, date VARCHAR)
### Question:
What was the distance on 24 May?
### 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_28 (rank VARCHAR, season VARCHAR)
### Question:
What rank for season 1?
### Answer:
SELECT rank FROM tab... |
Below is an context that describes a sql 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 (entrant VARCHAR, constructor VARCHAR)
### Question:
What team used the BRM built car?
### Answer:
SE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (tie_no VARCHAR, score VARCHAR)
### Question:
Which Tie has a Score of 5–1?
### Answer:
SELECT tie_no... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_88 (lost INTEGER, drawn VARCHAR, goals_for VARCHAR, points_1 VARCHAR)
### Question:
What is the lowest 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_10 (tag_team VARCHAR, time VARCHAR)
### Question:
Name the Tag Team with a Time of 03:34?
### Answer:
SE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_9 (bats_throws VARCHAR, players VARCHAR)
### Question:
What side does Ryan Overland Bat/Throws 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_1342451_16 (candidates VARCHAR, incumbent VARCHAR)
### Question:
How many candidates were there when Henry Ga... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21234111_6 (scoreboard VARCHAR, total VARCHAR)
### Question:
Name the scoreboard for total being 23.5
### 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 affected_region (name VARCHAR, storm_id VARCHAR); CREATE TABLE storm (name VARCHAR, storm_id 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_60 (years INTEGER, tied VARCHAR, total_games VARCHAR)
### Question:
What is the average number of years ... |
Below is an context that describes a sql 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 (elimination VARCHAR, team VARCHAR)
### Question:
Which Elimination Move is listed at Elimination 8 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_28 (away_team VARCHAR, tie_no VARCHAR)
### Question:
Which away team has a tie number of 3?
### Answer:
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18365784_3 (departure VARCHAR, going_to VARCHAR)
### Question:
What was the departure time of the train going... |
Below is an context that describes a sql 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 (tournament VARCHAR, winner VARCHAR)
### Question:
Which tournament did Thomas Enqvist win?
### 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_61 (phonetic_realisation VARCHAR, without_niqqud VARCHAR)
### Question:
If a variant without niqqud is 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_14181578_1 (goals_for_against VARCHAR, w_l_d VARCHAR)
### Question:
what's the goals for/against with w-l-d 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_26335424_86 (round_of_32 VARCHAR, quarterfinals VARCHAR, event VARCHAR)
### Question:
If the event was bantam... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22879262_7 (date VARCHAR, game VARCHAR)
### Question:
what ist he date of game 29?
### Answer:
SELECT date FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (year VARCHAR, result VARCHAR, location VARCHAR, winner VARCHAR)
### Question:
How many years did 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_75 (wheel_arrangement VARCHAR, year_s__retired VARCHAR)
### Question:
What is the wheel arrangement 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_24099476_8 (edition VARCHAR, opponent VARCHAR)
### Question:
In what edition is Ungur's opponent David Nalban... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_58 (bulls VARCHAR, total_horses VARCHAR, cows VARCHAR, oxen VARCHAR, sheep_and_goats 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_42 (points INTEGER, rank VARCHAR, name VARCHAR)
### Question:
What is the average points value for a ran... |
Below is an context that describes a sql 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 (rating INTEGER, centre VARCHAR)
### Question:
Which Rating has a Centre of helsinki?
### 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 (volume VARCHAR, weeks_on_top VARCHAR, artist VARCHAR)
### Question:
What volume 3 weeks on top for 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_72 (prom__m_ INTEGER, peak VARCHAR)
### Question:
What is the total of Prom in M for Peak great knoutber... |
Below is an context that describes a sql 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 (round VARCHAR, tournament VARCHAR)
### Question:
What is Round, when Tournament is "Paris"?
### 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_11630008_8 (title VARCHAR, production_code VARCHAR)
### Question:
What is the title of the episode with the p... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE building (height_feet INTEGER, floors INTEGER)
### Question:
Show the number of buildings with a height above 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_59 (speed VARCHAR, rank VARCHAR)
### Question:
WHich Speed has a Rank of 2?
### Answer:
SELECT speed 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_64 (poles INTEGER, season VARCHAR, podiums VARCHAR)
### Question:
What is the sum of Poles, when Season ... |
Below is an context that describes a sql 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 (monounsaturated_fat VARCHAR, saturated_fat VARCHAR)
### Question:
What shows for monounsaturated fat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE rankings (ranking_date VARCHAR, tours INTEGER)
### Question:
Find the total number of tours for each ranking 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_53 (declination___j2000__ VARCHAR, constellation VARCHAR, object_type VARCHAR)
### Question:
For the con... |
Below is an context that describes a sql 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 (drawn VARCHAR, points_for VARCHAR, points_against VARCHAR)
### Question:
What drawn has 416 as the p... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_71 (engine VARCHAR, model VARCHAR)
### Question:
Which Engine has a Model of s430?
### Answer:
SELECT en... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_45 (seasons VARCHAR, percentage VARCHAR)
### Question:
Which season has a percentage of 13.56%?
### 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_23670057_5 (player VARCHAR, height__m_ VARCHAR)
### Question:
which players have a height of 2.07m?
### 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_37 (versus VARCHAR, player VARCHAR, venue VARCHAR)
### Question:
What is the Versus with a Player with 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_4 (date VARCHAR, away_team VARCHAR)
### Question:
On which date did Richmond play as an away team?
### 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_50 (extras INTEGER, name VARCHAR, er VARCHAR)
### Question:
What is the lowest Extras for Chamara Kapuge... |
Below is an context that describes a sql 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 (name VARCHAR, score VARCHAR)
### Question:
What is Name, when Score is "101"?
### Answer:
SELECT nam... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22883210_8 (team VARCHAR, date VARCHAR)
### Question:
Who was the opponent in the game held on February 4?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE building (name VARCHAR, height_feet VARCHAR, building_id VARCHAR); CREATE TABLE institution (building_id VARCHAR, 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_38 (result VARCHAR, week VARCHAR)
### Question:
What was the result of week 13?
### Answer:
SELECT resul... |
Below is an context that describes a sql 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 (name VARCHAR, teams VARCHAR)
### Question:
What is the name of the event where Cornell-Penn played?
... |
Below is an context that describes a sql 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 (team VARCHAR, series VARCHAR)
### Question:
WHAT IS THE TEAM WITH astc round 1?
### Answer:
SELECT 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_1137694_3 (grand_prix VARCHAR, winning_constructor VARCHAR)
### Question:
Which Grand Prix was won by a car 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_77 (tournament VARCHAR)
### Question:
Which tournament had a 2009 result of 1R?
### Answer:
SELECT tourn... |
Below is an context that describes a sql 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 (original_title VARCHAR, year VARCHAR)
### Question:
What original title has a year of 1978?
### 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_31 (result VARCHAR, date VARCHAR)
### Question:
What was the result on the 26th?
### Answer:
SELECT resu... |
Below is an context that describes a sql 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 (year VARCHAR, play_by_play VARCHAR)
### Question:
What year was the play-by-play for Don Earle?
### ... |
Below is an context that describes a sql 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 (constructor VARCHAR, year VARCHAR, driver VARCHAR)
### Question:
What was the constructor of the car ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11318462_5 (crew VARCHAR, open_1st_viii VARCHAR, u15_3rd_iv VARCHAR, u15_1st_iv VARCHAR)
### Question:
how ma... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_21 (class_to_1928 VARCHAR, year_s__of_manufacture VARCHAR, class_from_1928 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_name_47 (manner_of_departure VARCHAR, replaced_by VARCHAR)
### Question:
What manner of departure was Dick Ad... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18914438_1 (best VARCHAR, career VARCHAR)
### Question:
What was the Best score during the game played from 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_59 (year VARCHAR, class VARCHAR, stages_won VARCHAR)
### Question:
What year did he compete in the car 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_46 (score_in_the_final VARCHAR, date VARCHAR)
### Question:
What was the final score on the February 19,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_261954_1 (joined INTEGER)
### Question:
What is the least value of joined?
### Answer:
SELECT MIN(joined) 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_99 (area_km² VARCHAR, population VARCHAR)
### Question:
What is the area km² for a population of 99,685 ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15187794_1 (round VARCHAR, circuit VARCHAR)
### Question:
Which round was the circuit Assen
### 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_68 (chassis VARCHAR, points VARCHAR)
### Question:
What chassis recorded 5 points?
### Answer:
SELECT 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_27409644_1 (location VARCHAR, manager VARCHAR)
### Question:
Where is the team that is managed by richard bar... |
Below is an context that describes a sql 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 (manager VARCHAR, club VARCHAR)
### Question:
Who is the manager of the Stenhousemuir club?
### 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_99 (lane INTEGER, athlete VARCHAR, time VARCHAR)
### Question:
What is the greatest lane that David Payn... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11960407_5 (date VARCHAR, game VARCHAR)
### Question:
What is the date of Game 50?
### Answer:
SELECT date FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_15 (venue VARCHAR, against INTEGER)
### Question:
Which venue had an against smaller than 7?
### Answer:... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.