answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT us_viewers__in_millions_ FROM table_23958944_6 WHERE production_number = 520
CREATE TABLE table_23958944_6 (us_viewers__in_millions_ VARCHAR, production_number VARCHAR)
Name the viewers for 520
SELECT COUNT(written_by) FROM table_23958944_2 WHERE no_by_series = 8
CREATE TABLE table_23958944_2 (written_by VARCHAR, no_by_series VARCHAR)
How many different writers have written the episode with series number 8?
SELECT title FROM table_23958944_2 WHERE production_number = 103
CREATE TABLE table_23958944_2 (title VARCHAR, production_number VARCHAR)
What's the title of the episode with production number 103?
SELECT name FROM table_23963781_2 WHERE goals = 1 AND position = "FW"
CREATE TABLE table_23963781_2 (name VARCHAR, goals VARCHAR, position VARCHAR)
who has the 1 goal and the position is fw?
SELECT COUNT(release_date) FROM table_23981741_1 WHERE year = 1988 AND additional_rock_band_3_features = "None"
CREATE TABLE table_23981741_1 (release_date VARCHAR, year VARCHAR, additional_rock_band_3_features VARCHAR)
How many release dates are there for year of 1988 and additional rock band 3 features is none?
SELECT nationality FROM table_23963781_1 WHERE minutes = 0 AND position = "MF" AND athletica_career = "2009"
CREATE TABLE table_23963781_1 (nationality VARCHAR, athletica_career VARCHAR, minutes VARCHAR, position VARCHAR)
What is the nationality associated with 0 minutes, position of MF, and an Athletica career of 2009?
SELECT position FROM table_23963781_3 WHERE nationality = "United States" AND minutes = 30
CREATE TABLE table_23963781_3 (position VARCHAR, nationality VARCHAR, minutes VARCHAR)
What is the position of the player who is from the United States and has 30 minutes?
SELECT MAX(goals) FROM table_23963781_3
CREATE TABLE table_23963781_3 (goals INTEGER)
What is the most amount of goals any of the players had?
SELECT song_title FROM table_23981771_1 WHERE artist = "Dixie Chicks"
CREATE TABLE table_23981771_1 (song_title VARCHAR, artist VARCHAR)
What is the song for Dixie Chicks?
SELECT title FROM table_23981882_1 WHERE no_in_season = 7
CREATE TABLE table_23981882_1 (title VARCHAR, no_in_season VARCHAR)
What is the episode title for number 7 in the season?
SELECT special FROM table_23982399_12 WHERE challenger = "Dominique Bouchet"
CREATE TABLE table_23982399_12 (special VARCHAR, challenger VARCHAR)
What is the special when the challenger is dominique bouchet?
SELECT winner FROM table_23982399_12 WHERE iron_chef = "Hiroyuki Sakai"
CREATE TABLE table_23982399_12 (winner VARCHAR, iron_chef VARCHAR)
Who was the winner when the iron chef is hiroyuki sakai?
SELECT challenger FROM table_23982399_12 WHERE winner = "Kimio Nonaga"
CREATE TABLE table_23982399_12 (challenger VARCHAR, winner VARCHAR)
Who was the challenger when winner was kimio nonaga?
SELECT MAX(overall_episode__number) FROM table_23982399_1 WHERE original_airdate = "November 21, 1993"
CREATE TABLE table_23982399_1 (overall_episode__number INTEGER, original_airdate VARCHAR)
What episode number originally aired on November 21, 1993?
SELECT challenger FROM table_23982399_1 WHERE overall_episode__number = 5
CREATE TABLE table_23982399_1 (challenger VARCHAR, overall_episode__number VARCHAR)
Who was the challenger on Episode 5?
SELECT qualifying_end_date FROM table_23995075_2 WHERE "qualifying_start_date" = "qualifying_start_date"
CREATE TABLE table_23995075_2 (qualifying_end_date VARCHAR)
What is the qualifying end date when the qualifying start date is qualifying start date?
SELECT teams_that_can_still_qualify FROM table_23995075_2 WHERE teams_that_have_secured_qualification = "0" AND teams_started = "52"
CREATE TABLE table_23995075_2 (teams_that_can_still_qualify VARCHAR, teams_that_have_secured_qualification VARCHAR, teams_started VARCHAR)
How many teams can still qualify when there are 0 teams that have secured qualification and 52 teams started?
SELECT teams_that_have_been_eliminated FROM table_23995075_2 WHERE teams_started = "11"
CREATE TABLE table_23995075_2 (teams_that_have_been_eliminated VARCHAR, teams_started VARCHAR)
How many teams eliminated when 11 teams started?
SELECT confederation FROM table_23995075_2 WHERE remaining_places_in_finals = "4"
CREATE TABLE table_23995075_2 (confederation VARCHAR, remaining_places_in_finals VARCHAR)
What is the confederation when there are 4 places remaining in the finals?
SELECT COUNT(qualifying_start_date) FROM table_23995075_2 WHERE confederation = "CONCACAF"
CREATE TABLE table_23995075_2 (qualifying_start_date VARCHAR, confederation VARCHAR)
How many qualifying start dates for the Concacaf confederation?
SELECT remaining_places_in_finals FROM table_23995075_2 WHERE teams_that_can_still_qualify = "1" AND teams_that_have_secured_qualification = "0"
CREATE TABLE table_23995075_2 (remaining_places_in_finals VARCHAR, teams_that_can_still_qualify VARCHAR, teams_that_have_secured_qualification VARCHAR)
How many remaining places in finals when 1 team can still qualify and 0 teams have secured qualification?
SELECT COUNT(3) AS :2600 FROM table_23987362_2 WHERE world_record = "Championship record"
CREATE TABLE table_23987362_2 (world_record VARCHAR)
How many of 3:26.00 have a championship record?
SELECT COUNT(3) AS :2600 FROM table_23987362_2 WHERE hicham_el_guerrouj___mar__ = "Hudson de Souza ( BRA )"
CREATE TABLE table_23987362_2 (hicham_el_guerrouj___mar__ VARCHAR)
How many of 3:26.00 when hicham el guerrouj ( mar ) is hudson de souza ( bra )?
SELECT world_record FROM table_23988726_2 WHERE "saif_saaeed_shaheen___qat__" = "saif_saaeed_shaheen___qat__"
CREATE TABLE table_23988726_2 (world_record VARCHAR)
When saif saaeed shaheen (qat) is the saif saaeed shaheen ( qat ) what is the world record?
SELECT 3 AS _september_2004 FROM table_23988726_2 WHERE saif_saaeed_shaheen___qat__ = "Daniel Lincoln ( USA )"
CREATE TABLE table_23988726_2 (saif_saaeed_shaheen___qat__ VARCHAR)
When daniel lincoln ( usa ) is the saif saaeed shaheen ( qat ) What is the date for September 3rd, 2004?
SELECT 3 AS _september_2004 FROM table_23988726_2 WHERE "saif_saaeed_shaheen___qat__" = "saif_saaeed_shaheen___qat__"
CREATE TABLE table_23988726_2 (Id VARCHAR)
When saif saaeed shaheen ( qat ) is the saif saaeed shaheen ( qat ) what is the date on September 3rd, 2004?
SELECT COUNT(1) AS :5328 FROM table_24001246_2 WHERE world_record = "African record"
CREATE TABLE table_24001246_2 (world_record VARCHAR)
If the world record is the African record, what is the 1:53.28 total number?
SELECT directed_by FROM table_2400842_1 WHERE prod__number = 109
CREATE TABLE table_2400842_1 (directed_by VARCHAR, prod__number VARCHAR)
Who directed the epsiode with production number 109?
SELECT MIN(finish) FROM table_24004949_1 WHERE driver = "Larry Dickson"
CREATE TABLE table_24004949_1 (finish INTEGER, driver VARCHAR)
Name the least finish for larry dickson
SELECT 26 AS _august_2005 FROM table_24011830_2 WHERE world_record = "Asian record"
CREATE TABLE table_24011830_2 (world_record VARCHAR)
Name the 26 august 2005 asian record
SELECT COUNT(kenenisa_bekele___eth__) FROM table_24011830_2 WHERE world_record = "African record"
CREATE TABLE table_24011830_2 (kenenisa_bekele___eth__ VARCHAR, world_record VARCHAR)
Name the total number of kenesia for african record
SELECT COUNT(3 AS rd_runner_up) FROM table_24014744_1 WHERE putri_pariwisata_indonesia = "Albertina Fransisca Mailoa"
CREATE TABLE table_24014744_1 (putri_pariwisata_indonesia VARCHAR)
List the number of runners up when albertina fransisca mailoa won the putri pariwisata contest?
SELECT 1 AS st_runner_up FROM table_24014744_1 WHERE putri_pariwisata_indonesia = "Albertina Fransisca Mailoa"
CREATE TABLE table_24014744_1 (putri_pariwisata_indonesia VARCHAR)
Who won 2nd place when albertina fransisca mailoa was the winner of the putri pariwisata contest?
SELECT original_air_date FROM table_24018430_3 WHERE production_code = 216
CREATE TABLE table_24018430_3 (original_air_date VARCHAR, production_code VARCHAR)
what is the original air date for production code 216?
SELECT written_by FROM table_24018430_3 WHERE directed_by = "Shannon Flynn"
CREATE TABLE table_24018430_3 (written_by VARCHAR, directed_by VARCHAR)
what is writtenand directed by shannon flynn?
SELECT us_viewers__millions_ FROM table_24018430_3 WHERE no_in_season = 12
CREATE TABLE table_24018430_3 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR)
what number is us viewers in season 12?
SELECT population_density___km²_2011_ FROM table_24027047_1 WHERE area__km²__2011 * * = "684.37"
CREATE TABLE table_24027047_1 (population_density___km²_2011_ VARCHAR, area__km²__2011 VARCHAR)
What was the population density in km2 for 2011 in the division where area in km2 was 684.37 in 2011?
SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "8,552.4"
CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR)
What division had a population density of 8,552.4 km2 in 2011?
SELECT area__km²__2011 * * FROM table_24027047_1 WHERE administrative_division = "Narsingdi District"
CREATE TABLE table_24027047_1 (area__km²__2011 VARCHAR, administrative_division VARCHAR)
What was the area in km2 in 2011 for the Narsingdi District?
SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "1,604.3"
CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR)
In what division was there a population density in km2 of 1,604.3 in 2011?
SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "4,491.8"
CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR)
In what division was there a population density in km2 of 4,491.8 in 2011?
SELECT area_coordinator FROM table_2402209_1 WHERE population__2010_ = 1715
CREATE TABLE table_2402209_1 (area_coordinator VARCHAR, population__2010_ VARCHAR)
What's the area coordinator for the municipality with 1715 people living in it in 2010?
SELECT COUNT(no_of_barangays) FROM table_2402209_1 WHERE population__2010_ = 13824
CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, population__2010_ VARCHAR)
How many different counts of tue number of Barangays are there for the municipality with 13824 citizens in 2010?
SELECT no_of_barangays FROM table_2402209_1 WHERE area_coordinator = "110.95"
CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, area_coordinator VARCHAR)
How many Barangays lived in the municipality with area coordinator of 110.95?
SELECT circuit FROM table_24037660_2 WHERE rnd = 3
CREATE TABLE table_24037660_2 (circuit VARCHAR, rnd VARCHAR)
What circuit had rnd 3?
SELECT COUNT(circuit) FROM table_24037660_2 WHERE lmp_winning_team = "#1 Patrón Highcroft Racing" AND gtc_winning_team = "#81 Alex Job Racing"
CREATE TABLE table_24037660_2 (circuit VARCHAR, lmp_winning_team VARCHAR, gtc_winning_team VARCHAR)
How many circuits had a winning team of #1 patrón highcroft racing ang gtc winning team #81 alex job racing ?
SELECT lmpc_winning_team FROM table_24037660_2 WHERE rnd = 3
CREATE TABLE table_24037660_2 (lmpc_winning_team VARCHAR, rnd VARCHAR)
What was the winning team lmpc in rnd 3?
SELECT gtc_winning_team FROM table_24037660_2 WHERE lmp_winning_team = "#8 Drayson Racing"
CREATE TABLE table_24037660_2 (gtc_winning_team VARCHAR, lmp_winning_team VARCHAR)
What was the gtc winning team when lmp winning team was #8 drayson racing?
SELECT captain FROM table_24039173_1 WHERE location = "Chaguaramas"
CREATE TABLE table_24039173_1 (captain VARCHAR, location VARCHAR)
Who is the captain in Chaguaramas?
SELECT MIN(capacity) FROM table_24039173_1 WHERE stadium = "Sangre Grande Ground"
CREATE TABLE table_24039173_1 (capacity INTEGER, stadium VARCHAR)
What is the minimum capacity for Sangre Grande Ground?
SELECT COUNT(capacity) FROM table_24039173_1 WHERE team = "North East Stars"
CREATE TABLE table_24039173_1 (capacity VARCHAR, team VARCHAR)
What is the capacity for Sangre Grande Ground, home of the North East Stars?
SELECT stadium FROM table_24039173_1 WHERE team = "San Juan Jabloteh"
CREATE TABLE table_24039173_1 (stadium VARCHAR, team VARCHAR)
San Juan Jabloteh calls which stadium home?
SELECT innings FROM table_24039597_26 WHERE caught = 20
CREATE TABLE table_24039597_26 (innings VARCHAR, caught VARCHAR)
What was the innings when caught was 20?
SELECT matches FROM table_24039597_26 WHERE player = "MS Dhoni"
CREATE TABLE table_24039597_26 (matches VARCHAR, player VARCHAR)
What ist he matches where the player is ms dhoni?
SELECT stumped FROM table_24039597_26 WHERE innings = 143
CREATE TABLE table_24039597_26 (stumped VARCHAR, innings VARCHAR)
What is stumped when inning is 143?
SELECT COUNT(dismissals) FROM table_24039597_26 WHERE matches = 44
CREATE TABLE table_24039597_26 (dismissals VARCHAR, matches VARCHAR)
How many matches were 44?
SELECT MIN(stumped) FROM table_24039597_26 WHERE matches = 14
CREATE TABLE table_24039597_26 (stumped INTEGER, matches VARCHAR)
What is stumped when matches is 14?
SELECT COUNT(monarch) FROM table_24046134_1 WHERE crowned = "23 May 1059"
CREATE TABLE table_24046134_1 (monarch VARCHAR, crowned VARCHAR)
Name the total number of monarchs for 23 may 1059 crowned
SELECT playoffs FROM table_2402864_1 WHERE open_cup = "Did not qualify" AND year = 1998
CREATE TABLE table_2402864_1 (playoffs VARCHAR, open_cup VARCHAR, year VARCHAR)
What was the playoff result where the league did not qualify in the Open Cup in 1998?
SELECT MIN(year) FROM table_2402864_1 WHERE regular_season = "3rd, Southeast" AND league = "USL PDL"
CREATE TABLE table_2402864_1 (year INTEGER, regular_season VARCHAR, league VARCHAR)
What was the earliest year where USL PDL played in 3rd, Southeast season?
SELECT open_cup FROM table_2402864_1 WHERE year = 2003
CREATE TABLE table_2402864_1 (open_cup VARCHAR, year VARCHAR)
What was the Open Cup results for the year 2003?
SELECT MAX(total_evm_votes) FROM table_24051013_3
CREATE TABLE table_24051013_3 (total_evm_votes INTEGER)
What is the highest total for evm votes
SELECT episode FROM table_24051050_1 WHERE contest = "Heat 1"
CREATE TABLE table_24051050_1 (episode VARCHAR, contest VARCHAR)
In what episode did heat 1 take place?
SELECT events FROM table_24051050_1 WHERE episode = 12
CREATE TABLE table_24051050_1 (events VARCHAR, episode VARCHAR)
What events took place in episode 12?
SELECT challengers__female_ FROM table_24051050_1 WHERE episode = 28
CREATE TABLE table_24051050_1 (challengers__female_ VARCHAR, episode VARCHAR)
Which female challengers featured in episode 28?
SELECT COUNT(name) FROM table_24055352_1 WHERE hometown = "Los Angeles"
CREATE TABLE table_24055352_1 (name VARCHAR, hometown VARCHAR)
How many players came from Los Angeles?
SELECT height FROM table_24055352_1 WHERE hometown = "Los Angeles"
CREATE TABLE table_24055352_1 (height VARCHAR, hometown VARCHAR)
What is the height when the player is from Los Angeles?
SELECT height FROM table_24055352_1 WHERE name = "Kammeon Holsey"
CREATE TABLE table_24055352_1 (height VARCHAR, name VARCHAR)
What is Kammeon Holsey's height?
SELECT high_school FROM table_24055352_1 WHERE number = 5
CREATE TABLE table_24055352_1 (high_school VARCHAR, number VARCHAR)
What is the high school of the player number 5?
SELECT COUNT(world_record) FROM table_24062944_2 WHERE kenenisa_bekele___eth__ = "Marílson Gomes dos Santos ( BRA )"
CREATE TABLE table_24062944_2 (world_record VARCHAR, kenenisa_bekele___eth__ VARCHAR)
How many times is kenenisa bekele ( eth ) is marílson gomes dos santos ( bra )?
SELECT against FROM table_24074130_5 WHERE opponent = "Andreas Vinciguerra"
CREATE TABLE table_24074130_5 (against VARCHAR, opponent VARCHAR)
What is every entry for against with opponent Andreas Vinciguerra?
SELECT surface FROM table_24074130_5 WHERE against = "Sweden"
CREATE TABLE table_24074130_5 (surface VARCHAR, against VARCHAR)
What is every surface against Sweden?
SELECT win_lose FROM table_24074130_5 WHERE against = "Sweden"
CREATE TABLE table_24074130_5 (win_lose VARCHAR, against VARCHAR)
What is every entry in the win/lose against Sweden?
SELECT COUNT(production_code) FROM table_2409041_3 WHERE original_air_date = "November 16, 1990"
CREATE TABLE table_2409041_3 (production_code VARCHAR, original_air_date VARCHAR)
How many production codes have an original airdate of November 16, 1990?
SELECT MIN(no_in_series) FROM table_2409041_3 WHERE original_air_date = "March 1, 1991"
CREATE TABLE table_2409041_3 (no_in_series INTEGER, original_air_date VARCHAR)
What series number had an original airdate of March 1, 1991?
SELECT COUNT(production_code) FROM table_2409041_3 WHERE no_in_series = 39
CREATE TABLE table_2409041_3 (production_code VARCHAR, no_in_series VARCHAR)
How many production codes were in series 39?
SELECT written_by FROM table_2409041_3 WHERE no_in_season = 23
CREATE TABLE table_2409041_3 (written_by VARCHAR, no_in_season VARCHAR)
Who wrote season 23?
SELECT MIN(production_code) FROM table_2409041_5 WHERE no_in_series = 86
CREATE TABLE table_2409041_5 (production_code INTEGER, no_in_series VARCHAR)
What is the production code for episode number 86 in the series?
SELECT MAX(production_code) FROM table_2409041_5 WHERE original_air_date = "January 8, 1993"
CREATE TABLE table_2409041_5 (production_code INTEGER, original_air_date VARCHAR)
What is the production code for the episode that originally aired on January 8, 1993?
SELECT written_by FROM table_2409041_5 WHERE original_air_date = "January 15, 1993"
CREATE TABLE table_2409041_5 (written_by VARCHAR, original_air_date VARCHAR)
Who wrote the episode that originally aired on January 15, 1993?
SELECT title FROM table_2409041_5 WHERE no_in_series = 77
CREATE TABLE table_2409041_5 (title VARCHAR, no_in_series VARCHAR)
What is the name of episode number 77 in the series?
SELECT directed_by FROM table_2409041_2 WHERE no_in_series = 17
CREATE TABLE table_2409041_2 (directed_by VARCHAR, no_in_series VARCHAR)
When 17 is the number in series who is the director?
SELECT original_air_date FROM table_2409041_2 WHERE no_in_series = 21
CREATE TABLE table_2409041_2 (original_air_date VARCHAR, no_in_series VARCHAR)
When 21 is the number in series what is the air date?
SELECT written_by FROM table_2409041_2 WHERE production_code = 446004
CREATE TABLE table_2409041_2 (written_by VARCHAR, production_code VARCHAR)
When 446004 is the production code who are the writers?
SELECT title FROM table_2409041_9 WHERE written_by = "Gary M. Goodrich"
CREATE TABLE table_2409041_9 (title VARCHAR, written_by VARCHAR)
What was the name of the epiode written by Gary M. Goodrich?
SELECT directed_by FROM table_2409041_9 WHERE no_in_series = 179
CREATE TABLE table_2409041_9 (directed_by VARCHAR, no_in_series VARCHAR)
Who directed episode number 179 in the series?
SELECT voltage FROM table_24096813_15 WHERE part_number_s_ = "TT80503300"
CREATE TABLE table_24096813_15 (voltage VARCHAR, part_number_s_ VARCHAR)
What's the voltage of the model with part number TT80503300?
SELECT frequency FROM table_24096813_15 WHERE part_number_s_ = "TT80503300"
CREATE TABLE table_24096813_15 (frequency VARCHAR, part_number_s_ VARCHAR)
What's the frequency of the model with part number TT80503300?
SELECT part_number_s_ FROM table_24096813_15 WHERE tdp = "2.9 (Max.4.1~5.4) W"
CREATE TABLE table_24096813_15 (part_number_s_ VARCHAR, tdp VARCHAR)
What's the part number of the model with TDP of 2.9 (max.4.1~5.4) w?
SELECT l1_cache FROM table_24096813_15 WHERE sspec_number = "SL2Z3, SL28Q (myA0)"
CREATE TABLE table_24096813_15 (l1_cache VARCHAR, sspec_number VARCHAR)
What's the l1 cache of the model with sspec number sl2z3, sl28q (mya0)?
SELECT COUNT(region_4__australia_) FROM table_240936_2 WHERE region_2__uk_ = "July 9, 2007"
CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_2__uk_ VARCHAR)
How many region 4 dates are associated with a region 2 date of July 9, 2007?
SELECT region_1__can_ FROM table_240936_2 WHERE region_1__us_ = "January 16, 2007"
CREATE TABLE table_240936_2 (region_1__can_ VARCHAR, region_1__us_ VARCHAR)
What is the region 1 (Canada) date associated with a region 1 (US) date of January 16, 2007?
SELECT region_4__australia_ FROM table_240936_2 WHERE region_1__us_ = "January 16, 2007"
CREATE TABLE table_240936_2 (region_4__australia_ VARCHAR, region_1__us_ VARCHAR)
What is the region 4 (Aus) date associated with a region 1 (US) date of January 16, 2007?
SELECT region_2__uk_ FROM table_240936_2 WHERE region_4__australia_ = "July 31, 2008"
CREATE TABLE table_240936_2 (region_2__uk_ VARCHAR, region_4__australia_ VARCHAR)
What is the region 2 (UK) date associated with a region 4 (Aus) date of July 31, 2008?
SELECT region_1__can_ FROM table_240936_2 WHERE region_2__uk_ = "May 18, 2009"
CREATE TABLE table_240936_2 (region_1__can_ VARCHAR, region_2__uk_ VARCHAR)
What is the region 1 (Canada) date associated with a region 2 (UK) date of May 18, 2009?
SELECT directed_by FROM table_2409041_6 WHERE original_air_date = "September 24, 1993"
CREATE TABLE table_2409041_6 (directed_by VARCHAR, original_air_date VARCHAR)
Who was the director for the episode airing on September 24, 1993?
SELECT COUNT(no_in_series) FROM table_2409041_6 WHERE no_in_season = 18
CREATE TABLE table_2409041_6 (no_in_series VARCHAR, no_in_season VARCHAR)
In which series was season 18?
SELECT title FROM table_2409041_6 WHERE no_in_season = 2
CREATE TABLE table_2409041_6 (title VARCHAR, no_in_season VARCHAR)
What is the title of season 2?
SELECT brand_name FROM table_24099628_1 WHERE model__list_ = "E4xxx"
CREATE TABLE table_24099628_1 (brand_name VARCHAR, model__list_ VARCHAR)
What is the brand name associated with a model name e4xxx?
SELECT brand_name FROM table_24099628_1 WHERE model__list_ = "4x0"
CREATE TABLE table_24099628_1 (brand_name VARCHAR, model__list_ VARCHAR)
What is the brand name associated with the model 4x0?