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_92 (weight VARCHAR, shape VARCHAR, size VARCHAR)
### Question:
What is the weight with the shape of scal... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Sportsinfo (StuID VARCHAR, onscholarship VARCHAR)
### Question:
List ids for all student who are on scholarship.
##... |
Below is an context that describes a sql 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 (player VARCHAR, to_par VARCHAR, score VARCHAR)
### Question:
Who had a to par of e and scored 71-69=... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27755603_2 (high_rebounds VARCHAR, high_points VARCHAR)
### Question:
Who did the high rebounds in the game 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_30 (season VARCHAR, premier VARCHAR, score VARCHAR)
### Question:
How many seasons feature essendon, and... |
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR, location VARCHAR, year VARCHAR, result 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_12983929_1 (total_power VARCHAR, construction_finish VARCHAR)
### Question:
What's the total power of the uni... |
Below is an context that describes a sql 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 (round VARCHAR, overall INTEGER)
### Question:
When the Overall is under 102, what's the round 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_1341598_39 (district VARCHAR, incumbent VARCHAR)
### Question:
In which district is Robert W. Edgar the incum... |
Below is an context that describes a sql 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 (attendance VARCHAR, visitor VARCHAR, home VARCHAR)
### Question:
How many people were at Washington'... |
Below is an context that describes a sql 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 (airing_date VARCHAR, genre VARCHAR, number_of_episodes VARCHAR)
### Question:
What is the airing 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_2 (guest_host VARCHAR, air_date VARCHAR)
### Question:
What is the Guest Host for the episode on 8 june ... |
Below is an context that describes a sql 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 (attendance__away_ INTEGER, result VARCHAR, date VARCHAR)
### Question:
Name the average attendance w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_60 (first_contact_with_hitler VARCHAR, age_at_death VARCHAR)
### Question:
When did the woman who died 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_17798093_20 (ending VARCHAR, examples VARCHAR)
### Question:
what are the endings of examples achilles, appen... |
Below is an context that describes a sql 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 (country VARCHAR, score VARCHAR)
### Question:
Which country scored 70-68-71-71=280?
### 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_30 (to_par VARCHAR, money___£__ VARCHAR, country VARCHAR)
### Question:
Name the to par with money of 20... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26375386_16 (rank VARCHAR, vote_percentage VARCHAR)
### Question:
How many couples had a vote percentage of 9... |
Below is an context that describes a sql 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 (ground VARCHAR, figures VARCHAR)
### Question:
At which ground did Dirk Nannes have a figure of 4/23... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
How much is the highest number in 2006 with fewer than 0 in 2002?
### 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_99 (attendance INTEGER, venue VARCHAR, scorers VARCHAR)
### Question:
What is the number of people in 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_34 (total INTEGER, year_s__won VARCHAR)
### Question:
What total average has 1988 has the year (s) won?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_85 (total INTEGER, nation VARCHAR, silver VARCHAR)
### Question:
Which Total has a Nation of japan (jpn)... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is 2011, when 2008 is "2R"?
### Answer:
SELECT 2011 FROM table_name_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_87 (rank INTEGER, population VARCHAR)
### Question:
What rank has a population of 4839400?
### 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_72 (term_end VARCHAR, governments VARCHAR, minister VARCHAR)
### Question:
When did the term end for 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_88 (rank INTEGER, athlete VARCHAR)
### Question:
what is the rank for athlete hauffe, seifert, kaeufer, ... |
Below is an context that describes a sql 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 (college VARCHAR, pick VARCHAR, overall VARCHAR)
### Question:
What college has a pick greater 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_94 (week INTEGER, record VARCHAR)
### Question:
What week that shows a game record of 0–1?
### 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_6 (goals_for VARCHAR, games VARCHAR, pct__percentage VARCHAR, points VARCHAR)
### Question:
How many Goa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12261926_2 (intergiro_classification VARCHAR, stage VARCHAR)
### Question:
What is the intergiro classificati... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29547777_1 (original_performer VARCHAR, episode VARCHAR)
### Question:
Who is the original performer when 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_16575609_4 (college VARCHAR, cfl_team VARCHAR)
### Question:
Name the college for calgary stampeders
### 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_22834834_2 (score_in_the_final VARCHAR, year VARCHAR)
### Question:
What is the score in the final in the yea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_24 (bronze INTEGER, rank VARCHAR, total VARCHAR)
### Question:
what is bronze when the rank is 3 and 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_19765685_2 (country VARCHAR, also_currently_known_as VARCHAR)
### Question:
How many tournaments are also cur... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21001903_2 (tour VARCHAR, mixed_doubles VARCHAR, womens_singles VARCHAR)
### Question:
when mixed doubles 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_73 (semimajor_axis___au__ VARCHAR, mass VARCHAR)
### Question:
What Semimajor axis (AU) has a Mass 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_34 (season INTEGER, driver VARCHAR)
### Question:
What is the earliest season with driver Farad Bathena?... |
Below is an context that describes 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_with_expenses (document_id VARCHAR, Budget_Type_code VARCHAR); CREATE TABLE Ref_Budget_Codes (Budget_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_name_13 (signed VARCHAR, school VARCHAR)
### Question:
Was the University of Michigan Signed?
### 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_35 (tonnage INTEGER, ship_type VARCHAR, disposition_of_ship VARCHAR)
### Question:
What is the highest 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_2114308_1 (broadcast_date VARCHAR, viewers__in_millions_ VARCHAR)
### Question:
Name the broadcast date of 6.... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (location VARCHAR, length___m__ VARCHAR)
### Question:
Where is the longest arch with a length in met... |
Below is an context that describes a sql 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 (score VARCHAR, to_par VARCHAR)
### Question:
What was the score for the To par of +1?
### 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_169693_1 (age_40_49 INTEGER)
### Question:
Name the least age 40-49
### Answer:
SELECT MIN(age_40_49) FROM ta... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (assembled VARCHAR, summoned VARCHAR)
### Question:
What is Assembled, when Summoned is "6 October 12... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15592941_1 (position VARCHAR, college VARCHAR)
### Question:
What position(s) do players from florida state 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_45 (player VARCHAR, country VARCHAR)
### Question:
Who is the player for Zimbabwe?
### Answer:
SELECT pl... |
Below is an context that describes a sql 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 (region VARCHAR, catalog VARCHAR)
### Question:
What is the Region of the 1766390 Catalog?
### 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_29 (Id VARCHAR)
### Question:
What is the sum of 1872(s), when 1866 is greater than 856, when 1861 is gr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_23 (season_in_tamil VARCHAR, season_in_english VARCHAR)
### Question:
What is the english word Monsoon 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_6 (total_tenure_rank VARCHAR, uninterrupted_time VARCHAR)
### Question:
What is the total tenure rank 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_65 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR, surface VARCHAR, outcome VARCHAR, date VA... |
Below is an context that describes a sql 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 (country_region VARCHAR, languages VARCHAR)
### Question:
What country speaks Vietnamese?
### 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_29626583_1 (position VARCHAR, affiliation VARCHAR)
### Question:
What is the position for the university of n... |
Below is an context that describes a sql 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 (transcription VARCHAR, english_name VARCHAR)
### Question:
What is the transcription for 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_54 (attendance INTEGER, venue VARCHAR, date VARCHAR)
### Question:
What is the average Attendance, when ... |
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR)
### Question:
When lake oval is the venue, what's the score of 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_84 (tankers INTEGER, pumpers INTEGER)
### Question:
what is the highest tankers when pumpers is more tha... |
Below is an context that describes a sql 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 (score VARCHAR, tie_no VARCHAR)
### Question:
What was the score of having a tie of 1?
### 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_33 (played VARCHAR, points_against VARCHAR)
### Question:
What is listed for Played that has Points agai... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19304764_2 (degree_diploma VARCHAR, discipline VARCHAR)
### Question:
Name the degree for otorhinolaryngology... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1014206_2 (_number VARCHAR, commissioned VARCHAR)
### Question:
List the # for ships commissioned on december... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2308381_1 (year VARCHAR, avg_start VARCHAR)
### Question:
Name the year for avg start being 22.4
### 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_54 (award VARCHAR, category VARCHAR)
### Question:
Which award show nominated The Suite Life on Deck 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_1157867_2 (date_built VARCHAR, wheel_arrangement VARCHAR, builder VARCHAR)
### Question:
On what date did Hud... |
Below is an context that describes a sql 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 (place VARCHAR, player VARCHAR)
### Question:
Where has a Player of tom watson?
### Answer:
SELECT pl... |
Below is an context that describes a sql 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 (common_english VARCHAR, italian VARCHAR)
### Question:
What is the common English for the Italian wo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28668784_1 (stadium VARCHAR, home_team VARCHAR)
### Question:
What stadium does FK Jedinstvo play in?
### 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_12266757_1 (womens_doubles VARCHAR, season VARCHAR)
### Question:
Where were the Womens Doubles in the 1951/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_47 (player VARCHAR, round VARCHAR, position VARCHAR)
### Question:
Who is the player from round 13 that ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16654785_2 (average_climb___percentage_ VARCHAR, length__m_ VARCHAR)
### Question:
How many have a length 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_8 (record VARCHAR, date VARCHAR)
### Question:
What was the team's record on August 4?
### 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 ARTIST (Name VARCHAR)
### Question:
Find the names of all artists that have "a" in their names.
### 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_76 (name VARCHAR, pick__number VARCHAR, round VARCHAR)
### Question:
Which player was picked in round 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_95 (lead VARCHAR, institute VARCHAR, social_democratic VARCHAR)
### Question:
Name the lead for institut... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13564637_3 (club VARCHAR, drawn VARCHAR, lost VARCHAR)
### Question:
what is the name of the club where drawn... |
Below is an context that describes a sql 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 (position VARCHAR, club_team VARCHAR, name VARCHAR)
### Question:
What is the Postion, when the Club/... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23248967_10 (score VARCHAR, date VARCHAR)
### Question:
What is the final score of the game on April 9?
### 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_79 (winning_constructor VARCHAR, winning_driver VARCHAR)
### Question:
Who is the winner constructor wit... |
Below is an context that describes a sql 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 (number_of_households INTEGER, median_family_income VARCHAR, population VARCHAR)
### Question:
What 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_17 (gold VARCHAR, silver VARCHAR, bronze VARCHAR, rank VARCHAR)
### Question:
What is the total number o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_66 (played INTEGER, against VARCHAR, lost VARCHAR, difference VARCHAR)
### Question:
Which Played 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 table_name_50 (year INTEGER, play VARCHAR, recipient VARCHAR)
### Question:
Name the average year for much ado abou... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22347090_6 (production_code VARCHAR, us_viewers__million_ VARCHAR)
### Question:
What is the production code ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12321870_32 (goals VARCHAR, matches VARCHAR)
### Question:
How many goals were scored by the player who 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_83 (hometown VARCHAR, school VARCHAR)
### Question:
When the School is Bishop Luers High School, what 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_43 (venue VARCHAR, score VARCHAR)
### Question:
What was the venue when the score was 24–28?
### 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_60 (team VARCHAR, race_title VARCHAR)
### Question:
Name the team for launceston
### Answer:
SELECT team... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_23 (position INTEGER, country VARCHAR, pilot VARCHAR)
### Question:
What is the lowest position of pilot... |
Below is an context that describes a sql 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 (total INTEGER, year_s__won VARCHAR, country VARCHAR, to_par VARCHAR)
### Question:
What is the avera... |
Below is an context that describes a sql 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 (numbers VARCHAR, completed INTEGER)
### Question:
What are the numbers for the item completed earlie... |
Below is an context that describes a sql 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 (byes INTEGER, benalla_dfl VARCHAR, wins VARCHAR)
### Question:
What are the average byes of Bonnie D... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18461635_1 (location VARCHAR, county VARCHAR)
### Question:
Where is the team in Sussex county located?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_88 (frequency_mhz INTEGER, erp_w VARCHAR)
### Question:
Average frequency with ERP W of 62?
### 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_95 (calendar VARCHAR, user_selectable_themes VARCHAR)
### Question:
Which Calendar has a User-selectable... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE authors (fname VARCHAR, lname VARCHAR)
### Question:
What is the first name of the author with last name "Ueno"?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Restaurant_Type (ResTypeName VARCHAR)
### Question:
List all restaurant types.
### Answer:
SELECT ResTypeName 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_45 (player VARCHAR, place VARCHAR, country VARCHAR)
### Question:
Name the Player who has a Place of t7 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.