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_51 (total INTEGER, rank VARCHAR, bronze VARCHAR, silver VARCHAR)
### Question:
Which Total is the lowest... |
Below is an context that describes a sql 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 (players_per_console VARCHAR, genre VARCHAR, year VARCHAR)
### Question:
For the strategy game in 199... |
Below is an context that describes a sql 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 (semifinalists VARCHAR, tournament VARCHAR)
### Question:
Which Semifinalist has a Tournament of stoc... |
Below is an context that describes a sql 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 (college_junior_club_team__league_ VARCHAR, player VARCHAR)
### Question:
What college did Louis LeBl... |
Below is an context that describes a sql 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 (qual VARCHAR, start VARCHAR)
### Question:
Whent he start was 15, what was the Qual?
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_99 (game INTEGER, date VARCHAR)
### Question:
What is the highest game that has January 5 as the 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_21234111_10 (song VARCHAR, robin VARCHAR)
### Question:
What song did Robin perform with a result of 4.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_12 (semifinalists VARCHAR, tournament VARCHAR)
### Question:
who was the semifinalist for the Key Biscan... |
Below is an context that describes a sql 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 (to_par VARCHAR, score VARCHAR)
### Question:
What was the to par score of the golfer that had 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_15700367_6 (wickets INTEGER, name VARCHAR)
### Question:
What is the lowest number of wickets for farveez mah... |
Below is an context that describes a sql 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 (to_par VARCHAR, score VARCHAR)
### Question:
What To par has a Score of 68-66=134?
### 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_84 (pick__number INTEGER, mls_team VARCHAR)
### Question:
Tell me the lowest pick number for new england... |
Below is an context that describes a sql 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 (record VARCHAR, week VARCHAR)
### Question:
What is the Record for week 12?
### Answer:
SELECT recor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12125069_2 (losing_pitcher VARCHAR, winning_pitcher VARCHAR)
### Question:
Who is the losing pitcher when the... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE station (name VARCHAR, station_id VARCHAR); CREATE TABLE train_station (station_id VARCHAR)
### Question:
Show 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_27 (team VARCHAR, matches VARCHAR, balls VARCHAR, inns VARCHAR)
### Question:
Which Team has Balls small... |
Below is an context that describes a sql 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 (avg_g VARCHAR, att_cmp_int VARCHAR, effic VARCHAR)
### Question:
Avg/G that has a Att-Cmp-Int of 1–1... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (home VARCHAR, record VARCHAR)
### Question:
Which Home has a Record of 11–14–4?
### Answer:
SELECT h... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (score INTEGER, place VARCHAR)
### Question:
What is the lowest Score, when Place is "1"?
### 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_18600760_1 (ansi_code INTEGER, pop__2010_ VARCHAR)
### Question:
Name the least ansi code for 609 population ... |
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR)
### Question:
Who played against away team hereford united?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_63 (kit_manufacturer VARCHAR, shirt_sponsor VARCHAR)
### Question:
Who was the Kit manufacturer that was... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17918238_1 (maximum_diameter VARCHAR, owner_operator VARCHAR)
### Question:
What is Esperance pipeline co 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_23097214_1 (production_code INTEGER, series__number VARCHAR)
### Question:
What is the production code for Ep... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR)
### Question:
Who was the opponent on October 14, 1984?
### 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_51 (bronze INTEGER, nation VARCHAR)
### Question:
How many bronzes have west germany as the nation?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21035326_1 (golden_bears_points INTEGER, opponents VARCHAR)
### Question:
What was the least amount of points... |
Below is an context that describes a sql 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 (series__number INTEGER, directed_by VARCHAR)
### Question:
What is the average of the Series #s 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_78 (built VARCHAR, location VARCHAR, county VARCHAR, listed VARCHAR)
### Question:
In which year did Blo... |
Below is an context that describes a sql 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 (budget VARCHAR, film VARCHAR)
### Question:
WHAT IS THE BUDGET FOR THE INCREDIBLES?
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22282917_26 (dates VARCHAR, control_site_condition_owner VARCHAR)
### Question:
When is every date that contr... |
Below is an context that describes a sql 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 (gold INTEGER, bronze VARCHAR, total VARCHAR)
### Question:
Can you tell me the highest Gold that has... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_81 (us_hot_100 VARCHAR, album VARCHAR)
### Question:
Name the US Hot 100 for album of I like you
### Ans... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_96 (cover_model VARCHAR, date VARCHAR)
### Question:
Who was the Cover model on 11-03?
### 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_61 (school_year VARCHAR, class_aAAA VARCHAR, dickinson VARCHAR)
### Question:
What School Year has a Cla... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24535095_2 (_number INTEGER, listed_owner_s_ VARCHAR)
### Question:
Name the least listed owner for pete raym... |
Below is an context that describes a sql 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 (mountain_peak VARCHAR, rank VARCHAR)
### Question:
Name the mountain peak of 49 rank
### 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_13741576_6 (drawn VARCHAR, tries_for VARCHAR)
### Question:
Risca RFC has 54 tries for and how many draws?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_3 (place VARCHAR, silver VARCHAR)
### Question:
In what Place was the Silver won by vladimir vesselov ( ... |
Below is an context that describes a sql 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 INTEGER, record VARCHAR)
### Question:
Which round has a record of 5-3 (1)?
### 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_65 (constructor VARCHAR, race VARCHAR)
### Question:
What is the constructor at the United States Grand ... |
Below is an context that describes a sql 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 (game VARCHAR, record VARCHAR)
### Question:
Which game had a 9-7 record?
### Answer:
SELECT game 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_23286158_11 (score VARCHAR, game VARCHAR)
### Question:
What is the score in game 3?
### Answer:
SELECT 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_48 (season VARCHAR, margin VARCHAR)
### Question:
Which season had a margin of 10?
### Answer:
SELECT 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 (opponent_in_the_final VARCHAR, year VARCHAR, championship VARCHAR)
### Question:
What is the Opponent... |
Below is an context that describes a sql 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 (race_winner VARCHAR, round VARCHAR)
### Question:
Who won the round in Europe?
### Answer:
SELECT rac... |
Below is an context that describes a sql 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 (japanese_voice_actor VARCHAR, eagle_riders VARCHAR)
### Question:
Who is the Japanese voice actor 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_2731431_1 (elevation__m_ INTEGER, location VARCHAR, peak VARCHAR)
### Question:
What is the elevation 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_23958917_1 (owner_s___2009_ VARCHAR, location VARCHAR)
### Question:
Name the owners 2009 for south side indi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1157867_2 (name VARCHAR, notes VARCHAR, builder VARCHAR)
### Question:
Which locomotives 12" x 17" are both e... |
Below is an context that describes a sql 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 (attendance INTEGER, opponent VARCHAR, week VARCHAR)
### Question:
What is the attendance for the 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_11603006_1 (score VARCHAR, location VARCHAR, purse__$__ VARCHAR)
### Question:
What was the score for the tou... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_73 (goals_for INTEGER, tied INTEGER)
### Question:
What's the least amount of goals for a game that had ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15796100_1 (original_artist VARCHAR, theme VARCHAR)
### Question:
Who is the original artist for the theme "Y... |
Below is an context that describes a sql 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 (location VARCHAR, frequency VARCHAR)
### Question:
What's the location of the 1197khz frequency?
###... |
Below is an context that describes a sql 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 (grid INTEGER, laps INTEGER)
### Question:
With Laps greater than 78, what is the lowest Grid?
### 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_72 (no8 VARCHAR, no9 VARCHAR)
### Question:
Who this the no. 8 team that has a no. 9 player, Telmo?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_75 (school VARCHAR, conference_joined VARCHAR, mascot VARCHAR)
### Question:
Which school has a mascot 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_95 (season VARCHAR, team VARCHAR, number VARCHAR, league VARCHAR)
### Question:
What season has a number... |
Below is an context that describes a sql 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 (position VARCHAR, team VARCHAR, against VARCHAR)
### Question:
What is the number of Position when 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_15187794_1 (race_winner VARCHAR, no VARCHAR)
### Question:
How many people won in No. 12
### Answer:
SELECT C... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_47 (year VARCHAR, award VARCHAR)
### Question:
How many years have an Award of press award?
### 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 (winning_constructor VARCHAR, name VARCHAR)
### Question:
Tell me the winning constructor for the par... |
Below is an context that describes a sql 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 VARCHAR, overall VARCHAR, college VARCHAR)
### Question:
what is the pick when the overall is l... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_74 (years_in_orlando VARCHAR, school_club_team VARCHAR)
### Question:
Which Years in Orlando has a Schoo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27922491_11 (runs INTEGER, average VARCHAR)
### Question:
How few runs does the 97.00 average have?
### Answe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26466528_1 (join_date INTEGER)
### Question:
Name the least join date
### Answer:
SELECT MIN(join_date) 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_30120566_1 (area__acres__ VARCHAR, townland VARCHAR)
### Question:
How many different sizes (in acres) are no... |
Below is an context that describes a sql 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 (club VARCHAR, number_of_seasons_in_liga_mx VARCHAR, number_of_seasons_in_top_division VARCHAR)
### Q... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (english_translation VARCHAR, articles VARCHAR)
### Question:
Can you tell me the English Translation... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16799784_7 (name VARCHAR, diameter__km_ VARCHAR)
### Question:
what's the name origin of feature of diameter ... |
Below is an context that describes a sql 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 (result VARCHAR, opponent VARCHAR)
### Question:
Which Result has an Opponent of steve walker?
### 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_91 (bronze INTEGER, total VARCHAR, gold VARCHAR, rank VARCHAR)
### Question:
What's the lowest bronze 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_90 (track VARCHAR)
### Question:
Who won the 350cc at Sachsenring?
### Answer:
SELECT 350 AS _cc FROM ta... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_73 (total_matches INTEGER, points__percentage VARCHAR, year VARCHAR)
### Question:
In 2007, what is 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_178242_7 (runner_up VARCHAR, international_destination VARCHAR)
### Question:
How many runner-ups were there ... |
Below is an context that describes a sql 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 (player VARCHAR, to_par VARCHAR, country VARCHAR)
### Question:
Which player from Scotland has a To 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_65 (home_team VARCHAR, away_team VARCHAR)
### Question:
What was the home team score with an away team 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_24089503_1 (travers_stakes VARCHAR, year VARCHAR)
### Question:
What was the attendance at the Travers Stakes... |
Below is an context that describes a sql 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 (position VARCHAR, player VARCHAR)
### Question:
Player of herbert s. graver has what position?
### 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_11960944_6 (date VARCHAR, game VARCHAR)
### Question:
What date was game 57 held on?
### 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_name_88 (elimination VARCHAR, wrestler VARCHAR)
### Question:
What is Maria's Elimination Move?
### 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 COURSE (Id VARCHAR)
### Question:
How many courses are there in total?
### Answer:
SELECT COUNT(*) FROM 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_79 (type VARCHAR, transfer_window VARCHAR, name VARCHAR)
### Question:
What is the type of bulykin, whic... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27539272_7 (location_attendance VARCHAR, game VARCHAR)
### Question:
What was the location and attendance 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_62 (opponent VARCHAR, time VARCHAR, result VARCHAR)
### Question:
What is the Opponent with a time of 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_17012578_6 (pa INTEGER)
### Question:
What is the top Points Allowed?
### Answer:
SELECT MAX(pa) FROM table_1... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (disaster VARCHAR, location VARCHAR, deaths VARCHAR)
### Question:
What is the disaster that was loca... |
Below is an context that describes a sql 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___ INTEGER, to_par VARCHAR, player VARCHAR)
### Question:
Can you tell me the average Money ($... |
Below is an context that describes a sql 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 (record VARCHAR, opponent VARCHAR)
### Question:
Tell me the record for kazuhiro nakamura
### 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_83 (division VARCHAR, team VARCHAR, season VARCHAR)
### Question:
What division is Traktor Tashkent in 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_19897896_7 (class VARCHAR, university VARCHAR)
### Question:
in which class was the ohio state university
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29154676_1 (season_no INTEGER, us_viewers__millions_ VARCHAR)
### Question:
What is the last episode in the 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_91 (modulation VARCHAR, power VARCHAR, channel VARCHAR)
### Question:
On channel 32, when the power is 3... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE ref_product_categories (unit_of_measure VARCHAR, product_category_code VARCHAR)
### Question:
What is the unit of m... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_67 (score VARCHAR, record VARCHAR)
### Question:
What is the score of the game with a 3-0 record?
### 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_34 (peak_population__year_ VARCHAR, city VARCHAR)
### Question:
what is the peak population (year) for 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_29 (location_attendance VARCHAR, high_assists VARCHAR)
### Question:
What is Location Attendance, when H... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_86 (date VARCHAR, record VARCHAR)
### Question:
Which Date has a Record of 6-9?
### 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_name_41 (tourism_receipts__2011___millions_of_us INTEGER, tourist_arrivals__2011___millions_ VARCHAR, tourism... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.