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_25 (school_club_team VARCHAR, player VARCHAR)
### Question:
What team does Kenny Smith play for?
### 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_33 (score VARCHAR, player VARCHAR)
### Question:
Name the Score of craig stadler?
### Answer:
SELECT sco... |
Below is an context that describes a sql 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 (series VARCHAR, date VARCHAR)
### Question:
What is the series score of the game on May 6?
### 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_1342292_4 (party VARCHAR, incumbent VARCHAR)
### Question:
How many parties does william b. cravens represent... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26561508_1 (written_by VARCHAR, production_code VARCHAR)
### Question:
Who was the writter for the episode i... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_40 (crowd INTEGER, away_team VARCHAR)
### Question:
What is the crowd size of the match featuring North ... |
Below is an context that describes a sql 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 (engine VARCHAR, displacement VARCHAR, power VARCHAR)
### Question:
Displacement of 4.4l (4423cc/269i... |
Below is an context that describes a sql 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 (rank VARCHAR, population VARCHAR)
### Question:
What is the rank of the town with a population of 258... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15608800_2 (number_at_pyewipe INTEGER)
### Question:
Name the most number of pyewipe
### Answer:
SELECT MAX(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_1637041_6 (avg_start VARCHAR, winnings VARCHAR)
### Question:
What is the average start for the season 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_24222929_4 (rank_on_channel VARCHAR, title VARCHAR)
### Question:
Name the rank on channel for pilot
### 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_9 (date VARCHAR, home_team VARCHAR)
### Question:
What was the date when the home team was Essendon?
###... |
Below is an context that describes a sql 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 (round INTEGER, position VARCHAR, pick__number VARCHAR)
### Question:
Which round was the defensive 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_name_50 (score VARCHAR, loss VARCHAR)
### Question:
What is the Score of the game with a Loss of Kiprusoff (2... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_84 (venue VARCHAR, against VARCHAR, opposing_team VARCHAR)
### Question:
Which venue had an against 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_14903491_1 (year VARCHAR, womens_doubles VARCHAR)
### Question:
Name the year for womens doubles being raina ... |
Below is an context that describes a sql 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 (finish VARCHAR, wins VARCHAR)
### Question:
What is the Finish of 28 Wins?
### Answer:
SELECT finish... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28668784_1 (stadium VARCHAR, home_team VARCHAR)
### Question:
What stadium does FK Rudar play 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_name_74 (record VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
What is the Record of the game on Janua... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24231638_3 (date_of_appointment VARCHAR, team VARCHAR)
### Question:
what is the date of appointment for 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_60 (points INTEGER, year VARCHAR, rank VARCHAR)
### Question:
What is the average points with a year hig... |
Below is an context that describes a sql 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 (november INTEGER, game VARCHAR, opponent VARCHAR)
### Question:
What is the highest November that ha... |
Below is an context that describes a sql 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 (score VARCHAR, time VARCHAR, venue VARCHAR)
### Question:
Name the Score which has a Time of 18:00 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_13741576_4 (drawn VARCHAR, club VARCHAR)
### Question:
Name the drawn for llandaff rfc
### Answer:
SELECT dra... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE vocals (songid VARCHAR); CREATE TABLE songs (songid VARCHAR)
### Question:
Find the number of vocal types used in 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_99 (year INTEGER, engine VARCHAR, points VARCHAR)
### Question:
What is the earliest year that had under... |
Below is an context that describes a sql 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 (country VARCHAR, catalogue_no VARCHAR, format VARCHAR, label VARCHAR)
### Question:
What is the coun... |
Below is an context that describes a 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_8 (family_families VARCHAR, no_overall VARCHAR)
### Question:
Name the family for uk31
### 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 classroom (building VARCHAR, room_number VARCHAR, capacity INTEGER)
### Question:
Find the room number of the rooms... |
Below is an context that describes a sql 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 (date VARCHAR, week VARCHAR)
### Question:
What was the date of the week 16 game?
### 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_32 (date VARCHAR, attendance VARCHAR)
### Question:
What is the date for 45,000 in attendance?
### 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_90 (language VARCHAR, role VARCHAR)
### Question:
What language is the film with a character named Annab... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Genre (GenreID VARCHAR, Name VARCHAR); CREATE TABLE Track (AlbumId VARCHAR, GenreID VARCHAR); CREATE TABLE Album (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_12 (tally VARCHAR, opposition VARCHAR, total VARCHAR)
### Question:
What is the tally when the oppositio... |
Below is an context that describes a sql 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 (model_number VARCHAR, frequency VARCHAR, socket VARCHAR)
### Question:
Which model has a frequency 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_name_71 (original_name VARCHAR, language VARCHAR, country VARCHAR)
### Question:
What was the original name 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_name_93 (country VARCHAR, place VARCHAR, player VARCHAR)
### Question:
What is Country, when Place is "T9", 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_26 (size__cents_ INTEGER, size__steps_ VARCHAR, just__cents_ VARCHAR)
### Question:
size (steps) of 15, ... |
Below is an context that describes a sql 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 (location_attendance VARCHAR, record VARCHAR)
### Question:
What is the Location Attendance with a 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_17058226_10 (record VARCHAR, date VARCHAR)
### Question:
What was the Timberwolves' record on April 3?
### 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_59 (class VARCHAR, part_2 VARCHAR)
### Question:
Which class has *fraus as Part 2?
### Answer:
SELECT cl... |
Below is an context that describes a sql 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 (time VARCHAR, record VARCHAR)
### Question:
What is the time where the record is 10-1?
### 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_2468961_6 (directed_by VARCHAR, no_in_series VARCHAR)
### Question:
When 102 is the number in series who is 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_2896329_1 (handicap VARCHAR, prize_money VARCHAR)
### Question:
What was the handicap when the prize money wa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, date VARCHAR)
### Question:
Who did the most high rebounds on April 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_name_96 (finish VARCHAR, country VARCHAR, player VARCHAR)
### Question:
What was the finishing position of Ha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10360656_1 (choice VARCHAR, player_name VARCHAR)
### Question:
What round was Bill Hill drafted?
### 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 (week__number VARCHAR, result VARCHAR, theme VARCHAR)
### Question:
Which week had safe as the result... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10015132_16 (school_club_team VARCHAR, years_in_toronto VARCHAR)
### Question:
What clu was in toronto 1995-9... |
Below is an context that describes a sql 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 (year INTEGER, score VARCHAR)
### Question:
Which year had a Score of kapunda 14-13-97 tanunda 5-14-4... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_84 (high_assists VARCHAR, team VARCHAR)
### Question:
How many high assists did the Lakers have?
### Ans... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE department (dept_address VARCHAR, dept_name VARCHAR)
### Question:
what is the address of history department?
### 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_38 (score VARCHAR, date VARCHAR)
### Question:
What was the score of the match played on 5 September 200... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2679061_12 (player VARCHAR, college_junior_club_team VARCHAR)
### Question:
Who was drafted to litvinov (czec... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27208311_1 (episode_no_episode_no_refers_to_the_episodes_number_in_the_overall_series VARCHAR, _whereas_serie... |
Below is an context that describes a sql 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 (genre VARCHAR, airing_date VARCHAR)
### Question:
Which genre aired on 12 feb- 9 mar?
### 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_1 (lost VARCHAR, against INTEGER)
### Question:
How many losses have points against less than 15?
### 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_2 (total INTEGER, silver VARCHAR, gold VARCHAR)
### Question:
What is the average Total, when Silver is ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11570261_1 (championship VARCHAR, winning_score VARCHAR)
### Question:
what's the championship where winning... |
Below is an context that describes a sql 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 (frequency VARCHAR, name VARCHAR)
### Question:
What is the frequency of 104.3 business radio?
### 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_59 (points INTEGER, chassis VARCHAR, year VARCHAR)
### Question:
What is the low point total after 2006 ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_34 (date VARCHAR, record VARCHAR)
### Question:
Which Date has a Record of 1-4?
### Answer:
SELECT date ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23338693_1 (team VARCHAR, position VARCHAR, season VARCHAR)
### Question:
Which team has nc position for 2010... |
Below is an context that describes a sql 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 (round VARCHAR, date VARCHAR)
### Question:
Which 250cc winner has a Round larger than 6, and a Date 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_name_37 (cause_of_death VARCHAR, rank VARCHAR, name VARCHAR)
### Question:
What is Detective Donald William 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_26758262_1 (district INTEGER, location_of_court VARCHAR)
### Question:
What district is the court located 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_85 (assist_pass VARCHAR, score VARCHAR, goal VARCHAR)
### Question:
Which Assist/pass has a Score of 1-0... |
Below is an context that describes a sql 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 (socket VARCHAR, voltage VARCHAR, model_number VARCHAR)
### Question:
What is Socket, when Voltage is... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_16 (opponent VARCHAR, date VARCHAR)
### Question:
Who was the opponent at the game held on December 24, ... |
Below is an context that describes a sql 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 (score VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
What was the score of the game on April ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17302440_1 (year VARCHAR, west_manila VARCHAR)
### Question:
What was the year when West Manila has a tariff ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE roller_coaster (Status VARCHAR)
### Question:
List the status shared by more than two roller coaster.
### 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_18118221_1 (rank INTEGER, railway_station VARCHAR)
### Question:
What is the lowest rank of Gatwick Airport? ... |
Below is an context that describes a sql 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 (round VARCHAR, surface VARCHAR, opponent VARCHAR)
### Question:
What's Round has a Surface of hard 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_18304058_2 (team_name VARCHAR, sports VARCHAR, schools VARCHAR)
### Question:
What is the name of the team fr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_13 (visiting_team VARCHAR, host_team VARCHAR)
### Question:
Who was the visiting team against the 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 table_28979895_4 (partner VARCHAR, score VARCHAR)
### Question:
Name the parter for w/o
### Answer:
SELECT partner ... |
Below is an context that describes a sql 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 (pick__number INTEGER, pl_gp INTEGER)
### Question:
What is the pick # of the player with a PI GP les... |
Below is an context that describes a sql 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 (county VARCHAR, ihsaa_class VARCHAR, mascot VARCHAR)
### Question:
Which IHSAA class A school are 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_67 (site VARCHAR, date VARCHAR)
### Question:
What is SIte, when Date is "September 13"?
### 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_27603010_14 (team__number1 VARCHAR)
### Question:
What was the 2nd leg score if the team 1 is Deportivo Past... |
Below is an context that describes a sql 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 (location VARCHAR, capacity INTEGER)
### Question:
Which location has a capacity greater than 51,500?... |
Below is an context that describes a sql 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 (visiting_team VARCHAR, stadium VARCHAR, date VARCHAR)
### Question:
What visiting team played at 3co... |
Below is an context that describes a sql 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 (wins INTEGER, club VARCHAR, draws VARCHAR)
### Question:
What are the most wins of Terang with the d... |
Below is an context that describes a sql 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 (silver INTEGER, nation VARCHAR, total VARCHAR)
### Question:
What is the least amount of silver for ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_36 (pick__number INTEGER, cfl_team VARCHAR)
### Question:
What is the highest pick number of the CFL's 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_28 (high_assists VARCHAR, date VARCHAR)
### Question:
Who had the highest assists during the game on Feb... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25831483_1 (total VARCHAR, actor_actress VARCHAR)
### Question:
How many total are there when actor/actress i... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (series VARCHAR, isbn VARCHAR)
### Question:
What is the name of the series with an ISBN of 978-1-595... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE ADDRESSES (zip_postcode VARCHAR)
### Question:
How many addresses have zip code 197?
### Answer:
SELECT COUNT(*) FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_70 (date VARCHAR, away_team VARCHAR)
### Question:
What is the date of the game where Richmond was 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_name_21 (driver VARCHAR, time_retired VARCHAR)
### Question:
Which driver has a Time/Retired of +6 laps?
### ... |
Below is an context that describes a sql 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 (games VARCHAR, goals INTEGER, name VARCHAR)
### Question:
What is the average Goals/Games for Rummen... |
Below is an context that describes a sql 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 (place VARCHAR, score VARCHAR)
### Question:
What is the Place for the 66 Score?
### 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_name_12 (nat VARCHAR, transfer_fee VARCHAR, type VARCHAR)
### Question:
What is the Nat with a mutual consent... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12303563_2 (winners VARCHAR, nation VARCHAR)
### Question:
how many winners from vietnam
### 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_29301050_1 (train_number VARCHAR, arrival_lonavla VARCHAR)
### Question:
which train number arrives in lonavl... |
Below is an context that describes a sql 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 (year_joined VARCHAR, school VARCHAR, size VARCHAR, ihsaa_class VARCHAR)
### Question:
How many years... |
Below is an context that describes a sql 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 (attendance VARCHAR, opponent VARCHAR)
### Question:
How much Attendance has an Opponent of swindon 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_20 (result VARCHAR, attendance VARCHAR)
### Question:
What was the result when there were 27,321 in atte... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.