テクノロジ系 (Technology)

Glossary

Glossary
テクノロジ系 (Technology)Tested 5×

トランザクション

とらんざくしょん · Transaction

Also known as: ロック

A concept in databases that treats a series of operations as a single indivisible unit of work. To maintain data consistency when multiple users access the database concurrently, locking (exclusive control) is used. Other operations that attempt to access data being updated are held waiting until the transaction completes and the lock is released.

Past questions testing this term · 5 questions

  • 2025r07 #61DBMS のトランザクションに関する記述として,適切なものはどれか。
  • 2018h30a #75DBMS において,一連の処理が全て成功したら処理結果を確定し,途中で失敗したら処理前の状態に戻す特性をもつものはどれか。
  • 2015h27a #71処理一覧に示す実行順に,トランザクション1~4を実行する。あるトランザクションが途中で異常終了し,トランザクションを中断してロールバックした結果,データAとデー…
  • 2013h25a #67あるトランザクション処理は,①共有領域から値を読み取り,②読み取った値に数値を加算し,③結果を共有領域に書き込む手順からなっている。複数のトランザクションを並列…
  • 2009h21a #88複数の利用者が同時にデータベースを利用する場合に,1人の利用者がデータ更新中に,同一のデータを別の利用者が参照しようとした。このとき,データの整合性を保障するた…
Pro

Upgrade to Pro

This is a Pro-only feature. ¥980 per month unlocks everything that gets you to the cert in one stretch.