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_59 (date VARCHAR, away_team VARCHAR)
### Question:
On what date is Footscray the away team?
### 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_12983929_1 (shut_down VARCHAR, commercial_operation VARCHAR)
### Question:
What's the shut down state of the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_92 (game INTEGER, record VARCHAR)
### Question:
What is the highest Game, when Record is "21-30-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_name_67 (place VARCHAR, to_par VARCHAR, player VARCHAR)
### Question:
What place did jacky cupit take when hi... |
Below is an context that describes a sql 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 (to_par VARCHAR, finish VARCHAR, player VARCHAR)
### Question:
WHAT IS THE TO PAR WITH A FINISH OF T1... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Person (name VARCHAR, job VARCHAR)
### Question:
list the name, job title of all people ordered by their names.
###... |
Below is an context that describes a sql 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 (week_1 VARCHAR, week_3 VARCHAR)
### Question:
Name the week 3 of 36
### Answer:
SELECT week_1 FROM 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_11 (environment VARCHAR, year_built VARCHAR)
### Question:
What type of environment is the venue that wa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_28 (extra VARCHAR, result VARCHAR, tournament VARCHAR)
### Question:
What is the extra when the result 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_23537091_1 (early_chalcolithic VARCHAR, ubaid_period_in_mesopotamia VARCHAR)
### Question:
When the second in... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (_percentage_2001 VARCHAR, seats_2001 VARCHAR)
### Question:
What is the sum of % for 2001 if 2001 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_15 (home_team VARCHAR)
### Question:
What was Footscray's score as the home team?
### Answer:
SELECT hom... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (game INTEGER, date VARCHAR)
### Question:
What is the sum of Game on february 28?
### 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_55 (away_team VARCHAR, tie_no VARCHAR, home_team VARCHAR)
### Question:
Which Away Team has a Tie no 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_85 (stories VARCHAR, completed VARCHAR, rank VARCHAR)
### Question:
How many stories were done in 2008 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 entrepreneur (People_ID VARCHAR, Investor VARCHAR); CREATE TABLE people (Name VARCHAR, People_ID VARCHAR)
### Quest... |
Below is an context that describes a sql 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, played INTEGER)
### Question:
What was the average points for someone who has played... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30121082_1 (poor_law_union VARCHAR, area__acres__ VARCHAR)
### Question:
What are the Poor Law Unions when 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_17 (opponent VARCHAR, loss VARCHAR)
### Question:
Which Opponent has a Loss of báez (5-5)?
### 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_10 (location VARCHAR, record VARCHAR)
### Question:
Where was the game played when their record was 9-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_67 (laps INTEGER, rider VARCHAR)
### Question:
What are the highest laps for Marco Melandri?
### 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 (tries VARCHAR, pens VARCHAR, conv VARCHAR, start VARCHAR)
### Question:
What is the total of tries 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_52 (visitor VARCHAR, date VARCHAR)
### Question:
On April 18, which team was the visitor?
### Answer:
SE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_30 (to_par VARCHAR, player VARCHAR)
### Question:
Name the to par for colin montgomerie
### 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_22 (grid VARCHAR, team VARCHAR, driver VARCHAR)
### Question:
What is the grid of driver tomas scheckter... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140088_6 (winning_driver VARCHAR, circuit VARCHAR)
### Question:
Who won the Brands Hatch circuit?
### 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_2528382_1 (song VARCHAR, additional_info VARCHAR)
### Question:
Which song has Drunkard Groom listed as addit... |
Below is an context that describes a sql 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 (pct VARCHAR, losses VARCHAR, finals VARCHAR)
### Question:
How many percentages have losses fewer 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_63 (visitor VARCHAR, home VARCHAR, score VARCHAR)
### Question:
What was the Visitor when the home was 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 student (stuid VARCHAR, fname VARCHAR, lname VARCHAR); CREATE TABLE member_of_club (clubid VARCHAR, stuid 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_22779004_1 (conference VARCHAR, regular_season_winner VARCHAR)
### Question:
Who won the tournament when Idah... |
Below is an context that describes a sql 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 (winning_driver VARCHAR, winning_constructor VARCHAR)
### Question:
Which driver won when o.m. was 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_61 (constructor VARCHAR, driver VARCHAR)
### Question:
What company constructed the vehicle when the dri... |
Below is an context that describes a sql 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 (pole_position VARCHAR, circuit VARCHAR)
### Question:
Who has the pole position for the nürburgring ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE orchestra (Record_Company VARCHAR)
### Question:
List the record company shared by the most number of orchestras.
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140116_5 (race_name VARCHAR, circuit VARCHAR)
### Question:
What is the name of the race in the Modena circu... |
Below is an context that describes a sql 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 (artist VARCHAR, week VARCHAR)
### Question:
Which Artist has a Week of Top 12?
### Answer:
SELECT ar... |
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR)
### Question:
What is the home team's score at mcg?
### Answer:
SE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17505751_5 (league INTEGER, total VARCHAR, copa_del_rey VARCHAR)
### Question:
when the total is 8 and copa 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_60 (type VARCHAR, ends VARCHAR)
### Question:
What's the type that ends in 2009?
### Answer:
SELECT type... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_51 (points INTEGER, car__number VARCHAR, make VARCHAR, driver VARCHAR)
### Question:
Which 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_8 (player VARCHAR, nationality VARCHAR)
### Question:
What player is from Russia?
### Answer:
SELECT pla... |
Below is an context that describes a sql 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 (score VARCHAR, home VARCHAR, record VARCHAR)
### Question:
Name the score for detroit home and 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_name_82 (venue VARCHAR, margin_of_victory VARCHAR)
### Question:
At what venue is the margin of victory 7 str... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25563779_4 (second VARCHAR, national_trophy_rookie VARCHAR)
### Question:
If the national trophy/rookie is Ge... |
Below is an context that describes a sql 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 (rider VARCHAR, grid VARCHAR)
### Question:
Which Rider is grid 7?
### Answer:
SELECT rider FROM tabl... |
Below is an context that describes a sql 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 (result VARCHAR, date VARCHAR)
### Question:
What was the result on october 8, 1961?
### 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_59 (rank INTEGER, time VARCHAR)
### Question:
What is the best rank with a time of 1:05.14.10?
### 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_14 (winner VARCHAR, race VARCHAR)
### Question:
Who won the Food World 250?
### Answer:
SELECT winner FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12261926_2 (intergiro_classification VARCHAR, winner VARCHAR)
### Question:
What is the intergiro classificat... |
Below is an context that describes a sql 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 (total VARCHAR, gold VARCHAR)
### Question:
What is the total medal count for the nation that has 5 g... |
Below is an context that describes a sql 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 (played INTEGER, lost VARCHAR, points VARCHAR)
### Question:
What is the sum of matches played for 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_17288845_8 (date VARCHAR, score VARCHAR)
### Question:
Name the date for score l 89–91 (ot)
### 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_16 (opponents VARCHAR, raiders_points VARCHAR, attendance VARCHAR)
### Question:
What is the total 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_25271777_1 (violent VARCHAR, index VARCHAR)
### Question:
How many violent crimes occurred the year that 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_18 (winning_driver VARCHAR, winning_constructor VARCHAR)
### Question:
What kind of Winning driver 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_41 (draws INTEGER, wins VARCHAR, byes VARCHAR)
### Question:
What is the lowest number of draws of the t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_30 (tie_no VARCHAR, away_team VARCHAR)
### Question:
What is the Tie no when the away team was Burnley?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22071705_6 (country VARCHAR)
### Question:
Name the total number 1980 mil for soviet union
### 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_2267345_2 (winner VARCHAR, team_classification VARCHAR, combativity_award VARCHAR)
### Question:
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_name_17 (to_par VARCHAR, country VARCHAR, player VARCHAR)
### Question:
What was the To par for United States... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE program (name VARCHAR, launch VARCHAR)
### Question:
list all the names of programs, ordering by launch time.
### 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_11677691_1 (hometown VARCHAR, college VARCHAR, position VARCHAR)
### Question:
How many offensive line player... |
Below is an context that describes a sql 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 (built VARCHAR, name VARCHAR, floors VARCHAR, rank VARCHAR)
### Question:
What is the total number 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_75 (partner VARCHAR, date VARCHAR)
### Question:
Name the partner for 14 october 2007
### 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_75 (laps INTEGER, driver VARCHAR)
### Question:
What's the average laps driven by david coulthard?
### 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_34 (nickname VARCHAR, division VARCHAR)
### Question:
What is the nickname of the team in division 2?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_6 (attendance INTEGER, result VARCHAR)
### Question:
How many attendances have w 48-10 as the result?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26996293_2 (player VARCHAR, cfl_team VARCHAR)
### Question:
where cfl team is winnipeg (3) via hamilton 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_30087032_5 (game VARCHAR, high_rebounds VARCHAR)
### Question:
In how many different games did Oliver Miller ... |
Below is an context that describes a sql 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 (bullet_weight VARCHAR, source VARCHAR)
### Question:
What is Bullet weight, when Source is hornady?
... |
Below is an context that describes a sql 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 (year VARCHAR, category VARCHAR, nominated_work VARCHAR)
### Question:
What year was Evita nominated ... |
Below is an context that describes a sql 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 (money___ INTEGER, score VARCHAR)
### Question:
Which Money has a Score of 70-68-73-68=279?
### 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_58 (competition VARCHAR, result VARCHAR)
### Question:
what is the competition when the result is 2-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_17111812_1 (seventh VARCHAR, sixth VARCHAR)
### Question:
When Interpol is in 6th, who is in 7th?
### 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_20 (partner VARCHAR, opponent VARCHAR)
### Question:
Name the partner with opponent of michaëlla krajice... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23385853_20 (pos INTEGER, finishes VARCHAR)
### Question:
If finishes is 10, what is the POS minimum?
### 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_52 (margin_of_victory VARCHAR, runner_s__up VARCHAR)
### Question:
What is the margin of victory for Nic... |
Below is an context that describes a sql 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 (name VARCHAR, lane VARCHAR)
### Question:
What is the name of the swimmer in lane 6?
### 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_69 (away_team VARCHAR, crowd INTEGER)
### Question:
Who was the away team when the crowd was larger 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_name_75 (points VARCHAR, grid VARCHAR)
### Question:
How many points when the Grid was 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_1756264_2 (holding_companies INTEGER)
### Question:
What is the largest number of holding companies?
### 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_79 (grid VARCHAR, driver VARCHAR)
### Question:
What's the total grid of Bruce Mclaren?
### 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_36 (party VARCHAR, candidate VARCHAR)
### Question:
Which party's candidate is Grech Louis Grech?
### 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_94 (position VARCHAR, player VARCHAR)
### Question:
What was the position of Jon Perlman?
### Answer:
SE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Projects (project_details VARCHAR, project_id VARCHAR); CREATE TABLE Tasks (project_id VARCHAR)
### Question:
How 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_73 (year INTEGER, chassis VARCHAR, points VARCHAR)
### Question:
What is the average Year with a Veritas... |
Below is an context that describes a sql 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 (result VARCHAR, date VARCHAR, competition VARCHAR, score VARCHAR)
### Question:
What is the Result o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_93 (height VARCHAR, player VARCHAR)
### Question:
How tall is Daniel Orton?
### Answer:
SELECT height FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_15 (shigella VARCHAR, yersinia VARCHAR)
### Question:
Tell me the shigella and yscn
### Answer:
SELECT 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_1682865_1 (numeral VARCHAR, english_name VARCHAR)
### Question:
What is the numeral where the English name is... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_47 (career_with_the_franchise VARCHAR, previous_team VARCHAR, pos VARCHAR, years_of_nba_experience_ VARC... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_88 (county VARCHAR, precincts VARCHAR)
### Question:
Which County has a Precincts of 33/33?
### 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_86 (upper_stage VARCHAR, launches_to_date VARCHAR, version VARCHAR)
### Question:
What Upper stage has 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_45 (laps INTEGER, time VARCHAR, grid VARCHAR)
### Question:
What is the fewest amount of laps when the g... |
Below is an context that describes a sql 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 (year VARCHAR, category VARCHAR)
### Question:
How many years was Reasons to be Pretty nominated 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_19 (score VARCHAR, opponent VARCHAR, record VARCHAR)
### Question:
Which score has an Opponent of @ athl... |
Below is an context that describes a sql 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 (record VARCHAR, method VARCHAR, location VARCHAR)
### Question:
What is the record when the method 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_35 (result VARCHAR, title VARCHAR, genre VARCHAR, label VARCHAR)
### Question:
Which result's genre 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_name_60 (category VARCHAR, film VARCHAR)
### Question:
(A) Torzija was nominated in which category?
### Answe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.