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 store (address_id VARCHAR); CREATE TABLE address (address VARCHAR, address_id VARCHAR)
### Question:
Where is store... |
Below is an context that describes a sql 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 (competition VARCHAR, event VARCHAR, venue VARCHAR, position VARCHAR)
### Question:
what is the compet... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (school VARCHAR, city VARCHAR)
### Question:
Which school comes from Brookville?
### 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_name_47 (incumbent VARCHAR, district VARCHAR)
### Question:
Which Incumbent has a District of massachusetts 8... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (date VARCHAR, opponent VARCHAR)
### Question:
When was the opponent Arsenal?
### 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_36 (week_5 VARCHAR, week_1 VARCHAR)
### Question:
What is the week 5 after Dani Dior as week 1?
### 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_45 (opponents VARCHAR, date VARCHAR)
### Question:
Name the opponents for 24 july 2011
### 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_17521433_1 (country VARCHAR, swimsuit VARCHAR)
### Question:
What country had a swimsuit score of 8.788?
### ... |
Below is an context that describes a sql 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 (runner_s__up VARCHAR, date VARCHAR)
### Question:
Who is Runner(s)-up that has a Date of may 24, 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_57 (year INTEGER, location VARCHAR)
### Question:
What is the sum for the year with a location of newpor... |
Below is an context that describes a sql 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 (score VARCHAR, dance VARCHAR, result VARCHAR)
### Question:
What was the score of the team that danc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (location VARCHAR, home_ground VARCHAR, position_in_2012_13 VARCHAR)
### Question:
What location 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_97 (points_for_ordinary INTEGER, points_for_foundation VARCHAR)
### Question:
With 10 as the points 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_26 (film_title_used_in_nomination VARCHAR, country VARCHAR)
### Question:
What is the film title used 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_3 (laps VARCHAR, time_retired VARCHAR, driver VARCHAR)
### Question:
How many laps have a Time/Retired o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_37 (goals_against INTEGER, points VARCHAR, games VARCHAR, lost VARCHAR)
### Question:
How many goals aga... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (home_team VARCHAR)
### Question:
In the match where footscray was the home team, how much did they 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_68 (home_team VARCHAR, attendance VARCHAR)
### Question:
What home team had an attendance record of 16,9... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_94 (player VARCHAR, school VARCHAR)
### Question:
Which player attended Hoover High School?
### 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_1341663_26 (incumbent VARCHAR, candidates VARCHAR)
### Question:
How many times was the candidates dick gepha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18018214_2 (goals_conceded INTEGER, points VARCHAR)
### Question:
List the number of goals scored to equal 58... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1805919_1 (traditional_chinese VARCHAR, english_translation VARCHAR)
### Question:
How many traditional Chine... |
Below is an context that describes a sql 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 (money___ INTEGER, score VARCHAR)
### Question:
What is the highest Money ( $ ), when Score is "69-71... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29414946_3 (team VARCHAR, replaced_by VARCHAR)
### Question:
What team hired Renato Gaúcho?
### 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_48 (date VARCHAR, label VARCHAR)
### Question:
What is the date for CBS label?
### Answer:
SELECT date 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_29 (attendance VARCHAR, game_site VARCHAR, result VARCHAR)
### Question:
Game Site of hoosier dome, and ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (surface VARCHAR, outcome VARCHAR, score VARCHAR)
### Question:
What is the Surface of the match with... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (course VARCHAR, date VARCHAR)
### Question:
Name the course for 24 july
### Answer:
SELECT course 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_29202276_2 (train_number INTEGER, time VARCHAR)
### Question:
What is the train number when the time is 10:38... |
Below is an context that describes a sql 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 (year_named INTEGER, name VARCHAR)
### Question:
What is the year that nahete colles was named?
### 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_13026799_1 (margin VARCHAR, championship VARCHAR)
### Question:
What was the margin of the Masters Tournament... |
Below is an context that describes a sql 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 (rank INTEGER, heat INTEGER)
### Question:
Which Rank has a Heat larger than 7?
### Answer:
SELECT MA... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE COUNTRIES (CountryName VARCHAR, Continent VARCHAR, CountryId VARCHAR); CREATE TABLE CONTINENTS (ContId VARCHAR, Con... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_70 (average INTEGER, swimsuit VARCHAR, country VARCHAR)
### Question:
What is the total average for swim... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2175685_1 (miles__km_ VARCHAR, average_speed__mph_ VARCHAR)
### Question:
How many miles (km) were driven whe... |
Below is an context that describes a sql 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 (athlete VARCHAR, data VARCHAR)
### Question:
Who has a walking data of 3:10:48+?
### 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_56 (points INTEGER, date VARCHAR)
### Question:
What were the lowest points on march 2?
### 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 festival_detail (Num_of_Audience VARCHAR, YEAR VARCHAR)
### Question:
Show the number of audience in year 2008 or 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_86 (no_of_villages INTEGER, name_of_janapada VARCHAR)
### Question:
What is the average number of villag... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_7 (nationality VARCHAR, position VARCHAR, college_high_school_club VARCHAR)
### Question:
What is the na... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_189893_1 (population__2011_ INTEGER)
### Question:
What is the lowest population(2011)?
### Answer:
SELECT MI... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1566852_3 (cover_model VARCHAR, centerfold_model VARCHAR)
### Question:
WHO WAS THE COVER MODEL OF PLAYBOY 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_27 (division INTEGER, year INTEGER)
### Question:
What is the highest division for years earlier than 20... |
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR)
### Question:
What are the average laps for jackie stewart?
### 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 matches (tourney_name VARCHAR)
### Question:
Find the name of tourney that has more than 10 matches.
### 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_64 (d_49 VARCHAR, d_46 VARCHAR)
### Question:
Tell me the D 49 and D 46 of r 13
### Answer:
SELECT d_49 ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR)
### Question:
When joj agpangan* is the name how many duration'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_17323042_8 (date VARCHAR, team VARCHAR)
### Question:
When did they play Miami?
### Answer:
SELECT 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_17058226_5 (team VARCHAR, high_assists VARCHAR)
### Question:
What opposing team was playing when sebastian 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_22847880_2 (record VARCHAR, opponent VARCHAR)
### Question:
Name the record for kentucky
### Answer:
SELECT 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_16331025_2 (tickets_sold___available VARCHAR, sellout___percentage_ VARCHAR)
### Question:
What is the positi... |
Below is an context that describes a sql 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 (tie_no INTEGER, attendance VARCHAR)
### Question:
what is the tie no when the attendance is 126?
###... |
Below is an context that describes a sql 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 (position VARCHAR, competition VARCHAR, year VARCHAR)
### Question:
What position did the player play... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10812938_3 (player VARCHAR, college VARCHAR)
### Question:
Which player went to college at Saint Mary'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_26166836_1 (road_race VARCHAR, country VARCHAR, location VARCHAR)
### Question:
How many races were in fukuok... |
Below is an context that describes a sql 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 (s_no INTEGER, match_date VARCHAR)
### Question:
What is the highest S No, when the Match Date is Nov ... |
Below is an context that describes a sql 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 (total INTEGER, data_processing_and_exploitation VARCHAR, management_and_support 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_44 (record VARCHAR, loss VARCHAR)
### Question:
Which Record has a Loss of o'connor (0-1)?
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (category VARCHAR, recipient VARCHAR, year VARCHAR)
### Question:
What category was The Suite Life on... |
Below is an context that describes a sql 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 (date VARCHAR, venue VARCHAR)
### Question:
Which Date has a Venue of lake oval?
### 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_62 (position VARCHAR, game_1 VARCHAR)
### Question:
What position has colin scott as game 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_name_90 (year INTEGER, binibining_pilipinas_international VARCHAR)
### Question:
What is the smallest Year 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_34 (rank VARCHAR, player VARCHAR)
### Question:
What rank is the team that has a player named Isco Alarc... |
Below is an context that describes a sql 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 (result VARCHAR, incumbent VARCHAR)
### Question:
When the incumbent was William Elliott, what 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_24 (lane INTEGER, overall_rank VARCHAR, time VARCHAR)
### Question:
What is the greatest lane with an ov... |
Below is an context that describes a sql 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 INTEGER, venue VARCHAR)
### Question:
What was the lowest attendance at Windy Hill?
### 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_1204998_2 (area VARCHAR, english_name VARCHAR)
### Question:
What is the area of the English name Shanghang 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_10749367_3 (_number INTEGER, air_date VARCHAR)
### Question:
What episode aired on 18 April 2007?
### 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_22673872_1 (race_name VARCHAR, location VARCHAR, winning_driver VARCHAR)
### Question:
How many races are 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_68 (bronze INTEGER, total VARCHAR)
### Question:
How many bronzes have a Total of 9?
### 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_28846752_5 (bbi VARCHAR)
### Question:
how many 10wi and bbi is 6/101
### Answer:
SELECT COUNT(10 AS wi) FROM... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_67 (nominee VARCHAR, category VARCHAR)
### Question:
what was the nominee of best musical
### 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_12715053_1 (molecular_target VARCHAR, trademark VARCHAR)
### Question:
What is the molecular target listed un... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (opponent VARCHAR, game VARCHAR, record VARCHAR)
### Question:
Who was the opponent when they played 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_9 (notes VARCHAR, date VARCHAR)
### Question:
What is Notes, when Date is 2007?
### Answer:
SELECT notes... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18183850_12 (outcome VARCHAR, opponent VARCHAR)
### Question:
What was the outcome of the game when the oppon... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341577_10 (party VARCHAR, result VARCHAR)
### Question:
what's party with result being retired to run for u.... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23211041_10 (location_attendance VARCHAR, team VARCHAR)
### Question:
Name the location attendance for utah
#... |
Below is an context that describes a sql 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 (winner VARCHAR, date VARCHAR)
### Question:
Who is the Winner on June 2, 2007?
### Answer:
SELECT 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_54 (player VARCHAR, place VARCHAR, country VARCHAR, score VARCHAR)
### Question:
What Player has a Place... |
Below is an context that describes a sql 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 (weight__kg_ INTEGER, birthdate VARCHAR)
### Question:
What is that if the weight for the play born 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_256862_1 (legs INTEGER, winning_yacht VARCHAR)
### Question:
Name the most legs for steinlager 2
### 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_27704187_11 (location_attendance VARCHAR, game VARCHAR)
### Question:
Where did they play and how many attend... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1181375_1 (builder VARCHAR, withdrawn VARCHAR)
### Question:
what's the builder where withdrawn is 1954–1958... |
Below is an context that describes a sql 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 (team__number2 VARCHAR)
### Question:
Tell me the 1st leg for antwerp bc
### Answer:
SELECT 1 AS st_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_18 (home_team VARCHAR, away_team VARCHAR)
### Question:
If the Away team is north melbourne, what's 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_42 (round VARCHAR, opponent VARCHAR)
### Question:
In which round was Gabriel Veiga the opponent?
### 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_92 (l2_cache VARCHAR, sspec_number VARCHAR)
### Question:
What is the L2 cache with ec number of slbmm(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_11621799_1 (winner VARCHAR, score VARCHAR)
### Question:
Who was the winner when the score was 281 (-6)?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_23 (main_span_metres VARCHAR, main_span_feet VARCHAR, year_to_open VARCHAR, country 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_15 (year VARCHAR, qual VARCHAR)
### Question:
The 147.481 Qual, happened in what year?
### 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_27 (name VARCHAR, overall INTEGER)
### Question:
Who is drafted overall less than 49?
### 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_81 (winning_team VARCHAR, pole_position VARCHAR, date VARCHAR)
### Question:
Who's the Winning team with... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_83 (injured VARCHAR, place VARCHAR, killed VARCHAR)
### Question:
How many people were injured in 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_15945862_1 (september VARCHAR, november VARCHAR)
### Question:
What september has 10.35 in November?
### 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_35 (second VARCHAR, nation VARCHAR)
### Question:
Who was second for the United States 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_name_39 (season VARCHAR, games VARCHAR)
### Question:
What season has a Games listed of 10?
### 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_92 (draws INTEGER, wins VARCHAR, losses VARCHAR)
### Question:
How many draws are there when there are 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_88 (score VARCHAR, date VARCHAR)
### Question:
What is the score on 22 january 2008?
### 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_63 (date VARCHAR, venue VARCHAR)
### Question:
On what date did the match at Lake Oval take place?
### A... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.