Is it feasible to delete and then insert when updating database tables?

is it feasible to delete and then insert when updating database tables?
the contents of the table are many-to-many relationships

Mar.16,2021

as long as you can make sure that this has no side effects or does not care the side effects .

side effects include, but are not limited to: the associated record must have an impact when it is deleted, and what if it is queried during this period?

Menu