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_29 (tournament VARCHAR, date VARCHAR, surface VARCHAR, partner VARCHAR)
### Question:
Which tournament 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_40 (attendance INTEGER, date VARCHAR, week VARCHAR)
### Question:
What is the highest attendance for Dec... |
Below is an context that describes a sql 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 (rbis INTEGER, team VARCHAR, date VARCHAR)
### Question:
When the team is the Boston Red Sox and 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_82 (team VARCHAR, score VARCHAR)
### Question:
Which Team has a Score of 108-107?
### Answer:
SELECT 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_6 (year VARCHAR, engine_s_ VARCHAR)
### Question:
Which year has an Engine(s) of yamaha v8?
### 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_75 (loss INTEGER, avg_g VARCHAR, long VARCHAR, gain VARCHAR)
### Question:
What is the highest Loss, whe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (worship_leader VARCHAR, time VARCHAR)
### Question:
Who was the Worship Leader for the song that was... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1553485_1 (channel_tv___dt__ VARCHAR, station VARCHAR)
### Question:
What channel tv (dt) plays the KPIX stat... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR)
### Question:
What is the opponent from April 19?
### 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_13 (away_team VARCHAR)
### Question:
What is the Away team score for Away team North Melbourne?
### 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_50 (rank INTEGER, goals VARCHAR, name VARCHAR)
### Question:
What is the lowest Rank when the goals are ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE products (product_name VARCHAR, product_price VARCHAR, product_id VARCHAR); CREATE TABLE regular_order_products (pr... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the 2009 value with a 2010 A value?
### Answer:
SELECT 2009 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_67 (attendance INTEGER, visitor VARCHAR)
### Question:
How many were in attendance at the game where the... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21655290_1 (director VARCHAR, original_title VARCHAR)
### Question:
Who is the director of kon-tiki original ... |
Below is an context that describes a sql 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 (round INTEGER, player VARCHAR, pick VARCHAR)
### Question:
What is the lowest round of Ed Smith, 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_18138132_2 (function VARCHAR, version VARCHAR, title VARCHAR)
### Question:
What is the function of 1.4 versi... |
Below is an context that describes a sql 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 (name VARCHAR, dcsf_number VARCHAR)
### Question:
Who has a DCSF number of 3373?
### Answer:
SELECT 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_15187735_8 (segment_b VARCHAR, segment_c VARCHAR)
### Question:
Name the segment b for graphite s fly rod
###... |
Below is an context that describes a sql 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 (races INTEGER, series VARCHAR, team VARCHAR)
### Question:
How many races did the Formula Three Euros... |
Below is an context that describes a sql 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 (away VARCHAR, home VARCHAR)
### Question:
Which Away has a Home of 1–0?
### Answer:
SELECT away 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_16 (away_team VARCHAR, attendance VARCHAR)
### Question:
Who was the away team when the attendance was 7... |
Below is an context that describes a sql 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 (opponents_in_final VARCHAR, partner VARCHAR, year VARCHAR)
### Question:
What is Opponents in Final,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22673956_1 (race_name VARCHAR, track VARCHAR)
### Question:
How many races took place on the Indianapolis Mot... |
Below is an context that describes a sql 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 (home VARCHAR, score VARCHAR)
### Question:
Which home team has a score of 5 – 6?
### 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_11602313_4 (frequency VARCHAR, part_number_s_ VARCHAR)
### Question:
What is the frequency of the model 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_68 (first_airdate VARCHAR, episodes VARCHAR, nielsen_ranking VARCHAR)
### Question:
What was the first 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_21062353_1 (wildcats_points VARCHAR, game VARCHAR)
### Question:
How many times did the Wildcats play a 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_75 (area INTEGER, population VARCHAR, density VARCHAR, rank VARCHAR)
### Question:
What is the lowest ar... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18626383_2 (contestant VARCHAR, hometown VARCHAR)
### Question:
When johannesburg is the hometown who is the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_6 (best VARCHAR, qual_1 VARCHAR)
### Question:
What is the best time for a team with a first-qualifying ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR)
### Question:
Where was d: ~100nm, l: 1 μm geometry rese... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
What is the Score on January 23?
### Answer:
SELECT score ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_67 (record VARCHAR, visitor VARCHAR)
### Question:
Can you tell me the Record that has the Visitor of va... |
Below is an context that describes a sql 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 (proto_oceanic VARCHAR, verb VARCHAR)
### Question:
What is the Proto-Oceanic verb for to die, be dea... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
On 21/07/07, what was the score?
### Answer:
SELECT score... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341973_3 (candidates VARCHAR, incumbent VARCHAR)
### Question:
Who were the candidates in the election where... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
Name the 2010 for 2011 of a and 2008 of 1r
### Answer:
SELECT 2010 FROM ta... |
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR)
### Question:
What is Record, when Date is Oct 19?
### 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_74 (a_score INTEGER, t_score VARCHAR, e_score VARCHAR, total VARCHAR)
### Question:
What was the total o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_54 (drawn INTEGER, team VARCHAR, points VARCHAR)
### Question:
How many Drawns have a Team of aa são ben... |
Below is an context that describes a sql 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, year_s__won VARCHAR)
### Question:
Who is the player who won in 1993?
### 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_24089503_1 (kentucky_oaks VARCHAR, belmont_stakes VARCHAR)
### Question:
What was the Kentucky Oaks attendanc... |
Below is an context that describes a sql 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 (final_year INTEGER, north_or_east_terminus VARCHAR)
### Question:
What is the most minimal Final yea... |
Below is an context that describes a sql 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 (time VARCHAR, eliminated_by VARCHAR, wrestler VARCHAR)
### Question:
What time was the Wrestler Henr... |
Below is an context that describes a sql 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 (wamalwa VARCHAR, turnout__percentage VARCHAR)
### Question:
What's listed for the Wamalwa that has a... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21636599_2 (security_forces VARCHAR, civilians VARCHAR)
### Question:
What are the security forces when the 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_69 (attendance INTEGER, date VARCHAR, week VARCHAR)
### Question:
What is the lowest Attendance, when Da... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Professionals (professional_id VARCHAR, cell_number VARCHAR); CREATE TABLE Treatments (professional_id 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_1182314_5 (percent__1990_ VARCHAR, state VARCHAR)
### Question:
what are all the percent (1990) where state 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_97 (high_points VARCHAR, high_rebounds VARCHAR)
### Question:
who had the high points when chris bosh (1... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25740548_2 (original_air_date VARCHAR, directed_by VARCHAR)
### Question:
How many episodes were directed by ... |
Below is an context that describes a sql 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 (home VARCHAR, visitor VARCHAR)
### Question:
Name the home with chicago visiting
### 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_66 (team_1 VARCHAR, team_2 VARCHAR)
### Question:
What is the team 1 with nîmes olympique (d2) as 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_90 (total_score VARCHAR, champion VARCHAR)
### Question:
When the champion was Gay Brewer Category:Artic... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_93 (money___ INTEGER, country VARCHAR, player VARCHAR)
### Question:
What is the most money United State... |
Below is an context that describes a sql 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 VARCHAR, class VARCHAR)
### Question:
On which date was the class 157?
### Answer:
SELECT date ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_11 (venue VARCHAR, goal__number VARCHAR)
### Question:
What was the venue where goal #2 occured?
### 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_63 (player VARCHAR, to_par VARCHAR, country VARCHAR)
### Question:
Which united states player had a To p... |
Below is an context that describes a sql 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 (game INTEGER, date VARCHAR, batting_2nd VARCHAR)
### Question:
what is the game for 23 april when ba... |
Below is an context that describes a sql 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 (points INTEGER, drawn VARCHAR, played VARCHAR)
### Question:
Which Points have Drawn of 1, and a 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_78 (record VARCHAR, game VARCHAR)
### Question:
Which Record has a Game of 19?
### Answer:
SELECT record... |
Below is an context that describes a sql 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 (gold INTEGER, silver VARCHAR, nation VARCHAR)
### Question:
How many golds does Germany have with mo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (funny_car VARCHAR, pro_stock VARCHAR, year VARCHAR)
### Question:
Who won Funny Car when Jim Yates 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_57 (ties INTEGER, team VARCHAR, goals_against VARCHAR)
### Question:
How many ties did the Montreal Vict... |
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR)
### Question:
Who is the team that played away team watford?
##... |
Below is an context that describes a sql 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 (date_of_death VARCHAR, name VARCHAR, cause_of_death VARCHAR, tenure VARCHAR)
### Question:
What is 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_11 (year VARCHAR, silver VARCHAR)
### Question:
What is the total number of years when Mika Miyazato won... |
Below is an context that describes a sql 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 (year VARCHAR, award VARCHAR)
### Question:
How many years has the Mercury Prize award been given?
##... |
Below is an context that describes a sql 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 (gold INTEGER, nation VARCHAR, bronze VARCHAR)
### Question:
What is the average Gold, when Nation 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_97 (date VARCHAR, score VARCHAR)
### Question:
When was the score 123-112?
### Answer:
SELECT date 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_19 (sub_parish__sokn_ VARCHAR, year_built VARCHAR)
### Question:
Which Sub-Parish has a church built 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_19 (coach VARCHAR, year VARCHAR)
### Question:
Who was the coach in 1953?
### Answer:
SELECT coach 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_22 (staying_councillors INTEGER, new_council VARCHAR, previous_council VARCHAR)
### Question:
Which Stay... |
Below is an context that describes a sql 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 (_ VARCHAR, knots_knots VARCHAR, name VARCHAR)
### Question:
What is the pseudoknot prediction of 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_75 (opponent VARCHAR, round VARCHAR, season VARCHAR)
### Question:
What is the Opponent with a Round 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_49 (bronze INTEGER, gold VARCHAR, total VARCHAR, rank VARCHAR)
### Question:
What is the most number 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_18710512_3 (single VARCHAR, date VARCHAR, other_details VARCHAR)
### Question:
What single(s) released in 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_20 (money___$__ VARCHAR, player VARCHAR)
### Question:
What was the Money ($) amount for Cary Middlecoff... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28116528_1 (original_air_date VARCHAR, production_code VARCHAR)
### Question:
What date did the episode 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_2501754_2 (production_count VARCHAR, episode__number VARCHAR)
### Question:
How many episodes were numbered 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_24122653_2 (finish VARCHAR, eliminated VARCHAR)
### Question:
What is the number of finishes associated 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_95 (fleet_number VARCHAR, model VARCHAR)
### Question:
What is the fleet number for the model of Gillig ... |
Below is an context that describes a sql 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 (white VARCHAR, opening VARCHAR, moves VARCHAR, black VARCHAR, result VARCHAR)
### Question:
What's 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_17058116_5 (high_points VARCHAR, date VARCHAR)
### Question:
Who scored the high points on the date November ... |
Below is an context that describes a sql 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 (site VARCHAR, date VARCHAR)
### Question:
WHAT IS THE SITE ON OCTOBER 7?
### Answer:
SELECT site 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_11 (league VARCHAR, number INTEGER)
### Question:
What league has a number less than 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_55 (result_f_a VARCHAR, league_position VARCHAR, date VARCHAR)
### Question:
What was the Result F–A 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 market (Country VARCHAR)
### Question:
List all countries of markets in ascending alphabetical order.
### 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_28561455_1 (no_in_series VARCHAR, us_viewers__million_ VARCHAR)
### Question:
For how many series were 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_16034882_2 (loses VARCHAR, goals_scored VARCHAR)
### Question:
How many games were lost when the goals scored... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR)
### Question:
Who was the opponent on april 26, 2003?
### 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_83 (lost INTEGER, drawn VARCHAR, points VARCHAR)
### Question:
How many games lost for the team that dre... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13301516_1 (no_in_series VARCHAR, original_air_date VARCHAR)
### Question:
How many episodes originally aired... |
Below is an context that describes a sql 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 (game VARCHAR, team VARCHAR)
### Question:
What is the game number when the game was against phoenix?... |
Below is an context that describes a sql 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 (country VARCHAR, holmenkollen VARCHAR, fis_nordic_world_ski_championships VARCHAR, winter_olympics V... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (home VARCHAR, opponent VARCHAR)
### Question:
Who was the home when the opponent was slovan liberec?... |
Below is an context that describes a sql 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 (league_cup_apps VARCHAR, league_cup_goals INTEGER)
### Question:
What is the league cup app with lea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_287659_2 (state_name VARCHAR, regional_page__number VARCHAR)
### Question:
What states have a regional page #... |
Below is an context that describes a sql 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 (opponent VARCHAR, week INTEGER)
### Question:
What's the Opponent with a Week that's larger than 16?
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.