answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT engine FROM table_22915134_2 WHERE example = "1985-2007 Yamaha V-Max Honda VFR800"
|
CREATE TABLE table_22915134_2 (engine VARCHAR, example VARCHAR)
|
When 1985-2007 yamaha v-max honda vfr800 is the example what is the engine is it?
|
SELECT engine FROM table_22915134_2 WHERE example = "Shinya Nakano's Kawasaki Ninja ZX-RR"
|
CREATE TABLE table_22915134_2 (engine VARCHAR, example VARCHAR)
|
When shinya nakano's kawasaki ninja zx-rr is the example what is the engine type?
|
SELECT COUNT(graphical) FROM table_22915134_2 WHERE ignition_timing = "68-292-68-292"
|
CREATE TABLE table_22915134_2 (graphical VARCHAR, ignition_timing VARCHAR)
|
When 68-292-68-292 is the ignition timing how many graphicals is it?
|
SELECT graphical FROM table_22915134_2 WHERE engine = "I4"
|
CREATE TABLE table_22915134_2 (graphical VARCHAR, engine VARCHAR)
|
When i4 is the engine what is the graphical?
|
SELECT COUNT(ignition_timing) FROM table_22915134_2 WHERE graphical = "1-1-0-0-1-1-0-0-"
|
CREATE TABLE table_22915134_2 (ignition_timing VARCHAR, graphical VARCHAR)
|
When 1-1-0-0-1-1-0-0- is the graphical how many ignition timings are there?
|
SELECT MAX(r) FROM table WHERE total = 6
|
CREATE TABLE table (r INTEGER, total VARCHAR)
|
If the total is 6, what is the maximum R?
|
SELECT MIN(r) FROM table WHERE player = Marcelo
|
CREATE TABLE table (r INTEGER, player VARCHAR, Marcelo VARCHAR)
|
If the player is Marcelo, what is the minimum R?
|
SELECT position FROM table WHERE player = Marcelo
|
CREATE TABLE table (position VARCHAR, player VARCHAR, Marcelo VARCHAR)
|
If the player is Marcelo, what is the position?
|
SELECT COUNT(r) FROM table WHERE position = AM AND league > 7.0
|
CREATE TABLE table (r VARCHAR, position VARCHAR, AM VARCHAR, league VARCHAR)
|
If the position is AM and the league is larger than 7.0, what is the total R number?
|
SELECT winner FROM table_22917458_15 WHERE stage = 1
|
CREATE TABLE table_22917458_15 (winner VARCHAR, stage VARCHAR)
|
Who was the Stage 1 winner?
|
SELECT winner FROM table_22917458_15 WHERE stage = 7
|
CREATE TABLE table_22917458_15 (winner VARCHAR, stage VARCHAR)
|
Who won Stage 7?
|
SELECT mountains_classification_klasyfikacja_górska FROM table_22917458_15 WHERE winner = "Alessandro Ballan"
|
CREATE TABLE table_22917458_15 (mountains_classification_klasyfikacja_górska VARCHAR, winner VARCHAR)
|
Who was the mountain classification winner in the stage won by Alessandro Ballan?
|
SELECT population_density__people_per_mi_2__ FROM table_22916979_1 WHERE land_area__mi_2__ = "135.09"
|
CREATE TABLE table_22916979_1 (population_density__people_per_mi_2__ VARCHAR, land_area__mi_2__ VARCHAR)
|
For the city whose land area was 135.09, what was the total population density?
|
SELECT metropolitan_area FROM table_22916979_1 WHERE land_area__mi_2__ = "23.80"
|
CREATE TABLE table_22916979_1 (metropolitan_area VARCHAR, land_area__mi_2__ VARCHAR)
|
Which major metropolitan area had a land area of 23.80?
|
SELECT COUNT(state) FROM table_22916979_1 WHERE population_density__people_per_mi_2__ = "10188.8"
|
CREATE TABLE table_22916979_1 (state VARCHAR, population_density__people_per_mi_2__ VARCHAR)
|
How many states had a population density of 10188.8?
|
SELECT COUNT(left) FROM table_2293402_2 WHERE nickname = "Cardinals"
|
CREATE TABLE table_2293402_2 (left VARCHAR, nickname VARCHAR)
|
Name the number of left for cardinals
|
SELECT institution FROM table_2293402_2 WHERE type = "Private"
|
CREATE TABLE table_2293402_2 (institution VARCHAR, type VARCHAR)
|
Name the school that is private
|
SELECT location FROM table_2293402_2 WHERE founded = 1798
|
CREATE TABLE table_2293402_2 (location VARCHAR, founded VARCHAR)
|
Name the location that was founded 1798
|
SELECT nickname FROM table_2293402_2 WHERE founded = 1798
|
CREATE TABLE table_2293402_2 (nickname VARCHAR, founded VARCHAR)
|
Name the nickname that was founded 1798
|
SELECT MIN(10), 000 + _places FROM table_22916979_5 WHERE principal_city = "Louisville"
|
CREATE TABLE table_22916979_5 (_places VARCHAR, principal_city VARCHAR)
|
Name the least 10,000+ places for louisville
|
SELECT density FROM table_22916979_5 WHERE densest_incorporated_place = "Pennsbury Village"
|
CREATE TABLE table_22916979_5 (density VARCHAR, densest_incorporated_place VARCHAR)
|
Name the density for pennsbury village
|
SELECT COUNT(rank) FROM table_22916979_5 WHERE densest_incorporated_place = "Stone Park"
|
CREATE TABLE table_22916979_5 (rank VARCHAR, densest_incorporated_place VARCHAR)
|
Name the number of rank for stone park
|
SELECT metropolitan_area FROM table_22916979_5 WHERE densest_incorporated_place = "North Bay Village"
|
CREATE TABLE table_22916979_5 (metropolitan_area VARCHAR, densest_incorporated_place VARCHAR)
|
Name the area for north bay village
|
SELECT region___nuts_2006_ FROM table_2293510_1 WHERE ppp__million_€_ = 23164
|
CREATE TABLE table_2293510_1 (region___nuts_2006_ VARCHAR, ppp__million_€_ VARCHAR)
|
Where is the PPP 23164 million €?
|
SELECT total__million_€__ FROM table_2293510_1 WHERE ppp__million_€_ = 21779
|
CREATE TABLE table_2293510_1 (total__million_€__ VARCHAR, ppp__million_€_ VARCHAR)
|
What's the total (in million €) in the region where PPP is 21779 million €?
|
SELECT _percentage_of_eu_average_gdp__ppp_ FROM table_2293510_1 WHERE €_per_capita__2005_ = 2519
|
CREATE TABLE table_2293510_1 (_percentage_of_eu_average_gdp__ppp_ VARCHAR, €_per_capita__2005_ VARCHAR)
|
What's the percentage of EU average GDP (PPP) in the region where € per capita is 2519
|
SELECT MAX(stage) FROM table_22941863_19 WHERE winner = "Bernhard Eisel"
|
CREATE TABLE table_22941863_19 (stage INTEGER, winner VARCHAR)
|
If the winner is Bernhard Eisel, what is the stage maximum?
|
SELECT mountains_classification FROM table_22941863_19 WHERE winner = "Bernhard Eisel"
|
CREATE TABLE table_22941863_19 (mountains_classification VARCHAR, winner VARCHAR)
|
What is the mountain classification name if the winner is Bernhard Eisel?
|
SELECT points_classification FROM table_22941863_19 WHERE stage = 3
|
CREATE TABLE table_22941863_19 (points_classification VARCHAR, stage VARCHAR)
|
If the stage is 3, what is the points classification name?
|
SELECT team_classification FROM table_22941863_19 WHERE stage = 9
|
CREATE TABLE table_22941863_19 (team_classification VARCHAR, stage VARCHAR)
|
If the stage is 9, what is the team classification name?
|
SELECT mountains_classification FROM table_22941863_19 WHERE winner = "Michael Albasini"
|
CREATE TABLE table_22941863_19 (mountains_classification VARCHAR, winner VARCHAR)
|
If the winner is Michael Albasini, what is the mountains classification name?
|
SELECT winner FROM table_22941863_19 WHERE sprints_classification = "no award"
|
CREATE TABLE table_22941863_19 (winner VARCHAR, sprints_classification VARCHAR)
|
What is the name of the winner when the sprints classification is no award?
|
SELECT us_viewers__in_millions_ FROM table_22951088_3 WHERE written_by = "Deidre Shaw"
|
CREATE TABLE table_22951088_3 (us_viewers__in_millions_ VARCHAR, written_by VARCHAR)
|
How many viewers (in millions) watched the episode written by deidre shaw?
|
SELECT original_air_date FROM table_22951088_3 WHERE no = 1
|
CREATE TABLE table_22951088_3 (original_air_date VARCHAR, no VARCHAR)
|
What was the original air date of episode number 1?
|
SELECT bowler FROM table_22962745_35 WHERE batsmen = "Dwaraka Ravi Teja RP Singh Pragyan Ojha"
|
CREATE TABLE table_22962745_35 (bowler VARCHAR, batsmen VARCHAR)
|
Who was the bowler when the batsmen was dwaraka ravi teja rp singh pragyan ojha?
|
SELECT COUNT(bowler) FROM table_22962745_35 WHERE batsmen = "David Hussey Azhar Mahmood Gurkeerat Singh"
|
CREATE TABLE table_22962745_35 (bowler VARCHAR, batsmen VARCHAR)
|
How many bowlers were there when david hussey azhar mahmood gurkeerat singh was the batsmen?
|
SELECT season FROM table_22962745_35 WHERE batsmen = "Herschelle Gibbs Andrew Symonds Venugopal Rao"
|
CREATE TABLE table_22962745_35 (season VARCHAR, batsmen VARCHAR)
|
What season was herschelle gibbs andrew symonds venugopal rao batsmen?
|
SELECT scorecard FROM table_22962745_35 WHERE batsmen = "Robin Uthappa Mark Boucher Jacques Kallis"
|
CREATE TABLE table_22962745_35 (scorecard VARCHAR, batsmen VARCHAR)
|
What was the scorecard when robin uthappa mark boucher jacques kallis was the batsmen?
|
SELECT MAX(no) FROM table_22962745_35 WHERE against = "Rajasthan Royals"
|
CREATE TABLE table_22962745_35 (no INTEGER, against VARCHAR)
|
What is the number when against is rajasthan royals?
|
SELECT COUNT(stellar_classification) FROM table_2296507_1 WHERE system = "3 Neptune planets < 1 AU"
|
CREATE TABLE table_2296507_1 (stellar_classification VARCHAR, system VARCHAR)
|
Name number of stellar classification for 3 neptune planets < 1 au
|
SELECT system FROM table_2296507_1 WHERE constellation = "Aries"
|
CREATE TABLE table_2296507_1 (system VARCHAR, constellation VARCHAR)
|
Name the system for aries
|
SELECT stellar_age__myr_ FROM table_2296507_1 WHERE stellar_classification = "F3V"
|
CREATE TABLE table_2296507_1 (stellar_age__myr_ VARCHAR, stellar_classification VARCHAR)
|
Name the stellar age for f3v
|
SELECT dust__or_debris__location__au_ FROM table_2296507_1 WHERE star = "HD 69830"
|
CREATE TABLE table_2296507_1 (dust__or_debris__location__au_ VARCHAR, star VARCHAR)
|
Name the dust for star being hd 69830
|
SELECT COUNT(name) FROM table_22977424_8 WHERE promoted_from_league = "Exeter Chiefs"
|
CREATE TABLE table_22977424_8 (name VARCHAR, promoted_from_league VARCHAR)
|
Name the number of names for exeter chiefs
|
SELECT name FROM table_22977424_8 WHERE promoted_to_league = "Henley Manchester"
|
CREATE TABLE table_22977424_8 (name VARCHAR, promoted_to_league VARCHAR)
|
Name the name for henley manchester
|
SELECT name FROM table_22977424_8 WHERE promoted_to_league = "Doncaster Newbury"
|
CREATE TABLE table_22977424_8 (name VARCHAR, promoted_to_league VARCHAR)
|
Name the name for doncaster newbury
|
SELECT season FROM table_22977424_8 WHERE promoted_from_league = "Rotherham Titans"
|
CREATE TABLE table_22977424_8 (season VARCHAR, promoted_from_league VARCHAR)
|
Name the season for rotherham titans
|
SELECT name FROM table_22977424_8 WHERE promoted_to_league = "Plymouth Albion Orrell"
|
CREATE TABLE table_22977424_8 (name VARCHAR, promoted_to_league VARCHAR)
|
Name the name for plymouth albion orrell
|
SELECT tail_number FROM table_229917_2 WHERE brief_description = "Crashed"
|
CREATE TABLE table_229917_2 (tail_number VARCHAR, brief_description VARCHAR)
|
What's the tail number of the airplane involved in the accident described as crashed?
|
SELECT COUNT(brief_description) FROM table_229917_2 WHERE fatalities = "0/161"
|
CREATE TABLE table_229917_2 (brief_description VARCHAR, fatalities VARCHAR)
|
How many different brief descriptions are there for crashes with 0/161 fatalities?
|
SELECT date__ddmmyyyy_ FROM table_229917_2 WHERE tail_number = "RA-85282"
|
CREATE TABLE table_229917_2 (date__ddmmyyyy_ VARCHAR, tail_number VARCHAR)
|
When did the airplane with tail number RA-85282 crash?
|
SELECT fatalities FROM table_229917_2 WHERE brief_description = "Ditched 300 m short of runway"
|
CREATE TABLE table_229917_2 (fatalities VARCHAR, brief_description VARCHAR)
|
How many fatalities were there in the crash described as ditched 300 m short of runway?
|
SELECT fatalities FROM table_229917_2 WHERE brief_description = "Crashed at take-off due to engine failure"
|
CREATE TABLE table_229917_2 (fatalities VARCHAR, brief_description VARCHAR)
|
How many fatalities were there in the crash described as crashed at take-off due to engine failure?
|
SELECT MIN(class_year) FROM table_22982552_9 WHERE player = "Vencie Glenn"
|
CREATE TABLE table_22982552_9 (class_year INTEGER, player VARCHAR)
|
What class year was Vencie Glenn from?
|
SELECT position FROM table_22982552_9 WHERE highlight_s_ = "5 career INTs"
|
CREATE TABLE table_22982552_9 (position VARCHAR, highlight_s_ VARCHAR)
|
What position did the player whose highlights were 5 career INTs play?
|
SELECT MIN(class_year) FROM table_22982552_9 WHERE highlight_s_ = "35 career INTs"
|
CREATE TABLE table_22982552_9 (class_year INTEGER, highlight_s_ VARCHAR)
|
What class year was the player whose highlights were 35 career INTs from?
|
SELECT MIN(class_year) FROM table_22982552_9 WHERE teams = "Buffalo"
|
CREATE TABLE table_22982552_9 (class_year INTEGER, teams VARCHAR)
|
What class year was the player who played for Buffalo from?
|
SELECT MIN(gore__number) FROM table_23014476_1 WHERE others__number = "6.6%"
|
CREATE TABLE table_23014476_1 (gore__number INTEGER, others__number VARCHAR)
|
Name the gore number for others # 6.6%
|
SELECT others__percentage FROM table_23014476_1 WHERE bush__number = 1372
|
CREATE TABLE table_23014476_1 (others__percentage VARCHAR, bush__number VARCHAR)
|
Name the others % for bush number 1372
|
SELECT gore__number FROM table_23014476_1 WHERE others__percentage = "5.3%"
|
CREATE TABLE table_23014476_1 (gore__number VARCHAR, others__percentage VARCHAR)
|
Name the gore number for others % being 5.3%
|
SELECT county FROM table_23014476_1 WHERE others__percentage = "5.8"
|
CREATE TABLE table_23014476_1 (county VARCHAR, others__percentage VARCHAR)
|
Name the couty for others% 5.8
|
SELECT COUNT(bush__percentage) FROM table_23014476_1 WHERE county = "Elko"
|
CREATE TABLE table_23014476_1 (bush__percentage VARCHAR, county VARCHAR)
|
Name the number of bush % for elko
|
SELECT team FROM table_22998777_1 WHERE poles = 1 AND series = "ADAC GT Masters"
|
CREATE TABLE table_22998777_1 (team VARCHAR, poles VARCHAR, series VARCHAR)
|
If the series is ADAC GT Masters and poles is 1, what is the name of the team?
|
SELECT COUNT(season) FROM table_22998777_1 WHERE position = "26th"
|
CREATE TABLE table_22998777_1 (season VARCHAR, position VARCHAR)
|
If the position of 26th what is the season total number?
|
SELECT season FROM table_22998777_1 WHERE points = "41"
|
CREATE TABLE table_22998777_1 (season VARCHAR, points VARCHAR)
|
If the points is 41, what is the season?
|
SELECT COUNT(season) FROM table_23014923_1 WHERE primary__south__winners = "Inter The Bloomfield"
|
CREATE TABLE table_23014923_1 (season VARCHAR, primary__south__winners VARCHAR)
|
If the primary (South) winners is Inter The Bloomfield, what is the season total number?
|
SELECT COUNT(season) FROM table_23014923_1 WHERE primary__south__winners = "Ridings High 'A'"
|
CREATE TABLE table_23014923_1 (season VARCHAR, primary__south__winners VARCHAR)
|
What is the season total number if the primary (South) winners is Ridings High 'A'?
|
SELECT season FROM table_23014923_1 WHERE intermediate__south__winners = "Southmead Athletic"
|
CREATE TABLE table_23014923_1 (season VARCHAR, intermediate__south__winners VARCHAR)
|
What is the year of the season if the intermediate (South) winners is Southmead Athletic?
|
SELECT season FROM table_23014923_1 WHERE minor__south__winners = "Bristol Sanctuary XI"
|
CREATE TABLE table_23014923_1 (season VARCHAR, minor__south__winners VARCHAR)
|
What is the season date if the minor (South) winners is Bristol Sanctuary XI?
|
SELECT COUNT(minor__south__winners) FROM table_23014923_1 WHERE primary__south__winners = "Mendip Gate"
|
CREATE TABLE table_23014923_1 (minor__south__winners VARCHAR, primary__south__winners VARCHAR)
|
What isthe minor (South) winners total number is the primary (South) winners is Mendip Gate?
|
SELECT area_damaged FROM table_23014685_1 WHERE target = "King Khalid Military City"
|
CREATE TABLE table_23014685_1 (area_damaged VARCHAR, target VARCHAR)
|
What area was damaged when King Khalid Military City was targeted?
|
SELECT place_ & _date FROM table_23014685_1 WHERE area_damaged = "Apartments area"
|
CREATE TABLE table_23014685_1 (place_ VARCHAR, _date VARCHAR, area_damaged VARCHAR)
|
What was the place and date that the Apartments area was damaged?
|
SELECT intercepted_by_patriot FROM table_23014685_1 WHERE area_damaged = "Parking lot"
|
CREATE TABLE table_23014685_1 (intercepted_by_patriot VARCHAR, area_damaged VARCHAR)
|
Was the missile intercepted by patriot when the parking lot was damaged?
|
SELECT MIN(no) FROM table_23014685_1 WHERE area_damaged = "Islamic University campus"
|
CREATE TABLE table_23014685_1 (no INTEGER, area_damaged VARCHAR)
|
What number missile led to damage to the Islamic University campus?
|
SELECT COUNT(year) FROM table_23015396_1 WHERE driver = "Mark Martin"
|
CREATE TABLE table_23015396_1 (year VARCHAR, driver VARCHAR)
|
Name the number of year for mark martin
|
SELECT COUNT(year) FROM table_23015396_1 WHERE date = "June 30"
|
CREATE TABLE table_23015396_1 (year VARCHAR, date VARCHAR)
|
Name the number of year for june 30
|
SELECT model_number FROM table_23028629_2 WHERE part_number_s_ = "CM80616003177ACBX80616I5660"
|
CREATE TABLE table_23028629_2 (model_number VARCHAR, part_number_s_ VARCHAR)
|
What is the model number for part numbers of cm80616003177acbx80616i5660?
|
SELECT release_price___usd__ FROM table_23028629_2 WHERE model_number = "Core i5-650"
|
CREATE TABLE table_23028629_2 (release_price___usd__ VARCHAR, model_number VARCHAR)
|
What is every release price(USD) for model number core i5-650?
|
SELECT COUNT(frequency) FROM table_23028629_2 WHERE model_number = "Core i5-655K"
|
CREATE TABLE table_23028629_2 (frequency VARCHAR, model_number VARCHAR)
|
How many frequencies have a model number of core i5-655k?
|
SELECT part_number_s_ FROM table_23028629_2 WHERE model_number = "Core i5-670"
|
CREATE TABLE table_23028629_2 (part_number_s_ VARCHAR, model_number VARCHAR)
|
What is every part number with model number core i5-670?
|
SELECT winner FROM table_23058971_8 WHERE big_ten_team = "#4 Purdue"
|
CREATE TABLE table_23058971_8 (winner VARCHAR, big_ten_team VARCHAR)
|
What is the record for Big Ten Team #4 Purdue?
|
SELECT avg_start FROM table_2308381_1 WHERE avg_finish = "24.2"
|
CREATE TABLE table_2308381_1 (avg_start VARCHAR, avg_finish VARCHAR)
|
Name the avg start for avg finish being 24.2
|
SELECT year FROM table_2308381_1 WHERE avg_start = "22.4"
|
CREATE TABLE table_2308381_1 (year VARCHAR, avg_start VARCHAR)
|
Name the year for avg start being 22.4
|
SELECT COUNT(kei) FROM table_23050383_1 WHERE economic_incentive_regime = "2.56"
|
CREATE TABLE table_23050383_1 (kei VARCHAR, economic_incentive_regime VARCHAR)
|
How many KEI catagories are listed when the economic incentive regime is 2.56?
|
SELECT innovation FROM table_23050383_1 WHERE economic_incentive_regime = "7.14"
|
CREATE TABLE table_23050383_1 (innovation VARCHAR, economic_incentive_regime VARCHAR)
|
What is the innovation when the economic incentive grime is 7.14?
|
SELECT education FROM table_23050383_1 WHERE country = "Nepal"
|
CREATE TABLE table_23050383_1 (education VARCHAR, country VARCHAR)
|
What is the education in Nepal?
|
SELECT 2008 AS _rank FROM table_23050383_1 WHERE country = "Djibouti"
|
CREATE TABLE table_23050383_1 (country VARCHAR)
|
What is the 2008 rank of Djibouti?
|
SELECT ict FROM table_23050383_1 WHERE education = "1.73" AND ki = "1.99"
|
CREATE TABLE table_23050383_1 (ict VARCHAR, education VARCHAR, ki VARCHAR)
|
What is the ICT when education is 1.73 and KI is ag 1.99?
|
SELECT education FROM table_23050383_1 WHERE economic_incentive_regime = "1.58"
|
CREATE TABLE table_23050383_1 (education VARCHAR, economic_incentive_regime VARCHAR)
|
What is the education when the economic incentive regime is 1.58?
|
SELECT original_air_date FROM table_23114705_7 WHERE nz_viewers__thousand_ = "456.58"
|
CREATE TABLE table_23114705_7 (original_air_date VARCHAR, nz_viewers__thousand_ VARCHAR)
|
What was the air date of the episod that had 456.58 thousand viewers?
|
SELECT season FROM table_2311410_1 WHERE winning_profit___aud__ = "$15,000"
|
CREATE TABLE table_2311410_1 (season VARCHAR, winning_profit___aud__ VARCHAR)
|
What season had a winning profit of $15,000?
|
SELECT COUNT(series_premiere) FROM table_2311410_1 WHERE season = "All-Stars"
|
CREATE TABLE table_2311410_1 (series_premiere VARCHAR, season VARCHAR)
|
How many series premieres did the season "All-stars" have?
|
SELECT erin_and_jake FROM table_2311410_5 WHERE week = 4
|
CREATE TABLE table_2311410_5 (erin_and_jake VARCHAR, week VARCHAR)
|
Name the erin and jake for week 4
|
SELECT MIN(no_in_series) FROM table_23117208_3 WHERE viewers__millions_ = "5.28"
|
CREATE TABLE table_23117208_3 (no_in_series INTEGER, viewers__millions_ VARCHAR)
|
when the number of spectator are 5.28 millions, which is the smallest number of the episode in series?
|
SELECT MAX(no_in_season) FROM table_23117208_3 WHERE no_in_series = 20
|
CREATE TABLE table_23117208_3 (no_in_season INTEGER, no_in_series VARCHAR)
|
which is the biggest number of episode in the season, where the number of the episode in series is 20?
|
SELECT title FROM table_23117208_3 WHERE viewers__millions_ = "5.60"
|
CREATE TABLE table_23117208_3 (title VARCHAR, viewers__millions_ VARCHAR)
|
what is the name of the episode when the number of spectators was 5.60 millions?
|
SELECT viewers__millions_ FROM table_23117208_3 WHERE prod_code = "RP#213"
|
CREATE TABLE table_23117208_3 (viewers__millions_ VARCHAR, prod_code VARCHAR)
|
how many millions of spectator did has the episode whose prod.code was rp#213?
|
SELECT MAX(no_in_season) FROM table_23117208_3 WHERE directed_by = "Constantine Makris"
|
CREATE TABLE table_23117208_3 (no_in_season INTEGER, directed_by VARCHAR)
|
which is the biggest number of episode in the season, when the director of the episode was Constantine Makris?
|
SELECT title FROM table_23117208_5 WHERE written_by = "Michael Rauch"
|
CREATE TABLE table_23117208_5 (title VARCHAR, written_by VARCHAR)
|
What is the name of the episode that was written by Michael Rauch?
|
SELECT no_in_series FROM table_23117208_5 WHERE directed_by = "Matthew Penn"
|
CREATE TABLE table_23117208_5 (no_in_series VARCHAR, directed_by VARCHAR)
|
For the episode directed by Matthew Penn, what is the total number in the series?
|
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.