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_79 (title VARCHAR, composer_s_ VARCHAR, arranger_s_ VARCHAR)
### Question:
What is the Title, 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_18217753_1 (original_air_date VARCHAR, season__number VARCHAR)
### Question:
What is the original air date 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_26561509_1 (patient_portrayer VARCHAR, production_code VARCHAR)
### Question:
Who is the patient portrayer 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_15621965_10 (years_in_orlando VARCHAR, position VARCHAR)
### Question:
Name the years in orlando for forward
... |
Below is an context that describes a sql 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 (pick VARCHAR, year VARCHAR, player_name VARCHAR)
### Question:
Which Pick has a Year larger than 198... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_261951_1 (population__2010_ INTEGER)
### Question:
What was the smallist population in 2010?
### 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 (date VARCHAR, loss VARCHAR)
### Question:
What was the date of the game that had a loss of Johnson (... |
Below is an context that describes a sql 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 (region INTEGER, name VARCHAR, population VARCHAR)
### Question:
Which region in Saint-Simon-Les-Mines... |
Below is an context that describes a sql 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 (class VARCHAR, weight VARCHAR)
### Question:
Which Class has a Weight of 203?
### Answer:
SELECT cla... |
Below is an context that describes a sql 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 (draw INTEGER, place VARCHAR, votes VARCHAR)
### Question:
What is the draw number of the song 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_1341568_48 (party VARCHAR, incumbent VARCHAR)
### Question:
How many parties is Tom Foley a member of?
### An... |
Below is an context that describes a sql 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 (wins INTEGER, poles VARCHAR, podiums VARCHAR)
### Question:
What is the average wins of a team 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_4 (race VARCHAR, notes VARCHAR, venue VARCHAR)
### Question:
What was the race for the world championshi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24225238_1 (film VARCHAR, supporting_actor VARCHAR)
### Question:
Which film had Charles Bickford as supporti... |
Below is an context that describes a sql 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 (tonnage__grt_ INTEGER, nationality VARCHAR, name VARCHAR)
### Question:
Which Tonnage (GRT) has a Na... |
Below is an context that describes a sql 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 (fourth VARCHAR, event VARCHAR)
### Question:
Who was Fourth in the 2008 Telstra Men's Pro Event?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE review (u_id VARCHAR)
### Question:
How many different users wrote some reviews?
### Answer:
SELECT COUNT(DISTINCT ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1906920_1 (host VARCHAR)
### Question:
What is the total number of 3rd placed teams when the host is Universi... |
Below is an context that describes a sql 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 (mission VARCHAR, launch_date VARCHAR)
### Question:
Which Mission has a Launch Date of december 30, ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_58 (silver VARCHAR, nation VARCHAR)
### Question:
How much Silver has a Nation of total, and a Total sma... |
Below is an context that describes a sql 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 (january INTEGER, game VARCHAR)
### Question:
Which January has a Game of 50?
### Answer:
SELECT AVG(j... |
Below is an context that describes a sql 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 (attendance INTEGER, week VARCHAR, opponent VARCHAR)
### Question:
what is the average attendance 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_48 (country VARCHAR, place VARCHAR, player VARCHAR)
### Question:
What country has the t7 place, and 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_14132239_3 (defensive VARCHAR, rookie VARCHAR, offensive VARCHAR)
### Question:
Who was the defensive award 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_26454128_7 (country VARCHAR, athlete VARCHAR)
### Question:
Name the country that has ken doherty
### 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 (game_site VARCHAR, opponent VARCHAR)
### Question:
Which game site has an Opponent of buffalo bills?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28925058_1 (race_winner VARCHAR, date VARCHAR)
### Question:
Who won the race on June 26?
### 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_50 (grid VARCHAR, bike VARCHAR, rider VARCHAR)
### Question:
What is the Grid of Régis Laconi's bike tha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_69 (nationality VARCHAR, school_club_team VARCHAR)
### Question:
What Nationality is the Iowa State 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_25561038_1 (season VARCHAR, position VARCHAR)
### Question:
List the year in which the driver was in 1st plac... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11665016_2 (title VARCHAR, directed_by VARCHAR)
### Question:
Which episode was directed by steven depaul
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_15 (ties_played INTEGER, debut VARCHAR)
### Question:
Tell me the lowest ties played with a debut of 193... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR, home VARCHAR, visitor VARCHAR)
### Question:
Which Score has a Home 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_28 (game INTEGER, score VARCHAR)
### Question:
Which Game has a Score of 101-109 (ot)?
### 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_16729457_17 (points INTEGER, driver___passenger VARCHAR)
### Question:
Name the least points for daniël wille... |
Below is an context that describes a sql 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 (position VARCHAR, venue VARCHAR)
### Question:
Which position has a venue of Helsinki, Finland?
### ... |
Below is an context that describes a sql 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 (average INTEGER, rank_by_average VARCHAR, place VARCHAR, total_points VARCHAR)
### Question:
What 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_41 (pba_team VARCHAR, pick VARCHAR, player VARCHAR)
### Question:
What is the PBA team for roberto jabar... |
Below is an context that describes a sql 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 (score VARCHAR, result VARCHAR)
### Question:
Which Score has a Result of 0 – 2?
### 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_86 (birthplace VARCHAR, real_name VARCHAR)
### Question:
What Birthplace's Real Name is Charles 'Chuck' ... |
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR)
### Question:
When was there a game at Arden Street Oval?
### 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_37 (source VARCHAR, desus VARCHAR)
### Question:
What is the source for 7% DeSUS?
### Answer:
SELECT sou... |
Below is an context that describes a sql 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 (other INTEGER, name VARCHAR, total VARCHAR)
### Question:
What is the sum of Other, when the Name 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_24427210_1 (payout___us$__ VARCHAR, tv VARCHAR, bowl_game VARCHAR)
### Question:
Name the payout for espn 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_23180638_1 (peak_position VARCHAR, oricon_albums_chart VARCHAR)
### Question:
How many peak positions were 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_50 (name VARCHAR, direction VARCHAR, terminus VARCHAR)
### Question:
Which bi-directional route has a te... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_3 (attendance INTEGER, record VARCHAR)
### Question:
What was the attendance where the record was 8-4?
#... |
Below is an context that describes a sql 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 (title VARCHAR, production_code VARCHAR)
### Question:
what is the title of the episode with the produ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27755784_8 (score VARCHAR, high_points VARCHAR)
### Question:
What is the score when the hight points is 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_20872722_1 (position VARCHAR, round VARCHAR)
### Question:
How many positions have round 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_21021796_1 (stroke VARCHAR, applications VARCHAR)
### Question:
For the 1999 w210 e-class , 2000 w203 c-class... |
Below is an context that describes a sql 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 (memory VARCHAR, chipset VARCHAR)
### Question:
Which model's chipset is intel 955?
### 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_1342198_38 (party VARCHAR, first_elected VARCHAR, incumbent VARCHAR)
### Question:
What is the party for firs... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (wins VARCHAR, cuts_made VARCHAR, top_10 VARCHAR, events VARCHAR)
### Question:
What is the 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_name_36 (record VARCHAR, home VARCHAR)
### Question:
What is the Record when Buffalo is at Home?
### 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_25182437_1 (end_date_of__final__term VARCHAR, prime_minister VARCHAR)
### Question:
If the prime minister 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 TV_Channel (country VARCHAR, id VARCHAR); CREATE TABLE cartoon (Channel VARCHAR, written_by 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_15 (school_club_team VARCHAR, player VARCHAR)
### Question:
Who does jeremy evans play for?
### 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_10 (year INTEGER, kentucky VARCHAR)
### Question:
What is the total Year of jeff van note ( Kentucky)
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29398373_2 (team VARCHAR, head_coach VARCHAR)
### Question:
Name the team for javier clemente
### 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_20 (date VARCHAR, home_team VARCHAR)
### Question:
What day did Footscray play as the home team?
### 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_59 (population INTEGER, area_km_2 VARCHAR, status VARCHAR)
### Question:
What is the population of the 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_60 (stadium VARCHAR, final_score VARCHAR)
### Question:
At what stadium was the final score 31-28?
### 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_59 (iata VARCHAR, country VARCHAR, icao VARCHAR)
### Question:
Which IATA is associated with China and a... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (venue VARCHAR, away_team VARCHAR)
### Question:
Where did Geelong play as the away team?
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11944282_1 (integrated VARCHAR, component VARCHAR)
### Question:
What is the name of the integrated 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_name_9 (bronze VARCHAR, nation VARCHAR)
### Question:
How many bronzes did netherlands win?
### 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 (years VARCHAR, area VARCHAR, authority VARCHAR)
### Question:
What years is the private school in up... |
Below is an context that describes a sql 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 (entered_service VARCHAR, delivered_as VARCHAR)
### Question:
What is the Entered service date 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_47 (champion VARCHAR, score VARCHAR)
### Question:
Who is the champion with a score of 7–6, 6–0?
### 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_50 (points_for VARCHAR, club VARCHAR)
### Question:
How many pints does the Cambrian Welfare RFC have?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14345690_5 (exited VARCHAR, celebrity VARCHAR)
### Question:
What is the exited day where the celebrity is vi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29857115_4 (singer VARCHAR)
### Question:
What was gabriella ferrone's result on the 5th evening?
### 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_2701625_1 (male_life_expectancy INTEGER, country VARCHAR)
### Question:
Name the most male life expectancy fo... |
Below is an context that describes a sql 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 (award VARCHAR, result VARCHAR, film VARCHAR)
### Question:
What is Award, when Result is "Nominated"... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20174050_7 (release_date VARCHAR, title VARCHAR)
### Question:
If the title is The Way Through The Woods, wha... |
Below is an context that describes a sql 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 (percentage VARCHAR, draw VARCHAR)
### Question:
Which Percentage has a Draw of 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_name_34 (decision VARCHAR, home VARCHAR)
### Question:
Who had the decision with boston at home?
### 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_2076522_2 (accreditation VARCHAR, founded VARCHAR)
### Question:
How many schools founded in 2006?
### 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_52 (name VARCHAR, area VARCHAR, roll VARCHAR)
### Question:
Which school in Balclutha has a roll smaller... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16779068_5 (total VARCHAR, snatch VARCHAR, one_hand_clean_ VARCHAR, _jerk VARCHAR)
### Question:
Name the tot... |
Below is an context that describes a sql 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 (date VARCHAR, attendance VARCHAR)
### Question:
What day had 37,500 attending?
### Answer:
SELECT 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 table_23214833_1 (team_captain VARCHAR, stadium VARCHAR)
### Question:
Who's the captain of the team whose stadium ... |
Below is an context that describes a sql 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 (label VARCHAR, region VARCHAR, catalog VARCHAR)
### Question:
Tell me the label for US region and cat... |
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR, season VARCHAR)
### Question:
What was the score of the league 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_50 (season VARCHAR, date VARCHAR)
### Question:
Which season was on 30 October 1977?
### 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_28 (place VARCHAR, score VARCHAR)
### Question:
What was the place when the score was 68-75-68=211?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_80 (points INTEGER, points_difference VARCHAR, drawn VARCHAR)
### Question:
What is the Points 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_31 (drivers VARCHAR, team VARCHAR)
### Question:
Who drove for Arciero Racing?
### Answer:
SELECT driver... |
Below is an context that describes a sql 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 (location VARCHAR, year VARCHAR)
### Question:
Name the location for 1998
### Answer:
SELECT location... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341423_23 (results VARCHAR, incumbent VARCHAR)
### Question:
What was the result when incumbent gil gutknech... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27491610_2 (no_in_season INTEGER, no_in_series VARCHAR)
### Question:
What number in season is number 141 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_21781578_2 (season_no VARCHAR, us_viewers__millions_ VARCHAR)
### Question:
What was the number of season num... |
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR)
### Question:
What was the home team score for the Richmond aw... |
Below is an context that describes a sql 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 (caps VARCHAR, player VARCHAR, club_province VARCHAR, position VARCHAR)
### Question:
How many Caps 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_59 (floors INTEGER, name VARCHAR, rank VARCHAR)
### Question:
What is the lowest number of floors for 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_15852257_1 (races INTEGER)
### Question:
What is the highest value for race?
### Answer:
SELECT MAX(races) 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_21904740_1 (year__ceremony_ VARCHAR, spanish_title VARCHAR)
### Question:
When was Viva Cuba submitted?
### 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_13282157_1 (country VARCHAR, player VARCHAR)
### Question:
what is the country where the player is phil micke... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20193855_2 (publisher VARCHAR, book_title VARCHAR)
### Question:
Who is the publisher of the book titled daug... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.