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_24 (nation VARCHAR, gold VARCHAR, silver VARCHAR, total VARCHAR, bronze VARCHAR)
### Question:
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_21 (release_date VARCHAR, production_num VARCHAR, characters VARCHAR)
### Question:
When was the film 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 roller_coaster (Status VARCHAR)
### Question:
Please show the most common status of roller coasters.
### 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_67 (away_team VARCHAR, home_team VARCHAR)
### Question:
When the Home team of essendon is playing what 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_84 (crowd INTEGER, venue VARCHAR)
### Question:
What is the lowest crowd seen by the mcg Venue?
### 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_14460937_1 (afc_cup VARCHAR, points__total_500_ VARCHAR)
### Question:
How many times has the points total fo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13998897_1 (height_m___ft__ VARCHAR, notes VARCHAR)
### Question:
how many height m ( ft ) with notes being ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26168687_3 (narrated_by VARCHAR, vessel_operator VARCHAR)
### Question:
Who narrated when the vessel operator... |
Below is an context that describes a sql 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 (winners VARCHAR, not_winning_editions VARCHAR)
### Question:
Who is Winners that has editions 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_8 (Final VARCHAR, week_1 VARCHAR, week_3 VARCHAR)
### Question:
What was the week 12 standing for the ho... |
Below is an context that describes a sql 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 (venue VARCHAR, result VARCHAR)
### Question:
Name the venue for eng by 6 wkts
### Answer:
SELECT ven... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (decision VARCHAR, date VARCHAR)
### Question:
What was the decision on october 5?
### 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_80 (year_ended VARCHAR, passenger_load_factor___percentage_ VARCHAR, revenue__€m_ VARCHAR)
### Question:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341897_45 (result VARCHAR, incumbent VARCHAR)
### Question:
What was the result of the election in which Wal... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2781227_10 (college_junior_club_team VARCHAR, pick VARCHAR)
### Question:
Which school players have a 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_name_71 (date VARCHAR, opponent VARCHAR)
### Question:
What is the Date with an Opponent that is indiana stat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30120556_1 (area__acres__ INTEGER, townland VARCHAR)
### Question:
What is the fewest area in Derrynanool tow... |
Below is an context that describes a sql 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 (bronze VARCHAR, silver VARCHAR, total VARCHAR)
### Question:
What is Bronze, when Silver is less than... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_87 (date VARCHAR, h___a VARCHAR)
### Question:
When did the game in whalley range take place?
### 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_2 (kana VARCHAR, korean_name VARCHAR)
### Question:
What is the Kana of the Province with a Korean name ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (record VARCHAR, date VARCHAR)
### Question:
WHAT IS THE RECORD FOR DATE NOVEMBER 14?
### 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_23279434_1 (season__number VARCHAR, production_code VARCHAR)
### Question:
Which season used production code ... |
Below is an context that describes a sql 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 (season VARCHAR, pos VARCHAR, pld VARCHAR, div VARCHAR)
### Question:
What season has 36 pld, a bbl d... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_37 (score VARCHAR, game VARCHAR)
### Question:
What is the score of game 25?
### Answer:
SELECT score FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE journal_committee (Editor_ID VARCHAR, Journal_ID VARCHAR); CREATE TABLE editor (Name VARCHAR, age VARCHAR, Editor_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_87 (points INTEGER, engine VARCHAR, year VARCHAR)
### Question:
What is the smallest number of points 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_26681728_1 (location VARCHAR, score_final VARCHAR)
### Question:
Where did the event with a final score of 15... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13981938_1 (wine_style VARCHAR, village VARCHAR)
### Question:
what's the wine style with village being pulig... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Songs (SongId VARCHAR, songid VARCHAR, title VARCHAR); CREATE TABLE Performance (bandmate VARCHAR, SongId 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_2 (week_of VARCHAR, semi_finalists VARCHAR, runner_up VARCHAR)
### Question:
What is the Week when anke ... |
Below is an context that describes a sql 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 (race VARCHAR, date VARCHAR)
### Question:
what is the race on 23 october?
### Answer:
SELECT race FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22815568_12 (unemployment_rate VARCHAR, county VARCHAR)
### Question:
Name the unemployment rate for botetour... |
Below is an context that describes a sql 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 (march INTEGER, record VARCHAR)
### Question:
When was the earliest game date in March where the matc... |
Below is an context that describes a sql 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 (wins INTEGER, byes INTEGER)
### Question:
Which Wins has a Byes larger than 0?
### Answer:
SELECT MA... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_87 (Id VARCHAR)
### Question:
Tell me the 2008 for when 2001 of wta premier 5 tournaments
### 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_33 (player VARCHAR, place VARCHAR)
### Question:
Who are the players that placed t2?
### 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_27946889_2 (represent_province VARCHAR, hometown VARCHAR)
### Question:
What is the represent province for th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (record VARCHAR, h_a_n VARCHAR, date VARCHAR)
### Question:
What is Record, when H/A/N is "A", and 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_61 (malayalam VARCHAR, മലയാളം VARCHAR)
### Question:
WHAT IS THE MALAYAM WITH മലയാളം of വെള്ളി?
### 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 actor (first_name VARCHAR, last_name VARCHAR)
### Question:
What is the most popular full name of the actors?
### 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_67 (melbourne VARCHAR, gold_coast VARCHAR)
### Question:
What is The Melbourne with a No- Gold Coast
###... |
Below is an context that describes a sql 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 (score VARCHAR, game VARCHAR)
### Question:
What was the final score of Game #4?
### Answer:
SELECT s... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (date VARCHAR, event VARCHAR)
### Question:
What date was the 1500 m freestyle competition?
### 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_23 (losses VARCHAR, geelong_fl VARCHAR, wins VARCHAR)
### Question:
How many Losses have a Geelong FL 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_81 (year INTEGER, name VARCHAR)
### Question:
What year was Leon Blevins picked?
### Answer:
SELECT SUM(... |
Below is an context that describes a sql 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 (venue VARCHAR, league VARCHAR)
### Question:
What are the venues that host WNBA games?
### 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_21550870_1 (production_code VARCHAR, written_by VARCHAR)
### Question:
Name the total number of production co... |
Below is an context that describes a sql 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 (runs__balls_ VARCHAR, wicket VARCHAR, opponent VARCHAR)
### Question:
Name the runs balls for wicket ... |
Below is an context that describes a sql 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 (away_team VARCHAR, crowd INTEGER)
### Question:
Which Venue has a crowd larger than 25,000?
### 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_13636_1 (name VARCHAR, first_operational VARCHAR)
### Question:
what's the name with first operational being ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29747178_2 (series__number VARCHAR, directed_by VARCHAR)
### Question:
What is the series # when the director... |
Below is an context that describes a sql 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, team_2 VARCHAR)
### Question:
What was the Score of the match with USL Dunkerque (d2)... |
Below is an context that describes a sql 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 (score VARCHAR, opponents VARCHAR)
### Question:
What was the score for the opponent lukáš dlouhý lea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16105186_2 (mid_atlantic_south__washington VARCHAR, _dc_ VARCHAR, midwest__des_moines_ VARCHAR)
### Question:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11608735_3 (other_local_sources VARCHAR, state_ VARCHAR, _federal VARCHAR)
### Question:
What is the 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_name_87 (player VARCHAR, points INTEGER)
### Question:
Who is the player who had more than 1,052 points?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19342760_1 (cause_of_destruction VARCHAR, name VARCHAR)
### Question:
What caused the collapse of the Mausole... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20181270_3 (landesliga_süd VARCHAR, bayernliga VARCHAR)
### Question:
Name the landesliga sud for sg quelle 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_1353096_2 (channel_tv___dt__ VARCHAR, city_of_license_market VARCHAR)
### Question:
What TV channel had a lic... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20065425_1 (title VARCHAR, termination_of_mission VARCHAR)
### Question:
How many different titles does the r... |
Below is an context that describes a sql 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 (channel VARCHAR, financed_by VARCHAR)
### Question:
What was the channel that was financed by commer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12792876_4 (losing_bonus VARCHAR, points VARCHAR)
### Question:
Name the losing bonus of 96 points
### 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_1342233_43 (district VARCHAR, incumbent VARCHAR)
### Question:
What district is eugene worley from?
### 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_91 (tries_against INTEGER, points_against VARCHAR, tries_for VARCHAR)
### Question:
What Tries against 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_82 (total_seats INTEGER, seats VARCHAR, share_of_votes VARCHAR)
### Question:
with a share of 44.2% and ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_78 (software VARCHAR, cost___usd__ VARCHAR, latest_stable_date__version_ 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_3 (year VARCHAR, outcome VARCHAR, opponent VARCHAR)
### Question:
What year was the match were xavier ma... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_75 (mintage INTEGER, artist VARCHAR)
### Question:
What is the sum of Artist Steve Hepburn's Mintage?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15624586_2 (indigenous_mining_production_2006 VARCHAR, _percentage_of_world_demand VARCHAR)
### Question:
Whi... |
Below is an context that describes a sql 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 (week VARCHAR, kickoff___et__ VARCHAR, result VARCHAR)
### Question:
What is the Week when the kick 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_19526911_1 (previous_season_2007_2008 VARCHAR, website VARCHAR)
### Question:
What are the previous season ra... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (of_5 VARCHAR, country VARCHAR)
### Question:
Which OF-5 is in Ghana?
### Answer:
SELECT of_5 FROM ta... |
Below is an context that describes a sql 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 (country VARCHAR, venue VARCHAR, year VARCHAR, score VARCHAR)
### Question:
Which Country has a 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_62 (home VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
What was the home team that played Vancou... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22265716_1 (director VARCHAR, original_title VARCHAR)
### Question:
Who directed the film with the original 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_72 (record VARCHAR, nationality VARCHAR, games VARCHAR)
### Question:
What is the Record of the 2012 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_54 (attendance INTEGER, home VARCHAR, round VARCHAR)
### Question:
Which Attendance has a Home of djurgå... |
Below is an context that describes a sql 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 (attendance INTEGER, arena VARCHAR, loss VARCHAR)
### Question:
Which Attendance has an Arena of arro... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_35 (vietnamese VARCHAR, chinese VARCHAR)
### Question:
Which VIETNAMESE has a CHINESE of 婆須密 / póxūmì?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21692771_1 (maturity VARCHAR, isin VARCHAR)
### Question:
What is the maturity date of the ISIN labeled DE000... |
Below is an context that describes a sql 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 (location VARCHAR, opponent VARCHAR)
### Question:
Where was the game against the buffalo sabres?
###... |
Below is an context that describes a sql 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 (total INTEGER, bronze VARCHAR, rank VARCHAR)
### Question:
What is the lowest Total containing a Bro... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_60 (l2_cache VARCHAR, model_number VARCHAR)
### Question:
What is L2 Cache, when Model Number is Atom Z6... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_262508_1 (nickname VARCHAR, institution VARCHAR)
### Question:
What is the nickname of the institution from 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_13857700_1 (mixed_doubles VARCHAR, year VARCHAR)
### Question:
who is the the mixed doubles with year being 1... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30012404_4 (canadian_air_date VARCHAR, us_air_date VARCHAR)
### Question:
What is the canadian air date 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_7 (rank VARCHAR, team VARCHAR)
### Question:
Name the rank for tottenham hotspur
### Answer:
SELECT 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_name_99 (total INTEGER, year_s__won INTEGER)
### Question:
What is Highest Total, when Year(s) Won is before ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_86 (year VARCHAR, team VARCHAR, rank VARCHAR)
### Question:
How many years did Team Newman/Haas Racing r... |
Below is an context that describes a sql 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 (scientific_pitch VARCHAR, helmholtz_pitch VARCHAR)
### Question:
What is the scientific pitch when t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (national_university_of_ireland VARCHAR, industrial_and_commercial_panel VARCHAR, cultural_and_educat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25691838_8 (episode__number INTEGER, original_airdate VARCHAR)
### Question:
What was the minimum number 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 LOTS (lot_details VARCHAR, investor_id VARCHAR)
### Question:
Return the lot details and investor ids.
### Answer:
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (top_5 INTEGER, events INTEGER)
### Question:
With events less than 0, what is the fewest Top-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_32 (game INTEGER, november VARCHAR)
### Question:
Which Game has a November of 22?
### Answer:
SELECT 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_24 (grid VARCHAR, time_retired VARCHAR)
### Question:
Which grid has a time/retired of +27.347?
### 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_1147701_5 (model_name VARCHAR, engine_code VARCHAR)
### Question:
What is the model of the enginge d5252 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_16 (second VARCHAR, nation VARCHAR)
### Question:
Which Second has a Nation of latvia?
### 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_40 (adam INTEGER, jade VARCHAR, peter VARCHAR)
### Question:
What's Adam's score when Jade's score is gr... |
Below is an context that describes a sql 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 (player VARCHAR, round VARCHAR, pick VARCHAR)
### Question:
Which Player has a Round of 9, and a Pick... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.