Halim Samy
Programming with Halim

Programming with Halim

Follow
Follow
homebadgesnewsletter
Tag

SQL

#sql

More content

Read more stories on Hashnode


Articles with this tag

SQL: Soft Deleting and Unique Constraint

Feb 27, 20234 min read

One issue with soft delete, it's not compatible with unique constraints. ยท Introduction There are two ways to delete data in a database: soft delete and...

SQL: Soft Deleting and Unique Constraint