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_13 (weight VARCHAR, length VARCHAR)
### Question:
What is Weight, when Length is 1168mm / 46 in?
### 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_20297668_1 (standard_yarn_weight_system VARCHAR, wraps_per_inch__wpi_ VARCHAR)
### Question:
Name the standar... |
Below is an context that describes a sql 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 (player VARCHAR, country VARCHAR, place VARCHAR)
### Question:
What is Player, when Country is "Unite... |
Below is an context that describes a sql 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 (d_50 VARCHAR, d_41 VARCHAR)
### Question:
What is the D 50 when the D 41 is d 41?
### 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_42 (address VARCHAR, year VARCHAR)
### Question:
What was the address in 1974?
### Answer:
SELECT addres... |
Below is an context that describes a sql 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 (week_of VARCHAR, runner_up VARCHAR)
### Question:
What week was the Runner-up Lori McNeil?
### 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_11 (round VARCHAR, pick VARCHAR)
### Question:
HOW MANY ROUNDS HAD A PICK OF 7?
### Answer:
SELECT 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_13557843_7 (high_rebounds VARCHAR, team VARCHAR)
### Question:
who is the the high rebounds with team being v... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_68 (home VARCHAR, date VARCHAR)
### Question:
What home is dated march 19?
### Answer:
SELECT home 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_27654988_1 (scorers VARCHAR, result VARCHAR)
### Question:
Who were the scorers in the game with final score ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_6 (away_team VARCHAR, home_team VARCHAR)
### Question:
What is the Away Team Score of the Hawthorn Home ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1507852_5 (type VARCHAR, description VARCHAR)
### Question:
what's the type with description being fires when... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10812403_4 (position VARCHAR, pick__number VARCHAR)
### Question:
How many people were pick #30?
### 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_82 (date VARCHAR, record VARCHAR)
### Question:
Which Date has a Record of 6-6?
### 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_39 (rank INTEGER, placings VARCHAR)
### Question:
Tell me the sum of rank for placings of 58
### 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_11235334_2 (_number INTEGER, air_date VARCHAR)
### Question:
what is the most # that aired on september 29, 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_98 (total VARCHAR, name VARCHAR)
### Question:
What is the total for danny allsopp?
### Answer:
SELECT t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (opponent VARCHAR, attendance VARCHAR)
### Question:
What two teams were competing in 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_44 (date VARCHAR, type_of_game VARCHAR, opponent VARCHAR)
### Question:
What date had an opponent of Swe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28286776_52 (player VARCHAR, goal_s_ VARCHAR)
### Question:
How many players had 8 goals?
### 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_98 (tries VARCHAR, points VARCHAR, games VARCHAR)
### Question:
Name the tries that has a points of 008 ... |
Below is an context that describes a sql 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 (format VARCHAR, region VARCHAR, date VARCHAR)
### Question:
Tell me the format for worldwide region ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140080_2 (rnd INTEGER, race VARCHAR)
### Question:
what's the minimum rnd with race italian grand prix
### ... |
Below is an context that describes a sql 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 (position INTEGER, draws INTEGER)
### Question:
What is the sum of the position with less than 0 draw... |
Below is an context that describes a sql 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 (round VARCHAR, position VARCHAR, overall VARCHAR)
### Question:
In what round was a defensive tackle... |
Below is an context that describes a sql 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 (sub_parish__sogn_ VARCHAR, year_built VARCHAR, location_of_the_church VARCHAR)
### Question:
WHAT 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_24598274_20 (country VARCHAR, presenter_s_ VARCHAR)
### Question:
Which country did Johanna Klum presented 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_12807904_5 (points VARCHAR, points_against VARCHAR)
### Question:
What amount of points where points were 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_26 (result VARCHAR, attendance INTEGER)
### Question:
Which had an attendance of larger than 33,435?
###... |
Below is an context that describes a sql 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 (season VARCHAR, score VARCHAR)
### Question:
What is the season where Vasco da gama is the score?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (tv_time VARCHAR, week VARCHAR)
### Question:
What is the time in week 3?
### Answer:
SELECT tv_time ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_229917_2 (fatalities VARCHAR, brief_description VARCHAR)
### Question:
How many fatalities were there 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_93 (country VARCHAR, top_team VARCHAR, edition VARCHAR)
### Question:
Which Country has a Top Team of ja... |
Below is an context that describes a sql 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 (opponent VARCHAR, result VARCHAR)
### Question:
Who was the Opponent with a Result of l 17–24?
### 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_93 (identity_ies_ VARCHAR, dvd_volume INTEGER)
### Question:
What identities have more than 5 DVD volume... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341395_36 (district VARCHAR, incumbent VARCHAR)
### Question:
In what district was the incumbent Steve Chabo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_224794_3 (successor VARCHAR, district VARCHAR)
### Question:
Who was the successor for the Kentucky 2nd distr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE ROLES (role_code VARCHAR, role_name VARCHAR, role_description VARCHAR)
### Question:
List all role codes, role name... |
Below is an context that describes a sql 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 (played INTEGER, goals_scored VARCHAR, lost VARCHAR)
### Question:
Name the highest Played of Goals 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_81 (moldovans VARCHAR, ukrainians VARCHAR)
### Question:
what is the Moldovans number when there are 14,... |
Below is an context that describes a sql 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 (season VARCHAR, pos VARCHAR, head_coach VARCHAR)
### Question:
Which season led to a position of 13,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29692554_2 (eliminated VARCHAR, time VARCHAR)
### Question:
Who was eliminated a person at 18:48?
### 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_92 (team VARCHAR, qual_2 VARCHAR)
### Question:
What team had a qual 2 time of 58.385?
### 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 Sportsinfo (StuID VARCHAR); CREATE TABLE Student (StuID VARCHAR)
### Question:
Show student ids who don't have any ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22977424_8 (name VARCHAR, promoted_to_league VARCHAR)
### Question:
Name the name for plymouth albion orrell... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
I want the score for 30 april 1977
### Answer:
SELECT sco... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18522916_5 (date_of_vacancy VARCHAR, date_of_appointment VARCHAR)
### Question:
Name the date of vacancy 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_59 (population VARCHAR, official_name VARCHAR, area_km_2 VARCHAR)
### Question:
For Saint-Paul parish, 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_27537518_7 (date VARCHAR, first_star VARCHAR)
### Question:
What date was M. Grabovski the first start 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_27 (school VARCHAR, enrollment VARCHAR, ihsaa_football_class VARCHAR)
### Question:
What school has more... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_5 (round VARCHAR, location VARCHAR, time VARCHAR)
### Question:
What is the total number of Rounds held ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE people (country VARCHAR)
### Question:
Show all countries and the number of people from each country.
### 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_18 (horse VARCHAR, result VARCHAR)
### Question:
What horse has a 65.863 result?
### Answer:
SELECT hors... |
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR)
### Question:
What is the high lap total for pedro diniz?
### 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_28 (lost VARCHAR, points_against VARCHAR)
### Question:
what is lost when the points against is 231?
###... |
Below is an context that describes a sql 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 (hong_kong INTEGER, brisbane VARCHAR, kuala_lumpur VARCHAR)
### Question:
What is the lowest Hong Kon... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25391981_3 (couple VARCHAR, average VARCHAR)
### Question:
What couple averaged 15.5?
### Answer:
SELECT coup... |
Below is an context that describes a sql 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 (club VARCHAR, name VARCHAR)
### Question:
What club had Guus Hiddink as outgoing manager?
### 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 (builder’s_model VARCHAR, total_produced VARCHAR, build_date VARCHAR)
### Question:
Who built the tra... |
Below is an context that describes a sql 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 (opponent_in_the_final VARCHAR, tournament VARCHAR)
### Question:
who is the opponent in the final 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_60 (place VARCHAR, score VARCHAR)
### Question:
What was the place for the score 70-72-69=211?
### 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_26387382_1 (turbines VARCHAR, location__county_ VARCHAR, capacity__mw_ VARCHAR)
### Question:
What all turbin... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (score VARCHAR, date VARCHAR)
### Question:
What is the score of the match on September 24, 2006?
###... |
Below is an context that describes a sql 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 VARCHAR, grid VARCHAR)
### Question:
What is the team with grid 9?
### Answer:
SELECT team 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_11875915_2 (gt2_winning_team VARCHAR, gt3_winning_team VARCHAR)
### Question:
Who was the GT2 winning team 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_61 (team VARCHAR, score VARCHAR)
### Question:
Which team scored l 87–115 (ot)?
### Answer:
SELECT team ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140119_5 (constructor VARCHAR, race_name VARCHAR)
### Question:
Would built the winning car in the IV J.C.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_16278894_1 (population_census_2009 VARCHAR, county VARCHAR)
### Question:
What was the population in Kisumu 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_28138035_33 (mens_doubles VARCHAR, mens_singles VARCHAR)
### Question:
How many times has Ma Long won the men... |
Below is an context that describes 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 (major VARCHAR)
### Question:
Which major has most number of students?
### Answer:
SELECT major FROM Studen... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27704991_1 (armor VARCHAR, special_weapon VARCHAR)
### Question:
If the special weapon is the Grenado, what 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_39 (rank VARCHAR)
### Question:
what is the production in 2010 with rank of 8?
### Answer:
SELECT 2010 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_21 (silver INTEGER, bronze VARCHAR, total VARCHAR, nation VARCHAR)
### Question:
What is the sum of all ... |
Below is an context that describes a sql 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 (year INTEGER, start VARCHAR)
### Question:
Which Year has a Start of 14?
### Answer:
SELECT AVG(year... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_86 (rank VARCHAR, qual VARCHAR)
### Question:
What was the rank with the qual of 115.095?
### 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_1342256_38 (candidates VARCHAR, incumbent VARCHAR)
### Question:
what was the number of candidates when Leon ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_31 (year VARCHAR)
### Question:
Who won the 250cc in 1927?
### Answer:
SELECT 250 AS _cc FROM table_name... |
Below is an context that describes a sql 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 (mountains_classification VARCHAR, stage VARCHAR)
### Question:
What is the mountains classification ... |
Below is an context that describes a sql 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 (country VARCHAR, notes VARCHAR, rank VARCHAR)
### Question:
What country has a rank of 3 and notes 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_17 (points INTEGER, draw VARCHAR, jury VARCHAR, artist VARCHAR)
### Question:
Jury larger than 6, and a ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (points VARCHAR, record VARCHAR)
### Question:
Record of 21–29–10 had what total number of points?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14342480_15 (points INTEGER, player VARCHAR)
### Question:
How many points did Duncan Thompson score?
### 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_1875157_1 (winnings VARCHAR, starts VARCHAR)
### Question:
Did this driver have any winnings the season he ha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_28 (attendance VARCHAR, week VARCHAR)
### Question:
what is the attendance when the week is 5?
### 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_26 (long INTEGER, gain VARCHAR, loss VARCHAR, avg_g VARCHAR)
### Question:
When the Gain is 29, and 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_1 (gold INTEGER, total VARCHAR, participants VARCHAR, rank VARCHAR)
### Question:
What is the lowest num... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17265535_6 (equation VARCHAR)
### Question:
If the equation is (10 times 1) + 3, what is the 2nd throw?
### 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_29487895_2 (title_in_country VARCHAR, country___region VARCHAR)
### Question:
What is the title in Canada?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1342198_13 (candidates VARCHAR, incumbent VARCHAR)
### Question:
How many candidates ran against barratt o'ha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (rank INTEGER, lane VARCHAR, nationality VARCHAR)
### Question:
What is the average Rank for a lane 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_14945608_1 (result VARCHAR, attendance VARCHAR)
### Question:
How many games had the attendance of 60225?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21690339_1 (gas_storage VARCHAR, alternative_fuel VARCHAR)
### Question:
What was the gas storage status 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_31 (score VARCHAR, date VARCHAR)
### Question:
What score occurred on February 6?
### Answer:
SELECT sco... |
Below is an context that describes a sql 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 (opponent VARCHAR, year VARCHAR, town VARCHAR)
### Question:
who is the opponent when played in tries... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13564702_3 (try_bonus VARCHAR, club VARCHAR)
### Question:
Name the try bonus for kenfig hill rfc
### 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 club_rank (Gold INTEGER)
### Question:
What is the average number of gold medals for clubs?
### Answer:
SELECT AVG(... |
Below is an context that describes a sql 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 (round VARCHAR, position VARCHAR)
### Question:
Which round's position is according to official websi... |
Below is an context that describes a sql 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 (pick VARCHAR, college VARCHAR)
### Question:
What pick number was the player that went to baylor col... |
Below is an context that describes a sql 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 (Highest INTEGER, album_title VARCHAR, sales VARCHAR)
### Question:
What is the lowest high position ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_40 (hometown VARCHAR, name VARCHAR)
### Question:
What is Hasan Shah's hometown?
### Answer:
SELECT home... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.