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_24418525_1 (frequency VARCHAR, power_kw VARCHAR)
### Question:
When the power kw is 5kw, what is the frequenc... |
Below is an context that describes a sql 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 (rowers VARCHAR, time VARCHAR)
### Question:
What rowers have a 6:29.56 time?
### Answer:
SELECT rowe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14123513_5 (year VARCHAR)
### Question:
Who was in the 4th district in 1924?
### Answer:
SELECT 4 AS th_distr... |
Below is an context that describes a sql 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 (length__m_ VARCHAR, name VARCHAR)
### Question:
What is the Length (m) of the Koppenberg course?
###... |
Below is an context that describes a sql 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 (object_type VARCHAR, ngc_number VARCHAR, right_ascension___j2000__ VARCHAR)
### Question:
What type ... |
Below is an context that describes a sql 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 (team VARCHAR, position VARCHAR, player VARCHAR)
### Question:
What is SS Player Rich McKinney's 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 team (Name VARCHAR, Team_id VARCHAR); CREATE TABLE match_season (Season VARCHAR, Player VARCHAR, Team 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_18461635_1 (captain VARCHAR, team VARCHAR)
### Question:
Who is the captain of the Gloucestershire Gladiators... |
Below is an context that describes a sql 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 (capacity INTEGER, location VARCHAR)
### Question:
what is the lowest capacity in grodno
### 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_47 (opponent VARCHAR, date VARCHAR)
### Question:
Who was the opponent of the match on 2006-04-08?
### 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_12 (final INTEGER, all_around VARCHAR, total VARCHAR)
### Question:
What is the average final with an al... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (poles INTEGER, percentage VARCHAR)
### Question:
How many poles has a percentage of 22.08%?
### 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_14 (year VARCHAR, silver VARCHAR)
### Question:
In what year(s) did South Korea win silver?
### 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 CARS_DATA (Accelerate INTEGER, Horsepower VARCHAR)
### Question:
How many cars have a larger accelerate than the ca... |
Below is an context that describes a sql 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 (time VARCHAR, competition VARCHAR)
### Question:
What's the total time for the summer universiade 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_4 (race_name VARCHAR, circuit VARCHAR)
### Question:
Which Race Name has Goodwood in the Curcuit?
### 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_18933037_3 (b_52_model VARCHAR, unit VARCHAR)
### Question:
When 441st bs, 7th bw is the unit what is the b-5... |
Below is an context that describes a sql 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 (feature VARCHAR, starts VARCHAR, wins VARCHAR, driver VARCHAR)
### Question:
How many features did 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_76 (mintage VARCHAR, theme VARCHAR, issue_price VARCHAR)
### Question:
What is the mintage of the coin 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_27961684_1 (institution VARCHAR, team_name VARCHAR)
### Question:
How many institutes have the team name Spar... |
Below is an context that describes a sql 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, venue VARCHAR)
### Question:
What team was the away team when they played at lake... |
Below is an context that describes a sql 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 (medal VARCHAR, name VARCHAR, sport VARCHAR, games VARCHAR)
### Question:
What Medal did James Odwori... |
Below is an context that describes a sql 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 (birthplace VARCHAR, agency VARCHAR, generation VARCHAR)
### Question:
What's the birthplace of the 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_13 (country VARCHAR, player VARCHAR)
### Question:
The golfer Jeff Sluman golfs for what country?
### An... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_23 (span_metres INTEGER, span_feet VARCHAR, rank VARCHAR, year_opened VARCHAR, country VARCHAR)
### Ques... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE customers (customer_details VARCHAR, customer_id VARCHAR); CREATE TABLE customers (customer_details VARCHAR); CREAT... |
Below is an context that describes a sql 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 (attendance INTEGER, opponent VARCHAR, week VARCHAR)
### Question:
What is the highest attendance whe... |
Below is an context that describes a sql 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 (place VARCHAR, score VARCHAR)
### Question:
What is the Place of the Player with a Score of 73-67-74... |
Below is an context that describes a sql 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 (silver INTEGER, total VARCHAR, bronze VARCHAR)
### Question:
what is the highest silver when the tot... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24330803_1 (podiums INTEGER, series VARCHAR)
### Question:
what is the least number of podiums for a formula ... |
Below is an context that describes a sql 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 (city_of_license VARCHAR, erp_w VARCHAR, call_sign VARCHAR)
### Question:
What is City of License, 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_2071644_2 (web_thickness__mm_ VARCHAR, flange_width__mm_ VARCHAR)
### Question:
What is the web thickness if ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27713030_8 (score VARCHAR, team VARCHAR)
### Question:
What was the team's score against detroit?
### 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_65 (wins INTEGER, losses INTEGER)
### Question:
What is the highest win for losses less than 2?
### 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_10 (round VARCHAR, opponent VARCHAR)
### Question:
What round did the fight against travis fulton last?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, player VARCHAR)
### Question:
What is Jonathan Kaye's money list ranking... |
Below is an context that describes a sql 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, country VARCHAR, to_par VARCHAR)
### Question:
what is the score when... |
Below is an context that describes a sql 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 (headquarters VARCHAR, primary_industry VARCHAR, name VARCHAR)
### Question:
Where is Exxon Mobil, an... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_5 (venue VARCHAR, against VARCHAR)
### Question:
Which venue has 16 against?
### Answer:
SELECT venue FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE manager (Working_year_starts VARCHAR, LEVEL VARCHAR)
### Question:
Show the working years of managers in descending... |
Below is an context that describes a sql 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 (nationality VARCHAR, pick VARCHAR)
### Question:
Name the nationality for pick of 16
### 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_23 (branding VARCHAR, frequency VARCHAR, callsign VARCHAR)
### Question:
What is the branding for the st... |
Below is an context that describes a sql 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 (year VARCHAR, bbc_two_rank VARCHAR)
### Question:
In what year was BBC 2 13th in rank?
### 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_52 (nationality VARCHAR, club_team VARCHAR)
### Question:
What is the nationality of a player from linkö... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (week VARCHAR, date VARCHAR, attendance VARCHAR)
### Question:
Which week was on November 13, 1955 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_4 (country VARCHAR, place VARCHAR, score VARCHAR)
### Question:
Which country is in T1 place with a 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_1341423_20 (results VARCHAR, district VARCHAR)
### Question:
What was the result of the election in the Maryl... |
Below is an context that describes a sql 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 (record VARCHAR, time VARCHAR)
### Question:
What Records Time is 3:38?
### Answer:
SELECT record 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_13 (ergative VARCHAR, genitive VARCHAR)
### Question:
What is the ergative for the genitive tkven(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_95 (capacity INTEGER, stadium VARCHAR)
### Question:
What is the highest capacity of the tsentral stadiu... |
Below is an context that describes a sql 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 (erp_w VARCHAR, call_sign VARCHAR)
### Question:
If the call sign is w291ch what's the ERP W correspo... |
Below is an context that describes a sql 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 (opponent VARCHAR, location VARCHAR)
### Question:
What is Opponent, when Location is "Winnipeg, Mani... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE authorship (authid VARCHAR, paperid VARCHAR); CREATE TABLE authors (lname VARCHAR, authid VARCHAR); CREATE TABLE pa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR)
### Question:
Name the del pueblo for centennial 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_28092844_16 (intermediate_sprints_classification_klasyfikacja_najaktywniejszych VARCHAR, winner 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_5 (points INTEGER, chassis VARCHAR, year VARCHAR)
### Question:
What is the lowest amount of points held... |
Below is an context that describes a sql 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 (release_date VARCHAR, director VARCHAR, production_num VARCHAR)
### Question:
Which Release date 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 accelerator_compatible_browser (accelerator_id VARCHAR); CREATE TABLE web_client_accelerator (id VARCHAR, Name VARC... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_30 (constructor VARCHAR, driver VARCHAR)
### Question:
Who constructed pedro diniz's car?
### 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_28819393_1 (year VARCHAR, average__percentage_of_vote_per_candidate VARCHAR)
### Question:
In what year was 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_24725951_1 (episode VARCHAR, celebrities VARCHAR)
### Question:
Which episode had celebrities Nick Hewer 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_51 (writer_s_ VARCHAR, episode VARCHAR)
### Question:
Who wrote Episode 2-15 (56)?
### Answer:
SELECT wr... |
Below is an context that describes a sql 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 (score VARCHAR, opponent VARCHAR)
### Question:
What was the score against fabrice martin?
### Answer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (year VARCHAR, home_town VARCHAR)
### Question:
In what year of school is the player from Fayettevill... |
Below is an context that describes a sql 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 (label VARCHAR, catalog VARCHAR)
### Question:
Name the label with catalog of mhcl-20005
### 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 (rank__number VARCHAR, result VARCHAR)
### Question:
What was the rank# of the opponent when the resu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27257896_2 (working_force_of_hk VARCHAR, nepalese VARCHAR)
### Question:
If the nepalese is 37.1%, 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_83 (club VARCHAR, points_against VARCHAR, loses VARCHAR, wins VARCHAR)
### Question:
What club has losse... |
Below is an context that describes a sql 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 (power VARCHAR, name VARCHAR)
### Question:
Which Power has a Name of 9 nc?
### Answer:
SELECT power ... |
Below is an context that describes a sql 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 (country VARCHAR, money___$__ VARCHAR, player VARCHAR)
### Question:
Which country has a prize smalle... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27823058_1 (series__number INTEGER)
### Question:
What's the highest series number ?
### Answer:
SELECT MAX(... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_83 (tries_against VARCHAR, tries_for VARCHAR)
### Question:
How many tries against for the team with 67 ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23346983_1 (record VARCHAR, game VARCHAR)
### Question:
What was the Orangemen record during game 3?
### 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_19 (Id VARCHAR)
### Question:
What is 2004, when 2008 is "WTA Premier 5 Tournaments"?
### 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_17120964_8 (opponent VARCHAR, result VARCHAR)
### Question:
Who was the opponent of the game with final score... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_91 (neon VARCHAR, atomic_property VARCHAR)
### Question:
Which Neon has Atomic property of average valen... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24399615_10 (bbc_three_weekly_ranking VARCHAR, cable_rank VARCHAR)
### Question:
List the number of bbc ranki... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE film (Director VARCHAR)
### Question:
List the distinct director of all films.
### Answer:
SELECT DISTINCT Director... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the value in 1965 when 7 is the value for 1967?
### 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_27734286_1 (location_attendance VARCHAR, team VARCHAR)
### Question:
What's the location attendance 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_15781170_2 (_number VARCHAR, poll_winner VARCHAR)
### Question:
Name the # for youtube
### Answer:
SELECT _nu... |
Below is an context that describes a sql 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 (series VARCHAR, director VARCHAR, production_number VARCHAR)
### Question:
From what series was the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (grid INTEGER, team VARCHAR, laps VARCHAR)
### Question:
Which Grid is the lowest one that has a 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_10 (college VARCHAR, name VARCHAR)
### Question:
Which college did kevin landolt attend?
### 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_59 (tier VARCHAR, opponent_in_the_final VARCHAR)
### Question:
When David McNamara was the opponent in 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_51 (opponent VARCHAR, loss VARCHAR)
### Question:
Witch opponent has a loss of Glynn (0-2)?
### 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_47 (wins VARCHAR, year VARCHAR, points VARCHAR)
### Question:
How many wins for the year that is later 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 ROLES (Id VARCHAR)
### Question:
How many roles are there?
### Answer:
SELECT COUNT(*) FROM ROLES |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2226817_8 (no_in_series VARCHAR, no_in_season VARCHAR)
### Question:
How many episodes in the series are 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_94 (athlete VARCHAR, notes VARCHAR, rank VARCHAR)
### Question:
Which athlete had a rank of 6 and notes ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18733480_1 (air_date VARCHAR, team_1 VARCHAR)
### Question:
What is the original air date that had the wykeha... |
Below is an context that describes a sql 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 (opponent VARCHAR, method VARCHAR, record VARCHAR)
### Question:
What was the name of the opponent 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_1652224_5 (date_successor_seated VARCHAR, reason_for_change VARCHAR)
### Question:
what is the date the succe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21457754_2 (rr1_pts INTEGER)
### Question:
Name the most rr 1 pts
### Answer:
SELECT MAX(rr1_pts) FROM table_... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_37 (bronze INTEGER, silver INTEGER)
### Question:
How many Bronze medals did the Nation with 0 Silver 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_2509202_2 (tipuani_municipality VARCHAR, tacacoma_municipality VARCHAR)
### Question:
tipuani municipality 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_46 (series VARCHAR, director VARCHAR, title VARCHAR)
### Question:
What series has dan povenmire as 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_32 (pos INTEGER, team VARCHAR, car__number VARCHAR)
### Question:
Which Pos has a Team of roush fenway 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_19905183_1 (team VARCHAR, head_coach VARCHAR)
### Question:
In how many teams is Waqar Younis the head coach?... |
Below is an context that describes a sql 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 (score VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
What was the score when the visitor was ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.