Multiple choice technology databases

Using frequent COMMIT statements in the code frees up resources like undo segments, locks acquired etc.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Frequent COMMITs release undo segments (which store before-images for rollback), release row and table locks, and free other resources held by the transaction. This improves concurrency and reduces resource contention. The statement is true.