answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT character FROM table_22460085_1 WHERE original_manchester_performer = "Lisa Davina Phillip"
|
CREATE TABLE table_22460085_1 (character VARCHAR, original_manchester_performer VARCHAR)
|
What character did Lisa Davina Phillip portray?
|
SELECT original_broadway_performer FROM table_22460085_1 WHERE original_west_end_performer = "Sharon D. Clarke"
|
CREATE TABLE table_22460085_1 (original_broadway_performer VARCHAR, original_west_end_performer VARCHAR)
|
Who was the Broadway equivalent of Sharon D. Clarke's character?
|
SELECT character FROM table_22460085_1 WHERE original_broadway_performer = "Moya Angela"
|
CREATE TABLE table_22460085_1 (character VARCHAR, original_broadway_performer VARCHAR)
|
What character did Moya Angela portray?
|
SELECT character FROM table_22460085_1 WHERE original_west_end_performer = "Richard Fleeshman"
|
CREATE TABLE table_22460085_1 (character VARCHAR, original_west_end_performer VARCHAR)
|
What character did Richard Fleeshman portray?
|
SELECT original_manchester_performer FROM table_22460085_1 WHERE original_west_end_performer = "Lisa Davina Phillip"
|
CREATE TABLE table_22460085_1 (original_manchester_performer VARCHAR, original_west_end_performer VARCHAR)
|
Who was the Manchester performer of Lisa Davina Phillip's character?
|
SELECT european_tier FROM table_22457674_1 WHERE artist = "Rick Springfield"
|
CREATE TABLE table_22457674_1 (european_tier VARCHAR, artist VARCHAR)
|
Name the european tier for rick springfield
|
SELECT song_title FROM table_22457674_1 WHERE artist = "Europe"
|
CREATE TABLE table_22457674_1 (song_title VARCHAR, artist VARCHAR)
|
Name the song title for europe
|
SELECT COUNT(master_recording) FROM table_22457674_1 WHERE artist = "Doobie Brothers The Doobie Brothers"
|
CREATE TABLE table_22457674_1 (master_recording VARCHAR, artist VARCHAR)
|
Name the number of master recording for doobie brothers the doobie brothers
|
SELECT master_recording FROM table_22457674_1 WHERE artist = "Europe"
|
CREATE TABLE table_22457674_1 (master_recording VARCHAR, artist VARCHAR)
|
Name the master recording for europe
|
SELECT date FROM table_22464685_1 WHERE georgian_name = "แชแฎแแแ แแแ แแ แฃแฌแงแแแ แแแแ แแขแแแแแแแ"
|
CREATE TABLE table_22464685_1 (date VARCHAR, georgian_name VARCHAR)
|
what is the date for when the georgian name is แชแฎแแแ แแแ แแ แฃแฌแงแแแ แแแแ แแขแแแแแแแ?
|
SELECT transliteration FROM table_22464685_1 WHERE period_covered = "1125-1223"
|
CREATE TABLE table_22464685_1 (transliteration VARCHAR, period_covered VARCHAR)
|
what is the transliteration during the period covered is 1125-1223?
|
SELECT author FROM table_22464685_1 WHERE english_name = "Histories and Eulogies of the Sovereigns"
|
CREATE TABLE table_22464685_1 (author VARCHAR, english_name VARCHAR)
|
Who is the auther when the english name was histories and eulogies of the sovereigns?
|
SELECT author FROM table_22464685_1 WHERE transliteration = "lasha-giorgis droindeli matiane"
|
CREATE TABLE table_22464685_1 (author VARCHAR, transliteration VARCHAR)
|
who is the auther when the transliteration is lasha-giorgis droindeli matiane?
|
SELECT state__class_ FROM table_224840_3 WHERE vacator = "John Laurance (F)"
|
CREATE TABLE table_224840_3 (state__class_ VARCHAR, vacator VARCHAR)
|
in which state where John Laurance (f) as a vacator?
|
SELECT reason_for_change FROM table_224840_3 WHERE vacator = "Henry Latimer (F)"
|
CREATE TABLE table_224840_3 (reason_for_change VARCHAR, vacator VARCHAR)
|
when the vacator was Henry Latimer (f), what were the causes for modification?
|
SELECT COUNT(date_of_successors_formal_installation) FROM table_224840_3 WHERE successor = "Aaron Ogden (F)"
|
CREATE TABLE table_224840_3 (date_of_successors_formal_installation VARCHAR, successor VARCHAR)
|
how many times has Aaron Ogden (f), been a successor and has had a formal installation?
|
SELECT COUNT(1 AS st_venue) FROM table_22482077_1 WHERE year = 2010
|
CREATE TABLE table_22482077_1 (year VARCHAR)
|
In 2010, how many 1st venue cities were there?
|
SELECT COUNT(vacator) FROM table_224840_4 WHERE district = "Massachusetts 3rd"
|
CREATE TABLE table_224840_4 (vacator VARCHAR, district VARCHAR)
|
How many seats became avaliable in Massachusetts 3rd district?
|
SELECT vacator FROM table_224840_4 WHERE date_successor_seated = "November 26, 1800"
|
CREATE TABLE table_224840_4 (vacator VARCHAR, date_successor_seated VARCHAR)
|
Who left office on November 26, 1800?
|
SELECT successor FROM table_224840_4 WHERE district = "Massachusetts 3rd"
|
CREATE TABLE table_224840_4 (successor VARCHAR, district VARCHAR)
|
Who was the latest to take office in Massachusetts 3rd district?
|
SELECT builder FROM table_22481967_1 WHERE date = "1930"
|
CREATE TABLE table_22481967_1 (builder VARCHAR, date VARCHAR)
|
List the builder from 1930.
|
SELECT COUNT(builder) FROM table_22481967_1 WHERE withdrawn = "1951" AND number = "42"
|
CREATE TABLE table_22481967_1 (builder VARCHAR, withdrawn VARCHAR, number VARCHAR)
|
List the number of builders where the withdrawn is 1951 and number is 42.
|
SELECT date FROM table_22481967_1 WHERE number = "1"
|
CREATE TABLE table_22481967_1 (date VARCHAR, number VARCHAR)
|
List the date for number 1.
|
SELECT number FROM table_22481967_1 WHERE operator = "Melbourne and Metropolitan Tramways Board"
|
CREATE TABLE table_22481967_1 (number VARCHAR, operator VARCHAR)
|
List the number for the operator melbourne and metropolitan tramways board.
|
SELECT status FROM table_22481967_1 WHERE operator = "Toronto Transit Commission"
|
CREATE TABLE table_22481967_1 (status VARCHAR, operator VARCHAR)
|
List the status for the operator Toronto transit commission.
|
SELECT network FROM table_22485543_1 WHERE studio_host = "Bob Costas" AND ice_level_reporters = "Darren Pang"
|
CREATE TABLE table_22485543_1 (network VARCHAR, studio_host VARCHAR, ice_level_reporters VARCHAR)
|
Which network has bob costas as the studio host and darren pang as the ice level reporters?
|
SELECT play_by_play FROM table_22485543_1 WHERE studio_analysts = "Mike Milbury" AND ice_level_reporters = "Darren Pang"
|
CREATE TABLE table_22485543_1 (play_by_play VARCHAR, studio_analysts VARCHAR, ice_level_reporters VARCHAR)
|
Which play-by-play has mike milbury as the studio analyst and darren pang as the ice level reporters?
|
SELECT color_commentator_s_ FROM table_22485543_1 WHERE ice_level_reporters = "Brian Engblom"
|
CREATE TABLE table_22485543_1 (color_commentator_s_ VARCHAR, ice_level_reporters VARCHAR)
|
Who is the color commentator when brian engblom is ice level reporters?
|
SELECT play_by_play FROM table_22485543_1 WHERE network = "NBC" AND ice_level_reporters = "Darren Pang"
|
CREATE TABLE table_22485543_1 (play_by_play VARCHAR, network VARCHAR, ice_level_reporters VARCHAR)
|
Who is the play-by-play when nbc is the network and darren pang is the ice level reporters?
|
SELECT studio_host FROM table_22485543_1 WHERE year = "2010"
|
CREATE TABLE table_22485543_1 (studio_host VARCHAR, year VARCHAR)
|
Who is the studio host for the year 2010?
|
SELECT vacator FROM table_224844_4 WHERE district = "Connecticut At-large"
|
CREATE TABLE table_224844_4 (vacator VARCHAR, district VARCHAR)
|
Who left a seat open for the district of connecticut at-large
|
SELECT reason_for_change FROM table_224844_4 WHERE district = "Connecticut At-large"
|
CREATE TABLE table_224844_4 (reason_for_change VARCHAR, district VARCHAR)
|
Why was a seat left open fo Connecticut at-large?
|
SELECT MIN(rank_asia) FROM table_2248784_4
|
CREATE TABLE table_2248784_4 (rank_asia INTEGER)
|
What is the smallest Asian rank?
|
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_4 WHERE country = "Iraq"
|
CREATE TABLE table_2248784_4 (country VARCHAR)
|
What 2011 GDP (PPP) billions of USD does Iraq have?
|
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_4 WHERE country = "Israel"
|
CREATE TABLE table_2248784_4 (country VARCHAR)
|
What 2011 GDP (PPP) billions of USD does Israel have?
|
SELECT COUNT(rank_asia) FROM table_2248784_4 WHERE rank_mideast = 1
|
CREATE TABLE table_2248784_4 (rank_asia VARCHAR, rank_mideast VARCHAR)
|
How many asian rank have 1 as a mideast rank?
|
SELECT gdp_world_rank FROM table_2249029_1 WHERE asian_rank = 15
|
CREATE TABLE table_2249029_1 (gdp_world_rank VARCHAR, asian_rank VARCHAR)
|
Name the gdp world rank for asian rank being 15
|
SELECT gdp_per_capita FROM table_2249029_1 WHERE gdp_world_rank = "131"
|
CREATE TABLE table_2249029_1 (gdp_per_capita VARCHAR, gdp_world_rank VARCHAR)
|
Name the gdp per capita for world rank being 131
|
SELECT gdp_world_rank FROM table_2249029_1 WHERE asian_rank = 20
|
CREATE TABLE table_2249029_1 (gdp_world_rank VARCHAR, asian_rank VARCHAR)
|
Name the gdp world rank for asian rank being 20
|
SELECT MAX(world_rank) FROM table_2249029_1 WHERE asian_rank = 31
|
CREATE TABLE table_2249029_1 (world_rank INTEGER, asian_rank VARCHAR)
|
Name the most world rank for asian rank being 31
|
SELECT MIN(rank_subcontinent) FROM table_2248784_3 WHERE country = "Bangladesh"
|
CREATE TABLE table_2248784_3 (rank_subcontinent INTEGER, country VARCHAR)
|
Name the least rank subcontinent for bangladesh
|
SELECT rank_world FROM table_2248784_3 WHERE rank_subcontinent = 7
|
CREATE TABLE table_2248784_3 (rank_world VARCHAR, rank_subcontinent VARCHAR)
|
Name the rank world for 7 rank subcontinent
|
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_3 WHERE country = "Pakistan"
|
CREATE TABLE table_2248784_3 (country VARCHAR)
|
Name the 2011 gdp for pakistan
|
SELECT 2011 AS _gdp__ppp__billions_of_usd FROM table_2248784_3 WHERE rank_world = 65
|
CREATE TABLE table_2248784_3 (rank_world VARCHAR)
|
Name the 2011 gdp for 65 rank world
|
SELECT COUNT(rank_world) FROM table_2248784_3 WHERE country = "Bhutan"
|
CREATE TABLE table_2248784_3 (rank_world VARCHAR, country VARCHAR)
|
Name the number of rank world for bhutan
|
SELECT COUNT(world_rank) FROM table_2248991_2 WHERE nation = "Nigeria"
|
CREATE TABLE table_2248991_2 (world_rank VARCHAR, nation VARCHAR)
|
How many items were listed under world rank under the nation of Nigeria?
|
SELECT COUNT(gdp_per_capita) FROM table_2248991_2 WHERE nation = "Burkina Faso"
|
CREATE TABLE table_2248991_2 (gdp_per_capita VARCHAR, nation VARCHAR)
|
How many items are listed under gdp per capita under the nation of Burkina Faso?
|
SELECT MIN(total_gdp_world_rank) FROM table_2248991_2 WHERE gdp_per_capita = "$1,163"
|
CREATE TABLE table_2248991_2 (total_gdp_world_rank INTEGER, gdp_per_capita VARCHAR)
|
What is the total gdp world rank when the gdp per capita was listed at $1,163?
|
SELECT MIN(world_rank) FROM table_2249087_1 WHERE south_american_rank = 3
|
CREATE TABLE table_2249087_1 (world_rank INTEGER, south_american_rank VARCHAR)
|
Name the least world rank for south american rank 3
|
SELECT MIN(south_american_rank) FROM table_2249087_1 WHERE nation = "Venezuela"
|
CREATE TABLE table_2249087_1 (south_american_rank INTEGER, nation VARCHAR)
|
Name the south american rank for venezuela
|
SELECT COUNT(weight) FROM table_22496374_1 WHERE home_town = "San Francisco, CA"
|
CREATE TABLE table_22496374_1 (weight VARCHAR, home_town VARCHAR)
|
How many weight stats are there for players from San Francisco, CA?
|
SELECT MAX(_number) FROM table_22496374_1 WHERE name = "Rickie Winslow"
|
CREATE TABLE table_22496374_1 (_number INTEGER, name VARCHAR)
|
What was rickie winslow's number?
|
SELECT COUNT(height) FROM table_22496374_1 WHERE home_town = "Lagos, Nigeria"
|
CREATE TABLE table_22496374_1 (height VARCHAR, home_town VARCHAR)
|
How many height entries are there for players from lagos, nigeria?
|
SELECT home_town FROM table_22496374_1 WHERE high_school = "Alvin"
|
CREATE TABLE table_22496374_1 (home_town VARCHAR, high_school VARCHAR)
|
What is the hometown of the players from alvin high school?
|
SELECT COUNT(height) FROM table_22496374_1 WHERE high_school = "Bayside"
|
CREATE TABLE table_22496374_1 (height VARCHAR, high_school VARCHAR)
|
How many height entries are there for players from bayside high school?
|
SELECT COUNT(reason_for_change) FROM table_225095_4 WHERE successor = "Edward Hempstead"
|
CREATE TABLE table_225095_4 (reason_for_change VARCHAR, successor VARCHAR)
|
How many reasons for change were listed when Edward Hempstead was the successor?
|
SELECT COUNT(vacator) FROM table_225095_4 WHERE district = "North Carolina 3rd"
|
CREATE TABLE table_225095_4 (vacator VARCHAR, district VARCHAR)
|
How many Vacators were listed when the district was North Carolina 3rd?
|
SELECT vacator FROM table_225095_4 WHERE successor = "Shadrach Bond"
|
CREATE TABLE table_225095_4 (vacator VARCHAR, successor VARCHAR)
|
Who was the vacator when Shadrach Bond was the successor?
|
SELECT date_successor_seated FROM table_225096_4 WHERE reason_for_change = "Until August 2, 1813"
|
CREATE TABLE table_225096_4 (date_successor_seated VARCHAR, reason_for_change VARCHAR)
|
When was the successor who got his seat because of "until august 2, 1813" seated?
|
SELECT date_successor_seated FROM table_225098_4 WHERE district = "Massachusetts 20th"
|
CREATE TABLE table_225098_4 (date_successor_seated VARCHAR, district VARCHAR)
|
The successor for the Massachusetts 20th district was seated on what date?
|
SELECT vacator FROM table_225098_4 WHERE district = "Pennsylvania 6th"
|
CREATE TABLE table_225098_4 (vacator VARCHAR, district VARCHAR)
|
Who vacated the Pennsylvania 6th district?
|
SELECT successor FROM table_225099_3 WHERE state__class_ = "Maine (2)"
|
CREATE TABLE table_225099_3 (successor VARCHAR, state__class_ VARCHAR)
|
Who was the successor for the state of Maine (2) ?
|
SELECT date_of_successors_formal_installation FROM table_225099_3 WHERE reason_for_change = "Resigned December 4, 1819"
|
CREATE TABLE table_225099_3 (date_of_successors_formal_installation VARCHAR, reason_for_change VARCHAR)
|
What is the date of successors formal installation when the reason for change is resigned december 4, 1819?
|
SELECT COUNT(date_of_successors_formal_installation) FROM table_225099_3 WHERE successor = "John W. Walker (DR)"
|
CREATE TABLE table_225099_3 (date_of_successors_formal_installation VARCHAR, successor VARCHAR)
|
How many entries are shown for date of successors formal installation where successor is john w. walker (dr)?
|
SELECT state__class_ FROM table_225099_3 WHERE reason_for_change = "Resigned May 15, 1820"
|
CREATE TABLE table_225099_3 (state__class_ VARCHAR, reason_for_change VARCHAR)
|
what is the state for reason for change is resigned may 15, 1820?
|
SELECT trophy_presentation FROM table_22514845_4 WHERE year = 1987
|
CREATE TABLE table_22514845_4 (trophy_presentation VARCHAR, year VARCHAR)
|
Who is the trophy presentation in the year 1987?
|
SELECT network FROM table_22514845_4 WHERE s_analyst = "Eddie Arcaro"
|
CREATE TABLE table_22514845_4 (network VARCHAR, s_analyst VARCHAR)
|
Which network has s analyst of eddie arcaro?
|
SELECT reporters FROM table_22514845_4 WHERE year = 1984
|
CREATE TABLE table_22514845_4 (reporters VARCHAR, year VARCHAR)
|
Who are the reporters for the year of 1984?
|
SELECT COUNT(trophy_presentation) FROM table_22514845_4 WHERE year = 1987
|
CREATE TABLE table_22514845_4 (trophy_presentation VARCHAR, year VARCHAR)
|
How many trophy presentations where in the year 1987?
|
SELECT MIN(year) FROM table_22514845_4 WHERE reporters = "Howard Cosell and Jack Whitaker" AND s_analyst = "Bill Hartack"
|
CREATE TABLE table_22514845_4 (year INTEGER, reporters VARCHAR, s_analyst VARCHAR)
|
In which year were howard cosell and jack whitaker reporters and s analyst is bill hartack?
|
SELECT race_caller FROM table_22514845_4 WHERE s_host = "Jim McKay and Al Michaels" AND year = 1987
|
CREATE TABLE table_22514845_4 (race_caller VARCHAR, s_host VARCHAR, year VARCHAR)
|
Who is the race caller when jim mckay and al michaels were s hosts in the year 1987?
|
SELECT s_host FROM table_22514845_5 WHERE s_analyst = "John Rotz and Howard Cosell"
|
CREATE TABLE table_22514845_5 (s_host VARCHAR, s_analyst VARCHAR)
|
Name the host for john rotz and howard cosell
|
SELECT race_caller FROM table_22514845_5 WHERE s_host = "Jim McKay" AND reporters = "Howard Cosell"
|
CREATE TABLE table_22514845_5 (race_caller VARCHAR, s_host VARCHAR, reporters VARCHAR)
|
Name the race caller for jim mckay and howard cosell
|
SELECT race_caller FROM table_22514845_5 WHERE trophy_presentation = "Jim McKay and Howard Cosell" AND reporters = "Howard Cosell" AND s_analyst = "Eddie Arcaro"
|
CREATE TABLE table_22514845_5 (race_caller VARCHAR, s_analyst VARCHAR, trophy_presentation VARCHAR, reporters VARCHAR)
|
Name the race caller for jim mckay and howard cosell and eddie arcaro
|
SELECT reporters FROM table_22514845_5 WHERE race_caller = "Dave Johnson" AND s_analyst = "Eddie Arcaro and Howard Cosell"
|
CREATE TABLE table_22514845_5 (reporters VARCHAR, race_caller VARCHAR, s_analyst VARCHAR)
|
Name the reporters for dave johnson for eddie arcaro and howard cosell
|
SELECT reporters FROM table_22514845_5 WHERE s_analyst = "Howard Cosell"
|
CREATE TABLE table_22514845_5 (reporters VARCHAR, s_analyst VARCHAR)
|
Name the reporters for howard cosell
|
SELECT COUNT(reporters) FROM table_22514845_5 WHERE s_analyst = "Heywood Hale Broun"
|
CREATE TABLE table_22514845_5 (reporters VARCHAR, s_analyst VARCHAR)
|
Name the number of reporters for heywood hale broun
|
SELECT province FROM table_2251578_4 WHERE elevation__m_ = 4550
|
CREATE TABLE table_2251578_4 (province VARCHAR, elevation__m_ VARCHAR)
|
Which province has an elevation of 4550?
|
SELECT province FROM table_2251578_4 WHERE district = "San Antonio de Chuca"
|
CREATE TABLE table_2251578_4 (province VARCHAR, district VARCHAR)
|
Which province is in the district of San Antonio de Chuca?
|
SELECT COUNT(elevation__m_) FROM table_2251578_4 WHERE district = "Paratia"
|
CREATE TABLE table_2251578_4 (elevation__m_ VARCHAR, district VARCHAR)
|
How many elevations are listed for Paratia?
|
SELECT province FROM table_2251578_4 WHERE district = "Condoroma"
|
CREATE TABLE table_2251578_4 (province VARCHAR, district VARCHAR)
|
What province is in the district of Condoroma?
|
SELECT reporters FROM table_22514845_2 WHERE year = 2003
|
CREATE TABLE table_22514845_2 (reporters VARCHAR, year VARCHAR)
|
Name the reporters for 2003
|
SELECT COUNT(race_caller) FROM table_22514845_2 WHERE trophy_presentation = "Bob Costas and Charlsie Cantey"
|
CREATE TABLE table_22514845_2 (race_caller VARCHAR, trophy_presentation VARCHAR)
|
Name the total number for race caller for bob costas and charlsie cantey
|
SELECT race_caller FROM table_22514845_3 WHERE year = 1994
|
CREATE TABLE table_22514845_3 (race_caller VARCHAR, year VARCHAR)
|
Who is the race caller for the year 1994?
|
SELECT COUNT(reporters) FROM table_22514845_3 WHERE year = 1993
|
CREATE TABLE table_22514845_3 (reporters VARCHAR, year VARCHAR)
|
How many reporters for the year 1993?
|
SELECT starting_odds FROM table_22517564_3 WHERE opening_odds = "2-1"
|
CREATE TABLE table_22517564_3 (starting_odds VARCHAR, opening_odds VARCHAR)
|
What were the starting odds for the opening odds of 2-1?
|
SELECT jockey FROM table_22517564_3 WHERE opening_odds = "4-1"
|
CREATE TABLE table_22517564_3 (jockey VARCHAR, opening_odds VARCHAR)
|
Who was the jockey with opening odds of 4-1?
|
SELECT COUNT(jockey) FROM table_22517564_3 WHERE trainer = "Eoin Harty"
|
CREATE TABLE table_22517564_3 (jockey VARCHAR, trainer VARCHAR)
|
HOw many jockeys had eoin harty as a trainer
|
SELECT post FROM table_22517564_3 WHERE horse_name = "Chocolate Candy"
|
CREATE TABLE table_22517564_3 (post VARCHAR, horse_name VARCHAR)
|
Which post had the horse named chocolate candy?
|
SELECT date_successor_seated FROM table_225199_4 WHERE district = "Virginia 11th"
|
CREATE TABLE table_225199_4 (date_successor_seated VARCHAR, district VARCHAR)
|
What is every date successor seated for the Virginia 11th District?
|
SELECT successor FROM table_225200_4 WHERE date_successor_seated = "Not filled this congress"
|
CREATE TABLE table_225200_4 (successor VARCHAR, date_successor_seated VARCHAR)
|
Name the successor for not filled this congress
|
SELECT district FROM table_225200_4 WHERE reason_for_change = "Rep. Warren R. Davis died during previous congress"
|
CREATE TABLE table_225200_4 (district VARCHAR, reason_for_change VARCHAR)
|
Name the district for rep. warren r. davis died during previous congress
|
SELECT COUNT(reason_for_change) FROM table_225200_4 WHERE date_successor_seated = "Not filled this congress"
|
CREATE TABLE table_225200_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR)
|
Name the total number of reason for change for not filled this congress
|
SELECT vacator FROM table_225200_4 WHERE reason_for_change = "Resigned February 26, 1836 because of ill health"
|
CREATE TABLE table_225200_4 (vacator VARCHAR, reason_for_change VARCHAR)
|
Name the vacator for resigned february 26, 1836 because of ill health
|
SELECT vacator FROM table_225205_3 WHERE reason_for_change = "Failure to elect"
|
CREATE TABLE table_225205_3 (vacator VARCHAR, reason_for_change VARCHAR)
|
Name the vacator for failure to elect
|
SELECT state__class_ FROM table_225205_3 WHERE reason_for_change = "Iowa admitted to the Union December 28, 1846"
|
CREATE TABLE table_225205_3 (state__class_ VARCHAR, reason_for_change VARCHAR)
|
Name the state class for iowa admitted to the union december 28, 1846
|
SELECT vacator FROM table_225206_3 WHERE reason_for_change = "Failure to elect"
|
CREATE TABLE table_225206_3 (vacator VARCHAR, reason_for_change VARCHAR)
|
Who was the vacator when the reason for change was failure to elect?
|
SELECT COUNT(nat) FROM table_22542179_3 WHERE total_g = 6
|
CREATE TABLE table_22542179_3 (nat VARCHAR, total_g VARCHAR)
|
Name the number of nat for total g of 6
|
SELECT l_g FROM table_22542179_3 WHERE player = "Rubio"
|
CREATE TABLE table_22542179_3 (l_g VARCHAR, player VARCHAR)
|
Name the l g for rubio
|
SELECT MIN(total_apps) FROM table_22542179_3 WHERE player = "Txema"
|
CREATE TABLE table_22542179_3 (total_apps INTEGER, player VARCHAR)
|
Name the least total apaps for txema
|
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.