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_23 (leader_at_the_summit VARCHAR, year VARCHAR)
### Question:
Who was the leader at the summit for 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_20549371_3 (epa_rated_highway_fuel_economy VARCHAR, type_of_powertrain VARCHAR)
### Question:
What is the epa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28178756_1 (race_time VARCHAR, date VARCHAR)
### Question:
List the race time for may 11.
### 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_298883_5 (reverse VARCHAR, value VARCHAR)
### Question:
What is on the reverse side of the ₩500 coin?
### 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_191105_2 (music_by VARCHAR, performed_by VARCHAR)
### Question:
When zachary sanders is the performer how man... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2367847_2 (middle_schools INTEGER, year VARCHAR)
### Question:
Name the most middle schools for 2005-2006
###... |
Below is an context that describes a sql 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 (result VARCHAR, film_title_used_in_nomination VARCHAR)
### Question:
WHAT IS THE RESULT WITH A FILM 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_90 (season VARCHAR, apps VARCHAR, club VARCHAR)
### Question:
In what Season does the Internazionale Clu... |
Below is an context that describes a sql 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 (years VARCHAR, character VARCHAR)
### Question:
What years have joyce couwenberg as the character?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_206419_3 (s_b_share INTEGER, percent_of_votes VARCHAR)
### Question:
What is the s B share for the shareholde... |
Below is an context that describes a sql 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 (semifinalists VARCHAR, tournament VARCHAR)
### Question:
Who were the semifinalists in the Rome tourn... |
Below is an context that describes a sql 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 (wins INTEGER, conceded VARCHAR, draws VARCHAR, losses VARCHAR)
### Question:
What's the sum of WIns ... |
Below is an context that describes a sql 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 (home VARCHAR, record VARCHAR)
### Question:
Name the home with record of 33-18-9
### 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_54 (trainer VARCHAR, time VARCHAR, jockey VARCHAR)
### Question:
What Trainer had Jockey William Jenkins... |
Below is an context that describes a sql 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 (tracks VARCHAR, catalog VARCHAR, length VARCHAR)
### Question:
What is the Tracks of the release 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_54 (gold INTEGER, nation VARCHAR, bronze VARCHAR)
### Question:
Name the fewest gold for tanzania with b... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_160510_1 (province VARCHAR, hanja VARCHAR)
### Question:
The hanja 朔州 is for what province?
### 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_3 (method VARCHAR, time VARCHAR, record VARCHAR)
### Question:
What is the method when the time is 5:00,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (team VARCHAR, year INTEGER)
### Question:
Which team is from earlier than 1994?
### Answer:
SELECT 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 (weekly_rank VARCHAR, official_ratings__millions_ VARCHAR)
### Question:
Which Weekly Rank has an Off... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the 2005 value with 1r in 2013 and q2 in 2011?
### 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_21 (average VARCHAR, matches VARCHAR, wickets VARCHAR, career VARCHAR)
### Question:
Name the total numb... |
Below is an context that describes a sql 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 (year VARCHAR, laps INTEGER)
### Question:
Which year did Tony Bettenhausen complete more than 200 la... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_41 (format VARCHAR, catalog VARCHAR, date VARCHAR)
### Question:
What is the Format of the September 22,... |
Below is an context that describes a sql 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 (year INTEGER, result VARCHAR)
### Question:
What is the latest year they were nominated?
### 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_86 (attendance INTEGER, date VARCHAR)
### Question:
What was the Attendance on September 26, 1971?
### 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_82 (background VARCHAR, hometown VARCHAR)
### Question:
What is the Background of the Candidate from Bar... |
Below is an context that describes a sql 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 (score VARCHAR, year VARCHAR)
### Question:
What was the winning score in 2000?
### Answer:
SELECT sc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_70 (ends INTEGER, transfer_fee VARCHAR)
### Question:
When the transfer fee is £8.5m, what is the total ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19810459_1 (result VARCHAR, background VARCHAR)
### Question:
What was the result for the contestant whose ba... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE airports (country VARCHAR, elevation INTEGER)
### Question:
Find the average elevation of all airports for each 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_1 (final VARCHAR, lane VARCHAR)
### Question:
What were the final time for the swimmer on lane 4?
### 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 trip (bike_id VARCHAR, zip_code VARCHAR)
### Question:
Which bike traveled the most often in zip code 94002?
### 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_91 (home_team VARCHAR, attendance VARCHAR)
### Question:
Which Home team had attendance 160?
### 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_86 (crowd INTEGER, away_team VARCHAR)
### Question:
When the away team is Geelong, what is the highest 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_1057262_2 (south_australia VARCHAR, victoria VARCHAR)
### Question:
what's the total number of south australi... |
Below is an context that describes a sql 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 (postposition VARCHAR, noun_root__meaning_ VARCHAR)
### Question:
What is Postposition, when Noun Roo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18676973_3 (most_recent_cyclist VARCHAR, rank VARCHAR)
### Question:
When 12 is the rank who is the most rece... |
Below is an context that describes a sql 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 (pick VARCHAR, round VARCHAR, player VARCHAR, nationality VARCHAR, draft VARCHAR)
### Question:
What ... |
Below is an context that describes a sql 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 (snatch VARCHAR, total__kg_ VARCHAR, bodyweight VARCHAR, clean_ VARCHAR, _jerk 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_86 (label VARCHAR, region VARCHAR, catalog VARCHAR)
### Question:
What label is associated with the Unit... |
Below is an context that describes a sql 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 (attendance VARCHAR, date VARCHAR)
### Question:
What is the attandance figure on October 7, 1990?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE country (Id VARCHAR)
### Question:
How many countries are there in total?
### Answer:
SELECT COUNT(*) FROM 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_26173063_2 (orthodoxy VARCHAR, × VARCHAR)
### Question:
What is orthodoxy when x is wehdat?
### 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_89 (attendance VARCHAR, opponent VARCHAR)
### Question:
What attendance has Washington redskins as the o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23449363_1 (round VARCHAR, new_entries_this_round VARCHAR)
### Question:
Which round had 24 new entries?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE singer (citizenship VARCHAR)
### Question:
What is the most common singer citizenship ?
### Answer:
SELECT citizens... |
Below is an context that describes a sql 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 (date VARCHAR, game VARCHAR)
### Question:
What was the date of game 4?
### Answer:
SELECT date 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_228973_11 (written_by VARCHAR, original_air_date VARCHAR)
### Question:
The episode which originally aired 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_name_68 (school VARCHAR, hometown VARCHAR)
### Question:
Which school has a hometown of winter park, FL?
### ... |
Below is an context that describes a sql 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 (outcome VARCHAR, opponent VARCHAR)
### Question:
Name the outcome for opponent of michaëlla krajicek... |
Below is an context that describes a sql 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 (assists VARCHAR, pims VARCHAR, goals VARCHAR, points VARCHAR)
### Question:
What is the total 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_17102076_5 (high_rebounds VARCHAR, game VARCHAR)
### Question:
Name the high rebounds for game 11
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29285076_2 (location VARCHAR, fastest_lap VARCHAR, winning_driver VARCHAR)
### Question:
Where was the race w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_21 (home_team VARCHAR, result VARCHAR)
### Question:
WHAT IS THE HOME TEAM, RESULT 99-112?
### 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_23346303_4 (rebounds VARCHAR, player VARCHAR)
### Question:
How many rebounds did crystal ayers have?
### 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_39 (air_date VARCHAR, winner VARCHAR, challenge VARCHAR)
### Question:
What air date has a red winner 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_49 (Id VARCHAR)
### Question:
What 2009 has 18.5% as the 2007?
### Answer:
SELECT 2009 FROM table_name_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_15 (time VARCHAR, rider VARCHAR)
### Question:
What time has jules croft as the rider?
### 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_89 (country_territory VARCHAR, mr_gay_international VARCHAR)
### Question:
In what Country/Territory 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_75 (away VARCHAR, club VARCHAR)
### Question:
What is NK Rijeka's away score?
### Answer:
SELECT away 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_name_10 (examples VARCHAR, australian VARCHAR)
### Question:
Which Examples has Australian of əm?
### 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_82 (game VARCHAR, rams_points VARCHAR)
### Question:
In what Game did Rams Points equal 0?
### 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_65 (price VARCHAR, sampling_rate VARCHAR)
### Question:
How much is a product with a Sampling Rate of 12... |
Below is an context that describes a sql 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 (result VARCHAR, champions VARCHAR, year VARCHAR, runners_up VARCHAR)
### Question:
What is the resul... |
Below is an context that describes a sql 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 (record VARCHAR, high_rebounds VARCHAR)
### Question:
What is the Record when the high rebounds was 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_57 (average VARCHAR, band VARCHAR)
### Question:
Which Average has a Band of f?
### Answer:
SELECT avera... |
Below is an context that describes a sql 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 (album VARCHAR, year INTEGER)
### Question:
What Album has a Year that's larger than 2001?
### 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_14 (year_of_recording INTEGER, conductor VARCHAR)
### Question:
What is the year that a record was recor... |
Below is an context that describes a sql 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 (agency VARCHAR, birthday VARCHAR)
### Question:
What's the agency of the member born on 1998.11.09?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2361788_1 (regular_season VARCHAR, year VARCHAR)
### Question:
Name the number of regular season for 2007
###... |
Below is an context that describes a sql 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 (average INTEGER, yards VARCHAR)
### Question:
What is the sum of average values for 23 yards?
### 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_50 (score VARCHAR, to_par VARCHAR, player VARCHAR)
### Question:
What is the Score of Stewart Cink 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_31 (position VARCHAR, class VARCHAR)
### Question:
Which position has a sophomore class?
### 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_65 (tone VARCHAR, standard_thai VARCHAR)
### Question:
Which tone has a Standard Thai at ปลา?
### 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_18 (ansi_code INTEGER, land___sqmi__ VARCHAR, township VARCHAR, longitude VARCHAR, geo_id VARCHAR)
### Q... |
Below is an context that describes a sql 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 (jump_2 VARCHAR, jump_3 VARCHAR)
### Question:
What is the Jump 2 of the person that has a Jump 3 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 airports (city VARCHAR)
### Question:
List the cities which have more than one airport and number of airports.
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16381914_1 (enrollment VARCHAR, founded VARCHAR)
### Question:
What was the enrollment of the school founded ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1404984_1 (network VARCHAR, virtual_channel VARCHAR)
### Question:
What network is virtual channel 9.1 linked... |
Below is an context that describes a sql 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 (region VARCHAR, format VARCHAR, label VARCHAR)
### Question:
Which region has the format CD and labe... |
Below is an context that describes a sql 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 (date VARCHAR, first_prize VARCHAR)
### Question:
When was the game that had a first prize of $161,48... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12340907_1 (population INTEGER, police_officers VARCHAR)
### Question:
If the number of police officers is 94... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19810459_1 (original_team VARCHAR, result VARCHAR)
### Question:
What team was the contestant who finished 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_23730973_5 (rating VARCHAR, viewers__millions_ VARCHAR)
### Question:
What was the rating/share for 18-49 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_2102714_1 (episode VARCHAR, viewers__in_millions_ VARCHAR)
### Question:
What episode had 9.7 million viewers... |
Below is an context that describes a sql 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 (league VARCHAR, year VARCHAR)
### Question:
What is the League with a Year that is 1990/91?
### 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_1342338_5 (first_elected VARCHAR, incumbent VARCHAR)
### Question:
What year was incumbent Claude Fuller firs... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE HOST (Nationality VARCHAR)
### Question:
Show the most common nationality of hosts.
### Answer:
SELECT Nationality ... |
Below is an context that describes a sql 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 (ends VARCHAR, transfer_fee VARCHAR)
### Question:
What is the total number of ends when the transfer... |
Below is an context that describes a sql 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 (pick__number INTEGER, reg_gp VARCHAR, rd__number VARCHAR, player VARCHAR)
### Question:
What is 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_2668243_17 (candidates VARCHAR, district VARCHAR)
### Question:
Name the candidates for new york 21
### 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_77 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
### Question:
When was outgoing manager Zoltá... |
Below is an context that describes a sql 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 (local_name VARCHAR, dates_aired VARCHAR)
### Question:
What is the local name for the episodes that ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (episode VARCHAR, segment_d VARCHAR)
### Question:
How many episodes have a segment d that is goalie ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28138035_26 (mens_singles VARCHAR, womens_singles VARCHAR)
### Question:
Who won the mens singles when lau 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_71 (elevation_msl VARCHAR, housing__2007_ VARCHAR)
### Question:
What is the elevation of the city 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_52 (class_aA VARCHAR, class_a VARCHAR, school_year VARCHAR)
### Question:
Name the class AA with class 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_16 (try_bonus VARCHAR, points_for VARCHAR)
### Question:
For a team with 332 points for, what was the 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_26 (attendance INTEGER, home_team VARCHAR)
### Question:
What is the lowest Attendance, when Home Team i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.