Difficulty: Beginner
What is a Soft Delete?
Flagging a row as 'deleted' (e.g., setting `is_deleted = true`) rather than physically removing it from the database. Allows for easy data recovery.
Data Retention, Application Logic
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.