question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
Tell me the method for stanislav nuschik
CREATE TABLE table_name_60 (method VARCHAR, opponent VARCHAR)
SELECT method FROM table_name_60 WHERE opponent = "stanislav nuschik"
### Context: CREATE TABLE table_name_60 (method VARCHAR, opponent VARCHAR) ### Question: Tell me the method for stanislav nuschik ### Answer: SELECT method FROM table_name_60 WHERE opponent = "stanislav nuschik"
What was the Result of IFL: Los Angeles?
CREATE TABLE table_name_88 (res VARCHAR, event VARCHAR)
SELECT res FROM table_name_88 WHERE event = "ifl: los angeles"
### Context: CREATE TABLE table_name_88 (res VARCHAR, event VARCHAR) ### Question: What was the Result of IFL: Los Angeles? ### Answer: SELECT res FROM table_name_88 WHERE event = "ifl: los angeles"
Which Event resulted in a Win for Opponent, Shane Ott?
CREATE TABLE table_name_4 (event VARCHAR, res VARCHAR, opponent VARCHAR)
SELECT event FROM table_name_4 WHERE res = "win" AND opponent = "shane ott"
### Context: CREATE TABLE table_name_4 (event VARCHAR, res VARCHAR, opponent VARCHAR) ### Question: Which Event resulted in a Win for Opponent, Shane Ott? ### Answer: SELECT event FROM table_name_4 WHERE res = "win" AND opponent = "shane ott"
Which crystal structures has a Tc(K) of 110 and the number of Cu-O planes in the unit cell is 3?
CREATE TABLE table_name_67 (crystal_structure VARCHAR, no_of_cu_o_planes_in_unit_cell VARCHAR, t_c__k_ VARCHAR)
SELECT crystal_structure FROM table_name_67 WHERE no_of_cu_o_planes_in_unit_cell = 3 AND t_c__k_ = 110
### Context: CREATE TABLE table_name_67 (crystal_structure VARCHAR, no_of_cu_o_planes_in_unit_cell VARCHAR, t_c__k_ VARCHAR) ### Question: Which crystal structures has a Tc(K) of 110 and the number of Cu-O planes in the unit cell is 3? ### Answer: SELECT crystal_structure FROM table_name_67 WHERE no_of_cu_o_planes_in_unit_cell = 3 AND t_c__k_ = 110
Name the gold with total larger than 33
CREATE TABLE table_name_46 (gold VARCHAR, total INTEGER)
SELECT gold FROM table_name_46 WHERE total > 33
### Context: CREATE TABLE table_name_46 (gold VARCHAR, total INTEGER) ### Question: Name the gold with total larger than 33 ### Answer: SELECT gold FROM table_name_46 WHERE total > 33
Name the fewest gold for tanzania with bronze less than 0
CREATE TABLE table_name_54 (gold INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT MIN(gold) FROM table_name_54 WHERE nation = "tanzania" AND bronze < 0
### Context: CREATE TABLE table_name_54 (gold INTEGER, nation VARCHAR, bronze VARCHAR) ### Question: Name the fewest gold for tanzania with bronze less than 0 ### Answer: SELECT MIN(gold) FROM table_name_54 WHERE nation = "tanzania" AND bronze < 0
Who is the opponent for week 10?
CREATE TABLE table_name_17 (opponent VARCHAR, week VARCHAR)
SELECT opponent FROM table_name_17 WHERE week = 10
### Context: CREATE TABLE table_name_17 (opponent VARCHAR, week VARCHAR) ### Question: Who is the opponent for week 10? ### Answer: SELECT opponent FROM table_name_17 WHERE week = 10
For countries that won more than 32 gold medals, what was the highest number of golds?
CREATE TABLE table_name_81 (gold INTEGER, total INTEGER)
SELECT MAX(gold) FROM table_name_81 WHERE total > 32
### Context: CREATE TABLE table_name_81 (gold INTEGER, total INTEGER) ### Question: For countries that won more than 32 gold medals, what was the highest number of golds? ### Answer: SELECT MAX(gold) FROM table_name_81 WHERE total > 32
Tell me fourth place for year of 2010
CREATE TABLE table_name_36 (fourth_place VARCHAR, year VARCHAR)
SELECT fourth_place FROM table_name_36 WHERE year = 2010
### Context: CREATE TABLE table_name_36 (fourth_place VARCHAR, year VARCHAR) ### Question: Tell me fourth place for year of 2010 ### Answer: SELECT fourth_place FROM table_name_36 WHERE year = 2010
Tell me the result for 2010 fifa world cup qualification
CREATE TABLE table_name_81 (result VARCHAR, competition VARCHAR)
SELECT result FROM table_name_81 WHERE competition = "2010 fifa world cup qualification"
### Context: CREATE TABLE table_name_81 (result VARCHAR, competition VARCHAR) ### Question: Tell me the result for 2010 fifa world cup qualification ### Answer: SELECT result FROM table_name_81 WHERE competition = "2010 fifa world cup qualification"
Tell me the date for 2010 fifa world cup qualification
CREATE TABLE table_name_85 (date VARCHAR, competition VARCHAR)
SELECT date FROM table_name_85 WHERE competition = "2010 fifa world cup qualification"
### Context: CREATE TABLE table_name_85 (date VARCHAR, competition VARCHAR) ### Question: Tell me the date for 2010 fifa world cup qualification ### Answer: SELECT date FROM table_name_85 WHERE competition = "2010 fifa world cup qualification"
Tell me the surface for november 28, 2010
CREATE TABLE table_name_34 (surface VARCHAR, date VARCHAR)
SELECT surface FROM table_name_34 WHERE date = "november 28, 2010"
### Context: CREATE TABLE table_name_34 (surface VARCHAR, date VARCHAR) ### Question: Tell me the surface for november 28, 2010 ### Answer: SELECT surface FROM table_name_34 WHERE date = "november 28, 2010"
Tell me the tournament with a hard surface for 6–1, 6–2
CREATE TABLE table_name_99 (tournament VARCHAR, surface VARCHAR, score VARCHAR)
SELECT tournament FROM table_name_99 WHERE surface = "hard" AND score = "6–1, 6–2"
### Context: CREATE TABLE table_name_99 (tournament VARCHAR, surface VARCHAR, score VARCHAR) ### Question: Tell me the tournament with a hard surface for 6–1, 6–2 ### Answer: SELECT tournament FROM table_name_99 WHERE surface = "hard" AND score = "6–1, 6–2"
Tell me the date for 6–3, 6–2
CREATE TABLE table_name_87 (date VARCHAR, score VARCHAR)
SELECT date FROM table_name_87 WHERE score = "6–3, 6–2"
### Context: CREATE TABLE table_name_87 (date VARCHAR, score VARCHAR) ### Question: Tell me the date for 6–3, 6–2 ### Answer: SELECT date FROM table_name_87 WHERE score = "6–3, 6–2"
Tell me the date for johanna konta
CREATE TABLE table_name_8 (date VARCHAR, opponent_in_the_final VARCHAR)
SELECT date FROM table_name_8 WHERE opponent_in_the_final = "johanna konta"
### Context: CREATE TABLE table_name_8 (date VARCHAR, opponent_in_the_final VARCHAR) ### Question: Tell me the date for johanna konta ### Answer: SELECT date FROM table_name_8 WHERE opponent_in_the_final = "johanna konta"
What is the time value for the rider Brian Finch and a rank greater than 3?
CREATE TABLE table_name_42 (time VARCHAR, rank VARCHAR, rider VARCHAR)
SELECT time FROM table_name_42 WHERE rank > 3 AND rider = "brian finch"
### Context: CREATE TABLE table_name_42 (time VARCHAR, rank VARCHAR, rider VARCHAR) ### Question: What is the time value for the rider Brian Finch and a rank greater than 3? ### Answer: SELECT time FROM table_name_42 WHERE rank > 3 AND rider = "brian finch"
What result does the project Once Upon A Time In The West, directed by Sergio Leone have?
CREATE TABLE table_name_40 (result VARCHAR, director VARCHAR, project VARCHAR)
SELECT result FROM table_name_40 WHERE director = "sergio leone" AND project = "once upon a time in the west"
### Context: CREATE TABLE table_name_40 (result VARCHAR, director VARCHAR, project VARCHAR) ### Question: What result does the project Once Upon A Time In The West, directed by Sergio Leone have? ### Answer: SELECT result FROM table_name_40 WHERE director = "sergio leone" AND project = "once upon a time in the west"
What year was Bulworth nominated?
CREATE TABLE table_name_92 (year VARCHAR, project VARCHAR)
SELECT year FROM table_name_92 WHERE project = "bulworth"
### Context: CREATE TABLE table_name_92 (year VARCHAR, project VARCHAR) ### Question: What year was Bulworth nominated? ### Answer: SELECT year FROM table_name_92 WHERE project = "bulworth"
What is the average Year for the project The Untouchables?
CREATE TABLE table_name_16 (year INTEGER, project VARCHAR)
SELECT AVG(year) FROM table_name_16 WHERE project = "the untouchables"
### Context: CREATE TABLE table_name_16 (year INTEGER, project VARCHAR) ### Question: What is the average Year for the project The Untouchables? ### Answer: SELECT AVG(year) FROM table_name_16 WHERE project = "the untouchables"
Tell me the section for position of 8th and season of 2003
CREATE TABLE table_name_29 (section VARCHAR, position VARCHAR, season VARCHAR)
SELECT section FROM table_name_29 WHERE position = "8th" AND season = "2003"
### Context: CREATE TABLE table_name_29 (section VARCHAR, position VARCHAR, season VARCHAR) ### Question: Tell me the section for position of 8th and season of 2003 ### Answer: SELECT section FROM table_name_29 WHERE position = "8th" AND season = "2003"
What is the date of week 17?
CREATE TABLE table_name_35 (date VARCHAR, week VARCHAR)
SELECT date FROM table_name_35 WHERE week = 17
### Context: CREATE TABLE table_name_35 (date VARCHAR, week VARCHAR) ### Question: What is the date of week 17? ### Answer: SELECT date FROM table_name_35 WHERE week = 17
What was the latest week that the Tampa Bay Buccaneers were an opponent?
CREATE TABLE table_name_29 (week INTEGER, opponent VARCHAR)
SELECT MAX(week) FROM table_name_29 WHERE opponent = "tampa bay buccaneers"
### Context: CREATE TABLE table_name_29 (week INTEGER, opponent VARCHAR) ### Question: What was the latest week that the Tampa Bay Buccaneers were an opponent? ### Answer: SELECT MAX(week) FROM table_name_29 WHERE opponent = "tampa bay buccaneers"
Name the fewest tries for leicester tigers with points less than 207
CREATE TABLE table_name_6 (tries INTEGER, club VARCHAR, points VARCHAR)
SELECT MIN(tries) FROM table_name_6 WHERE club = "leicester tigers" AND points < 207
### Context: CREATE TABLE table_name_6 (tries INTEGER, club VARCHAR, points VARCHAR) ### Question: Name the fewest tries for leicester tigers with points less than 207 ### Answer: SELECT MIN(tries) FROM table_name_6 WHERE club = "leicester tigers" AND points < 207
Name the date of st albans city for result of drew 0-0
CREATE TABLE table_name_73 (date VARCHAR, opponent VARCHAR, result VARCHAR)
SELECT date FROM table_name_73 WHERE opponent = "st albans city" AND result = "drew 0-0"
### Context: CREATE TABLE table_name_73 (date VARCHAR, opponent VARCHAR, result VARCHAR) ### Question: Name the date of st albans city for result of drew 0-0 ### Answer: SELECT date FROM table_name_73 WHERE opponent = "st albans city" AND result = "drew 0-0"
Name the venue for 15 august 2006
CREATE TABLE table_name_89 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_name_89 WHERE date = "15 august 2006"
### Context: CREATE TABLE table_name_89 (venue VARCHAR, date VARCHAR) ### Question: Name the venue for 15 august 2006 ### Answer: SELECT venue FROM table_name_89 WHERE date = "15 august 2006"
Name the most attendance for tamworth with home venue
CREATE TABLE table_name_4 (attendance INTEGER, opponent VARCHAR, venue VARCHAR)
SELECT MAX(attendance) FROM table_name_4 WHERE opponent = "tamworth" AND venue = "home"
### Context: CREATE TABLE table_name_4 (attendance INTEGER, opponent VARCHAR, venue VARCHAR) ### Question: Name the most attendance for tamworth with home venue ### Answer: SELECT MAX(attendance) FROM table_name_4 WHERE opponent = "tamworth" AND venue = "home"
Name the least attendance for 10 october 2006
CREATE TABLE table_name_82 (attendance INTEGER, date VARCHAR)
SELECT MIN(attendance) FROM table_name_82 WHERE date = "10 october 2006"
### Context: CREATE TABLE table_name_82 (attendance INTEGER, date VARCHAR) ### Question: Name the least attendance for 10 october 2006 ### Answer: SELECT MIN(attendance) FROM table_name_82 WHERE date = "10 october 2006"
I want the average bronze for total of 19 and silver of 8 with rank of 31
CREATE TABLE table_name_12 (bronze INTEGER, rank VARCHAR, total VARCHAR, silver VARCHAR)
SELECT AVG(bronze) FROM table_name_12 WHERE total = 19 AND silver = 8 AND rank = "31"
### Context: CREATE TABLE table_name_12 (bronze INTEGER, rank VARCHAR, total VARCHAR, silver VARCHAR) ### Question: I want the average bronze for total of 19 and silver of 8 with rank of 31 ### Answer: SELECT AVG(bronze) FROM table_name_12 WHERE total = 19 AND silver = 8 AND rank = "31"
Tell me the average bronze for rank of 43 and total less than 11
CREATE TABLE table_name_41 (bronze INTEGER, rank VARCHAR, total VARCHAR)
SELECT AVG(bronze) FROM table_name_41 WHERE rank = "43" AND total < 11
### Context: CREATE TABLE table_name_41 (bronze INTEGER, rank VARCHAR, total VARCHAR) ### Question: Tell me the average bronze for rank of 43 and total less than 11 ### Answer: SELECT AVG(bronze) FROM table_name_41 WHERE rank = "43" AND total < 11
Say the frequency of 1290 khz
CREATE TABLE table_name_31 (format VARCHAR, frequency VARCHAR)
SELECT format FROM table_name_31 WHERE frequency = "1290 khz"
### Context: CREATE TABLE table_name_31 (format VARCHAR, frequency VARCHAR) ### Question: Say the frequency of 1290 khz ### Answer: SELECT format FROM table_name_31 WHERE frequency = "1290 khz"
Tell me the timeslot of calls of wrko
CREATE TABLE table_name_21 (timeslot VARCHAR, calls VARCHAR)
SELECT timeslot FROM table_name_21 WHERE calls = "wrko"
### Context: CREATE TABLE table_name_21 (timeslot VARCHAR, calls VARCHAR) ### Question: Tell me the timeslot of calls of wrko ### Answer: SELECT timeslot FROM table_name_21 WHERE calls = "wrko"
Tell me the format for calls of wrko
CREATE TABLE table_name_56 (format VARCHAR, calls VARCHAR)
SELECT format FROM table_name_56 WHERE calls = "wrko"
### Context: CREATE TABLE table_name_56 (format VARCHAR, calls VARCHAR) ### Question: Tell me the format for calls of wrko ### Answer: SELECT format FROM table_name_56 WHERE calls = "wrko"
Tell me the calls for frequency of 1290 khz
CREATE TABLE table_name_88 (calls VARCHAR, frequency VARCHAR)
SELECT calls FROM table_name_88 WHERE frequency = "1290 khz"
### Context: CREATE TABLE table_name_88 (calls VARCHAR, frequency VARCHAR) ### Question: Tell me the calls for frequency of 1290 khz ### Answer: SELECT calls FROM table_name_88 WHERE frequency = "1290 khz"
Tell me the branding for frequency of 680 khz
CREATE TABLE table_name_88 (branding VARCHAR, frequency VARCHAR)
SELECT branding FROM table_name_88 WHERE frequency = "680 khz"
### Context: CREATE TABLE table_name_88 (branding VARCHAR, frequency VARCHAR) ### Question: Tell me the branding for frequency of 680 khz ### Answer: SELECT branding FROM table_name_88 WHERE frequency = "680 khz"
Tell me the timeslot for calls of whyn
CREATE TABLE table_name_74 (timeslot VARCHAR, calls VARCHAR)
SELECT timeslot FROM table_name_74 WHERE calls = "whyn"
### Context: CREATE TABLE table_name_74 (timeslot VARCHAR, calls VARCHAR) ### Question: Tell me the timeslot for calls of whyn ### Answer: SELECT timeslot FROM table_name_74 WHERE calls = "whyn"
For how long did Bolivia have a lane greater than 6?
CREATE TABLE table_name_56 (time VARCHAR, country VARCHAR, lane VARCHAR)
SELECT COUNT(time) FROM table_name_56 WHERE country = "bolivia" AND lane > 6
### Context: CREATE TABLE table_name_56 (time VARCHAR, country VARCHAR, lane VARCHAR) ### Question: For how long did Bolivia have a lane greater than 6? ### Answer: SELECT COUNT(time) FROM table_name_56 WHERE country = "bolivia" AND lane > 6
In heat rank 7, what is the sum of lanes?
CREATE TABLE table_name_48 (lane INTEGER, heat_rank VARCHAR)
SELECT SUM(lane) FROM table_name_48 WHERE heat_rank = 7
### Context: CREATE TABLE table_name_48 (lane INTEGER, heat_rank VARCHAR) ### Question: In heat rank 7, what is the sum of lanes? ### Answer: SELECT SUM(lane) FROM table_name_48 WHERE heat_rank = 7
Which country is ranked 56 overall and has a heat rank smaller than 8?
CREATE TABLE table_name_72 (country VARCHAR, heat_rank VARCHAR, overall_rank VARCHAR)
SELECT country FROM table_name_72 WHERE heat_rank < 8 AND overall_rank = "56"
### Context: CREATE TABLE table_name_72 (country VARCHAR, heat_rank VARCHAR, overall_rank VARCHAR) ### Question: Which country is ranked 56 overall and has a heat rank smaller than 8? ### Answer: SELECT country FROM table_name_72 WHERE heat_rank < 8 AND overall_rank = "56"
What is the greatest lane with an overall rank of 79 and a time larger than 26.1?
CREATE TABLE table_name_24 (lane INTEGER, overall_rank VARCHAR, time VARCHAR)
SELECT MAX(lane) FROM table_name_24 WHERE overall_rank = "79" AND time > 26.1
### Context: CREATE TABLE table_name_24 (lane INTEGER, overall_rank VARCHAR, time VARCHAR) ### Question: What is the greatest lane with an overall rank of 79 and a time larger than 26.1? ### Answer: SELECT MAX(lane) FROM table_name_24 WHERE overall_rank = "79" AND time > 26.1
Tell me the highest week for metropolitan stadium for attendance more than 47,644
CREATE TABLE table_name_80 (week INTEGER, venue VARCHAR, attendance VARCHAR)
SELECT MAX(week) FROM table_name_80 WHERE venue = "metropolitan stadium" AND attendance > 47 OFFSET 644
### Context: CREATE TABLE table_name_80 (week INTEGER, venue VARCHAR, attendance VARCHAR) ### Question: Tell me the highest week for metropolitan stadium for attendance more than 47,644 ### Answer: SELECT MAX(week) FROM table_name_80 WHERE venue = "metropolitan stadium" AND attendance > 47 OFFSET 644
Name the sum of played for serik berdalin and drawn more than 4
CREATE TABLE table_name_25 (played INTEGER, manager VARCHAR, drawn VARCHAR)
SELECT SUM(played) FROM table_name_25 WHERE manager = "serik berdalin" AND drawn > 4
### Context: CREATE TABLE table_name_25 (played INTEGER, manager VARCHAR, drawn VARCHAR) ### Question: Name the sum of played for serik berdalin and drawn more than 4 ### Answer: SELECT SUM(played) FROM table_name_25 WHERE manager = "serik berdalin" AND drawn > 4
Who had the highest total PR seats of 48 with a District seat larger than than 73?
CREATE TABLE table_name_28 (total_seats INTEGER, pr_seats VARCHAR, district_seats VARCHAR)
SELECT MAX(total_seats) FROM table_name_28 WHERE pr_seats = 48 AND district_seats > 73
### Context: CREATE TABLE table_name_28 (total_seats INTEGER, pr_seats VARCHAR, district_seats VARCHAR) ### Question: Who had the highest total PR seats of 48 with a District seat larger than than 73? ### Answer: SELECT MAX(total_seats) FROM table_name_28 WHERE pr_seats = 48 AND district_seats > 73
In 1955 which party did Thomas Mitchell belong to?
CREATE TABLE table_name_97 (party VARCHAR, year VARCHAR, candidate VARCHAR)
SELECT party FROM table_name_97 WHERE year = "1955" AND candidate = "thomas mitchell"
### Context: CREATE TABLE table_name_97 (party VARCHAR, year VARCHAR, candidate VARCHAR) ### Question: In 1955 which party did Thomas Mitchell belong to? ### Answer: SELECT party FROM table_name_97 WHERE year = "1955" AND candidate = "thomas mitchell"
What are the number of days did the ulster unionist Party have the constituate fermanagh and south tyrone?
CREATE TABLE table_name_79 (days VARCHAR, party VARCHAR, constituency VARCHAR)
SELECT days FROM table_name_79 WHERE party = "ulster unionist" AND constituency = "fermanagh and south tyrone"
### Context: CREATE TABLE table_name_79 (days VARCHAR, party VARCHAR, constituency VARCHAR) ### Question: What are the number of days did the ulster unionist Party have the constituate fermanagh and south tyrone? ### Answer: SELECT days FROM table_name_79 WHERE party = "ulster unionist" AND constituency = "fermanagh and south tyrone"
What are the number of days in 1945 where the constituent was heywood and radcliffe?
CREATE TABLE table_name_18 (days VARCHAR, year VARCHAR, constituency VARCHAR)
SELECT days FROM table_name_18 WHERE year = "1945" AND constituency = "heywood and radcliffe"
### Context: CREATE TABLE table_name_18 (days VARCHAR, year VARCHAR, constituency VARCHAR) ### Question: What are the number of days in 1945 where the constituent was heywood and radcliffe? ### Answer: SELECT days FROM table_name_18 WHERE year = "1945" AND constituency = "heywood and radcliffe"
What year was Hazel Grove the constituent for the liberal party?
CREATE TABLE table_name_15 (year VARCHAR, party VARCHAR, constituency VARCHAR)
SELECT year FROM table_name_15 WHERE party = "liberal" AND constituency = "hazel grove"
### Context: CREATE TABLE table_name_15 (year VARCHAR, party VARCHAR, constituency VARCHAR) ### Question: What year was Hazel Grove the constituent for the liberal party? ### Answer: SELECT year FROM table_name_15 WHERE party = "liberal" AND constituency = "hazel grove"
Tell me the average Laps for grid larger than 12 and bikes of ducati 999rs for dean ellison
CREATE TABLE table_name_74 (laps INTEGER, rider VARCHAR, grid VARCHAR, bike VARCHAR)
SELECT AVG(laps) FROM table_name_74 WHERE grid > 12 AND bike = "ducati 999rs" AND rider = "dean ellison"
### Context: CREATE TABLE table_name_74 (laps INTEGER, rider VARCHAR, grid VARCHAR, bike VARCHAR) ### Question: Tell me the average Laps for grid larger than 12 and bikes of ducati 999rs for dean ellison ### Answer: SELECT AVG(laps) FROM table_name_74 WHERE grid > 12 AND bike = "ducati 999rs" AND rider = "dean ellison"
Tell me the highest Laps for grid less than 22 and riderS of ruben xaus
CREATE TABLE table_name_40 (laps INTEGER, grid VARCHAR, rider VARCHAR)
SELECT MAX(laps) FROM table_name_40 WHERE grid < 22 AND rider = "ruben xaus"
### Context: CREATE TABLE table_name_40 (laps INTEGER, grid VARCHAR, rider VARCHAR) ### Question: Tell me the highest Laps for grid less than 22 and riderS of ruben xaus ### Answer: SELECT MAX(laps) FROM table_name_40 WHERE grid < 22 AND rider = "ruben xaus"
Tell me the total number of grid for rider of james toseland
CREATE TABLE table_name_14 (grid VARCHAR, rider VARCHAR)
SELECT COUNT(grid) FROM table_name_14 WHERE rider = "james toseland"
### Context: CREATE TABLE table_name_14 (grid VARCHAR, rider VARCHAR) ### Question: Tell me the total number of grid for rider of james toseland ### Answer: SELECT COUNT(grid) FROM table_name_14 WHERE rider = "james toseland"
Tell me the least Laps for grid larger than 2 with 35:26.734
CREATE TABLE table_name_45 (laps INTEGER, time VARCHAR, grid VARCHAR)
SELECT MIN(laps) FROM table_name_45 WHERE time = "35:26.734" AND grid > 2
### Context: CREATE TABLE table_name_45 (laps INTEGER, time VARCHAR, grid VARCHAR) ### Question: Tell me the least Laps for grid larger than 2 with 35:26.734 ### Answer: SELECT MIN(laps) FROM table_name_45 WHERE time = "35:26.734" AND grid > 2
Tell me the date with week of 13
CREATE TABLE table_name_21 (date VARCHAR, week VARCHAR)
SELECT date FROM table_name_21 WHERE week = 13
### Context: CREATE TABLE table_name_21 (date VARCHAR, week VARCHAR) ### Question: Tell me the date with week of 13 ### Answer: SELECT date FROM table_name_21 WHERE week = 13
Tell me the average week for attendance of 48,113
CREATE TABLE table_name_74 (week INTEGER, attendance VARCHAR)
SELECT AVG(week) FROM table_name_74 WHERE attendance = "48,113"
### Context: CREATE TABLE table_name_74 (week INTEGER, attendance VARCHAR) ### Question: Tell me the average week for attendance of 48,113 ### Answer: SELECT AVG(week) FROM table_name_74 WHERE attendance = "48,113"
Which Album had a year less than 2005 with a Label by Ministry of Sound?
CREATE TABLE table_name_94 (album VARCHAR, year VARCHAR, label VARCHAR)
SELECT album FROM table_name_94 WHERE year < 2005 AND label = "ministry of sound"
### Context: CREATE TABLE table_name_94 (album VARCHAR, year VARCHAR, label VARCHAR) ### Question: Which Album had a year less than 2005 with a Label by Ministry of Sound? ### Answer: SELECT album FROM table_name_94 WHERE year < 2005 AND label = "ministry of sound"
Which Album had a bigger year than 2005 and whose country was Australia?
CREATE TABLE table_name_32 (album VARCHAR, year VARCHAR, country VARCHAR)
SELECT album FROM table_name_32 WHERE year > 2005 AND country = "australia"
### Context: CREATE TABLE table_name_32 (album VARCHAR, year VARCHAR, country VARCHAR) ### Question: Which Album had a bigger year than 2005 and whose country was Australia? ### Answer: SELECT album FROM table_name_32 WHERE year > 2005 AND country = "australia"
Which song had Central Station as a label and whose album was Various - Wild Nights 4?
CREATE TABLE table_name_33 (song VARCHAR, label VARCHAR, album VARCHAR)
SELECT song FROM table_name_33 WHERE label = "central station" AND album = "various - wild nights 4"
### Context: CREATE TABLE table_name_33 (song VARCHAR, label VARCHAR, album VARCHAR) ### Question: Which song had Central Station as a label and whose album was Various - Wild Nights 4? ### Answer: SELECT song FROM table_name_33 WHERE label = "central station" AND album = "various - wild nights 4"
Where did Zimbabwe play?
CREATE TABLE table_name_63 (venue VARCHAR, opponent VARCHAR)
SELECT venue FROM table_name_63 WHERE opponent = "zimbabwe"
### Context: CREATE TABLE table_name_63 (venue VARCHAR, opponent VARCHAR) ### Question: Where did Zimbabwe play? ### Answer: SELECT venue FROM table_name_63 WHERE opponent = "zimbabwe"
What is the date when Canada played?
CREATE TABLE table_name_68 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_68 WHERE opponent = "canada"
### Context: CREATE TABLE table_name_68 (date VARCHAR, opponent VARCHAR) ### Question: What is the date when Canada played? ### Answer: SELECT date FROM table_name_68 WHERE opponent = "canada"
Tell me the lowest silver for rank of 9 and bronze less than 2
CREATE TABLE table_name_26 (silver INTEGER, rank VARCHAR, bronze VARCHAR)
SELECT MIN(silver) FROM table_name_26 WHERE rank = 9 AND bronze < 2
### Context: CREATE TABLE table_name_26 (silver INTEGER, rank VARCHAR, bronze VARCHAR) ### Question: Tell me the lowest silver for rank of 9 and bronze less than 2 ### Answer: SELECT MIN(silver) FROM table_name_26 WHERE rank = 9 AND bronze < 2
Name the report for raymond sommer
CREATE TABLE table_name_66 (report VARCHAR, winning_driver VARCHAR)
SELECT report FROM table_name_66 WHERE winning_driver = "raymond sommer"
### Context: CREATE TABLE table_name_66 (report VARCHAR, winning_driver VARCHAR) ### Question: Name the report for raymond sommer ### Answer: SELECT report FROM table_name_66 WHERE winning_driver = "raymond sommer"
Name the winning driver for monaco grand prix
CREATE TABLE table_name_41 (winning_driver VARCHAR, name VARCHAR)
SELECT winning_driver FROM table_name_41 WHERE name = "monaco grand prix"
### Context: CREATE TABLE table_name_41 (winning_driver VARCHAR, name VARCHAR) ### Question: Name the winning driver for monaco grand prix ### Answer: SELECT winning_driver FROM table_name_41 WHERE name = "monaco grand prix"
Name the circuit for marcel lehoux
CREATE TABLE table_name_95 (circuit VARCHAR, winning_driver VARCHAR)
SELECT circuit FROM table_name_95 WHERE winning_driver = "marcel lehoux"
### Context: CREATE TABLE table_name_95 (circuit VARCHAR, winning_driver VARCHAR) ### Question: Name the circuit for marcel lehoux ### Answer: SELECT circuit FROM table_name_95 WHERE winning_driver = "marcel lehoux"
Name the report for per-viktor widengren and alfa romeo
CREATE TABLE table_name_48 (report VARCHAR, winning_driver VARCHAR, winning_constructor VARCHAR)
SELECT report FROM table_name_48 WHERE winning_driver = "per-viktor widengren" AND winning_constructor = "alfa romeo"
### Context: CREATE TABLE table_name_48 (report VARCHAR, winning_driver VARCHAR, winning_constructor VARCHAR) ### Question: Name the report for per-viktor widengren and alfa romeo ### Answer: SELECT report FROM table_name_48 WHERE winning_driver = "per-viktor widengren" AND winning_constructor = "alfa romeo"
Tell me the date for warsaw 1929
CREATE TABLE table_name_50 (date VARCHAR, location VARCHAR, year VARCHAR)
SELECT date FROM table_name_50 WHERE location = "warsaw" AND year = 1929
### Context: CREATE TABLE table_name_50 (date VARCHAR, location VARCHAR, year VARCHAR) ### Question: Tell me the date for warsaw 1929 ### Answer: SELECT date FROM table_name_50 WHERE location = "warsaw" AND year = 1929
Tell me the result for warsaw 1929
CREATE TABLE table_name_8 (result VARCHAR, location VARCHAR, year VARCHAR)
SELECT result FROM table_name_8 WHERE location = "warsaw" AND year = 1929
### Context: CREATE TABLE table_name_8 (result VARCHAR, location VARCHAR, year VARCHAR) ### Question: Tell me the result for warsaw 1929 ### Answer: SELECT result FROM table_name_8 WHERE location = "warsaw" AND year = 1929
Tell me the result for harrogate
CREATE TABLE table_name_34 (result VARCHAR, location VARCHAR)
SELECT result FROM table_name_34 WHERE location = "harrogate"
### Context: CREATE TABLE table_name_34 (result VARCHAR, location VARCHAR) ### Question: Tell me the result for harrogate ### Answer: SELECT result FROM table_name_34 WHERE location = "harrogate"
Tell me the overall rank for roland schoeman
CREATE TABLE table_name_50 (overall_rank VARCHAR, swimmer VARCHAR)
SELECT overall_rank FROM table_name_50 WHERE swimmer = "roland schoeman"
### Context: CREATE TABLE table_name_50 (overall_rank VARCHAR, swimmer VARCHAR) ### Question: Tell me the overall rank for roland schoeman ### Answer: SELECT overall_rank FROM table_name_50 WHERE swimmer = "roland schoeman"
How many Silver medals did nation who is ranked greater than 1 and has 4 Gold medals have?
CREATE TABLE table_name_45 (silver INTEGER, rank VARCHAR, gold VARCHAR)
SELECT SUM(silver) FROM table_name_45 WHERE rank > 1 AND gold = 4
### Context: CREATE TABLE table_name_45 (silver INTEGER, rank VARCHAR, gold VARCHAR) ### Question: How many Silver medals did nation who is ranked greater than 1 and has 4 Gold medals have? ### Answer: SELECT SUM(silver) FROM table_name_45 WHERE rank > 1 AND gold = 4
Which nation has more than 6 Silver medals and fewer than 8 Gold medals?
CREATE TABLE table_name_59 (total INTEGER, silver VARCHAR, gold VARCHAR)
SELECT AVG(total) FROM table_name_59 WHERE silver > 6 AND gold < 8
### Context: CREATE TABLE table_name_59 (total INTEGER, silver VARCHAR, gold VARCHAR) ### Question: Which nation has more than 6 Silver medals and fewer than 8 Gold medals? ### Answer: SELECT AVG(total) FROM table_name_59 WHERE silver > 6 AND gold < 8
What is the rank of the Nation that has fewer than 24 total medals are more than 7 Gold medals?
CREATE TABLE table_name_51 (rank INTEGER, total VARCHAR, gold VARCHAR)
SELECT AVG(rank) FROM table_name_51 WHERE total < 24 AND gold > 7
### Context: CREATE TABLE table_name_51 (rank INTEGER, total VARCHAR, gold VARCHAR) ### Question: What is the rank of the Nation that has fewer than 24 total medals are more than 7 Gold medals? ### Answer: SELECT AVG(rank) FROM table_name_51 WHERE total < 24 AND gold > 7
What is the rank of the nation that has more than 1 Bronze medals and fewer than 4 Gold medals?
CREATE TABLE table_name_75 (rank INTEGER, bronze VARCHAR, gold VARCHAR)
SELECT MIN(rank) FROM table_name_75 WHERE bronze > 1 AND gold < 4
### Context: CREATE TABLE table_name_75 (rank INTEGER, bronze VARCHAR, gold VARCHAR) ### Question: What is the rank of the nation that has more than 1 Bronze medals and fewer than 4 Gold medals? ### Answer: SELECT MIN(rank) FROM table_name_75 WHERE bronze > 1 AND gold < 4
How many silver medals does Belarus (blr) along with 4 gold and 4 bronze?
CREATE TABLE table_name_92 (silver INTEGER, bronze VARCHAR, gold VARCHAR, nation VARCHAR)
SELECT SUM(silver) FROM table_name_92 WHERE gold = 4 AND nation = "belarus (blr)" AND bronze > 4
### Context: CREATE TABLE table_name_92 (silver INTEGER, bronze VARCHAR, gold VARCHAR, nation VARCHAR) ### Question: How many silver medals does Belarus (blr) along with 4 gold and 4 bronze? ### Answer: SELECT SUM(silver) FROM table_name_92 WHERE gold = 4 AND nation = "belarus (blr)" AND bronze > 4
What rank is Belarus (BLR), which earned 15 medals total?
CREATE TABLE table_name_44 (rank INTEGER, nation VARCHAR, total VARCHAR)
SELECT MAX(rank) FROM table_name_44 WHERE nation = "belarus (blr)" AND total < 15
### Context: CREATE TABLE table_name_44 (rank INTEGER, nation VARCHAR, total VARCHAR) ### Question: What rank is Belarus (BLR), which earned 15 medals total? ### Answer: SELECT MAX(rank) FROM table_name_44 WHERE nation = "belarus (blr)" AND total < 15
What was the name of the race on 24 September?
CREATE TABLE table_name_37 (name VARCHAR, date VARCHAR)
SELECT name FROM table_name_37 WHERE date = "24 september"
### Context: CREATE TABLE table_name_37 (name VARCHAR, date VARCHAR) ### Question: What was the name of the race on 24 September? ### Answer: SELECT name FROM table_name_37 WHERE date = "24 september"
What is the name of the race on 9 July?
CREATE TABLE table_name_72 (name VARCHAR, date VARCHAR)
SELECT name FROM table_name_72 WHERE date = "9 july"
### Context: CREATE TABLE table_name_72 (name VARCHAR, date VARCHAR) ### Question: What is the name of the race on 9 July? ### Answer: SELECT name FROM table_name_72 WHERE date = "9 july"
What was the race that was won by a Maserati being driven by Giuseppe Campari?
CREATE TABLE table_name_67 (circuit VARCHAR, winning_constructor VARCHAR, winning_drivers VARCHAR)
SELECT circuit FROM table_name_67 WHERE winning_constructor = "maserati" AND winning_drivers = "giuseppe campari"
### Context: CREATE TABLE table_name_67 (circuit VARCHAR, winning_constructor VARCHAR, winning_drivers VARCHAR) ### Question: What was the race that was won by a Maserati being driven by Giuseppe Campari? ### Answer: SELECT circuit FROM table_name_67 WHERE winning_constructor = "maserati" AND winning_drivers = "giuseppe campari"
What date was the race won by Louis Chiron?
CREATE TABLE table_name_81 (date VARCHAR, winning_drivers VARCHAR)
SELECT date FROM table_name_81 WHERE winning_drivers = "louis chiron"
### Context: CREATE TABLE table_name_81 (date VARCHAR, winning_drivers VARCHAR) ### Question: What date was the race won by Louis Chiron? ### Answer: SELECT date FROM table_name_81 WHERE winning_drivers = "louis chiron"
What brand of vehicle won a race driven by Tazio Nuvolari?
CREATE TABLE table_name_81 (winning_constructor VARCHAR, winning_drivers VARCHAR)
SELECT winning_constructor FROM table_name_81 WHERE winning_drivers = "tazio nuvolari"
### Context: CREATE TABLE table_name_81 (winning_constructor VARCHAR, winning_drivers VARCHAR) ### Question: What brand of vehicle won a race driven by Tazio Nuvolari? ### Answer: SELECT winning_constructor FROM table_name_81 WHERE winning_drivers = "tazio nuvolari"
What race was won by Tazio Nuvolari?
CREATE TABLE table_name_63 (name VARCHAR, winning_drivers VARCHAR)
SELECT name FROM table_name_63 WHERE winning_drivers = "tazio nuvolari"
### Context: CREATE TABLE table_name_63 (name VARCHAR, winning_drivers VARCHAR) ### Question: What race was won by Tazio Nuvolari? ### Answer: SELECT name FROM table_name_63 WHERE winning_drivers = "tazio nuvolari"
Tell me the result for week less than 4 and september 7, 1986
CREATE TABLE table_name_46 (result VARCHAR, week VARCHAR, date VARCHAR)
SELECT result FROM table_name_46 WHERE week < 4 AND date = "september 7, 1986"
### Context: CREATE TABLE table_name_46 (result VARCHAR, week VARCHAR, date VARCHAR) ### Question: Tell me the result for week less than 4 and september 7, 1986 ### Answer: SELECT result FROM table_name_46 WHERE week < 4 AND date = "september 7, 1986"
Tell me the result for week of 3
CREATE TABLE table_name_33 (result VARCHAR, week VARCHAR)
SELECT result FROM table_name_33 WHERE week = 3
### Context: CREATE TABLE table_name_33 (result VARCHAR, week VARCHAR) ### Question: Tell me the result for week of 3 ### Answer: SELECT result FROM table_name_33 WHERE week = 3
Tell me the lowest week for attedance less thaan 32,738
CREATE TABLE table_name_77 (week INTEGER, attendance INTEGER)
SELECT MIN(week) FROM table_name_77 WHERE attendance < 32 OFFSET 738
### Context: CREATE TABLE table_name_77 (week INTEGER, attendance INTEGER) ### Question: Tell me the lowest week for attedance less thaan 32,738 ### Answer: SELECT MIN(week) FROM table_name_77 WHERE attendance < 32 OFFSET 738
Tell me the ship for lieutenant montagu verling
CREATE TABLE table_name_52 (ship VARCHAR, captain VARCHAR)
SELECT ship FROM table_name_52 WHERE captain = "lieutenant montagu verling"
### Context: CREATE TABLE table_name_52 (ship VARCHAR, captain VARCHAR) ### Question: Tell me the ship for lieutenant montagu verling ### Answer: SELECT ship FROM table_name_52 WHERE captain = "lieutenant montagu verling"
Tell me the class for admiral and hms frobisher
CREATE TABLE table_name_35 (class VARCHAR, rank VARCHAR, ship VARCHAR)
SELECT class FROM table_name_35 WHERE rank = "admiral" AND ship = "hms frobisher"
### Context: CREATE TABLE table_name_35 (class VARCHAR, rank VARCHAR, ship VARCHAR) ### Question: Tell me the class for admiral and hms frobisher ### Answer: SELECT class FROM table_name_35 WHERE rank = "admiral" AND ship = "hms frobisher"
Tell me the guns for third-rate ship of the line and rank of vice-admiral with year of 1802
CREATE TABLE table_name_63 (guns VARCHAR, year VARCHAR, class VARCHAR, rank VARCHAR)
SELECT guns FROM table_name_63 WHERE class = "third-rate ship of the line" AND rank = "vice-admiral" AND year = "1802"
### Context: CREATE TABLE table_name_63 (guns VARCHAR, year VARCHAR, class VARCHAR, rank VARCHAR) ### Question: Tell me the guns for third-rate ship of the line and rank of vice-admiral with year of 1802 ### Answer: SELECT guns FROM table_name_63 WHERE class = "third-rate ship of the line" AND rank = "vice-admiral" AND year = "1802"
Tell me the captain for 1774 and guns of 14
CREATE TABLE table_name_23 (captain VARCHAR, year VARCHAR, guns VARCHAR)
SELECT captain FROM table_name_23 WHERE year = "1774" AND guns = "14"
### Context: CREATE TABLE table_name_23 (captain VARCHAR, year VARCHAR, guns VARCHAR) ### Question: Tell me the captain for 1774 and guns of 14 ### Answer: SELECT captain FROM table_name_23 WHERE year = "1774" AND guns = "14"
Tell me the captain for guns of 28
CREATE TABLE table_name_15 (captain VARCHAR, guns VARCHAR)
SELECT captain FROM table_name_15 WHERE guns = "28"
### Context: CREATE TABLE table_name_15 (captain VARCHAR, guns VARCHAR) ### Question: Tell me the captain for guns of 28 ### Answer: SELECT captain FROM table_name_15 WHERE guns = "28"
Tell me the status of eliminated of anton dela paz
CREATE TABLE table_name_15 (status VARCHAR, eliminated VARCHAR)
SELECT status FROM table_name_15 WHERE eliminated = "anton dela paz"
### Context: CREATE TABLE table_name_15 (status VARCHAR, eliminated VARCHAR) ### Question: Tell me the status of eliminated of anton dela paz ### Answer: SELECT status FROM table_name_15 WHERE eliminated = "anton dela paz"
Tell me the finalists for week # less than 2
CREATE TABLE table_name_40 (finalists VARCHAR, week__number INTEGER)
SELECT finalists FROM table_name_40 WHERE week__number < 2
### Context: CREATE TABLE table_name_40 (finalists VARCHAR, week__number INTEGER) ### Question: Tell me the finalists for week # less than 2 ### Answer: SELECT finalists FROM table_name_40 WHERE week__number < 2
Tell me the eliminated for week # larger than 4
CREATE TABLE table_name_83 (eliminated VARCHAR, week__number INTEGER)
SELECT eliminated FROM table_name_83 WHERE week__number > 4
### Context: CREATE TABLE table_name_83 (eliminated VARCHAR, week__number INTEGER) ### Question: Tell me the eliminated for week # larger than 4 ### Answer: SELECT eliminated FROM table_name_83 WHERE week__number > 4
At the UFC 78, what is the average round when the time is 5:00?
CREATE TABLE table_name_32 (round INTEGER, time VARCHAR, event VARCHAR)
SELECT AVG(round) FROM table_name_32 WHERE time = "5:00" AND event = "ufc 78"
### Context: CREATE TABLE table_name_32 (round INTEGER, time VARCHAR, event VARCHAR) ### Question: At the UFC 78, what is the average round when the time is 5:00? ### Answer: SELECT AVG(round) FROM table_name_32 WHERE time = "5:00" AND event = "ufc 78"
When there was a draw, what was the time?
CREATE TABLE table_name_43 (time VARCHAR, res VARCHAR)
SELECT time FROM table_name_43 WHERE res = "draw"
### Context: CREATE TABLE table_name_43 (time VARCHAR, res VARCHAR) ### Question: When there was a draw, what was the time? ### Answer: SELECT time FROM table_name_43 WHERE res = "draw"
What is the sum of points in 2010 when the driver had more than 14 races and an F.L. of less than 0?
CREATE TABLE table_name_8 (points INTEGER, fl VARCHAR, year VARCHAR, races VARCHAR)
SELECT SUM(points) FROM table_name_8 WHERE year = 2010 AND races > 14 AND fl < 0
### Context: CREATE TABLE table_name_8 (points INTEGER, fl VARCHAR, year VARCHAR, races VARCHAR) ### Question: What is the sum of points in 2010 when the driver had more than 14 races and an F.L. of less than 0? ### Answer: SELECT SUM(points) FROM table_name_8 WHERE year = 2010 AND races > 14 AND fl < 0
What was the outcome of the game that had a week number of less than 2?
CREATE TABLE table_name_67 (result VARCHAR, week INTEGER)
SELECT result FROM table_name_67 WHERE week < 2
### Context: CREATE TABLE table_name_67 (result VARCHAR, week INTEGER) ### Question: What was the outcome of the game that had a week number of less than 2? ### Answer: SELECT result FROM table_name_67 WHERE week < 2
What heat and what lane is thi hue pham in?
CREATE TABLE table_name_25 (heat_ VARCHAR, _lane VARCHAR, name VARCHAR)
SELECT heat_ & _lane FROM table_name_25 WHERE name = "thi hue pham"
### Context: CREATE TABLE table_name_25 (heat_ VARCHAR, _lane VARCHAR, name VARCHAR) ### Question: What heat and what lane is thi hue pham in? ### Answer: SELECT heat_ & _lane FROM table_name_25 WHERE name = "thi hue pham"
What Heat & Lane is the person who has a time of 1:01.12?
CREATE TABLE table_name_72 (heat_ VARCHAR, _lane VARCHAR, time VARCHAR)
SELECT heat_ & _lane FROM table_name_72 WHERE time = "1:01.12"
### Context: CREATE TABLE table_name_72 (heat_ VARCHAR, _lane VARCHAR, time VARCHAR) ### Question: What Heat & Lane is the person who has a time of 1:01.12? ### Answer: SELECT heat_ & _lane FROM table_name_72 WHERE time = "1:01.12"
How many laps did Fernando Alonso do?
CREATE TABLE table_name_3 (laps VARCHAR, driver VARCHAR)
SELECT laps FROM table_name_3 WHERE driver = "fernando alonso"
### Context: CREATE TABLE table_name_3 (laps VARCHAR, driver VARCHAR) ### Question: How many laps did Fernando Alonso do? ### Answer: SELECT laps FROM table_name_3 WHERE driver = "fernando alonso"
What was Jenson Button's constructor?
CREATE TABLE table_name_13 (constructor VARCHAR, driver VARCHAR)
SELECT constructor FROM table_name_13 WHERE driver = "jenson button"
### Context: CREATE TABLE table_name_13 (constructor VARCHAR, driver VARCHAR) ### Question: What was Jenson Button's constructor? ### Answer: SELECT constructor FROM table_name_13 WHERE driver = "jenson button"
Tell me the package for EEPROM less than 128
CREATE TABLE table_name_17 (package VARCHAR, eeprom INTEGER)
SELECT package FROM table_name_17 WHERE eeprom < 128
### Context: CREATE TABLE table_name_17 (package VARCHAR, eeprom INTEGER) ### Question: Tell me the package for EEPROM less than 128 ### Answer: SELECT package FROM table_name_17 WHERE eeprom < 128
Tell me the chip with frequency larger than 10
CREATE TABLE table_name_63 (chip VARCHAR, frequency_ VARCHAR, mhz VARCHAR)
SELECT chip FROM table_name_63 WHERE frequency_[mhz] > 10
### Context: CREATE TABLE table_name_63 (chip VARCHAR, frequency_ VARCHAR, mhz VARCHAR) ### Question: Tell me the chip with frequency larger than 10 ### Answer: SELECT chip FROM table_name_63 WHERE frequency_[mhz] > 10
I want the highest Grid for Toyota and jarno trulli
CREATE TABLE table_name_95 (grid INTEGER, constructor VARCHAR, driver VARCHAR)
SELECT MAX(grid) FROM table_name_95 WHERE constructor = "toyota" AND driver = "jarno trulli"
### Context: CREATE TABLE table_name_95 (grid INTEGER, constructor VARCHAR, driver VARCHAR) ### Question: I want the highest Grid for Toyota and jarno trulli ### Answer: SELECT MAX(grid) FROM table_name_95 WHERE constructor = "toyota" AND driver = "jarno trulli"