answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT japan FROM table_name_88 WHERE total = "1.82 million"
What are the sales in Japan for the release totaling 1.82 million?
CREATE TABLE table_name_88 (japan VARCHAR, total VARCHAR)
SELECT MAX(conceded) FROM table_name_39 WHERE points > 17 AND team = "guaraní" AND losses < 6
Which Conceded is the highest one that has Points larger than 17, and a Team of guaraní, and Losses smaller than 6?
CREATE TABLE table_name_39 (conceded INTEGER, losses VARCHAR, points VARCHAR, team VARCHAR)
SELECT date FROM table_name_50 WHERE leading_scorer = "carlos boozer (23)"
What date was Carlos Boozer (23) the leading scorer?
CREATE TABLE table_name_50 (date VARCHAR, leading_scorer VARCHAR)
SELECT result FROM table_name_66 WHERE date = "november 23, 2008"
What was the final score of the game on November 23, 2008?
CREATE TABLE table_name_66 (result VARCHAR, date VARCHAR)
SELECT MAX(crowd) FROM table_name_74 WHERE venue = "kardinia park"
what was the largest attendance at kardinia park?
CREATE TABLE table_name_74 (crowd INTEGER, venue VARCHAR)
SELECT T1.series_name, T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Michael Chang' INTERSECT SELECT T1.series_name, T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Ben Jones'
Find the series name and country of the tv channel that is playing some cartoons directed by Ben Jones and Michael Chang?
CREATE TABLE TV_Channel (series_name VARCHAR, country VARCHAR, id VARCHAR); CREATE TABLE cartoon (Channel VARCHAR, directed_by VARCHAR)
SELECT MAX(prod_code) FROM table_27610775_1 WHERE directed_by = "Sean McNamara"
What is the maximum production code of the episode directed by Sean McNamara?
CREATE TABLE table_27610775_1 (prod_code INTEGER, directed_by VARCHAR)
SELECT MIN(first_elected) FROM table_name_36 WHERE results = "re-elected" AND incumbent = "jerry costello"
What is re-elected Incumbent Jerry Costello's First elected date?
CREATE TABLE table_name_36 (first_elected INTEGER, results VARCHAR, incumbent VARCHAR)
SELECT MAX(cuts_made) FROM table_1697190_1 WHERE wins = 0
Nme the most cuts made for wins being 0
CREATE TABLE table_1697190_1 (cuts_made INTEGER, wins VARCHAR)
SELECT COUNT(grid) FROM table_name_35 WHERE bike = "suzuki gsx-r1000 k7" AND time = "+13.283"
What is the total number for grid with a Suzuki GSX-R1000 K7 for +13.283?
CREATE TABLE table_name_35 (grid VARCHAR, bike VARCHAR, time VARCHAR)
SELECT written_by FROM table_20967430_2 WHERE prod_code = "4G07"
Name the written by for production code 4g07
CREATE TABLE table_20967430_2 (written_by VARCHAR, prod_code VARCHAR)
SELECT 102 AS kg FROM table_name_56 WHERE ri_song_hui___prk__ = "226kg"
What's the 102kg when the Ri Song-Hui was 226kg?
CREATE TABLE table_name_56 (ri_song_hui___prk__ VARCHAR)
SELECT SUM(Spent) FROM Student JOIN Visits_Restaurant ON Student.StuID = Visits_Restaurant.StuID WHERE Student.Fname = "Linda" AND Student.Lname = "Smith"
How long does student Linda Smith spend on the restaurant in total?
CREATE TABLE Visits_Restaurant (Spent INTEGER); CREATE TABLE Student (Spent INTEGER)
SELECT albedo_feature_name FROM table_name_65 WHERE name = "neruda"
What is the Albedo name for Neruda?
CREATE TABLE table_name_65 (albedo_feature_name VARCHAR, name VARCHAR)
SELECT MIN(year) FROM table_name_70 WHERE overall_pick = "8" AND name = "jordan hill"
What year was Jordan Hill picked overall number 8?
CREATE TABLE table_name_70 (year INTEGER, overall_pick VARCHAR, name VARCHAR)
SELECT COUNT(*) FROM ARTIST WHERE NOT artistid IN (SELECT artistid FROM ALBUM)
How many artists do not have any album?
CREATE TABLE ARTIST (artistid VARCHAR); CREATE TABLE ALBUM (artistid VARCHAR)
SELECT player FROM table_name_40 WHERE year_born = 1981
Who is the Player born in 1981?
CREATE TABLE table_name_40 (player VARCHAR, year_born VARCHAR)
SELECT party FROM table_1341586_36 WHERE incumbent = "Tony P. Hall"
What party was Tony P. Hall affiliated with?
CREATE TABLE table_1341586_36 (party VARCHAR, incumbent VARCHAR)
SELECT COUNT(max__number_of_players) FROM table_name_24 WHERE developer = "sega" AND main_title___alternate_title_s_ = "hang-on (cartridge version)"
What is the maximum number of players for the sega game, hang-on (cartridge version)?
CREATE TABLE table_name_24 (max__number_of_players VARCHAR, developer VARCHAR, main_title___alternate_title_s_ VARCHAR)
SELECT geo_id FROM table_name_83 WHERE longitude = -102.693028
What GEO ID has a longitude of -102.693028?
CREATE TABLE table_name_83 (geo_id VARCHAR, longitude VARCHAR)
SELECT entrant FROM table_28046929_2 WHERE co_driver = "Zdeněk Hrůza"
what is the entry where the other person is zdeněk hrůza
CREATE TABLE table_28046929_2 (entrant VARCHAR, co_driver VARCHAR)
SELECT MAX(tier_1_capital), _€_million FROM table_22368322_2 WHERE institution = "Irish Nationwide"
Name the most tier 1 capital for irish nationwide
CREATE TABLE table_22368322_2 (_€_million VARCHAR, tier_1_capital INTEGER, institution VARCHAR)
SELECT MIN(other) FROM table_name_47 WHERE albanians > 8793 AND roma < 1030
Tell me the lowest other for albanians more than 8793 and Roma less than 1030
CREATE TABLE table_name_47 (other INTEGER, albanians VARCHAR, roma VARCHAR)
SELECT year FROM table_name_87 WHERE english_title = "amélie"
English title of amélie had what year?
CREATE TABLE table_name_87 (year VARCHAR, english_title VARCHAR)
SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID ORDER BY t2.bonus DESC LIMIT 1
Find the name of the employee who got the highest one time bonus.
CREATE TABLE evaluation (Employee_ID VARCHAR, bonus VARCHAR); CREATE TABLE employee (name VARCHAR, Employee_ID VARCHAR)
SELECT decision FROM table_name_82 WHERE game > 6
What is the decision of the game larger than 6.
CREATE TABLE table_name_82 (decision VARCHAR, game INTEGER)
SELECT crowd FROM table_name_40 WHERE away_team = "essendon"
What was the size of the crowd when Essendon was the away team?
CREATE TABLE table_name_40 (crowd VARCHAR, away_team VARCHAR)
SELECT date FROM table_name_92 WHERE score = "4–5" AND visitor = "quebec nordiques"
When has Score of 4–5 and quebec nordiques as Visitor?
CREATE TABLE table_name_92 (date VARCHAR, score VARCHAR, visitor VARCHAR)
SELECT COUNT(debut_in_europe) FROM table_name_77 WHERE goals < 76 AND games > 151 AND rank > 5
How many debuts in Europe have less than 76 goals, more than 151 games, and a rank greater than 5?
CREATE TABLE table_name_77 (debut_in_europe VARCHAR, rank VARCHAR, goals VARCHAR, games VARCHAR)
SELECT series FROM table_name_96 WHERE season < 2003 AND podiums = "1" AND points = "n/a"
What Series has a season that is older than 2003 with a Podiums entry of 1 and a Points entry that is n/a?
CREATE TABLE table_name_96 (series VARCHAR, points VARCHAR, season VARCHAR, podiums VARCHAR)
SELECT definition FROM table_name_63 WHERE rank < 12 AND town = "tadcaster"
Which Definition has a Rank smaller than 12, and a Town of tadcaster?
CREATE TABLE table_name_63 (definition VARCHAR, rank VARCHAR, town VARCHAR)
SELECT competition FROM table_name_77 WHERE total = "428kg"
Which competition led to a total weight of 428kg?
CREATE TABLE table_name_77 (competition VARCHAR, total VARCHAR)
SELECT Advisor, COUNT(*) FROM Student GROUP BY Advisor ORDER BY COUNT(Advisor) DESC LIMIT 1
Which Advisor has most of students? List advisor and the number of students.
CREATE TABLE Student (Advisor VARCHAR)
SELECT MIN(gold) FROM table_name_24 WHERE bronze = 0 AND total < 2 AND silver < 0
What is the lowest gold when there are 0 bronze and the total is less than 2, and silver is less than 0?
CREATE TABLE table_name_24 (gold INTEGER, silver VARCHAR, bronze VARCHAR, total VARCHAR)
SELECT csa_5_20_09 FROM table_name_89 WHERE ifop__la_croix_5_15_09 = "26%"
Which Ipsos 5/16/09 has an Ifop- La Croix 5/15/09 of 26%?
CREATE TABLE table_name_89 (csa_5_20_09 VARCHAR, ifop__la_croix_5_15_09 VARCHAR)
SELECT masculine_u_stems FROM table_name_68 WHERE neuter_a_stems = "skipum"
What is the masculine u form for the old Swedish word with a neuter a form of skipum?
CREATE TABLE table_name_68 (masculine_u_stems VARCHAR, neuter_a_stems VARCHAR)
SELECT to_par FROM table_name_59 WHERE score = 69 - 70 = 139
What is the To par of the Player with a Score of 69-70=139?
CREATE TABLE table_name_59 (to_par VARCHAR, score VARCHAR)
SELECT party FROM table_name_3 WHERE name = "françois gendron"
François Gendron was in which party?
CREATE TABLE table_name_3 (party VARCHAR, name VARCHAR)
SELECT position FROM table_11803648_22 WHERE player = "Marcus Hogberg"
What is the position of player Marcus Hogberg?
CREATE TABLE table_11803648_22 (position VARCHAR, player VARCHAR)
SELECT venue FROM table_name_79 WHERE home_team = "north melbourne"
What is the venue of North Melbourne?
CREATE TABLE table_name_79 (venue VARCHAR, home_team VARCHAR)
SELECT score FROM table_name_7 WHERE team = "indiana"
What is Score, when Team is "Indiana"?
CREATE TABLE table_name_7 (score VARCHAR, team VARCHAR)
SELECT T2.Theme FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID WHERE T1.Population > 1000
Please show the themes of competitions with host cities having populations larger than 1000.
CREATE TABLE city (City_ID VARCHAR, Population INTEGER); CREATE TABLE farm_competition (Theme VARCHAR, Host_city_ID VARCHAR)
SELECT COUNT(number_of_hus__approximate_) FROM table_name_66 WHERE digits > 2 AND level = 6
What's the approximate number of HUs when there are more than 2 digits, and 6 levels?
CREATE TABLE table_name_66 (number_of_hus__approximate_ VARCHAR, digits VARCHAR, level VARCHAR)
SELECT inclination FROM table_name_9 WHERE mass = "≥ 6.6 +1.1 −1.0 m⊕"
What Inclination has a Mass of ≥ 6.6 +1.1 −1.0 m⊕?
CREATE TABLE table_name_9 (inclination VARCHAR, mass VARCHAR)
SELECT year__ceremony_ FROM table_21904740_1 WHERE spanish_title = "Viva Cuba"
When was Viva Cuba submitted?
CREATE TABLE table_21904740_1 (year__ceremony_ VARCHAR, spanish_title VARCHAR)
SELECT round FROM table_24099476_8 WHERE opponent = "Sergiy Stakhovsky"
In what round did he play against Sergiy Stakhovsky?
CREATE TABLE table_24099476_8 (round VARCHAR, opponent VARCHAR)
SELECT region FROM table_25042332_26 WHERE solar_panel = "0.3%"
What region has 0.3% solar panel?
CREATE TABLE table_25042332_26 (region VARCHAR, solar_panel VARCHAR)
SELECT average FROM table_26611679_3 WHERE games_played = 23
Name the average for 23 games played
CREATE TABLE table_26611679_3 (average VARCHAR, games_played VARCHAR)
SELECT total FROM table_21995420_6 WHERE school = "University of the Cordilleras UC Dance Squad"
What is every total for the University of the Cordilleras UC Dance Squad?
CREATE TABLE table_21995420_6 (total VARCHAR, school VARCHAR)
SELECT AVG(ends) FROM table_name_81 WHERE nat = "swe" AND transfer_window = "summer"
What is the average end year of the player from swe and a summer transfer window?
CREATE TABLE table_name_81 (ends INTEGER, nat VARCHAR, transfer_window VARCHAR)
SELECT score FROM table_name_30 WHERE player = "bill rogers"
What is the score of player bill rogers?
CREATE TABLE table_name_30 (score VARCHAR, player VARCHAR)
SELECT manner_of_departure FROM table_name_14 WHERE date_of_vacancy = "15 september 2008"
what is the manner of departure when the date of vacancy is 15 september 2008?
CREATE TABLE table_name_14 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
SELECT record FROM table_name_25 WHERE opponent = "kazuhiro nakamura"
Tell me the record for kazuhiro nakamura
CREATE TABLE table_name_25 (record VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_81 WHERE to_par > 15 AND money___$__ > 116 AND player = "billy burke"
What score has a to par greater than 15, money ($) greater than 116, with billy burke as the player?
CREATE TABLE table_name_81 (score VARCHAR, player VARCHAR, to_par VARCHAR, money___$__ VARCHAR)
SELECT event FROM table_name_36 WHERE year = 1986
Which Event has a Year of 1986?
CREATE TABLE table_name_36 (event VARCHAR, year VARCHAR)
SELECT written_by FROM table_29087004_2 WHERE directed_by = "Jos Humphrey" AND canada_original_airdate = "Unknown" AND united_states_original_airdate = "August 27, 2011"
Who wrote the episode directed by Jos Humphrey that had an original Canadian air date that was unknown and a United States original air date of August 27, 2011?
CREATE TABLE table_29087004_2 (written_by VARCHAR, united_states_original_airdate VARCHAR, directed_by VARCHAR, canada_original_airdate VARCHAR)
SELECT COUNT(*) FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId WHERE T1.Name = "AAC audio file"
How many tracks are in the AAC audio file media type?
CREATE TABLE MEDIATYPE (MediaTypeId VARCHAR, Name VARCHAR); CREATE TABLE TRACK (MediaTypeId VARCHAR)
SELECT opponent FROM table_name_46 WHERE date = "10-04-2007"
Name the opponent for 10-04-2007
CREATE TABLE table_name_46 (opponent VARCHAR, date VARCHAR)
SELECT AVG(wins) FROM table_name_14 WHERE rank < 1
On average, how many wins have a rank lower than 1?
CREATE TABLE table_name_14 (wins INTEGER, rank INTEGER)
SELECT AVG(league) AS Cup FROM table_name_87 WHERE total = 19 AND league < 15
Which League Cup that has a Total of 19 and a League smaller than 15?
CREATE TABLE table_name_87 (league INTEGER, total VARCHAR)
SELECT MIN(matches) FROM table_name_44 WHERE points > 6 AND results = "522:443"
Points larger than 6, and a Results of 522:443 had what lowest matches?
CREATE TABLE table_name_44 (matches INTEGER, points VARCHAR, results VARCHAR)
SELECT entrant FROM table_name_90 WHERE engine = "talbot l6" AND driver = "pierre levegh"
Who is the entrant when the engine is talbot l6 and the driver is pierre levegh?
CREATE TABLE table_name_90 (entrant VARCHAR, engine VARCHAR, driver VARCHAR)
SELECT score FROM table_name_74 WHERE game < 20 AND team = "portland"
What was the score against Portland in game numbers under 20?
CREATE TABLE table_name_74 (score VARCHAR, game VARCHAR, team VARCHAR)
SELECT LOCATION FROM gas_station ORDER BY open_year
order all gas station locations by the opening year.
CREATE TABLE gas_station (LOCATION VARCHAR, open_year VARCHAR)
SELECT tie_no FROM table_name_91 WHERE away_team = "wrexham"
What was the tie number when the away team was Wrexham?
CREATE TABLE table_name_91 (tie_no VARCHAR, away_team VARCHAR)
SELECT venue FROM table_name_5 WHERE away_team = "melbourne"
What is the name of the venue where the game played had an away team of Melbourne?
CREATE TABLE table_name_5 (venue VARCHAR, away_team VARCHAR)
SELECT title FROM table_1876825_5 WHERE production_code = "06-02-406"
What is title of episode 06-02-406?
CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR)
SELECT AVG(drawn) FROM table_name_58 WHERE difference = "14"
Which Drawn has a Difference of 14?
CREATE TABLE table_name_58 (drawn INTEGER, difference VARCHAR)
SELECT away_team AS score FROM table_name_49 WHERE venue = "victoria park"
What is the away team score at victoria park?
CREATE TABLE table_name_49 (away_team VARCHAR, venue VARCHAR)
SELECT europe FROM table_1914090_2 WHERE america = 403892
How many members did Europe have the year that America had 403892?
CREATE TABLE table_1914090_2 (europe VARCHAR, america VARCHAR)
SELECT COUNT(example_code__huc_) FROM table_name_48 WHERE level = 1
How many HUC example codes have 1 level?
CREATE TABLE table_name_48 (example_code__huc_ VARCHAR, level VARCHAR)
SELECT site FROM table_1601792_4 WHERE television_station = "TV3"
What site(s) for tv station tv3?
CREATE TABLE table_1601792_4 (site VARCHAR, television_station VARCHAR)
SELECT scores_by_each_individual_judge FROM table_name_10 WHERE total_score_week = "41/60" AND co_contestant__yaar_vs_pyaar_ = "shalini chandran"
What are the scores when total score/week is 41/60 and co-contestant is Shalini Chandran?
CREATE TABLE table_name_10 (scores_by_each_individual_judge VARCHAR, total_score_week VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
SELECT MIN(wins) FROM table_2187333_1
Name the least wins
CREATE TABLE table_2187333_1 (wins INTEGER)
SELECT Studio FROM film GROUP BY Studio HAVING COUNT(*) >= 2
List the names of studios that have at least two films.
CREATE TABLE film (Studio VARCHAR)
SELECT MAX(against) FROM table_name_35 WHERE status = "six nations" AND date = "02/03/2002"
Can you tell me the highest Against that has the Status of six nations, and the Date of 02/03/2002?
CREATE TABLE table_name_35 (against INTEGER, status VARCHAR, date VARCHAR)
SELECT COUNT(age) FROM table_22265261_1 WHERE sp = "200/1"
How old was the horse when the SP was 200/1?
CREATE TABLE table_22265261_1 (age VARCHAR, sp VARCHAR)
SELECT british FROM table_name_44 WHERE american = "i" AND australian = "i"
What's the British pronunciation when the American and Australian is i?
CREATE TABLE table_name_44 (british VARCHAR, american VARCHAR, australian VARCHAR)
SELECT name FROM table_name_69 WHERE series = "bb1" AND hometown = "bolton"
What is the name of the person from series bb1 with a hometown of Bolton?
CREATE TABLE table_name_69 (name VARCHAR, series VARCHAR, hometown VARCHAR)
SELECT area FROM table_name_63 WHERE roll = 26
What is the Area with 26 in Roll
CREATE TABLE table_name_63 (area VARCHAR, roll VARCHAR)
SELECT round FROM table_name_78 WHERE opponent = "jason fairn"
How many rounds was the match against Jason Fairn?
CREATE TABLE table_name_78 (round VARCHAR, opponent VARCHAR)
SELECT nationality FROM table_name_33 WHERE name = "janne happonen"
Which Nationality has a Name of janne happonen?
CREATE TABLE table_name_33 (nationality VARCHAR, name VARCHAR)
SELECT title FROM table_13301516_1 WHERE us_viewers__millions_ = "11.75"
Which episode was watched by 11.75 million U.S. viewers?
CREATE TABLE table_13301516_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT score FROM table_name_65 WHERE round = "5th" AND away_team = "bahia"
For the 5th round match with away team of Bahia, what was the final score?
CREATE TABLE table_name_65 (score VARCHAR, round VARCHAR, away_team VARCHAR)
SELECT position FROM table_16494599_4 WHERE school_club_team = "Bowling Green"
What position(s) do players from bowling green play?
CREATE TABLE table_16494599_4 (position VARCHAR, school_club_team VARCHAR)
SELECT MAX(flaps) FROM table_23128286_1 WHERE points = 109
How many flaps did he have when he had 109 points?
CREATE TABLE table_23128286_1 (flaps INTEGER, points VARCHAR)
SELECT per_capita FROM table_name_42 WHERE region = "greece"
What is the per capita of Greece?
CREATE TABLE table_name_42 (per_capita VARCHAR, region VARCHAR)
SELECT height FROM table_name_49 WHERE club = "havk mladost"
What is the height for club Havk Mladost?
CREATE TABLE table_name_49 (height VARCHAR, club VARCHAR)
SELECT MIN(width) FROM table_name_18 WHERE frame_size = "5k" AND height < 2700
What is the smallest width for a frame size of 5k and a height shorter than 2700?
CREATE TABLE table_name_18 (width INTEGER, frame_size VARCHAR, height VARCHAR)
SELECT location FROM table_name_40 WHERE method = "decision"
Which Location has a Method of decision?
CREATE TABLE table_name_40 (location VARCHAR, method VARCHAR)
SELECT sfc_in_g__kn·s_ FROM table_15944_5 WHERE specific_impulse__s_ = 453
What is the SFC when the specific impulse is 453?
CREATE TABLE table_15944_5 (sfc_in_g__kn·s_ VARCHAR, specific_impulse__s_ VARCHAR)
SELECT other_mozilla FROM table_1876262_10 WHERE firefox = "30.45%"
If Firefox is 30.45%, what is the other Mozilla amount?
CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, firefox VARCHAR)
SELECT type_of_game FROM table_name_91 WHERE results¹ = "2:1"
What game type has 2:1 as the results?
CREATE TABLE table_name_91 (type_of_game VARCHAR, results¹ VARCHAR)
SELECT elevation_ + _height FROM table_name_21 WHERE name = "halfbeak"
What is the elevation and height for Halfbeak?
CREATE TABLE table_name_21 (elevation_ VARCHAR, _height VARCHAR, name VARCHAR)
SELECT name FROM table_name_19 WHERE investigation = "thrombus imaging"
Tell me the naame of Investigation of thrombus imaging
CREATE TABLE table_name_19 (name VARCHAR, investigation VARCHAR)
SELECT home_team AS score FROM table_name_16 WHERE home_team = "fitzroy"
What was Fitzroy's score when they were the home team?
CREATE TABLE table_name_16 (home_team VARCHAR)
SELECT country FROM table_name_30 WHERE gdp__nominal_ = "$29.9 billion"
Which country has a GDP (nominal) of $29.9 billion?
CREATE TABLE table_name_30 (country VARCHAR, gdp__nominal_ VARCHAR)
SELECT MAX(area__km_2__) FROM table_name_96 WHERE province = "ontario" AND status = "town" AND municipality = "minto" AND rank < 84
What is the highest Area (KM 2) for the Province of Ontario, that has the Status of Town, a Municipality of Minto, and a Rank that's smaller than 84?
CREATE TABLE table_name_96 (area__km_2__ INTEGER, rank VARCHAR, municipality VARCHAR, province VARCHAR, status VARCHAR)
SELECT SUM(year) FROM table_name_57 WHERE location = "newport, rhode island"
What is the sum for the year with a location of newport, rhode island?
CREATE TABLE table_name_57 (year INTEGER, location VARCHAR)
SELECT COUNT(music_genre_style) FROM table_10416547_1 WHERE lyrics_theme_style = "Detective story"
What is the total number of music genre/style in which the lyrics are a detective story?
CREATE TABLE table_10416547_1 (music_genre_style VARCHAR, lyrics_theme_style VARCHAR)