answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT high_points FROM table_name_73 WHERE score = "l 64–94 (ot)"
What is the High points with a Score that is l 64–94 (ot)?
CREATE TABLE table_name_73 (high_points VARCHAR, score VARCHAR)
SELECT position FROM table_name_67 WHERE player = "jeremy duchesne"
What is Jeremy Duchesne's position?
CREATE TABLE table_name_67 (position VARCHAR, player VARCHAR)
SELECT series FROM table_name_35 WHERE director = "norm mccabe" AND title = "tokio jokio"
From what series was Tokio Jokio, directed by Norm McCabe?
CREATE TABLE table_name_35 (series VARCHAR, director VARCHAR, title VARCHAR)
SELECT polling_institute FROM table_name_81 WHERE social_democratic = "30.7%"
Which polling institute has a 30.7% for social democratic?
CREATE TABLE table_name_81 (polling_institute VARCHAR, social_democratic VARCHAR)
SELECT b___bishop FROM table_2603017_2 WHERE ab___angry_boar = "VW - Vertical Wolf"
what is b - bishop where ab - angry boar is vw - vertical wolf?
CREATE TABLE table_2603017_2 (b___bishop VARCHAR, ab___angry_boar VARCHAR)
SELECT title FROM table_12564633_1 WHERE directed_by = "Richard Thorpe"
What is the name of the episode that Richard Thorpe directed?
CREATE TABLE table_12564633_1 (title VARCHAR, directed_by VARCHAR)
SELECT AVG(yards) FROM table_name_2 WHERE avg = 11.8 AND player = "brent celek" AND long > 44
Which Yards have an avg of 11.8, and a Player of brent celek, and a Long larger than 44?
CREATE TABLE table_name_2 (yards INTEGER, long VARCHAR, avg VARCHAR, player VARCHAR)
SELECT 2 AS nd_party FROM table_name_66 WHERE election = "1918"
What was the 2nd Party in the 1918 Election?
CREATE TABLE table_name_66 (election VARCHAR)
SELECT injured FROM table_name_68 WHERE location = "borneo"
How many are injured in Borneo?
CREATE TABLE table_name_68 (injured VARCHAR, location VARCHAR)
SELECT COUNT(top_10) FROM table_2216245_2 WHERE winnings = "$80,490"
How many top 10s did he have the year he won $80,490?
CREATE TABLE table_2216245_2 (top_10 VARCHAR, winnings VARCHAR)
SELECT SUM(draw) FROM table_name_23 WHERE lost = 5
For entries with a lost of 5, what is the sum of the draw entry?
CREATE TABLE table_name_23 (draw INTEGER, lost VARCHAR)
SELECT AVG(vertical_relief__ft_) FROM table_name_94 WHERE rank > 40 AND location = "va0573"
What is the mean vertical relief in feet when the rank is more than 40 and the location is va0573?
CREATE TABLE table_name_94 (vertical_relief__ft_ INTEGER, rank VARCHAR, location VARCHAR)
SELECT COUNT(*) FROM courses AS T1 JOIN student_course_attendance AS T2 ON T1.course_id = T2.course_id WHERE T2.student_id = 171
How many courses do the student whose id is 171 attend?
CREATE TABLE courses (course_id VARCHAR); CREATE TABLE student_course_attendance (course_id VARCHAR, student_id VARCHAR)
SELECT score FROM table_name_64 WHERE visitor = "buffalo" AND date = "april 28"
What was the score of the game on April 28 where Buffalo were the visiting team?
CREATE TABLE table_name_64 (score VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT series FROM table_name_39 WHERE season > 2008 AND format = "super leg final" AND conference = "conference v"
What series has a season after 2008, super leg final as the format, and conference v as the conference?
CREATE TABLE table_name_39 (series VARCHAR, conference VARCHAR, season VARCHAR, format VARCHAR)
SELECT brighton_cast FROM table_17085724_1 WHERE character = "Jerry Cruncher"
Name the brighton cast for jerry cruncher
CREATE TABLE table_17085724_1 (brighton_cast VARCHAR, character VARCHAR)
SELECT MAX(points) FROM table_23391714_1 WHERE pos = 18
When the pos equals 18 what is the max amount of points?
CREATE TABLE table_23391714_1 (points INTEGER, pos VARCHAR)
SELECT supercopa_1996 FROM table_name_14 WHERE team = "racing club"
What racing club team made supercopa 1996?
CREATE TABLE table_name_14 (supercopa_1996 VARCHAR, team VARCHAR)
SELECT score FROM table_21378339_5 WHERE artist = "Rebeka Dremelj"
Name the score for rebeka dremelj
CREATE TABLE table_21378339_5 (score VARCHAR, artist VARCHAR)
SELECT writer_s_ FROM table_13956521_2 WHERE original_airdate = "February 7, 2001"
who is the the writer(s) with original airdate being february 7, 2001
CREATE TABLE table_13956521_2 (writer_s_ VARCHAR, original_airdate VARCHAR)
SELECT MIN(draws) FROM table_name_29 WHERE against < 1299 AND wins > 7 AND club = "warrnambool" AND losses < 2
What's the smallest draw of Warrnambool when the against was less than 1299, more than 7 wins, and less than 2 losses?
CREATE TABLE table_name_29 (draws INTEGER, losses VARCHAR, club VARCHAR, against VARCHAR, wins VARCHAR)
SELECT home FROM table_name_28 WHERE time = "14:00"
What is the Home with a Time that is 14:00?
CREATE TABLE table_name_28 (home VARCHAR, time VARCHAR)
SELECT to_winning_team FROM table_13657749_2 WHERE gtu_winning_team = "#27 Don Lindley"
Who is GTU Winning Team's #27 Don Lindley's TO Winning Team?
CREATE TABLE table_13657749_2 (to_winning_team VARCHAR, gtu_winning_team VARCHAR)
SELECT aircraft FROM table_name_1 WHERE versions = "pzl-104"
Tell me the aircraft for pzl-104
CREATE TABLE table_name_1 (aircraft VARCHAR, versions VARCHAR)
SELECT SUM(matches) FROM table_name_78 WHERE average > 6.33 AND rank = 1
What is the number of matches with an average larger than 6.33, with a rank of 1?
CREATE TABLE table_name_78 (matches INTEGER, average VARCHAR, rank VARCHAR)
SELECT date FROM table_name_61 WHERE city___state = "sydney, new south wales"
What is the Date for the City/State of Sydney, New South Wales?
CREATE TABLE table_name_61 (date VARCHAR, city___state VARCHAR)
SELECT AVG(popular_votes) FROM table_name_94 WHERE candidate = "candice sjostrom"
How many votes did candice sjostrom receive?
CREATE TABLE table_name_94 (popular_votes INTEGER, candidate VARCHAR)
SELECT MIN(game) FROM table_name_93 WHERE date = "october 17" AND attendance > 49 OFFSET 347
What game, played on October 17 in front of 49,347 fans, had the lowest score?
CREATE TABLE table_name_93 (game INTEGER, date VARCHAR, attendance VARCHAR)
SELECT manner_of_departure FROM table_name_70 WHERE team = "anderlecht"
What was the manner of departure for the team Anderlecht?
CREATE TABLE table_name_70 (manner_of_departure VARCHAR, team VARCHAR)
SELECT MIN(population) FROM table_name_73 WHERE english_name = "nanbin farm"
What is the Population of the subdivision with the English Name of nanbin farm?
CREATE TABLE table_name_73 (population INTEGER, english_name VARCHAR)
SELECT competition FROM table_name_16 WHERE score = "5-0" AND date = "august 3, 2005"
What Competition on August 3, 2005 had a Score of 5-0?
CREATE TABLE table_name_16 (competition VARCHAR, score VARCHAR, date VARCHAR)
SELECT COUNT(production_number) FROM table_name_21 WHERE series = "mm" AND title = "bell hoppy"
What is the production number for Bell Hoppy in the MM Series?
CREATE TABLE table_name_21 (production_number VARCHAR, series VARCHAR, title VARCHAR)
SELECT score FROM table_name_54 WHERE year < 1994 AND partner = "elizabeth sayers smylie"
Which Score has smaller than 1994, and a Partner of elizabeth sayers smylie?
CREATE TABLE table_name_54 (score VARCHAR, year VARCHAR, partner VARCHAR)
SELECT 2003 FROM table_name_87 WHERE 2008 = "grand slam tournaments"
What is the 2003 value for the 2008 grand slam tournaments?
CREATE TABLE table_name_87 (Id VARCHAR)
SELECT loser FROM table_name_43 WHERE year = 2001 AND winner = "new york giants"
Who was the loser against the New York Giants in 2001?
CREATE TABLE table_name_43 (loser VARCHAR, year VARCHAR, winner VARCHAR)
SELECT institution FROM table_11658094_1 WHERE joined = "1993"
Which institutions joined in 1993
CREATE TABLE table_11658094_1 (institution VARCHAR, joined VARCHAR)
SELECT french FROM table_2077192_2 WHERE english = "orange"
What is the French translation for the English word "orange"?
CREATE TABLE table_2077192_2 (french VARCHAR, english VARCHAR)
SELECT high_points FROM table_22883210_5 WHERE game = 5
Who had highest points in game 5?
CREATE TABLE table_22883210_5 (high_points VARCHAR, game VARCHAR)
SELECT style FROM table_28677723_14 WHERE total = 27
Name the style for 27
CREATE TABLE table_28677723_14 (style VARCHAR, total VARCHAR)
SELECT score FROM table_11960610_10 WHERE location_attendance = "United Center 22,097"
What was the score of united center 22,097?
CREATE TABLE table_11960610_10 (score VARCHAR, location_attendance VARCHAR)
SELECT SUM(Away) AS losses FROM table_name_64 WHERE no_result > 0 AND losses > 6 AND matches > 91
What is the sum of Away Losses with a No Result of more than 0, losses of more than 6, and matches of more than 91?
CREATE TABLE table_name_64 (Away INTEGER, matches VARCHAR, no_result VARCHAR, losses VARCHAR)
SELECT margin_of_victory FROM table_1569625_1 WHERE no = 15
Name the margin of victory when the number is 15
CREATE TABLE table_1569625_1 (margin_of_victory VARCHAR, no VARCHAR)
SELECT year FROM table_23235767_4 WHERE surface = "Clay" AND championship = "Boston" AND opponent_in_the_final = "Guillermo Vilas"
Name the year for clay for boston and guillermo vilas
CREATE TABLE table_23235767_4 (year VARCHAR, opponent_in_the_final VARCHAR, surface VARCHAR, championship VARCHAR)
SELECT home FROM table_name_82 WHERE visitor = "chicago" AND series = "3 – 2"
What is the Home with a Visitor of chicago, and a Series with 3 – 2?
CREATE TABLE table_name_82 (home VARCHAR, visitor VARCHAR, series VARCHAR)
SELECT T2.Party, COUNT(*) FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID GROUP BY T1.Party
Show the name of each party and the corresponding number of delegates from that party.
CREATE TABLE election (Party VARCHAR); CREATE TABLE party (Party VARCHAR, Party_ID VARCHAR)
SELECT MAX(week) FROM table_name_47 WHERE opponent = "cleveland browns" AND attendance > 54 OFFSET 205
What is the highest week for Cleveland Browns with 54,205 in attendance?
CREATE TABLE table_name_47 (week INTEGER, opponent VARCHAR, attendance VARCHAR)
SELECT score FROM table_name_56 WHERE country = "united states" AND to_par = "+4"
What is Score, when Country is "United States", and when To Par is "+4"?
CREATE TABLE table_name_56 (score VARCHAR, country VARCHAR, to_par VARCHAR)
SELECT country FROM table_name_43 WHERE rank = "4"
What country was rank 4?
CREATE TABLE table_name_43 (country VARCHAR, rank VARCHAR)
SELECT runner_s__up FROM table_name_78 WHERE margin_of_victory = "3 strokes" AND winning_score = –13(68 - 70 - 66 - 71 = 275)
Which runner(s)-up had a Winning score of –13 (68-70-66-71=275) and a Margin of victory of 3 strokes?
CREATE TABLE table_name_78 (runner_s__up VARCHAR, margin_of_victory VARCHAR, winning_score VARCHAR)
SELECT agg FROM table_name_27 WHERE team_1 = "dinamo minsk"
What was the aggregate in the match with a team 1 of Dinamo Minsk?
CREATE TABLE table_name_27 (agg VARCHAR, team_1 VARCHAR)
SELECT original_air_date FROM table_11111116_6 WHERE written_by = "Rebecca Dameron"
The episode written by Rebecca Dameron aired on what date?
CREATE TABLE table_11111116_6 (original_air_date VARCHAR, written_by VARCHAR)
SELECT counties_represented FROM table_name_97 WHERE first_elected = 2006 AND committee = "ways and means"
What counties represented have a First Elected of 2006 and a Ways and Means Committee?
CREATE TABLE table_name_97 (counties_represented VARCHAR, first_elected VARCHAR, committee VARCHAR)
SELECT episode FROM table_name_16 WHERE year = 2004 AND nominee_s_ = "jenny bicks and cindy chupack"
Name the episode for jenny bicks and cindy chupack nominees in 2004
CREATE TABLE table_name_16 (episode VARCHAR, year VARCHAR, nominee_s_ VARCHAR)
SELECT high_points FROM table_13464416_6 WHERE team = "New Jersey"
tell who made the most scores on new jersey
CREATE TABLE table_13464416_6 (high_points VARCHAR, team VARCHAR)
SELECT COUNT(points) FROM table_name_16 WHERE lost > 6 AND match < 14
How many points were there when there more than 6 losses and less than 14 matches?
CREATE TABLE table_name_16 (points VARCHAR, lost VARCHAR, match VARCHAR)
SELECT MIN(series__number) FROM table_name_41 WHERE production_code = 717 AND season__number < 17
Name the least series number with production code of 717 and season number less than 17
CREATE TABLE table_name_41 (series__number INTEGER, production_code VARCHAR, season__number VARCHAR)
SELECT rank FROM table_name_7 WHERE team = "tottenham hotspur"
Name the rank for tottenham hotspur
CREATE TABLE table_name_7 (rank VARCHAR, team VARCHAR)
SELECT captain FROM table_name_60 WHERE team = "bolton wanderers"
Who was the team captain of the Bolton Wanderers?
CREATE TABLE table_name_60 (captain VARCHAR, team VARCHAR)
SELECT COUNT(first_elected) FROM table_1341586_43 WHERE district = "Tennessee 2"
Name number first elected for tennessee 2?
CREATE TABLE table_1341586_43 (first_elected VARCHAR, district VARCHAR)
SELECT MAX(scored) FROM table_name_59 WHERE result = "1–1" AND date = "4 march 2001"
What is the highest score with a Result of 1–1 on 4 march 2001?
CREATE TABLE table_name_59 (scored INTEGER, result VARCHAR, date VARCHAR)
SELECT AVG(attendance) FROM table_name_78 WHERE date = "september 17, 1981"
What is the average Attendance, when the Date is September 17, 1981?
CREATE TABLE table_name_78 (attendance INTEGER, date VARCHAR)
SELECT character FROM table_22460085_1 WHERE original_west_end_performer = "Richard Fleeshman"
What character did Richard Fleeshman portray?
CREATE TABLE table_22460085_1 (character VARCHAR, original_west_end_performer VARCHAR)
SELECT player FROM table_2679061_9 WHERE nhl_team = "Hartford Whalers"
Who was the player who played for Hartford Whalers NHL Team?
CREATE TABLE table_2679061_9 (player VARCHAR, nhl_team VARCHAR)
SELECT MIN(puchat_ligi) FROM table_name_64 WHERE uefa_cup < 2 AND player = "takesure chinyama"
Which Puchat Ligi has a UEFA Cup smaller than 2, and a Player of takesure chinyama?
CREATE TABLE table_name_64 (puchat_ligi INTEGER, uefa_cup VARCHAR, player VARCHAR)
SELECT MAX(ties) FROM table_name_65 WHERE losses < 9 AND starts = 26 AND wins < 21
Which Ties is the highest one that has Losses smaller than 9, and Starts of 26, and Wins smaller than 21?
CREATE TABLE table_name_65 (ties INTEGER, wins VARCHAR, losses VARCHAR, starts VARCHAR)
SELECT score FROM table_name_73 WHERE result = "11–0"
Which score has a Result of 11–0?
CREATE TABLE table_name_73 (score VARCHAR, result VARCHAR)
SELECT home_team AS score FROM table_name_57 WHERE venue = "glenferrie oval"
What is the score for the home team for the venue glenferrie oval?
CREATE TABLE table_name_57 (home_team VARCHAR, venue VARCHAR)
SELECT name, course_id FROM instructor AS T1 JOIN teaches AS T2 ON T1.ID = T2.ID WHERE T1.dept_name = 'Art'
Find the names of all instructors in the Art department who have taught some course and the course_id.
CREATE TABLE instructor (ID VARCHAR, dept_name VARCHAR); CREATE TABLE teaches (ID VARCHAR)
SELECT date FROM table_name_94 WHERE result = "l 13–9"
Tell me the date with result of l 13–9
CREATE TABLE table_name_94 (date VARCHAR, result VARCHAR)
SELECT time_retired FROM table_name_99 WHERE laps < 100 AND points > 0
Which Time/Retired has Laps smaller than 100, and Points larger than 0?
CREATE TABLE table_name_99 (time_retired VARCHAR, laps VARCHAR, points VARCHAR)
SELECT MAX(prod_code) FROM table_29102100_1 WHERE directed_by = "Rondell Sheridan"
What was the production code of the episode directed by Rondell Sheridan?
CREATE TABLE table_29102100_1 (prod_code INTEGER, directed_by VARCHAR)
SELECT COUNT(autonomous_community) FROM table_13566548_1 WHERE total_renewable_generation = 1375
How many communities had a total renewable generation of 1375?
CREATE TABLE table_13566548_1 (autonomous_community VARCHAR, total_renewable_generation VARCHAR)
SELECT SUM(points) FROM table_name_65 WHERE class = "125cc" AND rank = "3rd" AND year < 1996
For years before 1996, having a rank of 3rd in the 125cc class, what is the sum of the points?
CREATE TABLE table_name_65 (points INTEGER, year VARCHAR, class VARCHAR, rank VARCHAR)
SELECT circuit FROM table_name_25 WHERE fastest_lap = "jim clark"
I want the circuit for jim clark
CREATE TABLE table_name_25 (circuit VARCHAR, fastest_lap VARCHAR)
SELECT year FROM table_name_9 WHERE domestic_cup = "singapore cup"
What year had a domestic cup of singapore cup?
CREATE TABLE table_name_9 (year VARCHAR, domestic_cup VARCHAR)
SELECT AVG(number_of_seasons_in_top_division) FROM table_name_65 WHERE number_of_seasons_in_prva_hnl = 17
Name the average number of seasons for Prva HNL of 17
CREATE TABLE table_name_65 (number_of_seasons_in_top_division INTEGER, number_of_seasons_in_prva_hnl VARCHAR)
SELECT SUM(overall) FROM table_name_23 WHERE pick < 8 AND college = "western michigan"
What is the overall sum of the game with a pick less than 8 from the college of western michigan?
CREATE TABLE table_name_23 (overall INTEGER, pick VARCHAR, college VARCHAR)
SELECT location FROM table_name_49 WHERE winning_skip = "kevin martin" AND event = "the national"
What's the location of the National event with Kevin Martin winning?
CREATE TABLE table_name_49 (location VARCHAR, winning_skip VARCHAR, event VARCHAR)
SELECT african_spoonbill FROM table_20042805_2 WHERE hadeda_ibis = "Flernecked Nightjar"
What is the African Spoonbill when the Hadeda Ibis is Flernecked Nightjar?
CREATE TABLE table_20042805_2 (african_spoonbill VARCHAR, hadeda_ibis VARCHAR)
SELECT best FROM table_name_47 WHERE qual_2 = "58.700"
Name the Best which has a Qual 2 of 58.700?
CREATE TABLE table_name_47 (best VARCHAR, qual_2 VARCHAR)
SELECT T1.date_of_treatment, T2.first_name FROM Treatments AS T1 JOIN Professionals AS T2 ON T1.professional_id = T2.professional_id
List the date of each treatment, together with the first name of the professional who operated it.
CREATE TABLE Treatments (date_of_treatment VARCHAR, professional_id VARCHAR); CREATE TABLE Professionals (first_name VARCHAR, professional_id VARCHAR)
SELECT date FROM table_name_26 WHERE week > 3 AND result = "w 28-27"
Tell me the date that has a week larger than 3 and a result of w 28-27
CREATE TABLE table_name_26 (date VARCHAR, week VARCHAR, result VARCHAR)
SELECT COUNT(number_of_dances) FROM table_20424140_3 WHERE place = 6
How many different numbers of total dances are there for the couple ranked at number 6?
CREATE TABLE table_20424140_3 (number_of_dances VARCHAR, place VARCHAR)
SELECT cuts_made FROM table_28540609_2 WHERE player = "Bernd Wiesberger"
How many cuts did Bernd Wiesberger make?
CREATE TABLE table_28540609_2 (cuts_made VARCHAR, player VARCHAR)
SELECT date FROM table_2581397_5 WHERE race = "Doncaster"
What date was the Doncaster race?
CREATE TABLE table_2581397_5 (date VARCHAR, race VARCHAR)
SELECT MAX(place) FROM table_name_83 WHERE draw = 6
What is the highest place for song that was draw number 6?
CREATE TABLE table_name_83 (place INTEGER, draw VARCHAR)
SELECT payment_method FROM customers GROUP BY payment_method ORDER BY COUNT(*) DESC LIMIT 1
Which payment method is used by most customers?
CREATE TABLE customers (payment_method VARCHAR)
SELECT location FROM table_1211545_2 WHERE name = "Carousel Toll Plaza"
What is the location of the Carousel toll plaza?
CREATE TABLE table_1211545_2 (location VARCHAR, name VARCHAR)
SELECT supplier FROM table_name_83 WHERE year = "2006-2008"
Which Supplier has a Year of 2006-2008?
CREATE TABLE table_name_83 (supplier VARCHAR, year VARCHAR)
SELECT T2.Building FROM COURSE AS T1 JOIN FACULTY AS T2 ON T1.Instructor = T2.FacID GROUP BY T1.Instructor ORDER BY COUNT(*) DESC LIMIT 1
Which building does the instructor who teaches the most number of courses live in?
CREATE TABLE COURSE (Instructor VARCHAR); CREATE TABLE FACULTY (Building VARCHAR, FacID VARCHAR)
SELECT finish FROM table_name_17 WHERE year = "1956"
What is the finish in 1956?
CREATE TABLE table_name_17 (finish VARCHAR, year VARCHAR)
SELECT record FROM table_name_46 WHERE game > 7 AND location = "boston garden" AND opponent = "providence steam rollers"
What is the record of the game with a game number greater than 7 at boston garden with the providence steam rollers as the opponent?
CREATE TABLE table_name_46 (record VARCHAR, opponent VARCHAR, game VARCHAR, location VARCHAR)
SELECT rank, company, market_value FROM company WHERE main_industry = 'Banking' ORDER BY sales_billion, profits_billion
find the rank, company names, market values of the companies in the banking industry order by their sales and profits in billion.
CREATE TABLE company (rank VARCHAR, company VARCHAR, market_value VARCHAR, main_industry VARCHAR, sales_billion VARCHAR, profits_billion VARCHAR)
SELECT T2.date_order_placed FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T1.customer_name = "Jeramie"
Find the dates of orders which belong to the customer named "Jeramie".
CREATE TABLE customers (customer_id VARCHAR, customer_name VARCHAR); CREATE TABLE orders (date_order_placed VARCHAR, customer_id VARCHAR)
SELECT opponent FROM table_name_32 WHERE attendance = "73,428"
Which opponent had 73,428 in attendance?
CREATE TABLE table_name_32 (opponent VARCHAR, attendance VARCHAR)
SELECT away_team FROM table_name_20 WHERE venue = "arden street oval"
Who was the away team at Arden Street Oval?
CREATE TABLE table_name_20 (away_team VARCHAR, venue VARCHAR)
SELECT game FROM table_27756314_10 WHERE team = "Indiana"
What is the game with the team indiana?
CREATE TABLE table_27756314_10 (game VARCHAR, team VARCHAR)
SELECT challenge FROM table_25531112_2 WHERE event = "Australian Grand Prix"
Who made the challenge in the Australian Grand Prix?
CREATE TABLE table_25531112_2 (challenge VARCHAR, event VARCHAR)
SELECT general_classification_yellow_jersey FROM table_name_74 WHERE mountains_classification_green_jersey = "murilo antonio fischer" AND team_classification = "lampre-fondital"
What is General Classification Yellow Jersey that has a Murilo Antonio Fischer, and Lampre-Fondital?
CREATE TABLE table_name_74 (general_classification_yellow_jersey VARCHAR, mountains_classification_green_jersey VARCHAR, team_classification VARCHAR)
SELECT director_s_ FROM table_name_35 WHERE writer_s_ = "alex winckler"
Alex Winckler wrote the film, who was the director?
CREATE TABLE table_name_35 (director_s_ VARCHAR, writer_s_ VARCHAR)