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_68 (date VARCHAR, venue VARCHAR)
### Question:
I want the date with the venue of mcalpine stadium
### 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_10610087_3 (original_air_date VARCHAR, no_in_season VARCHAR)
### Question:
what is the original air date of 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_58 (location VARCHAR, opponent VARCHAR)
### Question:
Where did the Bruins play Iowa State?
### 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_11236195_5 (losingteam VARCHAR, location VARCHAR)
### Question:
How many teams lost at the sydney football st... |
Below is an context that describes a sql 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 (points INTEGER, entrant VARCHAR, year VARCHAR)
### Question:
What was the average points for Hopkins... |
Below is an context that describes a sql 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 (elector VARCHAR, nationality VARCHAR, elevated VARCHAR)
### Question:
Who was the French Elector Ele... |
Below is an context that describes a sql 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 (laps INTEGER, grid VARCHAR, points VARCHAR, team VARCHAR)
### Question:
What is the highest number 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_11622771_1 (location VARCHAR, tournament VARCHAR)
### Question:
Where was the Fairfield Barnett classic tourn... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_94 (party VARCHAR, name VARCHAR)
### Question:
Which party is Madeleine Plamondon a member of?
### 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_45 (venue VARCHAR, date VARCHAR)
### Question:
What is Venue, when Date is "7 September"?
### 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_69 (pick__number VARCHAR, overall VARCHAR, round VARCHAR, name VARCHAR)
### Question:
How many Picks hav... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11964154_2 (high_assists VARCHAR, game VARCHAR)
### Question:
Who had the highest assists in game 4?
### 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_98 (high_assists VARCHAR, high_points VARCHAR)
### Question:
What was the high assists from a high point... |
Below is an context that describes a sql 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, attendance VARCHAR)
### Question:
When was the attendance 65,806?
### Answer:
SELECT 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_15463188_7 (school_club_team VARCHAR, name VARCHAR)
### Question:
Nametheh school team for norman gonzales
##... |
Below is an context that describes a sql 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 (region VARCHAR, catalogue VARCHAR, date VARCHAR)
### Question:
What region is the catalogue number 9... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15128839_22 (tfl_yds VARCHAR, no_yds VARCHAR)
### Question:
Name the tfl-yds for no-yds 1-0
### 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_92 (january INTEGER, opponent VARCHAR)
### Question:
What is the average date in January that the Ranger... |
Below is an context that describes a sql 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 (score VARCHAR, home_team VARCHAR, date VARCHAR)
### Question:
What is the score of the game where Wre... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19047_2 (year INTEGER)
### Question:
What is the first year in the competition?
### Answer:
SELECT MIN(year) ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (record VARCHAR, location_attendance VARCHAR)
### Question:
Which Record has a Location/Attendance 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_97 (angle_from_center_ VARCHAR, taper VARCHAR, ft VARCHAR)
### Question:
Which Angle from center/° 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_name_10 (opponent VARCHAR, record VARCHAR)
### Question:
Which opponent has a record of 5-0-1?
### 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_84 (date VARCHAR, partner VARCHAR, score VARCHAR)
### Question:
On what date did Lori McNeil play as a 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_25352318_1 (wins VARCHAR, season VARCHAR, team VARCHAR)
### Question:
When art grand prix is the team and 201... |
Below is an context that describes a sql 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 (team_from VARCHAR, pick__number VARCHAR)
### Question:
Which Team has a Pick # of 148?
### 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_47 (general_classification VARCHAR, points_classification VARCHAR)
### Question:
What is the General 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_28 (home_team VARCHAR, away_team VARCHAR)
### Question:
What home team has an Away team of richmond?
###... |
Below is an context that describes a sql 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 (ashmolean VARCHAR, harrison VARCHAR, image VARCHAR)
### Question:
What is the number of Ashmolean 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_68 (agg VARCHAR)
### Question:
What is the 2nd leg of the 4-9 agg.?
### Answer:
SELECT 2 AS nd_leg 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_17088705_2 (interview VARCHAR, preliminary VARCHAR)
### Question:
Number of participants with a score 8.895 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_77 (year VARCHAR, nominee VARCHAR)
### Question:
What year was jack cole nominated?
### Answer:
SELECT y... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_47 (season INTEGER, assists VARCHAR, minutes VARCHAR)
### Question:
What is the earliest year that Assis... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16268026_3 (state VARCHAR, semifinal_average VARCHAR)
### Question:
What state has a semifinal average of 8.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 activity (activity_name VARCHAR); CREATE TABLE Faculty_participates_in (facID VARCHAR, actid VARCHAR); CREATE TABLE... |
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR)
### Question:
How large was the crowd when they played at princes park... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_291768_1 (shipyard VARCHAR, commissioned VARCHAR)
### Question:
which vessel area was called for on 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_6 (venue VARCHAR, away_team VARCHAR)
### Question:
Where did Hawthorn play an away game?
### 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_30120633_1 (townland VARCHAR, area__acres__ VARCHAR)
### Question:
Which townland has a 213 acre area?
### 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_68 (discipline VARCHAR, tournament VARCHAR, year VARCHAR)
### Question:
What is the discipline for the 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_14 (decision VARCHAR, visitor VARCHAR)
### Question:
What was the decision when Tampa Bay was the visito... |
Below is an context that describes a sql 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 (total INTEGER, parallel_bars VARCHAR)
### Question:
With a parallel bars score of 14.625 what 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_50 (place VARCHAR, country VARCHAR)
### Question:
What place did the player from England come in?
### 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_63 (team VARCHAR, sponsor VARCHAR)
### Question:
What team is sponsored by chameleon sunglasses?
### 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 Companies (name VARCHAR, Assets_billion VARCHAR)
### Question:
What are the name and assets of each company, sorted... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1973321_5 (new_points INTEGER, player VARCHAR)
### Question:
Name the least new points for steffi graf
### 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_73 (torque VARCHAR, engine_code VARCHAR)
### Question:
What is the Torque of the model with the engine 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_21538523_1 (caliber VARCHAR, type VARCHAR)
### Question:
How many calibers require the type LB/RN?
### 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_27734577_8 (record VARCHAR, team VARCHAR)
### Question:
What's the record of the @ miami team?
### 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_28068063_3 (eliminated_from_competition VARCHAR, proceed_to_quarter_final VARCHAR)
### Question:
Who was elim... |
Below is an context that describes a sql 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 (gold VARCHAR, total VARCHAR, silver VARCHAR, nation VARCHAR)
### Question:
How many Gold medals did ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1272844_2 (reward VARCHAR, finish VARCHAR)
### Question:
Who received the reward on the episode where the fin... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_70 (entrant VARCHAR, rounds VARCHAR, constructor VARCHAR)
### Question:
What was the entrant in round 16... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_99 (rank INTEGER, team VARCHAR, games VARCHAR)
### Question:
What is Grupo Capitol Valladolid's highest ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17288869_7 (record VARCHAR, high_points VARCHAR)
### Question:
What was the final record for the game in whic... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16337329_5 (probable_future VARCHAR, imperative VARCHAR)
### Question:
Name the probably futures for गरेस् ga... |
Below is an context that describes a sql 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 (opponent VARCHAR, week VARCHAR, date VARCHAR)
### Question:
Which Opponent has a Week larger than 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_83 (height__ft_ VARCHAR, contestant VARCHAR)
### Question:
What is Cynthia Mobumba's height?
### 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_45 (record VARCHAR, date VARCHAR)
### Question:
What is Record, when Date is 1996?
### Answer:
SELECT re... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE bank (no_of_customers INTEGER, city VARCHAR)
### Question:
Find the number of customers in the banks at New York Ci... |
Below is an context that describes a sql 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 (location VARCHAR, lineup VARCHAR, date VARCHAR)
### Question:
What is the location on 2008-06-17 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_15314901_1 (condition_parameter VARCHAR, velocity_angle_η_in_i_radians VARCHAR)
### Question:
If the velocity... |
Below is an context that describes a sql 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 (title VARCHAR, year VARCHAR, date VARCHAR)
### Question:
What is the title for year 1991 and a 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_76 (overall VARCHAR, position VARCHAR, round VARCHAR)
### Question:
How much Overall has a Position of 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_88 (Id VARCHAR)
### Question:
What is the 2000 number when the 1969 is 54.3, and the 1979 is less than 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_28 (bronze INTEGER, gold VARCHAR, total VARCHAR, nation VARCHAR)
### Question:
When the nation of poland... |
Below is an context that describes a sql 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 (wrestler VARCHAR, elimination VARCHAR)
### Question:
What Wrestler has an Elimination of 7?
### 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_93 (club_province VARCHAR, player VARCHAR, position VARCHAR, caps VARCHAR)
### Question:
What is the clu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15780049_8 (high_points VARCHAR, date VARCHAR)
### Question:
Name the high points for march 7
### 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_27913160_3 (pole_position VARCHAR, race VARCHAR)
### Question:
Who had the pole position in Detroit?
### 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_71 (week_of VARCHAR, winner VARCHAR)
### Question:
In which week is the winner listed as Jana Novotná 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_name_71 (frequency VARCHAR, facility_id VARCHAR)
### Question:
Which Frequency has a Facility ID of 13598?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_91 (opponent_in_the_final VARCHAR, tournament VARCHAR)
### Question:
Who was the opponent during the tou... |
Below is an context that describes a sql 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 (results¹ VARCHAR, opponent VARCHAR)
### Question:
What was the result of the game against Hungary?
#... |
Below is an context that describes a sql 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 (recipient VARCHAR, award VARCHAR)
### Question:
Who was the recipient of an award of £4,203?
### 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_120778_2 (jurisdiction VARCHAR, percent_yes VARCHAR)
### Question:
what's the jurisdiction where percent yes... |
Below is an context that describes a sql 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 (date VARCHAR, game VARCHAR)
### Question:
What was the date of the game number 22?
### 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_57 (pastoral_region VARCHAR, cemeteries VARCHAR)
### Question:
What Pastoral Region has 3 Cemeteries?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1590967_7 (episode_number VARCHAR, guest_host VARCHAR)
### Question:
What episode did Pamela Anderson guest 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_18 (total INTEGER, gold VARCHAR, bronze VARCHAR, nation VARCHAR)
### Question:
What is the lowest metal ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17088705_2 (average VARCHAR, country VARCHAR)
### Question:
State average scores of participants from arizona... |
Below is an context that describes a sql 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 (party VARCHAR, result VARCHAR)
### Question:
Which party had a Retired Democratic hold?
### 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_80 (runs VARCHAR, econ VARCHAR)
### Question:
Tell me the runs for econ of 3.63
### Answer:
SELECT runs ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_95 (position VARCHAR, notes VARCHAR)
### Question:
What position did the person finish in with a notes 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_15887683_6 (hdtv VARCHAR, n° VARCHAR)
### Question:
Name the hdtv when number is 378
### Answer:
SELECT hdtv ... |
Below is an context that describes a sql 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 (chassis VARCHAR, engine VARCHAR)
### Question:
Which chassis has an Alfa Romeo flat-12 engine.
### 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_75 (constructor VARCHAR, entrant VARCHAR, chassis VARCHAR, tyre VARCHAR, engine VARCHAR)
### Question:
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_81 (reserved_for___sc___st__none_ VARCHAR, constituency_number VARCHAR)
### Question:
What is the Reserv... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27133147_3 (date_of_vacancy VARCHAR, incoming_head_coach VARCHAR)
### Question:
If the incoming head coach 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_45 (finish INTEGER, start VARCHAR, year VARCHAR, manufacturer VARCHAR)
### Question:
What is the smalles... |
Below is an context that describes a sql 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 (score VARCHAR, home_team VARCHAR)
### Question:
What was the score for the tie that had Shrewsbury T... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (driver VARCHAR, laps VARCHAR)
### Question:
Who was the driver with 29 laps?
### Answer:
SELECT driv... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE employee (emp_fname VARCHAR, emp_lname VARCHAR, emp_dob VARCHAR)
### Question:
What is the first and last name of 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 products (product_name VARCHAR, product_id VARCHAR); CREATE TABLE customer_orders (order_id VARCHAR, customer_id 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_96 (title VARCHAR, imprint VARCHAR, artist VARCHAR)
### Question:
what is the title when the imprint 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_14941284_1 (record VARCHAR, week VARCHAR)
### Question:
When it is week 2 what is the record?
### 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_94 (attendance VARCHAR, away_team VARCHAR)
### Question:
What is the Attendance at the Hereford United 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 (career_sr VARCHAR, tournament VARCHAR)
### Question:
What is the Career SR of the year that held 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_27892955_1 (title VARCHAR, us_viewers__million_ VARCHAR)
### Question:
What is the name of the episode 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_1558077_2 (mass__kg_ INTEGER)
### Question:
What is the largest mass(kg)?
### Answer:
SELECT MAX(mass__kg_) F... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.