Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

트랜잭션의 연산 중 ROLLBACK의 개념을 간략히 설명해주세요. #8

Open
mywnajsldkf opened this issue Aug 12, 2022 · 0 comments
Labels
CS 공부 비서 매일 오는 질문들 정리

Comments

@mywnajsldkf
Copy link
Owner

하나의 트랜잭션이 비정상적으로 종료되어 데이터베이스의 일관성을 잃었을 때 지금까지 실행한 연산의 결과가 취소되고 트랜잭션 수행 이전의 상태로 돌아가는 연산이다. Rollback을 하면 해당 트랜잭션을 재시작하거나 폐기한다.

@mywnajsldkf mywnajsldkf added the CS 공부 비서 매일 오는 질문들 정리 label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CS 공부 비서 매일 오는 질문들 정리
Projects
None yet
Development

No branches or pull requests

1 participant