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_23 (value VARCHAR, british_name VARCHAR)
### Question:
what is the value when the british name is quaver... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12193259_1 (mens_singles VARCHAR, season VARCHAR)
### Question:
Name the total number for mens single for 200... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_25 (date VARCHAR, venue VARCHAR)
### Question:
What the date of the game of the team that plays in princ... |
Below is an context that describes a sql 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 (home_team VARCHAR, tie_no VARCHAR)
### Question:
What is the Home team of tie no 2?
### 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_3 (date VARCHAR, score VARCHAR)
### Question:
When was the score 3-6 4-6?
### Answer:
SELECT date FROM 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_7 (week INTEGER, attendance INTEGER)
### Question:
How many weeks have an attendance less than 26,048?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1359212_2 (winner VARCHAR, second_place VARCHAR)
### Question:
where is hte second place winner from united k... |
Below is an context that describes a sql 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 (pick VARCHAR, round VARCHAR, name VARCHAR)
### Question:
Which Pick has a Round larger than 17, 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_28652521_1 (description VARCHAR, singer_part_number VARCHAR)
### Question:
What's the description of the 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_name_81 (area__in_km²_ INTEGER, markatal INTEGER)
### Question:
What is the average Area (in km²), when Marka... |
Below is an context that describes a sql 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 (film_title_used_in_nomination VARCHAR, director VARCHAR)
### Question:
What was the film title used ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (rank INTEGER, lane VARCHAR)
### Question:
What is the highest rank from Lane 4?
### Answer:
SELECT 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_54 (rank INTEGER, nation VARCHAR, bronze VARCHAR)
### Question:
What is the highest rank of Venezuela, 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_84 (club VARCHAR, try_bp VARCHAR)
### Question:
Can you tell me the Club thay has the Try BP of 0?
### A... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_58 (club VARCHAR, tries_against VARCHAR)
### Question:
What club has tries against of 75?
### 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_17810099_3 (title VARCHAR, episode__number VARCHAR)
### Question:
what was the title of the episode 21a?
### ... |
Below is an context that describes a sql 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, nationality VARCHAR, draft VARCHAR)
### Question:
What is Canada's highest round befo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27155678_2 (gene_name VARCHAR, genus_species VARCHAR)
### Question:
Name the gene name for methylobacterium 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_29 (team VARCHAR, location_attendance VARCHAR, series VARCHAR)
### Question:
Which Team has a Location 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_25 (loss VARCHAR, score VARCHAR)
### Question:
Who lost that has a score of w 4-3?
### Answer:
SELECT 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_23 (laps INTEGER, time_retired VARCHAR, grid VARCHAR)
### Question:
What is the average lap time for ret... |
Below is an context that describes a sql 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 (engine VARCHAR, year VARCHAR, chassis VARCHAR)
### Question:
Which engine from 1973 has a Brabham bt... |
Below is an context that describes a sql 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 (grid INTEGER, manufacturer VARCHAR, rider VARCHAR)
### Question:
Can you tell me the sum of Grid 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_95 (lane INTEGER, reaction_time VARCHAR, country VARCHAR, time VARCHAR)
### Question:
Which Lane has a C... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (date VARCHAR, away_team VARCHAR)
### Question:
What date was Ipswich Town the away 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_13241993_3 (part_1 VARCHAR, part_2 VARCHAR)
### Question:
What's the air date of part 1 of the episode whose ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10015132_9 (school_club_team VARCHAR, player VARCHAR)
### Question:
What school/club team is Trey Johnson 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_15 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
### Question:
what is the grid when the time/retir... |
Below is an context that describes a sql 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 (minoru VARCHAR, hikaru_sato VARCHAR, super_crazy VARCHAR)
### Question:
Name the minoru that has a 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_94 (opponent VARCHAR, record VARCHAR)
### Question:
Which opponent has a record of 3–1?
### 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_14 (finals VARCHAR, goals VARCHAR, assists VARCHAR)
### Question:
How many finals had more than 0 goals ... |
Below is an context that describes a sql 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 (kk___5 VARCHAR, kk___3 VARCHAR)
### Question:
What is KK -5 if KK - 3 is 310?
### Answer:
SELECT kk_... |
Below is an context that describes a sql 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 (club VARCHAR, venue VARCHAR, established VARCHAR, sport VARCHAR)
### Question:
What is the Club 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_name_45 (record VARCHAR, time__seconds_ INTEGER)
### Question:
Tell me the record for a time in seconds small... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (tie_no VARCHAR, away_team VARCHAR)
### Question:
Which tie number had an away team of the Tranmere R... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16034882_4 (loses VARCHAR, goals_conceded VARCHAR)
### Question:
What are the total number of losses 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_31 (position VARCHAR, year VARCHAR, college_country VARCHAR)
### Question:
Regarding players before 2000... |
Below is an context that describes a sql 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 (margin_of_victory VARCHAR, tournament VARCHAR)
### Question:
What is the Margin of Victory, when Tou... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14368332_1 (average VARCHAR)
### Question:
What is the result in 91-92 for the team with a 1.053 average?
###... |
Below is an context that describes a sql 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 (rank INTEGER, nationality VARCHAR, time VARCHAR)
### Question:
What is the lowest rank from Great Br... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (uefa_cup VARCHAR, total INTEGER)
### Question:
What is the total number of UEFA Cup(s), when Total 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_92 (county VARCHAR, r_bacon VARCHAR)
### Question:
Which county has 438 (4%) listed under R. Bacon?
### ... |
Below is an context that describes a sql 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 (area VARCHAR, decile VARCHAR, roll VARCHAR)
### Question:
What is the area with decile of 8, and a 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_22962745_35 (season VARCHAR, batsmen VARCHAR)
### Question:
What season was herschelle gibbs andrew symonds 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_14070062_3 (losing_bonus VARCHAR, won VARCHAR)
### Question:
What's the losing bonus count for the club 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_83 (player VARCHAR, wins VARCHAR)
### Question:
What player has 14 wins?
### Answer:
SELECT player 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_24399615_3 (cable_rank VARCHAR, airdate VARCHAR)
### Question:
What is the cable rank for the airdate of 10 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_name_39 (total INTEGER, finish VARCHAR)
### Question:
What is the average of the total when t11 is the finish... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2847477_2 (area VARCHAR, english_name VARCHAR)
### Question:
What is the area of xin county?
### 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_47 (events INTEGER, tournament VARCHAR, top_25 VARCHAR)
### Question:
What is the total of events when 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_45 (byes INTEGER, wins VARCHAR, against VARCHAR, club VARCHAR)
### Question:
Which Byes has an Against 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_50 (attendance INTEGER, result VARCHAR)
### Question:
What is the highest Attendance with a Result 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_21092444_1 (opponents VARCHAR, record VARCHAR)
### Question:
Name the opponents for record of 2-1
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1858574_2 (sail_number VARCHAR, yacht VARCHAR)
### Question:
When aspect computing is the yacht what is the 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_1341453_37 (first_elected INTEGER, incumbent VARCHAR)
### Question:
When was the incumbent Sherrod Brown firs... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_1 (left_office VARCHAR, inaugurated VARCHAR)
### Question:
What is Left Office, when Inaugurate is "15 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_31 (district VARCHAR, first_elected VARCHAR, incumbent VARCHAR)
### Question:
Which District has a 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_name_53 (director VARCHAR, title VARCHAR)
### Question:
Who directed An Egg Scramble?
### Answer:
SELECT 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_name_39 (tournament VARCHAR, outcome VARCHAR, opponents VARCHAR)
### Question:
what is the tournament when 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 singer (Name VARCHAR, Citizenship VARCHAR)
### Question:
List the name of singers whose citizenship is not "France"... |
Below is an context that describes a sql 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 (year INTEGER, edition VARCHAR)
### Question:
What was the latest year with an edition of 14?
### 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_7 (grid INTEGER, driver VARCHAR, points VARCHAR)
### Question:
What is the sum of the grid of driver rya... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24108789_4 (after INTEGER, player VARCHAR)
### Question:
What is the latest after when the player is Steve St... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23274514_6 (high_points VARCHAR, game VARCHAR)
### Question:
How many people got high points in game 35?
### ... |
Below is an context that describes a sql 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 (cardinalatial_title VARCHAR, elevator VARCHAR)
### Question:
Which Cardinalatial Title has an Elevat... |
Below is an context that describes a sql 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 (pitcher VARCHAR, date VARCHAR)
### Question:
Tell me the pitcher on september 6, 2006
### 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 Dogs (breed_code VARCHAR); CREATE TABLE Breeds (breed_name VARCHAR, breed_code VARCHAR)
### Question:
What is the 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_13741576_4 (won VARCHAR, try_bonus VARCHAR)
### Question:
Name the won for try bonus of 10
### 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_47 (player VARCHAR, hometown VARCHAR)
### Question:
Who is from flower mound, tx?
### Answer:
SELECT pla... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_19 (rank INTEGER, worldwide_gross VARCHAR)
### Question:
What is the Rank of the Film with a Worldwide G... |
Below is an context that describes a sql 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 (bats VARCHAR, surname VARCHAR, first VARCHAR, throws VARCHAR)
### Question:
Which Bats have a 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_21690339_1 (country VARCHAR, _percentage_cut VARCHAR)
### Question:
What country had a 100% cut?
### 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_22 (decision VARCHAR, visitor VARCHAR)
### Question:
What is the decision when they're at phoenix?
### 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_94 (format VARCHAR, date VARCHAR)
### Question:
What is the format for July 27, 1994?
### 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_1886270_1 (cr_no INTEGER)
### Question:
What is the lowest cr number?
### Answer:
SELECT MIN(cr_no) FROM 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_29626583_1 (pick__number INTEGER, mls_team VARCHAR)
### Question:
how many pick# does the chivas usa mls tea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_58 (record VARCHAR, time VARCHAR)
### Question:
Which Record has a Time of 4:50?
### Answer:
SELECT 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_name_75 (builder VARCHAR, launched VARCHAR)
### Question:
what builder launched 20 jun 1953?
### 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_82 (talent VARCHAR, hometown VARCHAR)
### Question:
What is the talent of the contestant from Lexington,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_56 (time VARCHAR, game VARCHAR)
### Question:
What was the time for game 4?
### Answer:
SELECT time 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_91 (record VARCHAR, date VARCHAR)
### Question:
What is the Record with a Date that is december 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 loan (branch_id VARCHAR, amount INTEGER); CREATE TABLE bank (bname VARCHAR, branch_id VARCHAR)
### Question:
Find 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_99 (nat VARCHAR, transfer_fee VARCHAR)
### Question:
What is the nationality of the player with a transf... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1579922_1 (episode VARCHAR, run_time VARCHAR)
### Question:
What episode had a run time of 24:25?
### 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 institution (TYPE VARCHAR, enrollment INTEGER)
### Question:
Show institution types, along with the number of insti... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15346009_1 (date VARCHAR, tournament VARCHAR)
### Question:
What day was Jeld-Wen Tradition held?
### 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_37 (pos VARCHAR, points VARCHAR, season VARCHAR)
### Question:
What is the position with 0 points in Sea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Person (gender VARCHAR, age INTEGER)
### Question:
Find the number of people who is under 40 for each gender.
### 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_19 (venue VARCHAR, state VARCHAR)
### Question:
What Venue is in Colorado?
### Answer:
SELECT venue 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_55 (location VARCHAR, event VARCHAR)
### Question:
Where was the Deep - 30 Impact event held?
### 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_33 (event VARCHAR, days_held VARCHAR)
### Question:
What event has 8 as the days held?
### 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_71 (conference VARCHAR, school VARCHAR)
### Question:
What conference has mayville state as the school?
... |
Below is an context that describes a sql 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 (score VARCHAR, place VARCHAR, country VARCHAR)
### Question:
Which Score has a Place of t5, and a Co... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (members_of_parliament VARCHAR, trailing_party VARCHAR)
### Question:
What is Members of Parliament, ... |
Below is an context that describes a sql 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 (name VARCHAR, state VARCHAR, opened__closing_date_if_defunct_ VARCHAR, length 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_25557880_1 (wins INTEGER)
### Question:
What was his minimum number wins in a single year?
### 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_38 (second VARCHAR, lead VARCHAR)
### Question:
Who is second on the team with Euan Byers at lead?
### 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_26591434_1 (ratings__kanto_ VARCHAR, episode VARCHAR)
### Question:
What was the ratings for episode 11?
### ... |
Below is an context that describes a sql 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 (attendance VARCHAR, week VARCHAR, opponent VARCHAR)
### Question:
What was the total Attendance in 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_2263152_1 (features VARCHAR, security_issues VARCHAR, distribution_mechanism VARCHAR)
### Question:
If the di... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.