Multiple choice technology databases

A SAVEPOINT actually saves transactions after a specified amount of transactions have executed.

  1. True

  2. False

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

A SAVEPOINT does not commit or permanently save transactions to the database. Instead, it sets a logical marker within the current transaction to which you can later roll back if needed.