answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT play FROM table_name_67 WHERE author = "aeschylus" AND base = "athens"
What play has a base of Athens and was written by Aeschylus?
CREATE TABLE table_name_67 (play VARCHAR, author VARCHAR, base VARCHAR)
SELECT MIN AS $25___1_4_oz FROM table_name_57 WHERE $10___1_10_oz = "70,250"
WHAT IS THE LOWEST $25-1/4 OZ COIN WITH A $10-1/10 OZ OF $70,250?
CREATE TABLE table_name_57 (MIN VARCHAR, $10___1_10_oz VARCHAR)
SELECT us_cash_box FROM table_name_20 WHERE year < 1978 AND us_billboard = 35
What is the US cash box before 1978 with a US billboard of 35?
CREATE TABLE table_name_20 (us_cash_box VARCHAR, year VARCHAR, us_billboard VARCHAR)
SELECT draws FROM table_name_80 WHERE wins = "did not qualify"
What is Draws, when Wins is "Did Not Qualify"?
CREATE TABLE table_name_80 (draws VARCHAR, wins VARCHAR)
SELECT MIN(points) FROM table_name_92 WHERE chassis = "kurtis kraft 3000" AND year < 1951
Name the least points with chassis of kurtis kraft 3000 and year before 1951
CREATE TABLE table_name_92 (points INTEGER, chassis VARCHAR, year VARCHAR)
SELECT captain FROM table_name_9 WHERE team = "portsmouth"
Who captains Portsmouth?
CREATE TABLE table_name_9 (captain VARCHAR, team VARCHAR)
SELECT team_1 FROM table_name_13 WHERE team_2 = "al tahrir"
What is Team 1 where Team 2 is al tahrir?
CREATE TABLE table_name_13 (team_1 VARCHAR, team_2 VARCHAR)
SELECT school FROM table_name_50 WHERE team = "minnesota twins" AND position = "ss"
From which school did the Minnesota Twins SS come from?
CREATE TABLE table_name_50 (school VARCHAR, team VARCHAR, position VARCHAR)
SELECT time FROM table_name_94 WHERE show_name = "classic hits"
When does Classic Hits air?
CREATE TABLE table_name_94 (time VARCHAR, show_name VARCHAR)
SELECT tournament FROM table_name_6 WHERE date = "jul 14, 2013"
Which Tournament has a Date of jul 14, 2013?
CREATE TABLE table_name_6 (tournament VARCHAR, date VARCHAR)
SELECT venue FROM table_name_54 WHERE state = "indiana" AND host = "purdue university"
What venue is located in Indiana and hosted at Purdue University?
CREATE TABLE table_name_54 (venue VARCHAR, state VARCHAR, host VARCHAR)
SELECT MAX(crowd) FROM table_name_11 WHERE venue = "mcg"
What was the attendance when VFL played MCG?
CREATE TABLE table_name_11 (crowd INTEGER, venue VARCHAR)
SELECT college FROM table_name_45 WHERE player = "marcus wilson"
What college did Marcus Wilson attend?
CREATE TABLE table_name_45 (college VARCHAR, player VARCHAR)
SELECT score FROM table_name_98 WHERE home = "new york rangers"
What is the score of the game when the New York Rangers were the home team?
CREATE TABLE table_name_98 (score VARCHAR, home VARCHAR)
SELECT MAX(rank) FROM table_name_6 WHERE bronze = 0 AND total < 3 AND nation = "austria"
What kind of Rank has a Bronze of 0 and a Total smaller than 3 and a Nation of austria?
CREATE TABLE table_name_6 (rank INTEGER, nation VARCHAR, bronze VARCHAR, total VARCHAR)
SELECT segment_b FROM table_15187735_21 WHERE segment_c = "Standby Generators (Part 1)"
What are the titles of segment b when segment c is standby generators (part 1)?
CREATE TABLE table_15187735_21 (segment_b VARCHAR, segment_c VARCHAR)
SELECT season FROM table_14242137_11 WHERE regionalliga_nord = "VfB Oldenburg"
what's the season with regionalliga nord being vfb oldenburg
CREATE TABLE table_14242137_11 (season VARCHAR, regionalliga_nord VARCHAR)
SELECT COUNT(game) FROM table_name_31 WHERE score = "116–138"
What is the game number with a score of 116–138?
CREATE TABLE table_name_31 (game VARCHAR, score VARCHAR)
SELECT cfl_team FROM table_name_68 WHERE position = "d"
what is the cfl team for position d?
CREATE TABLE table_name_68 (cfl_team VARCHAR, position VARCHAR)
SELECT salmonella FROM table_10321124_1 WHERE escherichia = "SepB (EscN)"
what's the salmonella with escherichia being sepb (escn)
CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR)
SELECT average_attendance FROM table_name_75 WHERE total_attendance = "2268508"
What's the average attendance of the league with a total attendance of 2268508?
CREATE TABLE table_name_75 (average_attendance VARCHAR, total_attendance VARCHAR)
SELECT television_service FROM table_name_54 WHERE package_option = "sky famiglia" AND language = "italian"
What is Television Service, when Package/Option is Sky Famiglia, and when Language is Italian?
CREATE TABLE table_name_54 (television_service VARCHAR, package_option VARCHAR, language VARCHAR)
SELECT T2.department_name, T1.department_id FROM Degree_Programs AS T1 JOIN Departments AS T2 ON T1.department_id = T2.department_id GROUP BY T1.department_id ORDER BY COUNT(*) DESC LIMIT 1
Which department offers the most number of degrees? List department name and id.
CREATE TABLE Degree_Programs (department_id VARCHAR); CREATE TABLE Departments (department_name VARCHAR, department_id VARCHAR)
SELECT races FROM table_name_38 WHERE points = "125"
Which races did they accumulate at least 125 points?
CREATE TABLE table_name_38 (races VARCHAR, points VARCHAR)
SELECT MAX(crowd) FROM table_name_74 WHERE venue = "victoria park"
What was the highest crowd in Victoria Park?
CREATE TABLE table_name_74 (crowd INTEGER, venue VARCHAR)
SELECT san_antonio_de_lomerío_municipality___percentage_ FROM table_19998428_3 WHERE san_javier_municipality___percentage_ = 31
What is the municipality percentage for San Antonio de Lomerio is San Javier municipality percentage is 31?
CREATE TABLE table_19998428_3 (san_antonio_de_lomerío_municipality___percentage_ VARCHAR, san_javier_municipality___percentage_ VARCHAR)
SELECT club FROM table_name_34 WHERE fa_trophy > 2 AND fa_cup > 2
Which club had more than 2 FA trophies and more than 2 FA cups?
CREATE TABLE table_name_34 (club VARCHAR, fa_trophy VARCHAR, fa_cup VARCHAR)
SELECT storm FROM table_name_58 WHERE dance = "4" AND clash = "3"
Which storm has a clash of 3 and a dance of 4?
CREATE TABLE table_name_58 (storm VARCHAR, dance VARCHAR, clash VARCHAR)
SELECT writer FROM table_name_85 WHERE producer_executive_producer = "dka, jl, as"
Which writer had a producer DKA, JL, AS?
CREATE TABLE table_name_85 (writer VARCHAR, producer_executive_producer VARCHAR)
SELECT surface FROM table_name_44 WHERE opponents = "iryna bremond valeria savinykh"
What is the surface of the match when the opponent was iryna bremond valeria savinykh?
CREATE TABLE table_name_44 (surface VARCHAR, opponents VARCHAR)
SELECT case_length FROM table_name_90 WHERE rim_diameter = "13.20 (.518)"
Which Case length has a Rim diameter of 13.20 (.518)?
CREATE TABLE table_name_90 (case_length VARCHAR, rim_diameter VARCHAR)
SELECT school FROM table_11677691_2 WHERE player = "Ha'Sean Clinton-Dix"
WHAT SCHOOL DOES HA'SEAN CLINTON-DIX BELONG TO?
CREATE TABLE table_11677691_2 (school VARCHAR, player VARCHAR)
SELECT opponent FROM table_14102379_4 WHERE stadium = "Jeppesen stadium"
what's the opponent with stadium being jeppesen stadium
CREATE TABLE table_14102379_4 (opponent VARCHAR, stadium VARCHAR)
SELECT MAX(round) FROM table_name_70 WHERE position = "defensive tackle"
What's the highest round for a defensive tackle position?
CREATE TABLE table_name_70 (round INTEGER, position VARCHAR)
SELECT country FROM table_name_91 WHERE score = 68 - 73 - 69 = 210
What is the country with a 68-73-69=210 score?
CREATE TABLE table_name_91 (country VARCHAR, score VARCHAR)
SELECT MIN(points) FROM table_14889048_2 WHERE scored = 15
How many points when 15 is scored is considered the minimum?
CREATE TABLE table_14889048_2 (points INTEGER, scored VARCHAR)
SELECT MAX(goals_against) FROM table_name_94 WHERE goals_for > 55 AND goal_difference = "+24"
What is the highest number of goals against when the number of goals were 55 and the difference was +24?
CREATE TABLE table_name_94 (goals_against INTEGER, goals_for VARCHAR, goal_difference VARCHAR)
SELECT venue FROM table_name_78 WHERE year = 1965
Which venue hosted a tournament in 1965?
CREATE TABLE table_name_78 (venue VARCHAR, year VARCHAR)
SELECT losing_bonus FROM table_name_52 WHERE "lost" = "lost"
With a lost of lost what was the losing bonus?
CREATE TABLE table_name_52 (losing_bonus VARCHAR)
SELECT MIN(caps) FROM table_name_70 WHERE club_province = "ospreys" AND date_of_birth__age_ = "19 september 1985"
Which Caps is the lowest one that has a Club/province of ospreys, and a Date of Birth (Age) of 19 september 1985?
CREATE TABLE table_name_70 (caps INTEGER, club_province VARCHAR, date_of_birth__age_ VARCHAR)
SELECT MIN(pick__number) FROM table_28059992_5 WHERE player = "Andy Brereton"
What draft pick number was Andy Brereton?
CREATE TABLE table_28059992_5 (pick__number INTEGER, player VARCHAR)
SELECT tournament FROM table_name_29 WHERE winning_score = "2 and 1"
what is the tournament when the winning score is 2 and 1?
CREATE TABLE table_name_29 (tournament VARCHAR, winning_score VARCHAR)
SELECT origin FROM table_name_84 WHERE chart_no = 52
What is origin country for a title that charted at 52?
CREATE TABLE table_name_84 (origin VARCHAR, chart_no VARCHAR)
SELECT AVG(league_cup_goals) FROM table_name_78 WHERE position = "df" AND total_goals > 4
what is the average league cup goals when the position is df and total goals is more than 4?
CREATE TABLE table_name_78 (league_cup_goals INTEGER, position VARCHAR, total_goals VARCHAR)
SELECT engine_type FROM table_1147705_1 WHERE max_torque_at_rpm = "N·m ( lbf·ft ) @ 4,800"
What is the engine type when the max torque at rpm is n·m ( lbf·ft ) @ 4,800 Answers:?
CREATE TABLE table_1147705_1 (engine_type VARCHAR, max_torque_at_rpm VARCHAR)
SELECT COUNT(penalties) FROM table_20505342_1 WHERE conversions = 29
How many seasons featured 29 conversions?
CREATE TABLE table_20505342_1 (penalties VARCHAR, conversions VARCHAR)
SELECT Event_ID FROM Participants_in_Events GROUP BY Event_ID ORDER BY COUNT(*) DESC LIMIT 1
What is the id of the event with the most participants?
CREATE TABLE Participants_in_Events (Event_ID VARCHAR)
SELECT name FROM table_name_87 WHERE replacement = "michael skibbe"
What is the name of the manager who was replaced by michael skibbe?
CREATE TABLE table_name_87 (name VARCHAR, replacement VARCHAR)
SELECT t2.id, t2.local_authority FROM weekly_weather AS t1 JOIN station AS t2 ON t1.station_id = t2.id GROUP BY t1.station_id ORDER BY AVG(high_temperature) DESC LIMIT 1
Find the id and local authority of the station with has the highest average high temperature.
CREATE TABLE weekly_weather (station_id VARCHAR); CREATE TABLE station (id VARCHAR, local_authority VARCHAR)
SELECT venue FROM table_name_61 WHERE score = "1:3" AND team_2 = "binh duong"
What was the venue of the match where the score was 1:3 and team 2 was binh duong?
CREATE TABLE table_name_61 (venue VARCHAR, score VARCHAR, team_2 VARCHAR)
SELECT AVG(Injured) FROM perpetrator
What is the average number of people injured by all perpetrators?
CREATE TABLE perpetrator (Injured INTEGER)
SELECT mixed_doubles FROM table_14496232_2 WHERE womens_singles = "Zhu Lin"
Name the mixed doubles for zhu lin
CREATE TABLE table_14496232_2 (mixed_doubles VARCHAR, womens_singles VARCHAR)
SELECT MIN(number_of_seats) FROM table_name_93 WHERE current_status = "retired" AND year_placed_in_service = "1981"
What is the smallest number of seats in a retired vehicle that was started in service in 1981?
CREATE TABLE table_name_93 (number_of_seats INTEGER, current_status VARCHAR, year_placed_in_service VARCHAR)
SELECT away_team AS score FROM table_name_51 WHERE home_team = "south melbourne"
What was the away team's score when South Melbourne was the home team?
CREATE TABLE table_name_51 (away_team VARCHAR, home_team VARCHAR)
SELECT SUM(year) FROM table_name_29 WHERE awards = "62nd golden globe awards"
How many years were there for the 62nd golden globe awards?
CREATE TABLE table_name_29 (year INTEGER, awards VARCHAR)
SELECT away FROM table_name_24 WHERE home = "guelph gargoyles"
What is Away, when Home is Guelph Gargoyles?
CREATE TABLE table_name_24 (away VARCHAR, home VARCHAR)
SELECT date FROM table_name_80 WHERE location = "michie stadium • west point, ny"
What is the Date for the game at michie stadium • west point, ny?
CREATE TABLE table_name_80 (date VARCHAR, location VARCHAR)
SELECT COUNT(no) FROM table_15827397_1 WHERE name = "City of Birmingham"
How many locomotives have a name of City of Birmingham
CREATE TABLE table_15827397_1 (no VARCHAR, name VARCHAR)
SELECT country FROM table_name_89 WHERE money__$_ = "400" AND player = "leland gibson"
What Country is Player Leland Gibson with Money of 400 from?
CREATE TABLE table_name_89 (country VARCHAR, money__$_ VARCHAR, player VARCHAR)
SELECT first_edition FROM table_name_50 WHERE isbn = "978-0785166252"
Which first edition has an ISBN of 978-0785166252?
CREATE TABLE table_name_50 (first_edition VARCHAR, isbn VARCHAR)
SELECT COUNT(title) FROM table_23242933_2 WHERE us_viewers__millions_ = "7.84"
How many different titles are there of episodes that have been seen by 7.84 million people in the US/
CREATE TABLE table_23242933_2 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT party FROM table_name_77 WHERE constiuency = "council member for the fifth district"
What is the Party of the council member for the Fifth District?
CREATE TABLE table_name_77 (party VARCHAR, constiuency VARCHAR)
SELECT MAX(sample_size) FROM table_name_35 WHERE date_s__administered = "october 18"
What is the highest sample size administered on October 18?
CREATE TABLE table_name_35 (sample_size INTEGER, date_s__administered VARCHAR)
SELECT date FROM table_name_44 WHERE home_team = "southend united"
When was Southend United the home team?
CREATE TABLE table_name_44 (date VARCHAR, home_team VARCHAR)
SELECT outcome FROM table_name_75 WHERE score = "6–3, 6–4"
What is the Outcome of the match with a Score of 6–3, 6–4?
CREATE TABLE table_name_75 (outcome VARCHAR, score VARCHAR)
SELECT MAX(wins) FROM table_name_33 WHERE losses = 5 AND against > 1205
What is the wins when there are 5 losses, and against is more than 1205?
CREATE TABLE table_name_33 (wins INTEGER, losses VARCHAR, against VARCHAR)
SELECT points_for FROM table_name_8 WHERE points_against = "points against"
what's the points total when points against was points against?
CREATE TABLE table_name_8 (points_for VARCHAR, points_against VARCHAR)
SELECT score FROM table_name_21 WHERE place = "t5" AND country = "united states" AND player = "davis love iii"
What is Score, when Place is "T5", when Country is "United States", and when Player is "Davis Love III"?
CREATE TABLE table_name_21 (score VARCHAR, player VARCHAR, place VARCHAR, country VARCHAR)
SELECT DISTINCT T2.thing_id, T2.Type_of_Thing_Code FROM Timed_Status_of_Things AS T1 JOIN Things AS T2 ON T1.thing_id = T2.thing_id WHERE T1.Status_of_Thing_Code = 'Close' OR T1.Date_and_Date < '2017-06-19 02:59:21'
What are the distinct id and type of the thing that has the status 'Close' or has a status record before the date '2017-06-19 02:59:21'
CREATE TABLE Timed_Status_of_Things (thing_id VARCHAR, Status_of_Thing_Code VARCHAR, Date_and_Date VARCHAR); CREATE TABLE Things (thing_id VARCHAR, Type_of_Thing_Code VARCHAR)
SELECT points_for FROM table_name_44 WHERE losing_bonus = "2" AND points_against = "300"
How many points did the club with a losing bonus of 2 and 300 points against have?
CREATE TABLE table_name_44 (points_for VARCHAR, losing_bonus VARCHAR, points_against VARCHAR)
SELECT season FROM table_2311410_1 WHERE winning_profit___aud__ = "$15,000"
What season had a winning profit of $15,000?
CREATE TABLE table_2311410_1 (season VARCHAR, winning_profit___aud__ VARCHAR)
SELECT replaced_by FROM table_name_30 WHERE position_in_table = "11th" AND manner_of_departure = "resigned"
Who was the manager that was positioned 11th in table and resigned in departure?
CREATE TABLE table_name_30 (replaced_by VARCHAR, position_in_table VARCHAR, manner_of_departure VARCHAR)
SELECT first_party FROM table_name_18 WHERE second_member = "hon. rowland hill" AND election = "1857"
What is the first party with second member Hon. Rowland Hill, in the 1857 election?
CREATE TABLE table_name_18 (first_party VARCHAR, second_member VARCHAR, election VARCHAR)
SELECT date FROM table_name_42 WHERE total < 19 AND venue = "anz stadium"
What day was the total smaller than 19 at Venue of anz stadium?
CREATE TABLE table_name_42 (date VARCHAR, total VARCHAR, venue VARCHAR)
SELECT original_air_date FROM table_24910742_1 WHERE no_in_season = 18
What was the airdate of episode number 18?
CREATE TABLE table_24910742_1 (original_air_date VARCHAR, no_in_season 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 country FROM table_name_12 WHERE place = "t6" AND player = "tom weiskopf"
From what Country is T6 Place Player Tom Weiskopf?
CREATE TABLE table_name_12 (country VARCHAR, place VARCHAR, player VARCHAR)
SELECT money___$__ FROM table_name_40 WHERE place = "t6" AND player = "chris dimarco"
What is the Money ($) when the Place is t6, and Player is chris dimarco?
CREATE TABLE table_name_40 (money___$__ VARCHAR, place VARCHAR, player VARCHAR)
SELECT korean FROM table_name_89 WHERE city = "pohang"
What's the Korean word for Pohang?
CREATE TABLE table_name_89 (korean VARCHAR, city VARCHAR)
SELECT MAX(aircraft_movements) FROM table_13836704_9 WHERE international_passengers = 21002260
what is the maximum aircraft movements with international passengers being 21002260
CREATE TABLE table_13836704_9 (aircraft_movements INTEGER, international_passengers VARCHAR)
SELECT party FROM table_name_86 WHERE incumbent = "stanyarne wilson"
What party has an incumbent of Stanyarne Wilson?
CREATE TABLE table_name_86 (party VARCHAR, incumbent VARCHAR)
SELECT tournament FROM table_name_13 WHERE score = "6–3, 2–6, 6–3"
What Tournament had a Score of 6–3, 2–6, 6–3?
CREATE TABLE table_name_13 (tournament VARCHAR, score VARCHAR)
SELECT home_team FROM table_name_40 WHERE venue = "mcg"
Who was the home team at MCG?
CREATE TABLE table_name_40 (home_team VARCHAR, venue VARCHAR)
SELECT SUM(total) FROM table_name_94 WHERE rank < 3 AND tally = "2-5"
What is the sum of totals for ranks under 3 with tallies of 2-5?
CREATE TABLE table_name_94 (total INTEGER, rank VARCHAR, tally VARCHAR)
SELECT date FROM table_name_98 WHERE class = "gts" AND circuit = "mosport international raceway"
Which date was a GTS class on the Mosport International Raceway?
CREATE TABLE table_name_98 (date VARCHAR, class VARCHAR, circuit VARCHAR)
SELECT opponent FROM table_name_21 WHERE game_site = "indianapolis hoosierdome"
Who was the Opponent at the Game Site Indianapolis Hoosierdome?
CREATE TABLE table_name_21 (opponent VARCHAR, game_site VARCHAR)
SELECT mens_singles FROM table_12275551_1 WHERE womens_singles = "Sayaka Sato"
Who won the mens singles when sayaka sato won the womens singles?
CREATE TABLE table_12275551_1 (mens_singles VARCHAR, womens_singles VARCHAR)
SELECT title FROM table_name_67 WHERE format = "cd" AND artist = "misfits"
What is the title of the Misfits with a CD format?
CREATE TABLE table_name_67 (title VARCHAR, format VARCHAR, artist VARCHAR)
SELECT SUM(fac___lc_g) FROM table_name_30 WHERE cl_g < 2 AND total_apps < 5 AND UEfa_yc > 0
What is the sum of the FAC/LC G with a CL G less than 2, less than 5 total apps, and a UEFA YC greater than 0?
CREATE TABLE table_name_30 (fac___lc_g INTEGER, UEfa_yc VARCHAR, cl_g VARCHAR, total_apps VARCHAR)
SELECT DISTINCT T1.cust_name, T1.credit_score FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id
Find the name and credit score of the customers who have some loans.
CREATE TABLE customer (cust_name VARCHAR, credit_score VARCHAR, cust_id VARCHAR); CREATE TABLE loan (cust_id VARCHAR)
SELECT release_date FROM table_name_54 WHERE series = "mm" AND title = "land of the midnight fun"
When was land of the midnight fun in the mm series released?
CREATE TABLE table_name_54 (release_date VARCHAR, series VARCHAR, title VARCHAR)
SELECT radio_stations FROM table_23143607_1 WHERE organization = "Ente Público Radio Televisión Madrid (EPRTVM)"
Which of the radio stations has the organization of ente público radio televisión madrid (eprtvm)?
CREATE TABLE table_23143607_1 (radio_stations VARCHAR, organization VARCHAR)
SELECT competition FROM table_name_68 WHERE date = "july 7"
What is the Competition on July 7?
CREATE TABLE table_name_68 (competition VARCHAR, date VARCHAR)
SELECT semifinalists FROM table_name_29 WHERE tournament = "cincinnati"
What is the Semifinalists that has a Tournament of Cincinnati?
CREATE TABLE table_name_29 (semifinalists VARCHAR, tournament VARCHAR)
SELECT round FROM table_name_4 WHERE circuit = "portland international raceway"
What round was the circuit portland international raceway?
CREATE TABLE table_name_4 (round VARCHAR, circuit VARCHAR)
SELECT COUNT(july__avg_low_) AS °f_ FROM table_name_28 WHERE january__avg_high_°f_ = "30.4"
What is the july average low associated with a january average high of 30.4?
CREATE TABLE table_name_28 (july__avg_low_ VARCHAR, january__avg_high_°f_ VARCHAR)
SELECT composition FROM table_1307572_1 WHERE edge = "Rounded, plain"
What material is made with a rounded, plain edge?
CREATE TABLE table_1307572_1 (composition VARCHAR, edge VARCHAR)
SELECT MIN(rank) FROM table_name_10 WHERE silver < 1 AND gold = 4 AND bronze < 0
What is the smallest rank when there are fewer than 1 silver, 4 golds and less than 0 bronze?
CREATE TABLE table_name_10 (rank INTEGER, bronze VARCHAR, silver VARCHAR, gold VARCHAR)
SELECT COUNT(release_date) FROM table_1467951_4 WHERE dvd_name = "Volume 4"
How many release dates does volume 4 DVD have?
CREATE TABLE table_1467951_4 (release_date VARCHAR, dvd_name VARCHAR)
SELECT laps FROM table_name_92 WHERE manufacturer = "suzuki" AND time_retired = "+1:02.804"
Name the laps for suzuki and time/retired of +1:02.804
CREATE TABLE table_name_92 (laps VARCHAR, manufacturer VARCHAR, time_retired VARCHAR)