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_62 (player VARCHAR, place VARCHAR)
### Question:
Which player had a place of T4?
### Answer:
SELECT 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_25794138_1 (stadium VARCHAR, team VARCHAR)
### Question:
What stadium(sO does san juan jabloteh play 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_49 (score VARCHAR, player VARCHAR)
### Question:
What was the score of Wally Armstrong?
### 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_23 (genre VARCHAR, year VARCHAR, game VARCHAR)
### Question:
What's the genre of The Sims before 2002?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_81 (part_1 VARCHAR, class VARCHAR)
### Question:
What is the entry for Part 1 for class 7d?
### 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_11 (club_clubs VARCHAR, player VARCHAR)
### Question:
In what club(s) does Tony Lockett play?
### 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_23308178_4 (date VARCHAR, opponent VARCHAR)
### Question:
What date did they play agains the New York Rangers... |
Below is an context that describes a sql 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 (opponents_in_the_final VARCHAR, score VARCHAR)
### Question:
Tell me the opponents for score of 6-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_96 (l2_cache VARCHAR, gpu_model VARCHAR, frequency VARCHAR)
### Question:
What is the L2 cache for the 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 record (swimmer_id VARCHAR); CREATE TABLE swimmer (name VARCHAR, id VARCHAR)
### Question:
Find the name of the swi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19908313_2 (team VARCHAR, listed_owner_s_ VARCHAR)
### Question:
How many teams does Jeff Wyler own?
### 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_97 (place VARCHAR, to_par VARCHAR, score VARCHAR)
### Question:
What is the Place of the Player with a 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_20799905_1 (mccain_percentage VARCHAR, county VARCHAR)
### Question:
What percentage did McCain get in Hamilt... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE customer_addresses (customer_id VARCHAR, address_id VARCHAR); CREATE TABLE customers (customer_name VARCHAR, custom... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1710426_2 (best_10_year_period VARCHAR, best_15_year_period VARCHAR)
### Question:
Which people had the best ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_34 (left_office VARCHAR, entered_office VARCHAR)
### Question:
When did the king who entered office 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_96 (res VARCHAR, opponent VARCHAR)
### Question:
What is the result of the match with Jeff Monson as 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 matches (loser_age INTEGER, winner_age INTEGER)
### Question:
Find the average age of losers and winners of all mat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_93 (country VARCHAR, player VARCHAR)
### Question:
Where is Fred Haas from?
### Answer:
SELECT country F... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_84 (competition VARCHAR, goal VARCHAR)
### Question:
What type of Competition has a Goal of 3?
### 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_4 (team VARCHAR, venue VARCHAR)
### Question:
What is Team, when Venue is "Şükrü Saracoğlu Stadium"?
###... |
Below is an context that describes a sql 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 (top_5 VARCHAR, tournament VARCHAR, events VARCHAR)
### Question:
what is the total number of times 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_25 (opponent VARCHAR, rockets_score VARCHAR)
### Question:
Which Opponent has a Rockets score of 107?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2840500_8 (nationality VARCHAR, player VARCHAR)
### Question:
Name the number of nationalities for ryan mckie... |
Below is an context that describes a sql 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 (authority VARCHAR, decile VARCHAR, roll VARCHAR)
### Question:
What Authority has a decile greater 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_67 (date VARCHAR, circuit VARCHAR)
### Question:
Which date was the syracuse circuit?
### 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_34 (game VARCHAR, record VARCHAR)
### Question:
What is the total number of Game, when Record is "11-17-... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE shipments (order_id VARCHAR, shipment_date INTEGER)
### Question:
Find the ids of orders which are shipped after 20... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27512025_1 (exercise VARCHAR, equipment VARCHAR)
### Question:
What is the exercise when the equipment is hea... |
Below is an context that describes a sql 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 (year INTEGER, crowd VARCHAR, winners VARCHAR, season_result VARCHAR)
### Question:
What's the highes... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_7 (round INTEGER, pick VARCHAR, name VARCHAR)
### Question:
Which Round is the highest one that has a Pi... |
Below is an context that describes a sql 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 (secr_numbers VARCHAR, year_made VARCHAR)
### Question:
What was the SECR number of the item made 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_25 (date VARCHAR, region VARCHAR)
### Question:
What date was the United States the region?
### 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_42 (tournament VARCHAR)
### Question:
Which tournament has a value of a for 2009?
### Answer:
SELECT tou... |
Below is an context that describes a sql 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 (season VARCHAR, top_goalscorer VARCHAR)
### Question:
In what season was Schädlich the top goalscore... |
Below is an context that describes a sql 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 (loss VARCHAR, record VARCHAR)
### Question:
Which Loss has a Record of 30-32?
### Answer:
SELECT los... |
Below is an context that describes a sql 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 (grade VARCHAR, chin_up__reps_ VARCHAR)
### Question:
Which grade did the chin-up (reps) 9-10 receive... |
Below is an context that describes a sql 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 (show VARCHAR, network__last_aired_ VARCHAR, last_aired VARCHAR)
### Question:
What show was played 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_16795394_3 (points VARCHAR, team__number2 VARCHAR)
### Question:
For team Atlético Nacional, what were the po... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25429986_1 (distance VARCHAR, position VARCHAR)
### Question:
what is distance for the 7th position?
### 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_79 (flattening_ratio VARCHAR, equatorial_diameter VARCHAR)
### Question:
What is the Flattening ratio as... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_71 (date VARCHAR, home VARCHAR, score VARCHAR)
### Question:
On what Date is the Detroit Falcons the 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_53 (game VARCHAR, developer_s_ VARCHAR)
### Question:
What game was developed by Ubisoft Montreal?
### 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 Customer_Policies (customer_id VARCHAR); CREATE TABLE Customers (customer_details VARCHAR, customer_id VARCHAR); CR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_254234_1 (iso_ VARCHAR, chinese_name VARCHAR)
### Question:
How many provinces are named 青海省 qīnghǎi shěng?
#... |
Below is an context that describes a sql 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 (win_percentage VARCHAR, games VARCHAR, Pwin_percentage VARCHAR, — VARCHAR, term_ VARCHAR, c_ VARCHAR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_78 (position VARCHAR, player VARCHAR)
### Question:
What is the position for Jani Lajunen?
### 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_20 (position VARCHAR, player VARCHAR)
### Question:
Which position does Robert Nkemdiche play?
### 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_24216139_2 (institution VARCHAR, nickname VARCHAR)
### Question:
Name the school that is cougars
### 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 (track VARCHAR, pole_position VARCHAR)
### Question:
On which track did Takashi Kogure hold pole posi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_88 (Id VARCHAR)
### Question:
What is the 1988 value when the 1987 value was 1r?
### Answer:
SELECT 1988... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19763199_3 (song VARCHAR, total_votes VARCHAR)
### Question:
What song has 24 votes?
### Answer:
SELECT song ... |
Below is an context that describes a sql 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 (react INTEGER, mark VARCHAR, lane VARCHAR)
### Question:
What is the lowest React, when Mark is 46.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_21690339_1 (_percentage_cut VARCHAR, alternative_fuel VARCHAR)
### Question:
What was the percent cunt 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_18 (leading_scorer VARCHAR, record VARCHAR)
### Question:
What is the name of the leading scorer when 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_31 (current_club VARCHAR, height VARCHAR, year_born VARCHAR)
### Question:
What player was born in 1978 ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_69 (points INTEGER, entrant VARCHAR, year VARCHAR)
### Question:
after 1987 and entrant of first racing ... |
Below is an context that describes a sql 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 (crew VARCHAR, end_time VARCHAR)
### Question:
What is the crew with the end time of 21:11?
### 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_13537940_1 (launched VARCHAR, name VARCHAR)
### Question:
Which launch date involved the Driade?
### 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_69 (high_points VARCHAR, record VARCHAR)
### Question:
For the game that had an end record of 2-4, who 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_12555835_1 (population__mareeba_ INTEGER)
### Question:
What was the smallest population figure for Mareeba?
... |
Below is an context that describes a sql 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 (result VARCHAR, captain_1 VARCHAR, date VARCHAR)
### Question:
Which Result has a Captain 1 of louis... |
Below is an context that describes a sql 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 (earnings___ INTEGER, wins INTEGER)
### Question:
What is the highest earnings for the golfer who 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_name_76 (player VARCHAR, position VARCHAR, round VARCHAR)
### Question:
Who is the lw position player from 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_15 (category VARCHAR, year VARCHAR)
### Question:
Name the category for 2013
### Answer:
SELECT category... |
Below is an context that describes a sql 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 (location VARCHAR, date VARCHAR)
### Question:
Where was September 5?
### Answer:
SELECT location FRO... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_47 (poles VARCHAR, position VARCHAR)
### Question:
Which poles were there for the 8th position?
### 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_23292220_4 (episode VARCHAR, seans_team VARCHAR)
### Question:
Which episode has ulrika jonsson and michael 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_41 (country VARCHAR, score VARCHAR, player VARCHAR)
### Question:
Which country has a score of 72 by And... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (designated_visitors VARCHAR, designated_home VARCHAR)
### Question:
Who were the visitors when the 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_17355820_1 (season__number INTEGER, directed_by VARCHAR)
### Question:
In which season did Paul McCrane first... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140074_2 (race VARCHAR, date VARCHAR)
### Question:
what's the race winner with date being 12 june
### 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_59 (home_arena VARCHAR, joined_tschl VARCHAR, team_nickname VARCHAR)
### Question:
what is the home aren... |
Below is an context that describes a sql 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 INTEGER, engine_s_ VARCHAR)
### Question:
Name the sum of year for engine of brm p202 3.0 v12 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_name_8 (record VARCHAR, home VARCHAR)
### Question:
What is the team's record when vancouver was at home?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15700367_2 (runs_conceded VARCHAR, overs_bowled VARCHAR)
### Question:
Name the runs conceded where overs bow... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11656578_2 (area_km²__1998_ VARCHAR, no_of_communes VARCHAR)
### Question:
What's the area of the voivodenshi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2189647_1 (name_or_number VARCHAR, yield__megatons_ VARCHAR)
### Question:
Name the name for 15 yield
### 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_96 (loss VARCHAR, date VARCHAR)
### Question:
Name the loss for june 30
### Answer:
SELECT loss 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_15621965_3 (years_in_orlando VARCHAR, player VARCHAR)
### Question:
During what years did Chris Corchiani pla... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_51 (shooter VARCHAR, total VARCHAR)
### Question:
What is Shooter, when Total is "21"?
### 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_25655781_17 (team_classification VARCHAR, winner VARCHAR, points_classification VARCHAR)
### Question:
What 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_98 (total INTEGER, bronze INTEGER)
### Question:
What is the average total for 0 bronze?
### 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_56 (points VARCHAR, driver VARCHAR)
### Question:
Which points has the driver Paul Tracy?
### 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_6 (goals VARCHAR, country VARCHAR)
### Question:
How many goals did a player from France have?
### 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_4 (state VARCHAR, mountain_peak VARCHAR)
### Question:
Which state is West Spanish Peak in?
### 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_2076522_2 (accreditation VARCHAR, school VARCHAR)
### Question:
What is the accrediation for united tribes te... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_86 (school VARCHAR, year_joined VARCHAR, mascot VARCHAR)
### Question:
Which School has a Year Joined 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_20 (bronze VARCHAR, silver VARCHAR, nation VARCHAR)
### Question:
What is Bronze, when Silver is 2, and ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1463332_2 (_number_runner_up INTEGER, years__won_in_bold_ VARCHAR)
### Question:
What is the number of runner... |
Below is an context that describes a sql 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 (icao VARCHAR, airport VARCHAR)
### Question:
What is the ICAO for Antalya Airport?
### 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_20 (year_won INTEGER, player VARCHAR, to_par VARCHAR)
### Question:
What is the average year Rich Beem h... |
Below is an context that describes a sql 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 (division INTEGER, goals VARCHAR, season VARCHAR)
### Question:
What is the lowest Division, when Goa... |
Below is an context that describes a sql 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 (enrollment INTEGER, nickname VARCHAR)
### Question:
What is the average enrollment of the Redbirds' ... |
Below is an context that describes a sql 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 (attendance INTEGER, visitor VARCHAR, date VARCHAR)
### Question:
What is the lowest number of people... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1697190_2 (wins INTEGER)
### Question:
how many times did Casey Martin win?
### Answer:
SELECT MAX(wins) 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_14966667_19 (class VARCHAR, name VARCHAR)
### Question:
what class is Braxton Kelley in?
### Answer:
SELECT 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_33 (away_team VARCHAR, score VARCHAR)
### Question:
Which Away team has a Score of 4–2?
### 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_81 (stadium VARCHAR, team VARCHAR)
### Question:
what is the stadium for čakovec?
### Answer:
SELECT sta... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2190919_3 (poles INTEGER)
### Question:
What was the maximum amount of the poles?
### Answer:
SELECT MAX(pole... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.