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 - Removing Records - Free SQL Practice Online
Practise DELETE - Removing Records with 10 free, interactive SQL exercises. You type real queries into your browser and get instant feedback on every answer - no database setup, no install, and no signup. It is a fast, hands-on way to learn SQL online and build query skills you can use at work.