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_25277262_2 (directed_by VARCHAR, written_by VARCHAR)
### Question:
If the writer is Mark Fink, who is the dir... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (score VARCHAR, date VARCHAR)
### Question:
What is the score on december 10?
### Answer:
SELECT scor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (points INTEGER, engine VARCHAR, chassis VARCHAR)
### Question:
What are the lowest points for the en... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22385461_9 (start___utc__ VARCHAR, spacecraft VARCHAR)
### Question:
If the spacecraft is the Shenzhou 7 Eva ... |
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR)
### Question:
What country was Henry Picard from?
### 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_10 (home_team VARCHAR, away_team VARCHAR)
### Question:
What did the home team score when they played 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_18 (date VARCHAR, home_team VARCHAR)
### Question:
What is Date, when Home Team is "Chester City"?
### 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_82 (game VARCHAR, year VARCHAR, genre VARCHAR)
### Question:
What game was before 2010 and was a role-pl... |
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR)
### Question:
When did the home team of Richmond play?
### 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_19 (score VARCHAR, partner VARCHAR)
### Question:
What was the score when Mark parterned with lorenzo ma... |
Below is an context that describes a sql 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 (president VARCHAR, elected VARCHAR)
### Question:
What president was elected in 2010?
### 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_17814458_1 (slope_length INTEGER, type VARCHAR)
### Question:
Name the slope length for gondola
### 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_56 (laps INTEGER, grid VARCHAR, time_retired VARCHAR)
### Question:
What is the mean number of laps 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_23 (round VARCHAR, player VARCHAR)
### Question:
Which Round has a Player of anna chakvetadze?
### 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 enzyme (name VARCHAR)
### Question:
List the name of enzymes in descending lexicographical order.
### 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_2249029_1 (gdp_per_capita VARCHAR, gdp_world_rank VARCHAR)
### Question:
Name the gdp per capita for world ra... |
Below is an context that describes a sql 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 (team VARCHAR, venue VARCHAR)
### Question:
What team plays in Dinamo, Brest?
### Answer:
SELECT team... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_5 (result VARCHAR, date VARCHAR)
### Question:
What was the result and score of the game on February 22?... |
Below is an context that describes a 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 (numbers VARCHAR, order_number VARCHAR)
### Question:
What are the numbers for the order number 713... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27501030_8 (opponent VARCHAR, game VARCHAR)
### Question:
How many games were numbered 69?
### 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_1671401_2 (poles VARCHAR, avg_finish VARCHAR)
### Question:
Name the poles for avg finish is 26.8
### 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_12 (attendance VARCHAR, result VARCHAR)
### Question:
Tell me the attendance with a result of l 26–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_25360865_1 (home_town VARCHAR, _number VARCHAR)
### Question:
Name the number of home town for number being 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_2527063_3 (rank INTEGER)
### Question:
Name the least rank
### Answer:
SELECT MIN(rank) FROM table_2527063_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_18 (location VARCHAR, tournament VARCHAR)
### Question:
What is the lowest first prize of the Mercedes 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_22 (away_team VARCHAR, venue VARCHAR)
### Question:
at kardinia park, what was the away team's 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_21 (site_stadium VARCHAR, date VARCHAR)
### Question:
On March 23, what is the site/stadium?
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_33 (ga VARCHAR, losses VARCHAR, team VARCHAR)
### Question:
What's the G.A. when there were 2 losses and... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_92 (position VARCHAR, pick VARCHAR, round VARCHAR)
### Question:
Which Position has a Pick smaller than ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13463790_2 (height__ft_ VARCHAR, name VARCHAR)
### Question:
what's the height (ft) with name being leadenhal... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28132970_5 (breadth VARCHAR, vessel VARCHAR)
### Question:
How many breadth entries are there when the vessel... |
Below is an context that describes a sql 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 (firefox VARCHAR, internet_explorer VARCHAR)
### Question:
What is the firefox value with a 22.0% int... |
Below is an context that describes a 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_22 (result VARCHAR, incumbent VARCHAR)
### Question:
What is the number of results for james shannon?... |
Below is an context that describes a sql 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 (place VARCHAR, player VARCHAR)
### Question:
What is Place, when Player is "Tony Lema"?
### 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_1 (champion__seed_ VARCHAR, score VARCHAR)
### Question:
What was the Champion of the Tournament with 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_28672269_1 (boiler_provider VARCHAR, tg_set_provider VARCHAR)
### Question:
What is the boiler provider for B... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_14 (total INTEGER, nation VARCHAR, bronze VARCHAR)
### Question:
What's the highest total of Romania 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_30121075_1 (poor_law_union VARCHAR, townland VARCHAR)
### Question:
What is the poor law union when the townl... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2012187_1 (team_s_ VARCHAR, winnings VARCHAR)
### Question:
which team(s) won $2,605,05
### Answer:
SELECT 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_18042409_1 (player VARCHAR, national_lacrosse_league VARCHAR)
### Question:
List all of the NLL Toronto Rock ... |
Below is an context that describes a sql 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 (time VARCHAR, opponent VARCHAR)
### Question:
How long was the match with Jaime Fletcher?
### 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 (Id VARCHAR)
### Question:
What is the 2010 value with a 1r in 2012 and an A in 2005?
### 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_17 (drew INTEGER, lost INTEGER)
### Question:
Which Drew has a Lost larger than 14?
### Answer:
SELECT 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_48 (set_2 VARCHAR, time VARCHAR, set_1 VARCHAR)
### Question:
What is the score for set 2 when the time ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13619135_7 (high_assists VARCHAR, team VARCHAR)
### Question:
How many people had the high assists @ minnesot... |
Below is an context that describes a sql 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 (winning_score VARCHAR, margin_of_victory VARCHAR)
### Question:
What was the winning score when 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_46 (surface VARCHAR, opponent_in_the_final VARCHAR)
### Question:
What is the Surface of the match 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_27208311_1 (episode VARCHAR, writer VARCHAR)
### Question:
What is every episode with Barry Purchese as 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_24330912_1 (money_list_rank INTEGER, year VARCHAR)
### Question:
When 2011 is the year what is the lowest mon... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16432543_1 (nickname VARCHAR, location VARCHAR)
### Question:
How many nicknames does the school in Newark, 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_12837_1 (rain VARCHAR, sunlight_hours VARCHAR)
### Question:
How many rain figures are provided for sunlight ... |
Below is an context that describes a sql 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 (pick INTEGER, draft VARCHAR, player VARCHAR)
### Question:
What is the lowest Pick, when Draft is les... |
Below is an context that describes a sql 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 (finish VARCHAR, win__percentage VARCHAR)
### Question:
What was the final rank of the Brewers when t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_77 (region VARCHAR, catalog_number VARCHAR)
### Question:
What is the Region of the release with Catalog... |
Below is an context that describes a sql 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 (behind VARCHAR, day_2 VARCHAR)
### Question:
For the team with 3:42.162 on day 2, what was the behin... |
Below is an context that describes a sql 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 (week_12 VARCHAR, week_4 VARCHAR)
### Question:
Who is the week 12 for the week 4 of Gerard Ewelina?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_81 (agg VARCHAR, team_1 VARCHAR)
### Question:
What is Team 1 Al-Hilal's Agg.?
### Answer:
SELECT agg 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_36 (constructor VARCHAR, fastest_lap VARCHAR)
### Question:
What was the Constructor for the race that 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_16661199_2 (giants_points VARCHAR, opponents VARCHAR)
### Question:
Name the number of giants points for 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_64 (year INTEGER, album VARCHAR, us_hot_100 VARCHAR)
### Question:
Which Year has an Album of airwaves, ... |
Below is an context that describes a sql 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 (points VARCHAR, home VARCHAR, date VARCHAR)
### Question:
What points have pittsburgh as the home, 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_41 (company VARCHAR, revenues__us$_billion_ VARCHAR, rank VARCHAR, market_value__us$_billion_ VARCHAR, 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 artwork (Name VARCHAR, Artwork_ID VARCHAR); CREATE TABLE nomination (Artwork_ID VARCHAR, Festival_ID VARCHAR); CREA... |
Below is an context that describes a sql 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 (attendance VARCHAR, date VARCHAR)
### Question:
What was the attendance on november 2, 2003?
### 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_11677100_3 (school VARCHAR, player VARCHAR)
### Question:
What school does Kerry Wood play for?
### 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_18 (run_2 VARCHAR, final VARCHAR)
### Question:
Which run 2 with final of 5:24.47?
### Answer:
SELECT ru... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1672976_2 (institution VARCHAR, wins VARCHAR, current_streak VARCHAR)
### Question:
What institution had 6 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_26 (team VARCHAR, points VARCHAR, drawn VARCHAR, lost VARCHAR, position VARCHAR)
### Question:
Which 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_27713030_3 (game INTEGER, date VARCHAR)
### Question:
Which game was played on October 13?
### 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_1942366_9 (low VARCHAR, high VARCHAR)
### Question:
What's the C_{low} value when C_{high} is 12.0?
### 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_name_87 (runs VARCHAR, average INTEGER)
### Question:
What is the total number of runs where the average 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_23014923_1 (minor__south__winners VARCHAR, primary__south__winners VARCHAR)
### Question:
What isthe minor (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_2676980_4 (participating_parties VARCHAR, registered_voters VARCHAR)
### Question:
What is the number of part... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1354805_6 (number_of_dances VARCHAR, average VARCHAR)
### Question:
how many turns were completed to make a 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_1354805_6 (competition_finish INTEGER, average VARCHAR)
### Question:
what is the highest number where people... |
Below is an context that describes a sql 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 (icao VARCHAR, iata VARCHAR)
### Question:
What is the ICAO when the IATA shows mfm?
### 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_11 (winning_driver VARCHAR, circuit VARCHAR)
### Question:
What kind of the Winning driver has a Circuit... |
Below is an context that describes a sql 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 (win__percentage VARCHAR)
### Question:
What is the win percentage for the 2012 of olympic games?
###... |
Below is an context that describes a sql 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 (rank INTEGER, floors VARCHAR)
### Question:
What is the average rank for a building with 24 floors?
... |
Below is an context that describes a sql 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 (grid INTEGER, driver VARCHAR, laps VARCHAR, time_retired VARCHAR)
### Question:
What is the 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_27 (distance VARCHAR, bearing VARCHAR)
### Question:
what is the distance for bearing 297°?
### 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 (tujunga VARCHAR, pasadena VARCHAR)
### Question:
What is the figure for Tujunga when Pasadena is 134... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE albums (title VARCHAR)
### Question:
List every album ordered by album title in ascending order.
### 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_85 (home_team VARCHAR, game VARCHAR)
### Question:
Which Home team has a Game of game 5?
### 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_11 (player VARCHAR, school_country VARCHAR)
### Question:
Which player has West Virginia listed as their... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1342370_23 (result VARCHAR, incumbent VARCHAR)
### Question:
What was the result of the election featuring 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_72 (score VARCHAR, home_team VARCHAR)
### Question:
What is the Score of the Scarborough Home 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_90 (year VARCHAR, nation_of_citizenship VARCHAR, type_of_vehicle VARCHAR, racing_series VARCHAR)
### Que... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27050981_7 (committee VARCHAR, district VARCHAR)
### Question:
What committees do the district 46 members ser... |
Below is an context that describes a sql 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 (matches VARCHAR, goals VARCHAR)
### Question:
How many matches had 360 goals?
### Answer:
SELECT mat... |
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR)
### Question:
Who was the home team when Hawthorn was the away... |
Below is an context that describes a sql 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 (original_artist VARCHAR, order__number VARCHAR)
### Question:
Which original artist had 5 as their 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_11220799_2 (episode_titles VARCHAR, first_air_date VARCHAR)
### Question:
How many episodes had their 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_name_29 (game INTEGER, date VARCHAR)
### Question:
What was the number of the game played on February 24?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20297668_1 (ply__uk VARCHAR, _nz VARCHAR, _au_ VARCHAR, yarn_type__us_ VARCHAR)
### Question:
Name the ply (u... |
Below is an context that describes a sql 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 (catalogue VARCHAR, song_title VARCHAR)
### Question:
What catalogue is the song It's Now or Never?
#... |
Below is an context that describes a sql 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 (to_par VARCHAR, player VARCHAR)
### Question:
What is Mike Smith's To par?
### Answer:
SELECT to_par... |
Below is an context that describes a sql 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 (wins INTEGER, top_10 INTEGER)
### Question:
Name the average Wins which has a Top 10 smaller 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 table_20626467_1 (time VARCHAR, weight__kg_ VARCHAR)
### Question:
What time for the entrant weighing 54.4kg?
### 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_13505192_3 (episode_title VARCHAR, series_number VARCHAR)
### Question:
How many episodes have a series numbe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.