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_88 (season VARCHAR, finals VARCHAR)
### Question:
Which Season has Finals of out of playoffs.?
### 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_24910742_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
### Question:
What was the title of the episode hav... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (competition VARCHAR, club VARCHAR)
### Question:
Which competition has aik club?
### 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_25 (loss VARCHAR, record VARCHAR)
### Question:
What loss has 16-6 as the record?
### Answer:
SELECT los... |
Below is an context that describes a sql 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 (event VARCHAR, round VARCHAR, opponent VARCHAR)
### Question:
What was the event for round 1 against ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20351295_2 (legs_won VARCHAR, high_checkout VARCHAR)
### Question:
How many legs has the player with high che... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (rank INTEGER, laps VARCHAR)
### Question:
What is the average rank of one who is at 76 laps?
### 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_24 (location VARCHAR, opponent VARCHAR)
### Question:
Where did arturo segovia compete?
### 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_67 (story_timeline VARCHAR, published VARCHAR, in_order_of_publication VARCHAR)
### Question:
What is th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_21 (Lieutenant VARCHAR, left_office VARCHAR)
### Question:
Who was Lieutenant Governor to the governor 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_47 (week VARCHAR, theme VARCHAR)
### Question:
Which week had a theme of Heroes?
### Answer:
SELECT week... |
Below is an context that describes a sql 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 (edition INTEGER, runner_up VARCHAR, year VARCHAR, third VARCHAR)
### Question:
What was the edition ... |
Below is an context that describes a sql 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 (wins VARCHAR, year VARCHAR, team VARCHAR)
### Question:
Name the wins for 1963 bultaco
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_99 (money___ INTEGER, player VARCHAR)
### Question:
What's the sum of money ($) that angela park has won... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_25 (date VARCHAR, away_team VARCHAR)
### Question:
What is the date that is Away team is Honduras?
### 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 party_events (member_in_charge_id VARCHAR); CREATE TABLE member (member_name VARCHAR, member_id VARCHAR)
### Questi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (score VARCHAR, game VARCHAR)
### Question:
What is the Score of Game 4?
### Answer:
SELECT score 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_38 (population VARCHAR, county VARCHAR)
### Question:
What is the Population of Sargent County?
### 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_99 (bronze INTEGER, nation VARCHAR)
### Question:
Which Bronze has a Nation of spain?
### 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_78 (position VARCHAR, dob VARCHAR)
### Question:
Which Position has a D.O.B. of 3 june 1989?
### 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_26 (owner VARCHAR, language VARCHAR, name VARCHAR)
### Question:
Which ESPN international sports owner 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_42 (year VARCHAR, result VARCHAR)
### Question:
How many years have a Result of nominated?
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (Id VARCHAR)
### Question:
What is 1989, when 1999 is F, and when 1994 is 2R?
### Answer:
SELECT 1989... |
Below is an context that describes a sql 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 (tonnage_grt INTEGER, type VARCHAR, nationality VARCHAR)
### Question:
What is the total Tonnage GRT ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2596811_12 (complement VARCHAR, killed VARCHAR, wounded VARCHAR)
### Question:
What was the complement associ... |
Below is an context that describes a sql 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 (date VARCHAR, surface VARCHAR, partner VARCHAR)
### Question:
When did Marty Riessen team up with a ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1161065_28 (lowest VARCHAR, venue VARCHAR)
### Question:
What was the lowest attendance figure at Football Pa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11447995_2 (haydon VARCHAR, larter VARCHAR, libweshya VARCHAR)
### Question:
What is Haydon when Larter is 11... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1467951_4 (release_date INTEGER)
### Question:
What is the most recent release date?
### Answer:
SELECT MAX(r... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_60 (team VARCHAR, rounds VARCHAR, constructor VARCHAR)
### Question:
What team has a yamaha constructor ... |
Below is an context that describes a sql 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 (crowd VARCHAR, venue VARCHAR)
### Question:
What is the crowd total for glenferrie oval?
### 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_4 (method VARCHAR, opponent VARCHAR)
### Question:
What is Method, when Opponent is "Chalid Arrab"?
### ... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
What is the 2003 value with 1r in 2009 at the Australian Open?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE company (headquarters VARCHAR, main_industry VARCHAR)
### Question:
Show all headquarters with both a company in ba... |
Below is an context that describes a sql 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 (nba_draft VARCHAR, hometown VARCHAR)
### Question:
For the Player from Brampton, ON what is their NB... |
Below is an context that describes a sql 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 (report VARCHAR, fastest_lap VARCHAR, grand_prix VARCHAR)
### Question:
During the Australian Grand 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_53 (episodes INTEGER, first_aired VARCHAR)
### Question:
Of the series that first aired April 8, 2011, 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_41 (military_deaths VARCHAR, military_and_or_civilian_wounded VARCHAR, total_deaths VARCHAR)
### Questio... |
Below is an context that describes a sql 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 (fourth_place VARCHAR, year VARCHAR)
### Question:
Tell me fourth place for year of 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_17416221_1 (largest_city VARCHAR, province VARCHAR)
### Question:
what is the largest city where the province... |
Below is an context that describes a sql 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 (surface VARCHAR, partner VARCHAR, score_in_the_final VARCHAR)
### Question:
What was the surface 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_23225927_1 (no_in_season INTEGER, written_by VARCHAR)
### Question:
What is the maximum season number 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_93 (previous_conference VARCHAR, year_joined VARCHAR, mascot VARCHAR)
### Question:
What was the previou... |
Below is an context that describes a sql 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 (class VARCHAR, laps VARCHAR, team VARCHAR)
### Question:
What is the class of team liqui moly equipe... |
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR)
### Question:
On what date did the result leave the team with a record ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27537518_9 (decision VARCHAR, record VARCHAR)
### Question:
Who made the decision on the game where the 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_27786562_1 (points__margin_ VARCHAR, top_tens VARCHAR, owner VARCHAR)
### Question:
Name the points for top 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_79 (fatalities VARCHAR, epicenter VARCHAR)
### Question:
What number of Fatalities did the Epicenter Māz... |
Below is an context that describes a sql 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 (constituency_number VARCHAR, name VARCHAR)
### Question:
What is the Constituency Number of Total:?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21781578_2 (original_air_date VARCHAR, season_no VARCHAR)
### Question:
What was the original air date for 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_30121046_1 (poor_law_union VARCHAR, townland VARCHAR)
### Question:
What is the poor law union of the Ardacro... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (finish VARCHAR, year VARCHAR)
### Question:
In 1939, what was the finish?
### 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_2357201_1 (playoffs VARCHAR, regular_season VARCHAR)
### Question:
When Cleveland was 2nd, great lakes in 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_33 (gpu_model VARCHAR, sspec_number VARCHAR)
### Question:
What's the GPU model that has sSpec number SR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27846651_1 (writer VARCHAR, viewers__millions_ VARCHAR)
### Question:
Who wrote the episode that had 5.93 mil... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_45 (winning_score VARCHAR, date VARCHAR)
### Question:
What is Winning Score, when Date is 17 Jan 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_39 (pick__number INTEGER, player VARCHAR)
### Question:
What is the pick number of Jesse Alexander?
### ... |
Below is an context that describes a sql 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 (opponent VARCHAR, week VARCHAR, date VARCHAR)
### Question:
What opponent has a week less than 16, 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_63 (city VARCHAR, country VARCHAR)
### Question:
What city is in the country of Mayotte?
### Answer:
SEL... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_46 (lane INTEGER, time VARCHAR, country VARCHAR, name VARCHAR)
### Question:
How many Lanes have a Count... |
Below is an context that describes a sql 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 (round VARCHAR, player VARCHAR)
### Question:
What round did Matt Clark play?
### Answer:
SELECT roun... |
Below is an context that describes a sql 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 (races INTEGER, points VARCHAR)
### Question:
What is the number of races that took place with 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_19 (country VARCHAR, player VARCHAR)
### Question:
What country is Adam Scott from?
### 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_25271777_1 (violent VARCHAR, forcible_rape VARCHAR)
### Question:
How many violent catagories are listed 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_28 (drivers VARCHAR, engine VARCHAR, races VARCHAR)
### Question:
Who drove a race car with a Mercedes 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_64 (writer_s_ VARCHAR, recorded_at VARCHAR, time VARCHAR)
### Question:
Who wrote the album recorded at ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28190534_1 (chassis VARCHAR, entrant VARCHAR)
### Question:
Name the chassis for sfacs ecurie france
### 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_47 (opponent VARCHAR, res VARCHAR, time VARCHAR)
### Question:
Who was the opponent in the bout that led... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14209245_9 (nationality VARCHAR, college_junior_club_team__league_ VARCHAR)
### Question:
What is the nationa... |
Below is an context that describes a sql 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 (district INTEGER, party VARCHAR, home_town VARCHAR)
### Question:
What district has a democratic lea... |
Below is an context that describes a sql 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 (tournament VARCHAR, runner_s__up VARCHAR)
### Question:
What races were Chi-Chi Rodriguez the runner... |
Below is an context that describes a sql 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 (total_atms INTEGER, bank_type VARCHAR, on_site_atms VARCHAR)
### Question:
What is the minimum total... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (grid INTEGER, rider VARCHAR)
### Question:
What is the Grid for Rider Ruben Xaus?
### 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_14976504_2 (location VARCHAR, institution VARCHAR)
### Question:
Where is California Lutheran University 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_26375386_20 (rank VARCHAR, vote_percentage VARCHAR)
### Question:
How many times is the voting percentage 10.... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE problems (reported_by_staff_id VARCHAR, closure_authorised_by_staff_id VARCHAR); CREATE TABLE staff (staff_id VARCH... |
Below is an context that describes a sql 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 (method VARCHAR, opponent VARCHAR)
### Question:
What was the method for opponent of Ivan Serati?
###... |
Below is an context that describes a sql 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 (feet INTEGER, longitude__e_ VARCHAR, prominence__m_ VARCHAR)
### Question:
What is the lowest feet 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_29033869_3 (home_away VARCHAR, position_on_ladder VARCHAR)
### Question:
Was the round where they were in 6th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20726262_3 (no_in_season VARCHAR, writtenby VARCHAR)
### Question:
How many numbers in the season were writte... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15581223_8 (int INTEGER, sacks VARCHAR)
### Question:
Name the least int yards when sacks is 11.5
### 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_60 (laps INTEGER, time_retired VARCHAR, driver VARCHAR)
### Question:
What is the mean number of laps wh... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (country VARCHAR, score VARCHAR)
### Question:
Which country scored 69-67-69-70=275?
### 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_98 (fourth_district VARCHAR, first_district VARCHAR)
### Question:
Who's the Fourth District with a Firs... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1740431_3 (season_in_tamil VARCHAR, season_in_sanskrit VARCHAR)
### Question:
How many seasons in Tamil occur... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13762472_7 (game VARCHAR, record VARCHAR)
### Question:
How many games had the team played after they were 40... |
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR)
### Question:
When did they play against Wales?
### Answer:
SELECT 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_82 (opponent VARCHAR, game VARCHAR)
### Question:
Who were the opponents during game 30?
### 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_19072602_3 (progressive_total VARCHAR, team_usa VARCHAR)
### Question:
When tim mack is on team usa what 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_name_99 (place INTEGER, artist VARCHAR, points VARCHAR)
### Question:
what is the average place when the arti... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11240028_1 (episodes VARCHAR, portrayed_by VARCHAR)
### Question:
How many episodes did actress Vanessa Ferli... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1342013_5 (result VARCHAR, incumbent VARCHAR)
### Question:
What was the final result for Craig Hosmer?
### 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_28138035_33 (mens_doubles VARCHAR, womens_singles VARCHAR)
### Question:
How many times has Sun Jin won the 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_29202276_2 (destination VARCHAR, train_number VARCHAR)
### Question:
What is the destination when the train 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_71 (assists INTEGER, player VARCHAR)
### Question:
How many assists does David Tomlinson 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_name_74 (iheartradio VARCHAR, show VARCHAR)
### Question:
What is the iHeartRadio of the Bronson and Christin... |
Below is an context that describes a sql 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 (constructor VARCHAR, grid VARCHAR)
### Question:
Who constructed the car that had a grid of 6?
### 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_64 (player_name VARCHAR, position VARCHAR, college VARCHAR)
### Question:
Who was a linebacker at Tennes... |
Below is an context that describes a sql 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 (country VARCHAR, stolen_ends VARCHAR, skip VARCHAR)
### Question:
Name the Country which has Stolen ... |
Below is an context that describes a sql 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 (appearances INTEGER, flamengo_career VARCHAR)
### Question:
How many appearances did the flamengo pl... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.