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_1921_1 (branches_involved VARCHAR, location VARCHAR)
### Question:
What is every branch involved in Afghanist... |
Below is an context that describes a sql 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 (points INTEGER, performer VARCHAR)
### Question:
What is the sum of Points, when the Performer is fe... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR)
### Question:
Who was the opponent on the game on April 14, 2007?
##... |
Below is an context that describes a sql 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 (r_52 VARCHAR, d_44 VARCHAR)
### Question:
Name the R 52 which has a D 44 of d 44
### 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_73 (date VARCHAR, game VARCHAR, score VARCHAR)
### Question:
What date has a game smaller than 4, and 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_1 (name VARCHAR, nationality VARCHAR)
### Question:
what is the name for the nationality total:?
### 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_51 (result VARCHAR, venue VARCHAR)
### Question:
Tell me the result for venue of a
### Answer:
SELECT 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_255188_1 (founded INTEGER, nickname VARCHAR)
### Question:
When were the Avenging Angels founded?
### 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_238124_1 (bleeding_time VARCHAR, partial_thromboplastin_time VARCHAR, prothrombin_time VARCHAR)
### Question:... |
Below is an context that describes a sql 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 (year INTEGER, wins INTEGER)
### Question:
What is the lowest year that have wins greater than 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_1 (term_of_office VARCHAR, electorate VARCHAR)
### Question:
What was the term of office for the elector... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23197088_4 (score_in_final VARCHAR, opponents_in_final VARCHAR)
### Question:
as is the quantity variety of 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_71 (silver INTEGER, total VARCHAR, gold VARCHAR, nation VARCHAR)
### Question:
Which Silver has a Gold 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_16577990_1 (size_in_km² INTEGER, central_forest_reserve VARCHAR)
### Question:
What is the size of Itwara cen... |
Below is an context that describes a sql 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 (score VARCHAR, opponent_in_the_final VARCHAR, tournament VARCHAR, surface VARCHAR, outcome 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_10408617_5 (tariff_code VARCHAR, bts_retail_price__regulated_ VARCHAR)
### Question:
How many tariff codes 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_14631909_1 (original_title VARCHAR, english_title VARCHAR)
### Question:
What is the original title of europe... |
Below is an context that describes a sql 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 (year INTEGER, competition VARCHAR)
### Question:
What year were the Olympic Games?
### Answer:
SELEC... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_24 (gender VARCHAR, roll VARCHAR, name VARCHAR)
### Question:
Makarora primary school has a roll less 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_96 (city VARCHAR, country VARCHAR)
### Question:
what is the city for the country of netherlands?
### 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_22810095_8 (transfer_fee VARCHAR, n VARCHAR)
### Question:
How much was the transfer fee when n is 2?
### 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_25 (total INTEGER, bronze VARCHAR, silver VARCHAR)
### Question:
What's the average total if the Bronze ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (rank VARCHAR)
### Question:
Which 3rd run has rank of 1?
### Answer:
SELECT 3 AS rd_run FROM table_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_name_41 (points VARCHAR)
### Question:
How many points does Club have?
### Answer:
SELECT points FROM table_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_2468961_3 (no_in_series INTEGER, no_in_season VARCHAR)
### Question:
What number in the series was episode 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_24798489_1 (episode_number VARCHAR, location VARCHAR)
### Question:
How many episodes had New York, New York ... |
Below is an context that describes a sql 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 (floors INTEGER, name VARCHAR)
### Question:
What is the average number of floors of the Venetian tow... |
Below is an context that describes a sql 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 (points INTEGER, lost VARCHAR, played VARCHAR)
### Question:
What is the sum of points with 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_2196127_1 (race_time VARCHAR, driver VARCHAR)
### Question:
What was the race time for Jeff Gordon?
### 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_42 (team VARCHAR, circuit VARCHAR)
### Question:
Which team won at the symmons plains raceway?
### 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_14670060_1 (languages VARCHAR, call_sign VARCHAR)
### Question:
What languages are spoken when call sign XEJA... |
Below is an context that describes a sql 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 (winning_score VARCHAR, tournament VARCHAR)
### Question:
What winning score has kraft nabisco champi... |
Below is an context that describes a sql 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 (premiere INTEGER, chinese_title VARCHAR, peak VARCHAR)
### Question:
What is the premiere rating 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_18 (outcome VARCHAR, surface VARCHAR, partner VARCHAR)
### Question:
What was the outcome of the tournam... |
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR)
### Question:
When the venue was lake oval what did the home 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_14 (result VARCHAR, competition VARCHAR)
### Question:
Name the result for 2000 afc asian cup qualificat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15315103_1 (class_aAAAA VARCHAR, school_year VARCHAR)
### Question:
Who is in class during 1995-96?
### 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_67 (share_of_votes VARCHAR, dáil VARCHAR)
### Question:
What is the 6th dail share of votes?
### 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_33 (venue VARCHAR, against VARCHAR, opposing_teams VARCHAR)
### Question:
What is the venue of the match... |
Below is an context that describes a sql 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 (nhl_team VARCHAR, college_junior_club_team VARCHAR, pick__number VARCHAR)
### Question:
Which team 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_26 (co_singer VARCHAR, composer VARCHAR)
### Question:
What co-singer has sukhwinder singh as the compos... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24501530_1 (age VARCHAR, result VARCHAR)
### Question:
How many age figures for the player fired in week 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_25 (profits__billion_ INTEGER, rank VARCHAR)
### Question:
What is the lowest profits (billion $) for th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_37 (player VARCHAR, place VARCHAR, country VARCHAR)
### Question:
Who placed t1 in Scotland?
### 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_62 (date VARCHAR, visitor VARCHAR)
### Question:
What date did the red wings play against the visitors, ... |
Below is an context that describes a sql 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 (role VARCHAR, theatre VARCHAR, music VARCHAR)
### Question:
Which Role has a Theatre of globe, and 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_14003108_1 (highest VARCHAR, team VARCHAR)
### Question:
how many highest with team being forfar athletic
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_41 (tied INTEGER, independent VARCHAR, years VARCHAR)
### Question:
What is the total number of tied gam... |
Below is an context that describes a sql 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 (state VARCHAR, member VARCHAR)
### Question:
What state did Hon David Beddall belong to?
### 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_36 (total VARCHAR)
### Question:
What was the 2009 value for a total over 1 and 4th on 2010?
### 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_49 (year INTEGER, title VARCHAR)
### Question:
Title of the angry brigade involves which lowest year?
##... |
Below is an context that describes a sql 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 (time_retired VARCHAR, constructor VARCHAR, grid VARCHAR, laps VARCHAR)
### Question:
What is 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_13 (event VARCHAR, time VARCHAR)
### Question:
What event has a 0:49 time?
### Answer:
SELECT event 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_53 (programming VARCHAR, channel VARCHAR, psip_short_name VARCHAR)
### Question:
Which Programming has 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_60 (record VARCHAR, opponent VARCHAR)
### Question:
What was roberto travern's record when he fought aga... |
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR)
### Question:
On what date was the home team Footscray?
### 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_18 (appearances VARCHAR, position_ VARCHAR, f_ VARCHAR, date_to_ VARCHAR, h_ VARCHAR)
### Question:
What... |
Below is an context that describes a sql 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 (lost INTEGER, played VARCHAR, against VARCHAR, drawn VARCHAR, _percentage_won VARCHAR)
### Question:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20649850_1 (pick__number INTEGER, college VARCHAR)
### Question:
Name the number for new mexico
### 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_224672_2 (term_began VARCHAR, elected VARCHAR)
### Question:
When did the term began when the date of electio... |
Below is an context that describes a sql 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 (money_requested__ INTEGER, first_aired VARCHAR)
### Question:
how much money was requested on the sh... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29728596_2 (competition VARCHAR, away_team VARCHAR)
### Question:
What were the competitions when the away te... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_85 (version INTEGER, code VARCHAR, year VARCHAR)
### Question:
Name the lowest version with a code of u+... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (goals INTEGER, assists VARCHAR, points VARCHAR)
### Question:
What is the largest number of goals wi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15162503_1 (description VARCHAR, viewers_selection VARCHAR)
### Question:
What was the description when the v... |
Below is an context that describes a sql 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 (consider VARCHAR, candidate VARCHAR, poll_source VARCHAR, oppose VARCHAR)
### Question:
What percent... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_41 (zone VARCHAR, camp_type VARCHAR, area VARCHAR)
### Question:
What zone has camp type D/S in area Bl9... |
Below is an context that describes a sql 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 (team VARCHAR, number VARCHAR, years_with_franchise VARCHAR)
### Question:
Which team is number 14 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_19 (height INTEGER, position VARCHAR, current_club VARCHAR)
### Question:
What's the tallest height 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_85 (time INTEGER, athlete VARCHAR, lane VARCHAR)
### Question:
What is the lowest time for Paulo Villar ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28457809_3 (runner_up INTEGER, province VARCHAR)
### Question:
What is the value of the runner up column 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_5 (races INTEGER, wins VARCHAR, podiums VARCHAR, series VARCHAR)
### Question:
What is the largest numbe... |
Below is an context that describes a sql 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 (sport VARCHAR, established VARCHAR, league VARCHAR)
### Question:
What League of VSL Sport was Estab... |
Below is an context that describes a sql 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 (original_vehicle VARCHAR, architecture VARCHAR)
### Question:
What original vehicle has uwhvt homepa... |
Below is an context that describes a sql 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 (lost INTEGER, goals_conceded VARCHAR, team VARCHAR, place VARCHAR, points VARCHAR)
### Question:
Wha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1539201_1 (february VARCHAR)
### Question:
Name the number of februaries
### Answer:
SELECT COUNT(february) 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_76 (time VARCHAR, speed VARCHAR)
### Question:
At 96.76mph speed, what is the Time?
### Answer:
SELECT 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 (points INTEGER, grade VARCHAR)
### Question:
How many points are there, when the grade is A?
### 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_69 (release_price___usd__ VARCHAR, release_date VARCHAR)
### Question:
Release date of 2008 q3 has what ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1305623_6 (bronze_medals INTEGER)
### Question:
What's the smallest number of bronze medals that any one if 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_20595642_2 (name VARCHAR, br_no VARCHAR)
### Question:
what is the name for br no. 60501
### Answer:
SELECT 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_11656578_2 (area_km²__1998_ VARCHAR, abbreviation VARCHAR)
### Question:
How big (in km2) is the voivodenship... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE catalog_contents (catalog_entry_name VARCHAR)
### Question:
Find the names of all the catalog entries.
### 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_32 (place VARCHAR, score VARCHAR)
### Question:
What is the Place of the Player with a Score of 73-73-65... |
Below is an context that describes a sql 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 (december INTEGER, points VARCHAR, game VARCHAR)
### Question:
Which December has Points of 48, and 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_70 (wins VARCHAR, matches VARCHAR, success_rate VARCHAR)
### Question:
What was the win for 4 matches wi... |
Below is an context that describes a sql 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 (chassis VARCHAR, year INTEGER)
### Question:
What was the chassis of Emilio de Villota in 1981?
### ... |
Below is an context that describes a sql 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 (bronze VARCHAR, place VARCHAR)
### Question:
Name the bronze for lahti
### Answer:
SELECT bronze 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_22 (played VARCHAR, lost VARCHAR, first_game VARCHAR, percentage VARCHAR)
### Question:
What is the tota... |
Below is an context that describes a sql 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 (population INTEGER, town_status VARCHAR)
### Question:
What is the highest population of a city 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_29 (dots VARCHAR, ellipsis VARCHAR)
### Question:
What is the dot value when the ellipsis is 0.012345679... |
Below is an context that describes a sql 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 (chinese VARCHAR, pali VARCHAR)
### Question:
Which Chinese has a Pali of atappa?
### 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_29 (date INTEGER, record VARCHAR, game VARCHAR)
### Question:
What was the average date with a record 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_27 (home VARCHAR, game__number VARCHAR)
### Question:
Which Home has a Game # of 59?
### 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_95 (wins VARCHAR, division VARCHAR, finish VARCHAR)
### Question:
What is the Western Division of Wins 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_17001658_7 (date VARCHAR, team VARCHAR)
### Question:
What date was the opposing team Milwaukee?
### 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_1974632_1 (type VARCHAR, enrollment VARCHAR)
### Question:
what type is the institute that enrolled 2102
### ... |
Below is an context that describes a sql 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 (unit VARCHAR, type VARCHAR)
### Question:
Which unite had the type wwer-440/213?
### 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_23265433_2 (rookie VARCHAR, offensive VARCHAR)
### Question:
Name the rookie for ryan powell
### 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 mill (Id VARCHAR); CREATE TABLE architect (name VARCHAR, nationality VARCHAR, id VARCHAR)
### Question:
What are th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.