<
e9
Soft Deletes
Mark as watched? Login
Notes
Login to write notes for this video.Description
At times, you need your application to keep records in the database but still make them disappear from functionality. That's where soft deletes come into play. They allow you to complete hide a record from the database without actually deleting the record. Let's take a look at an example.