Delete data from a table. Example: Removes a user with a user_id of 674. DELETE FROM users WHERE user_id = 674;