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_99 (location_attendance VARCHAR, game VARCHAR, team VARCHAR)
### Question:
What is the location and atte... |
Below is an context that describes a sql 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 (name VARCHAR, license VARCHAR)
### Question:
Who has a license of proprietary (available on inquiry)... |
Below is an context that describes a sql 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 (adelaide VARCHAR, auckland VARCHAR, melbourne VARCHAR)
### Question:
Which Adelaide has an Auckland ... |
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR)
### Question:
What was the score for the 2014 FIFA World Cup Qua... |
Below is an context that describes a sql 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 (rank VARCHAR, time VARCHAR, rider VARCHAR)
### Question:
How many ranks have 1:01.14.62 as the time,... |
Below is an context that describes a sql 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 (isbn VARCHAR, year VARCHAR)
### Question:
What is the ISBN in 1999?
### Answer:
SELECT isbn FROM tab... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_71 (wins VARCHAR, win__percentage VARCHAR)
### Question:
Which win has 38.67% wins?
### Answer:
SELECT 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_22883210_10 (location_attendance VARCHAR, team VARCHAR)
### Question:
Name the location attendance for minnes... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE departments (department_id VARCHAR, department_name VARCHAR); CREATE TABLE employees (first_name VARCHAR, job_id VA... |
Below is an context that describes a sql 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 (date VARCHAR)
### Question:
For sep 18 what is the total number of 1 prize ($)
### Answer:
SELECT CO... |
Below is an context that describes a sql 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 (site VARCHAR, opponent VARCHAR)
### Question:
What is Site, when Opponent is "All times are in easte... |
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR, grid VARCHAR)
### Question:
What is the average laps for ralph firman ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_255205_1 (joined VARCHAR, type VARCHAR)
### Question:
How many joined this Private/Church of God institution?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE assignedto (scientist VARCHAR)
### Question:
How many different scientists are assigned to any project?
### 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_78 (overall INTEGER, school_club_team VARCHAR)
### Question:
Which was the lowest overall that Wisconsin... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_24 (casualties VARCHAR, location VARCHAR, circumstances VARCHAR)
### Question:
Which Casualties have a L... |
Below is an context that describes a sql 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 (elevated VARCHAR, cardinalatial_title VARCHAR)
### Question:
What's listed for Elevatated that has 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_3 (entrant VARCHAR, year VARCHAR)
### Question:
Who was the entrant in 1971?
### Answer:
SELECT entrant ... |
Below is an context that describes a sql 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 (rank INTEGER, population INTEGER)
### Question:
Name the most rank for population more than 93,378
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (winners VARCHAR)
### Question:
Who came in 3rd when Nicolai Klindt won?
### Answer:
SELECT 3 AS rd_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_name_46 (season VARCHAR, champion VARCHAR)
### Question:
Which season was Manresa the champion?
### 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_27 (l_100km_urban__cold_ INTEGER, mpg_uk_urban__cold_ VARCHAR, mpg_uk_combined VARCHAR, engine_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_81 (rettö VARCHAR, linke VARCHAR, fritz VARCHAR)
### Question:
What percent did RETTÖ get in the state 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_19897294_4 (no_in_series INTEGER)
### Question:
How many series are there total?
### Answer:
SELECT MAX(no_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_13416000_3 (champions VARCHAR, first_driver_s_ VARCHAR)
### Question:
How many champions were there when the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_16 (ends_lost INTEGER, stolen_ends_for VARCHAR, stolen_ends_against VARCHAR)
### Question:
What is the l... |
Below is an context that describes a sql 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 (record VARCHAR, score VARCHAR)
### Question:
What was the Record of the game with a Score of 118–105... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11303072_9 (nationality VARCHAR, player VARCHAR)
### Question:
Where is Adam Gilchrist from?
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17311759_7 (high_assists VARCHAR, date VARCHAR)
### Question:
how many high assists stats were maade on febru... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14724369_1 (directed_by VARCHAR, written_by VARCHAR)
### Question:
How many people directed the show written ... |
Below is an context that describes a sql 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 (college_junior_club_team__league_ VARCHAR, position VARCHAR, round 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_89 (match_report VARCHAR, date VARCHAR, competition VARCHAR, venue VARCHAR)
### Question:
What was the M... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_4 (year VARCHAR, venue VARCHAR, position VARCHAR, notes VARCHAR)
### Question:
Which Year has a Position... |
Below is an context that describes a sql 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 (years_for_grizzlies VARCHAR, school_club_team VARCHAR)
### Question:
What year were the Grizzlies 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_62 (turbo VARCHAR, part_number_s_ VARCHAR)
### Question:
what is the turbo when the part number is cm806... |
Below is an context that describes a sql 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 (wins INTEGER, tournament VARCHAR, events VARCHAR)
### Question:
How many times did Morgan win The Ma... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_60 (date VARCHAR, week VARCHAR, result VARCHAR)
### Question:
On what date was the week less than 3 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_27722734_12 (game INTEGER)
### Question:
What number was the first game?
### Answer:
SELECT MIN(game) FROM ta... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24057191_2 (start_date VARCHAR, series VARCHAR)
### Question:
When did series 6 start?
### 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_name_86 (captain VARCHAR, team VARCHAR)
### Question:
What is the captain's name of team Leeds United?
### 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_23465864_5 (rider VARCHAR, mon_24_aug VARCHAR)
### Question:
What is every rider on Monday August 24 at 21' 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_6 (vacator VARCHAR, reason_for_change VARCHAR)
### Question:
which Vacator has a Reason for change of re... |
Below is an context that describes a sql 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 (drawn INTEGER, games INTEGER)
### Question:
What is the fewest ties the team had with fewer than 7 g... |
Below is an context that describes a sql 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 (raiders_first_downs VARCHAR, date VARCHAR, raiders_points VARCHAR)
### Question:
What is the total n... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16387653_1 (home_team VARCHAR)
### Question:
What to Footscray score at home?
### Answer:
SELECT home_team 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_2876467_3 (total_top_3_placements VARCHAR, region_represented VARCHAR)
### Question:
How many values of 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_name_56 (decision VARCHAR, visitor VARCHAR)
### Question:
What was the decision of the Lightning game 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_47 (week VARCHAR, opponent VARCHAR)
### Question:
What game week did the Buccaneers play against the Min... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21676617_1 (horse VARCHAR, year VARCHAR)
### Question:
How many horses are mentioned competing in 1985?
### 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_14 (pick__number VARCHAR, cfl_team VARCHAR)
### Question:
What is the Pick # for the Edmonton Eskimos?
#... |
Below is an context that describes a sql 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 (losses INTEGER, draws VARCHAR, season VARCHAR)
### Question:
What is the least amount of losses 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_21436373_8 (type_of_record VARCHAR, date_year VARCHAR)
### Question:
What record was set on Tue 11/02/75?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23284271_11 (location_attendance VARCHAR, game VARCHAR)
### Question:
Name the location attendance for 4 game... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_31 (top_25 INTEGER, cuts_made INTEGER)
### Question:
What is the fewest number of top-25s for events wit... |
Below is an context that describes a sql 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 (date VARCHAR, tie_no VARCHAR)
### Question:
What is the Date of Tie no 21?
### Answer:
SELECT date 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_73 (winning_score VARCHAR, tournament VARCHAR)
### Question:
what is the winning score when the tourname... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26980923_2 (total INTEGER, team VARCHAR)
### Question:
What is the total attended for kilmarnock?
### 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_87 (name VARCHAR, total VARCHAR, rank VARCHAR)
### Question:
What is the Name of the person with a 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_name_27 (playoffs VARCHAR, year VARCHAR)
### Question:
In 1924/25, who was in the playoffs?
### 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_1816947_2 (division___section VARCHAR, average_attendance_home VARCHAR)
### Question:
Which division has an 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_55 (player VARCHAR, to_par VARCHAR)
### Question:
Which player had a To par of +11?
### Answer:
SELECT p... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27369069_4 (university VARCHAR, soccer_stadium VARCHAR)
### Question:
What is the university where the soccer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_58 (venue VARCHAR, against VARCHAR, date VARCHAR)
### Question:
What is Venue, when Against is 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_92 (floors INTEGER, pinnacle_height_ft__m_ VARCHAR, std_rank VARCHAR)
### Question:
Which Floors have a ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_13 (total_produced INTEGER, builder’s_model VARCHAR, wheel_arrangement VARCHAR, prr_class 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_71 (number_of_households INTEGER, median_household_income VARCHAR)
### Question:
How many households hav... |
Below is an context that describes a sql 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 (country VARCHAR, city VARCHAR)
### Question:
Where is the City of Douala?
### Answer:
SELECT 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_18600760_7 (pop__2010_ VARCHAR, county VARCHAR, geo_id VARCHAR)
### Question:
In Cavalier County and the geo ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)
### Question:
What is the score of the... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15001572_1 (mixed_doubles VARCHAR, year VARCHAR)
### Question:
Who won the mixed doubles in 1998?
### 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_53 (team VARCHAR, first_round VARCHAR)
### Question:
What Team had the first round of 1:00?
### 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_10 (total INTEGER, gold VARCHAR, bronze VARCHAR)
### Question:
Name the sum of total with gold more than... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (year INTEGER, nominated_work VARCHAR, category VARCHAR)
### Question:
In what year was The House of ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_14 (region VARCHAR, name VARCHAR, area__km_2__ VARCHAR)
### Question:
What was the region for Malartic 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_73 (ag VARCHAR, transmitter VARCHAR, d3 VARCHAR)
### Question:
What is the A.G. value associated with D3... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_74 (city VARCHAR, winner VARCHAR, year VARCHAR)
### Question:
What was the city where Hallescher FC won ... |
Below is an context that describes a sql 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 (heat INTEGER, nationality VARCHAR, rank VARCHAR)
### Question:
What is the earliest heat with a fini... |
Below is an context that describes a sql 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 (opponent VARCHAR, round VARCHAR)
### Question:
Who was the opponent at the qf(r) round?
### 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_1399994_5 (outcome VARCHAR, year VARCHAR)
### Question:
What was the outcome for the match in 1989?
### 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 is the 1994 finish in the event that had a 1998 finish of 2R?
### 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_20 (grand_final_television_commentator VARCHAR, spokesperson VARCHAR, year_s_ VARCHAR, grand_final_dual_... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24353141_1 (original_tokyo___seoul_tour_cast VARCHAR, original_1st_us_tour_cast VARCHAR)
### Question:
While ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_1 (term_of_office VARCHAR, member VARCHAR)
### Question:
What was the term of office for noel beaton?
##... |
Below is an context that describes a sql 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 (diff INTEGER, drawn VARCHAR, played VARCHAR)
### Question:
What is the highest diff with drawn of 6 ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11677100_18 (school VARCHAR, hometown VARCHAR)
### Question:
What school did the player attend who's hometown... |
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR)
### Question:
In the Western Oval venue, what is the average crowd?
##... |
Below is an context that describes a sql 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 (stations INTEGER, line VARCHAR)
### Question:
What is the total number of stations with a line 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_21 (gold INTEGER, bronze VARCHAR, total VARCHAR)
### Question:
Which Gold has a Bronze of 1, and a 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_name_90 (format VARCHAR, label VARCHAR, date VARCHAR)
### Question:
What is the Format with a Label of electr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25561560_2 (yacht VARCHAR)
### Question:
What is the yacht type of Icap Leopard?
### Answer:
SELECT yacht 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_16185956_1 (elected VARCHAR, district VARCHAR)
### Question:
How many times was the incumbent elected in Wash... |
Below is an context that describes a sql 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 (percentage VARCHAR, place VARCHAR)
### Question:
What Percentage has a Place of 5?
### 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_2468961_2 (original_air_date VARCHAR, production_code VARCHAR)
### Question:
What date did the episode with a... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_31 (air_date VARCHAR, test_taker VARCHAR)
### Question:
On which air date was Robert the test-taker?
###... |
Below is an context that describes a sql 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 (podiums INTEGER, points VARCHAR, wins VARCHAR, races VARCHAR)
### Question:
What is the average Podi... |
Below is an context that describes a sql 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 (expected_completion VARCHAR, capacity VARCHAR)
### Question:
What is the year of expected completion... |
Below is an context that describes a sql 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 (venue VARCHAR, year VARCHAR)
### Question:
What is the venue with a competition in 1964?
### 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_63 (total INTEGER, country VARCHAR)
### Question:
What is Fiji's lowest total?
### Answer:
SELECT MIN(to... |
Below is an context that describes a 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_6 (friday VARCHAR, wednesday VARCHAR)
### Question:
How many episodes were shown on Friday if 210 Ki... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1149495_1 (year VARCHAR, runner_up VARCHAR)
### Question:
What year finished with Daniel Zueras as the runner... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.