question
stringlengths 15
152
| context
stringlengths 58
202
| answer
stringlengths 37
161
|
|---|---|---|
how many total population with catholic being smaller than 31370649.1405057 and region being north africa
|
columns:
- name: total_population
type: VARCHAR
- name: catholic
type: VARCHAR
- name: region
type: VARCHAR
table: table_1364343_2
|
SELECT COUNT(total_population) FROM table_1364343_2 WHERE catholic < 31370649.1405057 AND region = "North Africa"
|
Name the number of date for shea stadium
|
columns:
- name: date
type: VARCHAR
- name: game_site
type: VARCHAR
table: table_14418812_1
|
SELECT COUNT(date) FROM table_14418812_1 WHERE game_site = "Shea Stadium"
|
Who is the general classification leader for stage 3?
|
columns:
- name: general_classification
type: VARCHAR
- name: stage
type: VARCHAR
table: table_14710984_2
|
SELECT general_classification FROM table_14710984_2 WHERE stage = 3
|
what's the result with incumbent being william h. ayres
|
columns:
- name: result
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342013_34
|
SELECT result FROM table_1342013_34 WHERE incumbent = "William H. Ayres"
|
Where does team #55/#83 robby gordon motorsports rank in the top 10?
|
columns:
- name: top_10
type: INTEGER
- name: team_s_
type: VARCHAR
table: table_1507423_5
|
SELECT MAX(top_10) FROM table_1507423_5 WHERE team_s_ = "#55/#83 Robby Gordon Motorsports"
|
Who was the first elected incumbent in the 1946 election?
|
columns:
- name: incumbent
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1342149_6
|
SELECT incumbent FROM table_1342149_6 WHERE first_elected = "1946"
|
What city has channel tv (dt) 25 (31)?
|
columns:
- name: city_of_license__market
type: VARCHAR
- name: channel_tv___dt__
type: VARCHAR
table: table_1353096_1
|
SELECT city_of_license__market FROM table_1353096_1 WHERE channel_tv___dt__ = "25 (31)"
|
What is the first elected for south carolina 4?
|
columns:
- name: first_elected
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342256_40
|
SELECT first_elected FROM table_1342256_40 WHERE district = "South Carolina 4"
|
Which general election had a vote swing of 1.84?
|
columns:
- name: general_election
type: VARCHAR
- name: votes_swing
type: VARCHAR
table: table_149330_1
|
SELECT general_election FROM table_149330_1 WHERE votes_swing = "1.84"
|
How many of the episodes have Roger Goldby as the director?
|
columns:
- name: total_number
type: VARCHAR
- name: director
type: VARCHAR
table: table_14330096_4
|
SELECT total_number FROM table_14330096_4 WHERE director = "Roger Goldby"
|
What are all percentages of Left Block when there is a 28.7% Social Democratic?
|
columns:
- name: left_bloc
type: VARCHAR
- name: social_democratic
type: VARCHAR
table: table_1463383_1
|
SELECT left_bloc FROM table_1463383_1 WHERE social_democratic = "28.7%"
|
what is the total amount of tries where the points were 325?
|
columns:
- name: tries_against
type: VARCHAR
- name: points_for
type: VARCHAR
table: table_13564637_3
|
SELECT COUNT(tries_against) FROM table_13564637_3 WHERE points_for = "325"
|
What round was the gto winning team #48 greenwood racing?
|
columns:
- name: rnd
type: VARCHAR
- name: gto_winning_team
type: VARCHAR
table: table_13657883_2
|
SELECT rnd FROM table_13657883_2 WHERE gto_winning_team = "#48 Greenwood Racing"
|
Which candidates ran in the Alabama 6 district?
|
columns:
- name: candidates
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341973_3
|
SELECT candidates FROM table_1341973_3 WHERE district = "Alabama 6"
|
What were Cruzeiro results in the Copa Mercosur in 1998
|
columns:
- name: copa_mercosur_1998
type: VARCHAR
- name: team
type: VARCHAR
table: table_14962316_9
|
SELECT copa_mercosur_1998 FROM table_14962316_9 WHERE team = "Cruzeiro"
|
what's the result with district being louisiana 2
|
columns:
- name: result
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341586_19
|
SELECT result FROM table_1341586_19 WHERE district = "Louisiana 2"
|
What is the human development index for the year 2000 where the ingei code is 10?
|
columns:
- name: human_development_index__2000_
type: VARCHAR
- name: inegi_code
type: VARCHAR
table: table_1480455_1
|
SELECT human_development_index__2000_ FROM table_1480455_1 WHERE inegi_code = 10
|
Name the least 2 credits for straight hand
|
columns:
- name: hand
type: VARCHAR
table: table_148535_2
|
SELECT MIN(2 AS _credits) FROM table_148535_2 WHERE hand = "Straight"
|
what is the number of teams where conmebol 1996 did not qualify?
|
columns:
- name: team
type: VARCHAR
- name: conmebol_1996
type: VARCHAR
table: table_14310205_1
|
SELECT COUNT(team) FROM table_14310205_1 WHERE conmebol_1996 = "did not qualify"
|
How many picks played Tight end?
|
columns:
- name: pick__number
type: VARCHAR
- name: position
type: VARCHAR
table: table_14650162_1
|
SELECT COUNT(pick__number) FROM table_14650162_1 WHERE position = "Tight End"
|
how many mens singles with mens doubles being pontus jantti lasse lindelöf
|
columns:
- name: mens_singles
type: VARCHAR
- name: mens_doubles
type: VARCHAR
table: table_13857700_1
|
SELECT COUNT(mens_singles) FROM table_13857700_1 WHERE mens_doubles = "Pontus Jantti Lasse Lindelöf"
|
what's the lost with club being colwyn bay rfc
|
columns:
- name: lost
type: VARCHAR
- name: club
type: VARCHAR
table: table_14058433_5
|
SELECT lost FROM table_14058433_5 WHERE club = "Colwyn Bay RFC"
|
Which political party is involved where John J. Delaney is the sitting Representative?
|
columns:
- name: party
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342256_32
|
SELECT party FROM table_1342256_32 WHERE incumbent = "John J. Delaney"
|
Who was the wenning witcher when ezequiel astacio was the losing pitcher?
|
columns:
- name: winning_pitcher
type: VARCHAR
- name: losing_pitcher
type: VARCHAR
table: table_13710464_1
|
SELECT winning_pitcher FROM table_13710464_1 WHERE losing_pitcher = "Ezequiel Astacio"
|
Who was the head coach in season 2?
|
columns:
- name: head_coach
type: VARCHAR
- name: previous_season
type: VARCHAR
table: table_14015965_1
|
SELECT head_coach FROM table_14015965_1 WHERE previous_season = "2"
|
How many parties won the election in the Louisiana 5 district?
|
columns:
- name: party
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341865_20
|
SELECT COUNT(party) FROM table_1341865_20 WHERE district = "Louisiana 5"
|
Which team did they play at Rich Stadium?
|
columns:
- name: opponent
type: VARCHAR
- name: game_site
type: VARCHAR
table: table_14423274_3
|
SELECT opponent FROM table_14423274_3 WHERE game_site = "Rich Stadium"
|
What is the percentage of all the literate people where females are 73.17?
|
columns:
- name: literate_persons___percentage_
type: VARCHAR
- name: females___percentage_
type: VARCHAR
table: table_14598_9
|
SELECT literate_persons___percentage_ FROM table_14598_9 WHERE females___percentage_ = "73.17"
|
When the 1 is the rank what is the overall amount of international tourist arrivals in 2012?
|
columns:
- name: international_tourist_arrivals__2012_
type: VARCHAR
- name: rank
type: VARCHAR
table: table_14752049_6
|
SELECT COUNT(international_tourist_arrivals__2012_) FROM table_14752049_6 WHERE rank = 1
|
what's the game with record being 29–3
|
columns:
- name: game
type: VARCHAR
- name: record
type: VARCHAR
table: table_13480122_5
|
SELECT game FROM table_13480122_5 WHERE record = "29–3"
|
Name the try bonus for kenfig hill rfc
|
columns:
- name: try_bonus
type: VARCHAR
- name: club
type: VARCHAR
table: table_13564702_3
|
SELECT try_bonus FROM table_13564702_3 WHERE club = "Kenfig Hill RFC"
|
What percentages of social democratic correspond to a 5.5% left bloc?
|
columns:
- name: social_democratic
type: VARCHAR
- name: left_bloc
type: VARCHAR
table: table_1463383_1
|
SELECT social_democratic FROM table_1463383_1 WHERE left_bloc = "5.5%"
|
what's the software executable space protection with dbeingtribution being gentoo
|
columns:
- name: software_executable_space_protection
type: VARCHAR
- name: distribution
type: VARCHAR
table: table_1357052_6
|
SELECT software_executable_space_protection FROM table_1357052_6 WHERE distribution = "Gentoo"
|
Who was the democratic incumbent in the Illinois 11 district who was re-elected?
|
columns:
- name: incumbent
type: VARCHAR
- name: district
type: VARCHAR
- name: party
type: VARCHAR
- name: result
type: VARCHAR
table: table_1341707_15
|
SELECT incumbent FROM table_1341707_15 WHERE party = "Democratic" AND result = "Re-elected" AND district = "Illinois 11"
|
how many incumbent with first elected being 1932
|
columns:
- name: incumbent
type: VARCHAR
- name: first_elected
type: VARCHAR
table: table_1342331_5
|
SELECT COUNT(incumbent) FROM table_1342331_5 WHERE first_elected = 1932
|
WHAT IS THE NAME OF THE MENS DOUBLES PLAYER WHEN THE WOMENS DOUBLES PLAYER IS HELEN REINO KAI-RIIN SALUSTE?
|
columns:
- name: mens_doubles
type: VARCHAR
- name: womens_doubles
type: VARCHAR
table: table_14903627_1
|
SELECT mens_doubles FROM table_14903627_1 WHERE womens_doubles = "Helen Reino Kai-Riin Saluste"
|
What position did Nell McAndrew finish?
|
columns:
- name: finished
type: VARCHAR
- name: celebrity
type: VARCHAR
table: table_14345690_2
|
SELECT finished FROM table_14345690_2 WHERE celebrity = "Nell McAndrew"
|
How many 5 points field goals is minimum
|
columns:
- name: field_goals__5_points_
type: INTEGER
table: table_14342367_15
|
SELECT MIN(field_goals__5_points_) FROM table_14342367_15
|
What are all the AAA classes in the school years of 2005-06?
|
columns:
- name: class_aAA
type: VARCHAR
- name: school_year
type: VARCHAR
table: table_14603212_5
|
SELECT class_aAA FROM table_14603212_5 WHERE school_year = "2005-06"
|
Where is Interlake located?
|
columns:
- name: location
type: VARCHAR
- name: institution
type: VARCHAR
table: table_13759592_2
|
SELECT location FROM table_13759592_2 WHERE institution = "Interlake"
|
What was the attendance at the game played on December 10, 1972?
|
columns:
- name: attendance
type: VARCHAR
- name: date
type: VARCHAR
table: table_14959246_2
|
SELECT attendance FROM table_14959246_2 WHERE date = "December 10, 1972"
|
Who was the opponent in week 4?
|
columns:
- name: opponent
type: VARCHAR
- name: week
type: VARCHAR
table: table_14875671_1
|
SELECT opponent FROM table_14875671_1 WHERE week = 4
|
Name the character for sophie arthuys
|
columns:
- name: character
type: VARCHAR
- name: french_voice_actor
type: VARCHAR
table: table_14960574_6
|
SELECT character FROM table_14960574_6 WHERE french_voice_actor = "Sophie Arthuys"
|
Name the number of weeks for 50073 attendance
|
columns:
- name: week
type: VARCHAR
- name: attendance
type: VARCHAR
table: table_14984050_1
|
SELECT COUNT(week) FROM table_14984050_1 WHERE attendance = 50073
|
What is the gender of the junior high school is 24mm?
|
columns:
- name: gender
type: VARCHAR
- name: junior_high_school__12_15_yrs_
type: VARCHAR
table: table_13555999_1
|
SELECT gender FROM table_13555999_1 WHERE junior_high_school__12_15_yrs_ = "24mm"
|
What is the original air date of the episode directed by Paul Marcus?
|
columns:
- name: original_air_date
type: VARCHAR
- name: director
type: VARCHAR
table: table_15026994_3
|
SELECT original_air_date FROM table_15026994_3 WHERE director = "Paul Marcus"
|
Name the candidates where incumbent Carl Vinson is?
|
columns:
- name: candidates
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341884_12
|
SELECT candidates FROM table_1341884_12 WHERE incumbent = "Carl Vinson"
|
Who had the high point total when dee brown (5) had the high assist total?
|
columns:
- name: high_points
type: VARCHAR
- name: high_assists
type: VARCHAR
table: table_13619105_4
|
SELECT high_points FROM table_13619105_4 WHERE high_assists = "Dee Brown (5)"
|
What is the original title of season number 3?
|
columns:
- name: title__original_
type: VARCHAR
- name: number_of_season
type: VARCHAR
table: table_1481865_1
|
SELECT title__original_ FROM table_1481865_1 WHERE number_of_season = 3
|
What is the group name when 3yo hcp restricted maiden was raced?
|
columns:
- name: group
type: VARCHAR
- name: race
type: VARCHAR
table: table_14981555_1
|
SELECT group FROM table_14981555_1 WHERE race = "3yo Hcp Restricted Maiden"
|
What network is virtual channel 9.1 linked to?
|
columns:
- name: network
type: VARCHAR
- name: virtual_channel
type: VARCHAR
table: table_1404984_1
|
SELECT network FROM table_1404984_1 WHERE virtual_channel = "9.1"
|
How many parties are there in races involving Dawson Mathis?
|
columns:
- name: party
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341663_11
|
SELECT COUNT(party) FROM table_1341663_11 WHERE incumbent = "Dawson Mathis"
|
Name the district for william j. driver
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342426_5
|
SELECT district FROM table_1342426_5 WHERE incumbent = "William J. Driver"
|
What is the largest number of students?
|
columns:
- name: total_number_of_students
type: INTEGER
table: table_142950_1
|
SELECT MAX(total_number_of_students) FROM table_142950_1
|
What party did incumbent Wright Patman belong to?
|
columns:
- name: party
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342149_43
|
SELECT party FROM table_1342149_43 WHERE incumbent = "Wright Patman"
|
what happened during the election for Richard M. Kleberg?
|
columns:
- name: result
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342331_43
|
SELECT result FROM table_1342331_43 WHERE incumbent = "Richard M. Kleberg"
|
Name the year for womens doubles being raina tzvetkova emilia dimitrova
|
columns:
- name: year
type: VARCHAR
- name: womens_doubles
type: VARCHAR
table: table_14903491_1
|
SELECT year FROM table_14903491_1 WHERE womens_doubles = "Raina Tzvetkova Emilia Dimitrova"
|
What year were the latest elections?
|
columns:
- name: first_elected
type: INTEGER
table: table_1341930_10
|
SELECT MAX(first_elected) FROM table_1341930_10
|
who is the the writer(s) with original airdate being february 7, 2001
|
columns:
- name: writer_s_
type: VARCHAR
- name: original_airdate
type: VARCHAR
table: table_13956521_2
|
SELECT writer_s_ FROM table_13956521_2 WHERE original_airdate = "February 7, 2001"
|
Name the club when tries for is 83
|
columns:
- name: club
type: VARCHAR
- name: tries_for
type: VARCHAR
table: table_13564702_3
|
SELECT club FROM table_13564702_3 WHERE tries_for = "83"
|
How many total games drawn for club tylorstown rfc?
|
columns:
- name: drawn
type: VARCHAR
- name: club
type: VARCHAR
table: table_13564637_4
|
SELECT drawn FROM table_13564637_4 WHERE club = "Tylorstown RFC"
|
Who was the incumbent in the election of henry garland dupré (d) unopposed?
|
columns:
- name: incumbent
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1342426_18
|
SELECT incumbent FROM table_1342426_18 WHERE candidates = "Henry Garland Dupré (D) Unopposed"
|
What is the total number of attendees where the home team was Port Adelaide?
|
columns:
- name: crowd
type: VARCHAR
- name: home_team
type: VARCHAR
table: table_14425454_1
|
SELECT COUNT(crowd) FROM table_14425454_1 WHERE home_team = "Port Adelaide"
|
What candidates were in the election when a republican was re-elected?
|
columns:
- name: candidates
type: VARCHAR
- name: result
type: VARCHAR
- name: party
type: VARCHAR
table: table_1341884_19
|
SELECT candidates FROM table_1341884_19 WHERE result = "Re-elected" AND party = "Republican"
|
how many opponent with date being october 25, 1964
|
columns:
- name: opponent
type: VARCHAR
- name: date
type: VARCHAR
table: table_14984126_1
|
SELECT COUNT(opponent) FROM table_14984126_1 WHERE date = "October 25, 1964"
|
how many equivalent daily inflation rate with currency name being republika srpska dinar
|
columns:
- name: equivalent_daily_inflation_rate
type: VARCHAR
- name: currency_name
type: VARCHAR
table: table_13681_2
|
SELECT COUNT(equivalent_daily_inflation_rate) FROM table_13681_2 WHERE currency_name = "Republika Srpska dinar"
|
What NFL team does player keith woodside play for?
|
columns:
- name: nfl_team
type: VARCHAR
- name: player
type: VARCHAR
table: table_14650373_1
|
SELECT nfl_team FROM table_14650373_1 WHERE player = "Keith Woodside"
|
how many county with per capita income being $20,101
|
columns:
- name: county
type: VARCHAR
- name: per_capita_income
type: VARCHAR
table: table_1350350_2
|
SELECT COUNT(county) FROM table_1350350_2 WHERE per_capita_income = "$20,101"
|
Name the year model for 1.3
|
columns:
- name: year_model
type: VARCHAR
- name: model
type: VARCHAR
table: table_1444201_1
|
SELECT year_model FROM table_1444201_1 WHERE model = "1.3"
|
What is the number of candidates for pennsylvania 3
|
columns:
- name: candidates
type: VARCHAR
- name: district
type: VARCHAR
table: table_1342198_38
|
SELECT COUNT(candidates) FROM table_1342198_38 WHERE district = "Pennsylvania 3"
|
How many times was performer 3 Kate Robbins?
|
columns:
- name: date
type: VARCHAR
- name: performer_3
type: VARCHAR
table: table_14934885_1
|
SELECT COUNT(date) FROM table_14934885_1 WHERE performer_3 = "Kate Robbins"
|
Name the circuit for gt3 alex mortimer bradley ellis
|
columns:
- name: circuit
type: VARCHAR
- name: gt3_winner
type: VARCHAR
table: table_14574130_3
|
SELECT circuit FROM table_14574130_3 WHERE gt3_winner = "Alex Mortimer Bradley Ellis"
|
List all results where the voting district is Maryland 7.
|
columns:
- name: result
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341690_20
|
SELECT result FROM table_1341690_20 WHERE district = "Maryland 7"
|
when the nickname halley is used, what are the date completed
|
columns:
- name: date_completed
type: VARCHAR
- name: nickname
type: VARCHAR
table: table_15070195_1
|
SELECT date_completed FROM table_15070195_1 WHERE nickname = "Halley"
|
Name the most 3 credits
|
columns:
- name: Id
type: VARCHAR
table: table_148535_2
|
SELECT MIN(3 AS _credits) FROM table_148535_2
|
What's the note about the school established in the year of 1973?
|
columns:
- name: notes
type: VARCHAR
- name: established
type: VARCHAR
table: table_1414702_3
|
SELECT notes FROM table_1414702_3 WHERE established = 1973
|
how many primary payload(s) with shuttle being columbia and duration being 13 days, 19 hours, 30 minutes, 4 seconds
|
columns:
- name: primary_payload_s_
type: VARCHAR
- name: shuttle
type: VARCHAR
- name: duration
type: VARCHAR
table: table_14118521_1
|
SELECT COUNT(primary_payload_s_) FROM table_14118521_1 WHERE shuttle = "Columbia" AND duration = "13 days, 19 hours, 30 minutes, 4 seconds"
|
When was Dale Alford first elected in the Arkansas 5 district?
|
columns:
- name: first_elected
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341897_6
|
SELECT first_elected FROM table_1341897_6 WHERE district = "Arkansas 5"
|
what is the minimum stage where mountains classification is aitor osa and aitor gonzález won?
|
columns:
- name: stage
type: INTEGER
- name: mountains_classification
type: VARCHAR
- name: winner
type: VARCHAR
table: table_15088557_1
|
SELECT MIN(stage) FROM table_15088557_1 WHERE mountains_classification = "Aitor Osa" AND winner = "Aitor González"
|
In how many districts was the incumbent Estes Kefauver?
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342270_42
|
SELECT COUNT(district) FROM table_1342270_42 WHERE incumbent = "Estes Kefauver"
|
what's the country/region with presenters being heikki paasonen jukka rossi (xtra factor)
|
columns:
- name: country_region
type: VARCHAR
- name: presenters
type: VARCHAR
table: table_13779832_1
|
SELECT country_region FROM table_13779832_1 WHERE presenters = "Heikki Paasonen Jukka Rossi (Xtra Factor)"
|
How many incumbents are there in district Louisiana 5?
|
columns:
- name: incumbent
type: VARCHAR
- name: district
type: VARCHAR
table: table_1341690_18
|
SELECT COUNT(incumbent) FROM table_1341690_18 WHERE district = "Louisiana 5"
|
Which general election had a vote swing of 1.69?
|
columns:
- name: general_election
type: VARCHAR
- name: votes_swing
type: VARCHAR
table: table_149330_1
|
SELECT general_election FROM table_149330_1 WHERE votes_swing = "1.69"
|
What is the maximumum number of wins?
|
columns:
- name: wins
type: INTEGER
table: table_1507423_4
|
SELECT MIN(wins) FROM table_1507423_4
|
How many pairs of numbers are under record on April 12?
|
columns:
- name: record
type: VARCHAR
- name: date
type: VARCHAR
table: table_13557843_8
|
SELECT COUNT(record) FROM table_13557843_8 WHERE date = "April 12"
|
What is the minimum stage where Sergei Smetanine won?
|
columns:
- name: stage
type: INTEGER
- name: winner
type: VARCHAR
table: table_15088557_1
|
SELECT MIN(stage) FROM table_15088557_1 WHERE winner = "Sergei Smetanine"
|
How many 2nd legs are there where home (1st leg) is Independiente?
|
columns:
- name: home__1st_leg_
type: VARCHAR
table: table_14219514_1
|
SELECT 2 AS nd_leg FROM table_14219514_1 WHERE home__1st_leg_ = "Independiente"
|
what's the first elected with incumbent being joe starnes
|
columns:
- name: first_elected
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342270_3
|
SELECT first_elected FROM table_1342270_3 WHERE incumbent = "Joe Starnes"
|
Name the owners for prairie public
|
columns:
- name: owner
type: VARCHAR
- name: branding
type: VARCHAR
table: table_14623167_1
|
SELECT COUNT(owner) FROM table_14623167_1 WHERE branding = "Prairie Public"
|
Which station has a license in Fort Collins, Colorado?
|
columns:
- name: station
type: VARCHAR
- name: city_of_license_market
type: VARCHAR
table: table_1353096_2
|
SELECT station FROM table_1353096_2 WHERE city_of_license_market = "Fort Collins, Colorado"
|
what's the capacity with team being berwick rangers
|
columns:
- name: capacity
type: VARCHAR
- name: team
type: VARCHAR
table: table_14003108_1
|
SELECT capacity FROM table_14003108_1 WHERE team = "Berwick Rangers"
|
what is the affiliation of charles h. brand
|
columns:
- name: party
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342379_10
|
SELECT party FROM table_1342379_10 WHERE incumbent = "Charles H. Brand"
|
What was the Ram's conference record when they were the CBI champions?
|
columns:
- name: conference
type: VARCHAR
- name: postseason
type: VARCHAR
table: table_14609295_4
|
SELECT conference FROM table_14609295_4 WHERE postseason = "CBI Champions"
|
What is the first number in series that had the production code 1ACX03?
|
columns:
- name: no_in_series
type: INTEGER
- name: production_code
type: VARCHAR
table: table_14724369_1
|
SELECT MAX(no_in_series) FROM table_14724369_1 WHERE production_code = "1ACX03"
|
In which district is the incumbent Carl Vinson?
|
columns:
- name: district
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1341973_11
|
SELECT district FROM table_1341973_11 WHERE incumbent = "Carl Vinson"
|
How many parties match the canididates listed as howard baker, sr. (r) 68.9% boyd w. cox (d) 31.1%?
|
columns:
- name: party
type: VARCHAR
- name: candidates
type: VARCHAR
table: table_1342149_42
|
SELECT COUNT(party) FROM table_1342149_42 WHERE candidates = "Howard Baker, Sr. (R) 68.9% Boyd W. Cox (D) 31.1%"
|
Which situation has an original u.s. airdate of December 5, 2007?
|
columns:
- name: situation
type: VARCHAR
- name: original_us_airdate
type: VARCHAR
table: table_14570857_1
|
SELECT situation FROM table_14570857_1 WHERE original_us_airdate = "December 5, 2007"
|
What team has a vehicle with an Offenhauser engine and a McLaren chassis?
|
columns:
- name: team
type: VARCHAR
- name: chassis
type: VARCHAR
- name: engine
type: VARCHAR
table: table_1405704_1
|
SELECT team FROM table_1405704_1 WHERE chassis = "McLaren" AND engine = "Offenhauser"
|
What party does the incumbent from the Ohio 7 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 7"
|
What's the name is the island with a population of just 64?
|
columns:
- name: islands_name
type: VARCHAR
- name: population__2000_
type: VARCHAR
table: table_13897690_1
|
SELECT islands_name FROM table_13897690_1 WHERE population__2000_ = "64"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.