Home »
MCQs »
Apache Derby MCQs
In Apache Derby, a ____ is a point inside a transaction that allows you to roll back only a portion of the transaction
34. In Apache Derby, a ____ is a point inside a transaction that allows you to roll back only a portion of the transaction.
- Savepoint
- Extraction point
- Transaction pause
Answer: A) Savepoint
Explanation:
In Apache Derby, a savepoint is a point inside a transaction that allows you to roll back only a portion of the transaction.