question
stringlengths 15
152
| context
stringlengths 58
202
| answer
stringlengths 37
161
|
|---|---|---|
how many people won in 1914
|
columns:
- name: district
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1342359_17
|
SELECT COUNT(district) FROM table_1342359_17 WHERE first_elected = 1914
|
how many times was it the district illinois 18?
|
columns:
- name: candidates
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341718_14
|
SELECT COUNT(candidates) FROM table_1341718_14 WHERE district = "Illinois 18"
|
What is the total of all Shot PCT occurrences when the value of Blank Ends is 8?
|
columns:
- name: shot_pct
type: VARCHAR
- name: blank_ends
type: VARCHAR
table: table_1505809_2
|
SELECT COUNT(shot_pct) FROM table_1505809_2 WHERE blank_ends = 8
|
What was the result when Leo E. Allen was elected?
|
columns:
- name: result
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342013_12
|
SELECT result FROM table_1342013_12 WHERE incumbent = "Leo E. Allen"
|
How many episodes was Jimmy Mulville performer 4?
|
columns:
- name: episode
type: VARCHAR
- name: performer_4
type: VARCHAR
table: table_14934885_1
|
SELECT COUNT(episode) FROM table_14934885_1 WHERE performer_4 = "Jimmy Mulville"
|
What district did Dave Treen serve?
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341663_19
|
SELECT district FROM table_1341663_19 WHERE incumbent = "Dave Treen"
|
What date was the episode with production code 176265 aired?
|
columns:
- name: original_air_date
type: VARCHAR
- name: production_code
type: VARCHAR
table: table_14889988_1
|
SELECT original_air_date FROM table_14889988_1 WHERE production_code = 176265
|
what's the district with candidates being william madison whittington (d) unopposed
|
columns:
- name: district
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1342379_23
|
SELECT district FROM table_1342379_23 WHERE candidates = "William Madison Whittington (D) Unopposed"
|
Name the delegate first elected in 2003?
|
columns:
- name: delegate
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_14009909_1
|
SELECT delegate FROM table_14009909_1 WHERE first_elected = 2003
|
How many class AA in the year 2002-03
|
columns:
- name: class_aA
type: VARCHAR
- name: school_year
type: VARCHAR
table: table_14747043_1
|
SELECT COUNT(class_aA) FROM table_14747043_1 WHERE school_year = "2002-03"
|
how many dbeingtrict with candidates being william b. bankhead (d) 71.3% e. m. reed (r) 28.7%
|
columns:
- name: district
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1342292_2
|
SELECT COUNT(district) FROM table_1342292_2 WHERE candidates = "William B. Bankhead (D) 71.3% E. M. Reed (R) 28.7%"
|
what's the race name with date being september 7
|
columns:
- name: race_name
type: VARCHAR
- name: date
type: VARCHAR
table: table_14638077_2
|
SELECT race_name FROM table_14638077_2 WHERE date = "September 7"
|
Name the district with philip philbin
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341865_23
|
SELECT district FROM table_1341865_23 WHERE incumbent = "Philip Philbin"
|
what's the country with highest monthly inflation rate being 3.13 × 10 8 %
|
columns:
- name: country
type: VARCHAR
- name: highest_monthly_inflation_rate
type: VARCHAR
table: table_13681_2
|
SELECT country FROM table_13681_2 WHERE highest_monthly_inflation_rate = "3.13 × 10 8 %"
|
What candidate is in Louisiana 6?
|
columns:
- name: candidates
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342331_18
|
SELECT candidates FROM table_1342331_18 WHERE district = "Louisiana 6"
|
How many points did Albert Herrnstein make?
|
columns:
- name: points
type: VARCHAR
- name: player
type: VARCHAR
table: table_14342367_7
|
SELECT points FROM table_14342367_7 WHERE player = "Albert Herrnstein"
|
what's the result with incumbent being jack z. anderson
|
columns:
- name: result
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342233_6
|
SELECT result FROM table_1342233_6 WHERE incumbent = "Jack Z. Anderson"
|
Who was the candidate in the election in the Louisiana 2 district?
|
columns:
- name: candidates
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342149_18
|
SELECT candidates FROM table_1342149_18 WHERE district = "Louisiana 2"
|
Name the mixed doubles for zhu lin
|
columns:
- name: mixed_doubles
type: VARCHAR
- name: womens_singles
type: VARCHAR
table: table_14496232_2
|
SELECT mixed_doubles FROM table_14496232_2 WHERE womens_singles = "Zhu Lin"
|
In what district is the incumbent John Bell Williams?
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341930_24
|
SELECT district FROM table_1341930_24 WHERE incumbent = "John Bell Williams"
|
List all those first elected in the California 22 voting district.
|
columns:
- name: first_elected
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342149_6
|
SELECT first_elected FROM table_1342149_6 WHERE district = "California 22"
|
which years had other a of 8 (1)?
|
columns:
- name: years
type: VARCHAR
- name: other_a
type: VARCHAR
table: table_14962287_1
|
SELECT years FROM table_14962287_1 WHERE other_a = "8 (1)"
|
How many candidates were there when Henry Garland Dupré was the incumbent?
|
columns:
- name: candidates
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342451_16
|
SELECT COUNT(candidates) FROM table_1342451_16 WHERE incumbent = "Henry Garland Dupré"
|
Name the southern lakota for wakȟáŋyeža
|
columns:
- name: southern_lakota
type: VARCHAR
- name: yankton_yanktonai
type: VARCHAR
table: table_1499791_2
|
SELECT southern_lakota FROM table_1499791_2 WHERE yankton_yanktonai = "wakȟáŋyeža"
|
Who had the high point total when the team was 24-17?
|
columns:
- name: high_points
type: VARCHAR
- name: record
type: VARCHAR
table: table_13762472_5
|
SELECT high_points FROM table_13762472_5 WHERE record = "24-17"
|
How many parties does incumbent carl vinson represent?
|
columns:
- name: party
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342249_11
|
SELECT COUNT(party) FROM table_1342249_11 WHERE incumbent = "Carl Vinson"
|
what's the height (ft) with name being leadenhall building
|
columns:
- name: height__ft_
type: VARCHAR
- name: name
type: VARCHAR
table: table_13463790_2
|
SELECT height__ft_ FROM table_13463790_2 WHERE name = "Leadenhall Building"
|
Name the population 2000 census for 77 area
|
columns:
- name: population_2000_census
type: VARCHAR
- name: "area__km\xB2_"
type: VARCHAR
table: table_14986292_1
|
SELECT population_2000_census FROM table_14986292_1 WHERE area__km²_ = "77"
|
Who was the away team when Carlton was the home team?
|
columns:
- name: away_team
type: VARCHAR
- name: home_team
type: VARCHAR
table: table_14312471_1
|
SELECT away_team FROM table_14312471_1 WHERE home_team = "Carlton"
|
What position did Joe Maddock play?
|
columns:
- name: position
type: VARCHAR
- name: player
type: VARCHAR
table: table_14342367_11
|
SELECT position FROM table_14342367_11 WHERE player = "Joe Maddock"
|
how many first elected with incumbent being william c. lantaff
|
columns:
- name: first_elected
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342013_9
|
SELECT COUNT(first_elected) FROM table_1342013_9 WHERE incumbent = "William C. Lantaff"
|
What team raced with a Foyt engine in the Texas Grand Prix?
|
columns:
- name: team
type: VARCHAR
- name: race_name
type: VARCHAR
- name: engine
type: VARCHAR
table: table_1405704_1
|
SELECT team FROM table_1405704_1 WHERE race_name = "Texas Grand Prix" AND engine = "Foyt"
|
What was the depravitiy of earnings where international sales was 2470?
|
columns:
- name: income_poverty_f
type: VARCHAR
- name: exports__usd_mn__2011
type: VARCHAR
table: table_13618358_1
|
SELECT income_poverty_f FROM table_13618358_1 WHERE exports__usd_mn__2011 = 2470
|
How many of the elected officials are on the Economic Matters committee?
|
columns:
- name: first_elected
type: VARCHAR
- name: committee
type: VARCHAR
table: table_14009909_1
|
SELECT COUNT(first_elected) FROM table_14009909_1 WHERE committee = "Economic Matters"
|
What position did Tara Palmer-Tomkinson finish?
|
columns:
- name: finished
type: VARCHAR
- name: celebrity
type: VARCHAR
table: table_14345690_2
|
SELECT finished FROM table_14345690_2 WHERE celebrity = "Tara Palmer-Tomkinson"
|
How many episodes have a series number of 35?
|
columns:
- name: episode_title
type: VARCHAR
- name: series_number
type: VARCHAR
table: table_13505192_3
|
SELECT COUNT(episode_title) FROM table_13505192_3 WHERE series_number = 35
|
How many entries are there for weight when the winner is 1st - defier and venue is randwick?
|
columns:
- name: weight__kg_
type: VARCHAR
- name: winner_2nd
type: VARCHAR
- name: venue
type: VARCHAR
table: table_1360997_3
|
SELECT COUNT(weight__kg_) FROM table_1360997_3 WHERE winner_2nd = "1st - Defier" AND venue = "Randwick"
|
what's the college/junior/club team with nhl team being california golden seals
|
columns:
- name: college_junior_club_team
type: VARCHAR
- name: nhl_team
type: VARCHAR
table: table_1473672_9
|
SELECT college_junior_club_team FROM table_1473672_9 WHERE nhl_team = "California Golden Seals"
|
What is the most recent final result for the years (won in bold) 1979?
|
columns:
- name: most_recent_final
type: VARCHAR
- name: years__won_in_bold_
type: VARCHAR
table: table_1463332_2
|
SELECT most_recent_final FROM table_1463332_2 WHERE years__won_in_bold_ = "1979"
|
what's the result with first elected being 1922
|
columns:
- name: result
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1342359_15
|
SELECT result FROM table_1342359_15 WHERE first_elected = 1922
|
what's the title with original air date being september23,1995
|
columns:
- name: title
type: VARCHAR
- name: original_air_date
type: VARCHAR
table: table_14637853_3
|
SELECT title FROM table_14637853_3 WHERE original_air_date = "September23,1995"
|
what is the result for October 14, 1956?
|
columns:
- name: result
type: VARCHAR
- name: date
type: VARCHAR
table: table_14984039_1
|
SELECT result FROM table_14984039_1 WHERE date = "October 14, 1956"
|
In what year did Italy begin playing?
|
columns:
- name: first_played
type: INTEGER
- name: team
type: VARCHAR
table: table_14288212_1
|
SELECT MIN(first_played) FROM table_14288212_1 WHERE team = "Italy"
|
What market is Wessington Springs in
|
columns:
- name: target_city__market
type: VARCHAR
- name: city_of_license
type: VARCHAR
table: table_134729_3
|
SELECT target_city__market FROM table_134729_3 WHERE city_of_license = "Wessington Springs"
|
What was the final score of the game on October 4, 1970?
|
columns:
- name: result
type: VARCHAR
- name: date
type: VARCHAR
table: table_14966537_1
|
SELECT result FROM table_14966537_1 WHERE date = "October 4, 1970"
|
who is the the candidates with district being mississippi 4
|
columns:
- name: candidates
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342379_23
|
SELECT candidates FROM table_1342379_23 WHERE district = "Mississippi 4"
|
Who were the candidates in the election where the incumbent is George M. Grant?
|
columns:
- name: candidates
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341973_3
|
SELECT candidates FROM table_1341973_3 WHERE incumbent = "George M. Grant"
|
What country is the show aired on TVNZ?
|
columns:
- name: country
type: VARCHAR
- name: channel
type: VARCHAR
table: table_14523485_9
|
SELECT country FROM table_14523485_9 WHERE channel = "TVNZ"
|
Who made the report when the home team is north Melbourne?
|
columns:
- name: report
type: VARCHAR
- name: home_team
type: VARCHAR
table: table_14312471_7
|
SELECT report FROM table_14312471_7 WHERE home_team = "North Melbourne"
|
HOW MANY YEARS DID MENS DOUBLES PLAYER HEIKI SORGE MEELIS MAISTE PLAY?
|
columns:
- name: year
type: VARCHAR
- name: mens_doubles
type: VARCHAR
table: table_14903627_1
|
SELECT COUNT(year) FROM table_14903627_1 WHERE mens_doubles = "Heiki Sorge Meelis Maiste"
|
What candidates ran in the election when the incumbent was william j. driver?
|
columns:
- name: candidates
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342292_4
|
SELECT candidates FROM table_1342292_4 WHERE incumbent = "William J. Driver"
|
When the change (2011 to 2012) is +13.4% what is the country?
|
columns:
- name: country
type: VARCHAR
- name: change__2011_to_2012_
type: VARCHAR
table: table_14752049_6
|
SELECT country FROM table_14752049_6 WHERE change__2011_to_2012_ = "+13.4%"
|
list the number of matches played by the teams that got an average of 1.079
|
columns:
- name: average
type: VARCHAR
table: table_14489821_1
|
SELECT 1986 AS _87 FROM table_14489821_1 WHERE average = "1.079"
|
How many power stations are connected to grid at Heysham 2
|
columns:
- name: connected_to_grid
type: VARCHAR
- name: agr_power_station
type: VARCHAR
table: table_143352_1
|
SELECT COUNT(connected_to_grid) FROM table_143352_1 WHERE agr_power_station = "Heysham 2"
|
Name the week for kingdome
|
columns:
- name: week
type: VARCHAR
- name: location
type: VARCHAR
table: table_14520977_1
|
SELECT week FROM table_14520977_1 WHERE location = "Kingdome"
|
what's the result with dbeingtrict being california 10
|
columns:
- name: result
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342256_6
|
SELECT result FROM table_1342256_6 WHERE district = "California 10"
|
Who won mens singles the year sveinn logi sölvason tryggvi nilsen won mens doubles and elsa nielsen won womens singles
|
columns:
- name: mens_singles
type: VARCHAR
- name: mens_doubles
type: VARCHAR
- name: womens_singles
type: VARCHAR
table: table_14903999_1
|
SELECT mens_singles FROM table_14903999_1 WHERE mens_doubles = "Sveinn Logi Sölvason Tryggvi Nilsen" AND womens_singles = "Elsa Nielsen"
|
how many extra points were there when the score was 48
|
columns:
- name: try_bonus
type: VARCHAR
- name: points
type: VARCHAR
table: table_14070062_4
|
SELECT try_bonus FROM table_14070062_4 WHERE points = "48"
|
which is the former pageant in the country where the new pageant is miss bahamas?
|
columns:
- name: former_pageant
type: VARCHAR
- name: new_pageant
type: VARCHAR
table: table_14308895_2
|
SELECT former_pageant FROM table_14308895_2 WHERE new_pageant = "Miss Bahamas"
|
what are the tries where the game was lost by 4?
|
columns:
- name: tries_against
type: VARCHAR
- name: lost
type: VARCHAR
table: table_13564637_3
|
SELECT tries_against FROM table_13564637_3 WHERE lost = "4"
|
What was the result when incumbent John R. Tyson was elected?
|
columns:
- name: result
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342426_3
|
SELECT result FROM table_1342426_3 WHERE incumbent = "John R. Tyson"
|
what's the chroma format with scalable modes being snr- or spatial-scalable and intra dc precbeingion being 8, 9, 10
|
columns:
- name: chroma_format
type: VARCHAR
- name: scalable_modes
type: VARCHAR
- name: intra_dc_precision
type: VARCHAR
table: table_1376890_2
|
SELECT chroma_format FROM table_1376890_2 WHERE scalable_modes = "SNR- or spatial-scalable" AND intra_dc_precision = "8, 9, 10"
|
what is the party for district ohio 11?
|
columns:
- name: party
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341598_36
|
SELECT party FROM table_1341598_36 WHERE district = "Ohio 11"
|
What is the largest numbered?
|
columns:
- name: division
type: INTEGER
table: table_14723382_1
|
SELECT MAX(division) FROM table_14723382_1
|
What was the result of the election in the Florida 18 district?
|
columns:
- name: result
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341598_10
|
SELECT result FROM table_1341598_10 WHERE district = "Florida 18"
|
How many Class AAAA winners where in 2002-03?
|
columns:
- name: class_aAAA
type: VARCHAR
- name: school_year
type: VARCHAR
table: table_14603057_2
|
SELECT COUNT(class_aAAA) FROM table_14603057_2 WHERE school_year = "2002-03"
|
What party is incumbent virgil chapman from?
|
columns:
- name: party
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342233_17
|
SELECT party FROM table_1342233_17 WHERE incumbent = "Virgil Chapman"
|
How many outcomes were there in the elections in California 38?
|
columns:
- name: result
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341663_6
|
SELECT COUNT(result) FROM table_1341663_6 WHERE district = "California 38"
|
What season was the overall record 24-10?
|
columns:
- name: season
type: VARCHAR
- name: overall
type: VARCHAR
table: table_14609295_4
|
SELECT season FROM table_14609295_4 WHERE overall = "24-10"
|
What other cadidate ran against Dave Treen?
|
columns:
- name: candidates
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341663_19
|
SELECT candidates FROM table_1341663_19 WHERE incumbent = "Dave Treen"
|
What is the lowest production number?
|
columns:
- name: production_no
type: INTEGER
table: table_1439096_1
|
SELECT MIN(production_no) FROM table_1439096_1
|
Name the points classification for mark renshaw and team csc
|
columns:
- name: points_classification
type: VARCHAR
- name: general_classification
type: VARCHAR
- name: team_classification
type: VARCHAR
table: table_14856023_18
|
SELECT points_classification FROM table_14856023_18 WHERE general_classification = "Mark Renshaw" AND team_classification = "Team CSC"
|
what is the maximum aircraft movements with international passengers being 21002260
|
columns:
- name: aircraft_movements
type: INTEGER
- name: international_passengers
type: VARCHAR
table: table_13836704_9
|
SELECT MAX(aircraft_movements) FROM table_13836704_9 WHERE international_passengers = 21002260
|
When altos hornos zapla is the home (1st leg) what is overall amount of 1st leg?
|
columns:
- name: home__1st_leg_
type: VARCHAR
table: table_14219514_2
|
SELECT COUNT(1 AS st_leg) FROM table_14219514_2 WHERE home__1st_leg_ = "Altos Hornos Zapla"
|
What was the date when the attendance was 63995
|
columns:
- name: date
type: VARCHAR
- name: attendance
type: VARCHAR
table: table_14875671_1
|
SELECT date FROM table_14875671_1 WHERE attendance = 63995
|
What is the losing bonus when the points are 24?
|
columns:
- name: losing_bonus
type: VARCHAR
- name: points
type: VARCHAR
table: table_14058433_3
|
SELECT losing_bonus FROM table_14058433_3 WHERE points = "24"
|
How many tries for when the points against was 547?
|
columns:
- name: tries_for
type: VARCHAR
- name: points_against
type: VARCHAR
table: table_13564637_4
|
SELECT tries_for FROM table_13564637_4 WHERE points_against = "547"
|
what section did frank park run in
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342393_10
|
SELECT district FROM table_1342393_10 WHERE incumbent = "Frank Park"
|
What was the altitude of the yield of 1.4 megatons?
|
columns:
- name: altitude__km_
type: VARCHAR
- name: yield__approximate_
type: VARCHAR
table: table_148578_1
|
SELECT altitude__km_ FROM table_148578_1 WHERE yield__approximate_ = "1.4 megatons"
|
What district did James O'Connor belong to?
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342451_16
|
SELECT district FROM table_1342451_16 WHERE incumbent = "James O'Connor"
|
Name the won for try bonus of 10
|
columns:
- name: won
type: VARCHAR
- name: try_bonus
type: VARCHAR
table: table_13741576_4
|
SELECT won FROM table_13741576_4 WHERE try_bonus = "10"
|
what is the arrival time where station code is pnvl?
|
columns:
- name: arrival
type: VARCHAR
- name: station_code
type: VARCHAR
table: table_14688744_2
|
SELECT arrival FROM table_14688744_2 WHERE station_code = "PNVL"
|
Which Country is the show aired on Fox?
|
columns:
- name: country
type: VARCHAR
- name: channel
type: VARCHAR
table: table_14523485_9
|
SELECT country FROM table_14523485_9 WHERE channel = "Fox"
|
What was the result in the election where Hale Boggs was the incumbent?
|
columns:
- name: result
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342149_18
|
SELECT result FROM table_1342149_18 WHERE incumbent = "Hale Boggs"
|
What is the Telugu word for хонгорцог in Mongolian?
|
columns:
- name: "telugu_\u0C24\u0C46\u0C32\u0C41\u0C17\u0C41"
type: VARCHAR
- name: mongolian
type: VARCHAR
table: table_1408397_3
|
SELECT telugu_తెలుగు FROM table_1408397_3 WHERE mongolian = "Хонгорцог"
|
what's the bleeding time with platelet count being decreased and prothrombin time being prolonged
|
columns:
- name: bleeding_time
type: VARCHAR
- name: platelet_count
type: VARCHAR
- name: prothrombin_time
type: VARCHAR
table: table_14006_1
|
SELECT bleeding_time FROM table_14006_1 WHERE platelet_count = "Decreased" AND prothrombin_time = "Prolonged"
|
how many party with candidates being john m. vorys (r) 61.5% jacob f. myers (d) 38.5%
|
columns:
- name: party
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1342013_34
|
SELECT COUNT(party) FROM table_1342013_34 WHERE candidates = "John M. Vorys (R) 61.5% Jacob F. Myers (D) 38.5%"
|
What candidate was re-elected in the Louisiana 5 district?
|
columns:
- name: candidates
type: VARCHAR
- name: result
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342149_18
|
SELECT candidates FROM table_1342149_18 WHERE result = "Re-elected" AND district = "Louisiana 5"
|
Name the mens singles for jeliazko valkov dobrinka peneva
|
columns:
- name: mens_singles
type: VARCHAR
- name: mixed_doubles
type: VARCHAR
table: table_14903491_1
|
SELECT mens_singles FROM table_14903491_1 WHERE mixed_doubles = "Jeliazko Valkov Dobrinka Peneva"
|
how many hometowns use the position of fs?
|
columns:
- name: hometown
type: VARCHAR
- name: position
type: VARCHAR
table: table_14966667_19
|
SELECT COUNT(hometown) FROM table_14966667_19 WHERE position = "FS"
|
How many years has she ranked 56 on the money list?
|
columns:
- name: year
type: VARCHAR
- name: money_list_rank
type: VARCHAR
table: table_14853156_2
|
SELECT COUNT(year) FROM table_14853156_2 WHERE money_list_rank = "56"
|
What district featured an election between james a. byrne (d) 59.3% joseph r. burns (r) 40.7%?
|
columns:
- name: district
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1341884_40
|
SELECT district FROM table_1341884_40 WHERE candidates = "James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%"
|
What party does the incumbent from the Ohio 20 district belong to?
|
columns:
- name: party
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342218_35
|
SELECT party FROM table_1342218_35 WHERE district = "Ohio 20"
|
Name the mixed doubles when tour is hong kong super series
|
columns:
- name: mixed_doubles
type: VARCHAR
- name: tour
type: VARCHAR
table: table_14496232_2
|
SELECT mixed_doubles FROM table_14496232_2 WHERE tour = "Hong Kong Super Series"
|
What track number is 4:29 in length?
|
columns:
- name: _number
type: VARCHAR
- name: length
type: VARCHAR
table: table_14778650_1
|
SELECT _number FROM table_14778650_1 WHERE length = "4:29"
|
what's the try bonus with club being abercwmboi rfc
|
columns:
- name: try_bonus
type: VARCHAR
- name: club
type: VARCHAR
table: table_13940275_5
|
SELECT try_bonus FROM table_13940275_5 WHERE club = "Abercwmboi RFC"
|
Name the candidates for texas 1
|
columns:
- name: candidates
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341690_43
|
SELECT candidates FROM table_1341690_43 WHERE district = "Texas 1"
|
On what date was the asset acquisition that was announced on February 22, 2007 completed?
|
columns:
- name: date_completed
type: VARCHAR
- name: date_announced
type: VARCHAR
table: table_1373542_1
|
SELECT date_completed FROM table_1373542_1 WHERE date_announced = "February 22, 2007"
|
what amount of stations have station code is awy?
|
columns:
- name: station
type: VARCHAR
- name: station_code
type: VARCHAR
table: table_14688744_2
|
SELECT COUNT(station) FROM table_14688744_2 WHERE station_code = "AWY"
|
How many international tourist arrivals were in Senegal in 2011?
|
columns:
- name: international_tourist_arrivals__2011_
type: VARCHAR
- name: country
type: VARCHAR
table: table_14752049_2
|
SELECT international_tourist_arrivals__2011_ FROM table_14752049_2 WHERE country = "Senegal"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.