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 (investment_earnings VARCHAR, total_revenue VARCHAR)
### Question:
What were the investment earnings ... |
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR)
### Question:
Which date had a venue of the Gold Coast Convention Centr... |
Below is an context that describes a sql 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 (pick__number INTEGER, player VARCHAR)
### Question:
What is Rhett Mclane's highest pick number?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_47 (score VARCHAR, date VARCHAR)
### Question:
What is the Score of the competition on October 25?
### 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_2784232_1 (approximate_translation VARCHAR, morphological_category VARCHAR)
### Question:
What are the the ap... |
Below is an context that describes a sql 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 (score INTEGER, year VARCHAR)
### Question:
Which Score is the lowest one that has a Year of 1868?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26218783_7 (points VARCHAR)
### Question:
how many time was points 6675?
### Answer:
SELECT COUNT(points) 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_name_25 (country VARCHAR, to_par VARCHAR, score VARCHAR)
### Question:
What country has a To par of +1 and 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_40 (record VARCHAR, december VARCHAR)
### Question:
What was the record on December 3?
### 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_27 (year VARCHAR, finish VARCHAR)
### Question:
What year was there a finish of 3?
### Answer:
SELECT ye... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16278673_1 (population VARCHAR, municipality VARCHAR)
### Question:
Name the population for sørvágur
### 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_27 (date VARCHAR, score VARCHAR)
### Question:
What is the Date of the Match with a Score of 6–4, 7–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_19 (carriers VARCHAR, rank VARCHAR)
### Question:
Which carrier is ranked 20?
### Answer:
SELECT carrier... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18055005_1 (no_in_series VARCHAR, viewers__millions_ VARCHAR, written_by VARCHAR)
### Question:
What's the 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_45 (outcome VARCHAR, surface VARCHAR, date VARCHAR)
### Question:
what is the outcome when the surface 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_29860752_11 (name__namesake_ VARCHAR)
### Question:
What are all the name(namesakes) for the entire chart?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE has_amenity (dormid VARCHAR, amenid VARCHAR); CREATE TABLE dorm_amenity (amenity_name VARCHAR, amenid VARCHAR); CRE... |
Below is an context that describes a sql 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 (pick__number VARCHAR, overall VARCHAR)
### Question:
How many picks have an Overall of 114?
### 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_22056184_1 (position VARCHAR, poles VARCHAR)
### Question:
Which positions are the poles 2?
### 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_90 (occupation VARCHAR, residence VARCHAR)
### Question:
What job is at red bank?
### Answer:
SELECT occ... |
Below is an context that describes a sql 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 (title VARCHAR, content VARCHAR, translation VARCHAR)
### Question:
Which title has content including... |
Below is an context that describes a sql 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 (high_points VARCHAR, team VARCHAR)
### Question:
What are the High points for Team @ portland?
### 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_28 (chapter VARCHAR, chinese VARCHAR)
### Question:
Name the chapter with chinese of 釋水
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_30 (transfer_window VARCHAR, transfer_fee VARCHAR, moving_to VARCHAR)
### Question:
What is the Transfer... |
Below is an context that describes a sql 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 (h___a VARCHAR, date VARCHAR)
### Question:
What is the H/A of the game on 24 january 2009?
### 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 table_1104312_5 (population_at_2010_census INTEGER, english_name VARCHAR)
### Question:
What is the listed populati... |
Below is an context that describes a sql 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 (week INTEGER, result VARCHAR)
### Question:
Which Week has a Result of l 41-14?
### 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_23 (losses INTEGER, goals_for INTEGER)
### Question:
What is the average losses for 22 goals?
### 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 (position VARCHAR, player VARCHAR, club_province VARCHAR, caps VARCHAR)
### Question:
What position 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_97 (crowd INTEGER, venue VARCHAR)
### Question:
What was the highest crowd at the venue MCG?
### 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_34 (pick INTEGER, college VARCHAR)
### Question:
What is the pick number for New Mexico?
### 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_69 (record VARCHAR, opponent VARCHAR)
### Question:
What is the record of Tampa Bay Buccaneers?
### 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_52 (professional_partner VARCHAR, celebrity VARCHAR, rank VARCHAR, season VARCHAR, average VARCHAR)
### ... |
Below is an context that describes a sql 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 (partner VARCHAR, date VARCHAR)
### Question:
Who is the partner of the tournament on 6 July 1987?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (college_junior_club_team__league_ VARCHAR, nationality VARCHAR, round VARCHAR)
### Question:
What 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_5 (surface VARCHAR, opponent_in_the_final VARCHAR)
### Question:
Which Surface has an Opponent in the fi... |
Below is an context that describes a sql 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 (grid VARCHAR, driver VARCHAR)
### Question:
Which Grid has a Driver of johnny dumfries?
### 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_11 (team VARCHAR, runner_up VARCHAR)
### Question:
What team defeated the Capital City Giants?
### 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 table_19457_1 (town_ships INTEGER, village_groups VARCHAR)
### Question:
How many townships are there in the region... |
Below is an context that describes a sql 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 (points INTEGER, games VARCHAR, losses VARCHAR, team_name VARCHAR)
### Question:
What's the lowest nu... |
Below is an context that describes a sql 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 (mintage VARCHAR, theme VARCHAR)
### Question:
How many cowboy coins were minted?
### 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_17521433_1 (swimsuit VARCHAR, average VARCHAR)
### Question:
What was the swimsuit score for the country 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 (position VARCHAR, drawn VARCHAR, difference VARCHAR, lost VARCHAR)
### Question:
What position 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_94 (finish VARCHAR, player VARCHAR, total VARCHAR, to_par VARCHAR)
### Question:
In what place did Nick ... |
Below is an context that describes a sql 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 (overall INTEGER, college VARCHAR, pick__number VARCHAR)
### Question:
What is the overall 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_17322817_10 (location_attendance VARCHAR, date VARCHAR)
### Question:
Name the location attendance for april ... |
Below is an context that describes a sql 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 (overall VARCHAR, college VARCHAR, round VARCHAR)
### Question:
How many overall values have a colleg... |
Below is an context that describes a sql 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 (class VARCHAR, peak VARCHAR)
### Question:
Which class has a peak named fountains fell south top?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25923164_1 (original_air_date VARCHAR, written_by VARCHAR)
### Question:
What was the original air date of 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_13700749_1 (language_s_ VARCHAR, film_title VARCHAR)
### Question:
What are all the languages for tsotsi?
###... |
Below is an context that describes a sql 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 (byes VARCHAR, draws VARCHAR, against VARCHAR)
### Question:
What is the total number of byes that 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_79 (population VARCHAR, _in_thousands VARCHAR, __1905__ VARCHAR, name_in_polish VARCHAR)
### Question:
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 (opponent VARCHAR, record VARCHAR)
### Question:
Who was the opponent with the 20-12 record?
### 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_84 (grid VARCHAR, driver VARCHAR)
### Question:
Jacques Villeneuve was on what grid?
### 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 (losses INTEGER, wins VARCHAR, against VARCHAR)
### Question:
What are the losses when there are 9 wi... |
Below is an context that describes a sql 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 (per_capita VARCHAR, region VARCHAR)
### Question:
What is the per capita of Greece?
### 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_40 (tyres VARCHAR, chassis VARCHAR)
### Question:
What tyres were used with the mp4/14 chassis?
### 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_19753079_4 (incumbent VARCHAR, district VARCHAR)
### Question:
Name the incumbent for alabama 6
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (series VARCHAR, editor VARCHAR, albums VARCHAR)
### Question:
Which series with a total of 27 albums... |
Below is an context that describes a sql 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 (competition VARCHAR, date VARCHAR)
### Question:
what is the competition when the date is 1995-08-06... |
Below is an context that describes a sql 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 (date VARCHAR, game VARCHAR)
### Question:
What is Date, when Game is "65"?
### Answer:
SELECT date 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_32 (hanyu_pinyin VARCHAR, density___km²_ VARCHAR)
### Question:
What is the Hanyu Pinyin with a density ... |
Below is an context that describes a sql 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 (rank VARCHAR, mark VARCHAR, nationality VARCHAR)
### Question:
What rank has a mark of NM and is fro... |
Below is an context that describes a sql 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 (result VARCHAR, date VARCHAR)
### Question:
What was the Result of the game dated 21st?
### 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_38 (score VARCHAR, opponent VARCHAR)
### Question:
What is Score, when Opponent is "Daniel Gimeno-Traver... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE phone_market (Num_of_stock INTEGER, Phone_ID VARCHAR); CREATE TABLE phone (Name VARCHAR, Phone_ID 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_1929755_1 (top_5 VARCHAR, avg_start VARCHAR)
### Question:
HOw many top 5 starts did the team with 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_name_90 (year INTEGER, nominee VARCHAR)
### Question:
In what year was Lesli Margherita nominated?
### 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_31 (final_score VARCHAR, opponent VARCHAR, town VARCHAR, year VARCHAR, competition VARCHAR)
### Question... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_31 (team VARCHAR, location_attendance VARCHAR, series VARCHAR)
### Question:
what is the team when the 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_45 (goal INTEGER, competition VARCHAR)
### Question:
What is the smallest goal during the 2006 fifa worl... |
Below is an context that describes a sql 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 (other_b VARCHAR, fa_cup VARCHAR)
### Question:
What is the Other b when the FA Cup shows 3 (17)?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12547903_3 (branding VARCHAR, location VARCHAR)
### Question:
What was the branding in Dagupan?
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28177800_5 (late_middle_english VARCHAR, late_old_english__anglian_ VARCHAR)
### Question:
What is the Late 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_21234111_6 (song VARCHAR, scoreboard VARCHAR)
### Question:
Name the number of song for scoreboard being 3rd
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_74 (lap_by_lap VARCHAR, year VARCHAR, pit_reporters VARCHAR)
### Question:
Which lap-by-lap has a year 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_1140111_5 (report VARCHAR, winning_driver VARCHAR)
### Question:
How many different kinds of reports are ther... |
Below is an context that describes a sql 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 (attendance INTEGER, result VARCHAR, year VARCHAR)
### Question:
What was the total attendance for 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_20 (date VARCHAR, sample_size VARCHAR, republican VARCHAR)
### Question:
What was the date for Ron Paul ... |
Below is an context that describes a sql 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 (year VARCHAR, chassis VARCHAR, points VARCHAR)
### Question:
Name the total number of year for chass... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341884_45 (first_elected VARCHAR, district VARCHAR)
### Question:
how many voted in the texas 6 section
### ... |
Below is an context that describes a sql 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 (year INTEGER, attendance VARCHAR)
### Question:
What year was the average attendance 80,388?
### 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_71 (margin_of_victory VARCHAR, winning_score VARCHAR)
### Question:
Who were the runner(s)-up when the 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_1140083_2 (rnd VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR)
### Question:
How many rounds were won wi... |
Below is an context that describes a sql 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 (opponent_in_the_final VARCHAR, outcome VARCHAR)
### Question:
What is the Opponent in the final when... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_26 (winning_driver VARCHAR, race_name VARCHAR)
### Question:
What driver won the VII Rand Grand Prix?
##... |
Below is an context that describes a sql 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 (fifa_club_world_championship INTEGER, name VARCHAR, uefa_champions_league VARCHAR, total VARCHAR)
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1557752_1 (prothrombin_time VARCHAR, condition VARCHAR)
### Question:
What is the prothrombin time in Von wil... |
Below is an context that describes a sql 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 (score VARCHAR, opponents VARCHAR, date VARCHAR)
### Question:
What is the score of the September 20, ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_43 (wicket VARCHAR, runs__balls_ VARCHAR)
### Question:
Which wicket had a 100 (45) Runs (balls) amount?... |
Below is an context that describes a sql 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 (film_name VARCHAR, year VARCHAR)
### Question:
Which film was released in the year 2002?
### 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_72 (score VARCHAR, game VARCHAR)
### Question:
What is the score of game 37?
### 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_50 (year INTEGER, delegate VARCHAR)
### Question:
Which Year jennifer tarol barrientos is in?
### Answer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_95 (record VARCHAR, home VARCHAR)
### Question:
What was the record while at home in Anaheim?
### 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_39 (home_team VARCHAR, away_team VARCHAR)
### Question:
Which home team played against Geelong?
### 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_76 (median_family_income VARCHAR, median_household_income VARCHAR)
### Question:
What is Median Family 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_63 (date VARCHAR, catalog VARCHAR, format VARCHAR)
### Question:
Which Date has a Catalog of 887 195-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_15887683_6 (package_option VARCHAR, television_service VARCHAR)
### Question:
Name the number of package/opti... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1213511_2 (nhl_team VARCHAR, player VARCHAR)
### Question:
How many NHL teams does Terry French play 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_1341598_10 (district VARCHAR, incumbent VARCHAR)
### Question:
In what district was the incumbent Michael Bil... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.