question
stringlengths 15
152
| context
stringlengths 58
202
| answer
stringlengths 37
161
|
|---|---|---|
What year was Thierry Beccaro the spokesperson?
|
columns:
- name: year_s_
type: INTEGER
- name: spokesperson
type: VARCHAR
table: table_1368649_9
|
SELECT MIN(year_s_) FROM table_1368649_9 WHERE spokesperson = "Thierry Beccaro"
|
What candidate was re-elected and was first elected in 1942?
|
columns:
- name: candidates
type: VARCHAR
- name: result
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1342218_35
|
SELECT candidates FROM table_1342218_35 WHERE result = "Re-elected" AND first_elected = 1942
|
what's the wii points with title and source being tsūshin taikyoku: igo dōjō 2700-mon
|
columns:
- name: wii_points
type: VARCHAR
- name: title_and_source
type: VARCHAR
table: table_13663434_1
|
SELECT wii_points FROM table_13663434_1 WHERE title_and_source = "Tsūshin Taikyoku: Igo Dōjō 2700-Mon"
|
Name the womens doubles when mixed doubles is potten ruth scott
|
columns:
- name: womens_doubles
type: VARCHAR
- name: mixed_doubles
type: VARCHAR
table: table_14903881_1
|
SELECT womens_doubles FROM table_14903881_1 WHERE mixed_doubles = "Potten Ruth Scott"
|
what's the bleeding time with partial thromboplastin time being unaffected and condition being liver failure , early
|
columns:
- name: bleeding_time
type: VARCHAR
- name: partial_thromboplastin_time
type: VARCHAR
- name: condition
type: VARCHAR
table: table_14006_1
|
SELECT bleeding_time FROM table_14006_1 WHERE partial_thromboplastin_time = "Unaffected" AND condition = "Liver failure , early"
|
When the change is 8.8%, what is the density (pop/km²)?
|
columns:
- name: "density__pop_km\xB2_"
type: VARCHAR
- name: _percentage_change
type: VARCHAR
table: table_1425958_1
|
SELECT density__pop_km²_ FROM table_1425958_1 WHERE _percentage_change = "8.8"
|
What is the latest year listed with the Alabama 4 voting district?
|
columns:
- name: first_elected
type: INTEGER
- name: district
type: VARCHAR
table: table_1341973_3
|
SELECT MAX(first_elected) FROM table_1341973_3 WHERE district = "Alabama 4"
|
Who are the UK co-presenters that have Joe Swash as a co-presenter and Russell Kane as a comedian?
|
columns:
- name: uk_co_presenter
type: VARCHAR
- name: co_presenter
type: VARCHAR
- name: comedian
type: VARCHAR
table: table_14345690_15
|
SELECT COUNT(uk_co_presenter) FROM table_14345690_15 WHERE co_presenter = "Joe Swash" AND comedian = "Russell Kane"
|
what's the game with date being march 7
|
columns:
- name: game
type: VARCHAR
- name: date
type: VARCHAR
table: table_13557843_7
|
SELECT game FROM table_13557843_7 WHERE date = "March 7"
|
What is the area of Tuscany?
|
columns:
- name: "area__km\xB2_"
type: INTEGER
- name: region
type: VARCHAR
table: table_14532_1
|
SELECT MAX(area__km²_) FROM table_14532_1 WHERE region = "Tuscany"
|
What club had 404 points against?
|
columns:
- name: club
type: VARCHAR
- name: points_against
type: VARCHAR
table: table_13741576_6
|
SELECT club FROM table_13741576_6 WHERE points_against = "404"
|
What was the result of the election featuring r. ewing thomason (d) unopposed?
|
columns:
- name: result
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1342233_43
|
SELECT result FROM table_1342233_43 WHERE candidates = "R. Ewing Thomason (D) Unopposed"
|
Name the number of class aaaaa for 1988-89
|
columns:
- name: class_aAAAA
type: VARCHAR
- name: school_year
type: VARCHAR
table: table_14601528_2
|
SELECT COUNT(class_aAAAA) FROM table_14601528_2 WHERE school_year = "1988-89"
|
What show is coming back on in July 2008
|
columns:
- name: programme
type: VARCHAR
- name: date_s__of_return
type: VARCHAR
table: table_13549921_18
|
SELECT programme FROM table_13549921_18 WHERE date_s__of_return = "July 2008"
|
Who directed the episode with the production code 176252?
|
columns:
- name: directed_by
type: VARCHAR
- name: production_code
type: VARCHAR
table: table_14889988_1
|
SELECT directed_by FROM table_14889988_1 WHERE production_code = 176252
|
how many points did the argentinos juniors team score during the 1986-87 season?
|
columns:
- name: team
type: VARCHAR
table: table_14489821_1
|
SELECT 1986 AS _87 FROM table_14489821_1 WHERE team = "Argentinos Juniors"
|
What was the result in the election where the incumbent was Finis J. Garrett?
|
columns:
- name: result
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342370_41
|
SELECT result FROM table_1342370_41 WHERE incumbent = "Finis J. Garrett"
|
what's the points for with lost being 4
|
columns:
- name: points_for
type: VARCHAR
- name: lost
type: VARCHAR
table: table_14058433_5
|
SELECT points_for FROM table_14058433_5 WHERE lost = "4"
|
how many na -350- with title and source being bokumo sekai wo sukuitai: battle tournament
|
columns:
- name: na__350_
type: VARCHAR
- name: title_and_source
type: VARCHAR
table: table_13663434_1
|
SELECT COUNT(na__350_) FROM table_13663434_1 WHERE title_and_source = "Bokumo Sekai wo Sukuitai: Battle Tournament"
|
type the attendance for playing with tampa bay buccaneers?
|
columns:
- name: attendance
type: VARCHAR
- name: opponent
type: VARCHAR
table: table_14656147_2
|
SELECT attendance FROM table_14656147_2 WHERE opponent = "Tampa Bay Buccaneers"
|
How many times was w. arthur winstead first elected?
|
columns:
- name: first_elected
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342218_24
|
SELECT COUNT(first_elected) FROM table_1342218_24 WHERE incumbent = "W. Arthur Winstead"
|
How many times was the election joseph w. byrns, sr. (d) unopposed?
|
columns:
- name: result
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1342379_41
|
SELECT COUNT(result) FROM table_1342379_41 WHERE candidates = "Joseph W. Byrns, Sr. (D) Unopposed"
|
What is the 1st(m) score for the Person who had a total points of 272.7
|
columns:
- name: points
type: VARCHAR
table: table_14407512_9
|
SELECT 1 AS st__m_ FROM table_14407512_9 WHERE points = "272.7"
|
How many channel tv (dt)s are in austin, texas?
|
columns:
- name: channel_tv___dt__
type: VARCHAR
- name: city_of_license__market
type: VARCHAR
table: table_1353096_1
|
SELECT COUNT(channel_tv___dt__) FROM table_1353096_1 WHERE city_of_license__market = "Austin, Texas"
|
What party is associated with Texas 2?
|
columns:
- name: party
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342218_43
|
SELECT party FROM table_1342218_43 WHERE district = "Texas 2"
|
what's the won with points against being 304
|
columns:
- name: won
type: VARCHAR
- name: points_against
type: VARCHAR
table: table_13940275_5
|
SELECT won FROM table_13940275_5 WHERE points_against = "304"
|
What was the gtu winning team when the gto winning team was #48 greenwood racing?
|
columns:
- name: gtu_winning_team
type: VARCHAR
- name: gto_winning_team
type: VARCHAR
table: table_13657883_2
|
SELECT gtu_winning_team FROM table_13657883_2 WHERE gto_winning_team = "#48 Greenwood Racing"
|
What is the famous for where the finished is 5th?
|
columns:
- name: famous_for
type: VARCHAR
- name: finished
type: VARCHAR
table: table_14345690_5
|
SELECT famous_for FROM table_14345690_5 WHERE finished = "5th"
|
What are the International tourist arrivals (2010) where change from 2010 to 2011 is +15%
|
columns:
- name: international_tourist_arrivals__2010_
type: VARCHAR
- name: change__2010_to_2011_
type: VARCHAR
table: table_14752049_2
|
SELECT international_tourist_arrivals__2010_ FROM table_14752049_2 WHERE change__2010_to_2011_ = "+15%"
|
what's the incumbent with district being massachusetts 2
|
columns:
- name: incumbent
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341604_22
|
SELECT incumbent FROM table_1341604_22 WHERE district = "Massachusetts 2"
|
How many people on this list are named thomas abernethy?
|
columns:
- name: candidates
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342218_24
|
SELECT COUNT(candidates) FROM table_1342218_24 WHERE incumbent = "Thomas Abernethy"
|
Name the candidates for ellsworth b. buck
|
columns:
- name: candidates
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342233_32
|
SELECT candidates FROM table_1342233_32 WHERE incumbent = "Ellsworth B. Buck"
|
Which incumbent was first elected in 1940?
|
columns:
- name: incumbent
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1342256_10
|
SELECT incumbent FROM table_1342256_10 WHERE first_elected = 1940
|
What party did the incumbent in the Arkansas 2 district belong to?
|
columns:
- name: party
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341897_6
|
SELECT party FROM table_1341897_6 WHERE district = "Arkansas 2"
|
What year was incumbent phil crane first elected?
|
columns:
- name: first_elected
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341640_14
|
SELECT first_elected FROM table_1341640_14 WHERE incumbent = "Phil Crane"
|
Who were the candidates in the districts that was first elected in 1966?
|
columns:
- name: candidates
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1341690_35
|
SELECT candidates FROM table_1341690_35 WHERE first_elected = 1966
|
Which location has a team that is nicknamed the Vikings?
|
columns:
- name: location
type: VARCHAR
- name: nickname
type: VARCHAR
table: table_13759592_1
|
SELECT location FROM table_13759592_1 WHERE nickname = "Vikings"
|
What candidate is a member of the Republican party?
|
columns:
- name: candidates
type: VARCHAR
- name: party
type: VARCHAR
table: table_1341640_39
|
SELECT candidates FROM table_1341640_39 WHERE party = "Republican"
|
How many different jockeys ran on 17 Feb 2007?
|
columns:
- name: jockey
type: VARCHAR
- name: date
type: VARCHAR
table: table_14981555_3
|
SELECT COUNT(jockey) FROM table_14981555_3 WHERE date = "17 Feb 2007"
|
who athe party where district is louisiana 2?
|
columns:
- name: party
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342198_18
|
SELECT party FROM table_1342198_18 WHERE district = "Louisiana 2"
|
What are the lost where points lost is 353?
|
columns:
- name: lost
type: VARCHAR
- name: points_for
type: VARCHAR
table: table_13758945_1
|
SELECT lost FROM table_13758945_1 WHERE points_for = "353"
|
Name the least wins
|
columns:
- name: wins
type: INTEGER
table: table_14911550_1
|
SELECT MIN(wins) FROM table_14911550_1
|
What is the NFL team of the player whose college is Minnesota?
|
columns:
- name: nfl_team
type: VARCHAR
- name: college
type: VARCHAR
table: table_14650162_1
|
SELECT nfl_team FROM table_14650162_1 WHERE college = "Minnesota"
|
what's the losing bonus with played being 22 and tries against being 38
|
columns:
- name: losing_bonus
type: VARCHAR
- name: played
type: VARCHAR
- name: tries_against
type: VARCHAR
table: table_13940275_5
|
SELECT losing_bonus FROM table_13940275_5 WHERE played = "22" AND tries_against = "38"
|
Who played in the series that resulted in matches with the following scores: 0–3 0–8 0–1 0–2 0–3 1–4 0–9 0–5?
|
columns:
- name: opponent
type: VARCHAR
- name: result
type: VARCHAR
table: table_14263158_3
|
SELECT opponent FROM table_14263158_3 WHERE result = "0–3 0–8 0–1 0–2 0–3 1–4 0–9 0–5"
|
how many areas were in the election in 1912
|
columns:
- name: district
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1342379_10
|
SELECT COUNT(district) FROM table_1342379_10 WHERE first_elected = 1912
|
what's the record with date being january 13
|
columns:
- name: record
type: VARCHAR
- name: date
type: VARCHAR
table: table_13480122_5
|
SELECT record FROM table_13480122_5 WHERE date = "January 13"
|
What was the district who had their first elected in 1966?
|
columns:
- name: district
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1341843_44
|
SELECT district FROM table_1341843_44 WHERE first_elected = 1966
|
what's the local title with seasons and winners being series 1, 2006: lucy benjamin
|
columns:
- name: local_title
type: VARCHAR
- name: seasons_and_winners
type: VARCHAR
table: table_13779832_1
|
SELECT local_title FROM table_13779832_1 WHERE seasons_and_winners = "Series 1, 2006: Lucy Benjamin"
|
What positions does Hal Weeks play?
|
columns:
- name: position
type: VARCHAR
- name: player
type: VARCHAR
table: table_14342592_3
|
SELECT position FROM table_14342592_3 WHERE player = "Hal Weeks"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.