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_38 (country VARCHAR, time VARCHAR)
### Question:
What country has a time of 6:49.28?
### 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_54 (chapter INTEGER, pinyin VARCHAR, articles VARCHAR)
### Question:
Can you tell me the lowest Chapter ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE people (Hometown VARCHAR)
### Question:
How many distinct hometowns did these people have?
### 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_name_20 (player VARCHAR, round VARCHAR, position VARCHAR)
### Question:
What player has a round larger than 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_name_66 (result INTEGER, lane VARCHAR, reaction_time VARCHAR, name VARCHAR)
### Question:
What is the lowest ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_15 (races VARCHAR, wins INTEGER)
### Question:
What is the total number of Races when there were more 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_66 (constructor VARCHAR, time_retired VARCHAR)
### Question:
Who built the car that has a Time/Retired 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_64 (runner_s__up VARCHAR, margin_of_victory VARCHAR, date VARCHAR)
### Question:
Who was the runnerup 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_51 (round INTEGER, position VARCHAR, overall VARCHAR)
### Question:
What is the lowest round of the posi... |
Below is an context that describes a sql 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 (finalist VARCHAR, tournament VARCHAR)
### Question:
Who was the finalist in Miami?
### 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_51 (home_team VARCHAR, away_team VARCHAR)
### Question:
Who is the home side when north melbourne 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_70 (notes VARCHAR, bronze VARCHAR, gold VARCHAR, year VARCHAR)
### Question:
What is Notes, when Gold 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_55 (institution VARCHAR, location VARCHAR)
### Question:
What institution is located in athens, ga, us?
... |
Below is an context that describes a sql 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 (body_width_mm VARCHAR, body_length_mm VARCHAR, pins VARCHAR)
### Question:
How much Body Width/mm ha... |
Below is an context that describes a 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 (poor_law_union VARCHAR, townland VARCHAR)
### Question:
What is the poor law union for the Barnah... |
Below is an context that describes a sql 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 (name VARCHAR, town VARCHAR)
### Question:
What's the name of the structure at Egypt, Arkansas?
### 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_89 (winner VARCHAR, circuit VARCHAR)
### Question:
Who won at the Circuit of lakeside international race... |
Below is an context that describes a sql 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 (staffel_a VARCHAR, staffel_b VARCHAR, staffel_d VARCHAR, staffel_c VARCHAR)
### Question:
What is 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_47 (score VARCHAR, away_team VARCHAR)
### Question:
If the Away Team is Arsenal what is the Score?
### 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_39 (home_team VARCHAR, venue VARCHAR)
### Question:
Who was the home team at MCG?
### Answer:
SELECT hom... |
Below is an context that describes a sql 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 (feminine_ōn_stems VARCHAR, feminine_ō_stems VARCHAR)
### Question:
What ending does siangu get 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_99 (goals_for INTEGER, draws VARCHAR, points VARCHAR, losses VARCHAR, wins 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_1342249_5 (party VARCHAR, district VARCHAR)
### Question:
What party did the incumbent from the Arkansas 5 di... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_34 (studio VARCHAR, rank VARCHAR, gross VARCHAR)
### Question:
Which studio grossed $83,531,958 and rank... |
Below is an context that describes a sql 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 (score VARCHAR, time VARCHAR)
### Question:
WHAT SCORE HAS A TIME OF 18:27?
### Answer:
SELECT score ... |
Below is an context that describes a sql 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 (area__km_2__ VARCHAR, common_of VARCHAR, population VARCHAR)
### Question:
How much Area (km 2) has ... |
Below is an context that describes a sql 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 (sanction VARCHAR, location VARCHAR)
### Question:
What was the sanction of the event at Nashville, Il... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_169766_13 (show VARCHAR, new_returning_same_network VARCHAR)
### Question:
Which show was sent to syndication... |
Below is an context that describes a sql 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 (length VARCHAR, shoulder VARCHAR)
### Question:
What is the length of the gun that has a shoulder me... |
Below is an context that describes a sql 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 (mascot VARCHAR, school VARCHAR)
### Question:
Which Mascot has a School of logansport community?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_51 (outcome VARCHAR, opponent VARCHAR)
### Question:
What was the outcome of the match against Juan Igna... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (losses VARCHAR, against VARCHAR, wins VARCHAR)
### Question:
What's the total losses that has more 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_16724844_1 (mens_45 VARCHAR, mens_40 VARCHAR)
### Question:
What was the mens 45 when mens 40 was Sunwest Raz... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE instructor (name VARCHAR, dept_name VARCHAR, salary VARCHAR)
### Question:
what is the name of the instructor who 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_9 (employee__real_name_ VARCHAR, pick__number VARCHAR, brand__to_ VARCHAR)
### Question:
what is the emp... |
Below is an context that describes a sql 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 (commenced_operations INTEGER, airline VARCHAR)
### Question:
Which Commenced operations have an Airl... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23346303_5 (minutes INTEGER, rebounds VARCHAR)
### Question:
If the amount of rebounds is 0, what is the maxi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21795986_1 (year INTEGER, original_number VARCHAR)
### Question:
When 2008 t is the original number what is 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_64 (overall INTEGER, round VARCHAR, pick__number VARCHAR)
### Question:
Round of 11, and a Pick # larger... |
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR)
### Question:
On which date was St Kilda the home team?
### 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_48 (finishes INTEGER, wins VARCHAR, points VARCHAR, stage_wins VARCHAR)
### Question:
what is the highes... |
Below is an context that describes a sql 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 (team VARCHAR, draws VARCHAR)
### Question:
Which team had 15 draws?
### Answer:
SELECT team FROM tab... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (studio_host VARCHAR, year VARCHAR)
### Question:
WHich Studio host has a Year of 2003-04?
### 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_47 (venue VARCHAR, home_team VARCHAR)
### Question:
Which Venue was used when the Home team was geelong?... |
Below is an context that describes a sql 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, opponent VARCHAR, player VARCHAR)
### Question:
Which score had Essendon as an oppone... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22941863_19 (mountains_classification VARCHAR, winner VARCHAR)
### Question:
If the winner is Michael Albasin... |
Below is an context that describes a sql 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 (verb VARCHAR)
### Question:
What is the 2nd verb for Khola?
### Answer:
SELECT 2 AS __f_ 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 table_name_80 (high_rebounds VARCHAR, high_assists VARCHAR)
### Question:
What is High Rebounds, when High Assists ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (county VARCHAR, mascot VARCHAR)
### Question:
What county is the team with the mascot of the Tigers ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2534387_11 (prize VARCHAR, entries VARCHAR)
### Question:
What is the prize pool if the entries is 1,132?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (Champions INTEGER, total VARCHAR, position VARCHAR)
### Question:
What is the most Champions League ... |
Below is an context that describes a sql 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 (title VARCHAR, track VARCHAR)
### Question:
Which title has a Track of 3?
### Answer:
SELECT title 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_15944_5 (sfc_in_g__kn·s_ VARCHAR, specific_impulse__s_ VARCHAR)
### Question:
What is the SFC when the specif... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Transcripts (transcript_date INTEGER)
### Question:
On average, when were the transcripts printed?
### 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_43 (score VARCHAR, game VARCHAR)
### Question:
What is the Score of game 35?
### Answer:
SELECT score FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_95 (high_assists VARCHAR, high_points VARCHAR)
### Question:
What high assists have McWilliams-franklin ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_51 (goal_difference VARCHAR, club VARCHAR, played VARCHAR)
### Question:
what is the total number of 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 singer (country VARCHAR, age INTEGER)
### Question:
Show countries where a singer above age 40 and a singer below 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 table_name_25 (share INTEGER, rank__overall_ VARCHAR, timeslot VARCHAR, air_date VARCHAR)
### Question:
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 table_19422702_1 (no_in_season INTEGER, production_code VARCHAR)
### Question:
What is the latest season number 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_13570_1 (specifically_stains VARCHAR, nucleus VARCHAR)
### Question:
A nucleus that is blue/black will specif... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE enzyme (Id VARCHAR)
### Question:
How many kinds of enzymes are there?
### Answer:
SELECT COUNT(*) FROM enzyme |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1331313_1 (office VARCHAR, incumbent VARCHAR)
### Question:
who is the the office with incumbent being ramon ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_68 (status VARCHAR, against VARCHAR)
### Question:
What is the status when the against is 11?
### 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_27744976_6 (high_assists VARCHAR, date VARCHAR)
### Question:
Who had the high assists on November 17?
### 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_43 (played INTEGER, club VARCHAR, wins VARCHAR)
### Question:
What is the played average that has botev ... |
Below is an context that describes a sql 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 (loss VARCHAR, date VARCHAR)
### Question:
Name the loss on may 22
### Answer:
SELECT loss 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 table_name_30 (matches INTEGER, goals VARCHAR, average VARCHAR)
### Question:
What is the total of Matches with 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_name_79 (type VARCHAR, cancelable VARCHAR, attribute VARCHAR)
### Question:
Name the type with cancelable 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_31 (LNER VARCHAR, class VARCHAR)
### Question:
What LNER Class has a Class of 6db?
### Answer:
SELECT LN... |
Below is an context that describes a sql 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 (round VARCHAR, opponent VARCHAR)
### Question:
What is the round of the match with Emanuel Newton as... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13463790_2 (city VARCHAR, name VARCHAR)
### Question:
how many city with name being providence tower
### 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_86 (release_date INTEGER, music_label VARCHAR)
### Question:
What is the release date by Virgin?
### 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_89 (pct INTEGER, years VARCHAR, wins VARCHAR)
### Question:
Which Pct has Years of 1957–1970, and Wins 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_17103729_8 (location_attendance VARCHAR, score VARCHAR)
### Question:
Name the location of 64-74
### 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_182410_10 (channel VARCHAR, digital_terrestrial_channel VARCHAR)
### Question:
What is the channel that is on... |
Below is an context that describes a sql 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 (round INTEGER, overall VARCHAR, pick__number VARCHAR)
### Question:
What is the lowest Round with Ov... |
Below is an context that describes a sql 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 (first_game INTEGER, lost INTEGER)
### Question:
What First game has a Lost greater than 16?
### 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_48 (gold INTEGER, silver VARCHAR, nation VARCHAR, bronze VARCHAR, total VARCHAR)
### Question:
What is 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_42 (money___$__ VARCHAR, score VARCHAR)
### Question:
What was the money value that went along with 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_3 (year INTEGER, surface VARCHAR, opponent VARCHAR)
### Question:
What is the lowest Year, when Surface ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (team VARCHAR, founded VARCHAR)
### Question:
Which team was founded in 1970?
### 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_11677691_6 (hometown VARCHAR, player VARCHAR)
### Question:
Where is Shaq Thompson from?
### 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_272313_2 (horizontal INTEGER, pixel_aspect_ratio VARCHAR)
### Question:
Name the least horizontal for smpte 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_name_17 (year INTEGER, film VARCHAR)
### Question:
Which year did The Adventures of Tintin come out?
### 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_9 (bats VARCHAR, position VARCHAR, first VARCHAR)
### Question:
Which does the lhp player with the first... |
Below is an context that describes a 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 (no_in_season VARCHAR, written_by VARCHAR)
### Question:
How many episodes were written by Tom Sch... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22737506_1 (pos VARCHAR, points VARCHAR)
### Question:
When 86 is the amount of points what is the position?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (date VARCHAR, home_team VARCHAR, game VARCHAR)
### Question:
On what date did Portland play game 5 a... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_59 (attendance INTEGER, date VARCHAR)
### Question:
Date of october 10, 1965 had what lowest attendance?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1231316_5 (fastest_time__s_ VARCHAR, nation VARCHAR)
### Question:
Nigeria had the fastest time once.
### 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_10 (status VARCHAR, population VARCHAR)
### Question:
What status has 10 as the population?
### 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_1342359_39 (result VARCHAR, district VARCHAR)
### Question:
What is the result for south carolina 4?
### 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_91 (is_2_m1945 VARCHAR, kv_1s_m1942 VARCHAR)
### Question:
What's the IS-2 when the KV-1S is 114?
### 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_18278508_2 (position VARCHAR, total_score_week VARCHAR)
### Question:
What position did the team with the tot... |
Below is an context that describes a sql 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 (authority VARCHAR, area VARCHAR, gender VARCHAR, decile VARCHAR)
### Question:
Which Authority has 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_39 (crowd INTEGER, away_team VARCHAR)
### Question:
What is the size of the crowd for the game where 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_79 (gross VARCHAR, studio VARCHAR, title VARCHAR)
### Question:
How much did Universal Studio's film Xan... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_216776_2 (population__2010_ VARCHAR, municipality VARCHAR)
### Question:
How many different counts of the pop... |
Below is an context that describes a sql 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 (nation VARCHAR, silver VARCHAR, rank VARCHAR, total VARCHAR)
### Question:
What nation had a rank hi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.