combined_text
stringlengths
106
1.05k
###question:What is the First Performance when the status is past and the style was ballet, tap?###answer:SELECT first_performance FROM table_name_74 WHERE status = "past" AND style = "ballet, tap"###context:CREATE TABLE table_name_74 (first_performance VARCHAR, status VARCHAR, style VARCHAR)
###question:What was the Last Performance when the status is current cast, and a Name of noah parets?###answer:SELECT last_performance FROM table_name_16 WHERE status = "current cast" AND name = "noah parets"###context:CREATE TABLE table_name_16 (last_performance VARCHAR, status VARCHAR, name VARCHAR)
###question:What is the style for Giuseppe Bausilio?###answer:SELECT style FROM table_name_31 WHERE name = "giuseppe bausilio"###context:CREATE TABLE table_name_31 (style VARCHAR, name VARCHAR)
###question:Which opponent has the event Jungle Fight 6?###answer:SELECT opponent FROM table_name_56 WHERE event = "jungle fight 6"###context:CREATE TABLE table_name_56 (opponent VARCHAR, event VARCHAR)
###question:Which is the method under the event Jungle Fight 2?###answer:SELECT method FROM table_name_24 WHERE event = "jungle fight 2"###context:CREATE TABLE table_name_24 (method VARCHAR, event VARCHAR)
###question:What is the total number of points when draw is 4?###answer:SELECT COUNT(points) FROM table_name_71 WHERE draw = 4###context:CREATE TABLE table_name_71 (points VARCHAR, draw VARCHAR)
###question:what is the goals scored when draw is less than 8, points is 19 and goals conceded is more than 26?###answer:SELECT SUM(goals_scored) FROM table_name_44 WHERE draw < 8 AND points = 19 AND goals_conceded > 26###context:CREATE TABLE table_name_44 (goals_scored INTEGER, goals_conceded VARCHAR, draw VARCHAR, points VARCHAR)
###question:what is the points when the goals conceded is less than 24, place is less than 6 and goals scored is less than 26?###answer:SELECT SUM(points) FROM table_name_15 WHERE goals_conceded < 24 AND place < 6 AND goals_scored < 26###context:CREATE TABLE table_name_15 (points INTEGER, goals_scored VARCHAR, goals_conceded VARCHAR, place VARCHAR)
###question:what is the place when losses is less than 12 and points is less than 19?###answer:SELECT SUM(place) FROM table_name_12 WHERE lost < 12 AND points < 19###context:CREATE TABLE table_name_12 (place INTEGER, lost VARCHAR, points VARCHAR)
###question:what is the average place when lost is more than 12?###answer:SELECT AVG(place) FROM table_name_13 WHERE lost > 12###context:CREATE TABLE table_name_13 (place INTEGER, lost INTEGER)
###question:In what Year were there 48 of 120 Seats and a % votes larger than 34.18?###answer:SELECT SUM(year) FROM table_name_94 WHERE seats = "48 of 120" AND _percentage_votes > 34.18###context:CREATE TABLE table_name_94 (year INTEGER, seats VARCHAR, _percentage_votes VARCHAR)
###question:After 1993, what is the Seats with a % votes of 38.72?###answer:SELECT seats FROM table_name_26 WHERE year > 1993 AND _percentage_votes = 38.72###context:CREATE TABLE table_name_26 (seats VARCHAR, year VARCHAR, _percentage_votes VARCHAR)
###question:What is the highest Isolation (km) when the elevation was smaller than 1320, and a Municipality of hinnøya?###answer:SELECT MAX(isolation__km_) FROM table_name_61 WHERE elevation__m_ < 1320 AND municipality = "hinnøya"###context:CREATE TABLE table_name_61 (isolation__km_ INTEGER, elevation__m_ VARCHAR, municipality VARCHAR)
###question:What is the average Isolation in the municipality of Sunndal at an elevation of more than 1850?###answer:SELECT AVG(isolation__km_) FROM table_name_83 WHERE municipality = "sunndal" AND elevation__m_ > 1850###context:CREATE TABLE table_name_83 (isolation__km_ INTEGER, municipality VARCHAR, elevation__m_ VARCHAR)
###question:What is the highest elevation for the peak daurmål, and an Isolation (km) larger than 4?###answer:SELECT MAX(elevation__m_) FROM table_name_83 WHERE peak = "daurmål" AND isolation__km_ > 4###context:CREATE TABLE table_name_83 (elevation__m_ INTEGER, peak VARCHAR, isolation__km_ VARCHAR)
###question:What country has an Elevation less than 1833 and an Isolation (km) larger than 18, and a Peak of store lenangstind?###answer:SELECT county FROM table_name_64 WHERE elevation__m_ < 1833 AND isolation__km_ > 18 AND peak = "store lenangstind"###context:CREATE TABLE table_name_64 (county VARCHAR, peak VARCHAR, elevation__m_ VARCHAR, isolation__km_ VARCHAR)
###question:What country has a prominence less than 1292 and an Isolation (km) of 14?###answer:SELECT county FROM table_name_9 WHERE prominence__m_ < 1292 AND isolation__km_ = 14###context:CREATE TABLE table_name_9 (county VARCHAR, prominence__m_ VARCHAR, isolation__km_ VARCHAR)
###question:Which lane did George Bovell swim in?###answer:SELECT SUM(lane) FROM table_name_20 WHERE name = "george bovell"###context:CREATE TABLE table_name_20 (lane INTEGER, name VARCHAR)
###question:What is the average of the top-25 with 16 cuts and less than 23 events?###answer:SELECT AVG(top_25) FROM table_name_79 WHERE cuts_made = 16 AND events < 23###context:CREATE TABLE table_name_79 (top_25 INTEGER, cuts_made VARCHAR, events VARCHAR)
###question:What is the highest top-25 with more than 9 top-10 but less than 29 events?###answer:SELECT MAX(top_25) FROM table_name_17 WHERE top_10 > 9 AND events < 29###context:CREATE TABLE table_name_17 (top_25 INTEGER, top_10 VARCHAR, events VARCHAR)
###question:What's the Overall average that has brad scioli, and a Pick # larger than 5?###answer:SELECT AVG(overall) FROM table_name_60 WHERE name = "brad scioli" AND pick__number > 5###context:CREATE TABLE table_name_60 (overall INTEGER, name VARCHAR, pick__number VARCHAR)
###question:What's the lowest Overall average that has a College of Arkansas, and a Round larger than 3?###answer:SELECT MIN(overall) FROM table_name_51 WHERE college = "arkansas" AND round > 3###context:CREATE TABLE table_name_51 (overall INTEGER, college VARCHAR, round VARCHAR)
###question:Which highest Overall has a Pick # of 4, and a Round larger than 7?###answer:SELECT MAX(overall) FROM table_name_65 WHERE pick__number = 4 AND round > 7###context:CREATE TABLE table_name_65 (overall INTEGER, pick__number VARCHAR, round VARCHAR)
###question:What's the overall average that has a round less than 7, and a Pick # of 4?###answer:SELECT AVG(overall) FROM table_name_63 WHERE round < 7 AND pick__number = 4###context:CREATE TABLE table_name_63 (overall INTEGER, round VARCHAR, pick__number VARCHAR)
###question:Who is the no. 4 team that has the no. 5 player Susana Telmo?###answer:SELECT no4 FROM table_name_46 WHERE no5 = "susana telmo"###context:CREATE TABLE table_name_46 (no4 VARCHAR, no5 VARCHAR)
###question:Who is the no. 9 team that has a no. 6 player of paulo?###answer:SELECT no9 FROM table_name_85 WHERE no6 = "paulo"###context:CREATE TABLE table_name_85 (no9 VARCHAR, no6 VARCHAR)
###question:Who this the no. 8 team that has a no. 9 player, Telmo?###answer:SELECT no8 FROM table_name_72 WHERE no9 = "telmo"###context:CREATE TABLE table_name_72 (no8 VARCHAR, no9 VARCHAR)
###question:Name the nickname with age of 4.9###answer:SELECT nickname FROM table_name_73 WHERE age___ma__ = "4.9"###context:CREATE TABLE table_name_73 (nickname VARCHAR, age___ma__ VARCHAR)
###question:Name the island with age ma of 1.0###answer:SELECT island FROM table_name_73 WHERE age___ma__ = "1.0"###context:CREATE TABLE table_name_73 (island VARCHAR, age___ma__ VARCHAR)
###question:Name the elevation of the gathering place###answer:SELECT elevation FROM table_name_79 WHERE nickname = "the gathering place"###context:CREATE TABLE table_name_79 (elevation VARCHAR, nickname VARCHAR)
###question:Game site of kingdome, and a Result of w 24-6 has what record?###answer:SELECT record FROM table_name_32 WHERE game_site = "kingdome" AND result = "w 24-6"###context:CREATE TABLE table_name_32 (record VARCHAR, game_site VARCHAR, result VARCHAR)
###question:Date of september 25, 1983 is what game site?###answer:SELECT game_site FROM table_name_68 WHERE date = "september 25, 1983"###context:CREATE TABLE table_name_68 (game_site VARCHAR, date VARCHAR)
###question:What stadium held the game that had a score of 6–3?###answer:SELECT stadium FROM table_name_71 WHERE score = "6–3"###context:CREATE TABLE table_name_71 (stadium VARCHAR, score VARCHAR)
###question:What was the date of the game that had a loss of Reed (0–2)?###answer:SELECT date FROM table_name_29 WHERE loss = "reed (0–2)"###context:CREATE TABLE table_name_29 (date VARCHAR, loss VARCHAR)
###question:On which Date was there a record of 11-8?###answer:SELECT date FROM table_name_37 WHERE record = "11-8"###context:CREATE TABLE table_name_37 (date VARCHAR, record VARCHAR)
###question:How many podiums associated with 1 vuelta and over 7 tours?###answer:SELECT COUNT(total) FROM table_name_1 WHERE vuelta = 1 AND tour > 7###context:CREATE TABLE table_name_1 (total VARCHAR, vuelta VARCHAR, tour VARCHAR)
###question:What is the total for miguel induráin with a Vuelta larger than 1?###answer:SELECT MIN(total) FROM table_name_33 WHERE name = "miguel induráin" AND vuelta > 1###context:CREATE TABLE table_name_33 (total INTEGER, name VARCHAR, vuelta VARCHAR)
###question:What is the grid associated with a Time/Retired of + 1 lap, and under 7 points?###answer:SELECT MIN(grid) FROM table_name_99 WHERE time_retired = "+ 1 lap" AND points < 7###context:CREATE TABLE table_name_99 (grid INTEGER, time_retired VARCHAR, points VARCHAR)
###question:What grid is associated with 67 laps?###answer:SELECT grid FROM table_name_45 WHERE laps = 67###context:CREATE TABLE table_name_45 (grid VARCHAR, laps VARCHAR)
###question:Name the nation for 8 june 1983 for marlies gohr###answer:SELECT nation FROM table_name_27 WHERE date = "8 june 1983" AND athlete = "marlies gohr"###context:CREATE TABLE table_name_27 (nation VARCHAR, date VARCHAR, athlete VARCHAR)
###question:Name the athlete for bulgaria with rank less than 22###answer:SELECT athlete FROM table_name_46 WHERE rank < 22 AND nation = "bulgaria"###context:CREATE TABLE table_name_46 (athlete VARCHAR, rank VARCHAR, nation VARCHAR)
###question:What engine was used by Ram Penthouse Rizla Racing in 1978?###answer:SELECT engine FROM table_name_97 WHERE year > 1978 AND entrant = "ram penthouse rizla racing"###context:CREATE TABLE table_name_97 (engine VARCHAR, year VARCHAR, entrant VARCHAR)
###question:Which College has a Year smaller than 1962, and a Position of rb?###answer:SELECT college FROM table_name_98 WHERE year < 1962 AND position = "rb"###context:CREATE TABLE table_name_98 (college VARCHAR, year VARCHAR, position VARCHAR)
###question:Which Year has a College of nebraska, and a Pick of 2?###answer:SELECT year FROM table_name_96 WHERE college = "nebraska" AND pick = "2"###context:CREATE TABLE table_name_96 (year VARCHAR, college VARCHAR, pick VARCHAR)
###question:Which Pick has a Year larger than 1983, and a Player name of brian jozwiak?###answer:SELECT pick FROM table_name_56 WHERE year > 1983 AND player_name = "brian jozwiak"###context:CREATE TABLE table_name_56 (pick VARCHAR, year VARCHAR, player_name VARCHAR)
###question:Which lowest year has a Position of rb, and a College of louisiana state?###answer:SELECT MIN(year) FROM table_name_27 WHERE position = "rb" AND college = "louisiana state"###context:CREATE TABLE table_name_27 (year INTEGER, position VARCHAR, college VARCHAR)
###question:How many years have a Player name of ronnie bull?###answer:SELECT SUM(year) FROM table_name_75 WHERE player_name = "ronnie bull"###context:CREATE TABLE table_name_75 (year INTEGER, player_name VARCHAR)
###question:Who was the recipient of an award of £4,203?###answer:SELECT recipient FROM table_name_22 WHERE award = "£4,203"###context:CREATE TABLE table_name_22 (recipient VARCHAR, award VARCHAR)
###question:Who directed the film that received an award of £6,245?###answer:SELECT director_s_ FROM table_name_10 WHERE award = "£6,245"###context:CREATE TABLE table_name_10 (director_s_ VARCHAR, award VARCHAR)
###question:Who directed the film that Avie Luthra received an award for?###answer:SELECT director_s_ FROM table_name_63 WHERE recipient = "avie luthra"###context:CREATE TABLE table_name_63 (director_s_ VARCHAR, recipient VARCHAR)
###question:Who directed the film Antonio's Breakfast?###answer:SELECT director_s_ FROM table_name_44 WHERE film = "antonio's breakfast"###context:CREATE TABLE table_name_44 (director_s_ VARCHAR, film VARCHAR)
###question:Who was the director of the film that Sister Films received an award for on 2/3/05?###answer:SELECT director_s_ FROM table_name_48 WHERE date = "2/3/05" AND recipient = "sister films"###context:CREATE TABLE table_name_48 (director_s_ VARCHAR, date VARCHAR, recipient VARCHAR)
###question:What is the score of the game on June 9?###answer:SELECT score FROM table_name_75 WHERE date = "june 9"###context:CREATE TABLE table_name_75 (score VARCHAR, date VARCHAR)
###question:What is the usual attendance for july 2?###answer:SELECT AVG(attendance) FROM table_name_6 WHERE date = "july 2"###context:CREATE TABLE table_name_6 (attendance INTEGER, date VARCHAR)
###question:What was the value for deleted for CERCLIS ID of il0210090049?###answer:SELECT deleted FROM table_name_53 WHERE cerclis_id = "il0210090049"###context:CREATE TABLE table_name_53 (deleted VARCHAR, cerclis_id VARCHAR)
###question:What is the date construction is completed in Jo Daviess county?###answer:SELECT construction_completed FROM table_name_70 WHERE county = "jo daviess"###context:CREATE TABLE table_name_70 (construction_completed VARCHAR, county VARCHAR)
###question:Role of narrator, and a Year larger than 2009, and a Release/Air Date of 7 october 2010 belongs to what author?###answer:SELECT author FROM table_name_62 WHERE role = "narrator" AND year > 2009 AND release_air_date = "7 october 2010"###context:CREATE TABLE table_name_62 (author VARCHAR, release_air_date VARCHAR, role VARCHAR, year VARCHAR)
###question:Role of narrator, and a Radio Station/Production Company of bbc audiobooks, and a Release/Air Date of 13 november 2008 is what sum of the year?###answer:SELECT SUM(year) FROM table_name_96 WHERE role = "narrator" AND radio_station_production_company = "bbc audiobooks" AND release_air_date = "13 november 2008"###context:CREATE TABLE table_name_96 (year INTEGER, release_air_date VARCHAR, role VARCHAR, radio_station_production_company VARCHAR)
###question:Radio Station/Production Company that has a Role of interviewee & monologues is what radio station?###answer:SELECT radio_station_production_company FROM table_name_73 WHERE role = "interviewee & monologues"###context:CREATE TABLE table_name_73 (radio_station_production_company VARCHAR, role VARCHAR)
###question:What was the position of the Racing Organisation Course team?###answer:SELECT pos FROM table_name_79 WHERE team = "racing organisation course"###context:CREATE TABLE table_name_79 (pos VARCHAR, team VARCHAR)
###question:Who were the co-drivers for the Racing Organisation Course team in years before 2011, who had a position of DNF?###answer:SELECT co_drivers FROM table_name_92 WHERE pos = "dnf" AND year < 2011 AND team = "racing organisation course"###context:CREATE TABLE table_name_92 (co_drivers VARCHAR, team VARCHAR, pos VARCHAR, year VARCHAR)
###question:Who were the co-drivers in years after 2010?###answer:SELECT co_drivers FROM table_name_49 WHERE year > 2010###context:CREATE TABLE table_name_49 (co_drivers VARCHAR, year INTEGER)
###question:What is the date made that has an associated fleet number of 4?###answer:SELECT date_made FROM table_name_99 WHERE fleet_numbers = "4"###context:CREATE TABLE table_name_99 (date_made VARCHAR, fleet_numbers VARCHAR)
###question:What is the withdrawal date associated with a date made of 1904?###answer:SELECT date_withdrawn FROM table_name_92 WHERE date_made = "1904"###context:CREATE TABLE table_name_92 (date_withdrawn VARCHAR, date_made VARCHAR)
###question:Name the game site with result of l 7-38###answer:SELECT game_site FROM table_name_36 WHERE result = "l 7-38"###context:CREATE TABLE table_name_36 (game_site VARCHAR, result VARCHAR)
###question:Name the result for arrowhead stadium###answer:SELECT result FROM table_name_45 WHERE game_site = "arrowhead stadium"###context:CREATE TABLE table_name_45 (result VARCHAR, game_site VARCHAR)
###question:Name the least attendance for opponent of new orleans saints and week more than 2###answer:SELECT MIN(attendance) FROM table_name_5 WHERE week > 2 AND opponent = "new orleans saints"###context:CREATE TABLE table_name_5 (attendance INTEGER, week VARCHAR, opponent VARCHAR)
###question:What amount of earnings corresponds with a Top 10s rank of 23?###answer:SELECT earnings___$__ FROM table_name_7 WHERE top_10s = 23###context:CREATE TABLE table_name_7 (earnings___$__ VARCHAR, top_10s VARCHAR)
###question:What 2012 amount of earnings corresponds with less than 28 tournaments played?###answer:SELECT earnings___$__ FROM table_name_59 WHERE tournaments_played < 28 AND year = "2012"###context:CREATE TABLE table_name_59 (earnings___$__ VARCHAR, tournaments_played VARCHAR, year VARCHAR)
###question:Tell me the year with Laps less than 197 and start of 2###answer:SELECT year FROM table_name_96 WHERE laps < 197 AND start = "2"###context:CREATE TABLE table_name_96 (year VARCHAR, laps VARCHAR, start VARCHAR)
###question:Name the qual with start of totals###answer:SELECT qual FROM table_name_61 WHERE start = "totals"###context:CREATE TABLE table_name_61 (qual VARCHAR, start VARCHAR)
###question:Name the total number of laps with rank of 8###answer:SELECT COUNT(laps) FROM table_name_90 WHERE rank = "8"###context:CREATE TABLE table_name_90 (laps VARCHAR, rank VARCHAR)
###question:Name the start with Laps of 199 with qual of 224.838###answer:SELECT start FROM table_name_13 WHERE laps = 199 AND qual = "224.838"###context:CREATE TABLE table_name_13 (start VARCHAR, laps VARCHAR, qual VARCHAR)
###question:On what date was the score 1-2 at Athens Olympic Stadium?###answer:SELECT date FROM table_name_37 WHERE score = "1-2" AND venue = "athens olympic stadium"###context:CREATE TABLE table_name_37 (date VARCHAR, score VARCHAR, venue VARCHAR)
###question:What was the Match Report for the Euro2008q at the Athens Olympic Stadium on November 17, 2007?###answer:SELECT match_report FROM table_name_89 WHERE competition = "euro2008q" AND venue = "athens olympic stadium" AND date = "november 17, 2007"###context:CREATE TABLE table_name_89 (match_report VARCHAR, date VARCHAR, competition VARCHAR, venue VARCHAR)
###question:What was the Match Report for the Euro2008q at the Athens Olympic Stadium and a score of 1-2?###answer:SELECT match_report FROM table_name_44 WHERE competition = "euro2008q" AND venue = "athens olympic stadium" AND score = "1-2"###context:CREATE TABLE table_name_44 (match_report VARCHAR, score VARCHAR, competition VARCHAR, venue VARCHAR)
###question:On what date was the score 2-1?###answer:SELECT date FROM table_name_38 WHERE score = "2-1"###context:CREATE TABLE table_name_38 (date VARCHAR, score VARCHAR)
###question:On what date was the Competition of Friendly held?###answer:SELECT date FROM table_name_70 WHERE competition = "friendly"###context:CREATE TABLE table_name_70 (date VARCHAR, competition VARCHAR)
###question:What was the score at Pankritio Stadium on June 6, 2007?###answer:SELECT score FROM table_name_81 WHERE venue = "pankritio stadium" AND date = "june 6, 2007"###context:CREATE TABLE table_name_81 (score VARCHAR, venue VARCHAR, date VARCHAR)
###question:On what date was there a draw at Sydney Cricket Ground?###answer:SELECT date FROM table_name_83 WHERE result = "draw" AND venue = "sydney cricket ground"###context:CREATE TABLE table_name_83 (date VARCHAR, result VARCHAR, venue VARCHAR)
###question:In what venue was the result a draw?###answer:SELECT venue FROM table_name_20 WHERE result = "draw"###context:CREATE TABLE table_name_20 (venue VARCHAR, result VARCHAR)
###question:On what date was the result Wi by 1 run?###answer:SELECT date FROM table_name_24 WHERE result = "wi by 1 run"###context:CREATE TABLE table_name_24 (date VARCHAR, result VARCHAR)
###question:What venue had a draw?###answer:SELECT venue FROM table_name_77 WHERE result = "draw"###context:CREATE TABLE table_name_77 (venue VARCHAR, result VARCHAR)
###question:What is the total number of points for entrants with a Jordan 192 chassis?###answer:SELECT SUM(pts) FROM table_name_98 WHERE chassis = "jordan 192"###context:CREATE TABLE table_name_98 (pts INTEGER, chassis VARCHAR)
###question:Which entrant had a chassis of March CG891?###answer:SELECT entrant FROM table_name_20 WHERE chassis = "march cg891"###context:CREATE TABLE table_name_20 (entrant VARCHAR, chassis VARCHAR)
###question:What is the lowest number of points for an entrant with a Jordan 192 chassis?###answer:SELECT MIN(pts) FROM table_name_20 WHERE chassis = "jordan 192"###context:CREATE TABLE table_name_20 (pts INTEGER, chassis VARCHAR)
###question:What Opponent has the Attendance of 14,029?###answer:SELECT opponent FROM table_name_77 WHERE attendance = "14,029"###context:CREATE TABLE table_name_77 (opponent VARCHAR, attendance VARCHAR)
###question:Can you tell me the Attendance that has the Date of april 12?###answer:SELECT attendance FROM table_name_63 WHERE date = "april 12"###context:CREATE TABLE table_name_63 (attendance VARCHAR, date VARCHAR)
###question:Can you tell me the Score that has the Opponent of brewers, and the Attendance of 11,235?###answer:SELECT score FROM table_name_98 WHERE opponent = "brewers" AND attendance = "11,235"###context:CREATE TABLE table_name_98 (score VARCHAR, opponent VARCHAR, attendance VARCHAR)
###question:Can you tell me the Score that has the Attendance of 4,567?###answer:SELECT score FROM table_name_94 WHERE attendance = "4,567"###context:CREATE TABLE table_name_94 (score VARCHAR, attendance VARCHAR)
###question:What is the date with the distance of km (mi) at the course of roccaraso to san giorgio del sannio?###answer:SELECT date FROM table_name_20 WHERE distance = "km (mi)" AND course = "roccaraso to san giorgio del sannio"###context:CREATE TABLE table_name_20 (date VARCHAR, distance VARCHAR, course VARCHAR)
###question:Name the engine with entrant of larrousse f1###answer:SELECT engine FROM table_name_59 WHERE entrant = "larrousse f1"###context:CREATE TABLE table_name_59 (engine VARCHAR, entrant VARCHAR)
###question:Name the average yeara for engine of renault v10 with points more than 4###answer:SELECT AVG(year) FROM table_name_19 WHERE engine = "renault v10" AND points > 4###context:CREATE TABLE table_name_19 (year INTEGER, engine VARCHAR, points VARCHAR)
###question:Name the sumof points for year less than 1994 and chassis of lola lc89b###answer:SELECT SUM(points) FROM table_name_47 WHERE year < 1994 AND chassis = "lola lc89b"###context:CREATE TABLE table_name_47 (points INTEGER, year VARCHAR, chassis VARCHAR)
###question:Name the entrant for year more than 1991 and chassis of lotus 109###answer:SELECT entrant FROM table_name_92 WHERE year > 1991 AND chassis = "lotus 109"###context:CREATE TABLE table_name_92 (entrant VARCHAR, year VARCHAR, chassis VARCHAR)
###question:Name the sum of points for 1991###answer:SELECT SUM(points) FROM table_name_79 WHERE year = 1991###context:CREATE TABLE table_name_79 (points INTEGER, year VARCHAR)
###question:Which type has turin to monza as a course?###answer:SELECT type FROM table_name_85 WHERE course = "turin to monza"###context:CREATE TABLE table_name_85 (type VARCHAR, course VARCHAR)
###question:Which course has km (mi) as a type?###answer:SELECT course FROM table_name_15 WHERE type = "km (mi)"###context:CREATE TABLE table_name_15 (course VARCHAR, type VARCHAR)
###question:What winner has the sanremo to cuneo as the course?###answer:SELECT winner FROM table_name_51 WHERE course = "sanremo to cuneo"###context:CREATE TABLE table_name_51 (winner VARCHAR, course VARCHAR)
###question:Name the distance for stage of 2###answer:SELECT distance FROM table_name_5 WHERE stage = "2"###context:CREATE TABLE table_name_5 (distance VARCHAR, stage VARCHAR)