text
stringlengths
114
1.06k
### question: Tell me the sum of rank for australia when points are less than 79 ### answer: SELECT SUM(rank) FROM table_name_58 WHERE nationality = "australia" AND points < 79 ### context: CREATE TABLE table_name_58 (rank INTEGER, nationality VARCHAR, points VARCHAR)
### question: How many ships for the nation with grand total of 20? ### answer: SELECT s_motor_ship___s_naval_trawler FROM table_name_13 WHERE grand_total = 20 ### context: CREATE TABLE table_name_13 (s_motor_ship___s_naval_trawler VARCHAR, grand_total VARCHAR)
### question: How many escorts does the nation with 6 cruisers have? ### answer: SELECT escorts FROM table_name_74 WHERE cruisers = "6" ### context: CREATE TABLE table_name_74 (escorts VARCHAR, cruisers VARCHAR)
### question: Which address has 44 floors? ### answer: SELECT street_address FROM table_name_70 WHERE floors = 44 ### context: CREATE TABLE table_name_70 (street_address VARCHAR, floors VARCHAR)
### question: What is the total for the person with 73.28 bodyweight and fewer snatches than 75? ### answer: SELECT AVG(total__kg_) FROM table_name_22 WHERE bodyweight = 73.28 AND snatch < 75 ### context: CREATE TABLE table_name_22 (total__kg_ INTEGER, bodyweight VARCHAR, snatch VARCHAR)
### question: Which person has a bodyweight of 73.6? ### answer: SELECT name FROM table_name_15 WHERE bodyweight = 73.6 ### context: CREATE TABLE table_name_15 (name VARCHAR, bodyweight VARCHAR)
### question: What is the total for the player with more snatches than 87.5 and bodyweight more than 74.8? ### answer: SELECT AVG(total__kg_) FROM table_name_7 WHERE snatch > 87.5 AND bodyweight > 74.8 ### context: CREATE TABLE table_name_7 (total__kg_ INTEGER, snatch VARCHAR, bodyweight VARCHAR)
### question: What is the bodyweight for the player with a clean & jerk of 82.5 and total smaller than 152.5? ### answer: SELECT SUM(bodyweight) FROM table_name_91 WHERE clean_ & _jerk = 82.5 AND total__kg_ < 152.5 ### context: CREATE TABLE table_name_91 (bodyweight INTEGER, total__kg_ VARCHAR, clean_ VARCHAR, _jerk VARCHAR)
### question: Name the home team when the away team was essendon ### answer: SELECT home_team AS score FROM table_name_75 WHERE away_team = "essendon" ### context: CREATE TABLE table_name_75 (home_team VARCHAR, away_team VARCHAR)
### question: Name the away team score for home team of university ### answer: SELECT away_team AS score FROM table_name_36 WHERE home_team = "university" ### context: CREATE TABLE table_name_36 (away_team VARCHAR, home_team VARCHAR)
### question: Name the venue for geelong away team ### answer: SELECT venue FROM table_name_54 WHERE away_team = "geelong" ### context: CREATE TABLE table_name_54 (venue VARCHAR, away_team VARCHAR)
### question: Name the venue when the away team was richmond ### answer: SELECT venue FROM table_name_6 WHERE away_team = "richmond" ### context: CREATE TABLE table_name_6 (venue VARCHAR, away_team VARCHAR)
### question: Name the away team score for geelong away team ### answer: SELECT away_team AS score FROM table_name_25 WHERE away_team = "geelong" ### context: CREATE TABLE table_name_25 (away_team VARCHAR)
### question: When the venue was brunswick street oval what was the home teams score? ### answer: SELECT home_team AS score FROM table_name_32 WHERE venue = "brunswick street oval" ### context: CREATE TABLE table_name_32 (home_team VARCHAR, venue VARCHAR)
### question: How many draws feature artist wendy fierce? ### answer: SELECT SUM(draw) FROM table_name_18 WHERE artist = "wendy fierce" ### context: CREATE TABLE table_name_18 (draw INTEGER, artist VARCHAR)
### question: What song is later than place 2 and has a draw number of 1? ### answer: SELECT song FROM table_name_77 WHERE place > 2 AND draw = 1 ### context: CREATE TABLE table_name_77 (song VARCHAR, place VARCHAR, draw VARCHAR)
### question: What day did Collingwood play as the home team? ### answer: SELECT date FROM table_name_64 WHERE home_team = "collingwood" ### context: CREATE TABLE table_name_64 (date VARCHAR, home_team VARCHAR)
### question: Who was the away team at Princes Park? ### answer: SELECT away_team FROM table_name_26 WHERE venue = "princes park" ### context: CREATE TABLE table_name_26 (away_team VARCHAR, venue VARCHAR)
### question: Who was Hawthorn's away opponent? ### answer: SELECT away_team FROM table_name_68 WHERE home_team = "hawthorn" ### context: CREATE TABLE table_name_68 (away_team VARCHAR, home_team VARCHAR)
### question: Name the record that has a stream of l1 and score of l 95–111 ### answer: SELECT record FROM table_name_45 WHERE streak = "l1" AND score = "l 95–111" ### context: CREATE TABLE table_name_45 (record VARCHAR, streak VARCHAR, score VARCHAR)
### question: Name the attendance for when the washington wizards was visiting ### answer: SELECT attendance FROM table_name_71 WHERE visitor = "washington wizards" ### context: CREATE TABLE table_name_71 (attendance VARCHAR, visitor VARCHAR)
### question: What is the smallest grid for driver of juan pablo montoya? ### answer: SELECT MIN(grid) FROM table_name_92 WHERE driver = "juan pablo montoya" ### context: CREATE TABLE table_name_92 (grid INTEGER, driver VARCHAR)
### question: What driver has a ime/Retired of +1 lap, and a Constructor of bar - honda? ### answer: SELECT driver FROM table_name_35 WHERE time_retired = "+1 lap" AND constructor = "bar - honda" ### context: CREATE TABLE table_name_35 (driver VARCHAR, time_retired VARCHAR, constructor VARCHAR)
### question: What is the Chinese title with a premiere rating of 31? ### answer: SELECT chinese_title FROM table_name_91 WHERE premiere = 31 ### context: CREATE TABLE table_name_91 (chinese_title VARCHAR, premiere VARCHAR)
### question: What is the premiere rating for a Chinese title of ι‡Žθ »ε₯Άε₯Άε€§ζˆ°ζˆˆεΈ«ε₯Ά, and a Peak smaller than 41? ### answer: SELECT SUM(premiere) FROM table_name_59 WHERE chinese_title = "ι‡Žθ »ε₯Άε₯Άε€§ζˆ°ζˆˆεΈ«ε₯Ά" AND peak < 41 ### context: CREATE TABLE table_name_59 (premiere INTEGER, chinese_title VARCHAR, peak VARCHAR)
### question: What is the premiere rating associated with an average of 35 ranked above 1? ### answer: SELECT MIN(premiere) FROM table_name_7 WHERE average = 35 AND rank > 1 ### context: CREATE TABLE table_name_7 (premiere INTEGER, average VARCHAR, rank VARCHAR)
### question: When was there a game at Arden Street Oval? ### answer: SELECT date FROM table_name_21 WHERE venue = "arden street oval" ### context: CREATE TABLE table_name_21 (date VARCHAR, venue VARCHAR)
### question: How big was the crowd when Richmond was the away team? ### answer: SELECT crowd FROM table_name_28 WHERE away_team = "richmond" ### context: CREATE TABLE table_name_28 (crowd VARCHAR, away_team VARCHAR)
### question: Which away team plays at Arden Street Oval? ### answer: SELECT away_team FROM table_name_89 WHERE venue = "arden street oval" ### context: CREATE TABLE table_name_89 (away_team VARCHAR, venue VARCHAR)
### question: How many fans were at Essendon? ### answer: SELECT COUNT(crowd) FROM table_name_48 WHERE home_team = "essendon" ### context: CREATE TABLE table_name_48 (crowd VARCHAR, home_team VARCHAR)
### question: On 11 July 2003, which athlete performed? ### answer: SELECT athlete FROM table_name_53 WHERE date = "11 july 2003" ### context: CREATE TABLE table_name_53 (athlete VARCHAR, date VARCHAR)
### question: What was the away team that played luton town? ### answer: SELECT away_team FROM table_name_27 WHERE home_team = "luton town" ### context: CREATE TABLE table_name_27 (away_team VARCHAR, home_team VARCHAR)
### question: Name the D 45 √ when it has D 41√ of r 20 ### answer: SELECT d_45_√ FROM table_name_62 WHERE d_41_√ = "r 20" ### context: CREATE TABLE table_name_62 (d_45_√ VARCHAR, d_41_√ VARCHAR)
### question: Name the D 41 √ when it has D 43 √ of r 18 ### answer: SELECT d_41_√ FROM table_name_35 WHERE d_43_√ = "r 18" ### context: CREATE TABLE table_name_35 (d_41_√ VARCHAR, d_43_√ VARCHAR)
### question: Name the D 49 √ for when D 46 √ of i 1 @ ### answer: SELECT d_49_√ FROM table_name_24 WHERE d_46_√ = "i 1 @" ### context: CREATE TABLE table_name_24 (d_49_√ VARCHAR, d_46_√ VARCHAR)
### question: Name the D 43 √ when it has D 46 √ of d 26 ### answer: SELECT d_43_√ FROM table_name_89 WHERE d_46_√ = "d 26" ### context: CREATE TABLE table_name_89 (d_43_√ VARCHAR, d_46_√ VARCHAR)
### question: Name the D 44 √ for when it has D 41 √ of r 41 + ### answer: SELECT d_44_√ FROM table_name_93 WHERE d_41_√ = "r 41 +" ### context: CREATE TABLE table_name_93 (d_44_√ VARCHAR, d_41_√ VARCHAR)
### question: Name the D 42 √ for when it has D 49 √ of r 12 ### answer: SELECT d_42_√ FROM table_name_58 WHERE d_49_√ = "r 12" ### context: CREATE TABLE table_name_58 (d_42_√ VARCHAR, d_49_√ VARCHAR)
### question: What were the goals in the game with the 26-28 final score? ### answer: SELECT goals FROM table_name_5 WHERE score = "26-28" ### context: CREATE TABLE table_name_5 (goals VARCHAR, score VARCHAR)
### question: What was the score of the game on 19/3/00? ### answer: SELECT score FROM table_name_60 WHERE date = "19/3/00" ### context: CREATE TABLE table_name_60 (score VARCHAR, date VARCHAR)
### question: Which competition was on 17/9/00? ### answer: SELECT competition FROM table_name_47 WHERE date = "17/9/00" ### context: CREATE TABLE table_name_47 (competition VARCHAR, date VARCHAR)
### question: Which competition ended with a score of 58-4? ### answer: SELECT competition FROM table_name_64 WHERE score = "58-4" ### context: CREATE TABLE table_name_64 (competition VARCHAR, score VARCHAR)
### question: Where was the game that had a final score of 30-20? ### answer: SELECT venue FROM table_name_92 WHERE score = "30-20" ### context: CREATE TABLE table_name_92 (venue VARCHAR, score VARCHAR)
### question: When was the game at the boulevard that ended with an 8-8 score? ### answer: SELECT date FROM table_name_72 WHERE venue = "the boulevard" AND score = "8-8" ### context: CREATE TABLE table_name_72 (date VARCHAR, venue VARCHAR, score VARCHAR)
### question: Name the report for 6 may ### answer: SELECT report FROM table_name_82 WHERE date = "6 may" ### context: CREATE TABLE table_name_82 (report VARCHAR, date VARCHAR)
### question: Tell me the report with winner of louis wagner ### answer: SELECT report FROM table_name_51 WHERE winning_driver = "louis wagner" ### context: CREATE TABLE table_name_51 (report VARCHAR, winning_driver VARCHAR)
### question: Name the report with cuban race ### answer: SELECT report FROM table_name_16 WHERE name = "cuban race" ### context: CREATE TABLE table_name_16 (report VARCHAR, name VARCHAR)
### question: Name the circuit for darracq and name of cuban race ### answer: SELECT circuit FROM table_name_63 WHERE winning_constructor = "darracq" AND name = "cuban race" ### context: CREATE TABLE table_name_63 (circuit VARCHAR, winning_constructor VARCHAR, name VARCHAR)
### question: Name the winning driver for havana ### answer: SELECT winning_driver FROM table_name_15 WHERE circuit = "havana" ### context: CREATE TABLE table_name_15 (winning_driver VARCHAR, circuit VARCHAR)
### question: What is the home team's score when st kilda is away? ### answer: SELECT home_team AS score FROM table_name_23 WHERE away_team = "st kilda" ### context: CREATE TABLE table_name_23 (home_team VARCHAR, away_team VARCHAR)
### question: No Decision listed above has a visitor of Montreal. ### answer: SELECT decision FROM table_name_62 WHERE visitor = "montreal" ### context: CREATE TABLE table_name_62 (decision VARCHAR, visitor VARCHAR)
### question: On December 4, Tampa Bay has a record of 12-13-2. ### answer: SELECT record FROM table_name_42 WHERE home = "tampa bay" AND date = "december 4" ### context: CREATE TABLE table_name_42 (record VARCHAR, home VARCHAR, date VARCHAR)
### question: What are the remarks for the entry ranked greater than 2 with a skyteam (2012) alliance? ### answer: SELECT remarks FROM table_name_23 WHERE rank > 2 AND alliance = "skyteam (2012)" ### context: CREATE TABLE table_name_23 (remarks VARCHAR, rank VARCHAR, alliance VARCHAR)
### question: How many airlines have the star alliance and are in brazil? ### answer: SELECT COUNT(rank) FROM table_name_13 WHERE alliance = "star alliance" AND country = "brazil" ### context: CREATE TABLE table_name_13 (rank VARCHAR, alliance VARCHAR, country VARCHAR)
### question: What was the percentage of Slovenes in 1951 in the village that had 10.1% in 1991? ### answer: SELECT percent_of_slovenes_1951 FROM table_name_22 WHERE percent_of_slovenes_1991 = "10.1%" ### context: CREATE TABLE table_name_22 (percent_of_slovenes_1951 VARCHAR, percent_of_slovenes_1991 VARCHAR)
### question: What was Rut's Slovenes percentage in 1991? ### answer: SELECT percent_of_slovenes_1991 FROM table_name_76 WHERE village__slovenian_ = "rut" ### context: CREATE TABLE table_name_76 (percent_of_slovenes_1991 VARCHAR, village__slovenian_ VARCHAR)
### question: What is the status of the Hamaoka-3 unit? ### answer: SELECT status FROM table_name_33 WHERE unit = "hamaoka-3" ### context: CREATE TABLE table_name_33 (status VARCHAR, unit VARCHAR)
### question: What is the gross capacity of the unit that started commercial operation on August 28, 1987? ### answer: SELECT gross_capacity FROM table_name_17 WHERE commercial_operation = "august 28, 1987" ### context: CREATE TABLE table_name_17 (gross_capacity VARCHAR, commercial_operation VARCHAR)
### question: When was commercial operation where construction started June 10, 1971? ### answer: SELECT commercial_operation FROM table_name_27 WHERE construction_start = "june 10, 1971" ### context: CREATE TABLE table_name_27 (commercial_operation VARCHAR, construction_start VARCHAR)
### question: What is the gross capacity where the reactor is ABWR type? ### answer: SELECT gross_capacity FROM table_name_54 WHERE reactor_type = "abwr" ### context: CREATE TABLE table_name_54 (gross_capacity VARCHAR, reactor_type VARCHAR)
### question: When was the Hamaoka-4 unit commercial operation date? ### answer: SELECT commercial_operation FROM table_name_42 WHERE unit = "hamaoka-4" ### context: CREATE TABLE table_name_42 (commercial_operation VARCHAR, unit VARCHAR)
### question: What is the status of the unit with a net capacity of 1212 MW? ### answer: SELECT status FROM table_name_50 WHERE net_capacity = "1212 mw" ### context: CREATE TABLE table_name_50 (status VARCHAR, net_capacity VARCHAR)
### question: Which school did player Rodney Purvis belong to? ### answer: SELECT school FROM table_name_32 WHERE player = "rodney purvis" ### context: CREATE TABLE table_name_32 (school VARCHAR, player VARCHAR)
### question: What was the NBA draft status for Northeast High School? ### answer: SELECT nba_draft FROM table_name_7 WHERE school = "northeast high school" ### context: CREATE TABLE table_name_7 (nba_draft VARCHAR, school VARCHAR)
### question: Which players college was Baylor? ### answer: SELECT player FROM table_name_82 WHERE college = "baylor" ### context: CREATE TABLE table_name_82 (player VARCHAR, college VARCHAR)
### question: What was the college for Alex Poythress? ### answer: SELECT college FROM table_name_64 WHERE player = "alex poythress" ### context: CREATE TABLE table_name_64 (college VARCHAR, player VARCHAR)
### question: What is Alex Poythress height? ### answer: SELECT height FROM table_name_78 WHERE player = "alex poythress" ### context: CREATE TABLE table_name_78 (height VARCHAR, player VARCHAR)
### question: What was Allison Fouch score in the year larger than 2000? ### answer: SELECT winning_score FROM table_name_62 WHERE year > 2000 AND champion = "allison fouch" ### context: CREATE TABLE table_name_62 (winning_score VARCHAR, year VARCHAR, champion VARCHAR)
### question: How many release dates have a Country of west germany, and a Release format of vinyl? ### answer: SELECT COUNT(release_date) FROM table_name_89 WHERE country = "west germany" AND release_format = "vinyl" ### context: CREATE TABLE table_name_89 (release_date VARCHAR, country VARCHAR, release_format VARCHAR)
### question: Which label is from Spain? ### answer: SELECT label FROM table_name_31 WHERE country = "spain" ### context: CREATE TABLE table_name_31 (label VARCHAR, country VARCHAR)
### question: What's the save when the loss was santiago (2–2)? ### answer: SELECT save FROM table_name_76 WHERE loss = "santiago (2–2)" ### context: CREATE TABLE table_name_76 (save VARCHAR, loss VARCHAR)
### question: Which season was 2nd position? ### answer: SELECT season FROM table_name_84 WHERE position = "2nd" ### context: CREATE TABLE table_name_84 (season VARCHAR, position VARCHAR)
### question: What's the value for played when the division is nbl div2 with 12th position? ### answer: SELECT played FROM table_name_51 WHERE division = "nbl div2" AND position = "12th" ### context: CREATE TABLE table_name_51 (played VARCHAR, division VARCHAR, position VARCHAR)
### question: What's the points when the division is ebl div1 with 22 played? ### answer: SELECT points FROM table_name_68 WHERE division = "ebl div1" AND played = "22" ### context: CREATE TABLE table_name_68 (points VARCHAR, division VARCHAR, played VARCHAR)
### question: What's the value for played when points is 8 and position is 11th? ### answer: SELECT played FROM table_name_2 WHERE position = "11th" AND points = "8" ### context: CREATE TABLE table_name_2 (played VARCHAR, position VARCHAR, points VARCHAR)
### question: Who was driving with a Grid of 13? ### answer: SELECT driver FROM table_name_45 WHERE grid = 13 ### context: CREATE TABLE table_name_45 (driver VARCHAR, grid VARCHAR)
### question: For Laps smaller than 6, what does the Grid add up to? ### answer: SELECT SUM(grid) FROM table_name_5 WHERE laps < 6 ### context: CREATE TABLE table_name_5 (grid INTEGER, laps INTEGER)
### question: What is the report status of Hockenheimring circuit? ### answer: SELECT report FROM table_name_5 WHERE circuit = "hockenheimring" ### context: CREATE TABLE table_name_5 (report VARCHAR, circuit VARCHAR)
### question: Who was the winning driver of the race with Clay Regazzoni as the fastest lap and Jackie stewart as the pole position? ### answer: SELECT winning_driver FROM table_name_29 WHERE fastest_lap = "clay regazzoni" AND pole_position = "jackie stewart" ### context: CREATE TABLE table_name_29 (winning_driver VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)
### question: Which race had Jacky Ickx as the winner and Clay Regazzoni with the fastest lap? ### answer: SELECT race FROM table_name_53 WHERE winning_driver = "jacky ickx" AND fastest_lap = "clay regazzoni" ### context: CREATE TABLE table_name_53 (race VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR)
### question: How much time does it take for jean alesi and grids lesser than 5? ### answer: SELECT time_retired FROM table_name_53 WHERE grid < 5 AND driver = "jean alesi" ### context: CREATE TABLE table_name_53 (time_retired VARCHAR, grid VARCHAR, driver VARCHAR)
### question: What is the low grid for gerhard berger for laps over 56? ### answer: SELECT MIN(grid) FROM table_name_18 WHERE driver = "gerhard berger" AND laps > 56 ### context: CREATE TABLE table_name_18 (grid INTEGER, driver VARCHAR, laps VARCHAR)
### question: If the grid is 13 who is driving? ### answer: SELECT driver FROM table_name_42 WHERE grid = 13 ### context: CREATE TABLE table_name_42 (driver VARCHAR, grid VARCHAR)
### question: What is the purse total for the royal caribbean golf classic? ### answer: SELECT SUM(purse__) AS $__ FROM table_name_5 WHERE tournament = "royal caribbean golf classic" ### context: CREATE TABLE table_name_5 (purse__ INTEGER, tournament VARCHAR)
### question: Which title is 3:38 long? ### answer: SELECT title FROM table_name_52 WHERE length = "3:38" ### context: CREATE TABLE table_name_52 (title VARCHAR, length VARCHAR)
### question: Which title is 3:43 long? ### answer: SELECT title FROM table_name_37 WHERE length = "3:43" ### context: CREATE TABLE table_name_37 (title VARCHAR, length VARCHAR)
### question: What Dance has the Visual Arts of Bryon Kim? ### answer: SELECT dance FROM table_name_28 WHERE visual_arts = "bryon kim" ### context: CREATE TABLE table_name_28 (dance VARCHAR, visual_arts VARCHAR)
### question: In 2004, what is the Dance? ### answer: SELECT dance FROM table_name_55 WHERE year = 2004 ### context: CREATE TABLE table_name_55 (dance VARCHAR, year VARCHAR)
### question: What artist had 1 draw? ### answer: SELECT artist FROM table_name_52 WHERE draw = 1 ### context: CREATE TABLE table_name_52 (artist VARCHAR, draw VARCHAR)
### question: Name the IATA for jeddah ### answer: SELECT iata FROM table_name_28 WHERE city = "jeddah" ### context: CREATE TABLE table_name_28 (iata VARCHAR, city VARCHAR)
### question: Name the IATA for jessore ### answer: SELECT iata FROM table_name_80 WHERE city = "jessore" ### context: CREATE TABLE table_name_80 (iata VARCHAR, city VARCHAR)
### question: Name the city for thailand ### answer: SELECT city FROM table_name_97 WHERE country = "thailand" ### context: CREATE TABLE table_name_97 (city VARCHAR, country VARCHAR)
### question: Name the IATA of wmkk ### answer: SELECT iata FROM table_name_20 WHERE icao = "wmkk" ### context: CREATE TABLE table_name_20 (iata VARCHAR, icao VARCHAR)
### question: When did the away team carlton play? ### answer: SELECT date FROM table_name_88 WHERE away_team = "carlton" ### context: CREATE TABLE table_name_88 (date VARCHAR, away_team VARCHAR)
### question: Which constructor is from ITA with a rank less than 13? ### answer: SELECT constructor FROM table_name_20 WHERE country = "ita" AND rank < 13 ### context: CREATE TABLE table_name_20 (constructor VARCHAR, country VARCHAR, rank VARCHAR)
### question: Who was the opponent in the Week 4 game? ### answer: SELECT opponent FROM table_name_25 WHERE week = 4 ### context: CREATE TABLE table_name_25 (opponent VARCHAR, week VARCHAR)
### question: Who are the co-drivers before 2010 with under 326 laps? ### answer: SELECT co_drivers FROM table_name_76 WHERE year < 2010 AND laps < 326 ### context: CREATE TABLE table_name_76 (co_drivers VARCHAR, year VARCHAR, laps VARCHAR)
### question: Who are the co-drivers the risi competizione gt2 class that went under 329 laps and recorded a DNF? ### answer: SELECT co_drivers FROM table_name_45 WHERE laps < 329 AND class = "gt2" AND team = "risi competizione" AND pos = "dnf" ### context: CREATE TABLE table_name_45 (co_drivers VARCHAR, pos VARCHAR, team VARCHAR, laps VARCHAR, class VARCHAR)
### question: Tell me the highest laps for time/retired of +2 laps and driver of felice bonetto ### answer: SELECT MAX(laps) FROM table_name_24 WHERE time_retired = "+2 laps" AND driver = "felice bonetto" ### context: CREATE TABLE table_name_24 (laps INTEGER, time_retired VARCHAR, driver VARCHAR)
### question: I want to know the driver when grid is greater than 13 and laps is less than 60 with time/retired of accident ### answer: SELECT driver FROM table_name_41 WHERE grid > 13 AND laps < 60 AND time_retired = "accident" ### context: CREATE TABLE table_name_41 (driver VARCHAR, time_retired VARCHAR, grid VARCHAR, laps VARCHAR)