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_39 (in_production VARCHAR, toxic_materials VARCHAR, technology VARCHAR)
### Question:
What's the product... |
Below is an context that describes a sql 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 (opponent VARCHAR, score VARCHAR)
### Question:
What opponent has a score of 1-3?
### 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_189893_1 (population__2006_ INTEGER, percentage__2011_ VARCHAR)
### Question:
What is the lowest population(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_92 (team VARCHAR, replaced_by VARCHAR)
### Question:
What is Team, when Replaced By is "Jesús Ramírez"?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_262501_1 (primary_conference_when_joining_the_csfl VARCHAR, founded VARCHAR)
### Question:
What was the prima... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_51 (eruptions VARCHAR, country VARCHAR, location VARCHAR, volcanic_explosivity_index VARCHAR)
### Questi... |
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR)
### Question:
For the game played at Windy Hill, who was the away 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_49 (away_team VARCHAR, home_team VARCHAR)
### Question:
What was the away team that played the home 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_99 (opponent VARCHAR, record VARCHAR)
### Question:
Which team has a record of 7-1?
### Answer:
SELECT 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_21790203_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
### Question:
Name the result for already ... |
Below is an context that describes a sql 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 (poles VARCHAR, season VARCHAR, points VARCHAR)
### Question:
Which pole has a Season of 2009 and poi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_141541_5 (year VARCHAR, change VARCHAR)
### Question:
what's the year with change being +8.0%
### 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_14058433_4 (won VARCHAR, try_bonus VARCHAR)
### Question:
what's the won with try bonus being 12
### 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 Apartment_Bookings (guest_id VARCHAR, booking_status_code VARCHAR); CREATE TABLE Guests (guest_first_name VARCHAR, ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_28 (surface VARCHAR, date VARCHAR, partner VARCHAR)
### Question:
Which surface had a date after 1982 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_31 (round VARCHAR, ranking VARCHAR)
### Question:
Which Round has a Ranking of 2008 wta tour?
### 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_20848569_9 (no INTEGER, total_goals VARCHAR, total_apps VARCHAR)
### Question:
Where total goals is 1 and 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_99 (wins VARCHAR, year VARCHAR, matches VARCHAR)
### Question:
What is the total number of wins in 2010,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27721131_2 (team VARCHAR, high_assists VARCHAR, score VARCHAR)
### Question:
What's the team number with John... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20866024_2 (engine VARCHAR, model_designation VARCHAR)
### Question:
How many different engines are there 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_name_75 (stadium VARCHAR, final_score VARCHAR)
### Question:
What stadium hosted the game that had a final sc... |
Below is an context that describes a sql 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 (total INTEGER, bronze VARCHAR, gold VARCHAR, rank VARCHAR)
### Question:
What is the average total f... |
Below is an context that describes a sql 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 (heat_points VARCHAR, game VARCHAR, date VARCHAR)
### Question:
What is Heat Points, when Game 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_19763199_5 (song VARCHAR, artist VARCHAR)
### Question:
Name the number of song for solydo
### 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_84 (result VARCHAR, week__number VARCHAR)
### Question:
What was the result after the week # top 11?
###... |
Below is an context that describes 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 (name VARCHAR, salary VARCHAR, eid VARCHAR)
### Question:
What is the name and salary for employee with id... |
Below is an context that describes a sql 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 (sample_size INTEGER, date VARCHAR, republican VARCHAR, margin_of_error 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_63 (definition VARCHAR, rank VARCHAR, town VARCHAR)
### Question:
Which Definition has a Rank smaller 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_95 (ends_lost INTEGER, locale VARCHAR, blank_ends VARCHAR)
### Question:
Can you tell me the lowest Ends... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28859177_3 (production_code VARCHAR, original_air_date VARCHAR)
### Question:
What is the production code 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_name_45 (grid VARCHAR, laps VARCHAR)
### Question:
What grid is associated with 67 laps?
### Answer:
SELECT g... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_83 (location VARCHAR, tail_number VARCHAR)
### Question:
In what location was the tail number ZS-SPF?
##... |
Below is an context that describes a sql 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 (result VARCHAR, club VARCHAR)
### Question:
What was the Result for the club universidad de guadalaj... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2439728_1 (founded INTEGER, school VARCHAR)
### Question:
when was lawrence academy at groton established?
#... |
Below is an context that describes a sql 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 (no3 VARCHAR, no1 VARCHAR)
### Question:
Who is no.3 when Claudio Sylvie is no.1?
### 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_18904831_7 (location VARCHAR, record VARCHAR)
### Question:
Where was the game played that had a record of 19... |
Below is an context that describes a sql 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 (team__number2 VARCHAR, team__number1 VARCHAR)
### Question:
Who played against Hapoel tel aviv 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_45 (loss VARCHAR, record VARCHAR)
### Question:
During which loss was the record 48-50?
### 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_5 (opponent VARCHAR, location VARCHAR, number VARCHAR, time VARCHAR, aircraft VARCHAR)
### Question:
Who... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_81 (Id VARCHAR)
### Question:
What was the 1987 result for the tournament with 1986 result of 3R and 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_180802_3 (planet VARCHAR, transcription VARCHAR)
### Question:
Which planet has the transcription of wan suk?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26538035_1 (move_only VARCHAR, developer VARCHAR)
### Question:
For the game whose developer was Ailive, is 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_16 (date VARCHAR, rocket VARCHAR, satellite VARCHAR)
### Question:
On what date was the rocket a TBD wit... |
Below is an context that describes a sql 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 (lead VARCHAR, nation VARCHAR)
### Question:
Where did Croatia lead?
### Answer:
SELECT lead FROM tabl... |
Below is an context that describes a sql 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 (week VARCHAR, date VARCHAR)
### Question:
How many weeks in total has bye as the date?
### 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_38 (location_attendance VARCHAR, series VARCHAR)
### Question:
what is the location attendance when 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_40 (week VARCHAR, attendance VARCHAR)
### Question:
How many weeks have an attendance of 64,116?
### 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_74 (county VARCHAR, geo_id VARCHAR, latitude VARCHAR, ansi_code VARCHAR)
### Question:
what is the count... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Accounts (customer_id VARCHAR); CREATE TABLE Customers (customer_first_name VARCHAR, customer_last_name VARCHAR, ph... |
Below is an context that describes a sql 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 (starts INTEGER, winnings VARCHAR, wins VARCHAR)
### Question:
Can you tell me the sum of Starts that... |
Below is an context that describes a sql 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 (competition VARCHAR, goals VARCHAR, score VARCHAR)
### Question:
Which competition has a Goal of dea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_81 (uci_rating VARCHAR, location VARCHAR, team VARCHAR)
### Question:
What is the UCI rating of the race... |
Below is an context that describes a sql 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 (seats_2005 INTEGER, in_de_creased_by VARCHAR, percentage_in_de_crease VARCHAR, governorate VARCHAR)
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26282750_1 (film_festival VARCHAR, participants_recipients VARCHAR)
### Question:
What Film Festival had 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_name_13 (hometown VARCHAR, profession VARCHAR)
### Question:
What was the hometown of the contestant who was ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_36 (capacity VARCHAR, code VARCHAR)
### Question:
what is the capacity when the code is d4f bi-fuel 732?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE song (song_name VARCHAR, resolution INTEGER, languages VARCHAR)
### Question:
Find the distinct names of all songs ... |
Below is an context that describes a sql 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 (winning_driver VARCHAR, name VARCHAR)
### Question:
Name the winning driver for monaco grand prix
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_16 (mountain_peak VARCHAR, rank VARCHAR, location VARCHAR)
### Question:
Name the mountain peak with ran... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, population__2010_ VARCHAR)
### Question:
How many different counts of tue... |
Below is an context that describes a sql 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 (sleeves VARCHAR, back VARCHAR)
### Question:
Which Sleeves have a Back of Unknown?
### 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_41 (founded VARCHAR, location VARCHAR)
### Question:
When was the Balayan, Batangas campus founded?
### ... |
Below is an context that describes a sql 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 (state VARCHAR, opened__closing_date_if_defunct_ VARCHAR)
### Question:
What State has an Opened (clo... |
Below is an context that describes a sql 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 (county VARCHAR, built VARCHAR)
### Question:
Which county built a bridge in 1934?
### 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_10 (amino_acid VARCHAR)
### Question:
what is the 1-letter for the amino acid asparagine?
### 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_19897294_4 (family_families VARCHAR, no_overall VARCHAR)
### Question:
What family had a no.overall of UK10?
... |
Below is an context that describes a sql 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 (group VARCHAR, year VARCHAR, award VARCHAR)
### Question:
For which group was Kim nominated in 2010 ... |
Below is an context that describes a sql 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 (attendance INTEGER, record VARCHAR)
### Question:
Record of 18–15–6 belongs to what lowest attendanc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_82 (surface VARCHAR, date VARCHAR)
### Question:
What surface was the match on November 6, 1982 played 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_30 (npl_net VARCHAR, bank VARCHAR)
### Question:
Which NPL net's bank was citibank?
### Answer:
SELECT n... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_43 (word__number INTEGER, subframe__number INTEGER)
### Question:
What is the total word count with a su... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (province_region VARCHAR, home_campus VARCHAR)
### Question:
Where is the Holy Cross of Davao College... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (total VARCHAR, player VARCHAR, to_par VARCHAR)
### Question:
How much Total has a Player of todd ham... |
Below is an context that describes a sql 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 (draws INTEGER, played INTEGER)
### Question:
What is the average draws with more than 38 played?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11148572_1 (mls_cup_winner VARCHAR, mls_supporters_shield_runner_up VARCHAR)
### Question:
What is the name 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_31 (score VARCHAR, round VARCHAR)
### Question:
What was the Score of the Semifinal 1?
### 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_27547668_3 (_number INTEGER)
### Question:
What is the smallest numbered episode in the series listed?
### 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_96 (scheduled VARCHAR, turbines VARCHAR)
### Question:
When is the scheduled date for the farm having 17... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (last_10_meetings VARCHAR, last_meeting VARCHAR)
### Question:
What is the last 10 meetings that 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_name_92 (goals_against INTEGER, wins VARCHAR, draws VARCHAR, losses VARCHAR)
### Question:
Name the average g... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_197638_6 (player VARCHAR, french_open VARCHAR)
### Question:
Who won the French Open in 1999?
### 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_39 (lead VARCHAR, skip VARCHAR, event VARCHAR)
### Question:
What was the Lead for the 2009 WCC when Wan... |
Below is an context that describes a sql 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 (opponent VARCHAR, score VARCHAR)
### Question:
Who was the opponent with a score of 109–108?
### 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_1745843_8 (part_4 VARCHAR, part_1 VARCHAR)
### Question:
What is the part 4 when part 1 is "lesan"?
### 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_63 (body_width_mm INTEGER, lead_pitch_mm VARCHAR, part_number VARCHAR)
### Question:
Which Body Width/mm... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27940569_1 (laps INTEGER)
### Question:
What was the greatest number of laps run?
### Answer:
SELECT MAX(laps... |
Below is an context that describes a sql 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 (score VARCHAR, player VARCHAR)
### Question:
What is the score of player bob rosburg?
### 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_58 (type VARCHAR, nat VARCHAR)
### Question:
Which Type has a Nat of geo?
### Answer:
SELECT type FROM t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_87 (position VARCHAR, round VARCHAR, player VARCHAR)
### Question:
What position was Jafus White who was... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (rank_by_average VARCHAR, total_points VARCHAR, average VARCHAR)
### Question:
What is the total rank... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19072602_1 (score VARCHAR, match_no VARCHAR)
### Question:
What was the score at the end of the match number ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27091128_3 (replaced_by VARCHAR, outgoing_manager VARCHAR)
### Question:
Who replaced the outgoing manager 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_21696800_1 (_number VARCHAR, us_viewers__million_ VARCHAR)
### Question:
What's the number of the episode see... |
Below is an context that describes a sql 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 (set_1 VARCHAR, set_3 VARCHAR)
### Question:
What was the first set with a third set of 25–21?
### 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_2597876_2 (winnings VARCHAR, avg_start VARCHAR)
### Question:
How many values for winnings correspond to aver... |
Below is an context that describes a sql 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 (number_of_households VARCHAR, median_family_income VARCHAR)
### Question:
How many households have 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_71 (spouse VARCHAR, name VARCHAR)
### Question:
Who was Margaret of Brabant's spouse?
### 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_58 (tries_for VARCHAR)
### Question:
What are the tries for a club of a club?
### Answer:
SELECT tries_f... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22883210_9 (location_attendance VARCHAR, team VARCHAR)
### Question:
What was the location and how many atten... |
Below is an context that describes a sql 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 (sspec_number VARCHAR, part_number_s_ VARCHAR)
### Question:
what is the sspec number when the part nu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.