DELETE - Removing Records1 / 10
You can use DELETE to remove a record from a database table. Try:
DELETE FROM sightings WHERE sighting_id = 3;Ctrl+Enter to submit
DELETE FROM sightings WHERE sighting_id = 3;Ctrl+Enter to submit