answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT MAX(joined_mac) FROM table_261906_2 WHERE institution = "Delaware Valley College"
What is the enrollment at delaware valley college?
CREATE TABLE table_261906_2 (joined_mac INTEGER, institution VARCHAR)
SELECT MAX(bronze) FROM table_name_15 WHERE rank = "2" AND silver < 3
What was the highest number of bronze medals for the entry with rank 2 and fewer than 3 silver medals?
CREATE TABLE table_name_15 (bronze INTEGER, rank VARCHAR, silver VARCHAR)
SELECT SUM(week) FROM table_name_30 WHERE date = "december 4, 1976" AND attendance > 57 OFFSET 366
How many weeks have a Date of december 4, 1976, and an Attendance larger than 57,366?
CREATE TABLE table_name_30 (week INTEGER, date VARCHAR, attendance VARCHAR)
SELECT MAX(draw) FROM table_name_13 WHERE points = "22" AND goals_conceded < 26
Name the the highest Draw which has Points of 22 and Goals Conceded smaller than 26?
CREATE TABLE table_name_13 (draw INTEGER, points VARCHAR, goals_conceded VARCHAR)
SELECT frequency FROM table_23910822_1 WHERE callsign = "DYMY"
Which frequency is DYMY?
CREATE TABLE table_23910822_1 (frequency VARCHAR, callsign VARCHAR)
SELECT rank FROM table_name_79 WHERE losing_semi__finalist > 1 AND winner < 5
Which Rank has a Losing Semi- finalist larger than 1, and a Winner smaller than 5?
CREATE TABLE table_name_79 (rank VARCHAR, losing_semi__finalist VARCHAR, winner VARCHAR)
SELECT company FROM table_name_35 WHERE business = "energy" AND date = "unknown" AND country = "united kingdom"
In the United Kingdom, what company has an unknown date and is an energy business?
CREATE TABLE table_name_35 (company VARCHAR, country VARCHAR, business VARCHAR, date VARCHAR)
SELECT 2007 FROM table_name_23 WHERE 2008 = "153"
With a 2008 result of 153 what is the result for 2007?
CREATE TABLE table_name_23 (Id VARCHAR)
SELECT tournament FROM table_name_43 WHERE score = "3–6 6–4 4–6"
Which Tournament has a Score of 3–6 6–4 4–6?
CREATE TABLE table_name_43 (tournament VARCHAR, score VARCHAR)
SELECT AVG(pop_¹) FROM table_name_75 WHERE region = "chūgoku" AND prefecture = "okayama"
Name the average pop for chūgoku and prefecture of okayama
CREATE TABLE table_name_75 (pop_¹ INTEGER, region VARCHAR, prefecture VARCHAR)
SELECT MAX(ends_lost) FROM table_name_63 WHERE shot__percentage > 78 AND ends_won < 38
Name the highest Ends Lost which has an Shot % larger than 78, and a Ends Won smaller than 38?
CREATE TABLE table_name_63 (ends_lost INTEGER, shot__percentage VARCHAR, ends_won VARCHAR)
SELECT opponent FROM table_name_1 WHERE loss = "hoeft (19-14)"
Who was the opponent when Hoeft (19-14) took the loss?
CREATE TABLE table_name_1 (opponent VARCHAR, loss VARCHAR)
SELECT model_number FROM table_1300080_1 WHERE printer_ports = "Three Parallel"
What is the number of the model with three parallel printer ports?
CREATE TABLE table_1300080_1 (model_number VARCHAR, printer_ports VARCHAR)
SELECT first_leg FROM table_name_66 WHERE opposition = "real sociedad"
What was the first leg score against Real Sociedad?
CREATE TABLE table_name_66 (first_leg VARCHAR, opposition VARCHAR)
SELECT COUNT(5) + _inns FROM table_name_40 WHERE player = "tyron henderson" AND wickets < 21
How many 5+/inns have tyron henderson as the player, with wickets less than 21?
CREATE TABLE table_name_40 (_inns VARCHAR, player VARCHAR, wickets VARCHAR)
SELECT stadium FROM table_name_27 WHERE clubs = "zooveti tbilisi"
What is the stadium of the zooveti tbilisi club?
CREATE TABLE table_name_27 (stadium VARCHAR, clubs 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 location_[l_] FROM table_name_8 WHERE river_mile > 938.9 AND locks_ & _dam = "olmsted locks and dam"
What is the location of the river mile that is larger than 938.9, and Olmsted Locks and Dam?
CREATE TABLE table_name_8 (location_ VARCHAR, l_ VARCHAR, river_mile VARCHAR, locks_ VARCHAR, _dam VARCHAR)
SELECT SUM(grid) FROM table_name_83 WHERE time_retired = "engine" AND driver = "teo fabi" AND laps < 39
What is the grid total that had a retired for engine, teo fabi driving, and under 39 laps?
CREATE TABLE table_name_83 (grid INTEGER, laps VARCHAR, time_retired VARCHAR, driver VARCHAR)
SELECT album FROM table_name_51 WHERE remix = "dead guys remix" AND year > 2003
what is the album when the remix is dead guys remix and the year is after 2003?
CREATE TABLE table_name_51 (album VARCHAR, remix VARCHAR, year VARCHAR)
SELECT reason_for_vacancy FROM table_2417445_4 WHERE vacator = "Frederick Remann (R)"
When frederick remann (r) is the vacator what is the reason for vacancy?
CREATE TABLE table_2417445_4 (reason_for_vacancy VARCHAR, vacator VARCHAR)
SELECT award FROM table_name_94 WHERE result = "won" AND category = "choice tv villain" AND year > 2008
Name the award won for category of choice tv villain in years after 2008
CREATE TABLE table_name_94 (award VARCHAR, year VARCHAR, result VARCHAR, category VARCHAR)
SELECT year_of_induction_into_pro_football_hall_of_fame FROM table_274117_5 WHERE player = "Will Shields"
When was Will Shields inducted into the Pro Football Hall of Fame?
CREATE TABLE table_274117_5 (year_of_induction_into_pro_football_hall_of_fame VARCHAR, player VARCHAR)
SELECT 1 AS st_leg FROM table_name_61 WHERE team_2 = "wagad mogadishu"
What is the first leg score when team 2 is Wagad Mogadishu?
CREATE TABLE table_name_61 (team_2 VARCHAR)
SELECT record FROM table_17311759_9 WHERE high_assists = "Mike Bibby (8)"
When mike bibby (8) had the highest amount of assists what is the record?
CREATE TABLE table_17311759_9 (record VARCHAR, high_assists VARCHAR)
SELECT MIN(apps) FROM table_name_86 WHERE season = "2009" AND division < 1
What is the lowest value for apps in 2009 season in a division less than 1?
CREATE TABLE table_name_86 (apps INTEGER, season VARCHAR, division VARCHAR)
SELECT COUNT(class_aAAAA) FROM table_14601528_2 WHERE school_year = "1988-89"
Name the number of class aaaaa for 1988-89
CREATE TABLE table_14601528_2 (class_aAAAA VARCHAR, school_year VARCHAR)
SELECT MIN(top_25) FROM table_name_55 WHERE tournament = "the open championship" AND top_10 > 3
What is the lowest Top-25 for the open championship, with a Top-10 larger than 3?
CREATE TABLE table_name_55 (top_25 INTEGER, tournament VARCHAR, top_10 VARCHAR)
SELECT division_southwest FROM table_name_44 WHERE division_north = "lepenec" AND division_south = "11 oktomvri"
Who won Division Southwest when the winner of Division North was Lepenec and Division South was won by 11 Oktomvri?
CREATE TABLE table_name_44 (division_southwest VARCHAR, division_north VARCHAR, division_south VARCHAR)
SELECT partial_thromboplastin_time FROM table_1099080_1 WHERE condition = "Factor X deficiency as seen in amyloid purpura"
What was the partial thromboplastin time for factor x deficiency as seen in amyloid purpura
CREATE TABLE table_1099080_1 (partial_thromboplastin_time VARCHAR, condition VARCHAR)
SELECT title FROM table_1439096_1 WHERE original_air_date__atv_ = "28 September 1969"
What is the title of the episode with the original air date of 28 September 1969?
CREATE TABLE table_1439096_1 (title VARCHAR, original_air_date__atv_ VARCHAR)
SELECT series_ep FROM table_name_45 WHERE netflix = "s04e21"
Which series episode has a netflix figure of s04e21?
CREATE TABLE table_name_45 (series_ep VARCHAR, netflix VARCHAR)
SELECT city FROM table_name_46 WHERE state = "california" AND year > 2009
What is the city that is located in California when the year is greater than 2009?
CREATE TABLE table_name_46 (city VARCHAR, state VARCHAR, year VARCHAR)
SELECT MIN(points) FROM table_name_87 WHERE engine = "climax v8" AND year = 1966
What is the smallest number of points with an Engine of climax v8, and a Year of 1966?
CREATE TABLE table_name_87 (points INTEGER, engine VARCHAR, year VARCHAR)
SELECT team_1 FROM table_name_98 WHERE team_2 = "ulisses"
What is the team 1 when Ulisses is team 2?
CREATE TABLE table_name_98 (team_1 VARCHAR, team_2 VARCHAR)
SELECT COUNT(womens_doubles) FROM table_15001957_1 WHERE mens_singles = "Philippe Aulner"
How may women doubles winner were there when Philippe Aulner was mens singles winner?
CREATE TABLE table_15001957_1 (womens_doubles VARCHAR, mens_singles VARCHAR)
SELECT 2008 AS _candidates FROM table_16185956_1 WHERE district = "Washington 1"
Who are the candidates in Washington 1 district?
CREATE TABLE table_16185956_1 (district VARCHAR)
SELECT MAX(week) FROM table_name_96 WHERE date = "september 14, 1980"
What is the week number for the date of September 14, 1980?
CREATE TABLE table_name_96 (week INTEGER, date VARCHAR)
SELECT MIN(total) FROM table_name_96 WHERE nation = "total" AND gold < 16
What is the Total that has a number of Nation and a Gold smaller than 16?
CREATE TABLE table_name_96 (total INTEGER, nation VARCHAR, gold VARCHAR)
SELECT joined FROM table_255205_1 WHERE type = "Private/Church of God"
How many joined this Private/Church of God institution?
CREATE TABLE table_255205_1 (joined VARCHAR, type VARCHAR)
SELECT SUM(int_yards) FROM table_name_81 WHERE assts > 3 AND player = "jay alford"
What is the sum for the int yards that has an assts more than 3, and player Jay Alford?
CREATE TABLE table_name_81 (int_yards INTEGER, assts VARCHAR, player VARCHAR)
SELECT MAX(week) FROM table_name_14 WHERE date = "august 9, 1968" AND attendance < 64 OFFSET 020
What is the larges week for the date august 9, 1968 and less than 64,020 in attendance?
CREATE TABLE table_name_14 (week INTEGER, date VARCHAR, attendance VARCHAR)
SELECT station FROM table_1601792_3 WHERE language = "Tamil Malay"
What is the name of the station where the language is tamil malay?
CREATE TABLE table_1601792_3 (station VARCHAR, language VARCHAR)
SELECT MIN(crowd) FROM table_name_6 WHERE away_team = "richmond"
What was the smallest crowd at a game when Richmond was the away team?
CREATE TABLE table_name_6 (crowd INTEGER, away_team VARCHAR)
SELECT third FROM table_name_76 WHERE lead = "cindy simmons"
WHAT IS THE THIRD WITH LEAD CINDY SIMMONS?
CREATE TABLE table_name_76 (third VARCHAR, lead VARCHAR)
SELECT artist FROM table_name_32 WHERE date = "june 1992"
Which artist has a Spoofed title in June 1992?
CREATE TABLE table_name_32 (artist VARCHAR, date VARCHAR)
SELECT MAX(lane) FROM table_name_82 WHERE mark = "2:02.27 nr" AND heat < 2
What is the highest lane value for a mark of 2:02.27 NR, with heats under 2?
CREATE TABLE table_name_82 (lane INTEGER, mark VARCHAR, heat VARCHAR)
SELECT country FROM table_name_36 WHERE moving_to = "hamburger sv"
What country is the player moving to Hamburger SV from?
CREATE TABLE table_name_36 (country VARCHAR, moving_to VARCHAR)
SELECT occupation FROM table_name_17 WHERE hometown = "hampshire"
What is the occupation of the person with a hometown of Hampshire?
CREATE TABLE table_name_17 (occupation VARCHAR, hometown VARCHAR)
SELECT MIN(no_in_series) FROM table_27713890_1 WHERE us_viewers__millions_ = "24.8"
Wha episode number in the series had 24.8 million u.s. viewers?
CREATE TABLE table_27713890_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
SELECT voltage FROM table_name_64 WHERE frequency = "2000mhz" AND release_date = "q3 2008"
What kind of Voltage has a Frequency of 2000mhz, and a Release date in q3 2008?
CREATE TABLE table_name_64 (voltage VARCHAR, frequency VARCHAR, release_date VARCHAR)
SELECT home_team FROM table_name_40 WHERE score = "1–0"
What is the Home team in the Game with a Score of 1–0?
CREATE TABLE table_name_40 (home_team VARCHAR, score VARCHAR)
SELECT try_bonus FROM table_name_51 WHERE losing_bonus = "1" AND points_for = "179"
What is Try Bonus, when Losing Bonus is "1", and when Points For is "179"?
CREATE TABLE table_name_51 (try_bonus VARCHAR, losing_bonus VARCHAR, points_for VARCHAR)
SELECT AVG(start) FROM table_name_33 WHERE team = "andretti green racing" AND finish > 3 AND year < 2007
What is the start of the Team of Andretti Green Racing with a finish higher than 3 in a year before 2007?
CREATE TABLE table_name_33 (start INTEGER, year VARCHAR, team VARCHAR, finish VARCHAR)
SELECT away_team AS score FROM table_name_66 WHERE home_team = "footscray"
What is footscray's away team score?
CREATE TABLE table_name_66 (away_team VARCHAR, home_team VARCHAR)
SELECT pitcher FROM table_name_8 WHERE date = "september 6, 2006"
Tell me the pitcher on september 6, 2006
CREATE TABLE table_name_8 (pitcher VARCHAR, date VARCHAR)
SELECT MAX(goals) FROM table_name_50 WHERE transfer_fee = "£0.8m"
What is the largest goal number when the transfer fee was £0.8m?
CREATE TABLE table_name_50 (goals INTEGER, transfer_fee VARCHAR)
SELECT tries_against FROM table_13564702_3 WHERE played = "22" AND points_against = "183"
Name the tries against for played 22 and points against of 183
CREATE TABLE table_13564702_3 (tries_against VARCHAR, played VARCHAR, points_against VARCHAR)
SELECT team_2 FROM table_name_88 WHERE team_1 = "américa"
Who was Team 2 when Team 1 was América?
CREATE TABLE table_name_88 (team_2 VARCHAR, team_1 VARCHAR)
SELECT university_students_and_adults__18yrs + _ FROM table_name_86 WHERE specification = "minimum diameter of sakigawa" AND gender = "female"
Which University students and adults have minimum diameter of Sakigawa for female gender?
CREATE TABLE table_name_86 (university_students_and_adults__18yrs VARCHAR, _ VARCHAR, specification VARCHAR, gender VARCHAR)
SELECT result FROM table_name_49 WHERE opponent = "los angeles dons"
What was the result of the game against the Los Angeles Dons?
CREATE TABLE table_name_49 (result VARCHAR, opponent VARCHAR)
SELECT original_title FROM table_name_35 WHERE film_title_used_in_nomination = "train without a timetable"
What is Original title, when Film title used in nomination is Train Without A Timetable?
CREATE TABLE table_name_35 (original_title VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT provider FROM table_14465871_2 WHERE application = "Exchange Server"
Which providers use exchange server?
CREATE TABLE table_14465871_2 (provider VARCHAR, application VARCHAR)
SELECT MAX(long) FROM table_name_84 WHERE yards = "26" AND car < 9
Who has a highest Long with 26 Yards and less than 9 Car?
CREATE TABLE table_name_84 (long INTEGER, yards VARCHAR, car VARCHAR)
SELECT MAX(top_10) FROM table_1507423_5 WHERE team_s_ = "#55/#83 Robby Gordon Motorsports"
Where does team #55/#83 robby gordon motorsports rank in the top 10?
CREATE TABLE table_1507423_5 (top_10 INTEGER, team_s_ VARCHAR)
SELECT tournament FROM table_name_29 WHERE date = "18 may 1992"
What tournament is on 18 May 1992?
CREATE TABLE table_name_29 (tournament VARCHAR, date VARCHAR)
SELECT year FROM table_name_23 WHERE pts = 13
What year had 13 points?
CREATE TABLE table_name_23 (year VARCHAR, pts VARCHAR)
SELECT title FROM table_19501664_1 WHERE us_viewers__millions_ = "18.29"
Name the title for us viewers being 18.29
CREATE TABLE table_19501664_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT away_team AS score FROM table_name_2 WHERE away_team = "richmond"
When Richmond is the Away team, what did they score?
CREATE TABLE table_name_2 (away_team VARCHAR)
SELECT tournament_winner FROM table_22733636_1 WHERE conference = "Border conference"
When the Border Conference was held, who was the tournament winner?
CREATE TABLE table_22733636_1 (tournament_winner VARCHAR, conference VARCHAR)
SELECT llws FROM table_name_37 WHERE year = 2003
What is the LLWS when the Year is 2003?
CREATE TABLE table_name_37 (llws VARCHAR, year VARCHAR)
SELECT date FROM table_name_14 WHERE nationality = "united kingdom" AND type = "freighter" AND displacement = "5,145 t"
what is the date when the nationality is united kingdom, the type is freighter and the displacement is 5,145 t?
CREATE TABLE table_name_14 (date VARCHAR, displacement VARCHAR, nationality VARCHAR, type VARCHAR)
SELECT MAX(task_no) FROM table_name_94 WHERE date_given = "january 22, 2010 (day 111)"
What is the task number on January 22, 2010 (day 111)?
CREATE TABLE table_name_94 (task_no INTEGER, date_given VARCHAR)
SELECT AVG(silver) FROM table_name_66 WHERE total > 20
what is the average silver when the total is more than 20?
CREATE TABLE table_name_66 (silver INTEGER, total INTEGER)
SELECT segment_a FROM table_15187735_12 WHERE segment_b = "Kevlar s Canoe"
What is Segment A where Segment B is Kevlar S Canoe?
CREATE TABLE table_15187735_12 (segment_a VARCHAR, segment_b VARCHAR)
SELECT COUNT(tied) FROM table_name_98 WHERE total_games < 1183 AND years = 121 AND lost > 541
How many total ties had less than 1183 total games, 121 years, and more than 541 losses?
CREATE TABLE table_name_98 (tied VARCHAR, lost VARCHAR, total_games VARCHAR, years VARCHAR)
SELECT AVG(pts) FROM table_name_58 WHERE chassis = "mclaren mp4/10b" AND year < 1995
before 1995 waht is the aveage pts for a mclaren mp4/10b chassis
CREATE TABLE table_name_58 (pts INTEGER, chassis VARCHAR, year VARCHAR)
SELECT cardinalatial_title FROM table_name_77 WHERE elevator = "pope eugenius iv"
Which Cardinalatial Title has an Elevator of pope eugenius iv?
CREATE TABLE table_name_77 (cardinalatial_title VARCHAR, elevator VARCHAR)
SELECT character FROM table_name_75 WHERE artist = "take" AND year < 2006
who is the character when the artist is take and the year is before 2006?
CREATE TABLE table_name_75 (character VARCHAR, artist VARCHAR, year VARCHAR)
SELECT goals_against FROM table_name_44 WHERE goal_difference < 43 AND wins < 13 AND losses > 14
What is the number of goals against when the goal difference was less than 43, the Wins less than 13, and losses more than 14?
CREATE TABLE table_name_44 (goals_against VARCHAR, losses VARCHAR, goal_difference VARCHAR, wins VARCHAR)
SELECT ship_size FROM table_name_57 WHERE 2006 = "$31,750"
What ship size had a cargo value of $31,750 in 2006?
CREATE TABLE table_name_57 (ship_size VARCHAR)
SELECT model_number FROM table_23028629_2 WHERE part_number_s_ = "CM80616003177ACBX80616I5660"
What is the model number for part numbers of cm80616003177acbx80616i5660?
CREATE TABLE table_23028629_2 (model_number VARCHAR, part_number_s_ VARCHAR)
SELECT record FROM table_name_62 WHERE round > 2 AND event = "bellator 38"
Which Record has a Round larger than 2, and an Event of bellator 38?
CREATE TABLE table_name_62 (record VARCHAR, round VARCHAR, event VARCHAR)
SELECT T2.emp_fname, T1.prof_office FROM professor AS T1 JOIN employee AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T1.dept_code = T3.dept_code WHERE T3.dept_name = 'History' AND T1.prof_high_degree <> 'Ph.D.'
Find the first name and office of history professor who did not get a Ph.D. degree.
CREATE TABLE department (dept_code VARCHAR, dept_name VARCHAR); CREATE TABLE professor (prof_office VARCHAR, emp_num VARCHAR, dept_code VARCHAR, prof_high_degree VARCHAR); CREATE TABLE employee (emp_fname VARCHAR, emp_num VARCHAR)
SELECT epa_rated_combined_fuel_economy FROM table_23840623_4 WHERE operating_mode = "All-electric" AND dirty_electric_grid_rocky_mountains__denver_ = "330 g/mi (205 g/km)"
What is the epa rated combined fuel economy for the all-electric vehicle with dirty electric grid rocky mountains (denver) of 330 g/mi (205 g/km)?
CREATE TABLE table_23840623_4 (epa_rated_combined_fuel_economy VARCHAR, operating_mode VARCHAR, dirty_electric_grid_rocky_mountains__denver_ VARCHAR)
SELECT rd, _time FROM table_name_86 WHERE date = "october 3, 2009"
What was the Rd. Time for October 3, 2009?
CREATE TABLE table_name_86 (rd VARCHAR, _time VARCHAR, date VARCHAR)
SELECT to_par FROM table_name_40 WHERE score = 67 - 72 - 71 - 75 = 285
Which To par has a Score of 67-72-71-75=285?
CREATE TABLE table_name_40 (to_par VARCHAR, score VARCHAR)
SELECT SUM(played) FROM table_name_50 WHERE points > 71 AND losses < 8
What is the number of played games a club with more than 71 points and less than 8 losses has?
CREATE TABLE table_name_50 (played INTEGER, points VARCHAR, losses VARCHAR)
SELECT tournament FROM table_name_22 WHERE opponent_in_the_final = "nadia petrova" AND score = "6–3, 4–6, 6–1"
Which tournament has an opponent in the final of nadia petrova and a score of 6–3, 4–6, 6–1??
CREATE TABLE table_name_22 (tournament VARCHAR, opponent_in_the_final VARCHAR, score VARCHAR)
SELECT race AS Winner FROM table_name_58 WHERE pole_position = "james hunt" AND fastest_lap = "james hunt" AND date = "15 august"
Who was the race winner with a pole position james hunt, and a Fastest Lap of james hunt, and a Date of 15 august?
CREATE TABLE table_name_58 (race VARCHAR, date VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR)
SELECT version FROM table_name_42 WHERE kinka_pre_release = "no*"
Which version has a KINKA pre-release of no*?
CREATE TABLE table_name_42 (version VARCHAR, kinka_pre_release VARCHAR)
SELECT MIN(innings) FROM table_27922491_8 WHERE average = "30.03"
How many innings for the player with an average of 30.03?
CREATE TABLE table_27922491_8 (innings INTEGER, average VARCHAR)
SELECT MAX(round) FROM table_name_66 WHERE pick = 4
In which round was there a pick of 4?
CREATE TABLE table_name_66 (round INTEGER, pick VARCHAR)
SELECT height FROM table_20871703_1 WHERE position = "OT"
What is the height if ot is the position?
CREATE TABLE table_20871703_1 (height VARCHAR, position VARCHAR)
SELECT high_rebounds FROM table_13557843_7 WHERE team = "Vancouver"
who is the the high rebounds with team being vancouver
CREATE TABLE table_13557843_7 (high_rebounds VARCHAR, team VARCHAR)
SELECT MIN(fa_cup_goals) FROM table_name_6 WHERE total_goals < 4 AND name = "terry poole"
What is the lowest FA cup goals that have total goals less than 4, with Terry poole as the name?
CREATE TABLE table_name_6 (fa_cup_goals INTEGER, total_goals VARCHAR, name VARCHAR)
SELECT MAX(points) FROM table_1973321_5 WHERE status = "Champion, won in the final against Amélie Mauresmo"
Name the most points for champion, won in the final against amélie mauresmo
CREATE TABLE table_1973321_5 (points INTEGER, status VARCHAR)
SELECT nicd FROM table_name_23 WHERE type = "capacity under 500ma constant drain"
What is NiCd, when Type is "Capacity under 500mA constant Drain"?
CREATE TABLE table_name_23 (nicd VARCHAR, type VARCHAR)
SELECT home FROM table_name_53 WHERE decision = "conklin"
Who was the Home team that had a decider of Conklin?
CREATE TABLE table_name_53 (home VARCHAR, decision VARCHAR)
SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Movies' INTERSECT SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Music'
Find the name of tracks which are in both Movies and music playlists.
CREATE TABLE playlists (id VARCHAR, name VARCHAR); CREATE TABLE playlist_tracks (track_id VARCHAR, playlist_id VARCHAR); CREATE TABLE tracks (name VARCHAR, id VARCHAR)