← Glossary
テクノロジ系 (Technology)Tested 3×
コミット
こみっと · Commit (database transaction)
Also known as: トランザクション / トランザクションのコミット / トランザクションコミット
A commit is a database operation that permanently saves all changes made within a transaction to the database once every step has completed successfully. Once committed, the changes cannot be undone. If a transaction fails midway, a rollback reverses all partial updates to preserve data consistency.
Past questions testing this term · 3 questions
- 2023r05 #66トランザクション処理におけるコミットの説明として,適切なものはどれか。
- 2021r03 #62金融システムの口座振替では,振替元の口座からの出金処理と振替先の口座への入金処理について,両方の処理が実行されるか,両方とも実行されないかのどちらかであることを…
- 2014h26a #71図は処理1,処理2の順でデータベースを更新するトランザクションの処理フローを示している。図中のa~cのうち,コミット処理(処理1,処理2の更新結果を確定させる処…