answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT COUNT(fox_int_channels_air_date) FROM table_25131572_2 WHERE series__number = 5
How many times was episode 5 in the series aired on Fox int.?
CREATE TABLE table_25131572_2 (fox_int_channels_air_date VARCHAR, series__number VARCHAR)
SELECT SUM(T2.hours) FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T3.name = 'Michael Rogers' OR T3.name = 'Carol Smith'
Find the total hours of the projects that scientists named Michael Rogers or Carol Smith are assigned to.
CREATE TABLE scientists (SSN VARCHAR, name VARCHAR); CREATE TABLE projects (hours INTEGER, code VARCHAR); CREATE TABLE assignedto (project VARCHAR, scientist VARCHAR)
SELECT COUNT(date) FROM table_21330550_2 WHERE big_ten_team = "#10 Purdue"
How many dates have a big ten team of #10 purdue?
CREATE TABLE table_21330550_2 (date VARCHAR, big_ten_team VARCHAR)
SELECT condition FROM table_name_41 WHERE bleeding_time = "prolonged" AND platelet_count = "decreased or unaffected"
I want the condition that has a prolonged bleeding time and a platelet count of decreased or unaffected
CREATE TABLE table_name_41 (condition VARCHAR, bleeding_time VARCHAR, platelet_count VARCHAR)
SELECT team_nickname FROM table_27361255_1 WHERE location = "Adrian, Michigan"
What is the nickname of the Adrian, Michigan team?
CREATE TABLE table_27361255_1 (team_nickname VARCHAR, location VARCHAR)
SELECT nationality FROM table_name_15 WHERE round = "1" AND position = "f" AND college = "louisville"
Which nationality has a round of 1, and F position from Louisville?
CREATE TABLE table_name_15 (nationality VARCHAR, college VARCHAR, round VARCHAR, position VARCHAR)
SELECT COUNT(result) FROM table_26977890_1 WHERE battles = "Battle of the Yellow Sea"
How many battles resulted in Battle of the Yellow Sea?
CREATE TABLE table_26977890_1 (result VARCHAR, battles VARCHAR)
SELECT date FROM table_23284271_11 WHERE score = "L 89–92 (OT)"
Name the date for l 89–92 (ot)
CREATE TABLE table_23284271_11 (date VARCHAR, score VARCHAR)
SELECT became_consort FROM table_name_86 WHERE spouse = "louis ii"
On what date did the woman married to Louis II become consort?
CREATE TABLE table_name_86 (became_consort VARCHAR, spouse VARCHAR)
SELECT frequency FROM table_name_79 WHERE purpose = "community" AND callsign = "1vfm"
Name the frequency for community purpose and callsign of 1vfm
CREATE TABLE table_name_79 (frequency VARCHAR, purpose VARCHAR, callsign VARCHAR)
SELECT nation FROM table_name_22 WHERE team = "discovery channel"
What nation is the cyclist from team discovery channel?
CREATE TABLE table_name_22 (nation VARCHAR, team VARCHAR)
SELECT surface FROM table_2009095_2 WHERE championship = "Australian Open" AND outcome = "Winner"
Name the surface for australian open for winner
CREATE TABLE table_2009095_2 (surface VARCHAR, championship VARCHAR, outcome VARCHAR)
SELECT surface FROM table_name_3 WHERE opponent = "richard fromberg"
What was the surface tye during the match with the opponent of richard fromberg?
CREATE TABLE table_name_3 (surface VARCHAR, opponent VARCHAR)
SELECT type FROM table_2562572_33 WHERE cyrillic_name_other_names = "Ором (Hungarian: Orom)"
What type of settlement is ором (hungarian: orom)?
CREATE TABLE table_2562572_33 (type VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT T1.City_Town, COUNT(*) FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID GROUP BY T1.City_Town
Show all cities along with the number of drama workshop groups in each city.
CREATE TABLE Addresses (City_Town VARCHAR, Address_ID VARCHAR); CREATE TABLE Drama_Workshop_Groups (Address_ID VARCHAR)
SELECT COUNT(romaji_title) FROM table_18539834_2 WHERE average_ratings = "8.9%"
How many titles had an average rating of 8.9%?
CREATE TABLE table_18539834_2 (romaji_title VARCHAR, average_ratings VARCHAR)
SELECT COUNT(league) AS Cup FROM table_name_8 WHERE play_offs > 2 AND name = "mitch cook category:articles with hcards"
What's the total number of League Cup with a Play-off larger than 2, and a Name of Mitch Cook Category:Articles with hCards?
CREATE TABLE table_name_8 (league VARCHAR, play_offs VARCHAR, name VARCHAR)
SELECT years_as_tallest FROM table_name_95 WHERE height_metres___ft = "07.0 150 / 493 [b ]"
Name the Years as tallest has a Height metres / ft of 07.0 150 / 493 [b ]?
CREATE TABLE table_name_95 (years_as_tallest VARCHAR, height_metres___ft VARCHAR)
SELECT name FROM table_name_87 WHERE total = "3 (15)" AND rank > 3
What is the Name of the person with a Total of 3 (15), and Rank of more than 3?
CREATE TABLE table_name_87 (name VARCHAR, total VARCHAR, rank VARCHAR)
SELECT score FROM table_name_84 WHERE visitor = "philadelphia"
What was the score of the game where Philadelphia was the visitor?
CREATE TABLE table_name_84 (score VARCHAR, visitor VARCHAR)
SELECT MAX(times_contested) FROM table_24329520_4 WHERE county = "Montgomeryshire"
Name the most times contested for montgomeryshire
CREATE TABLE table_24329520_4 (times_contested INTEGER, county VARCHAR)
SELECT home_team AS score FROM table_name_32 WHERE away_team = "south melbourne"
When the Away team is south melbourne, what's the Home team score?
CREATE TABLE table_name_32 (home_team VARCHAR, away_team VARCHAR)
SELECT russian FROM table_name_70 WHERE "greek" = "greek"
What is the Russian word for the Greek word greek?
CREATE TABLE table_name_70 (russian VARCHAR)
SELECT status FROM table_29572583_19 WHERE points = 4595
What is the status when points is 4595?
CREATE TABLE table_29572583_19 (status VARCHAR, points VARCHAR)
SELECT dates_active FROM table_name_75 WHERE name = "07"
What dates was the storm called 07 active?
CREATE TABLE table_name_75 (dates_active VARCHAR, name VARCHAR)
SELECT entrant FROM table_name_62 WHERE constructor = "benetton - playlife"
Which entrant had a constructor of benetton - playlife?
CREATE TABLE table_name_62 (entrant VARCHAR, constructor VARCHAR)
SELECT MIN(attendance) FROM table_name_95 WHERE opponent = "green bay packers" AND week > 10
Which Attendance has an Opponent of green bay packers, and a Week larger than 10?
CREATE TABLE table_name_95 (attendance INTEGER, opponent VARCHAR, week VARCHAR)
SELECT MAX(silver) FROM table_name_46 WHERE bronze > 1 AND total < 7 AND gold > 1
Name the most silver with bronze more than 1 and gold more than 1 with total less than 7
CREATE TABLE table_name_46 (silver INTEGER, gold VARCHAR, bronze VARCHAR, total VARCHAR)
SELECT yacht AS Type FROM table_1858574_2 WHERE loa__metres_ = "17.07"
When 17.07 is the loa (metres) what is the type of yacht?
CREATE TABLE table_1858574_2 (yacht VARCHAR, loa__metres_ VARCHAR)
SELECT date FROM table_11622392_1 WHERE location = "Washington"
When was the tournament in Washington held?
CREATE TABLE table_11622392_1 (date VARCHAR, location VARCHAR)
SELECT laps FROM table_name_61 WHERE manufacturer = "yamaha" AND grid = 3
How many laps did the driver with the yamaha manufacturer go on grid 3?
CREATE TABLE table_name_61 (laps VARCHAR, manufacturer VARCHAR, grid VARCHAR)
SELECT COUNT(series) FROM table_17621978_11 WHERE date = "April 26"
Name the total number of series for april 26
CREATE TABLE table_17621978_11 (series VARCHAR, date VARCHAR)
SELECT T2.Location, T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft
Please list the location and the winning aircraft name.
CREATE TABLE MATCH (Location VARCHAR, Winning_Aircraft VARCHAR); CREATE TABLE aircraft (Aircraft VARCHAR, Aircraft_ID VARCHAR)
SELECT song_name FROM table_11827596_2 WHERE film_name = "Ganga Kare Insaaf"
what is the song name for the film name ganga kare insaaf?
CREATE TABLE table_11827596_2 (song_name VARCHAR, film_name VARCHAR)
SELECT MAX(year) FROM table_name_20 WHERE entrant = "team tyrrell" AND points > 14
What is the highest year team tyrrell earned more than 14 points?
CREATE TABLE table_name_20 (year INTEGER, entrant VARCHAR, points VARCHAR)
SELECT nationality___opponent FROM table_name_63 WHERE competition = "welsh rugby union challenge trophy" AND result = "38-29"
Name the Nationality / Opponent of the Competition of welsh rugby union challenge trophy and a Result of 38-29?
CREATE TABLE table_name_63 (nationality___opponent VARCHAR, competition VARCHAR, result VARCHAR)
SELECT rank FROM table_26041144_11 WHERE average = "39.69"
What is the rank of the player with the 39.69 average?
CREATE TABLE table_26041144_11 (rank VARCHAR, average VARCHAR)
SELECT SUM(points) FROM table_name_95 WHERE year < 1984
Name the sum of points for 1984
CREATE TABLE table_name_95 (points INTEGER, year INTEGER)
SELECT college FROM table_name_85 WHERE round > 3 AND player = "gillis wilson"
What is the name of the college that is from a round greater than 3 with Gillis Wilson playing?
CREATE TABLE table_name_85 (college VARCHAR, round VARCHAR, player VARCHAR)
SELECT visa_4 FROM table_name_42 WHERE visa_1 = "besart berisha"
Which Visa 4 has besart berisha as Visa 1?
CREATE TABLE table_name_42 (visa_4 VARCHAR, visa_1 VARCHAR)
SELECT team FROM table_name_37 WHERE losses < 2 AND pos > 1
Which team had fewer than 2 losses and a position number more than 1?
CREATE TABLE table_name_37 (team VARCHAR, losses VARCHAR, pos VARCHAR)
SELECT erp_w FROM table_name_38 WHERE call_sign = "w291ch"
If the call sign is w291ch what's the ERP W corresponding to that sign?
CREATE TABLE table_name_38 (erp_w VARCHAR, call_sign VARCHAR)
SELECT ihsaa_class FROM table_name_32 WHERE mascot = "pioneers"
Name the IHSAA Class of Mascot of pioneers?
CREATE TABLE table_name_32 (ihsaa_class VARCHAR, mascot VARCHAR)
SELECT AVG(events) FROM table_name_60 WHERE player = "tom kite" AND earnings___$__ < 760 OFFSET 405
Which Events have a Player of tom kite, and Earnings ($) smaller than 760,405?
CREATE TABLE table_name_60 (events INTEGER, player VARCHAR, earnings___$__ VARCHAR)
SELECT MIN(spirou) FROM table_15163938_1
Name the least spirou
CREATE TABLE table_15163938_1 (spirou INTEGER)
SELECT polling_institute FROM table_name_1 WHERE lead = "6%"
Which polling institute showed a lead of 6%?
CREATE TABLE table_name_1 (polling_institute VARCHAR, lead VARCHAR)
SELECT stop_no FROM table_name_50 WHERE platform = "[2777] mciver station platforms"
Which Stop # has a Platform of [2777] mciver station platforms?
CREATE TABLE table_name_50 (stop_no VARCHAR, platform VARCHAR)
SELECT part_3 FROM table_name_36 WHERE part_1 = "frjósa"
What is Part 3, when Part 1 is "frjósa"?
CREATE TABLE table_name_36 (part_3 VARCHAR, part_1 VARCHAR)
SELECT MAX(attendance) FROM table_name_64 WHERE date = "25 january 2004"
Name the most attendance for 25 january 2004
CREATE TABLE table_name_64 (attendance INTEGER, date VARCHAR)
SELECT team FROM table_name_48 WHERE competition = "victorian football league"
Tell me the team for victorian football league
CREATE TABLE table_name_48 (team VARCHAR, competition VARCHAR)
SELECT COUNT(lmp1_winning_team) FROM table_19722436_2 WHERE gt1_winning_team = "Peter Kox Roman Rusinov"
When peter kox roman rusinov is the gt1 of the winning team how many lmp1 winning teams are there?
CREATE TABLE table_19722436_2 (lmp1_winning_team VARCHAR, gt1_winning_team VARCHAR)
SELECT school FROM table_name_37 WHERE location = "michigan city"
What school is located in Michigan City?
CREATE TABLE table_name_37 (school VARCHAR, location VARCHAR)
SELECT time_retired FROM table_17693171_1 WHERE driver = "Marco Andretti"
What is the time/retired if the driver is Marco Andretti?
CREATE TABLE table_17693171_1 (time_retired VARCHAR, driver VARCHAR)
SELECT stadium FROM table_name_46 WHERE host_team = "san diego chargers" AND final_score = "23-45"
Name the stadium with host team of san diego chargers and final score of 23-45
CREATE TABLE table_name_46 (stadium VARCHAR, host_team VARCHAR, final_score VARCHAR)
SELECT score FROM table_name_66 WHERE attendance = 2248
What is the score of the match with an attendance of 2248?
CREATE TABLE table_name_66 (score VARCHAR, attendance VARCHAR)
SELECT period FROM table_21100348_10 WHERE player = "Ricky Ponting"
During what period did Ricky Ponting play?
CREATE TABLE table_21100348_10 (period VARCHAR, player VARCHAR)
SELECT record FROM table_17104539_9 WHERE date = "June 7"
Name the record for june 7
CREATE TABLE table_17104539_9 (record VARCHAR, date VARCHAR)
SELECT publisher FROM table_10875694_11 WHERE product_no = "SLUS-20265"
What publishers produce product number SLUS-20265?
CREATE TABLE table_10875694_11 (publisher VARCHAR, product_no VARCHAR)
SELECT opponent FROM table_name_45 WHERE time = "1:47"
Who was the opponent when the time was 1:47?
CREATE TABLE table_name_45 (opponent VARCHAR, time VARCHAR)
SELECT year FROM table_name_2 WHERE round = "17"
Which year has a Round of 17?
CREATE TABLE table_name_2 (year VARCHAR, round VARCHAR)
SELECT teams FROM table_name_35 WHERE streak_end = "1/2/2011"
What teams have 1/2/2011 as the streak end?
CREATE TABLE table_name_35 (teams VARCHAR, streak_end VARCHAR)
SELECT result FROM table_name_51 WHERE venue = "jarama" AND driver = "emerson fittipaldi"
What was the outcome for Emerson Fittipaldi in the race held at Jarama?
CREATE TABLE table_name_51 (result VARCHAR, venue VARCHAR, driver VARCHAR)
SELECT type FROM table_name_88 WHERE quantity < 6 AND number_s_ = "5201"
What is the type with a quantity of fewer than 6 and number(s) 5201?
CREATE TABLE table_name_88 (type VARCHAR, quantity VARCHAR, number_s_ VARCHAR)
SELECT venue FROM table_name_94 WHERE team = "belshina"
what is the venue of belshina
CREATE TABLE table_name_94 (venue VARCHAR, team VARCHAR)
SELECT tie_no FROM table_name_28 WHERE home_team = "liverpool"
Liverpool as a home team as listed what in the Tie no column?
CREATE TABLE table_name_28 (tie_no VARCHAR, home_team VARCHAR)
SELECT COUNT(loss) FROM table_name_86 WHERE avg_g < -3.3 AND gain > 126
What is the total number of losses of the player with an avg/g smaller than -3.3 and a gain larger than 126?
CREATE TABLE table_name_86 (loss VARCHAR, avg_g VARCHAR, gain VARCHAR)
SELECT loss FROM table_name_32 WHERE score = "postponed (rain) rescheduled for june 27"
Score of postponed (rain) rescheduled for June 27 had what loss?
CREATE TABLE table_name_32 (loss VARCHAR, score VARCHAR)
SELECT record__conf_ FROM table_name_73 WHERE conference = "wac"
What is the recorded conference that was a Wac Conference?
CREATE TABLE table_name_73 (record__conf_ VARCHAR, conference VARCHAR)
SELECT result FROM table_name_64 WHERE date = "november 8, 2001"
What was the final score of the November 8, 2001 game?
CREATE TABLE table_name_64 (result VARCHAR, date VARCHAR)
SELECT place FROM table_name_81 WHERE score = 68 - 72 - 77 - 74 = 291
what is the place when the score is 68-72-77-74=291?
CREATE TABLE table_name_81 (place VARCHAR, score VARCHAR)
SELECT position FROM table_name_8 WHERE pick = "11 (via calgary)"
Which Position has a Pick of 11 (via calgary)?
CREATE TABLE table_name_8 (position VARCHAR, pick VARCHAR)
SELECT stadium FROM table_name_35 WHERE final_score = "20-10"
Name the stadium with final score of 20-10
CREATE TABLE table_name_35 (stadium VARCHAR, final_score VARCHAR)
SELECT method FROM table_name_72 WHERE time = "5:00" AND round < 3 AND res = "loss" AND event = "road fc 12"
What is the method of the match in the Road fc 12 at 5:00 with less than 3 rounds, and a loss result?
CREATE TABLE table_name_72 (method VARCHAR, event VARCHAR, res VARCHAR, time VARCHAR, round VARCHAR)
SELECT film_title_used_in_nomination FROM table_name_43 WHERE language = "spanish" AND original_title = "traffic"
What title was used in the nomination of the Spanish language film Traffic?
CREATE TABLE table_name_43 (film_title_used_in_nomination VARCHAR, language VARCHAR, original_title VARCHAR)
SELECT T1.campus, SUM(T2.degrees) FROM campuses AS T1 JOIN degrees AS T2 ON T1.id = T2.campus WHERE T2.year >= 1998 AND T2.year <= 2002 GROUP BY T1.campus
report the total number of degrees granted between 1998 and 2002.
CREATE TABLE campuses (campus VARCHAR, id VARCHAR); CREATE TABLE degrees (degrees INTEGER, campus VARCHAR, year VARCHAR)
SELECT AVG(crowd) FROM table_name_72 WHERE home_team = "south melbourne"
Which average Crowd has a Home team of south melbourne?
CREATE TABLE table_name_72 (crowd INTEGER, home_team VARCHAR)
SELECT COUNT(t__µm_) FROM table_name_67 WHERE technology = "u c-si"
What is the total number of t (µm), when Technology is u c-si?
CREATE TABLE table_name_67 (t__µm_ VARCHAR, technology VARCHAR)
SELECT written_by FROM table_2409041_5 WHERE original_air_date = "January 15, 1993"
Who wrote the episode that originally aired on January 15, 1993?
CREATE TABLE table_2409041_5 (written_by VARCHAR, original_air_date VARCHAR)
SELECT regular_season FROM table_1046454_1 WHERE year = 2011
what are all the regular season where year is 2011
CREATE TABLE table_1046454_1 (regular_season VARCHAR, year VARCHAR)
SELECT socialist_ticket FROM table_name_74 WHERE law_preservation_ticket = "(none)" AND socialist_labor_ticket = "belle j. rosen"
Who's the Socialist ticket with a Law Preservation ticket of (none), and a Socialist Labor ticket of belle j. rosen?
CREATE TABLE table_name_74 (socialist_ticket VARCHAR, law_preservation_ticket VARCHAR, socialist_labor_ticket VARCHAR)
SELECT points_against FROM table_name_19 WHERE tries_against = "49" AND lost = "14"
What is the number of points for the team with 49 tries against and 14 lost?
CREATE TABLE table_name_19 (points_against VARCHAR, tries_against VARCHAR, lost VARCHAR)
SELECT ε__m__1_cm__1__ FROM table_name_79 WHERE mass__g_mol_ = "1008"
Which ε (M -1 cm -1) has a molar mass of 1008 g/mol?
CREATE TABLE table_name_79 (ε__m__1_cm__1__ VARCHAR, mass__g_mol_ VARCHAR)
SELECT title FROM table_name_2 WHERE year = 2005
Name the title for 2005
CREATE TABLE table_name_2 (title VARCHAR, year VARCHAR)
SELECT competition FROM table_name_23 WHERE year = 2010 AND snatch = "185kg"
Which competition had a year of 2010 with Snatch weight of 185kg?
CREATE TABLE table_name_23 (competition VARCHAR, year VARCHAR, snatch VARCHAR)
SELECT SUM(pick__number) FROM table_name_16 WHERE pl_gp < 0
What is the pick # of the player with a PI GP less than 0?
CREATE TABLE table_name_16 (pick__number INTEGER, pl_gp INTEGER)
SELECT YEAR FROM festival_detail WHERE LOCATION = 'United States' INTERSECT SELECT YEAR FROM festival_detail WHERE LOCATION <> 'United States'
In which year are there festivals both inside the 'United States' and outside the 'United States'?
CREATE TABLE festival_detail (YEAR VARCHAR, LOCATION VARCHAR)
SELECT date FROM table_name_50 WHERE visitor = "montreal"
What date was Montreal the visitor?
CREATE TABLE table_name_50 (date VARCHAR, visitor VARCHAR)
SELECT Name FROM artwork WHERE TYPE <> "Program Talent Show"
List the name of artworks whose type is not "Program Talent Show".
CREATE TABLE artwork (Name VARCHAR, TYPE VARCHAR)
SELECT name FROM table_23851574_2 WHERE nationality_sponsors = "Belgium"
Which telescopes were sponsored by or originated in Belgium?
CREATE TABLE table_23851574_2 (name VARCHAR, nationality_sponsors VARCHAR)
SELECT position FROM table_11545282_7 WHERE player = "Lamar Green"
What position did Lamar Green play?
CREATE TABLE table_11545282_7 (position VARCHAR, player VARCHAR)
SELECT COUNT(diameter__km_) FROM table_16799784_14 WHERE latitude = "5.0N"
How many numbers are listed under diameter with a lattitude of 5.0n?
CREATE TABLE table_16799784_14 (diameter__km_ VARCHAR, latitude VARCHAR)
SELECT production_cost FROM table_name_39 WHERE director = "2004"
What was the production cost for the film directed by 2004?
CREATE TABLE table_name_39 (production_cost VARCHAR, director VARCHAR)
SELECT score FROM table_name_8 WHERE opponent = "boston red sox" AND save = "sager"
Which Score has a Opponent of Boston red sox and a Save of sager?
CREATE TABLE table_name_8 (score VARCHAR, opponent VARCHAR, save VARCHAR)
SELECT MAX(bronze) FROM table_name_89 WHERE rank > 5 AND nation = "chinese taipei" AND total < 1
Which is the highest bronze at Chinese Taipei when the rank was higher than 5 and total was smaller than 1?
CREATE TABLE table_name_89 (bronze INTEGER, total VARCHAR, rank VARCHAR, nation VARCHAR)
SELECT multiplier FROM table_name_20 WHERE frequency = "733mhz"
What is the multiplier for the processor with a frequency of 733MHz?
CREATE TABLE table_name_20 (multiplier VARCHAR, frequency VARCHAR)
SELECT COUNT(founded) FROM table_13759592_1 WHERE high_school = "Skyline"
What year was Skyline High School founded?
CREATE TABLE table_13759592_1 (founded VARCHAR, high_school VARCHAR)
SELECT ҕь_ҕь_[ʁʲ_ɣʲ] FROM table_202365_2 WHERE гь_гь_[ɡʲ] = "Ҷ ҷ [t͡ʃʼ]"
what is ҕь ҕь [ʁʲ/ɣʲ] when гь гь [ɡʲ] is ҷ ҷ [t͡ʃʼ]?
CREATE TABLE table_202365_2 (ҕь_ҕь_ VARCHAR, ʁʲ_ɣʲ VARCHAR, гь_гь_ VARCHAR, ɡʲ VARCHAR)
SELECT team__number1 FROM table_2015453_1 WHERE date = "9 September 2006"
Who was team #1 on 9 September 2006?
CREATE TABLE table_2015453_1 (team__number1 VARCHAR, date VARCHAR)
SELECT engine_configuration_ & _notes_0_100km_h FROM table_1147705_1 WHERE engine_type = "B5244 T2"
What is the engine configuration $notes 0-100km/h for the engine type b5244 t2?
CREATE TABLE table_1147705_1 (engine_configuration_ VARCHAR, _notes_0_100km_h VARCHAR, engine_type VARCHAR)
SELECT date FROM table_name_27 WHERE outcome = "winner" AND opponent_in_the_final = "jim courier"
What is the date of the match with a winner outcome and jim courier as the opponent in the final?
CREATE TABLE table_name_27 (date VARCHAR, outcome VARCHAR, opponent_in_the_final VARCHAR)