We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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을 하면 해당 트랜잭션을 재시작하거나 폐기한다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
하나의 트랜잭션이 비정상적으로 종료되어 데이터베이스의 일관성을 잃었을 때 지금까지 실행한 연산의 결과가 취소되고 트랜잭션 수행 이전의 상태로 돌아가는 연산이다. Rollback을 하면 해당 트랜잭션을 재시작하거나 폐기한다.
The text was updated successfully, but these errors were encountered: