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_42 (year INTEGER, notes VARCHAR, venue VARCHAR)
### Question:
What's the year of the event that took pla... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341930_33 (district VARCHAR, incumbent VARCHAR)
### Question:
what's the district with incumbent being lawre... |
Below is an context that describes a sql 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 (points_for INTEGER, record VARCHAR, points_against VARCHAR)
### Question:
What is the highest 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_3002894_4 (nupowr_183 VARCHAR, nupowr_117 VARCHAR)
### Question:
When 0,4, or 8 mb is the nupowr 117 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_43 (chassis VARCHAR, points VARCHAR, engine VARCHAR)
### Question:
Name the chassis of 147 points and en... |
Below is an context that describes a sql 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 (first_elected VARCHAR, result VARCHAR, district VARCHAR)
### Question:
Who was first elected as 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_22879323_8 (high_assists VARCHAR, date VARCHAR)
### Question:
Who did the high assists in the game played on ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20726262_2 (originalairdate VARCHAR, production_code VARCHAR)
### Question:
What was the original air date 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_261222_1 (city___municipality VARCHAR, area__km_2__ VARCHAR)
### Question:
How many city/municipalties 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_59 (Leading VARCHAR, opponent VARCHAR, record VARCHAR)
### Question:
Which Leading Scorer has an Opponen... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19870086_24 (rank VARCHAR, player VARCHAR)
### Question:
what is the rank of adam gilchrist
### 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_22 (Id VARCHAR)
### Question:
Name the 2011 with 2006 of 2r and 2008 of 2r
### Answer:
SELECT 2011 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_16 (country VARCHAR, player VARCHAR)
### Question:
Name the country vijay singh is from
### 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_71 (melbourne VARCHAR, perth VARCHAR, sydney VARCHAR, gold_coast VARCHAR)
### Question:
Which Melbourne ... |
Below is an context that describes 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)
### Question:
How many accounts does each customer have? List the number and custome... |
Below is an context that describes a sql 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 (aggregate VARCHAR, club VARCHAR)
### Question:
The Crvena Zvezda club has what aggregate?
### 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_37 (venue VARCHAR, home_team VARCHAR)
### Question:
Where did North Melbourne play as 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_171250_2 (status VARCHAR, official_name VARCHAR)
### Question:
What are that status(es) of saint-jacques?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23981882_1 (title VARCHAR, no_in_season VARCHAR)
### Question:
What is the episode title for number 7 in 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_4 (gfl_premierships VARCHAR, home_ground VARCHAR)
### Question:
What's the GFL Premiership when the 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_8 (score VARCHAR, time VARCHAR)
### Question:
What was the score for the team with a time of 2:44?
### 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_60 (first_appearance VARCHAR, year VARCHAR, name VARCHAR)
### Question:
What first appeared in 1966 in 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_73 (result VARCHAR, score VARCHAR)
### Question:
What result had a score of 2-1?
### Answer:
SELECT resu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29997112_3 (meaning VARCHAR, transliteration VARCHAR)
### Question:
What are the meanings of the flag whose 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_31 (top_10 INTEGER, top_25 VARCHAR, cuts_made VARCHAR)
### Question:
What is the average number of top-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_name_59 (event VARCHAR, year VARCHAR)
### Question:
What is Event, when Year is 2008?
### Answer:
SELECT even... |
Below is an context that describes a sql 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 (season VARCHAR, caps VARCHAR, club VARCHAR)
### Question:
Which season has Caps lower than 36 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_15647838_3 (_number INTEGER, location VARCHAR, opponent VARCHAR)
### Question:
What is the lowest # in Atlant... |
Below is an context that describes a sql 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 (report VARCHAR, winning_driver VARCHAR, winning_constructor VARCHAR)
### Question:
Name the report 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_64 (club VARCHAR, tries_for VARCHAR)
### Question:
What club has tries for in the category tries 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_73 (nat VARCHAR, name VARCHAR)
### Question:
What is Nat., when Name is "Fàbregas ( Captain )"?
### Answ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (area__km²_ INTEGER, deed_number VARCHAR, population VARCHAR)
### Question:
What is the largest Area ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Assets (asset_model VARCHAR)
### Question:
What are all the distinct asset models?
### Answer:
SELECT DISTINCT asse... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2385460_1 (stations VARCHAR, travel_time VARCHAR)
### Question:
Name the number of stations for 15 minutes tr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_68 (position VARCHAR, college VARCHAR, years_exp VARCHAR, weight VARCHAR, number VARCHAR)
### Question:
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (total INTEGER, silver VARCHAR, nation VARCHAR, gold VARCHAR, bronze VARCHAR)
### Question:
What's 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_14835826_1 (series__number VARCHAR, us_viewers__millions_ VARCHAR)
### Question:
How many series had 18.77 mi... |
Below is an context that describes a sql 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 (seasons VARCHAR, entries VARCHAR, poles VARCHAR)
### Question:
Which Seasons have Entries larger tha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27771406_1 (catches INTEGER, player VARCHAR)
### Question:
How many catches did Clifford McWatt have?
### 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_2781227_10 (position VARCHAR, player VARCHAR)
### Question:
which part on the team does rick schuhwerk play
#... |
Below is an context that describes a sql 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 (game INTEGER, score VARCHAR, points VARCHAR)
### Question:
Which Game is the lowest one that has a 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_60 (november INTEGER, record VARCHAR)
### Question:
What is the latest day in November of the game with ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (opponent VARCHAR, method VARCHAR)
### Question:
Who was the opponent when there was a TKO method?
##... |
Below is an context that describes a sql 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 (us_customary VARCHAR, unit VARCHAR)
### Question:
How large in US customary terms is the unit called... |
Below is an context that describes a sql 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 (home_team VARCHAR, attendance VARCHAR)
### Question:
Which Home Team has an Attendance of 1,859?
###... |
Below is an context that describes a sql 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 (high_estimate INTEGER, low_estimate VARCHAR, type VARCHAR, location VARCHAR)
### Question:
With a ty... |
Below is an context that describes a sql 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 (concacaf INTEGER, superliga VARCHAR, merconorte VARCHAR, player VARCHAR)
### Question:
Name the 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_71 (rank VARCHAR, fastest_time__s_ VARCHAR, nation VARCHAR)
### Question:
What rank did the United 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_15 (score VARCHAR, site_stadium VARCHAR)
### Question:
What was the score for the game played at Sarge 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_65 (champion VARCHAR, result VARCHAR, venue VARCHAR, attendance VARCHAR)
### Question:
Who was the champ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23050383_1 (kei VARCHAR, economic_incentive_regime VARCHAR)
### Question:
How many KEI catagories are listed ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27441210_12 (weeks_at__number1 INTEGER, artist VARCHAR)
### Question:
How many weeks was K.Maro at #1?
### 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_2508633_8 (position VARCHAR, nfl_team VARCHAR)
### Question:
If the NFL team is the Minnesota Vikings, 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_19 (gender VARCHAR, university_students_and_adults__18yrs VARCHAR, _ VARCHAR)
### Question:
Which gender... |
Below is an context that describes a sql 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 (attendance VARCHAR, record VARCHAR)
### Question:
with a record of 63-76 what was the attendance?
##... |
Below is an context that describes a sql 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 (name VARCHAR, qual_2 VARCHAR)
### Question:
What is Name when Qual 2 is 1:15.582?
### 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 (date VARCHAR, tournament VARCHAR)
### Question:
When was the Lagos tournament?
### 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_name_22 (total INTEGER, bronze VARCHAR, gold VARCHAR)
### Question:
How many totals have a Bronze of 0, and a... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_7 (stories INTEGER, height VARCHAR)
### Question:
What is the highest number of stories in homes 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_2 (date VARCHAR, partner VARCHAR, score VARCHAR)
### Question:
What date had Alexander Krasnorutskiy as ... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What 2009 has 3r as the 1999, and w as 2002?
### Answer:
SELECT 2009 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_1059743_1 (play_off VARCHAR, points VARCHAR)
### Question:
How many games had a score value of 813.5 in post-... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21536557_2 (day VARCHAR, stage VARCHAR)
### Question:
Which days have a stage of ss11?
### Answer:
SELECT day... |
Below is an context that describes a sql 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 (netflix VARCHAR, segment_a VARCHAR)
### Question:
Segment A of heather gems is what netflix episode?... |
Below is an context that describes a sql 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 (home VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
Who was the home team when the vistor tea... |
Below is an context that describes a sql 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 (athlete VARCHAR, round_3 VARCHAR, event VARCHAR)
### Question:
Which athlete in the 76 kg class, did ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (goals_against INTEGER, lost INTEGER)
### Question:
What is the fewest goals against for teams with 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_22385461_1 (spacewalkers VARCHAR, spacecraft VARCHAR)
### Question:
Who walked in space from STS-101 Eva 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_name_32 (top_5 INTEGER, tournament VARCHAR, top_25 VARCHAR)
### Question:
What is the highest Top-5 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_63 (bush_number INTEGER, bush_percentage VARCHAR)
### Question:
What is the lowest Bush#, when Bush% 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_52 (call_sign VARCHAR, network VARCHAR, digital_psip VARCHAR)
### Question:
What is the Call sign of the... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14118521_1 (duration VARCHAR, mission VARCHAR)
### Question:
what's the duration with mission being sts-87
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10528691_4 (maximum_memory VARCHAR, discontinued VARCHAR)
### Question:
What is the maximum memory for the mo... |
Below is an context that describes a sql 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 (attendance VARCHAR, opponent VARCHAR)
### Question:
What attendance has detroit lions as the opponen... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_85 (federal_excise_tax___cad INTEGER, minimum_tax_incl_sales_taxes__cad¢_l_ VARCHAR, total_excise_tax__c... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_92 (amount__millions_ VARCHAR, payee VARCHAR)
### Question:
How much money, in millions, is paid to Info... |
Below is an context that describes a sql 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 (player VARCHAR, score VARCHAR)
### Question:
Which player has a score of 71-69-71-67=278?
### 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_2668199_2 (candidates VARCHAR, party VARCHAR, result VARCHAR, first_elected VARCHAR)
### Question:
Who were 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_25 (pick__number INTEGER, overall VARCHAR, round VARCHAR)
### Question:
Which Pick # is the highest one ... |
Below is an context that describes a sql 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 (to_par VARCHAR, place VARCHAR, player VARCHAR)
### Question:
When Bunky Henry placed t8, what was hi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14260687_3 (other VARCHAR, total VARCHAR)
### Question:
How man "other" millions of smartphones were shipped ... |
Below is an context that describes a sql 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 (score_in_the_final VARCHAR, date VARCHAR)
### Question:
What was the final score on March 22, 1993?
... |
Below is an context that describes a sql 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 (class VARCHAR, year INTEGER)
### Question:
For a year that is later than 2002 what is the class posi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2886617_9 (player VARCHAR, nhl_team VARCHAR)
### Question:
Who was picked for the draft by St. Louis Blues?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_178389_1 (church_name VARCHAR, location_of_the_church VARCHAR)
### Question:
What is the church name 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_2857352_3 (digital_channel VARCHAR, virtual_channel VARCHAR)
### Question:
What digital channel corresponds 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_66 (golf VARCHAR, school VARCHAR)
### Question:
Does Green Bay have a golf team?
### Answer:
SELECT golf... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13114949_3 (qualifying_rank INTEGER)
### Question:
what is the lowest qualifying rank?
### Answer:
SELECT MIN... |
Below is an context that describes a sql 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 (surface VARCHAR, outcome VARCHAR, year VARCHAR)
### Question:
What was the surface played on 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_26 (stadium VARCHAR, visiting_team VARCHAR, date VARCHAR)
### Question:
Where was the game on September ... |
Below is an context that describes a sql 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 (position VARCHAR, round VARCHAR, overall VARCHAR)
### Question:
Which position had fewer rounds 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_72 (year INTEGER, theatre VARCHAR)
### Question:
Tell me the lowest year for shubert theatre
### 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_29743928_3 (assists INTEGER, country VARCHAR)
### Question:
How many is the high assist total for players fro... |
Below is an context that describes a sql 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 (week VARCHAR, attendance VARCHAR)
### Question:
How many weeks had an attendance at 69,149?
### 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_1137702_3 (grand_prix VARCHAR, winning_constructor VARCHAR, pole_position VARCHAR)
### Question:
How many Gra... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14752049_6 (country VARCHAR, change__2011_to_2012_ VARCHAR)
### Question:
When the change (2011 to 2012) 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_57 (team VARCHAR, school VARCHAR)
### Question:
What team name belongs to Seaford?
### Answer:
SELECT te... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_20 (name VARCHAR, roll VARCHAR, years VARCHAR, decile VARCHAR)
### Question:
Which name has Years of 1–8... |
Below is an context that describes a sql 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 (series_ep VARCHAR, netflix VARCHAR)
### Question:
Which Series Ep has a Netflix of s08e18?
### 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_40 (crowd INTEGER, away_team VARCHAR)
### Question:
What is the smallest crowd size for away team Fitzro... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.