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_85 (country VARCHAR, airport VARCHAR)
### Question:
The Brisbane airport is located in which country?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27374004_4 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
### Question:
How many times did outgoing mana... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1242447_2 (hebrew_word VARCHAR, strongs__number VARCHAR)
### Question:
What is the hebrew word listed for str... |
Below is an context that describes a sql 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 (loss VARCHAR, record VARCHAR)
### Question:
Which team has the record of 11-6?
### Answer:
SELECT los... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1007688_1 (relapsing_fever INTEGER, malaria VARCHAR)
### Question:
what is the number of relapsing fever 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 university (school_id VARCHAR); CREATE TABLE basketball_match (school_id VARCHAR)
### Question:
How many schools 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_24233848_2 (reward VARCHAR, eliminated VARCHAR)
### Question:
Name the reward eliminated hilca
### 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 CLASS (PROF_NUM VARCHAR, CRS_CODE VARCHAR)
### Question:
How many professors are teaching class with code ACCT-211?... |
Below is an context that describes a 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_5 (score VARCHAR, team VARCHAR)
### Question:
What was the score against New Orleans?
### 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_50 (constructor VARCHAR, chassis VARCHAR)
### Question:
Who is the constructor of the 196 chassis?
### 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_11691212_2 (lap_by_lap VARCHAR, viewers VARCHAR)
### Question:
Who narrated the lap-by-lap to a 13.4 million ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25318033_1 (points VARCHAR, podiums VARCHAR, position VARCHAR)
### Question:
How many points were scored 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_77 (nationality VARCHAR, position VARCHAR)
### Question:
What was the nationality of the players with 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_53 (year VARCHAR)
### Question:
What was the 3rd place value in 2011?
### Answer:
SELECT 3 AS rd_place F... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_86 (pct VARCHAR, years VARCHAR)
### Question:
What was the winning percent of Notre Dame in 1905?
### 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_5 (circuit VARCHAR, race VARCHAR)
### Question:
What circuit was for the german grand prix?
### 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_57 (away_team VARCHAR, venue VARCHAR)
### Question:
Who was the away team at the game at Lake Oval?
### ... |
Below is an context that describes a sql 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 (fall_05 INTEGER, fall_09 VARCHAR, fall_08 VARCHAR)
### Question:
What's the smallest fall 05 number ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_91 (most_spoken_language VARCHAR, population VARCHAR, code VARCHAR, area__km_2__ VARCHAR)
### Question:
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_30 (opponent VARCHAR, record VARCHAR)
### Question:
Who did the Mariners play when they had a record 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_15647838_3 (attendance VARCHAR, location VARCHAR)
### Question:
What are values of attendance for the El Paso... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28925058_1 (race_winner VARCHAR, date VARCHAR)
### Question:
Who won the race on August 15?
### 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_13836704_7 (international_passengers VARCHAR, rank VARCHAR)
### Question:
What is the total number of passeng... |
Below is an context that describes a sql 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 (player VARCHAR, cfl_team VARCHAR)
### Question:
Which Player has a CFL Team of montreal alouettes (v... |
Below is an context that describes a sql 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 (draws VARCHAR, losses VARCHAR)
### Question:
What is Draws, when Losses is "Did Not Qualify"?
### 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_1566852_4 (date VARCHAR, centerfold_model VARCHAR)
### Question:
On what deate was the centerfold featured Lu... |
Below is an context that describes a sql 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 (winter_olympics VARCHAR, fis_nordic_world_ski_championships VARCHAR)
### Question:
what is the winte... |
Below is an context that describes a sql 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 (opponent VARCHAR, attendance VARCHAR)
### Question:
Which Opponent has a Attendance of 6,275?
### 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_40 (centennial VARCHAR, del_pueblo VARCHAR)
### Question:
Which Centennial has a del Pueblo of 1986?
###... |
Below is an context that describes a sql 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 (iata VARCHAR, icao VARCHAR)
### Question:
What is the IATA when the ICAO is wipp?
### 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 (attendance INTEGER, home_team VARCHAR)
### Question:
The game with Bashley as the home team had what... |
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR)
### Question:
What is the most laps for Ayrton Senna?
### 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_21 (manhattan VARCHAR, richmond_ VARCHAR, staten_is VARCHAR)
### Question:
Which Manhattan number appear... |
Below is an context that describes a sql 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 (points INTEGER, podiums VARCHAR, wins VARCHAR, season VARCHAR)
### Question:
What is the average 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_25987797_1 (location VARCHAR, school VARCHAR)
### Question:
What is the name of the school in Lucas ?
### 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_27704991_1 (close_ranged_weapons VARCHAR, armor VARCHAR)
### Question:
If the armor is bronze cuirass , linot... |
Below is an context that describes a sql 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 (february INTEGER, opponent VARCHAR)
### Question:
What day in February had an opponent of @ Colorado... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2527063_3 (rank VARCHAR, growth_rate VARCHAR)
### Question:
Name the total number of rank for growth raate fo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_71 (date VARCHAR, record VARCHAR)
### Question:
What date was the record 38-22?
### Answer:
SELECT date ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_94 (final_decommission VARCHAR, original_name VARCHAR)
### Question:
When was the ship originally named ... |
Below is an context that describes a sql 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 (attendance INTEGER, arena VARCHAR, points VARCHAR)
### Question:
How much Attendance has an Arena 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 Projects (project_details VARCHAR, project_id VARCHAR); CREATE TABLE Documents (project_id VARCHAR, document_name V... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25649467_2 (series__number VARCHAR, season__number VARCHAR)
### Question:
When 12 is the season number how ma... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_95 (opponent VARCHAR, record VARCHAR)
### Question:
Who was the opponent at the game when the record 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_60 (enrollment INTEGER, founded VARCHAR, institution VARCHAR)
### Question:
what is the least enrollment... |
Below is an context that describes a sql 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 (time_retired VARCHAR, points VARCHAR)
### Question:
Name the Time/Retired when the points were 32.
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1893815_1 (chinese__traditional_ VARCHAR, chinese__simplified_ VARCHAR)
### Question:
Name the chinese tradit... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17482534_1 (no_in_season VARCHAR, directed_by VARCHAR)
### Question:
What number in season is the episode dir... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.