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_18 (pos VARCHAR, date_to VARCHAR, name VARCHAR)
### Question:
What is Pos., when Date To is "30 June 200... |
Below is an context that describes a sql 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 (ratt VARCHAR, year VARCHAR)
### Question:
What is the RAtt in the year 1988?
### Answer:
SELECT ratt... |
Below is an context that describes a sql 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 (score VARCHAR, name VARCHAR, champion VARCHAR)
### Question:
What's the score of the Nice Internatio... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10284385_1 (date_of_birth VARCHAR, representative VARCHAR)
### Question:
How many birthdays does Earl Hanley ... |
Below is an context that describes a sql 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 (surface VARCHAR, semi_finalists VARCHAR)
### Question:
Which Surface has a Semi finalists of conchita... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1681535_1 (narrator VARCHAR, notes VARCHAR)
### Question:
Which narrator has the bonus interview with Frazer ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26977890_1 (conflict VARCHAR, combatants_b VARCHAR)
### Question:
In what conflicts was the Italian Navy Comb... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21191496_1 (report VARCHAR, country VARCHAR)
### Question:
When Netherlands is the country what is the report... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE constructors (nationality VARCHAR)
### Question:
What are the numbers of constructors for different nationalities?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2511876_1 (league VARCHAR, year VARCHAR)
### Question:
Name the league for 2003
### Answer:
SELECT league 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_2182562_1 (wins VARCHAR, avg_start VARCHAR)
### Question:
How many wins when the average start is 29.0?
### 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_12807904_3 (played VARCHAR, points_for VARCHAR)
### Question:
HOW MANY PLAYERS PLAYED IN THE GAME THAT WON WI... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19681738_1 (county VARCHAR, starky__percentage VARCHAR)
### Question:
which country did stary get 17.41%
### ... |
Below is an context that describes a sql 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 (competition VARCHAR, result VARCHAR)
### Question:
What Competition had a Result of lost 1-2?
### 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 Documents (document_name VARCHAR, document_id VARCHAR, document_type_code VARCHAR)
### Question:
Find names and ids... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19451173_1 (losses INTEGER, team VARCHAR)
### Question:
What is the minimum losses for the Kansas City Chiefs... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24906653_5 (steals VARCHAR, blocks VARCHAR)
### Question:
List the number of takeaways with 1 rejection.
### ... |
Below is an context that describes a sql 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 (number_of_cpus VARCHAR, memory__gb_ VARCHAR)
### Question:
Which Number of CPUs has a Memory (GB) 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_1104312_5 (original_name VARCHAR, population_at_2010_census VARCHAR)
### Question:
What are the original name... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18795125_6 (replaced_by VARCHAR, outgoing_manager VARCHAR)
### Question:
How many categories for, replaced by... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24027047_1 (area__km²__2011 VARCHAR, administrative_division VARCHAR)
### Question:
What was the area in km2 ... |
Below is an context that describes a sql 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 (mountain_range VARCHAR, region VARCHAR, mountain_peak VARCHAR)
### Question:
what is the mountain ra... |
Below is an context that describes a sql 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 (ihsaa_class VARCHAR, city VARCHAR)
### Question:
What is the IHSAA class in Batesville?
### 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_75 (movie_title VARCHAR, year VARCHAR)
### Question:
What movie was made in 1957?
### Answer:
SELECT mov... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17118657_8 (high_rebounds VARCHAR, record VARCHAR)
### Question:
In the game resulting in a 5-11 record, who ... |
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR)
### Question:
What day did the VFL play Punt Road 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_39 (nfl_club VARCHAR, pick VARCHAR, round VARCHAR)
### Question:
What is the NFL club with a pick less 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_18 (points VARCHAR, team_name VARCHAR, losses VARCHAR, games VARCHAR)
### Question:
What's the total 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_22 (first_elected VARCHAR, committee VARCHAR, counties_represented VARCHAR, district 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_16570286_2 (highest_score VARCHAR, innings VARCHAR, player VARCHAR)
### Question:
What was the score when Don... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18305523_2 (comments VARCHAR, cover_date VARCHAR)
### Question:
What is the comment on the issue dated 14 Mar... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28164986_4 (incoming_manager VARCHAR, manner_of_departure VARCHAR)
### Question:
how many new managers replac... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE professionals (role_code VARCHAR, street VARCHAR, city VARCHAR, state VARCHAR)
### Question:
Which professionals li... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE AIRLINES (Id VARCHAR)
### Question:
How many airlines do we have?
### Answer:
SELECT COUNT(*) FROM AIRLINES |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30120619_1 (townland VARCHAR, area__acres__ VARCHAR)
### Question:
Which townland has an area of 165 acres?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26986076_6 (wed_25_aug VARCHAR, fri_27_aug VARCHAR)
### Question:
What was the Weds 25 Aug time for the drive... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26919_7 (english VARCHAR, aramaic VARCHAR)
### Question:
if the aramaic is šlām-āʼ, what is the english?
### ... |
Below is an context that describes a sql 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 (played INTEGER, goals_for VARCHAR, goals_against VARCHAR)
### Question:
What is the fewest games pla... |
Below is an context that describes a sql 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 (director VARCHAR, original_title VARCHAR)
### Question:
Who is the director of the best foreign film... |
Below is an context that describes a sql 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 (color_commentator_s_ VARCHAR, year VARCHAR)
### Question:
Who is the color commentator in 2008?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2319437_1 (step_6 VARCHAR, gs_grade VARCHAR)
### Question:
Name the total number of step 6 for 11 gs grade
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (winner VARCHAR, course VARCHAR)
### Question:
Name the winner for genoa to livorno
### 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_59 (opponents VARCHAR, partner VARCHAR)
### Question:
Who were the Opponents when Liga Dekmeijere had Al... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2101431_1 (episode VARCHAR, run_time VARCHAR)
### Question:
What episode had a run time of 24:18?
### 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_73 (tie_no VARCHAR, away_team VARCHAR)
### Question:
What is the tie number when the away team is Lewes?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18054886_1 (title VARCHAR, viewers__millions_ VARCHAR, directed_by VARCHAR)
### Question:
Which title, direct... |
Below is an context that describes a sql 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 (attendance INTEGER, date VARCHAR)
### Question:
What is the sum of the attendance on November 24?
##... |
Below is an context that describes a sql 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 (hosts VARCHAR, year VARCHAR)
### Question:
Who are the hosts for the 2004 event?
### Answer:
SELECT 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_19523142_5 (group_11 VARCHAR, group_12 VARCHAR)
### Question:
Who played in group 11 when Persipal Palu playe... |
Below is an context that describes a sql 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 (freq_currently VARCHAR, frequency VARCHAR)
### Question:
Which freq currently has 0 657?
### 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_46 (set_3 VARCHAR, time VARCHAR)
### Question:
What is the score for set 3 with a time at 15:04?
### 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_17 (opponent VARCHAR, location VARCHAR)
### Question:
Who did they play at sec tournament?
### 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_78 (date VARCHAR, venue VARCHAR)
### Question:
Name the date for venue of lord's
### 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_11703336_1 (display_size VARCHAR, year_released VARCHAR)
### Question:
what is the display size for the calcu... |
Below is an context that describes a sql 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 (score VARCHAR, visitor VARCHAR, leading_scorer VARCHAR)
### Question:
What is the Score with a Visit... |
Below is an context that describes a sql 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 (host_team VARCHAR, visiting_team VARCHAR)
### Question:
Which team hosted the Kansas City Chiefs?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE countries (country_name VARCHAR, country_id VARCHAR); CREATE TABLE departments (department_id VARCHAR, location_id ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Flight (origin VARCHAR, destination VARCHAR)
### Question:
Show origins of all flights with destination Honolulu.
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17120964_8 (venue VARCHAR, result VARCHAR)
### Question:
What was the venue of the game that was lost 3-4?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_14 (position VARCHAR, podiums VARCHAR, f_laps VARCHAR)
### Question:
Which position had 3 podiums and 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 course (dept_name VARCHAR)
### Question:
How many departments offer courses?
### Answer:
SELECT COUNT(DISTINCT dept... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
What was the score for the game on November 1?
### Answer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13241993_3 (part_2 VARCHAR, part_1 VARCHAR)
### Question:
What was the air date of part 2 of the episode whos... |
Below is an context that describes a sql 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 (result VARCHAR, attendance VARCHAR)
### Question:
What is the result of the game with 67,715 fans 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_13 (manufacturer VARCHAR, grid VARCHAR)
### Question:
What is the manufacturer with a 14 grid?
### 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_22834834_2 (championship VARCHAR, year VARCHAR)
### Question:
Who is the championship for the year of 1993?
#... |
Below is an context that describes a sql 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 (general_classification VARCHAR, stage VARCHAR)
### Question:
What is the general classification 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_29 (position VARCHAR, player VARCHAR)
### Question:
What position is played by farmar, jordan jordan far... |
Below is an context that describes a sql 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 (call_sign VARCHAR, branding VARCHAR)
### Question:
What's the call sign if the branding is 1062 DXKI ... |
Below is an context that describes a sql 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 (country VARCHAR, singles_champions VARCHAR, tournament VARCHAR)
### Question:
In what Country will De... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_1 (total VARCHAR, vuelta VARCHAR, tour VARCHAR)
### Question:
How many podiums associated with 1 vuelta ... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
What 2007 has wimbledon as the tournament?
### Answer:
SELECT 2007... |
Below is an context that describes a sql 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 (status VARCHAR, name VARCHAR)
### Question:
What is the status of the Cub/John locomotive?
### 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_10718631_2 (no_in_series VARCHAR, no_in_season VARCHAR)
### Question:
Which episode was the number in the sea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16225511_2 (wins VARCHAR, school VARCHAR)
### Question:
How many wins did Baylor have?
### 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_66 (album_number VARCHAR, chinese__simplified_ VARCHAR)
### Question:
What is the album number for the 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_name_45 (general_classification VARCHAR, mountains_classification VARCHAR, points_classification 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_4 (capacity VARCHAR, volts VARCHAR)
### Question:
What is the capacity of 3500v volts?
### 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_1973842_1 (type VARCHAR, nickname VARCHAR)
### Question:
What's the type of the school whose students' name 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_63 (score VARCHAR, competition VARCHAR)
### Question:
What is the score of the friendly match?
### 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 (tournament VARCHAR)
### Question:
Which 2008-12 has a 2007 of A, and a Tournament of us open?
### 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_34 (long INTEGER, loss VARCHAR, gain VARCHAR, gp_gs VARCHAR, avg_g VARCHAR)
### Question:
What is the av... |
Below is an context that describes a sql 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 (wheels VARCHAR, built VARCHAR)
### Question:
Which wheels were built 1920?
### Answer:
SELECT wheels... |
Below is an context that describes a sql 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 (country VARCHAR, class VARCHAR, qualifying_grand_prix VARCHAR)
### Question:
What is Country, when 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_86 (ethernet_ports VARCHAR, name VARCHAR)
### Question:
What is the ethernet ports of the u150 appliance... |
Below is an context that describes a sql 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 (parts_per_example VARCHAR, value_of_quantity VARCHAR)
### Question:
What is the Parts-per example 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_5 (away_team VARCHAR, home_team VARCHAR)
### Question:
What is the away team when the home team is Chelt... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_7 (score VARCHAR, partnering VARCHAR)
### Question:
What was the score of the game with Nathalie Tauziat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_69 (notes VARCHAR, position VARCHAR, event VARCHAR, year VARCHAR)
### Question:
What was the notes of 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_43 (races VARCHAR, position VARCHAR)
### Question:
What is the race in the 8th position?
### 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_11 (population__2009_estimate_ VARCHAR, largest_city VARCHAR)
### Question:
What is the 2009 estimate po... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_86 (population_estimate_2005 VARCHAR, capital VARCHAR)
### Question:
how many population estimate 2005 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_2 (extra VARCHAR, tournament VARCHAR, result VARCHAR)
### Question:
What extra has world championships 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_43 (poles VARCHAR, wins INTEGER)
### Question:
What is the total number of poles with less than 0 wins?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24540893_6 (position VARCHAR, school VARCHAR)
### Question:
How many players attended SE missouri state?
### ... |
Below is an context that describes a sql 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 (away VARCHAR, home VARCHAR, league VARCHAR)
### Question:
Playing in the Bundesliga league, what 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_38 (tournament VARCHAR)
### Question:
what is the tournament when in 2012 the performance was 2r?
### 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_30 (sub_parish__sogn_ VARCHAR, parish__prestegjeld_ VARCHAR, church_name VARCHAR)
### Question:
Which 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_name_94 (rank INTEGER, country VARCHAR)
### Question:
What was the highest rank for rowers who represented De... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11570261_2 (margin_of_victory VARCHAR, runner_s__up VARCHAR)
### Question:
What was the margin of victory ove... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.