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_15 (to_par VARCHAR, player VARCHAR)
### Question:
What was willie wood's to par?
### Answer:
SELECT to_p... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_82 (score VARCHAR, tie_no VARCHAR)
### Question:
What is Score, when Tie No is "30"?
### 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_98 (title VARCHAR, episode__number VARCHAR, part_6 VARCHAR)
### Question:
What is the Title, when the Ep... |
Below is an context that describes a sql 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 (event VARCHAR, winner VARCHAR)
### Question:
What Event did John dibella win?
### Answer:
SELECT eve... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25931938_1 (place VARCHAR, aggregate VARCHAR)
### Question:
What was the place for the celebrity whose aggreg... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11734041_20 (player VARCHAR, years_for_rockets VARCHAR)
### Question:
what is the total number of player wher... |
Below is an context that describes a sql 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 (tyre VARCHAR, fastest_lap VARCHAR)
### Question:
What is the tyre on the race where Bruce Mclaren ha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341663_19 (candidates VARCHAR, incumbent VARCHAR)
### Question:
What other cadidate ran against Dave Treen?
... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the 2008 value with a 7 in 2010?
### Answer:
SELECT 2008 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_74 (goals_scored VARCHAR, points INTEGER)
### Question:
What is the total number of Goals scored that ha... |
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR)
### Question:
On what date was the record 4–0–0?
### 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_13512105_3 (fastest_lap VARCHAR, most_laps_led VARCHAR, pole_position VARCHAR)
### Question:
who else along 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_42 (name VARCHAR, type VARCHAR, rank VARCHAR)
### Question:
What is the name of the dead end type ranked... |
Below is an context that describes a sql 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 (round VARCHAR, winning_team VARCHAR, date VARCHAR)
### Question:
What is the round on 30 June 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_name_31 (tyre VARCHAR, entrant VARCHAR, rounds VARCHAR)
### Question:
Name the tyre for hb bewaking team ensi... |
Below is an context that describes a sql 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 (heat__lane_ VARCHAR, rank VARCHAR)
### Question:
Which heat and lane was in rank of 22?
### 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_16 (score VARCHAR, record VARCHAR)
### Question:
Record of 6–1 had what score?
### Answer:
SELECT score ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_14 (injured INTEGER, place VARCHAR)
### Question:
What was the highest number of people injured in incid... |
Below is an context that describes a sql 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 (year INTEGER, points VARCHAR, rank VARCHAR)
### Question:
What is year that has points larger 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_77 (result VARCHAR, category VARCHAR)
### Question:
What is the result of the directorial debut of the 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_42 (compulsory VARCHAR, voluntary VARCHAR, total VARCHAR)
### Question:
What's the total compulsory 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_59 (primary_language_s_ VARCHAR, director VARCHAR)
### Question:
What is Primary Language(s), when Direc... |
Below is an context that describes a sql 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 (total VARCHAR, score_points VARCHAR)
### Question:
which Total has a Score points of 11?
### 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 products (manufacturer VARCHAR); CREATE TABLE Manufacturers (code VARCHAR)
### Question:
Select all the data 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_46 (goals INTEGER, name VARCHAR)
### Question:
What is the average goals Sawyer has?
### 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_12 (pick INTEGER, team VARCHAR)
### Question:
What is the average pick of the kansas city chiefs?
### 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_5 (dvd_title VARCHAR, aspect_ratio VARCHAR, release_date VARCHAR)
### Question:
What title was release 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_65 (location VARCHAR, round VARCHAR, method VARCHAR)
### Question:
Where was the fight that lasted 3 rou... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Documents_with_expenses (budget_type_code VARCHAR)
### Question:
Show budget type codes and the number of documents... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1373542_1 (date_completed VARCHAR, date_announced VARCHAR)
### Question:
On what date was the asset acquisiti... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_27 (res VARCHAR, time VARCHAR)
### Question:
Which Res has a Time of 11:58?
### Answer:
SELECT res FROM ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_79 (tie_no VARCHAR, away_team VARCHAR)
### Question:
What was the tie number of the away game for Ashfor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (clubs VARCHAR, stadium VARCHAR)
### Question:
What clubs are in the evgrapi shevardnadze 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_75 (venue VARCHAR, competition VARCHAR)
### Question:
What was the Venue of the 2009 Gulf Cup of Nations... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22032599_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
### Question:
What was the result for Gyps... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1805191_39 (results VARCHAR, district VARCHAR)
### Question:
In district Pennsylvania 11, what was the total ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1037590_1 (yards VARCHAR, attempts VARCHAR)
### Question:
How many years were there with 348 attempts?
### 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_21501511_1 (week__number VARCHAR, theme VARCHAR)
### Question:
What week was themed disco?
### 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_15 (rank INTEGER, nation VARCHAR, gold VARCHAR)
### Question:
Name the average rank for west germany 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_9 (bronze INTEGER, sport VARCHAR, silver VARCHAR)
### Question:
What is the football Bronze with more 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_29 (position VARCHAR, nfl_club VARCHAR)
### Question:
What is the position of the pittsburgh steelers?
#... |
Below is an context that describes a sql 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 (winner VARCHAR, points_classification VARCHAR, stage VARCHAR)
### Question:
Which winner has a 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_37 (owgr_pts INTEGER, dates VARCHAR)
### Question:
Which OWGR pts has Dates of may 10-13?
### 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_2581397_3 (group VARCHAR, weight__kg_ VARCHAR)
### Question:
How man teams had a total weight of 57.5?
### 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_26914759_3 (incoming_manager VARCHAR, position_in_table VARCHAR)
### Question:
who was the incoming manager 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_21436373_7 (date_year VARCHAR, result_games VARCHAR)
### Question:
When 9 games (28,002 avg.) is the results... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26916717_1 (name VARCHAR, team_school VARCHAR)
### Question:
What player attended california university?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19787093_1 (till_mathura VARCHAR, till_agra VARCHAR)
### Question:
How many have the Till Agra of 500?
### 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_20 (penalties VARCHAR, gf VARCHAR)
### Question:
How many penalties were there in the game with a G.F. 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_22815568_2 (county VARCHAR, unemployment_rate VARCHAR)
### Question:
Which county had a 3.6% unemployment rat... |
Below is an context that describes a sql 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 (series_3 VARCHAR, series_5 VARCHAR)
### Question:
What is the series 3 with gavin duffy in series 5?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_83 (network VARCHAR, year VARCHAR, colour_commentator_s_ VARCHAR)
### Question:
For which network was Ch... |
Below is an context that describes a sql 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 (height_ft__m_ VARCHAR, name VARCHAR)
### Question:
What is the height in ft and m of the regions ban... |
Below is an context that describes a sql 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 (attendance INTEGER, date VARCHAR, week VARCHAR)
### Question:
What was the attendance at the game be... |
Below is an context that describes a sql 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 (to_par VARCHAR, place VARCHAR, player VARCHAR)
### Question:
What was Nolan Henke's To par when he 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_26336739_1 (party VARCHAR, incumbent VARCHAR)
### Question:
how many party classifications are there for 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_2618119_1 (no_in_series VARCHAR, no_in_season VARCHAR)
### Question:
How many numbers in series were for 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_63 (score VARCHAR, game VARCHAR, team VARCHAR)
### Question:
What is the score of New York team before 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_27813010_2 (weeks_in_top_10 INTEGER)
### Question:
How long has the longest song spent in the top 10?
### 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_75 (events INTEGER, cuts_made VARCHAR, top_25 VARCHAR)
### Question:
What is the lowest number of events... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16384648_2 (capacity INTEGER, team_nickname VARCHAR)
### Question:
For the flyers, what's the minimum capacit... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE student (name VARCHAR, id VARCHAR); CREATE TABLE takes (id VARCHAR)
### Question:
Find the name of students who too... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18852984_2 (all_bills_cosponsored VARCHAR, bills_originally_cosponsored VARCHAR)
### Question:
How many bill ... |
Below is an context that describes a sql 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 (wins VARCHAR, top_5 VARCHAR, events VARCHAR)
### Question:
What was Miller Barber wins with Top-5 le... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (away_team VARCHAR, home_team VARCHAR)
### Question:
What was the away team that played against home ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_33 (coach VARCHAR, losses VARCHAR)
### Question:
Who was the coach who had 215 losses?
### 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_27332038_1 (original_air_date VARCHAR, production_code VARCHAR)
### Question:
when was the episode with 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_1566852_7 (interview_subject VARCHAR, cover_model VARCHAR)
### Question:
IN THE ISSUE WITH KARA MONACO ON 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_17359181_1 (points_2 INTEGER, goal_average_1 VARCHAR)
### Question:
What is the lowest value of Points 2 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_233830_1 (horizontal_order VARCHAR, channels VARCHAR)
### Question:
If the channels is wxyzrstuvpq, what is 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_20 (league VARCHAR, sport VARCHAR, venue VARCHAR)
### Question:
Sport of football, and a Venue of stadio... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341472_15 (first_elected VARCHAR, district VARCHAR)
### Question:
what's the first elected with district ill... |
Below is an context that describes a sql 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 (units_sold INTEGER, publisher VARCHAR)
### Question:
Tell me the average units sold for square enix
... |
Below is an context that describes a sql 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 (state___territory VARCHAR, height VARCHAR)
### Question:
What state/territory has 121 m as the heigh... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25714995_2 (Ends VARCHAR, stolen_ends VARCHAR)
### Question:
How many ends won catagories are listed 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_82 (organization VARCHAR, work VARCHAR)
### Question:
Where Work is veterinarian dolittle, what is the 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_64 (assists INTEGER, games VARCHAR, name VARCHAR)
### Question:
What is the average Assists, when Games ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE ship (Id VARCHAR)
### Question:
How many ships are there?
### Answer:
SELECT COUNT(*) FROM ship |
Below is an context that describes a sql 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 (year VARCHAR, site VARCHAR, score VARCHAR)
### Question:
When has a Site of tainan city and a Score ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19751479_4 (rnd INTEGER, fastest_lap VARCHAR)
### Question:
What is the first round that had #67 the racer'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_10 (april INTEGER, game INTEGER)
### Question:
What is the earliest April date with a game less than 76?... |
Below is an context that describes a sql 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 (set_3 VARCHAR, set_2 VARCHAR, set_5 VARCHAR, set_1 VARCHAR)
### Question:
What is set 3 when set 5 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_1886270_1 (built VARCHAR, hr_name VARCHAR)
### Question:
When (river garry) is the hr name how many builts 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_30 (year VARCHAR, competition VARCHAR)
### Question:
What was the year that had Anugerah Bintang Popular... |
Below is an context that describes a sql 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 (driver___passenger VARCHAR, wins VARCHAR, third VARCHAR, position VARCHAR)
### Question:
Who was 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_23 (stop_no VARCHAR, destination VARCHAR, line VARCHAR)
### Question:
What is Stop No., when Destination... |
Below is an context that describes a sql 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 (decile VARCHAR, authority VARCHAR, roll VARCHAR)
### Question:
For a school with authority of state ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_95 (head_coach VARCHAR, opponent VARCHAR)
### Question:
Who was the head coach when the opponent was Ars... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE campuses (Id VARCHAR)
### Question:
How many CSU campuses are there?
### Answer:
SELECT COUNT(*) FROM campuses |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25505246_8 (round VARCHAR, against VARCHAR)
### Question:
in what round types did the opponent come from sout... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27268238_5 (player VARCHAR, bbi VARCHAR)
### Question:
Who is the player when the bbi is 5/27?
### 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_59 (position VARCHAR, date_of_birth__age_ VARCHAR, player VARCHAR)
### Question:
What is Postition, 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_59 (births__000s_ INTEGER, deaths VARCHAR, year VARCHAR)
### Question:
What was the amount of Births (00... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
What was the score on January 16, 2010?
### 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_21 (rank VARCHAR, premiere VARCHAR)
### Question:
What is the rank for the episode that premiered on Sep... |
Below is an context that describes a sql 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 (others_number INTEGER, kerry_percentage VARCHAR)
### Question:
What percentage of other candidates 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_13619053_4 (score VARCHAR, team VARCHAR)
### Question:
What was the score against san antonio?
### 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_56 (inductee_s_ VARCHAR, venue VARCHAR)
### Question:
What is the name of the inductee for the ecw arena... |
Below is an context that describes a sql 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 (draws VARCHAR, wins VARCHAR, byes VARCHAR)
### Question:
What are the draws when wins are fwewer 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 Customers (phone_number VARCHAR, email_address VARCHAR, amount_outstanding INTEGER)
### Question:
List phone number... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.