Skip to content

Commit 8a041bd

Browse files
authored
[ADD/Database] DB 작업 시 Delete와 Update를 지양하자 추가
1 parent 4464812 commit 8a041bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## DB 작업 시 Delete와 Update를 지양하자
2+
- Delete와 Update 쿼리는 데이터베이스에 기록을 남기지 않고 데이터를 조작
3+
- 무결성 검사에 문제가 발생할 확률이 큼
4+
- 테이블을 분리하는 등의 대안을 통해 내역을 남기면서 데이터 관리 필요

0 commit comments

Comments
 (0)