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_13336122_7 (title VARCHAR, directed_by VARCHAR)
### Question:
What episode was directed by David Duchovny?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE claim_headers (amount_claimed INTEGER, claim_header_id VARCHAR); CREATE TABLE claims_documents (claim_id VARCHAR, 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_15 (points VARCHAR, date VARCHAR)
### Question:
What were the points on February 10?
### 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_12108_1 (gdp___bn__ VARCHAR)
### Question:
what is the gdp ( bn ) where capital is capital?
### 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_10361625_1 (round INTEGER, overall VARCHAR)
### Question:
What is the greatest round of overall 83?
### 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_51 (remixed_by VARCHAR, year VARCHAR, version VARCHAR)
### Question:
Which long version was remixed in 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_14 (profits__billion_ INTEGER, sales__billion_$_ VARCHAR, rank VARCHAR)
### Question:
Name the lowest Pr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_38 (club VARCHAR, tries_against VARCHAR, try_bonus VARCHAR)
### Question:
Which club has a try bonus 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_39 (visitor VARCHAR, home VARCHAR, score VARCHAR)
### Question:
Who was the visitor when the lakers were... |
Below is an context that describes a sql 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 (pos VARCHAR, year VARCHAR)
### Question:
What was the position in 2006?
### Answer:
SELECT pos 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_58 (matches INTEGER, goalkeeper VARCHAR, average VARCHAR)
### Question:
How many matches did Carlos Kame... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27383390_4 (date_of_appointment VARCHAR, position_in_table VARCHAR)
### Question:
When is the date of appoint... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21563298_1 (external_link VARCHAR, location VARCHAR)
### Question:
What school is in Brechin?
### 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_262481_2 (institution VARCHAR, current_conference VARCHAR)
### Question:
What is the institution whose curren... |
Below is an context that describes a sql 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 (round VARCHAR, home VARCHAR)
### Question:
In what round was the Alianza home game?
### 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_13 (draw INTEGER, points VARCHAR, goals_conceded VARCHAR)
### Question:
Name the the highest Draw which ... |
Below is an context that describes a sql 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 (loss VARCHAR, date VARCHAR)
### Question:
Which loss has a Date of april 26?
### Answer:
SELECT loss... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2384331_1 (head_coach VARCHAR, arena VARCHAR)
### Question:
Who is the head coach for the team that plays at ... |
Below is an context that describes a sql 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 (year VARCHAR, distance VARCHAR)
### Question:
In what year saw a total distance of 1,870.23 km?
### ... |
Below is an context that describes a sql 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 (points_for VARCHAR, tries_for VARCHAR)
### Question:
Name the points with tries for of 40
### 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_98 (score VARCHAR, country VARCHAR)
### Question:
What is the player from England's score?
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_68 (manufacturer VARCHAR, rider VARCHAR)
### Question:
Who manufactures Makoto Tamada's vehicle?
### 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_29 (region VARCHAR, label VARCHAR)
### Question:
What is the Region of the Warner Music Canada Label rel... |
Below is an context that describes a sql 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 (hdtv VARCHAR, television_service VARCHAR)
### Question:
What is the HDTV for the Rai Nettuno Sat Uno... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10602294_1 (dates_active VARCHAR, name VARCHAR)
### Question:
When was Kamba active?
### Answer:
SELECT dates... |
Below is an context that describes a sql 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 (date VARCHAR, athlete VARCHAR, nation VARCHAR, place VARCHAR)
### Question:
What's the date when Yel... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_88 (player VARCHAR, hometown_school VARCHAR)
### Question:
WHAT PLAYER HAS UPLAND HIGH SCHOOL?
### 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_23508196_2 (tot_officers VARCHAR, tot_enlisted VARCHAR)
### Question:
How many tot officers were there 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_name_26 (date VARCHAR, performer_4 VARCHAR, performer_2 VARCHAR, performer_3 VARCHAR)
### Question:
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_16331144_1 (winning_mentor VARCHAR, season VARCHAR)
### Question:
Who was the winning mentor in season two?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1108394_24 (_percentage VARCHAR, manhattan VARCHAR)
### Question:
What is the percentage for manhattan 45,901... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26914854_3 (team VARCHAR, date_of_appointment VARCHAR)
### Question:
what is the date of appointment 11 june... |
Below is an context that describes a sql 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 (census_ranking VARCHAR, area_km_2 VARCHAR)
### Question:
Which census ranking is 57.06 km big?
### 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_32 (year INTEGER, points INTEGER)
### Question:
Which year averaged less than 9 points?
### 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_2 (grid INTEGER, time_retired VARCHAR)
### Question:
What Grid has a Time/Retired of clutch?
### 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_39 (date VARCHAR, name VARCHAR)
### Question:
What is the date for the name of Granville?
### 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_36 (home_city VARCHAR, manager VARCHAR)
### Question:
What is the home city when Mladen Frančić is the 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_29273115_1 (original_air_date VARCHAR, written_by VARCHAR)
### Question:
On how many different dates 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_1337525_1 (region_4 VARCHAR, complete_series VARCHAR)
### Question:
Name the region 4 for the complete fifth ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1473672_2 (position VARCHAR, player VARCHAR)
### Question:
How many positions does rene villemure play?
### 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_99 (floors__stories_ INTEGER, height_ft__m_ VARCHAR, rank VARCHAR)
### Question:
How many floors are in ... |
Below is an context that describes a sql 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 (entrant VARCHAR, engine_† VARCHAR)
### Question:
Which entrant had a mugen-honda mf-301 he engine?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25730209_2 (points VARCHAR, player VARCHAR)
### Question:
How many points did Donald Green score?
### 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_4 (place INTEGER, artist VARCHAR)
### Question:
Where did the artist All Mixed Up place?
### Answer:
SEL... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_75 (pages INTEGER, isbn VARCHAR)
### Question:
How many pages associated with isbn 91-7713-035-9?
### 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_53 (drawn VARCHAR, points VARCHAR, lost VARCHAR)
### Question:
How many drawn have points of 6 and lost ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25594271_1 (state_country VARCHAR, race_number VARCHAR)
### Question:
what are all the state/nation where 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_91 (score VARCHAR, year VARCHAR)
### Question:
What is the score of 1993?
### Answer:
SELECT score 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_84 (tv_time VARCHAR, attendance VARCHAR)
### Question:
Name the tv time for attendance of 69,551
### 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_12 (stadium VARCHAR, date VARCHAR)
### Question:
What is the stadium when the date of the game is Decemb... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26914076_3 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
### Question:
How many entries are there for ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1965650_9 (nationality VARCHAR, college_junior_club_team VARCHAR)
### Question:
When sault ste. marie greyho... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_293465_1 (country VARCHAR, rank_2011 VARCHAR)
### Question:
When 5 is the rank of 2011 what is the country?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_47 (cart VARCHAR, shield_animal VARCHAR)
### Question:
What cart has a serpent shield animal?
### 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_40 (points INTEGER, record VARCHAR, november VARCHAR)
### Question:
Which Points have a Record of 12–2–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_80 (until INTEGER, titles VARCHAR)
### Question:
What is the total Until when the Titles was 5?
### 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_74 (year VARCHAR, notes VARCHAR)
### Question:
Which Year has Notes of 87.17 m?
### Answer:
SELECT 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_16 (week_2 VARCHAR, week_3 VARCHAR)
### Question:
What Week 2 has a Week 3 of casey mae?
### Answer:
SEL... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_10 (total_goals INTEGER, total_apps VARCHAR, league_goals VARCHAR)
### Question:
Which Total Goals have ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (erp_w INTEGER, frequency_mhz VARCHAR)
### Question:
Which ERP W has a Frequency MHz of 89.3 fm?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1342379_23 (candidates VARCHAR, district VARCHAR)
### Question:
who is the the candidates with district 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_name_60 (score INTEGER, place VARCHAR, country VARCHAR)
### Question:
What is the average score for the playe... |
Below is an context that describes a sql 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 (round VARCHAR, time VARCHAR)
### Question:
Which round was 2:30?
### Answer:
SELECT round FROM table... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (successful_defenses VARCHAR, days_held VARCHAR, reigns VARCHAR)
### Question:
What successful defens... |
Below is an context that describes a sql 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 (games_played INTEGER, points VARCHAR, goals_scored VARCHAR)
### Question:
Which Games played has a P... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (pick VARCHAR, player VARCHAR)
### Question:
How many teams picked Jason Webb?
### Answer:
SELECT COU... |
Below is an context that describes a sql 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 (association VARCHAR, nominee VARCHAR, year VARCHAR)
### Question:
Who was the association that Danie... |
Below is an context that describes a sql 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 (day_3 VARCHAR, day_4 VARCHAR)
### Question:
What is the day 3 when day 4 is fr.?
### 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_13663434_1 (jp__210_ VARCHAR, title_and_source VARCHAR)
### Question:
what's the jp -210- with title and sour... |
Below is an context that describes a sql 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 (finish VARCHAR, to_par VARCHAR, year_s__won VARCHAR)
### Question:
What is Finish, when To Par is 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_24307126_3 (assets_2013__bil VARCHAR, base VARCHAR)
### Question:
Name the number of assets for australia
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_38 (score VARCHAR, site_stadium VARCHAR, date VARCHAR)
### Question:
What was the score of the game 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_89 (home VARCHAR, record VARCHAR)
### Question:
What is the home team of the game with a 2-0 record?
###... |
Below is an context that describes a sql 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 (date VARCHAR)
### Question:
What date was the score "score"?
### Answer:
SELECT date FROM table_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_21 (score VARCHAR, date VARCHAR)
### Question:
What is the Score of the game on March 19?
### 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_35 (score VARCHAR, opponents VARCHAR, date VARCHAR)
### Question:
Which Score has Opponents of pkns fc, ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28211103_1 (winner VARCHAR, st_kilda_score VARCHAR)
### Question:
How many winners have st kilda score at 14.... |
Below is an context that describes a sql 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 (goals INTEGER, apps INTEGER)
### Question:
When the Apps were smaller than 22, what's the lowest amo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (males VARCHAR, percentage___percentage_ VARCHAR)
### Question:
Which Males have a percentage of 0.42... |
Below is an context that describes a sql 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 (cmp_att_int VARCHAR, gp_gs VARCHAR)
### Question:
Which Cmp-Att-Int has a GP-GS of 3-0?
### 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_15700367_6 (runs_conceded VARCHAR, name VARCHAR)
### Question:
How many runs conceded for chaminda vaas?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1876825_3 (no_in_series VARCHAR, original_air_date VARCHAR)
### Question:
What episode number in the series 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_44 (shropshire_senior_cup VARCHAR, points VARCHAR, fa_cup VARCHAR)
### Question:
What is the Shropshire ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (lane VARCHAR, name VARCHAR)
### Question:
Swimmer Jiao Liuyang has what for the sum of lane?
### 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_22 (album VARCHAR, year VARCHAR)
### Question:
What is the 1995 Album?
### Answer:
SELECT album FROM tab... |
Below is an context that describes a sql 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 (attendance VARCHAR, opponent VARCHAR, result VARCHAR)
### Question:
What is the number of 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_27 (score VARCHAR, tournament VARCHAR)
### Question:
What score has zadar as the tournament?
### 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_52 (tie_no VARCHAR, home_team VARCHAR)
### Question:
Which tie number had a home team of Derby County?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18602462_21 (final__bronze_medal_match VARCHAR, quarterfinals VARCHAR)
### Question:
When houdet ( fra ) w 6-... |
Below is an context that describes a sql 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 (date VARCHAR, away_team VARCHAR)
### Question:
What date was the game when away team northampton 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_33 (record VARCHAR, home VARCHAR)
### Question:
What is the record when the Nuggets are 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_20683381_2 (date_of_opinion_poll VARCHAR, conductor VARCHAR)
### Question:
When was Quantum Research's poll 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 Person (name VARCHAR, gender VARCHAR, age VARCHAR)
### Question:
Find the name and age of all males in order 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_23379776_5 (location VARCHAR, name_of_role VARCHAR)
### Question:
How many locations for name of role as Xiao... |
Below is an context that describes a sql 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 (pick VARCHAR, nationality VARCHAR, player VARCHAR)
### Question:
What is the pick of player ian schul... |
Below is an context that describes a sql 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 (ihsaa_class VARCHAR, mascot VARCHAR)
### Question:
Which IHSAA class has a mascot of the Raiders?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24353141_1 (original_1st_us_tour_cast VARCHAR, original_tokyo___seoul_tour_cast VARCHAR)
### Question:
While ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2357201_1 (regular_season VARCHAR, year VARCHAR)
### Question:
How did Cleveland do in the regular season in ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26847237_3 (location VARCHAR, opposition VARCHAR)
### Question:
What is the location when the opposition is 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_name_49 (school VARCHAR, _number___county VARCHAR)
### Question:
which school shows #/county of 29 hamilton?
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.