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_13618584_1 (district VARCHAR)
### Question:
What was the 2007 result in the 28th district?
### 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_42 (score VARCHAR, team VARCHAR)
### Question:
What was the score of the game against Charlotte?
### 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_82 (school VARCHAR, height VARCHAR)
### Question:
Tell me the school with a height of 6-9
### 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_92 (area_km² VARCHAR, density__hab_km²_ VARCHAR)
### Question:
What is the area of the city with a densi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Companies (name VARCHAR, Market_Value_billion VARCHAR)
### Question:
List the names of companies in descending orde... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14323347_1 (points VARCHAR)
### Question:
Name the total number of 1992-93 for 115 points
### 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_9 (runners_up VARCHAR, winners VARCHAR, years_runner_up VARCHAR)
### Question:
How many runners up for 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_27832075_2 (us_viewers__millions_ VARCHAR, series__number VARCHAR)
### Question:
How many million U.S. viewer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20246201_9 (office VARCHAR, candidate VARCHAR)
### Question:
What office is Jon Huntsman a candidate 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_20 (programming VARCHAR, name VARCHAR)
### Question:
What is the programming for Kanal 5?
### 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_45 (hometown VARCHAR, player VARCHAR)
### Question:
Where is Jeff Lebo's hometown?
### Answer:
SELECT ho... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14884844_2 (record VARCHAR, athletes VARCHAR)
### Question:
What are the records when Elzbieta Urbanczik comp... |
Below is an context that describes a sql 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 (total_production VARCHAR, model VARCHAR)
### Question:
Name the total production for model nd5
### 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_21046399_3 (walker__percentage VARCHAR, county VARCHAR)
### Question:
What percentage did Walker win in Calum... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14181578_1 (w_l_d VARCHAR, position VARCHAR)
### Question:
what's the w-l-d with position being 1
### 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_61 (chassis VARCHAR, entrant VARCHAR)
### Question:
Can you tell me the Chassis that has the Entrant 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_1341598_39 (party VARCHAR, incumbent VARCHAR)
### Question:
To which party does Robert W. Edgar belong?
### 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_28 (position VARCHAR, weight VARCHAR, player VARCHAR)
### Question:
What is Postion, when Weight is grea... |
Below is an context that describes a sql 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 (date VARCHAR, network_brand_name VARCHAR)
### Question:
What date was Movistar accredited?
### 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_20 (highest INTEGER, average VARCHAR, capacity VARCHAR)
### Question:
What's the highest with a capacity... |
Below is an context that describes a sql 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 (baltimore_group VARCHAR, family VARCHAR)
### Question:
Which Baltimore group is of the togaviridae 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_24466191_1 (team VARCHAR, season VARCHAR)
### Question:
Name the team for season 2010
### Answer:
SELECT 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_name_1 (directed_by VARCHAR, production_code VARCHAR)
### Question:
Who directed the show with the production... |
Below is an context that describes a sql 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 (venue VARCHAR, date VARCHAR)
### Question:
Tell me the venue of 29 april 2007
### Answer:
SELECT ven... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_71 (decile INTEGER, authority VARCHAR, name VARCHAR)
### Question:
What is the lowest decile with a stat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_61 (club VARCHAR, date_of_birth VARCHAR)
### Question:
What is the Club of the Player with a Date of Bir... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16799784_13 (diameter__km_ VARCHAR, longitude VARCHAR)
### Question:
What is the diameter of the feature 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_19744915_18 (result VARCHAR, public VARCHAR)
### Question:
When 8 is the public what are the results?
### 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 (to_par VARCHAR, place VARCHAR, score VARCHAR)
### Question:
What was the to par at the T5 for the pl... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1342315_12 (district VARCHAR, party VARCHAR)
### Question:
Which district has a Republican elected?
### 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_72 (rank_points VARCHAR, total VARCHAR)
### Question:
What were the rank points when the total was 11?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE driver (home_city VARCHAR)
### Question:
Show the home city with the most number of drivers.
### Answer:
SELECT hom... |
Below is an context that describes a sql 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 (opposition VARCHAR, score VARCHAR, round VARCHAR, competition VARCHAR)
### Question:
What is the Opp... |
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR)
### Question:
What was the away team at mcg?
### Answer:
SELECT aw... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (evening_gown INTEGER, swimsuit VARCHAR, average VARCHAR, interview VARCHAR)
### Question:
What is th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_14 (condition VARCHAR, partial_thromboplastin_time VARCHAR)
### Question:
Name the condition with partia... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
Which 1995 has a 1993 of 3r?
### Answer:
SELECT 1995 FROM table_name_86 WH... |
Below is an context that describes a sql 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 (national_league VARCHAR, club VARCHAR, national_cup VARCHAR)
### Question:
What national league has ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_160728_4 (network VARCHAR, channel VARCHAR)
### Question:
How many networks are there that have a channel num... |
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR)
### Question:
What was the away score when the home team was 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_170969_2 (census_ranking VARCHAR, area_km_2 VARCHAR)
### Question:
What is the census ranking when the area 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_54 (player VARCHAR, position VARCHAR)
### Question:
Who plays halfback?
### Answer:
SELECT player FROM t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19534874_2 (points VARCHAR, mile_run VARCHAR)
### Question:
How many point categories are there for the 3 mil... |
Below is an context that describes a sql 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 (tournament VARCHAR, date VARCHAR)
### Question:
what is the tournament on august 17, 2008?
### 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_22 (Id VARCHAR)
### Question:
What's the 2012 when 2009 was 205?
### Answer:
SELECT 2012 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_95 (fastest_laps VARCHAR, races_† VARCHAR)
### Question:
For the 12/12 races, what is the fastest lap?
#... |
Below is an context that describes a sql 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 (played INTEGER, goals_against VARCHAR, losses VARCHAR)
### Question:
When goals against is greater th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (wins INTEGER, percent VARCHAR, teams VARCHAR)
### Question:
what is the average wins when percent 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_27 (home_team VARCHAR, away_team VARCHAR)
### Question:
Which home team played in the matchup with an aw... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is 1999, when 1998 is 2R?
### Answer:
SELECT 1999 FROM table_name_18 ... |
Below is an context that describes a sql 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 (played VARCHAR, name VARCHAR, points VARCHAR)
### Question:
What was the total number of games 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_12 (goals INTEGER, rank VARCHAR, current_club VARCHAR, ratio VARCHAR)
### Question:
Which Goals have a 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_51 (rating INTEGER, player VARCHAR, yards VARCHAR)
### Question:
What is the average rating for john kid... |
Below is an context that describes a sql 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 (bit_depth INTEGER, color_sampling VARCHAR)
### Question:
What bit depth has 4:1:1 as the color sampl... |
Below is an context that describes a sql 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 (goals_conceded VARCHAR, played INTEGER)
### Question:
What are the number of goals conceded that has... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15717093_1 (season__number INTEGER, series__number VARCHAR)
### Question:
What season number corresponds to 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_26362472_1 (election_date VARCHAR, left_office VARCHAR)
### Question:
What is the election date for those pol... |
Below is an context that describes a sql 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 (winning_score VARCHAR, tournament VARCHAR)
### Question:
What is the winning score for the B.C. Open... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_79 (rank INTEGER, lane VARCHAR)
### Question:
What is the average rank of a swimmer in lane 1?
### 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_27756572_10 (record VARCHAR, team VARCHAR)
### Question:
What was the record when the Clippers played Philade... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, language VARCHAR)
### Question:
What television ser... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11677100_12 (hometown VARCHAR, player VARCHAR)
### Question:
What is the hometown of player Jason Place?
### ... |
Below is an context that describes a sql 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 (body_styles VARCHAR, model VARCHAR)
### Question:
What body styles have 6/75 as the model?
### 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_21 (manufacturer VARCHAR, finish VARCHAR, start VARCHAR)
### Question:
Who was the maufacturer of the ve... |
Below is an context that describes a sql 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 (season VARCHAR, team_2 VARCHAR)
### Question:
Can you tell me the Season that has the Team 2 of hano... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (date VARCHAR, game VARCHAR)
### Question:
What is the date for 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_name_54 (team VARCHAR, inn VARCHAR)
### Question:
What team had the record asscoiated with the 9th inning?
##... |
Below is an context that describes a sql 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 (wins INTEGER, byes VARCHAR, losses VARCHAR, mininera_dfl VARCHAR)
### Question:
How many wins for th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (title VARCHAR, lyricist_s_ VARCHAR, arranger_s_ VARCHAR)
### Question:
What is the title of the trac... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14115168_4 (national_titles VARCHAR, school VARCHAR)
### Question:
how many big wins does peru state college ... |
Below is an context that describes a sql 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 (number_of_electorates__2009_ INTEGER, constituency_number VARCHAR)
### Question:
What is the largest... |
Below is an context that describes a sql 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 (year VARCHAR, rank VARCHAR)
### Question:
Which Year has a Rank of 25?
### Answer:
SELECT year 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_25438110_5 (county VARCHAR, casinos VARCHAR)
### Question:
What county has exactly 17 casinos?
### 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_18173916_8 (friday VARCHAR, tuesday VARCHAR)
### Question:
which episode was Transmitted on friday if the epi... |
Below is an context that describes a sql 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 (constructor VARCHAR, laps VARCHAR, driver VARCHAR)
### Question:
Which constructor had a laps number ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_84 (mark VARCHAR, athlete VARCHAR)
### Question:
Which Mark has an Athlete of tatyana lebedeva?
### 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_92 (surface VARCHAR, semifinalists VARCHAR)
### Question:
Which Surface has Semifinalists of wally masur... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25830834_2 (written_by VARCHAR, production_code VARCHAR)
### Question:
Who wrote the episode with the product... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26708105_5 (aa_length VARCHAR, protein_name VARCHAR)
### Question:
What is the aa length when the protein nam... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26758262_1 (judges_residence VARCHAR, location_of_court VARCHAR)
### Question:
Where does the judge whose 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_1216675_1 (chapter INTEGER, pinyin VARCHAR)
### Question:
What chapter number is Shiqiu?
### Answer:
SELECT 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_73 (away_team VARCHAR, attendance VARCHAR)
### Question:
What is the away team at the game with an Atten... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What's the 2011 result when 2010 is 2r and 2013 is w?
### Answer:
SELECT 2... |
Below is an context that describes a sql 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, silver INTEGER)
### Question:
What is the fewest number of golds for teams with 0 silv... |
Below is an context that describes a sql 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 (tournament VARCHAR, winning_score VARCHAR)
### Question:
Which Tournament has a Winning score of e (... |
Below is an context that describes a sql 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 (event VARCHAR, winner VARCHAR)
### Question:
What event did Will Fry win?
### Answer:
SELECT event 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_20424014_1 (county VARCHAR, obama__percentage VARCHAR)
### Question:
where did obama get 41.3%
### 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_96 (city_of_license__market VARCHAR, station VARCHAR)
### Question:
Which city contains the KPIX station... |
Below is an context that describes a sql 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 (date VARCHAR, team VARCHAR)
### Question:
What date was the team @ Detroit?
### Answer:
SELECT date ... |
Below is an context that describes a sql 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 (race_2 VARCHAR, race_1 VARCHAR)
### Question:
What is Race 2, when Race 1 is 30?
### Answer:
SELECT r... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (broadcast_date VARCHAR, viewership__millions_ VARCHAR)
### Question:
What is the broadcast date of t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11677691_8 (position VARCHAR, hometown VARCHAR)
### Question:
What position did the kid from loganville, geor... |
Below is an context that describes a sql 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 (area_of_operation VARCHAR, services VARCHAR, years_of_operation VARCHAR)
### Question:
Where 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_16575609_3 (college VARCHAR, player VARCHAR)
### Question:
What college does Jean-Nicolas Carriere play 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_25557556_5 (number_of_dances INTEGER, competition_finish VARCHAR)
### Question:
What was the number of dances... |
Below is an context that describes a sql 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 (tie_no VARCHAR, away_team VARCHAR)
### Question:
What was the score of the tied game or the away 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_98 (model VARCHAR, specification VARCHAR)
### Question:
Which model had a Specification of dl-718?
### 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_92 (attendance VARCHAR, record VARCHAR)
### Question:
What was the attendance at the game with a 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_17103729_8 (score VARCHAR, game VARCHAR)
### Question:
Name the score for game for 25
### Answer:
SELECT scor... |
Below is an context that describes a sql 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 (win_lose_percentage VARCHAR, champs VARCHAR, draw VARCHAR)
### Question:
Which Win/Lose Percentage h... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.