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_25716397_1 (title VARCHAR, written_by VARCHAR)
### Question:
How many titles does the episode written by Joe ... |
Below is an context that describes a sql 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 (time VARCHAR, nationality VARCHAR)
### Question:
What was Great Britain's total time?
### 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_2500440_1 (name VARCHAR, change___percentage_ VARCHAR)
### Question:
What place is there a change of -19.3?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Player (weight INTEGER)
### Question:
What is the average weight of all players?
### Answer:
SELECT AVG(weight) 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_60 (tournament VARCHAR)
### Question:
Which tournament had 2r in 2010?
### Answer:
SELECT tournament 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_61 (team_1 VARCHAR, agg VARCHAR)
### Question:
Which teams had an aggregate score of 3-4?
### 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_61 (Id VARCHAR)
### Question:
Which 2009 has a 2012 larger than 9,265?
### Answer:
SELECT MAX(2009) FROM... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (date_of_birth__age_ VARCHAR, caps VARCHAR)
### Question:
When was the player born who has 1 caps?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22669816_1 (length VARCHAR, winning_driver VARCHAR)
### Question:
What length was won by Roger McCluskey?
###... |
Below is an context that describes a sql 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 (points INTEGER, grid VARCHAR)
### Question:
What are grid 4's average points?
### Answer:
SELECT AVG... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR)
### Question:
How tall is the contestant from Aruba?
### 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_88 (municipality VARCHAR, candidate VARCHAR)
### Question:
Candidate of kimmo kiljunen belongs to 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_27 (week VARCHAR, date VARCHAR, attendance VARCHAR)
### Question:
What is the week with a date of Octobe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (nickname VARCHAR, institution VARCHAR)
### Question:
What is the nickname of Columbia University?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22050544_3 (elapsed_time VARCHAR, event VARCHAR)
### Question:
How many categories for elapsed time exist 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_72 (original_title VARCHAR, director VARCHAR)
### Question:
What was the original title of the film dire... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17012578_37 (Ends VARCHAR, pa VARCHAR)
### Question:
How many values are in the ends won cell corresponding 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_46 (kerry_number INTEGER, bush_number VARCHAR)
### Question:
How many votes did Kerry get in the county ... |
Below is an context that describes a sql 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 (res VARCHAR, time VARCHAR)
### Question:
What is the result for the match that was only 2:48 long?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (crowd INTEGER, away_team VARCHAR)
### Question:
What was the lowest crowd seen at a game that Richmo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Ref_colors (color_description VARCHAR, color_code VARCHAR); CREATE TABLE products (product_name VARCHAR, product_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_26129220_2 (term_limited INTEGER, senator VARCHAR)
### Question:
What is the term limit for Senator Tom Nieha... |
Below is an context that describes a sql 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 (surface VARCHAR, opponent_in_the_final VARCHAR)
### Question:
What was the surface type at Takao Suz... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28243691_2 (institution VARCHAR, location VARCHAR)
### Question:
What school is located in Huntsville, Texas?... |
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR)
### Question:
On the date of June 8 what was the record?
### 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_1594772_2 (winner VARCHAR, match_date VARCHAR)
### Question:
Name the winner for date of nov 5, 1987
### 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_1160660_1 (date_founded VARCHAR, acronym VARCHAR)
### Question:
What year was USF founded?
### 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_19 (score VARCHAR, game VARCHAR, january VARCHAR)
### Question:
Which Score has a Game larger than 47, 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_72 (total INTEGER, date VARCHAR, greater_doubles VARCHAR)
### Question:
Which Total has a Date of 1602, ... |
Below is an context that describes a sql 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 (earnings__ INTEGER, wins VARCHAR, rank VARCHAR)
### Question:
What is the lowest level of Earnings($... |
Below is an context that describes a sql 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 (total VARCHAR, player VARCHAR, country VARCHAR, to_par VARCHAR)
### Question:
When the tom watson 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_54 (transfer_window VARCHAR, transfer_fee VARCHAR, moving_to VARCHAR)
### Question:
What Transfer window... |
Below is an context that describes a sql 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 (class VARCHAR, race VARCHAR, length VARCHAR)
### Question:
What is the class of the Budweiser Grand ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Prescribes (Patient VARCHAR, Medication VARCHAR); CREATE TABLE Medication (name VARCHAR, Code VARCHAR); CREATE TABL... |
Below is an context that describes a sql 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 (crowd INTEGER, away_team VARCHAR)
### Question:
What were the most in attendance in Richmond?
### 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_66 (position VARCHAR, caps VARCHAR, player VARCHAR)
### Question:
What is Position, when Caps is Example... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21133193_1 (gdp_per_capita__us INTEGER, languages VARCHAR)
### Question:
Name the most gdp per capita latvian... |
Below is an context that describes a sql 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 (name VARCHAR, debut VARCHAR)
### Question:
What is the name of the player that had a debut in round ... |
Below is an context that describes a sql 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 (loss VARCHAR, attendance VARCHAR)
### Question:
What was the loss of the game attended by 29,704?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25428629_1 (opponent VARCHAR, location VARCHAR)
### Question:
If the location is Yangon, Myanmar, what is 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 COURSE (Instructor VARCHAR); CREATE TABLE FACULTY (Building VARCHAR, FacID VARCHAR)
### Question:
Which building do... |
Below is an context that describes a sql 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 (high_assists VARCHAR, team VARCHAR)
### Question:
Who had the most high assists from Milwaukee?
### ... |
Below is an context that describes a sql 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 (city_location VARCHAR, round VARCHAR, circuit VARCHAR)
### Question:
For which location was the roun... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_67 (player VARCHAR, college VARCHAR, pick VARCHAR)
### Question:
What is the Pick 3 Player from East Col... |
Below is an context that describes a sql 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 (city VARCHAR, location VARCHAR)
### Question:
What city was located in the Netherlands?
### 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_27170987_5 (league_apps VARCHAR, total_goals VARCHAR)
### Question:
How many league apps did the player 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_76 (school VARCHAR, enrollment INTEGER)
### Question:
What School has an Enrollement smaller than 301?
#... |
Below is an context that describes a sql 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 (college_junior_club_team__league_ VARCHAR, player VARCHAR)
### Question:
What college did Jamie Butt... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23408094_14 (tournament_at_which_lead_began VARCHAR, player VARCHAR)
### Question:
At what tournament did pet... |
Below is an context that describes a sql 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 (decile INTEGER, roll VARCHAR, area VARCHAR)
### Question:
Name the highest Decile for roll more 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 artist (name VARCHAR, artist_id VARCHAR); CREATE TABLE exhibition (exhibition_id VARCHAR, artist_id VARCHAR); CREAT... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (date VARCHAR, opponent VARCHAR)
### Question:
When was the opponent Bye?
### Answer:
SELECT date 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_31 (longitude INTEGER, latitude VARCHAR, water__sqmi_ VARCHAR)
### Question:
What's the lowest listed lo... |
Below is an context that describes a sql 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 (viewers__m_ INTEGER, share INTEGER)
### Question:
what is the lowest viewers (m) when the share is m... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (overall INTEGER, round VARCHAR, name VARCHAR)
### Question:
What is the lowest overall draft pick nu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11959669_3 (high_assists VARCHAR, date VARCHAR)
### Question:
Who had the highest assists on November 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_18 (start VARCHAR, laps VARCHAR)
### Question:
What is the start of lap 55?
### Answer:
SELECT start 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_45 (seasons INTEGER, total_points INTEGER)
### Question:
What is the number of seasons for the team 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_36 (work VARCHAR, result VARCHAR, year VARCHAR)
### Question:
what is the work when the result is won 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_26 (attendance INTEGER, date VARCHAR)
### Question:
What was the Attendance high on August 28?
### 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_90 (points INTEGER, entrant VARCHAR, year VARCHAR)
### Question:
How many points for the cooper car comp... |
Below is an context that describes a sql 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 (played VARCHAR)
### Question:
Which Played has a Club of club?
### Answer:
SELECT played FROM table_... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE teacher (Hometown VARCHAR)
### Question:
Show different hometown of teachers and the number of teachers from each h... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_66 (week INTEGER, location VARCHAR)
### Question:
What is the highest week for a game that was located 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_25058562_2 (birth_date VARCHAR, player VARCHAR)
### Question:
Name the birth date for taavi sadam
### 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_64 (total_goals INTEGER, name VARCHAR)
### Question:
What is the total goals for Mark Ward?
### 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_82 (team VARCHAR, start VARCHAR, finish VARCHAR)
### Question:
What team had a finish of 25 in a 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_65 (score VARCHAR, date VARCHAR)
### Question:
What is Score, when Date is May 7, 2006?
### 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_4 (position INTEGER, played INTEGER)
### Question:
What is the smallest positioned with more than 9 play... |
Below is an context that describes a sql 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 (points INTEGER, record VARCHAR, march VARCHAR)
### Question:
Record of 42–16–8, and a March larger 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_63 (venue VARCHAR, opponent VARCHAR)
### Question:
Where did Zimbabwe play?
### Answer:
SELECT venue 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_86 (city VARCHAR, stadium VARCHAR)
### Question:
What city houses the Ciro Vigorito stadium?
### 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 PersonFriend (name VARCHAR, friend VARCHAR); CREATE TABLE Person (age INTEGER, name VARCHAR)
### Question:
Which pe... |
Below is an context that describes a sql 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 (score VARCHAR, player VARCHAR)
### Question:
What was Eduardo Romero's score?
### Answer:
SELECT sco... |
Below is an context that describes a sql 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 was the score when 50,514 people were in atte... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20774360_2 (regular_season_record__w_l_ VARCHAR, standing VARCHAR)
### Question:
Name the regular season reco... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25244412_1 (renewable_electricity__gw INTEGER, state VARCHAR)
### Question:
What is the maximum renewable ene... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20095300_1 (colours VARCHAR, jockey VARCHAR)
### Question:
What are Andrew McNamara's colors?
### 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 ASSESSMENT_NOTES (Id VARCHAR)
### Question:
How many assessment notes are there in total?
### 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_13336122_5 (original_air_date VARCHAR, written_by VARCHAR)
### Question:
what is the original air date for 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_22170495_6 (position_in_channel_4s_ratings_a VARCHAR, original_airing_on_channel_4 VARCHAR)
### Question:
How... |
Below is an context that describes a sql 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 (events INTEGER, top_10 VARCHAR, cuts_made VARCHAR)
### Question:
How many events does the tournament... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16423070_4 (golf VARCHAR, soccer VARCHAR)
### Question:
how many teams won at golf when wooster won soccer
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_74 (record VARCHAR, date VARCHAR)
### Question:
What is the record on October 30?
### Answer:
SELECT rec... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_80 (team_name VARCHAR, schools VARCHAR)
### Question:
What is the name of the team from goreville vienna... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (date VARCHAR, visitor VARCHAR, points VARCHAR, home VARCHAR)
### Question:
What Date has Points smal... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_82 (bronze INTEGER, silver INTEGER)
### Question:
with silver count at 0, what is the lowest bronze coun... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE enroll (stu_num VARCHAR, class_code VARCHAR); CREATE TABLE course (crs_description VARCHAR, crs_code VARCHAR); CREA... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2857352_3 (network VARCHAR, virtual_channel VARCHAR)
### Question:
How many networks run on virtual channel 2... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_175442_1 (scientific_name VARCHAR, common_name VARCHAR)
### Question:
Name the scientific name for veiled cha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19744915_15 (rank VARCHAR, couple VARCHAR)
### Question:
What is Michael and Melanie's rank?
### 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_80 (finish INTEGER, team VARCHAR, start VARCHAR)
### Question:
When the team is penske and they start un... |
Below is an context that describes a sql 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 (to_par INTEGER, score VARCHAR)
### Question:
Name the sum To par for score of 71-74-71-72=288
### 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_19 (gold INTEGER, bronze VARCHAR, total VARCHAR, nation VARCHAR)
### Question:
What is the average numbe... |
Below is an context that describes a sql 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 (constructor VARCHAR, entrant VARCHAR, driver VARCHAR)
### Question:
Who was the constructor of the 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 performance (LOCATION VARCHAR)
### Question:
Show the locations that have at least two performances.
### 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_23 (lost INTEGER, games INTEGER)
### Question:
What's the total Lost with Games that's less than 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_28 (time VARCHAR, rank VARCHAR, country VARCHAR)
### Question:
What is the Time of the Rowers from Finla... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_82 (province VARCHAR, _community VARCHAR, geographical_regions VARCHAR, height VARCHAR)
### Question:
Wh... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_28 (score VARCHAR, competition VARCHAR)
### Question:
WHAT IS THE SCORE FOR 2010 fifa world cup qualific... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.