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_2351952_1 (country VARCHAR, numbers VARCHAR)
### Question:
The numbers 801-812 are in which country?
### 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_6 (points INTEGER, team VARCHAR, laps VARCHAR)
### Question:
How many points for Newman/Haas Racing 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_6 (player VARCHAR, to_par VARCHAR, country VARCHAR)
### Question:
What player has E as the to par, and 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_11174272_1 (rank INTEGER)
### Question:
what is the minimum rank
### Answer:
SELECT MIN(rank) FROM table_1117... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_78 (wins INTEGER, position VARCHAR, scored VARCHAR)
### Question:
What was the lowest number of wins 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_16 (country VARCHAR, place VARCHAR)
### Question:
What country placed 3?
### Answer:
SELECT country 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_38 (outcome VARCHAR, opponents_in_the_final VARCHAR)
### Question:
What was the outcome of the match opp... |
Below is an context that describes a sql 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 (flattening_ratio VARCHAR, equatorial_diameter VARCHAR)
### Question:
What is the Flattening ratio 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 Documents (project_id VARCHAR); CREATE TABLE projects (project_id VARCHAR, project_details VARCHAR)
### Question:
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_2562572_37 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
### Question:
Name the settlement 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_49 (example_meaning_in_english VARCHAR, standard_thai VARCHAR)
### Question:
What example in English 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 (qual_2 VARCHAR, best VARCHAR)
### Question:
Who in Qual 2 had the best time of 1:31.327?
### 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_84 (package_option VARCHAR, television_service VARCHAR, country VARCHAR, content 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_24613895_1 (number_of_believers VARCHAR, name_of_village VARCHAR)
### Question:
Name the number of believers ... |
Below is an context that describes a sql 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, points VARCHAR, opponent VARCHAR)
### Question:
How many attended the game again... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18963843_1 (asian_american_population__2010_ INTEGER, combined_statistical_area VARCHAR)
### Question:
Name 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_9 (points_against VARCHAR, lost VARCHAR, points_for VARCHAR)
### Question:
Which Points against has a 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_30 (total INTEGER, to_par VARCHAR)
### Question:
WHAT IS THE TOTAL WITH A TO PAR OF 10?
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_80 (result VARCHAR, date VARCHAR)
### Question:
What is Result, when Date is 2003?
### Answer:
SELECT re... |
Below is an context that describes a sql 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 (lost VARCHAR)
### Question:
Which Lost has a Club of club?
### Answer:
SELECT lost FROM table_name_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_65 (time_retired VARCHAR, laps VARCHAR, name VARCHAR)
### Question:
What is Time/Retired, when Laps is l... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (date_released VARCHAR, green_communist VARCHAR)
### Question:
What's the date released when there wa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (record VARCHAR, date VARCHAR)
### Question:
What record has November 15 as the date?
### 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_86 (event VARCHAR, name VARCHAR)
### Question:
In what Event did Dorcus Inzikuru compete?
### 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_20 (postseason VARCHAR, team VARCHAR)
### Question:
How many postseason titles has Nebraska received?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE organizations (uk_vat_number INTEGER); CREATE TABLE individuals (individual_last_name VARCHAR, individual_id VARCHA... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_61 (enrollment VARCHAR, ihsaa_class VARCHAR)
### Question:
What is the total enrollment of the aa IHSAA ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_69 (date VARCHAR, opponent_in_the_final VARCHAR)
### Question:
What is the date of the match with arnaud... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (h_a_n VARCHAR, score VARCHAR)
### Question:
What was the H/A/N for the game that ended in a score 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_92 (home VARCHAR, series VARCHAR)
### Question:
Which Home has a Series of series tied 3–3?
### 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_28742659_2 (reward VARCHAR, finish VARCHAR)
### Question:
What is listed in reward when the finish is listed ... |
Below is an context that describes a sql 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 (record VARCHAR, score VARCHAR, visitor VARCHAR)
### Question:
When the Vancouver Canucks were visitin... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_41 (result VARCHAR, attendance VARCHAR)
### Question:
What are the results for the game with 82,113 atte... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_34 (result VARCHAR, category VARCHAR)
### Question:
What's the result for the category of best actor in ... |
Below is an context that describes a sql 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 (record VARCHAR, event VARCHAR)
### Question:
Which Record has an Event of inoki bom-ba-ye 2002?
### 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_85 (a_league VARCHAR, pre_season INTEGER)
### Question:
How much A-League has a Pre-Season larger than 0... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Behavior_Incident (incident_type_code VARCHAR)
### Question:
How many distinct incident type codes are there?
### 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_62 (year__ceremony_ VARCHAR, result VARCHAR, film_title_used_in_nomination VARCHAR)
### Question:
What y... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_78 (episode_no VARCHAR, no_of_dvds VARCHAR)
### Question:
WHAT IS THE EPISODE NUMBER THAT HAS 28 DVD?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15582870_1 (college VARCHAR, weight VARCHAR)
### Question:
Which college did the player weighing 207 pounds 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_1 (party VARCHAR, municipality VARCHAR)
### Question:
Municipality of tampere involves which party?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27114708_2 (date_of_appointment VARCHAR, team VARCHAR)
### Question:
For team ascoli please mention all the 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_8 (year VARCHAR, time VARCHAR, avg_run VARCHAR)
### Question:
What is the total years with average runs ... |
Below is an context that describes a sql 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 (population__2004_est_ VARCHAR, hanzi VARCHAR)
### Question:
What is the 2004 population 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_28 (new_conference VARCHAR, team_nickname VARCHAR)
### Question:
What is the new conference for the Gauc... |
Below is an context that describes a sql 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 (centerfold_model VARCHAR, date VARCHAR)
### Question:
Who was the Centerfold Model on 9-03?
### 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_19 (reg_gp INTEGER, player VARCHAR, rd__number VARCHAR)
### Question:
How many reg GP for rick vaive in ... |
Below is an context that describes a sql 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 (total INTEGER, gold INTEGER)
### Question:
Which Total has a Gold smaller than 0?
### 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_87 (season VARCHAR, round VARCHAR, result VARCHAR)
### Question:
What season had a game in the first rou... |
Below is an context that describes a sql 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 (model VARCHAR, years VARCHAR)
### Question:
What is the model that was made in the years 2011 2012-?... |
Below is an context that describes a sql 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 (d_43_√ VARCHAR, d_49_√ VARCHAR)
### Question:
What is the D 43 √ with a D 49 √ with d 49 √?
### 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_25604014_9 (original_air_date VARCHAR, production_code VARCHAR)
### Question:
Name the original air date 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_71 (loss VARCHAR, date VARCHAR)
### Question:
Which Loss has a Date of july 2?
### Answer:
SELECT loss 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_32 (player VARCHAR, nhl_team VARCHAR, round VARCHAR, mwehl_team VARCHAR)
### Question:
Who was the 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_94 (starts INTEGER, chassis VARCHAR, finishes VARCHAR)
### Question:
what is the average starts 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_name_5 (jury_points VARCHAR, televote_points VARCHAR)
### Question:
What was the Jury Points value when there... |
Below is an context that describes a sql 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 (player VARCHAR, year VARCHAR, pick VARCHAR, position VARCHAR)
### Question:
What is Player, when Pic... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24051050_1 (challengers__female_ VARCHAR, episode VARCHAR)
### Question:
Which female challengers featured in... |
Below is an context that describes a sql 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 (score1 VARCHAR, opponent VARCHAR)
### Question:
What was the final score for the Thurrock?
### Answe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE FACULTY (Fname VARCHAR, Lname VARCHAR, FacID VARCHAR); CREATE TABLE MEMBER_OF (FacID VARCHAR, DNO VARCHAR)
### Ques... |
Below is an context that describes a sql 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 (name VARCHAR, qual_1 VARCHAR)
### Question:
What was the Name of the person with a Qual 1 of 1:26.05... |
Below is an context that describes a sql 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 (player VARCHAR, year_born VARCHAR, current_club VARCHAR)
### Question:
Who is the player who was bor... |
Below is an context that describes a sql 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 (avge VARCHAR, name VARCHAR, goals VARCHAR)
### Question:
What is the total avge of John Hall, who 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_1682026_2 (market_value__billion_$_ VARCHAR, assets__billion_$_ VARCHAR)
### Question:
When the assets are 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_33 (home_team VARCHAR, venue VARCHAR)
### Question:
At the match in windy hill, how much did the home te... |
Below is an context that describes a sql 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 (carries VARCHAR, average VARCHAR, touchdowns VARCHAR)
### Question:
How many carries have an 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_30121082_1 (area__acres__ INTEGER, poor_law_union VARCHAR, civil_parish VARCHAR)
### Question:
What is the 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_89 (dates VARCHAR, location VARCHAR, grade VARCHAR)
### Question:
What were the dates for Honolulu, Hawa... |
Below is an context that describes a sql 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 (genre VARCHAR, station VARCHAR)
### Question:
What genre has a station of Class 95FM?
### 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_15 (home_team VARCHAR, venue VARCHAR)
### Question:
What was the home team that played at Corio 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_33 (score VARCHAR, attendance VARCHAR)
### Question:
What is Score, when Attendance is 2,444?
### 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_99 (laps INTEGER, driver VARCHAR, grid VARCHAR)
### Question:
what is the least laps when the driver 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_18 (year INTEGER, manufacturer VARCHAR, finish VARCHAR)
### Question:
Smaller than 37, the highest year ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14563349_11 (date VARCHAR, opponent VARCHAR)
### Question:
How many days were the Kansas City Chiefs the oppo... |
Below is an context that describes a sql 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 (place VARCHAR, country VARCHAR, score VARCHAR, to_par VARCHAR)
### Question:
Which Place has a 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_15621965_16 (years_in_orlando VARCHAR, school_club_team VARCHAR)
### Question:
What years did the player who'... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19753079_41 (incumbent VARCHAR, district VARCHAR)
### Question:
When pennsylvania 3 is the district who 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_15451122_2 (assembled VARCHAR, first_member VARCHAR)
### Question:
What date was parliament assembled when Jo... |
Below is an context that describes a sql 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 (team_1 VARCHAR, team_2 VARCHAR)
### Question:
What is team one that has tp englebert for team 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_6 (location_attendance VARCHAR, opponent VARCHAR)
### Question:
What was the location when the opponent ... |
Below is an context that describes a sql 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 (round INTEGER, college VARCHAR, pick VARCHAR)
### Question:
What is the largest round of a pick smal... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_46 (date__from_ VARCHAR, name_of_system VARCHAR, traction_type VARCHAR)
### Question:
On what date did 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_39 (runner_up VARCHAR, year VARCHAR)
### Question:
Who was the runner-up in 1887 competition for 'Articl... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27765443_2 (model___computer_name VARCHAR, cpu_type VARCHAR)
### Question:
Name the total number of model 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_8 (player VARCHAR, school VARCHAR)
### Question:
Which Player attended George Washington High 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_42 (record VARCHAR, date VARCHAR, time__seconds_ VARCHAR)
### Question:
What is the Record for 23 januar... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Customers (first_name VARCHAR, last_name VARCHAR)
### Question:
List the first name and last name of all customers.... |
Below is an context that describes a sql 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 (method VARCHAR, opponent VARCHAR)
### Question:
Which method was used when Alessio Sakara was the op... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14433719_1 (time___et__ VARCHAR, opponent VARCHAR)
### Question:
What time in eastern standard time was game ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_28 (viewers__millions_ INTEGER, episode__number VARCHAR, share VARCHAR)
### Question:
What is the averag... |
Below is an context that describes a sql 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 (date_of_issue VARCHAR, place_of_issue VARCHAR)
### Question:
On what date were sheets issued in Tall... |
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR, results¹ VARCHAR)
### Question:
When was the game played against Norw... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_63 (silver VARCHAR, nation VARCHAR, rank VARCHAR)
### Question:
What is the total number of Silvers held... |
Below is an context that describes a sql 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 (format VARCHAR, _special_notes VARCHAR, title VARCHAR)
### Question:
What is the Format and Special ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE college (state VARCHAR, enr INTEGER)
### Question:
What is the number of states that has some college whose enrollm... |
Below is an context that describes a sql 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 (record VARCHAR, score VARCHAR)
### Question:
What is the record of the game with a score of 1 – 5?
#... |
Below is an context that describes a sql 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 (division VARCHAR, playoffs VARCHAR, year VARCHAR, regular_season VARCHAR)
### Question:
Which Divisi... |
Below is an context that describes a sql 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 (manager_1 VARCHAR, kit_manufacturer VARCHAR, shirt_sponsor VARCHAR)
### Question:
Who is the manager... |
Below is an context that describes a sql 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 (floors VARCHAR, street_address VARCHAR)
### Question:
How many floors have 207 w. hastings st. as 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_1132600_3 (round VARCHAR, winning_constructor VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR)
### Questi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.