answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT podiums FROM table_26473176_1 WHERE position = "12th"
|
CREATE TABLE table_26473176_1 (podiums VARCHAR, position VARCHAR)
|
What was the number of podiums in 12th position?
|
SELECT COUNT(finish) FROM table_2649597_1 WHERE start = "21.6"
|
CREATE TABLE table_2649597_1 (finish VARCHAR, start VARCHAR)
|
Where did he finish when he started at 21.6?
|
SELECT team_s_ FROM table_2649597_1 WHERE start = "39.1"
|
CREATE TABLE table_2649597_1 (team_s_ VARCHAR, start VARCHAR)
|
What teams started at 39.1?
|
SELECT season_rank FROM table_2649597_1 WHERE winnings = "$491,977"
|
CREATE TABLE table_2649597_1 (season_rank VARCHAR, winnings VARCHAR)
|
Where did they finish in the season when when they won $491,977?
|
SELECT COUNT(genre) FROM table_26488540_1 WHERE artist = "The Jimi Hendrix Experience"
|
CREATE TABLE table_26488540_1 (genre VARCHAR, artist VARCHAR)
|
How many different genres appear for the Jimi Hendrix Experience?
|
SELECT title FROM table_26493520_3 WHERE total_viewers_on_fx = "483,000"
|
CREATE TABLE table_26493520_3 (title VARCHAR, total_viewers_on_fx VARCHAR)
|
Name the title for total viewers on fx+ being 483,000
|
SELECT rank_on_channel FROM table_26493520_3 WHERE original_air_date = "January 21, 2011"
|
CREATE TABLE table_26493520_3 (rank_on_channel VARCHAR, original_air_date VARCHAR)
|
Name the rank on channel for january 21, 2011
|
SELECT COUNT(title) FROM table_26493520_1 WHERE written_by = "Alexander Woo" AND directed_by = "Scott Winant"
|
CREATE TABLE table_26493520_1 (title VARCHAR, written_by VARCHAR, directed_by VARCHAR)
|
How many episodes were written by Alexander Woo and directed by Scott Winant?
|
SELECT MAX(round) FROM table_26533354_8 WHERE player = "Jordan Cameron"
|
CREATE TABLE table_26533354_8 (round INTEGER, player VARCHAR)
|
Name the most round for jordan cameron
|
SELECT position FROM table_26533354_8 WHERE player = "Jordan Cameron"
|
CREATE TABLE table_26533354_8 (position VARCHAR, player VARCHAR)
|
Name the position for jordan cameron
|
SELECT position FROM table_26533354_8 WHERE player = "Stanley Havili"
|
CREATE TABLE table_26533354_8 (position VARCHAR, player VARCHAR)
|
Name the position for stanley havili
|
SELECT college FROM table_26533354_8 WHERE player = "David Carter"
|
CREATE TABLE table_26533354_8 (college VARCHAR, player VARCHAR)
|
Name the college for david carter
|
SELECT democratic_coalition FROM table_2651755_1 WHERE together_we_can_do_more = "Sergio Castro ( PC )"
|
CREATE TABLE table_2651755_1 (democratic_coalition VARCHAR, together_we_can_do_more VARCHAR)
|
What is the democratic coalation when together we can do more is sergio castro ( pc )?
|
SELECT independent_regional_force FROM table_2651755_1 WHERE alliance = "(R) Iván Norambuena ( UDI )"
|
CREATE TABLE table_2651755_1 (independent_regional_force VARCHAR, alliance VARCHAR)
|
What is the independent regional force when alliance is (r) iván norambuena ( udi )?
|
SELECT together_we_can_do_more FROM table_2651755_1 WHERE democratic_coalition = "René Alinco ( PPD )"
|
CREATE TABLE table_2651755_1 (together_we_can_do_more VARCHAR, democratic_coalition VARCHAR)
|
Who is the together we can do more when democratic coalition is rené alinco ( ppd )?
|
SELECT independent_regional_force FROM table_2651755_1 WHERE democratic_coalition = "(R) Jorge Tarud ( PPD )"
|
CREATE TABLE table_2651755_1 (independent_regional_force VARCHAR, democratic_coalition VARCHAR)
|
Who is the independent regional force when democratic coalition is (r) jorge tarud ( ppd )?
|
SELECT cons FROM table_2651755_2 WHERE together_we_can_do_more = "Gloria Mujica ( PH )"
|
CREATE TABLE table_2651755_2 (cons VARCHAR, together_we_can_do_more VARCHAR)
|
where together we can do more is gloria mujica ( ph ) what are all the cons.
|
SELECT alliance FROM table_2651755_2 WHERE democratic_coalition = "Eduardo Frei ( PDC )"
|
CREATE TABLE table_2651755_2 (alliance VARCHAR, democratic_coalition VARCHAR)
|
where democratic coalition is eduardo frei ( pdc ) what are all the alliance
|
SELECT episode_title FROM table_2655016_4 WHERE nick_prod__number = 342
|
CREATE TABLE table_2655016_4 (episode_title VARCHAR, nick_prod__number VARCHAR)
|
What's the name of the episode associated with Nick production number 342?
|
SELECT original_air_date FROM table_2655016_4 WHERE season__number = 12
|
CREATE TABLE table_2655016_4 (original_air_date VARCHAR, season__number VARCHAR)
|
What date did season 12 premiere?
|
SELECT MIN(nick_prod__number) FROM table_2655016_4
|
CREATE TABLE table_2655016_4 (nick_prod__number INTEGER)
|
What is the lowest Nick production number?
|
SELECT original_air_date FROM table_2655016_10 WHERE nick_prod__number = 945
|
CREATE TABLE table_2655016_10 (original_air_date VARCHAR, nick_prod__number VARCHAR)
|
When did the episode originally air with a nick production number of 945?
|
SELECT MAX(season__number) FROM table_2655016_10 WHERE nick_prod__number = 942
|
CREATE TABLE table_2655016_10 (season__number INTEGER, nick_prod__number VARCHAR)
|
What was the latest season with a nick production number of 942?
|
SELECT metrical_equivalence FROM table_26538461_2 WHERE portuguese_name = "Linha"
|
CREATE TABLE table_26538461_2 (metrical_equivalence VARCHAR, portuguese_name VARCHAR)
|
Name the metrical equivalence for linha
|
SELECT equivalence_in_varas FROM table_26538461_2 WHERE english_name = "Geometrical pace"
|
CREATE TABLE table_26538461_2 (equivalence_in_varas VARCHAR, english_name VARCHAR)
|
Name the equivalence for varas for geometrical pace
|
SELECT subdivides_in FROM table_26538461_2 WHERE equivalence_in_varas = "1/5"
|
CREATE TABLE table_26538461_2 (subdivides_in VARCHAR, equivalence_in_varas VARCHAR)
|
Name the subdivides in equivalence for varas 1/5
|
SELECT year__ceremony_ FROM table_26555737_1 WHERE arabic_title = "موسم زيتون"
|
CREATE TABLE table_26555737_1 (year__ceremony_ VARCHAR, arabic_title VARCHAR)
|
When موسم زيتون is the arabic title when is the year (ceremony)?
|
SELECT english_title FROM table_26555737_1 WHERE arabic_title = "ملح هذا البحر"
|
CREATE TABLE table_26555737_1 (english_title VARCHAR, arabic_title VARCHAR)
|
When ملح هذا البحر is the arabic title what is the english title?
|
SELECT director FROM table_26555737_1 WHERE result = "Nominee"
|
CREATE TABLE table_26555737_1 (director VARCHAR, result VARCHAR)
|
When nominee is the result who is the director?
|
SELECT result FROM table_26555737_1 WHERE director = "Hany Abu-Assad Category:Articles with hCards"
|
CREATE TABLE table_26555737_1 (result VARCHAR, director VARCHAR)
|
When hany abu-assad category:articles with hcards is the director what is the result?
|
SELECT COUNT(result) FROM table_26555737_1 WHERE year__ceremony_ = "2012 (85th)"
|
CREATE TABLE table_26555737_1 (result VARCHAR, year__ceremony_ VARCHAR)
|
When 2012 (85th) is the year (ceremony) how many results?
|
SELECT director FROM table_26555737_1 WHERE english_title = "Salt of this Sea"
|
CREATE TABLE table_26555737_1 (director VARCHAR, english_title VARCHAR)
|
When salt of this sea is the english title who is the director?
|
SELECT record_low FROM table_26558_1 WHERE precip = "1.71 in."
|
CREATE TABLE table_26558_1 (record_low VARCHAR, precip VARCHAR)
|
What was the record lowest temperature with a precipitation of 1.71 in.?
|
SELECT directed_by FROM table_26561498_1 WHERE production_code = 176452
|
CREATE TABLE table_26561498_1 (directed_by VARCHAR, production_code VARCHAR)
|
who directed and produced 176452?
|
SELECT original_air_date FROM table_26561498_1 WHERE patient_portrayer = "Julie Warner"
|
CREATE TABLE table_26561498_1 (original_air_date VARCHAR, patient_portrayer VARCHAR)
|
what is the original air date for julie warner?
|
SELECT written_by FROM table_26561498_1 WHERE patient_portrayer = "Alex Carter"
|
CREATE TABLE table_26561498_1 (written_by VARCHAR, patient_portrayer VARCHAR)
|
what was written by alex carter?
|
SELECT patient_portrayer FROM table_26561509_1 WHERE production_code = "3T5004"
|
CREATE TABLE table_26561509_1 (patient_portrayer VARCHAR, production_code VARCHAR)
|
Who is the patient portrayer of the episode with the production code 3T5004?
|
SELECT written_by FROM table_26561509_1 WHERE directed_by = "Charles Haid" AND no = 54
|
CREATE TABLE table_26561509_1 (written_by VARCHAR, directed_by VARCHAR, no VARCHAR)
|
The episode with the no. 54, directed by Charles Haid, is written by who?
|
SELECT COUNT(directed_by) FROM table_26561509_1 WHERE production_code = "3T5009"
|
CREATE TABLE table_26561509_1 (directed_by VARCHAR, production_code VARCHAR)
|
How many are directed by episodes with the production code 3T5009?
|
SELECT first_broadcast_uk___bbc_four__ FROM table_26591309_2 WHERE episode = 9
|
CREATE TABLE table_26591309_2 (first_broadcast_uk___bbc_four__ VARCHAR, episode VARCHAR)
|
When was the first UK broadcast for episode 9?
|
SELECT first_broadcast_uk___bbc_four__ FROM table_26591309_2 WHERE official_tns_gallup_ratings = 1575000
|
CREATE TABLE table_26591309_2 (first_broadcast_uk___bbc_four__ VARCHAR, official_tns_gallup_ratings VARCHAR)
|
When was the first UK broadcast for the episode with an official TNS Gallup rating of 1575000?
|
SELECT first_broadcast_uk___bbc_four__ FROM table_26591309_2 WHERE official_barb_ratings = 1085000
|
CREATE TABLE table_26591309_2 (first_broadcast_uk___bbc_four__ VARCHAR, official_barb_ratings VARCHAR)
|
When was the first UK broadcast when the official Barb ratings was 1085000?
|
SELECT writer FROM table_26591434_1 WHERE ratings__kanto_ = "14.8"
|
CREATE TABLE table_26591434_1 (writer VARCHAR, ratings__kanto_ VARCHAR)
|
Who is the writer with the ratings 14.8?
|
SELECT original_airdate FROM table_26591434_1 WHERE writer = "Tanaka Shinichi"
|
CREATE TABLE table_26591434_1 (original_airdate VARCHAR, writer VARCHAR)
|
What is the original air date for the writer tanaka shinichi?
|
SELECT ratings__kansai_ FROM table_26591434_1 WHERE original_airdate = "May 25, 2010 22.00 - 22.54"
|
CREATE TABLE table_26591434_1 (ratings__kansai_ VARCHAR, original_airdate VARCHAR)
|
What is the ratings for the original air date may 25, 2010 22.00 - 22.54?
|
SELECT ratings__kanto_ FROM table_26591434_1 WHERE episode = 11
|
CREATE TABLE table_26591434_1 (ratings__kanto_ VARCHAR, episode VARCHAR)
|
What was the ratings for episode 11?
|
SELECT outgoing_manager FROM table_26593762_3 WHERE incoming_manager = "Dougie Freedman"
|
CREATE TABLE table_26593762_3 (outgoing_manager VARCHAR, incoming_manager VARCHAR)
|
Who was the outgoing manager of the team whose incoming manager was Dougie Freedman?
|
SELECT position_in_table FROM table_26593762_3 WHERE outgoing_manager = "Brian Laws"
|
CREATE TABLE table_26593762_3 (position_in_table VARCHAR, outgoing_manager VARCHAR)
|
What was the table position for the team whose outgoing manager was Brian Laws?
|
SELECT COUNT(incoming_manager) FROM table_26593762_3 WHERE team = "Burnley"
|
CREATE TABLE table_26593762_3 (incoming_manager VARCHAR, team VARCHAR)
|
How many incoming managers did Burnley have?
|
SELECT manner_of_departure FROM table_26593762_3 WHERE incoming_manager = "George Burley"
|
CREATE TABLE table_26593762_3 (manner_of_departure VARCHAR, incoming_manager VARCHAR)
|
What was the manner of departure for the team whose incoming manager was George Burley?
|
SELECT galician___reintegrationist__ FROM table_26614365_5 WHERE galician___official__ = "Bo día / Bos días"
|
CREATE TABLE table_26614365_5 (galician___reintegrationist__ VARCHAR, galician___official__ VARCHAR)
|
What is the Galician (reintegrationist) word of the Galician (Official) is bo día / bos días?
|
SELECT galician___reintegrationist__ FROM table_26614365_5 WHERE galician___official__ = "Adeus*"
|
CREATE TABLE table_26614365_5 (galician___reintegrationist__ VARCHAR, galician___official__ VARCHAR)
|
What is the Galician (reintegrationist) word of the Galician (Official) is adeus*?
|
SELECT portuguese FROM table_26614365_5 WHERE english = "Grandfather"
|
CREATE TABLE table_26614365_5 (portuguese VARCHAR, english VARCHAR)
|
What is the Portuguese word for the English word 'grandfather'?
|
SELECT COUNT(spanish) FROM table_26614365_5 WHERE portuguese = "Bem-vindo"
|
CREATE TABLE table_26614365_5 (spanish VARCHAR, portuguese VARCHAR)
|
How many Spanish word is there for the Portuguese bem-vindo?
|
SELECT portuguese FROM table_26614365_5 WHERE english = "Welcome"
|
CREATE TABLE table_26614365_5 (portuguese VARCHAR, english VARCHAR)
|
What is the Portuguese word for the English word 'welcome'?
|
SELECT gender FROM table_26615633_3 WHERE species = "Asian black bear"
|
CREATE TABLE table_26615633_3 (gender VARCHAR, species VARCHAR)
|
what gender has an asian black bear?
|
SELECT sweet FROM table_26615633_3 WHERE voice_actor = "Saki Fujita"
|
CREATE TABLE table_26615633_3 (sweet VARCHAR, voice_actor VARCHAR)
|
what is the sweet for voice actor saki fujita?
|
SELECT gender FROM table_26615633_3 WHERE species = "Holland Lop"
|
CREATE TABLE table_26615633_3 (gender VARCHAR, species VARCHAR)
|
whatis the gender wher ethe species is holland lop?
|
SELECT media_debut FROM table_26615633_3 WHERE species = "Asian black bear"
|
CREATE TABLE table_26615633_3 (media_debut VARCHAR, species VARCHAR)
|
what is the media debut for the asian black bear?
|
SELECT spanish FROM table_26614365_1 WHERE central = "cas [ˈkas]"
|
CREATE TABLE table_26614365_1 (spanish VARCHAR, central VARCHAR)
|
What is the Spanish word for cas [ˈkas]?
|
SELECT eastern FROM table_26614365_1 WHERE english = "light"
|
CREATE TABLE table_26614365_1 (eastern VARCHAR, english VARCHAR)
|
What is the eastern word for "light"?
|
SELECT central FROM table_26614365_1 WHERE english = "robbers"
|
CREATE TABLE table_26614365_1 (central VARCHAR, english VARCHAR)
|
What is the central word for "robbers"?
|
SELECT latin FROM table_26614365_1 WHERE english = "you sang"
|
CREATE TABLE table_26614365_1 (latin VARCHAR, english VARCHAR)
|
What is the Latin for "you sang"?
|
SELECT western FROM table_26614365_1 WHERE latin = "latrones"
|
CREATE TABLE table_26614365_1 (western VARCHAR, latin VARCHAR)
|
What is the western word for "latrones" in Latin?
|
SELECT old_galician__13th_15th_c_ FROM table_26614365_1 WHERE portuguese = "cantaste"
|
CREATE TABLE table_26614365_1 (old_galician__13th_15th_c_ VARCHAR, portuguese VARCHAR)
|
What is the Old Galician for cantaste in Portuguese?
|
SELECT MIN(rainfall_totals__million_m_3__) FROM table_26609958_1
|
CREATE TABLE table_26609958_1 (rainfall_totals__million_m_3__ INTEGER)
|
What is the lowest overall amount of rainfall totals (million m 3)?
|
SELECT MIN(groundwater_discharge__million_m_3__) FROM table_26609958_1 WHERE hydrographic_basin = "Cabarita River"
|
CREATE TABLE table_26609958_1 (groundwater_discharge__million_m_3__ INTEGER, hydrographic_basin VARCHAR)
|
When cabarita river is the hydrographic basin what is the lowest groundwater discharge (million m 3)?
|
SELECT rainfall_totals__million_m_3__ FROM table_26609958_1 WHERE hydrographic_basin = "Martha Brae, River"
|
CREATE TABLE table_26609958_1 (rainfall_totals__million_m_3__ VARCHAR, hydrographic_basin VARCHAR)
|
When martha brae, river is the hydrographic basin what is the rainfall totals (million m 3)?
|
SELECT average FROM table_26611679_3 WHERE category = "Assists per game"
|
CREATE TABLE table_26611679_3 (average VARCHAR, category VARCHAR)
|
Name the average for assists per game
|
SELECT average FROM table_26611679_3 WHERE games_played = 23
|
CREATE TABLE table_26611679_3 (average VARCHAR, games_played VARCHAR)
|
Name the average for 23 games played
|
SELECT category FROM table_26611679_3 WHERE totals = "50"
|
CREATE TABLE table_26611679_3 (category VARCHAR, totals VARCHAR)
|
Name the category for 50 totals
|
SELECT COUNT(average) FROM table_26611679_3 WHERE category = "Steals per game"
|
CREATE TABLE table_26611679_3 (average VARCHAR, category VARCHAR)
|
Name the number of average for steals per game
|
SELECT voice_actor FROM table_26615633_1 WHERE species = "Hedgehog"
|
CREATE TABLE table_26615633_1 (voice_actor VARCHAR, species VARCHAR)
|
who was the voice actor when the species is hedgehog?
|
SELECT voice_actor FROM table_26615633_1 WHERE birthday = "March 26"
|
CREATE TABLE table_26615633_1 (voice_actor VARCHAR, birthday VARCHAR)
|
who is the voice actor with the birthday march 26?
|
SELECT jewel AS Power FROM table_26615633_1 WHERE media_debut = "EP 17"
|
CREATE TABLE table_26615633_1 (jewel VARCHAR, media_debut VARCHAR)
|
what is the jewel power when the media debut is ep 17?
|
SELECT COUNT(birthday) FROM table_26615633_1 WHERE jewel = "Malachite"
|
CREATE TABLE table_26615633_1 (birthday VARCHAR, jewel VARCHAR)
|
how many times is the jewel malachite?
|
SELECT species FROM table_26615633_1 WHERE jewel = "Coal"
|
CREATE TABLE table_26615633_1 (species VARCHAR, jewel VARCHAR)
|
What is the species when jewel is coal?
|
SELECT lites_2_race_two_winning_team FROM table_26638600_3 WHERE lites_1_race_one_winning_team = "#13 Inspire Motorsports"
|
CREATE TABLE table_26638600_3 (lites_2_race_two_winning_team VARCHAR, lites_1_race_one_winning_team VARCHAR)
|
Who was the lights 2 race two winning team when the lites 1 race one winning team was #13 Inspire Motorsports?
|
SELECT COUNT(lites_2_race_one_winning_team) FROM table_26638600_3 WHERE lites_1_race_two_winning_team = "Gary Gibson"
|
CREATE TABLE table_26638600_3 (lites_2_race_one_winning_team VARCHAR, lites_1_race_two_winning_team VARCHAR)
|
How many different circuits had Gary Gibson has the Lites 1 race two winning team?
|
SELECT lites_2_race_two_winning_team FROM table_26638600_3 WHERE lites_1_race_two_winning_team = "#11 Performance Tech"
|
CREATE TABLE table_26638600_3 (lites_2_race_two_winning_team VARCHAR, lites_1_race_two_winning_team VARCHAR)
|
Who is the lites 2 race two winning team when #11 Performance Tech is the lites 1 race two winning team?
|
SELECT circuit FROM table_26638600_3 WHERE lites_1_race_one_winning_team = "#66 Gunnar Racing"
|
CREATE TABLE table_26638600_3 (circuit VARCHAR, lites_1_race_one_winning_team VARCHAR)
|
On which circuit was the lites 1 race one winning team #66 Gunnar Racing?
|
SELECT circuit FROM table_26638600_3 WHERE lites_1_race_two_winning_team = "#13 Inspire Motorsports"
|
CREATE TABLE table_26638600_3 (circuit VARCHAR, lites_1_race_two_winning_team VARCHAR)
|
On which circuit was the lites race two winning team #13 Inspire Motorsports?
|
SELECT original_air_date FROM table_2667438_5 WHERE no_in_series = 32
|
CREATE TABLE table_2667438_5 (original_air_date VARCHAR, no_in_series VARCHAR)
|
What date did series number 32 premiere?
|
SELECT MAX(difference) FROM table_26677836_1
|
CREATE TABLE table_26677836_1 (difference INTEGER)
|
WHat is the highest difference?
|
SELECT MAX(lost) FROM table_26677836_1
|
CREATE TABLE table_26677836_1 (lost INTEGER)
|
What is the highest lost?
|
SELECT nation FROM table_26677836_1 WHERE place = 2
|
CREATE TABLE table_26677836_1 (nation VARCHAR, place VARCHAR)
|
What is the nation when the place is 2?
|
SELECT COUNT(against) FROM table_26677836_1 WHERE nation = "[[|]] (19)"
|
CREATE TABLE table_26677836_1 (against VARCHAR, nation VARCHAR)
|
How many times is the nation [[|]] (19)?
|
SELECT party FROM table_2668169_2 WHERE incumbent = "Mathias Morris"
|
CREATE TABLE table_2668169_2 (party VARCHAR, incumbent VARCHAR)
|
Which party does the incumbent Mathias Morris belong to?
|
SELECT district FROM table_2668169_2 WHERE incumbent = "Luther Reily"
|
CREATE TABLE table_2668169_2 (district VARCHAR, incumbent VARCHAR)
|
Which district does the incumbent Luther Reily represent?
|
SELECT candidates FROM table_2668169_2 WHERE district = "Pennsylvania 11"
|
CREATE TABLE table_2668169_2 (candidates VARCHAR, district VARCHAR)
|
Who are the candidates for the Pennsylvania 11 district?
|
SELECT COUNT(candidates) FROM table_2668169_2 WHERE district = "Pennsylvania 11"
|
CREATE TABLE table_2668169_2 (candidates VARCHAR, district VARCHAR)
|
How many people won the election in the Pennsylvania 11 district?
|
SELECT COUNT(first_elected) FROM table_2668173_4 WHERE result = "Lost re-election Anti-Masonic gain"
|
CREATE TABLE table_2668173_4 (first_elected VARCHAR, result VARCHAR)
|
How many times did the incumbent was first elected and then lost re-election anti-masonic gain?
|
SELECT candidates FROM table_2668173_4 WHERE incumbent = "Henry Logan"
|
CREATE TABLE table_2668173_4 (candidates VARCHAR, incumbent VARCHAR)
|
Who were the candidates if the incumbent was Henry Logan?
|
SELECT district FROM table_2668173_4 WHERE incumbent = "Mathias Morris"
|
CREATE TABLE table_2668173_4 (district VARCHAR, incumbent VARCHAR)
|
What was the district of the incumbent Mathias Morris?
|
SELECT COUNT(first_elected) FROM table_2668173_4 WHERE party = "Anti-Masonic"
|
CREATE TABLE table_2668173_4 (first_elected VARCHAR, party VARCHAR)
|
How many incumbents was first elected in the Anti-Masonic party?
|
SELECT incumbent FROM table_2668243_17 WHERE candidates = "Robert Monell (J) 63.6% Tilly Lynde 36.4%"
|
CREATE TABLE table_2668243_17 (incumbent VARCHAR, candidates VARCHAR)
|
Name the incumbent for robert monell (j) 63.6% tilly lynde 36.4%
|
SELECT COUNT(first_elected) FROM table_2668243_17 WHERE candidates = "Thomas Maxwell (J) 60.1% David Woodcock (AJ) 39.9%"
|
CREATE TABLE table_2668243_17 (first_elected VARCHAR, candidates VARCHAR)
|
Name the number of first elected for thomas maxwell (j) 60.1% david woodcock (aj) 39.9%
|
SELECT candidates FROM table_2668243_17 WHERE district = "New York 21"
|
CREATE TABLE table_2668243_17 (candidates VARCHAR, district VARCHAR)
|
Name the candidates for new york 21
|
SELECT candidates FROM table_2668243_17 WHERE incumbent = "Selah R. Hobbie"
|
CREATE TABLE table_2668243_17 (candidates VARCHAR, incumbent VARCHAR)
|
Name the candidates for selah r. hobbie
|
SELECT result FROM table_2668243_17 WHERE candidates = "James Lent (J) 52.3% Silas Wood (AJ) 47.7%"
|
CREATE TABLE table_2668243_17 (result VARCHAR, candidates VARCHAR)
|
Name the result for james lent (j) 52.3% silas wood (aj) 47.7%
|
Subsets and Splits
SQL Console for knowrohit07/know_sql
Finds questions in the dataset that contain the word 'god', providing a basic filtered view without much analytical insight.